:root{--ink:#10242b;--muted:#5d6e73;--dark:#052f2d;--green:#2ed6a1;--green-soft:#dff8ef;--line:#dce5e6;--soft:#f3f8f7;--shadow:0 28px 70px rgba(9,40,45,.13);--shell:min(1200px,calc(100% - 48px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.65}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.shell{width:var(--shell);margin:auto}.site-header{position:absolute;inset:0 0 auto;z-index:20;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.nav-shell{width:var(--shell);height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:.06em}.brand-mark{display:grid;place-items:center;width:34px;height:38px;clip-path:polygon(50% 0,100% 18%,92% 73%,50% 100%,8% 73%,0 18%);background:var(--green);color:var(--dark);font-size:17px}.main-nav{display:flex;align-items:center;gap:30px;font-weight:600;font-size:14px}.main-nav>a:not(.nav-cta){color:rgba(255,255,255,.83)}.main-nav>a:hover{color:#fff}.nav-cta{padding:11px 20px;border-radius:7px;background:#e9fff5;color:var(--dark)}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span:not(.sr-only){display:block;width:24px;height:2px;margin:5px;background:#fff}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.hero{position:relative;overflow:hidden;background:var(--dark);color:#fff;padding:150px 0 0}.hero-pattern{position:absolute;width:520px;height:520px;right:-200px;top:50px;border:65px solid rgba(46,214,161,.12);transform:rotate(45deg)}.hero-grid{position:relative;display:grid;grid-template-columns:.86fr 1.14fr;gap:72px;align-items:center;padding-bottom:94px}.kicker{margin:0 0 18px;color:#0b8065;font-weight:800;font-size:13px;letter-spacing:.1em;text-transform:uppercase}.kicker.light{color:#85eccb}.kicker.light span{display:inline-block;width:8px;height:8px;background:var(--green);border-radius:50%;margin-right:8px}.hero h1{max-width:600px;margin:0;font-size:clamp(44px,5.25vw,70px);line-height:1.05;letter-spacing:-.045em}.hero-lead{max-width:590px;margin:26px 0 30px;color:#c9dddd;font-size:19px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 25px;border:0;border-radius:7px;font-weight:800;cursor:pointer}.button-light{background:#e9fff5;color:var(--dark)}.button-light:hover{background:#fff}.button-primary{background:var(--dark);color:#fff}.text-link,.inline-link{font-weight:800}.text-link span,.inline-link span{margin-left:6px}.hero-facts{display:flex;flex-wrap:wrap;gap:18px;margin-top:34px;color:#a9c6c4;font-size:13px}.hero-facts span:before{content:'✓';color:var(--green);font-weight:800;margin-right:7px}.hero-visual{position:relative}.browser-frame,.pc-browser{overflow:hidden;border-radius:12px;background:#fff;box-shadow:var(--shadow)}.browser-bar{height:38px;display:flex;align-items:center;gap:6px;padding:0 13px;background:#e8eeee;color:#617276;font-size:11px}.browser-bar i{width:8px;height:8px;border-radius:50%;background:#b7c4c5}.browser-bar i:first-child{background:#ff897d}.browser-bar i:nth-child(2){background:#ffc75d}.browser-bar i:nth-child(3){background:#58d28d}.browser-bar span{margin-left:8px}.hero-visual .browser-frame{transform:perspective(1200px) rotateY(-3deg);border:1px solid rgba(255,255,255,.28)}.hero-visual .browser-frame img{width:100%;aspect-ratio:1.62;object-fit:cover;object-position:top}.hero-badge{position:absolute;left:-34px;bottom:-30px;padding:16px 22px;background:#fff;color:var(--ink);border-radius:10px;box-shadow:var(--shadow)}.hero-badge b,.hero-badge small{display:block}.hero-badge small{color:var(--muted)}.audience-strip{position:relative;display:grid;grid-template-columns:1.15fr repeat(4,1fr);align-items:center;min-height:106px;border-top:1px solid rgba(255,255,255,.12);color:#cfdfde}.audience-strip strong{color:#fff}.audience-strip span{text-align:center;font-size:14px}.section{padding:110px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:center}.media-left{grid-template-columns:1.08fr .92fr}.image-panel{padding:18px;background:var(--soft);border-radius:20px}.image-panel img{border-radius:10px;box-shadow:0 15px 35px rgba(12,43,49,.12)}.copy-panel h2,.section-heading h2{margin:0 0 24px;font-size:clamp(34px,4.1vw,54px);line-height:1.12;letter-spacing:-.035em}.copy-panel>p:not(.kicker),.section-heading>p:not(.kicker){color:var(--muted);font-size:18px}.check-list{list-style:none;padding:0;margin:26px 0}.check-list li{padding:10px 0;border-bottom:1px solid var(--line);font-weight:700}.check-list li:before{content:'✓';display:inline-grid;place-items:center;width:22px;height:22px;margin-right:12px;border-radius:50%;background:var(--green-soft);color:#08775d}.inline-link{display:inline-block;color:#08775d;margin-top:6px}.soft-section{background:var(--soft)}.section-heading{max-width:790px;margin:0 auto 58px;text-align:center}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.module-card{min-height:260px;padding:34px;border:1px solid var(--line);border-radius:14px;background:#fff}.module-card.featured{grid-column:span 2;background:var(--dark);color:#fff;border-color:var(--dark)}.module-label{display:inline-block;margin-bottom:45px;padding:6px 10px;border-radius:5px;background:rgba(46,214,161,.15);color:var(--green);font-size:12px;font-weight:800;text-transform:uppercase}.module-card h3{margin:14px 0 10px;font-size:24px}.module-card p{margin:0;color:var(--muted)}.module-card.featured p{color:#c4d8d6}.module-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:9px;background:var(--green-soft);color:#08775d;font-weight:800}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.tag-row span{padding:6px 10px;border:1px solid rgba(255,255,255,.24);border-radius:5px;color:#dcebea;font-size:12px}.module-image-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}.module-image-row figure{margin:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:13px}.module-image-row img{width:100%;height:190px;object-fit:cover;object-position:top}.module-image-row figcaption{padding:15px 18px;font-weight:700}.app-section{overflow:hidden}.device-split{grid-template-columns:.85fr 1.15fr}.device-canvas,.tablet-canvas{position:relative;display:grid;place-items:center;min-height:660px;border-radius:28px;background:linear-gradient(145deg,#e6faf3,#f7fbfa)}.phone-device{position:relative;width:min(300px,70%);aspect-ratio:.49}.phone-screen{position:absolute;z-index:1;inset:5.8% 5.4% 5.2%;overflow:hidden;border-radius:13%}.device-frame{position:absolute;z-index:2;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.slide{display:none;width:100%;height:100%;object-fit:cover;object-position:top}.slide.active{display:block}.slide-caption{margin-top:26px;font-weight:800;color:#08775d}.carousel-controls{display:flex;align-items:center;gap:18px;margin-top:13px}.carousel-controls>button{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.dots{display:flex;gap:8px}.dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#becacb}.dots button.active{width:24px;border-radius:8px;background:#0b8065}.tablet-section{background:var(--soft)}.tablet-canvas{min-height:570px}.tablet-device{position:relative;width:94%;aspect-ratio:1.39}.tablet-screen{position:absolute;z-index:1;inset:5.6% 4.2%;overflow:hidden;border-radius:4%}.tablet-screen .slide{object-fit:cover}.pc-section{padding-bottom:125px}.pc-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:24px}.pc-tabs button{padding:11px 17px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--muted);font-weight:700;cursor:pointer}.pc-tabs button.active{background:var(--dark);color:#fff;border-color:var(--dark)}.pc-browser{max-width:1060px;margin:auto;border:1px solid var(--line)}.pc-screen{aspect-ratio:1.64;background:#eef3f3}.pc-screen .slide{object-fit:cover;object-position:top}.integration-section{background:var(--dark);color:#fff}.integration-section .copy-panel>p:not(.kicker){color:#c1d5d3}.integration-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.integration-grid article{display:flex;gap:14px;padding:22px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:11px}.integration-grid span{display:grid;place-items:center;flex:0 0 40px;height:40px;border-radius:7px;background:var(--green);color:var(--dark);font-size:12px;font-weight:800}.integration-grid h3{margin:0 0 4px;font-size:16px}.integration-grid p{margin:0;color:#bcd1cf;font-size:14px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-grid article{padding-top:24px;border-top:3px solid var(--green)}.feature-grid span{color:#0b8065;font-weight:800}.feature-grid h3{font-size:20px}.feature-grid p{color:var(--muted)}.contact-section{background:#e5faf3}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.contact-copy h2{margin:0 0 24px;font-size:clamp(36px,4.5vw,58px);line-height:1.08;letter-spacing:-.04em}.contact-copy>p:not(.kicker){color:var(--muted);font-size:18px}.contact-details{display:flex;flex-direction:column;gap:5px;margin-top:28px;font-weight:800}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:34px;background:#fff;border-radius:16px;box-shadow:0 20px 50px rgba(13,70,62,.09)}.contact-form label{font-weight:700;font-size:14px}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:7px;padding:13px 14px;border:1px solid #ccdada;border-radius:7px;background:#fbfdfd;color:var(--ink)}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(46,214,161,.45);border-color:#0b8065}.full{grid-column:1/-1}.form-note{margin:0;color:var(--muted);font-size:12px;text-align:center}footer{background:#032321;color:#fff;padding:36px 0}.footer-grid{display:flex;align-items:center;justify-content:space-between}.footer-grid p{color:#a9c5c2}.footer-grid>a:last-child{font-weight:800}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}@media(max-width:980px){:root{--shell:min(100% - 32px,760px)}.main-nav{position:absolute;top:76px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px;background:#fff;color:var(--ink);border-radius:10px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav>a:not(.nav-cta){padding:12px;color:var(--ink)}.nav-cta{text-align:center;margin-top:8px;background:var(--dark);color:#fff}.menu-toggle{display:block}.hero-grid,.split,.media-left,.device-split,.contact-grid{grid-template-columns:1fr;gap:55px}.hero{padding-top:125px}.hero-copy{max-width:680px}.hero-visual{margin-left:30px}.audience-strip{grid-template-columns:1fr 1fr;gap:16px;padding:28px 0}.audience-strip strong{grid-column:1/-1}.audience-strip span{text-align:left}.section{padding:82px 0}.module-grid{grid-template-columns:1fr 1fr}.module-card.featured{grid-column:1/-1}.feature-grid{grid-template-columns:1fr 1fr}.media-left .image-panel,.media-left .tablet-canvas{order:2}.media-left .copy-panel{order:1}.device-canvas{min-height:580px}.module-image-row{grid-template-columns:1fr 1fr}.module-image-row figure:last-child{grid-column:1/-1}.module-image-row img{height:230px}}@media(max-width:620px){:root{--shell:calc(100% - 28px)}body{font-size:15px}.hero-grid{gap:46px;padding-bottom:75px}.hero h1{font-size:42px}.hero-lead{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-facts{flex-direction:column;gap:6px}.hero-visual{margin-left:0}.hero-badge{left:12px;bottom:-26px}.audience-strip{display:flex;align-items:flex-start;flex-direction:column;gap:8px;padding:30px 0}.section{padding:68px 0}.copy-panel h2,.section-heading h2{font-size:34px}.section-heading{text-align:left;margin-bottom:38px}.module-grid,.module-image-row,.feature-grid,.integration-grid,.contact-form{grid-template-columns:1fr}.module-card.featured,.module-image-row figure:last-child,.full{grid-column:auto}.module-card{min-height:0;padding:26px}.module-label{margin-bottom:20px}.module-image-row img{height:auto}.device-canvas{min-height:540px}.tablet-canvas{min-height:360px}.pc-tabs{justify-content:flex-start;overflow:auto;padding-bottom:5px}.pc-tabs button{white-space:nowrap}.contact-form{padding:24px}.footer-grid{align-items:flex-start;flex-direction:column;gap:15px}.footer-grid p{margin:0}}
