:root{--teal:#08aaa4;--teal-dark:#047f7b;--orange:#f47721;--ink:#102b32;--cream:#f5f1e8;--white:#fff;--muted:#607176;--line:#dce4e1;--radius:28px;--shadow:0 24px 70px rgba(16,43,50,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans","Noto Sans SC",sans-serif;background:#fff;overflow-x:hidden}img{display:block;width:100%}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 48px));margin:auto}.nav-wrap{position:fixed;top:0;left:0;right:0;z-index:50;padding:16px 0;transition:.3s}.nav-wrap.scrolled{background:rgba(255,255,255,.9);backdrop-filter:blur(16px);box-shadow:0 8px 30px rgba(16,43,50,.08)}.nav{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;flex-direction:column;line-height:.76}.brand-mark{font-weight:900;font-size:30px;letter-spacing:-4px;color:var(--teal)}.brand-mark span{color:var(--orange)}.brand small{font-size:8px;letter-spacing:4px;color:var(--teal-dark);margin-top:6px}.nav-links{display:flex;gap:32px;font-size:14px;font-weight:600}.nav-links a:hover{color:var(--teal)}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:16px 23px;border-radius:999px;background:var(--teal);color:white;font-weight:700;transition:.25s;box-shadow:0 8px 25px rgba(8,170,164,.25)}.button:hover{transform:translateY(-2px);background:var(--teal-dark)}.button span{font-size:20px}.button-small{padding:12px 18px;font-size:14px}.button-large{padding:18px 27px}.hero{position:relative;padding:150px 0 0;min-height:800px;background:linear-gradient(135deg,#f5fbfa,#e3f4f1);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2.4px;font-weight:800;color:#85ebe5;text-transform:uppercase;margin:0 0 20px}.eyebrow.dark{color:var(--teal-dark)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(54px,6vw,88px);line-height:.98;letter-spacing:-5px;margin-bottom:28px}h1 em{color:var(--teal);font-style:normal;position:relative}h1 em:after{content:"";position:absolute;height:8px;background:var(--orange);border-radius:10px;left:3px;right:0;bottom:-4px;transform:rotate(-2deg)}.hero-lead{font-size:19px;line-height:1.7;max-width:610px;color:#4d666b}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:34px}.hero-actions p{font-size:12px;line-height:1.5;color:#6c7c80;margin:0}.hero-visual{position:relative;padding:25px 0 0}.photo-frame{overflow:hidden;border-radius:45% 45% 24px 24px;box-shadow:var(--shadow)}.hero-photo{height:560px;background:#ccc}.hero-photo img{height:100%;object-fit:cover;object-position:50% center}.floating-card{position:absolute;left:-55px;bottom:55px;background:#fff;border-radius:18px;padding:16px 22px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow)}.floating-card strong,.floating-card small{display:block}.floating-card small{font-size:11px;color:var(--muted);margin-top:3px}.pulse{width:12px;height:12px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 7px rgba(8,170,164,.15)}.stamp{position:absolute;top:0;right:-12px;background:var(--orange);width:120px;height:120px;border-radius:50%;display:grid;place-content:center;text-align:center;color:#fff;font-size:11px;font-weight:900;line-height:1.35;letter-spacing:2px;transform:rotate(8deg)}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:300px;height:300px;left:-140px;top:220px;background:rgba(8,170,164,.1)}.orb-two{width:180px;height:180px;right:-80px;bottom:80px;background:rgba(244,119,33,.13)}.trust-strip{height:135px;background:var(--ink);color:white;margin-top:60px;border-radius:28px 28px 0 0;display:flex;align-items:center;justify-content:center;gap:70px}.trust-strip>div:not(.divider){display:flex;align-items:center;gap:18px}.trust-strip strong{font-size:54px;line-height:1;color:#62d7d0}.trust-strip strong span{font-size:30px}.trust-strip span{font-weight:600}.trust-strip small{font-weight:400;color:#9eb0b4}.divider{height:55px;width:1px;background:#466067}.section{padding:110px 0}.section-heading{margin-bottom:48px}.section-heading.split{display:grid;grid-template-columns:1.3fr .7fr;align-items:end;gap:70px}.section-heading h2,.method h2,.why h2,.case h2,.faq-title h2,.final-cta h2{font-size:clamp(42px,5vw,68px);line-height:1.05;letter-spacing:-3px;margin:0}.section-heading>p,.section-heading.split>p{line-height:1.7;color:var(--muted);max-width:450px}.pain{background:var(--cream)}.pain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pain-card{min-height:340px;border-radius:var(--radius);background:#9be0da;padding:24px;display:flex;flex-direction:column}.pain-card.orange{background:#ff9a53}.pain-card.ink{background:var(--ink);color:#fff}.pain-card.light{background:#fff}.pain-card>span{font-size:11px;font-weight:700}.pain-card .icon{font-size:46px;margin:auto 0}.pain-card h3{font-size:24px;margin-bottom:12px}.pain-card p{font-size:14px;line-height:1.55;margin:0;opacity:.77}.inline-cta{margin-top:32px;padding:28px 0;border-top:1px solid #c9d1cd;display:flex;justify-content:space-between;align-items:center}.inline-cta p{margin:0;color:var(--muted)}.text-link{font-weight:700;color:var(--teal-dark)}.text-link span{margin-left:20px}.method{background:var(--teal-dark);color:#fff}.method-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.method-copy>p:not(.eyebrow){font-size:17px;line-height:1.7;color:#c3dfdc;margin:28px 0}.button-cream{background:var(--cream);color:var(--ink);box-shadow:none}.button-cream:hover{background:white;color:var(--ink)}.method-flow{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.method-flow div{border:1px solid rgba(255,255,255,.25);border-radius:18px;padding:25px}.method-flow b,.method-flow span{display:block}.method-flow b{color:#7ee5df;font-size:12px;margin-bottom:28px}.method-flow span{font-size:16px;font-weight:700}.method-flow i{font-style:normal;color:#6cd2cd}.solutions{background:white}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.solution-card{border-radius:35px;padding:38px 42px;min-height:610px;display:flex;flex-direction:column}.solution-card.teal{background:#b8eae5}.solution-card.orange{background:#ffae74}.solution-top{display:flex;justify-content:space-between;align-items:center}.solution-icon{font-size:50px}.solution-card h3{font-size:48px;line-height:1;letter-spacing:-2px;margin:50px 0 22px}.solution-card p{line-height:1.65;max-width:510px}.solution-card ul{list-style:none;padding:0;margin:8px 0 30px}.solution-card li{padding:10px 0;border-bottom:1px solid rgba(16,43,50,.17);font-size:14px}.solution-card li:before{content:"✓";margin-right:10px;font-weight:900}.card-link{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-weight:800;border-top:2px solid var(--ink);padding-top:20px}.card-link b{font-size:24px}.fineprint{font-size:12px;color:var(--muted);text-align:center;margin:22px auto 0;max-width:700px}.process{background:#f5f7f5}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #bfcac6}.steps article{padding:34px 28px;border-left:1px solid #bfcac6;min-height:220px}.steps article:last-child{border-right:1px solid #bfcac6}.steps b{font-size:12px;color:var(--teal-dark)}.steps h3{margin-top:55px}.steps p{font-size:14px;line-height:1.5;color:var(--muted)}.why{background:var(--ink);color:#fff}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.why-photo{height:670px;position:relative;overflow:hidden;border-radius:30px;background:#fff}.why-photo img{height:100%;object-fit:cover}.why-photo span{position:absolute;left:20px;bottom:20px;background:var(--orange);border-radius:999px;padding:12px 18px;font-size:12px;font-weight:700}.why-list{margin:45px 0}.why-list>div{display:grid;grid-template-columns:140px 1fr;align-items:center;border-top:1px solid #355057;padding:20px 0}.why-list b{font-size:32px;color:#72ddd7}.why-list p{margin:0;color:#c8d4d6}.company-note{font-size:16px;line-height:1.7}.why-copy small{color:#80979b;line-height:1.5;display:block}.case{background:var(--orange)}.case-label{display:inline-block;background:var(--ink);color:white;padding:10px 16px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:30px}.case-grid{display:grid;grid-template-columns:1fr .8fr;gap:50px}.case-story .eyebrow{color:#71330b}.story-row{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:22px 0;border-top:1px solid rgba(16,43,50,.3)}.story-row:first-of-type{margin-top:40px}.story-row span{font-size:10px;font-weight:800;letter-spacing:1px}.story-row p{margin:0;line-height:1.6}.case-results{background:var(--cream);border-radius:30px;padding:35px}.case-results>p{font-size:10px;letter-spacing:2px;font-weight:800}.case-results div{padding:35px 0;border-top:1px solid #cfc8bb}.case-results strong,.case-results span{display:block}.case-results strong{font-size:44px;letter-spacing:-2px}.case-results strong i{color:var(--orange);font-style:normal}.case-results span{color:var(--muted);font-size:13px;margin-top:8px}.disclaimer{font-size:11px;line-height:1.6;margin:30px 0;max-width:850px}.button-dark{background:var(--ink);box-shadow:none}.gallery{background:#fff;padding-bottom:60px}.gallery-track{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:14px;width:min(1400px,calc(100% - 30px));margin:auto}.gallery-track figure{margin:0;position:relative;height:520px;border-radius:24px;overflow:hidden}.gallery-track img{height:100%;object-fit:cover}.gallery-track figcaption{position:absolute;bottom:12px;left:12px;background:rgba(255,255,255,.9);padding:10px 13px;border-radius:999px;font-size:11px;font-weight:700}.photo-note{font-size:10px;color:#8a999c;margin-top:16px}.testimonial{background:#d7f1ee}.testimonial-card{background:var(--teal);color:white;border-radius:35px;padding:70px 80px;position:relative}.quote{font-size:130px;line-height:.6;color:#84e1dc}.testimonial blockquote{font-size:clamp(25px,3vw,40px);line-height:1.35;letter-spacing:-1px;margin:15px 0 45px;max-width:1000px}.testimonial-by{display:flex;align-items:center;gap:14px}.testimonial-by>span{border:1px solid white;width:40px;height:40px;border-radius:50%;display:grid;place-content:center}.testimonial-by strong,.testimonial-by small{display:block}.testimonial-by small{font-size:9px;letter-spacing:2px;margin-top:5px;color:#b6efeb}.objections{background:var(--cream)}.objection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.objection-grid article{background:white;border-radius:20px;padding:30px}.objection-grid span{font-size:11px;color:var(--orange);font-weight:700}.objection-grid h3{font-size:23px;margin:30px 0 10px}.objection-grid p{color:var(--muted);line-height:1.65;margin:0}.faq{background:var(--ink);color:white}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}.faq-title>p:last-child{color:#94a9ad;line-height:1.6;margin-top:30px}.accordion details{border-top:1px solid #3d555b;padding:24px 0}.accordion details:last-child{border-bottom:1px solid #3d555b}.accordion summary{display:flex;justify-content:space-between;gap:20px;font-size:18px;font-weight:600;cursor:pointer;list-style:none}.accordion summary span{font-size:25px;color:#6edbd5;transition:.2s}.accordion details[open] summary span{transform:rotate(45deg)}.accordion details p{color:#9db0b4;line-height:1.7;padding-right:45px;margin:20px 0 5px}.final-cta{position:relative;text-align:center;background:var(--teal);color:white;padding:120px 0;overflow:hidden}.final-cta .eyebrow{color:#c6f5f2}.final-cta p:not(.eyebrow){font-size:18px;max-width:600px;margin:25px auto 35px}.final-shape{position:absolute;width:550px;height:550px;border:90px solid rgba(255,255,255,.08);border-radius:50%;right:-170px;top:-180px}.cta-trust{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:35px;font-size:12px}.cta-trust i{width:4px;height:4px;border-radius:50%;background:#b8ece9}footer{background:#091d22;color:white;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-grid>div{display:flex;flex-direction:column;gap:12px}.footer-grid strong{font-size:12px;color:#78dcd6;text-transform:uppercase;letter-spacing:1px}.footer-grid a,.footer-grid span,.footer-grid p{font-size:13px;color:#91a4a8}.footer-brand{width:max-content}.footer-bottom{border-top:1px solid #294047;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;font-size:11px;color:#667d82}.mobile-wa{display:none}.config-notice{position:fixed;left:20px;bottom:20px;z-index:90;background:#fff3cd;color:#6d5300;border:1px solid #f1d880;padding:12px 45px 12px 15px;border-radius:10px;font-size:12px;box-shadow:0 8px 25px rgba(0,0,0,.14)}.config-notice button{position:absolute;right:8px;top:4px;border:0;background:transparent;font-size:20px;cursor:pointer}.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.nav-links{display:none}.hero{padding-top:120px}.hero-grid,.method-grid,.why-grid,.case-grid,.faq-grid{grid-template-columns:1fr}.hero-grid{gap:25px}.hero-copy{text-align:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{width:min(520px,100%);margin:auto}.hero-photo{height:470px}.trust-strip{margin-top:35px}.pain-grid{grid-template-columns:1fr 1fr}.section-heading.split{grid-template-columns:1fr;gap:25px}.method-flow{margin-top:20px}.solution-card{min-height:560px}.steps{grid-template-columns:1fr 1fr}.steps article:nth-child(3){border-top:1px solid #bfcac6}.why-photo{height:560px}.gallery-track{grid-template-columns:1fr 1fr}.gallery-track figure{height:450px}.gallery-track figure:first-child{grid-column:span 2}.faq-grid{gap:50px}}@media(max-width:620px){.container{width:min(100% - 32px,1180px)}.nav-wrap{padding:10px 0}.nav .button{font-size:0;padding:12px;width:44px;height:44px}.nav .button span{font-size:20px}.hero{padding-top:105px}.hero-grid{display:flex;flex-direction:column}.hero-copy{text-align:left}.hero-copy h1{font-size:50px;letter-spacing:-3px}.hero-lead{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:12px}.hero-actions .button{width:100%}.hero-actions p{display:none}.hero-visual{order:-1}.hero-photo{height:360px;border-radius:120px 120px 24px 24px}.hero-photo img{object-position:center 55%}.stamp{width:88px;height:88px;font-size:8px;right:-2px}.floating-card{left:8px;bottom:20px}.trust-strip{height:auto;padding:25px 18px;gap:22px;border-radius:22px 22px 0 0;justify-content:space-around}.trust-strip strong{font-size:35px}.trust-strip>div:not(.divider){display:block}.trust-strip span{font-size:12px}.section{padding:75px 0}.section-heading h2,.method h2,.why h2,.case h2,.faq-title h2,.final-cta h2{font-size:39px;letter-spacing:-2px}.pain-grid,.solution-grid,.objection-grid{grid-template-columns:1fr}.pain-card{min-height:260px}.pain-card .icon{margin:35px 0}.inline-cta{align-items:flex-start;gap:22px;flex-direction:column}.method-grid{gap:35px}.method-flow{display:flex;overflow-x:auto;padding-bottom:10px}.method-flow div{min-width:145px}.method-flow i{transform:rotate(0)}.solution-card{min-height:auto;padding:28px}.solution-card h3{font-size:38px;margin-top:40px}.steps{grid-template-columns:1fr}.steps article,.steps article:nth-child(3){border-left:0;border-right:0!important;border-top:1px solid #bfcac6;min-height:auto;padding:25px 0}.steps article h3{margin-top:25px}.why-photo{height:400px}.why-list>div{grid-template-columns:110px 1fr}.case-results strong{font-size:37px}.gallery-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;width:100%;padding-left:16px}.gallery-track figure,.gallery-track figure:first-child{min-width:82vw;height:440px;grid-column:auto;scroll-snap-align:start}.gallery-track figure:last-child{margin-right:16px}.testimonial-card{padding:45px 25px}.testimonial blockquote{font-size:23px}.faq-grid{gap:45px}.final-cta{padding:85px 0 120px}.cta-trust{gap:9px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:span 2}.footer-bottom{flex-direction:column;gap:12px}.mobile-wa{display:flex;position:fixed;z-index:80;left:16px;right:16px;bottom:14px;height:56px;border-radius:999px;background:#25D366;color:white;align-items:center;justify-content:center;gap:10px;font-weight:800;box-shadow:0 12px 35px rgba(0,0,0,.28)}.config-notice{left:12px;right:12px;bottom:82px}.photo-note{padding:0 16px}.brand-mark{font-size:27px}}
