:root{--navy:#001f3f;--sky:#7FDBFF;--teal:#39CCCC;--white:#fff;--ink:#102a43;--soft:#eefaff;--shadow:0 14px 35px rgba(0,31,63,.14);--radius:14px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:"Open Sans",Arial,sans-serif;line-height:1.65}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;color:var(--navy);font-family:"Merriweather",Georgia,serif;line-height:1.2}p{margin:0 0 1rem}a{color:var(--navy);transition:color .25s,transform .25s}img{max-width:100%;vertical-align:middle}button,input,textarea,select{font:inherit}.container{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}.section{padding:4.5rem 0;position:relative;overflow:hidden}.section-alt{background:var(--soft);clip-path:polygon(0 4%,100% 0,100% 96%,0 100%);padding:6rem 0}.section-inner{position:relative;z-index:1}.section-header{max-width:760px;margin:0 auto 2.5rem}.section-title{font-size:clamp(1.8rem,4vw,2.8rem)}.section-subtitle{color:#486581;font-size:1.08rem}.eyebrow,.hero-badge,.tag{color:#007f83;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.page-header{padding:5rem 0;background:linear-gradient(120deg,var(--navy),#075985,var(--sky));color:var(--white);text-align:center}.page-title{color:var(--white);font-size:clamp(2rem,5vw,3.5rem)}.breadcrumb{color:rgba(255,255,255,.8)}.site-header{position:relative;z-index:20;width:100%;background:var(--navy);color:var(--white);box-shadow:0 4px 18px rgba(0,31,63,.18)}.header-top{padding:.45rem 0;background:#00152d;color:rgba(255,255,255,.75);font-size:.8rem}.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;flex-shrink:0}.logo-text{font-family:"Merriweather",Georgia,serif;font-size:1rem;font-weight:700;letter-spacing:.03em}.logo-mark{display:inline-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;margin-left:auto}.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;padding:.4rem 0;position:relative}.nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--teal);transition:right .25s}.nav-link:hover:after,.nav-link.active:after,.nav-link[aria-current="page"]:after{right:0}.nav-link.active,.nav-link[aria-current="page"]{font-weight:700;color:var(--sky)}.nav-toggle{display:none;background:none;border:0;font-size:1.5rem;color:inherit;cursor:pointer}.hero{position:relative;min-height:620px;display:flex;align-items:center;background:linear-gradient(115deg,var(--navy) 0%,#075985 52%,var(--sky) 100%);color:var(--white);overflow:hidden}.hero:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:70px;background:var(--white);clip-path:polygon(0 75%,100% 0,100% 100%,0 100%)}.hero-inner{width:100%;max-width:1180px;margin:auto;padding:5rem 1.25rem 7rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}.hero-content{position:relative;z-index:2}.hero-title{color:var(--white);font-size:clamp(2.3rem,5vw,4.4rem)}.hero-subtitle{max-width:570px;color:rgba(255,255,255,.88);font-size:1.12rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}.hero-media{min-height:400px;border-radius:var(--radius);overflow:hidden;box-shadow:0 22px 45px rgba(0,0,0,.25);transform:rotate(2deg)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,31,63,.3),transparent);pointer-events:none}.btn{display:inline-block;text-decoration:none;text-align:center;cursor:pointer;border:0;border-radius:8px;padding:.75rem 1.25rem;font-weight:700;transition:transform .25s,box-shadow .25s,filter .25s}.btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 22px rgba(0,31,63,.22);filter:brightness(1.06)}.btn-primary{background:linear-gradient(135deg,var(--teal),var(--sky));color:var(--navy);box-shadow:0 6px 15px rgba(0,31,63,.2)}.btn-secondary{background:linear-gradient(135deg,var(--navy),#075985);color:var(--white)}.btn-ghost{background:transparent;color:inherit;border:1px solid currentColor}.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{background:var(--white);border:1px solid rgba(0,31,63,.08);border-radius:var(--radius);box-shadow:0 5px 18px rgba(0,31,63,.07);overflow:hidden;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.card-media{height:210px;overflow:hidden}.card-media img{transition:transform .4s}.card:hover .card-media img{transform:scale(1.06)}.card-body{padding:1.5rem}.card-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:1rem;border-radius:50%;background:rgba(57,204,204,.18);color:#007f83;font-size:1.3rem}.card-title{font-size:1.25rem}.card-text{color:#486581}.card-link{font-weight:700;color:#007f83}.prose{max-width:780px}.lead{font-size:1.2rem;color:#486581}.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-left:1.8rem;position:relative}.feature-item:before{content:"✓";position:absolute;left:0;color:#008b8b;font-weight:700}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step{position:relative}.step-num{display:grid;place-items:center;width:44px;height:44px;margin-bottom:1rem;border-radius:50%;background:var(--teal);color:var(--navy);font-weight:800}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stat{padding:1rem}.stat-num{display:block;color:#007f83;font:700 2.4rem "Merriweather",serif}.stat-label{color:#486581}.testimonial{padding:1.5rem;background:var(--soft);border-left:4px solid var(--teal);border-radius:8px}.quote{font-family:"Merriweather",Georgia,serif;font-size:1.1rem}.author{font-weight:700}.rating{color:#008b8b;letter-spacing:.15em}.faq{display:grid;gap:1rem}.faq-item{padding:1rem 1.25rem;border:1px solid rgba(0,31,63,.1);border-radius:8px}.faq-q{font-weight:700}.faq-a{padding-top:.75rem;color:#486581}.timeline{border-left:3px solid var(--teal);padding-left:1.5rem}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-item:before{content:"";position:absolute;left:-1.86rem;top:.35rem;width:12px;height:12px;border-radius:50%;background:var(--navy);border:3px solid var(--teal)}.timeline-date{color:#007f83;font-weight:700}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-item{height:240px;border-radius:var(--radius);overflow:hidden}.team,.posts,.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.team-member,.post,.price-card{background:var(--white);border-radius:var(--radius);padding:1.25rem;box-shadow:0 5px 18px rgba(0,31,63,.08)}.member-photo{width:100%;height:240px;object-fit:cover;border-radius:10px}.member-name,.post-title{font-size:1.2rem}.member-role,.post-meta{color:#007f83;font-size:.9rem}.logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.logo-item{padding:1rem 1.5rem;border:1px solid rgba(0,31,63,.1);border-radius:8px;color:#486581;font-weight:700}.price-card{text-align:center}.price-card.is-featured{border:2px solid var(--teal);transform:scale(1.03)}.price-tag{font:700 2rem "Merriweather",serif;color:#007f83}.price-features{display:grid;gap:.5rem;margin:1.25rem 0}.newsletter{padding:2rem;background:var(--soft);border-radius:var(--radius)}.newsletter-form{display:flex;gap:.75rem}.badge{display:inline-block;padding:.45rem .8rem;border-radius:20px;background:rgba(57,204,204,.18);color:#007f83;font-weight:700}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem}.contact-info,.contact-form{padding:2rem;background:var(--soft);border-radius:var(--radius)}.nap-block{font-style:normal;line-height:1.9;padding:1.25rem;border-left:4px solid var(--teal);background:var(--white);border-radius:6px}.form-row{display:grid;gap:.45rem;margin-bottom:1rem}.form-label{font-weight:700;color:var(--navy)}.form-input,.form-textarea,.form-select{width:100%;border:1px solid #b8d9e5;border-radius:8px;padding:.8rem;background:var(--white);color:var(--ink)}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:3px solid rgba(57,204,204,.3);border-color:#008b8b}.form-textarea{min-height:150px;resize:vertical}.form-note{font-size:.85rem;color:#486581}.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}.figure-caption{padding:.6rem;color:#486581;font-size:.9rem}.cta-band{padding:3.5rem 0;text-align:center;background:linear-gradient(120deg,var(--navy),#075985,var(--sky));color:var(--white);clip-path:polygon(0 12%,100% 0,100% 88%,0 100%)}.cta-band h2,.cta-band h3{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{width:100%;padding-top:3rem;background:var(--navy);color:rgba(255,255,255,.82)}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:2rem}.footer-title{margin-bottom:1rem;color:var(--white);font-family:"Merriweather",Georgia,serif;font-weight:700}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.45rem}.footer-links a{color:rgba(255,255,255,.78);text-decoration:none}.footer-links a:hover{color:var(--sky)}.footer-social{display:flex;gap:.75rem}.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:.85rem}.muted{opacity:.7}.text-center{text-align:center}.divider{height:3px;width:70px;margin:1rem 0;background:linear-gradient(90deg,var(--teal),var(--sky));border:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.is-hidden{display:none!important}.cookie-bar{position:fixed;right:1rem;bottom:1rem;z-index:50;max-width:420px;padding:1rem;background:var(--navy);color:var(--white);border-radius:10px;box-shadow:var(--shadow)}.to-top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:30;width:42px;height:42px;border-radius:50%;background:var(--teal);color:var(--navy);text-align:center;text-decoration:none;line-height:42px;font-weight:700}.scroll-progress{position:fixed;top:0;left:0;z-index:100;width:100%;height:4px;background:var(--teal);transform-origin:left;transform:scaleX(0)}section,.card,.feature,.testimonial,.team-member,.post{animation:slide-up .7s ease both}@keyframes slide-up{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-inner{gap:2rem}.footer-inner{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.team,.posts,.pricing{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.header-inner{min-height:68px}.logo-text{font-size:.82rem}.nav-toggle{display:inline-block}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;padding:1rem 1.25rem;background:var(--navy);box-shadow:0 10px 20px rgba(0,0,0,.18)}.main-nav.is-open{display:block}.nav-list{flex-direction:column;align-items:flex-start;gap:.75rem}.nav-cta{display:none}.hero{min-height:auto}.hero-inner{grid-template-columns:1fr;padding-top:4rem}.hero-media{min-height:280px;order:-1}.hero-title{font-size:clamp(2rem,10vw,3rem)}.section{padding:3.5rem 0}.section-alt{padding:4.5rem 0}.grid-2,.grid-3,.grid-4,.contact-grid,.steps,.gallery,.team,.posts,.pricing{grid-template-columns:minmax(0,1fr)}.price-card.is-featured{transform:none}.newsletter-form{flex-direction:column}.footer-inner{grid-template-columns:1fr}.footer-bottom{margin-top:1.5rem}.cta-band{clip-path:polygon(0 5%,100% 0,100% 95%,0 100%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}