:root{--navy:#001f3f;--sky:#7FDBFF;--teal:#39CCCC;--white:#fff;--ink:#09263f;--muted:#5d7182;--line:rgba(0,31,63,.12);--shadow:0 14px 35px rgba(0,31,63,.13);--radius:14px;--ease:all .3s ease}
*,:before,:after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f4fbfd;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;font-size:16px;line-height:1.65}
img{max-width:100%;vertical-align:middle}
a{color:var(--navy)}
h1,h2,h3,h4,h5,h6{margin:0 0 1rem;color:var(--navy);font-family:"Space Grotesk",Arial,sans-serif;line-height:1.12;letter-spacing:-.025em}
p{margin:0 0 1rem}
.container{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}
.section{position:relative;padding:4.5rem 0;overflow:hidden}
.section:nth-of-type(even){background:#eafaff}
.section-alt{background:linear-gradient(145deg,#eafaff,#fff)}
.section-inner{position:relative;z-index:1}
.section-header{max-width:720px;margin:0 auto 2.5rem}
.section-title{font-size:clamp(2rem,4vw,3rem)}
.section-subtitle{color:var(--muted);font-size:1.1rem}
.eyebrow{display:inline-block;margin-bottom:.8rem;color:#087e91;font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}
.page-header{padding:8rem 0 4rem;background:linear-gradient(135deg,var(--navy),#075c89);color:var(--white)}
.page-title{color:var(--white);font-size:clamp(2.2rem,5vw,4rem)}
.breadcrumb{color:var(--sky)}
.site-header{position:relative;z-index:20;width:100%;background:rgba(0,31,63,.96);color:var(--white);box-shadow:0 3px 18px rgba(0,31,63,.2);transition:var(--ease)}
.site-header.is-transparent{position:absolute;background:transparent;box-shadow:none}
.site-header.is-scrolled{position:fixed;top:0;box-shadow:0 5px 24px rgba(0,31,63,.25)}
.header-top{padding:.45rem 0;background:rgba(0,0,0,.18);font-size:.82rem;text-align:right}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:76px}
.logo{text-decoration:none;color:inherit;display:inline-flex;align-items:center;max-width:330px}
.logo-text{font-family:"Space Grotesk",sans-serif;font-size:1rem;font-weight:700;line-height:1.1}
.logo-mark{display:grid;place-items:center;width:38px;height:38px;margin-right:.65rem;border-radius:50%;background:var(--teal);color:var(--navy);font-weight:800}
.main-nav{display:flex;align-items:center}
.nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:1.5rem}
.nav-item{margin:0}
.nav-link{text-decoration:none;color:inherit;display:inline-block;position:relative;padding:.5rem 0}
.nav-link:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--teal);transform:scaleX(0);transform-origin:right;transition:var(--ease)}
.nav-link:hover:after,.nav-link.active:after,.nav-link[aria-current="page"]:after{transform:scaleX(1);transform-origin:left}
.nav-link.active,.nav-link[aria-current="page"]{font-weight:700;color:var(--sky)}
.nav-cta{margin-left:.5rem}
.nav-toggle{display:none;background:none;border:0;font-size:1.5rem;color:inherit;cursor:pointer}
.hero{position:relative;display:flex;align-items:center;min-height:680px;padding:9rem 0 11rem;background-image:linear-gradient(115deg,rgba(0,31,63,.94),rgba(0,104,150,.55)),url("https://images.unsplash.com/photo-1579751626657-72bc17010498?auto=format&fit=crop&w=2000&q=85");background-position:center;background-size:cover;color:var(--white);clip-path:polygon(0 0,100% 0,100% 88%,75% 96%,48% 89%,24% 98%,0 90%)}
.hero:after{content:"";position:absolute;right:8%;bottom:7%;width:110px;height:110px;border:2px solid rgba(57,204,204,.55);border-radius:50%}
.hero-inner{position:relative;z-index:1}
.hero-content{max-width:760px}
.hero-title{color:var(--white);font-size:clamp(2.8rem,7vw,5.7rem)}
.hero-subtitle{max-width:650px;color:#e7fbff;font-size:1.2rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}
.hero-media{border-radius:var(--radius);overflow:hidden}
.hero-badge,.badge{display:inline-block;padding:.4rem .8rem;border-radius:99px;background:var(--teal);color:var(--navy);font-weight:700;font-size:.8rem}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,31,63,.45),transparent)}
.btn{display:inline-block;text-decoration:none;text-align:center;cursor:pointer;border:0;border-radius:8px;padding:.8rem 1.25rem;font:700 1rem "DM Sans",sans-serif;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 22px rgba(0,31,63,.25)}
.btn-primary{background:linear-gradient(135deg,var(--teal),var(--sky));color:var(--navy)}
.btn-secondary{background:var(--navy);color:var(--white)}
.btn-ghost{border:1px solid currentColor;background:transparent;color:inherit}
.btn-lg{padding:1rem 1.6rem;font-size:1.05rem}
.btn-block{display:block;width:100%}
.grid{display:grid;gap:1.5rem}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{height:100%;overflow:hidden;background:var(--white);border:1px solid rgba(57,204,204,.18);border-radius:var(--radius);box-shadow:0 5px 18px rgba(0,31,63,.07);transition:var(--ease)}
.card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:var(--teal)}
.card-media{height:220px;overflow:hidden}
.card-media img{transition:transform .4s ease}
.card:hover .card-media img{transform:scale(1.05)}
.card-body{padding:1.5rem}
.card-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:1rem;border-radius:12px;background:#d9f8fb;color:#087e91;font-size:1.4rem}
.card-title{font-size:1.35rem}
.card-text{color:var(--muted)}
.card-link{font-weight:700;color:#087e91;text-decoration:none}
.prose{max-width:760px}
.lead{font-size:1.2rem;color:var(--muted)}
.feature{display:flex;gap:1rem}
.feature-list,.steps,.stats,.testimonials,.faq,.gallery,.timeline,.team,.logos,.posts,.pricing,.price-features,.badges{list-style:none;margin:0;padding:0}
.feature-list{display:grid;gap:1rem}
.feature-item{padding:1rem 1.2rem;border-left:3px solid var(--teal);background:rgba(127,219,255,.13)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.step{position:relative;padding:1.5rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}
.step-num{display:grid;place-items:center;width:42px;height:42px;margin-bottom:1rem;border-radius:50%;background:var(--navy);color:var(--sky);font-weight:700}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}
.stat{padding:1.25rem}
.stat-num{display:block;color:#087e91;font:700 clamp(2rem,4vw,3rem) "Space Grotesk",sans-serif}
.stat-label{color:var(--muted)}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testimonial{padding:1.5rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}
.quote{font-size:1.1rem}
.author{font-weight:700}
.rating{color:#087e91;letter-spacing:.15em}
.faq{display:grid;gap:.8rem}
.faq-item{padding:1rem 1.25rem;background:var(--white);border-radius:10px;border:1px solid var(--line)}
.faq-q{cursor:pointer;font-weight:700}
.faq-a{padding-top:.8rem;color:var(--muted)}
.timeline{border-left:3px solid var(--teal);padding-left:1.5rem}
.timeline-item{position:relative;margin-bottom:2rem}
.timeline-item:before{content:"";position:absolute;left:-1.95rem;top:.25rem;width:11px;height:11px;border-radius:50%;background:var(--teal)}
.timeline-date{color:#087e91;font-weight:700}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.gallery-item{height:250px;overflow:hidden;border-radius:var(--radius)}
.gallery-item img{transition:transform .4s ease}
.gallery-item:hover img{transform:scale(1.06)}
.figure-caption{padding:.5rem;color:var(--muted);font-size:.9rem}
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.team-member{text-align:center}
.member-photo{width:150px;height:150px;margin:0 auto 1rem;border-radius:50%;object-fit:cover}
.member-name{font-weight:700}
.member-role{color:var(--muted)}
.logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}
.logo-item{font-family:"Space Grotesk";font-weight:700;color:#087e91}
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.post{padding:1.5rem;background:var(--white);border-radius:var(--radius)}
.post-meta{color:#087e91;font-size:.85rem}
.post-title{font-size:1.35rem}
.post-excerpt{color:var(--muted)}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.price-card{padding:2rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}
.price-card.is-featured,.is-featured{border:2px solid var(--teal);transform:translateY(-8px)}
.price-tag{font:700 2.5rem "Space Grotesk";color:#087e91}
.price-features{display:grid;gap:.6rem;margin:1.5rem 0}
.newsletter{padding:2rem;background:var(--navy);color:var(--white);border-radius:var(--radius)}
.newsletter-form{display:flex;gap:.75rem}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem}
.contact-info,.contact-form{padding:1.75rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}
.form-row{display:grid;gap:.4rem;margin-bottom:1rem}
.form-label{font-weight:700}
.form-input,.form-textarea,.form-select{width:100%;padding:.8rem 1rem;border:1px solid #bfd8e1;border-radius:8px;background:#fbfeff;color:var(--ink);font:inherit}
.form-input:focus,.form-textarea:focus,.form-select:focus{outline:3px solid rgba(57,204,204,.25);border-color:var(--teal)}
.form-textarea{min-height:150px;resize:vertical}
.form-note{color:var(--muted);font-size:.9rem}
.nap-block{padding:1.25rem;border-left:4px solid var(--teal);background:#eafaff;color:var(--ink);font-style:normal;line-height:1.9}
.media{overflow:hidden}
.media-img,.img-cover,.card-media img,.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}
.img-round{border-radius:50%}
.ratio{aspect-ratio:16/9;overflow:hidden}
.divider{display:flex;align-items:center;gap:.8rem;max-width:180px;margin:0 auto 2.5rem;color:var(--teal)}
.divider:before,.divider:after{content:"";height:1px;flex:1;background:var(--teal)}
.divider:after{content:"•";height:auto;background:none;flex:0}
.cta-band{padding:3.5rem 0;text-align:center;background:linear-gradient(120deg,var(--navy),#075c89);color:var(--white)}
.cta-band h2,.cta-band .section-title{color:var(--white)}
.cta-inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;max-width:760px;margin-left:auto;margin-right:auto}
.site-footer{position:relative;width:100%;padding-top:3rem;background:var(--navy);color:#dff8ff}
.site-footer:before{content:"";display:block;height:22px;margin-top:-3rem;background:var(--teal);clip-path:polygon(0 100%,12% 20%,25% 75%,38% 15%,52% 70%,67% 10%,82% 70%,100% 15%,100% 100%)}
.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;padding-top:3rem;padding-bottom:2rem}
.footer-col{min-width:0}
.footer-title{margin-bottom:.8rem;color:var(--white);font:700 1.1rem "Space Grotesk"}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li+li{margin-top:.45rem}
.footer-links a{color:#dff8ff;text-decoration:none}
.footer-links a:hover{color:var(--teal)}
.footer-social{display:flex;gap:.8rem}
.footer-bottom{margin-top:2rem;padding:1.25rem 0;border-top:1px solid rgba(127,127,127,.25);text-align:center}
.footer-copy{font-size:.9rem}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.muted{opacity:.7}
.text-center{text-align:center}
.is-hidden{display:none!important}
.cookie-bar{position:fixed;right:1rem;bottom:1rem;z-index:50;max-width:430px;padding:1rem 1.25rem;background:var(--navy);color:var(--white);border-radius:10px;box-shadow:var(--shadow)}
.to-top{position:fixed;right:1.2rem;bottom:1.2rem;z-index:15;width:42px;height:42px;border-radius:50%;background:var(--teal);color:var(--navy);text-align:center;line-height:42px;text-decoration:none}
.scroll-progress{position:fixed;top:0;left:0;z-index:100;width:100%;height:4px;background:var(--teal);transform:scaleX(0);transform-origin:left}
.section,.card,.feature,.testimonial,.post,.step{animation:slide-up linear both;animation-timeline:view();animation-range:entry 0% cover 28%}
@keyframes slide-up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:repeat(2,1fr)}.testimonials,.pricing,.posts,.team{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.header-inner{min-height:66px}.logo{max-width:240px}.logo-text{font-size:.82rem}.nav-toggle{display:inline-block}.main-nav{display:none;position:absolute;top:100%;right:0;left:0;padding:1rem 1.25rem;background:var(--navy);box-shadow:var(--shadow)}.main-nav.is-open{display:block}.nav-list{flex-direction:column;align-items:flex-start;gap:.75rem}.nav-cta{display:none}.hero{min-height:590px;padding:8rem 0 9rem;clip-path:polygon(0 0,100% 0,100% 92%,70% 98%,38% 92%,0 98%)}.section{padding:3.5rem 0}.grid-2,.grid-3,.grid-4,.contact-grid,.steps,.stats,.testimonials,.gallery,.team,.posts,.pricing{grid-template-columns:minmax(0,1fr)}.footer-inner{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.price-card.is-featured,.is-featured{transform:none}.gallery-item{height:220px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.section,.card,.feature,.testimonial,.post,.step{animation:none}.btn,.card{transition:none}}