.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-label{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-700);background:var(--teal-50);border:1px solid var(--teal-100);padding:4px 12px;border-radius:100px;margin-bottom:20px}.section-headline{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;color:var(--grey-dark);text-align:center;margin-bottom:16px}.section-sub{font-size:1.125rem;color:var(--grey-text);text-align:center;max-width:580px;margin:0 auto 56px}.text-teal{color:var(--teal-700)}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-size:.9375rem;font-weight:600;transition:all .2s ease;white-space:nowrap}.btn--lg{padding:15px 32px;font-size:1rem;border-radius:10px}.btn--primary{background:var(--teal-700);color:var(--white);box-shadow:0 4px 15px #11797b59}.btn--primary:hover{background:var(--teal-600);box-shadow:0 6px 20px #11797b73;transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--teal-700);border:2px solid var(--teal-700)}.btn--outline:hover{background:var(--teal-50);transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--grey-dark);padding:10px 18px}.btn--ghost:hover{color:var(--teal-700);background:var(--teal-50);border-radius:8px}.btn--white{background:var(--white);color:var(--teal-700);box-shadow:0 4px 20px #0000001f}.btn--white:hover{box-shadow:0 8px 30px #0000002e;transform:translateY(-2px)}.nav__logo-img{height:36px;width:auto;display:block;object-fit:contain}.footer__logo-link{display:inline-block;margin-bottom:12px}.footer__logo-img{height:33px;width:auto;display:block;object-fit:contain;filter:brightness(0) saturate(100%) invert(95%) sepia(20%) saturate(500%) hue-rotate(130deg) brightness(1.1)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 24px;transition:background .3s ease,box-shadow .3s ease}.nav--scrolled{background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--grey-border)}.nav__inner{max-width:1200px;margin:0 auto;height:var(--nav-h);display:flex;align-items:center;gap:32px}.nav__logo{display:flex;align-items:center;gap:10px;text-decoration:none;margin-right:auto}.nav__links{display:flex;align-items:center;gap:8px}.nav__link{font-size:.9375rem;font-weight:500;color:var(--grey-dark);padding:8px 14px;border-radius:6px;transition:color .15s,background .15s}.nav__link:hover{color:var(--teal-700);background:var(--teal-50)}.nav__burger{display:none;flex-direction:column;gap:5px;background:none;padding:8px;cursor:pointer}.nav__burger span{display:block;width:22px;height:2px;background:var(--grey-dark);border-radius:2px;transition:all .25s ease}.hero{position:relative;overflow:hidden;padding:calc(var(--nav-h) + 80px) 0 80px;background:linear-gradient(175deg,#f7fffe,#f0fdfb 40%,#fff)}.hero__bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(17,121,123,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(17,121,123,.05) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.hero__blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.45;pointer-events:none}.hero__blob--1{width:600px;height:600px;background:radial-gradient(circle,#9af5ec,transparent 70%);top:-120px;right:-180px}.hero__blob--2{width:400px;height:400px;background:radial-gradient(circle,#cdfaf5,transparent 70%);bottom:0;left:-100px}.hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#ffffffd9;border:1px solid var(--grey-border);border-radius:100px;font-size:.8125rem;font-weight:500;color:var(--grey-dark);margin-bottom:28px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000000f}.pill__dot{width:7px;height:7px;border-radius:50%;background:var(--teal-500);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 #16b6b480}50%{box-shadow:0 0 0 6px #16b6b400}}.hero__headline{font-family:Montserrat,Inter,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--grey-dark);margin-bottom:20px}.hero__sub{font-size:1.125rem;color:var(--grey-text);max-width:540px;margin-bottom:36px;line-height:1.7}.hero__ctas{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:24px}.hero__social-proof{font-size:.875rem;color:var(--grey-text);margin-bottom:60px}.hero__social-proof strong{color:var(--teal-700)}.hero__preview{width:100%;max-width:860px;background:var(--white);border:1px solid var(--grey-border);border-radius:16px;box-shadow:0 4px 6px #0000000a,0 20px 60px #11797b1f,0 0 0 1px #11797b0f;overflow:hidden;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.preview-bar{display:flex;align-items:center;gap:7px;padding:12px 16px;background:var(--grey-bg);border-bottom:1px solid var(--grey-border)}.preview-dot{width:12px;height:12px;border-radius:50%}.preview-body{display:flex;min-height:340px}.preview-sidebar{width:160px;min-width:160px;background:var(--grey-bg);border-right:1px solid var(--grey-border);padding:20px 12px;display:flex;flex-direction:column;gap:4px}.preview-nav-item{display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:7px;font-size:12px;font-weight:500;color:var(--grey-text);cursor:default;transition:background .15s}.preview-nav-item--active{background:var(--white);color:var(--teal-700);box-shadow:0 1px 4px #00000014}.preview-nav-icon{width:14px;height:14px;border-radius:3px;background:var(--grey-border)}.preview-nav-item--active .preview-nav-icon{background:var(--teal-100)}.preview-main{flex:1;padding:24px;display:flex;flex-direction:column;gap:20px}.preview-header-row{display:flex;align-items:flex-start;justify-content:space-between}.preview-label{font-size:11px;color:var(--grey-text);margin-bottom:4px}.preview-title{font-size:18px;font-weight:700;color:var(--grey-dark)}.preview-status{padding:4px 12px;border-radius:100px;font-size:11px;font-weight:600}.preview-status--open{background:#11797b1a;color:var(--teal-700)}.preview-cards{display:flex;gap:12px}.preview-stat-card{flex:1;background:var(--grey-bg);border:1px solid var(--grey-border);border-radius:10px;padding:14px}.preview-stat-label{font-size:11px;color:var(--grey-text);margin-bottom:4px}.preview-stat-value{font-size:16px;font-weight:700}.preview-entry-list{display:flex;flex-direction:column;gap:8px}.preview-entry-row{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--grey-bg);border-radius:8px}.preview-entry-dot{width:8px;height:8px;border-radius:50%;background:var(--teal-300);flex-shrink:0}.preview-entry-cat{font-size:12px;color:var(--grey-dark);font-weight:500;flex:1}.preview-entry-status{font-size:10px;font-weight:600;padding:3px 8px;border-radius:100px}.ps--draft{background:#f3f4f6;color:#6b7280}.ps--review{background:#fff7ed;color:#d97706}.ps--ai{background:#f0fdfb;color:var(--teal-600)}.pillars{background:var(--white)}.pillars__tabs{display:flex;gap:8px;justify-content:center;margin-bottom:32px;flex-wrap:wrap}.pillar-tab{display:flex;align-items:center;gap:10px;padding:12px 24px;border:2px solid var(--grey-border);border-radius:10px;background:var(--white);color:var(--grey-text);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pillar-tab:hover{border-color:var(--teal-300);color:var(--grey-dark)}.pillar-tab__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--grey-card);font-size:16px;transition:all .2s}.pillars__panel{border:1.5px solid;border-radius:20px;padding:48px;display:flex;gap:60px;align-items:center;transition:all .3s ease}.pillars__panel-text{flex:1;min-width:0}.pillars__panel-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:100px;font-size:13px;font-weight:600;margin-bottom:20px}.pillars__panel-headline{font-size:1.75rem;font-weight:700;color:var(--grey-dark);margin-bottom:12px;line-height:1.25}.pillars__panel-body{color:var(--grey-text);font-size:1rem;line-height:1.7;margin-bottom:24px}.pillars__panel-list{list-style:none;display:flex;flex-direction:column;gap:10px}.pillars__panel-point{display:flex;align-items:center;gap:10px;font-size:.9375rem;font-weight:500;color:var(--grey-dark)}.check{font-size:15px;font-weight:700}.pillars__panel-visual{flex:0 0 380px;max-width:380px}.mini-card{background:var(--white);border:1px solid var(--grey-border);border-top:3px solid;border-radius:12px;padding:20px;box-shadow:0 4px 20px #00000012}.mini-card__header{font-size:13px;font-weight:700;margin-bottom:16px}.mini-track{display:flex;flex-direction:column;gap:8px}.mini-track__row{display:flex;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid var(--grey-border);font-size:12px}.mini-track__row:last-child{border-bottom:none}.mini-track__name{flex:1;font-weight:500;color:var(--grey-dark)}.mini-track__date{color:var(--grey-text)}.mini-track__status{padding:2px 8px;border-radius:100px;font-size:10px;font-weight:600}.mt-status--open{background:#f0fdfb;color:#11797b}.mt-status--closed{background:#f3f4f6;color:#6b7280}.mt-status--early{background:#fff7ed;color:#d97706}.mini-select{display:flex;flex-direction:column;gap:10px}.mini-select__label{font-size:11px;color:var(--grey-text);margin-bottom:4px}.mini-select__row{display:flex;align-items:center;gap:8px}.mini-select__cat{font-size:11px;font-weight:500;color:var(--grey-dark);min-width:130px}.mini-select__bar-wrap{flex:1;height:6px;background:var(--grey-border);border-radius:3px;overflow:hidden}.mini-select__bar{height:100%;border-radius:3px}.mini-select__score{font-size:12px;font-weight:700;width:32px;text-align:right}.mg-label{display:block;font-size:10px;font-weight:600;color:var(--grey-text);margin-bottom:4px;font-style:normal}.hiw{background:var(--grey-bg)}.hiw__steps{display:flex;flex-direction:column;gap:0;max-width:720px;margin:0 auto;position:relative}.hiw__step{display:flex;gap:28px;position:relative;padding-bottom:48px}.hiw__step:last-child{padding-bottom:0}.hiw__step-num{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:var(--teal-700);color:var(--white);font-size:.875rem;font-weight:800;letter-spacing:.05em;position:relative;z-index:1}.hiw__connector{position:absolute;left:25px;top:52px;width:2px;height:calc(100% - 52px);background:linear-gradient(to bottom,var(--teal-300),var(--teal-100))}.hiw__step-content{padding-top:12px}.hiw__step-title{font-size:1.125rem;font-weight:700;color:var(--grey-dark);margin-bottom:8px}.hiw__step-body{color:var(--grey-text);line-height:1.65}.for-agencies{background:var(--white)}.for-agencies__inner{display:flex;gap:80px;align-items:center}.for-agencies__text{flex:1}.fa__list{list-style:none;display:flex;flex-direction:column;gap:12px;margin:28px 0 36px}.fa__list-item{display:flex;align-items:center;gap:12px;font-size:.9375rem;font-weight:500;color:var(--grey-dark)}.fa__check{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:var(--teal-50);color:var(--teal-700);border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0}.for-agencies__stats{flex:0 0 380px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.stat-card{background:var(--grey-bg);border:1px solid var(--grey-border);border-radius:16px;padding:28px 20px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #11797b1a}.stat-card__value{font-size:2.25rem;font-weight:800;color:var(--teal-700);line-height:1;margin-bottom:8px}.stat-card__label{font-size:.8125rem;color:var(--grey-text);font-weight:500;line-height:1.4}.cta-banner{position:relative;overflow:hidden;padding:100px 0;background:var(--teal-950)}.cta-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top right,rgba(22,182,180,.25) 0%,transparent 55%),radial-gradient(ellipse at bottom left,rgba(9,144,146,.2) 0%,transparent 55%);pointer-events:none}.cta-banner__inner{position:relative;z-index:1;text-align:center}.cta-banner__headline{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;color:var(--white);letter-spacing:-.03em;margin-bottom:16px}.cta-banner__sub{font-size:1.125rem;color:#ffffffb8;margin-bottom:40px;max-width:480px;margin-left:auto;margin-right:auto}.cta-banner__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.footer{background:var(--grey-dark)}.footer__inner{display:flex;gap:80px;align-items:flex-start;padding:64px 24px 48px}.footer__brand{flex:1;max-width:340px}.footer__tagline{font-size:.875rem;font-weight:600;color:var(--teal-300);margin-bottom:10px}.footer__desc{font-size:.875rem;color:#ffffff8c;line-height:1.7}.footer__links{display:flex;gap:64px}.footer__col{display:flex;flex-direction:column;gap:12px}.footer__col-title{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:4px}.footer__link{font-size:.9rem;color:#ffffffa6;transition:color .15s}.footer__link:hover{color:var(--teal-300)}.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 24px}.footer__bottom-inner{display:flex;justify-content:space-between;font-size:.8125rem;color:#ffffff4d}@media(max-width:1024px){.pillars__panel{flex-direction:column;padding:36px}.pillars__panel-visual{max-width:100%;flex:unset;width:100%}.for-agencies__inner{flex-direction:column;gap:56px}.for-agencies__stats{flex:unset;width:100%}.hero__preview .preview-sidebar{display:none}}@media(max-width:768px){.nav__links{display:none;position:absolute;top:var(--nav-h);left:0;right:0;background:var(--white);flex-direction:column;padding:16px 24px 24px;box-shadow:0 8px 24px #0000001a;border-top:1px solid var(--grey-border);gap:4px;align-items:stretch}.nav--scrolled .nav__links{background:#fffffffa}.nav__links--open,.nav__burger{display:flex}.hero__headline{font-size:2.25rem}.hero__ctas{flex-direction:column;align-items:center}.section{padding:72px 0}.section-headline{font-size:1.875rem}.footer__inner{flex-direction:column;gap:40px;padding:48px 24px 32px}.footer__links{gap:40px}.hiw__step-num{width:44px;height:44px;font-size:.75rem}.hiw__connector{left:21px}.preview-cards{flex-direction:column}}@media(max-width:480px){.pillars__tabs{flex-direction:column}.pillar-tab{justify-content:center}.for-agencies__stats{grid-template-columns:1fr}.footer__links{flex-direction:column;gap:24px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a1e1e99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:overlay-in .2s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--white);border-radius:20px;padding:40px;width:100%;max-width:460px;position:relative;box-shadow:0 24px 80px #0000002e;animation:card-in .25s cubic-bezier(.34,1.56,.64,1)}@keyframes card-in{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:24px;color:var(--grey-text);cursor:pointer;line-height:1;padding:4px 8px;border-radius:6px;transition:background .15s}.modal-close:hover{background:var(--teal-50);color:var(--teal-700)}.modal-title{font-size:1.625rem;font-weight:700;color:var(--grey-dark);margin-bottom:8px}.modal-sub{font-size:.9375rem;color:var(--grey-text);margin-bottom:28px}.modal-form{display:flex;flex-direction:column;gap:16px}.modal-field{display:flex;flex-direction:column;gap:6px}.modal-label{font-size:.8125rem;font-weight:600;color:var(--grey-dark)}.modal-input{padding:11px 14px;border:1.5px solid #d1d9d9;border-radius:8px;font-size:.9375rem;color:var(--grey-dark);background:#fafafa;outline:none;transition:border-color .2s,box-shadow .2s}.modal-input:focus{border-color:var(--teal-700);box-shadow:0 0 0 3px #11797b1f;background:var(--white)}.modal-input::placeholder{color:#aab8b8}.modal-submit{width:100%;justify-content:center;margin-top:4px}.modal-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 0;gap:12px}.modal-success__icon{width:56px;height:56px;border-radius:50%;background:var(--teal-50);color:var(--teal-700);font-size:24px;display:flex;align-items:center;justify-content:center;border:2px solid var(--teal-100)}.modal-success__title{font-size:1.375rem;font-weight:700;color:var(--grey-dark)}.modal-success__sub{font-size:.9375rem;color:var(--grey-text);margin-bottom:8px}.pill--sm{font-size:11px;padding:3px 10px}.mini-generate{display:flex;flex-direction:column;gap:0}.mg-entry-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e8f0f0}.mg-entry-title{font-size:12px;font-weight:700;color:var(--grey-dark);margin-top:2px}.mg-ai-badge{font-size:10px;font-weight:600;padding:3px 8px;border-radius:100px;white-space:nowrap}.mg-field{padding:8px 0 8px 10px;border-left:2px solid #e5eded;margin-bottom:6px;transition:border-color .2s}.mg-field--done{border-left-color:#11797b}.mg-field--writing{border-left-color:#f5a623}.mg-field--pending{border-left-color:#e5eded;opacity:.55}.mg-field-label{font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--grey-text);margin-bottom:3px}.mg-field-content{font-size:11px;color:var(--grey-dark);line-height:1.45}.mg-field-text{display:inline}.mg-cursor{display:inline-block;width:1.5px;height:11px;background:#f5a623;margin-left:1px;vertical-align:middle;animation:mg-blink .9s step-end infinite}@keyframes mg-blink{0%,to{opacity:1}50%{opacity:0}}.mg-field-empty{color:#b0c0c0;font-style:italic}.free-tools{background:#f8fafa}.ft-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px}.ft-card{background:var(--white);border-radius:16px;padding:28px;border:1.5px solid #e5eeee;display:flex;flex-direction:column;gap:10px;transition:box-shadow .2s,transform .2s}.ft-card--live{text-decoration:none;color:inherit;cursor:pointer;border-color:var(--teal-100)}.ft-card--live:hover{box-shadow:0 8px 32px #11797b1f;transform:translateY(-3px)}.ft-card--soon{opacity:.7}.ft-card__top{display:flex;align-items:center;justify-content:space-between}.ft-card__icon{font-size:24px}.ft-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:100px;letter-spacing:.03em}.ft-badge--live{background:var(--teal-50);color:var(--teal-700);border:1px solid var(--teal-100)}.ft-badge--soon{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.ft-card__title{font-size:1rem;font-weight:700;color:var(--grey-dark);margin:0}.ft-card__body{font-size:.875rem;color:var(--grey-text);line-height:1.55;flex:1}.ft-card__cta{font-size:.875rem;font-weight:600;color:var(--teal-700);margin-top:4px}@media(max-width:768px){.ft-grid{grid-template-columns:1fr}}.modal-row{display:flex;gap:12px}.modal-row .modal-field{flex:1}.modal-error{font-size:.85rem;color:#dc2626;margin:-4px 0 4px}.modal-submit:disabled{opacity:.65;cursor:not-allowed}.hp-field{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.modal-privacy{font-size:.75rem;color:var(--grey-text);text-align:center;margin-top:4px}.modal-privacy a{color:var(--teal-700);text-decoration:underline}.modal-privacy a:hover{color:var(--teal-600)}@media(prefers-reduced-motion:reduce){.pill__dot,.hero__preview,.mg-cursor,.modal-overlay,.modal-card{animation:none}}@media(max-width:480px){.modal-row{flex-direction:column;gap:0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--teal-950: #042c2f;--teal-900: #144b4d;--teal-800: #125b5d;--teal-700: #11797b;--teal-600: #0f9092;--teal-500: #16b6b4;--teal-400: #2fd2ce;--teal-300: #60e8e0;--teal-200: #9af5ec;--teal-100: #cdfaf5;--teal-50: #f0fdfb;--grey-bg: #F6F7F8;--grey-card: #EEF2F3;--grey-border: #DADFE3;--grey-text: #6B7280;--grey-dark: #1F2937;--orange: #F5A623;--white: #ffffff;--text-primary: #111827;--text-secondary: #6B7280;--nav-h: 72px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;color:var(--text-primary);background:var(--white);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;border:none}button:focus{outline:none}button:focus-visible{outline:2px solid var(--teal-700);outline-offset:2px}img{max-width:100%;display:block}
