*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{margin:0;font-family:"Golos Text",sans-serif;font-size:1rem;line-height:1.6;color:#3a3f50;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;color:#3a3f50}p{margin:0}ul,ol{padding:0;margin:0;list-style:none}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%;height:auto}button{font-family:inherit;cursor:pointer;background:none;border:none}.container{max-width:1200px;padding:0 1.5rem;margin:0 auto}.btn{display:inline-flex;gap:.5rem;align-items:center;justify-content:center;padding:.625rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;border:2px solid rgba(0,0,0,0);border-radius:5px;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease,color .15s ease,border-color .15s ease}.btn--primary{color:#fff;background:#0066db;border-color:#0066db}.btn--primary:hover{background:#0d3f82;border-color:#0d3f82;box-shadow:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.05)}.btn--outline{color:#0066db;background:rgba(0,0,0,0);border-color:#0066db}.btn--outline:hover{background:#e4f0fe}.btn--white{color:#0066db;background:#fff;border-color:#fff}.btn--white:hover{background:#e4f0fe;box-shadow:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.05)}.btn--ghost-white{color:#fff;background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}.btn--ghost-white:hover{background:hsla(0,0%,100%,.2);border-color:#fff}.btn--lg{padding:.875rem 2.25rem;font-size:1rem}.btn--accent{color:#fff;background:#1daf8b;border-color:#1daf8b}.btn--accent:hover{background:darken-approx(#1daf8b);box-shadow:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.05)}.nav{position:fixed;top:0;right:0;left:0;z-index:100;height:80px;font-size:1.125rem;font-weight:700;background:#00343d;border-bottom:1px solid #cddae2}.nav.is-scrolled{box-shadow:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.05)}.nav__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;height:100%;padding:0 1.5rem;margin:0 auto}.nav__logo{display:flex;align-items:center}.nav__logo-mark{display:flex;flex-shrink:0;align-items:center;justify-content:center;height:50px}.nav__links{display:none;gap:2rem;align-items:center}@media(min-width: 768px){.nav__links{display:flex}}.nav__links a{font-weight:500;color:#8c99a6;transition:color .15s ease}.nav__links a:hover{color:#fafafa}.nav__links a.is-active{color:#0066db}.nav__dropdown{position:relative}.nav__dropdown-trigger{display:flex;gap:.3rem;align-items:center;padding:0;font-size:1.125rem;font-weight:500;color:#8c99a6;transition:color .15s ease}.nav__dropdown-trigger:hover{color:#fafafa}.nav__dropdown-trigger[aria-expanded=true]{color:#fafafa}.nav__dropdown-chevron{transition:transform .15s ease}[aria-expanded=true] .nav__dropdown-chevron{transform:rotate(180deg)}.nav__dropdown-menu{position:absolute;top:calc(100% + .75rem);left:50%;display:none;min-width:200px;padding:.375rem;background:#fff;border:1px solid #cddae2;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.05);transform:translateX(-50%)}.nav__dropdown.is-open .nav__dropdown-menu{display:block}.nav__dropdown-menu a{display:block;padding:.5rem .75rem;font-weight:500;color:#8c99a6;border-radius:4px;transition:color .15s ease,background-color .15s ease}.nav__dropdown-menu a:hover{color:#3a3f50;background-color:#f7f8f8}.nav__actions{display:flex;gap:.75rem;align-items:center}.nav__login{display:none}@media(min-width: 768px){.nav__login{display:block}}.hero{position:relative;padding-top:80px;overflow:hidden;color:#fff;background-image:url("/images/hero-001-md.jpg");background-repeat:no-repeat;background-position:center center;background-size:cover}.hero::before{position:absolute;inset:0;pointer-events:none;content:"";background-image:radial-gradient(circle, rgba(255, 255, 255, 0.07) 1px, transparent 1px);background-size:28px 28px}.hero::after{position:absolute;right:0;bottom:0;left:0;height:4px;content:"";background:linear-gradient(90deg, #1daf8b, #0066db)}.hero__body{position:relative;z-index:1;width:100%;height:700px;padding:9rem 1.5rem 3.5rem;text-align:left;background:linear-gradient(90deg, rgba(0, 0, 0, 0.3) 50%, transparent 100%);border-radius:10px;backdrop-filter:blur(2px)}.hero__headline{margin-bottom:1.25rem;font-size:clamp(1.875rem,6vw,3.75rem);font-weight:800;line-height:1.08;color:#fff;letter-spacing:-0.03em}.hero__headline em{font-style:normal;color:#fcf0ad}.hero__sub{max-width:640px;margin:0 auto 2.5rem 0;font-size:clamp(1rem,2.2vw,1.25rem);font-weight:700;line-height:1.65;opacity:.88}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:flex-start}.section{padding:5rem 0}.section--alt{background:#f7f8f8}.section-header{max-width:640px;margin:0 auto 3.5rem;text-align:center}.section-header__eyebrow{display:inline-block;margin-bottom:.75rem;font-size:.75rem;font-weight:700;color:#1daf8b;text-transform:uppercase;letter-spacing:.1em}.section-header__title{margin-bottom:1rem;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;color:#3a3f50;letter-spacing:-0.02em}.section-header__body{font-size:1.125rem;line-height:1.65;color:#616f7d}.feature{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:1200px;padding:0 1.5rem;margin:0 auto}@media(min-width: 1024px){.feature{grid-template-columns:1fr 1fr;gap:5rem}}@media(min-width: 1024px){.feature--reverse .feature__visual{order:2}.feature--reverse .feature__copy{order:1}}.feature__tag{display:inline-flex;gap:.4rem;align-items:center;margin-bottom:1rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.feature__tag--green{color:#1daf8b}.feature__tag--blue{color:#0d3f82}.feature__tag--purple{color:#4f14c8}.feature__tag--yellow{color:darken-approx(#fcf0ad)}.feature__title{margin-bottom:1.25rem;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;line-height:1.15;color:#3a3f50;letter-spacing:-0.025em}.feature__body{margin-bottom:1.75rem;font-size:1.125rem;line-height:1.7;color:#616f7d}.feature__list{display:flex;flex-direction:column;gap:.75rem}.feature__list-item{display:flex;gap:.75rem;align-items:flex-start;font-size:1rem;line-height:1.5;color:#616f7d}.feature__check{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:20px;height:20px;margin-top:2px;background:#e4f0fe;border-radius:9999px}.feature__check svg{width:11px;height:11px;fill:#0066db}.feature__check svg path{stroke:#fafafa}.feature__check--green{background:rgba(29,175,139,.7)}.feature__check--blue{background:rgba(13,63,130,.7)}.feature__check--purple{background:rgba(79,20,200,.6)}.feature__visual{position:relative}.feature__mockup{width:100%;border:1px solid #cddae2;border-radius:8px;box-shadow:0 24px 48px rgba(0,0,0,.14),0 8px 16px rgba(0,0,0,.06)}.feature__badge{position:absolute;display:flex;gap:.6rem;align-items:center;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#3a3f50;white-space:nowrap;background:#fff;border:1px solid #cddae2;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.05)}.feature__badge--bottom-left{bottom:-1.25rem;left:-1rem}@media(min-width: 1024px){.feature__badge--bottom-left{left:-1.75rem}}.feature__badge--bottom-right{right:-1rem;bottom:-1.25rem}@media(min-width: 1024px){.feature__badge--bottom-right{right:-1.75rem}}.feature__badge--top-right{top:-1rem;right:-1rem}@media(min-width: 1024px){.feature__badge--top-right{right:-1.75rem}}.feature__badge-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:1rem;border-radius:8px}.feature__badge-icon--green{background:rgba(29,175,139,.12)}.feature__badge-icon--blue{background:#e4f0fe}.feature__badge-icon--yellow{background:#fcf0ad}.proof-strip{padding:2rem 0;background:#fff;border-top:1px solid #cddae2;border-bottom:1px solid #cddae2}.proof-strip__inner{display:flex;flex-wrap:wrap;gap:2.5rem 4rem;align-items:center;justify-content:center;max-width:1200px;padding:0 1.5rem;margin:0 auto;text-align:center}.proof-strip__stat{display:flex;flex-direction:column;gap:.25rem;align-items:center}.proof-strip__number{font-size:3rem;font-weight:800;color:#3a3f50;letter-spacing:-0.02em}.proof-strip__label{font-size:1rem;color:#8c99a6}.cta-banner{position:relative;padding:5rem 0;overflow:hidden;color:#fff;background:linear-gradient(135deg, #1daf8b 0%, #0ea37a 100%)}.cta-banner::before{position:absolute;inset:0;pointer-events:none;content:"";background-image:radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 1px);background-size:24px 24px}.cta-banner__inner{position:relative;z-index:1;max-width:680px;padding:0 1.5rem;margin:0 auto;text-align:center}.cta-banner__title{margin-bottom:1rem;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;color:#fcf0ad;letter-spacing:-0.025em}.cta-banner__sub{margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6;opacity:.88}.cta-banner__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center}.cta-banner__note{margin-top:1.25rem;font-size:.875rem;opacity:.6}.footer{padding:3rem 0 2rem;color:hsla(0,0%,100%,.65);background:#3a3f50}.footer__inner{max-width:1200px;padding:0 1.5rem;margin:0 auto}.footer__top{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;justify-content:space-between;padding-bottom:2.5rem;margin-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.footer__brand{display:flex;flex-direction:column;gap:.6rem;max-width:280px}.footer__logo{display:flex;gap:.5rem;align-items:center;font-size:1.125rem;font-weight:800;color:#fff;letter-spacing:-0.02em}.footer__logo-mark{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;background:linear-gradient(135deg, #1daf8b, #0066db);border-radius:8px}.footer__logo-mark svg{width:17px;height:17px;fill:#fff}.footer__tagline,.footer__maker{font-size:.875rem;line-height:1.6;color:hsla(0,0%,100%,.5)}.footer__maker{margin-top:20px;color:#fafafa}.footer__links{display:flex;flex-wrap:wrap;gap:3rem}.footer__col{display:flex;flex-direction:column;gap:.6rem}.footer__col-title{margin-bottom:.4rem;font-size:.75rem;font-weight:700;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.1em}.footer__col a{font-size:.875rem;color:hsla(0,0%,100%,.55);transition:color .15s ease}.footer__col a:hover{color:#fff}.footer__bottom{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.footer__copy{font-size:.75rem;color:hsla(0,0%,100%,.35)}
