:root{--brand-primary:#0f4c5c;--brand-primary-dark:#0a3540;--brand-accent:#1a936f;--brand-accent-light:#22b583;--brand-highlight:#c5a572;--brand-highlight-bg:#c5a57226;--text:#4a5568;--text-h:#0b1320;--text-muted:#718096;--bg:#fff;--bg-muted:#f4f7fa;--border:#e2e8f0;--shadow:0 4px 24px #0b132014;--shadow-lg:0 12px 40px #0b13201f;--sans:"DM Sans", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"DM Sans", system-ui, "Segoe UI", Roboto, sans-serif;--section-padding:5rem 1.5rem;--container-max:1200px;--radius:12px;--radius-sm:8px;font:18px/160% var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*,:before,:after{box-sizing:border-box}body{margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3,h4{font-family:var(--heading);color:var(--text-h);font-weight:600;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(2.25rem,5vw,3.5rem)}h2{letter-spacing:-.01em;font-size:clamp(1.75rem,3vw,2.5rem)}h3{font-size:1.25rem}p{margin:0}a{color:var(--brand-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding-inline:1.5rem}@media (width<=480px){.container{padding-inline:1rem}}.section{padding:var(--section-padding);scroll-margin-top:72px}.section--muted{background:var(--bg-muted)}@media (width<=768px){:root{--section-padding:3rem 1rem}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#fffffff2;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;height:72px;display:flex;position:relative}.header__logo{color:var(--text-h);align-items:center;gap:.625rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.header__logo:hover{text-decoration:none}.header__logo img{width:36px;height:36px}.header__nav{align-items:center;gap:2rem;display:flex}.header__links{gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}.header__links a{color:var(--text);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .15s}.header__links a:hover{color:var(--brand-primary);text-decoration:none}.header__menu-btn{cursor:pointer;color:var(--text-h);background:0 0;border:none;padding:.5rem;display:none}@media (width<=768px){.header__nav{background:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow);z-index:99;flex-direction:column;gap:1rem;padding:1.5rem;display:none;position:fixed;top:72px;left:0;right:0}.header__nav--open{display:flex}.header__links{flex-direction:column;gap:1rem;width:100%}.header__menu-btn{display:block}}.btn{font-family:var(--sans);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;line-height:1;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .1s;display:inline-flex}.btn:hover{text-decoration:none}.btn:active{transform:scale(.98)}.btn--primary{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.btn--primary:hover{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark);color:#fff}.btn--secondary{color:var(--brand-primary);border-color:var(--brand-primary);background:0 0}.btn--secondary:hover{color:var(--brand-primary);background:#0f4c5c0f}.btn--accent{background:var(--brand-accent);color:#fff;border-color:var(--brand-accent)}.btn--accent:hover{background:var(--brand-accent-light);border-color:var(--brand-accent-light);color:#fff}.btn--lg{padding:1rem 2rem;font-size:1rem}.btn--full{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.section-heading{text-align:center;max-width:640px;margin:0 auto 3rem}.section-heading__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--brand-accent);margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:inline-block}.section-heading__title{margin:0 0 1rem}.section-heading__subtitle{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.hero{background:linear-gradient(180deg, var(--bg-muted) 0%, var(--bg) 100%);padding:4rem 0 5rem;overflow-x:clip}.hero__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero__grid>*{min-width:0}.hero__content{z-index:1;position:relative}.hero__badge{background:var(--brand-highlight-bg);color:#8b6914;border:1px solid #c5a57266;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:var(--brand-highlight);border-radius:50%;width:8px;height:8px}.hero__title{margin:0 0 1.25rem}.hero__subtitle{color:var(--text-muted);max-width:520px;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.hero__trust{color:var(--text-muted);font-size:.875rem}.hero__visual{position:relative}.hero__dashboard{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}.hero__dashboard-header{background:var(--bg-muted);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:1rem 1.25rem;display:flex}.hero__dashboard-dot{border-radius:50%;width:10px;height:10px}.hero__dashboard-dot--red{background:#fc8181}.hero__dashboard-dot--yellow{background:#f6e05e}.hero__dashboard-dot--green{background:#68d391}.hero__dashboard-body{padding:1.5rem}.hero__stat-row{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.hero__stat{background:var(--bg-muted);border-radius:var(--radius-sm);text-align:center;padding:1rem}.hero__stat-value{color:var(--brand-primary);font-size:1.5rem;font-weight:700}.hero__stat-label{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.hero__review-list{flex-direction:column;gap:.75rem;display:flex}.hero__review-item{background:var(--bg-muted);border-radius:var(--radius-sm);align-items:center;gap:.75rem;padding:.75rem;font-size:.875rem;display:flex}.hero__review-stars{color:var(--brand-highlight);letter-spacing:1px;font-size:.75rem}@media (width<=900px){.hero{padding:1.75rem 0 2.5rem;overflow:visible}.hero__grid{text-align:center;grid-template-columns:1fr;gap:2rem}.hero__content{order:1;width:100%}.hero__badge{text-align:center;flex-wrap:wrap;justify-content:center;max-width:100%;padding:.5rem .875rem;font-size:.8125rem;line-height:1.4}.hero__title{word-wrap:break-word;font-size:clamp(1.625rem,6.5vw,2.25rem);line-height:1.15}.hero__subtitle{max-width:100%;margin-inline:auto;font-size:1.0625rem}.hero__actions{flex-direction:column;justify-content:center;align-items:stretch}.hero__actions .btn{width:100%}.hero__visual{order:2;width:100%;max-width:100%}.hero__dashboard{max-width:100%}.hero__dashboard-body{padding:1rem}.hero__stat-row{gap:.5rem}.hero__stat{padding:.625rem .375rem}.hero__stat-value{font-size:1.125rem}.hero__stat-label{font-size:.625rem}.hero__review-item{flex-wrap:wrap;font-size:.8125rem}}@media (width<=480px){.hero{padding:1.25rem 0 2rem}.hero__grid{gap:1.5rem}.hero__badge{border-radius:var(--radius-sm);font-size:.75rem}.hero__title{font-size:1.5rem}.hero__subtitle,.hero__stat-value{font-size:1rem}.hero__review-list{gap:.5rem}.hero__review-item{padding:.625rem}}.seo-intro__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.seo-intro__card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.seo-intro__card h3{color:var(--brand-primary);margin:0 0 .75rem;font-size:1.125rem}.seo-intro__card p{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.seo-intro__footer{text-align:center;max-width:800px;color:var(--text-muted);margin:0 auto;font-size:.9375rem;line-height:1.7}.seo-intro__footer strong{color:var(--text);font-weight:600}@media (width<=768px){.seo-intro__grid{grid-template-columns:1fr}}.social-proof{border-bottom:1px solid var(--border);padding:2.5rem 0}.social-proof__label{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.5rem;font-size:.875rem}.social-proof__industries{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.social-proof__industry{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;display:flex}.social-proof__icon{font-size:1.25rem}.problem__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.problem__card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:box-shadow .2s}.problem__card:hover{box-shadow:var(--shadow)}.problem__icon{margin-bottom:1rem;font-size:2rem}.problem__card h3{margin:0 0 .75rem}.problem__card p{color:var(--text-muted);line-height:1.6}@media (width<=768px){.problem__grid{grid-template-columns:1fr}}.features__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:var(--brand-accent);box-shadow:var(--shadow)}.feature-card__icon{border-radius:var(--radius-sm);background:#1a936f1a;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;display:flex}.feature-card h3{margin:0 0 .5rem}.feature-card p{color:var(--text-muted);font-size:.9375rem;line-height:1.6}@media (width<=900px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.features__grid{grid-template-columns:1fr}}.steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.step{text-align:center;position:relative}.step__number{background:var(--brand-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-size:1.25rem;font-weight:700;display:flex}.step h3{margin:0 0 .75rem}.step p{color:var(--text-muted);font-size:.9375rem;line-height:1.6}@media (width<=768px){.steps{grid-template-columns:1fr;gap:2.5rem}}.pricing__wrapper{justify-content:center;display:flex}.pricing__card{background:var(--bg);border:2px solid var(--brand-primary);border-radius:var(--radius);width:100%;max-width:440px;box-shadow:var(--shadow-lg);text-align:center;padding:2.5rem}.pricing__plan-name{color:var(--brand-primary);margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.pricing__price-free{color:var(--text-h);font-size:2.5rem;font-weight:700;line-height:1}.pricing__price-free span{color:var(--text-muted);font-size:1rem;font-weight:500}.pricing__price-then{color:var(--text-muted);margin:.5rem 0 1.5rem;font-size:1.125rem}.pricing__price-then strong{color:var(--text-h);font-size:1.5rem}.pricing__features{text-align:left;margin:0 0 2rem;padding:0;list-style:none}.pricing__features li{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.625rem 0;font-size:.9375rem;display:flex}.pricing__features li:last-child{border-bottom:none}.pricing__check{color:var(--brand-accent);font-weight:700}.pricing__customise{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.5}.pricing__actions{flex-direction:column;gap:.75rem;display:flex}.pricing__note{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.9375rem;font-style:italic}.why-us__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.why-us__card{text-align:center;padding:2rem}.why-us__icon{background:#0f4c5c14;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:1.75rem;display:flex}.why-us__card h3{margin:0 0 .75rem}.why-us__card p{color:var(--text-muted);font-size:.9375rem;line-height:1.6}@media (width<=768px){.why-us__grid{grid-template-columns:1fr}}.contact{scroll-margin-top:72px}.contact__grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;display:grid}.contact__info h2{text-align:left;margin:0 0 1rem}.contact__info-desc{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.contact__details{flex-direction:column;gap:1rem;display:flex}.contact__detail{align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.contact__detail-icon{font-size:1.25rem}.contact__form{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text-h);margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;font-family:var(--sans);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-h);padding:.75rem 1rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #0f4c5c1f}.form-group textarea{resize:vertical;min-height:100px}.form-group--error input,.form-group--error select,.form-group--error textarea{border-color:#e53e3e}.form-error{color:#e53e3e;margin-top:.25rem;font-size:.8125rem}.form-honeypot{opacity:0;height:0;position:absolute;left:-9999px;overflow:hidden}.form-status{border-radius:var(--radius-sm);margin-bottom:1rem;padding:1rem;font-size:.9375rem}.form-status--success{color:var(--brand-accent);background:#1a936f1a;border:1px solid #1a936f4d}.form-status--error{color:#c53030;background:#e53e3e14;border:1px solid #e53e3e4d}@media (width<=768px){.contact__grid{grid-template-columns:1fr}}.faq__list{max-width:720px;margin:0 auto}.faq__item{border-bottom:1px solid var(--border)}.faq__question{width:100%;font-family:var(--heading);color:var(--text-h);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:1.0625rem;font-weight:600;display:flex}.faq__question:hover{color:var(--brand-primary)}.faq__icon{color:var(--brand-accent);flex-shrink:0;font-size:1.25rem;transition:transform .2s}.faq__item--open .faq__icon{transform:rotate(45deg)}.faq__answer{color:var(--text-muted);padding:0 0 1.25rem;font-size:.9375rem;line-height:1.6;display:none}.faq__item--open .faq__answer{display:block}.footer{background:var(--text-h);color:#ffffffb3;margin-top:auto;padding:3rem 0 2rem}.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.footer__brand{color:#fff;align-items:center;gap:.625rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:700;display:flex}.footer__brand img{width:32px;height:32px}.footer__tagline{max-width:280px;font-size:.9375rem;line-height:1.6}.footer__heading{text-transform:uppercase;letter-spacing:.06em;color:#fff;margin:0 0 1rem;font-size:.8125rem;font-weight:600}.footer__links{margin:0;padding:0;list-style:none}.footer__links li{margin-bottom:.5rem}.footer__links a{color:#ffffffb3;font-size:.9375rem;text-decoration:none}.footer__links a:hover{color:#fff;text-decoration:none}.footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}@media (width<=768px){.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem}}.cta-band{text-align:center;background:linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);color:#fff;padding:3rem 1.5rem}.cta-band h2{color:#fff;margin:0 0 .75rem}.cta-band p{opacity:.85;margin-bottom:1.5rem;font-size:1.0625rem}.cta-band .btn--primary{color:var(--brand-primary);background:#fff;border-color:#fff}.cta-band .btn--primary:hover{background:var(--bg-muted);color:var(--brand-primary-dark)}
