@charset "UTF-8";*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Inter,sans-serif;color:#3d4a5c;background:#fff;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{border:none;background:0 0;cursor:pointer;font-family:Inter,sans-serif}.container{max-width:1240px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1.25rem}}.section-eyebrow{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#2c8c86;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.section-eyebrow::before{content:"";display:block;width:24px;height:2px;background:#2c8c86}.section-title{font-family:Oswald,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1;color:#11304e;letter-spacing:-.01em}.section-title--white{color:#fff}.section-lead{font-size:1.05rem;color:#6c757d;line-height:1.7;max-width:560px}.section-lead--white{color:rgba(255,255,255,.75)}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}[data-reveal].revealed{opacity:1;transform:translateY(0)}[data-reveal=left]{transform:translateX(-28px)}[data-reveal=left].revealed{transform:translateX(0)}[data-reveal=right]{transform:translateX(28px)}[data-reveal=right].revealed{transform:translateX(0)}@keyframes header-drop-in{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes cta-pulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(0) scale(1.06)}}@keyframes hamburger-punch{0%{transform:scale(1)}40%{transform:scale(.8)}100%{transform:scale(1)}}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;animation:header-drop-in .6s ease-out}.site-header.scrolled{background:#fff;box-shadow:0 6px 24px rgba(26,46,74,.12)}.site-header.scrolled .nav__link{color:#1a2035}.site-header.scrolled .nav__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2b5ea7;color:#fff;border:2px solid #2b5ea7}.site-header.scrolled .nav__cta:hover{background:#3d72c4;border-color:#3d72c4;transform:translateY(-2px);box-shadow:0 6px 24px rgba(26,46,74,.12)}.site-header.scrolled .hamburger span{background:#000}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;margin:0 auto;background-color:#fff}@media (max-width:768px){.header-inner{padding:0 1rem}}.logo{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;text-decoration:none}.logo__mark{height:100px;width:auto;flex-shrink:0}.nav{display:flex;align-items:center;justify-content:flex-end;gap:2.5rem}@media (max-width:1024px){.nav{display:flex;position:fixed;inset:0;background:#11304e;flex-direction:column;justify-content:center;gap:1rem;width:80%;height:60%;left:auto;z-index:999;visibility:hidden;clip-path:circle(0 at 100% 0);transition:clip-path .6s cubic-bezier(.65,0,.35,1),visibility .6s;pointer-events:none}.nav.open{visibility:visible;clip-path:circle(150% at 100% 0);pointer-events:auto}}.nav__link{font-family:Oswald,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#000;transition:all .3s ease;position:relative}.nav__link::after{content:"";position:absolute;bottom:-4px;left:0;right:100%;height:2px;background:#2c8c86;transition:right .3s ease}.nav__link:hover{color:#4daba4}.nav__link:hover::after{right:0}@media (max-width:1024px){.nav__link{font-size:1rem;color:#fff;opacity:0;transform:scale(.6) rotate(-8deg) translateY(10px);transition:opacity .4s ease,transform .45s cubic-bezier(.34,1.56,.64,1)}}.nav__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2c8c86;color:#11304e;border:2px solid #2c8c86;font-weight:600}.nav__cta:hover{background:#4daba4;border-color:#4daba4;transform:translateY(-2px);box-shadow:0 6px 24px rgba(26,46,74,.12)}@media (max-width:1024px){.nav__cta{opacity:0;transform:scale(.6) rotate(-8deg) translateY(10px);transition:opacity .4s ease,transform .45s cubic-bezier(.34,1.56,.64,1)}}@media (max-width:1024px){.nav.open .nav__cta,.nav.open .nav__link{opacity:1;color:#fff;transform:scale(1) rotate(0) translateY(0)}}@media (max-width:1024px){.nav.open .nav__link:nth-child(1){transition-delay:.1s}.nav.open .nav__link:nth-child(2){transition-delay:.15s}.nav.open .nav__link:nth-child(3){transition-delay:.2s}.nav.open .nav__link:nth-child(4){transition-delay:.25s}.nav.open .nav__link:nth-child(5){transition-delay:.3s}.nav.open .nav__cta{transition-delay:.35s;animation:cta-pulse .6s ease .7s 1}}.nav-backdrop{display:none}@media (max-width:1024px){.nav-backdrop{display:block;position:fixed;inset:0;z-index:998;background:rgba(10,31,51,.65);opacity:0;visibility:hidden;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);pointer-events:none;transition:opacity .45s ease,visibility .45s,backdrop-filter .45s ease}.nav-backdrop.open{opacity:1;visibility:visible;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:auto}}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001;padding:4px}.hamburger.active{animation:hamburger-punch .4s ease}.hamburger span{display:block;width:26px;height:2px;background:#000;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55),opacity .2s ease,background .3s ease}.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:translateX(-8px)}.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hamburger.active span{background:#000!important}@media (max-width:1024px){.hamburger{display:flex}}.banner{position:relative;min-height:100vh;background:#0a1f33;overflow:hidden;display:flex;align-items:stretch;justify-content:flex-start}.banner__image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.15;z-index:1}.banner__slider{position:absolute;right:0;top:0;width:52%;height:100%;overflow:hidden;clip-path:polygon(12% 0,100% 0,100% 100%,0 100%);transform:translateZ(0);z-index:1}@media (max-width:1024px){.banner__slider{display:none}}.banner__slide{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right;transform:translateX(100%);transition:transform 1.2s ease}.banner__slide.active{transform:translateX(0);z-index:2}.banner__slide.prev{transform:translateX(-100%)}.banner__mobile-bg{display:none;position:absolute;inset:0;width:100%;height:100%;overflow:hidden;z-index:0}@media (max-width:1024px){.banner__mobile-bg{display:block}}.banner__mobile-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,31,51,.55) 0,rgba(10,31,51,.88) 100%);z-index:1}.banner__mobile-slide{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:translateX(100%);transition:transform 1.2s ease}.banner__mobile-slide.active{transform:translateX(0)}.banner__mobile-slide.prev{transform:translateX(-100%)}.banner__container{position:relative;z-index:3;max-width:1240px;margin:0 auto;padding:0 2rem;width:100%;display:flex;align-items:center;justify-content:flex-start;min-height:100vh;padding-top:120px;padding-bottom:80px}@media (max-width:768px){.banner__container{padding:120px 1.25rem 80px}}.banner__content{max-width:640px}.banner__eyebrow{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#2c8c86;font-weight:600}.banner__eyebrow .slash{display:inline-block;width:3px;height:18px;background:#2c8c86;transform:skewX(-15deg)}.banner__title{font-family:Oswald,sans-serif;font-size:clamp(2.8rem,6vw,5rem);font-weight:700;line-height:1;color:#fff;letter-spacing:-.01em;margin-bottom:1.5rem}.banner__title span{color:#2c8c86;display:block}.banner__subtitle{font-size:1.1rem;line-height:1.7;color:rgba(255,255,255,.72);margin-bottom:2.5rem;max-width:500px}.banner__actions{display:flex;align-items:center;justify-content:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}.banner__btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2c8c86;color:#11304e;border:2px solid #2c8c86;font-weight:700}.banner__btn-primary:hover{background:#4daba4;border-color:#4daba4;transform:translateY(-2px);box-shadow:0 8px 24px rgba(44,140,134,.3)}.banner__btn-secondary{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:0 0;color:#fff;border:2px solid rgba(255,255,255,.6)}.banner__btn-secondary:hover{background:#fff;color:#11304e;border-color:#fff}.banner__stats{display:flex;align-items:stretch;justify-content:flex-start;border-top:1px solid rgba(255,255,255,.12);padding-top:2rem;max-width:560px}@media (max-width:576px){.banner__stats{flex-wrap:wrap}}.banner__stat{flex:1;padding-right:2rem;border-right:1px solid rgba(255,255,255,.12);margin-right:2rem}.banner__stat:last-child{border-right:none;margin-right:0;padding-right:0}@media (max-width:576px){.banner__stat{flex:0 0 50%;margin-bottom:1.5rem;padding-right:1rem;margin-right:0}}.banner__stat-number{font-family:Oswald,sans-serif;font-size:2.25rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem}.banner__stat-number span{color:#2c8c86}.banner__stat-star{color:#2c8c86}.banner__stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.5);font-weight:500}.banner__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:3;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;color:rgba(255,255,255,.4);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.banner__scroll .arrow{width:1px;height:40px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.4));animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,100%{opacity:.4}50%{opacity:1}}.topbar{background:#11304e;border-bottom:1px solid rgba(255,255,255,.08);padding:.5rem 0;display:none}.topbar__inner{max-width:1240px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}@media (max-width:768px){.topbar__inner{padding:0 1.25rem;justify-content:center;flex-wrap:wrap;gap:.5rem}}.topbar__contact{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem}.topbar__contact a{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;font-size:.78rem;color:rgba(255,255,255,.7);transition:all .3s ease}.topbar__contact a:hover{color:#2c8c86}.topbar__contact a svg{width:13px;height:13px}.topbar__hours{font-size:.78rem;color:rgba(255,255,255,.55)}.topbar__hours strong{color:rgba(255,255,255,.8)}.about{padding:7rem 0;background:#f5f0e8;position:relative;overflow:hidden}.about::before{content:"GLINT";position:absolute;top:-1rem;right:-2rem;font-family:Oswald,sans-serif;font-size:18rem;font-weight:900;color:rgba(17,48,78,.03);line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.about__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5rem;align-items:center}@media (max-width:1024px){.about__grid{grid-template-columns:1fr;gap:3rem}}.about__visual{position:relative}@media (max-width:1024px){.about__visual{max-width:560px}}.about__image-main{width:100%;height:480px;-o-object-fit:cover;object-fit:cover;border-radius:80px 0 100px 0;box-shadow:0 24px 64px rgba(26,46,74,.24)}@media (max-width:768px){.about__image-main{height:320px;-o-object-position:top;object-position:top;border-radius:50px 0 60px 0}}.about__image-accent{position:absolute;bottom:0;right:0;width:200px;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:100%;border:4px solid #fff;box-shadow:0 16px 48px rgba(26,46,74,.18)}@media (max-width:768px){.about__image-accent{width:120px;height:120px;bottom:0;right:0;border-radius:100%}}.about__badge{position:absolute;top:0;left:0;width:160px;height:160px;background:#11304e;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 6px 24px rgba(26,46,74,.12);text-align:center}@media (max-width:768px){.about__badge{width:80px;height:80px;top:0;left:0}}.about__badge strong{font-family:Oswald,sans-serif;font-size:1.6rem;font-weight:700;color:#2c8c86;line-height:1}@media (max-width:768px){.about__badge strong{font-size:1.25rem}}.about__badge span{font-size:.55rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.08em;text-align:center;padding:0 6px}.about__content{padding-left:1rem}@media (max-width:1024px){.about__content{padding-left:0}}.about__highlights{margin:2rem 0;display:flex;flex-direction:column;gap:1rem}.about__highlight{display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem}.about__highlight-icon{width:42px;height:42px;background:#e8f0fb;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#2b5ea7}.about__highlight-icon svg{width:20px;height:20px}.about__highlight-text strong{display:block;font-family:Oswald,sans-serif;font-size:.95rem;font-weight:600;color:#11304e;letter-spacing:.02em;margin-bottom:.2rem}.about__highlight-text p{font-size:.9rem;color:#6c757d;line-height:1.6}.about__actions{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}.about__btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2b5ea7;color:#fff;border:2px solid #2b5ea7}.about__btn-primary:hover{background:#3d72c4;border-color:#3d72c4;transform:translateY(-2px);box-shadow:0 6px 24px rgba(26,46,74,.12)}.about__btn-outline{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:0 0;color:#11304e;border:2px solid #11304e}.about__btn-outline:hover{background:#11304e;color:#fff}.about__coverage{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;background:#e8f0fb;border-radius:4px;padding:.6rem 1rem;font-size:.82rem;color:#2b5ea7;font-weight:500}.about__coverage svg{width:16px;height:16px}.about-story{background:#f5f0e8;padding:6rem 0 7rem}.about-story__layout{display:grid;grid-template-columns:1fr 340px;gap:4rem;align-items:start}@media (max-width:1024px){.about-story__layout{grid-template-columns:1fr;gap:3rem}}.about-story__lead{font-family:Oswald,sans-serif;font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:500;line-height:1.5;color:#11304e;margin:1rem 0 1.75rem}.about-story__text{font-size:1rem;line-height:1.8;color:#3d4a5c;max-width:640px}.about-story__text p{margin-bottom:1.25rem}.about-story__actions{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-top:2rem;flex-wrap:wrap}.about-story__btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2b5ea7;color:#fff;border:2px solid #2b5ea7}.about-story__btn-primary:hover{background:#3d72c4;border-color:#3d72c4;transform:translateY(-2px);box-shadow:0 6px 24px rgba(26,46,74,.12)}.about-story__btn-outline{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:0 0;color:#11304e;border:2px solid #11304e}.about-story__btn-outline:hover{background:#11304e;color:#fff}.about-story__founder{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px rgba(26,46,74,.18);position:sticky;top:140px}@media (max-width:1024px){.about-story__founder{position:static}}.about-story__founder-image{width:100%;height:280px;-o-object-fit:cover;object-fit:cover;display:block}.about-story__founder-body{padding:1.5rem}.about-story__founder-name{font-family:Oswald,sans-serif;font-size:1.1rem;font-weight:600;color:#11304e}.about-story__founder-role{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#6c757d;margin-bottom:.85rem}.about-story__founder-quote{font-size:.88rem;line-height:1.6;color:#3d4a5c;font-style:italic;border-left:3px solid #2c8c86;padding-left:.85rem}.about-timeline{background:#fff;padding:6rem 0 7rem}.about-timeline__header{text-align:center;max-width:600px;margin:0 auto 4rem}.about-timeline__line{position:relative;max-width:760px;margin:0 auto}.about-timeline__line::before{content:"";position:absolute;top:4px;bottom:4px;left:20px;width:2px;background:#e9ecef}@media (max-width:768px){.about-timeline__line::before{left:14px}}.about-timeline__item{position:relative;padding-left:4rem;padding-bottom:3rem}.about-timeline__item:last-child{padding-bottom:0}@media (max-width:768px){.about-timeline__item{padding-left:3rem}}.about-timeline__dot{position:absolute;left:12px;top:2px;width:18px;height:18px;border-radius:50%;background:#2c8c86;border:4px solid #fff;box-shadow:0 0 0 2px #2c8c86}@media (max-width:768px){.about-timeline__dot{left:6px}}.about-timeline__tag{display:block;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#2b5ea7;margin-bottom:.5rem}.about-timeline__title{font-family:Oswald,sans-serif;font-size:1.3rem;font-weight:700;color:#11304e;margin-bottom:.6rem}.about-timeline__desc{font-size:.95rem;line-height:1.7;color:#3d4a5c;max-width:560px}.about-values{background:#0a1f33;padding:6rem 0 7rem}.about-values__header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.about-values__row{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.about-values__row:first-of-type{border-top:1px solid rgba(255,255,255,.1)}.about-values__num{font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:700;color:rgba(255,255,255,.12);flex-shrink:0;width:70px}.about-values__row-title{font-family:Oswald,sans-serif;font-size:1.25rem;font-weight:600;color:#fff;flex:0 0 230px}@media (max-width:768px){.about-values__row-title{flex:1 1 100%}}.about-values__row-desc{font-size:.92rem;line-height:1.7;color:rgba(255,255,255,.6);flex:1;min-width:240px}.about-features{padding:6rem 0;background:#0a1f33}.about-features__header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.about-features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem}@media (max-width:1024px){.about-features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.about-features__grid{grid-template-columns:1fr}}.about-features__card{text-align:center;padding:2.5rem 1.5rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:8px;position:relative;overflow:hidden;transition:all .3s ease}.about-features__card::after{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:#2c8c86;transition:all .3s ease;transform:translateX(-50%)}.about-features__card:hover{background:rgba(255,255,255,.06);transform:translateY(-4px);box-shadow:0 24px 64px rgba(26,46,74,.24)}.about-features__card:hover::after{width:60%}.about-features__card:hover .about-features__icon{background:#2c8c86;border-color:#2c8c86;color:#0a1f33}.about-features__icon{width:64px;height:64px;border-radius:50%;border:2px solid rgba(44,140,134,.4);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#2c8c86;transition:all .3s ease}.about-features__icon svg{width:28px;height:28px}.about-features__title{font-family:Oswald,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.75rem}.about-features__desc{font-size:.88rem;line-height:1.65;color:rgba(255,255,255,.6)}.why-choose{padding:7rem 0;background:#fff}.why-choose__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5rem;align-items:center}@media (max-width:1024px){.why-choose__grid{grid-template-columns:1fr;gap:3rem}}.why-choose__list{margin:2rem 0 2.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 1.5rem}@media (max-width:576px){.why-choose__list{grid-template-columns:1fr}}.why-choose__list-item{display:flex;align-items:flex-start;justify-content:flex-start;gap:.75rem}.why-choose__list-item svg{width:22px;height:22px;color:#2c8c86;flex-shrink:0;margin-top:1px}.why-choose__list-item span{font-family:Oswald,sans-serif;font-size:.95rem;font-weight:500;color:#11304e;line-height:1.4}.why-choose__btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2b5ea7;color:#fff;border:2px solid #2b5ea7}.why-choose__btn-primary:hover{background:#3d72c4;border-color:#3d72c4;transform:translateY(-2px);box-shadow:0 6px 24px rgba(26,46,74,.12)}.why-choose__visual{position:relative}@media (max-width:1024px){.why-choose__visual{max-width:560px}}.why-choose__image-main{width:100%;height:460px;-o-object-fit:cover;object-fit:cover;border-radius:100px 0 80px 0;box-shadow:0 24px 64px rgba(26,46,74,.24)}@media (max-width:768px){.why-choose__image-main{height:320px;border-radius:50px 0}}.why-choose__image-accent{position:absolute;top:0;left:0;width:180px;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:50%;border:4px solid #fff;box-shadow:0 16px 48px rgba(26,46,74,.18)}@media (max-width:768px){.why-choose__image-accent{width:100px;height:100px;top:0;left:0}}.why-choose__stat-badge{position:absolute;bottom:0;right:0;width:160px;height:160px;background:#2c8c86;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:1.25rem 1.5rem;text-align:center;align-items:center;box-shadow:0 6px 24px rgba(26,46,74,.12)}@media (max-width:768px){.why-choose__stat-badge{bottom:0;right:0;width:100px;height:100px;padding:.85rem 1.1rem}}.why-choose__stat-badge strong{display:block;font-family:Oswald,sans-serif;font-size:1.8rem;font-weight:700;color:#0a1f33;line-height:1}@media (max-width:768px){.why-choose__stat-badge strong{font-size:1.3rem}}.why-choose__stat-badge span{font-size:.65rem;color:rgba(10,31,51,.7);text-transform:uppercase;letter-spacing:.06em}.services{padding:7rem 0;background:#11304e;position:relative;overflow:hidden}.services::before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;height:70px;background:#f5f0e8;clip-path:polygon(0 0,100% 0,0 100%);transform:translateZ(0);z-index:1}.services::after{content:"";position:absolute;bottom:-1px;left:-1px;right:-1px;height:70px;background:#fff;clip-path:polygon(100% 0,100% 100%,0 100%);transform:translateZ(0);z-index:1}.services__inner{position:relative;z-index:2}.services__header{text-align:center;margin-bottom:4rem}.services__slider{position:relative;overflow:hidden}.services__track{display:flex;gap:1.5rem;transition:transform .5s ease}.services__card{flex:0 0 calc((100% - 3rem)/ 3);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:2.5rem;position:relative;overflow:hidden;transition:background .4s ease,border-color .4s ease,transform .4s ease,box-shadow .4s ease}@media (max-width:1024px){.services__card{flex:0 0 calc((100% - 1.5rem)/ 2)}}@media (max-width:768px){.services__card{flex:0 0 100%}}.services__card::before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:#2c8c86;transition:height .4s ease}.services__card:hover{background:rgba(255,255,255,.07);border-color:rgba(44,140,134,.3);transform:translateY(-4px);box-shadow:0 24px 64px rgba(26,46,74,.24)}.services__card:hover::before{height:100%}.services__card:hover .services__card-icon{background:#2c8c86;color:#11304e;transform:scale(1.05)}.services__card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.75rem}.services__card-icon{width:56px;height:56px;background:rgba(255,255,255,.08);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#2c8c86;transition:all .3s ease}.services__card-icon svg{width:26px;height:26px}.services__card-number{font-family:Oswald,sans-serif;font-size:3rem;font-weight:900;color:rgba(255,255,255,.05);line-height:1}.services__card-title{font-family:Oswald,sans-serif;font-size:1.6rem;font-weight:600;color:#fff;letter-spacing:.01em;margin-bottom:1rem}.services__card-desc{font-size:.92rem;line-height:1.7;color:rgba(255,255,255,.62);margin-bottom:1.75rem}.services__card-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.services__card-list li{display:flex;align-items:center;justify-content:flex-start;gap:.6rem;font-size:.85rem;color:rgba(255,255,255,.7)}.services__card-list li::before{content:"";width:6px;height:6px;background:#2c8c86;border-radius:50%;flex-shrink:0}.services__card-link{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;font-family:Oswald,sans-serif;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:#2c8c86;font-weight:500;transition:all .3s ease}.services__card-link svg{width:16px;height:16px;transition:transform .2s ease}.services__card-link:hover svg{transform:translateX(4px)}.services__controls{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:2.5rem}.services__arrow{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:0 0;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.services__arrow svg{width:18px;height:18px}.services__arrow:hover:not(:disabled){background:#2c8c86;border-color:#2c8c86;color:#11304e}.services__arrow:disabled{opacity:.35;cursor:default}.services__dots{display:flex;align-items:center;justify-content:center;gap:.5rem}.services__dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);border:none;padding:0;cursor:pointer;transition:all .3s ease}.services__dot.active{background:#2c8c86;width:22px;border-radius:4px}.services__trust{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width:1024px){.services__trust{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.services__trust{grid-template-columns:1fr}}.services__trust-item{text-align:center}.services__trust-item-num{font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:700;color:#2c8c86;line-height:1;margin-bottom:.25rem}.services__trust-item-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.5)}.services-nav{background:#fff;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:50}.services-nav__inner{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.1rem 0;flex-wrap:wrap}.services-nav__link{padding:.55rem 1.4rem;border-radius:999px;border:1px solid #e9ecef;font-family:Oswald,sans-serif;font-size:.82rem;font-weight:500;color:#11304e;transition:all .3s ease}.services-nav__link:hover{border-color:#2b5ea7;color:#2b5ea7}.services-detail{background:#fff;padding:5rem 0 2rem}.services-detail__group{scroll-margin-top:80px}.services-detail__group:not(:last-child){border-bottom:2px solid #adb5bd}.services-detail__block{padding:4rem 0}.services-detail__block:not(:last-child){border-bottom:1px solid #e9ecef}.services-detail__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;align-items:center}@media (max-width:1024px){.services-detail__grid{grid-template-columns:1fr;gap:2.5rem}}.services-detail__visual{position:relative}.services-detail__image{width:100%;height:420px;-o-object-fit:cover;object-fit:cover;border-radius:8px;box-shadow:0 16px 48px rgba(26,46,74,.18)}@media (max-width:768px){.services-detail__image{height:280px}}.services-detail__tag{display:inline-flex;align-items:center;gap:.6rem;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#2b5ea7;margin-bottom:1rem}.services-detail__tag::before{content:"";width:22px;height:2px;background:#2c8c86}.services-detail__title{font-family:Oswald,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700;color:#11304e;margin-bottom:1rem}.services-detail__desc{font-size:1rem;line-height:1.75;color:#3d4a5c;margin-bottom:2rem}.services-detail__list{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin-bottom:2rem}@media (max-width:576px){.services-detail__list{grid-template-columns:1fr}}.services-detail__list li{display:flex;align-items:center;justify-content:flex-start;gap:.6rem;font-size:.95rem;font-weight:500;color:#11304e}.services-detail__list svg{width:18px;height:18px;color:#2c8c86;flex-shrink:0}.services-trust-bar{background:#0a1f33;padding:4rem 0}.services-trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}@media (max-width:1024px){.services-trust-bar__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.services-trust-bar__num{font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:700;color:#2c8c86;line-height:1;margin-bottom:.4rem}.services-trust-bar__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.55)}.gallery{padding:7rem 0;background:#fff}.gallery__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}@media (max-width:768px){.gallery__header{flex-direction:column;align-items:flex-start}}.gallery__filter{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.gallery__filter button{font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.5rem 1.25rem;border-radius:2rem;border:1px solid #e9ecef;color:#6c757d;background:#fff;cursor:pointer;transition:all .3s ease}.gallery__filter button.active,.gallery__filter button:hover{background:#11304e;color:#fff;border-color:#11304e}.gallery__masonry{-moz-columns:4;columns:4;-moz-column-gap:1rem;column-gap:1rem}@media (max-width:1024px){.gallery__masonry{-moz-columns:2;columns:2}}@media (max-width:576px){.gallery__masonry{-moz-columns:1;columns:1}}.gallery__item{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:1rem;border-radius:8px;overflow:hidden;position:relative;cursor:pointer}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__item img{width:100%;height:100%;display:block;transition:transform .5s ease}.gallery__item:hover img{transform:scale(1.04)}.gallery__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(17,48,78,.85) 0,transparent 50%);opacity:0;transition:all .3s ease;display:flex;align-items:flex-end;justify-content:flex-start;padding:1.25rem}.gallery__overlay span{font-family:Oswald,sans-serif;font-size:.9rem;color:#fff;letter-spacing:.05em}.gallery--inner{padding-top:5rem}.gallery__cta-wrap{text-align:center;margin-top:3rem}.gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width:576px){.gallery__grid{grid-template-columns:1fr}}.ba-compare{display:flex;border-radius:8px;overflow:hidden;position:relative;box-shadow:0 2px 8px rgba(26,46,74,.08)}.ba-compare__panel{position:relative;flex:1 1 50%;aspect-ratio:2/3;overflow:hidden}.ba-compare__panel img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.ba-compare__panel:hover img{transform:scale(1.04)}.ba-compare__panel:not(:last-child){border-right:2px solid #fff}.ba-compare__label{position:absolute;top:.75rem;left:.75rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:rgba(17,48,78,.85);padding:.3rem .75rem;border-radius:2rem;pointer-events:none}.ba-compare__panel--after .ba-compare__label{left:auto;right:.75rem;background:rgba(44,140,134,.9)}.gallery-lightbox{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background:rgba(17,48,78,.92);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.gallery-lightbox.open{opacity:1;visibility:visible}.gallery-lightbox__figure{position:relative;max-width:90vw;max-height:85vh;transform:scale(.96);transition:transform .3s ease}.gallery-lightbox.open .gallery-lightbox__figure{transform:scale(1)}.gallery-lightbox__img{display:block;max-width:90vw;max-height:85vh;width:auto;height:auto;border-radius:8px;box-shadow:0 1.5rem 4rem rgba(0,0,0,.4)}.gallery-lightbox__caption{margin-top:1rem;text-align:center;color:#fff;font-family:Oswald,sans-serif;font-size:.95rem;letter-spacing:.05em}.gallery-lightbox__close{position:absolute;top:-1.25rem;right:-1.25rem;width:2.75rem;height:2.75rem;border-radius:50%;border:none;background:#fff;color:#11304e;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 .25rem 1rem rgba(0,0,0,.25);transition:all .3s ease}.gallery-lightbox__close svg{width:1.25rem;height:1.25rem}.gallery-lightbox__close:hover{background:#11304e;color:#fff}@media (max-width:576px){.gallery-lightbox__close{top:-3.25rem;right:0}}.faq{padding:7rem 0;background:#f5f0e8}.faq__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;align-items:start}@media (max-width:1024px){.faq__grid{grid-template-columns:1fr}}.faq__intro{position:sticky;top:120px}@media (max-width:1024px){.faq__intro{position:static}}.faq__intro .section-lead{margin-bottom:2rem}.faq__contact-box{background:#11304e;border-radius:8px;padding:1.75rem;margin-top:2rem}.faq__contact-box p{font-size:.88rem;color:rgba(255,255,255,.65);margin-bottom:1.25rem;line-height:1.6}.faq__contact-link{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-family:Oswald,sans-serif;font-size:.85rem;font-weight:500;color:#2c8c86;letter-spacing:.05em;transition:all .3s ease}.faq__contact-link:hover{color:#4daba4}.faq__contact-link svg{width:18px;height:18px}.faq__list{display:flex;flex-direction:column;gap:.75rem}.faq__item{background:#fff;border-radius:8px;border:1px solid #e9ecef;overflow:hidden;transition:all .3s ease}.faq__item.open{border-color:rgba(43,94,167,.3);box-shadow:0 2px 8px rgba(26,46,74,.08)}.faq__item.open .faq__question{color:#2b5ea7}.faq__item.open .faq__icon{transform:rotate(45deg);color:#2b5ea7}.faq__item.open .faq__answer{display:block}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-family:Oswald,sans-serif;font-size:1rem;font-weight:500;color:#11304e;cursor:pointer;letter-spacing:.01em;transition:all .3s ease}.faq__question:hover{color:#2b5ea7}.faq__icon{width:22px;height:22px;flex-shrink:0;color:#adb5bd;transition:transform .3s ease,color .3s ease}.faq__answer{display:none;padding:0 1.5rem 1.25rem;font-size:.92rem;line-height:1.7;color:#6c757d;border-top:1px solid #e9ecef;padding-top:1rem}.contact{padding:7rem 0;background:#fff;position:relative;overflow:hidden}.contact--after-discover::before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;height:70px;background:#0a1f33;clip-path:polygon(0 0,100% 0,100% 100%);transform:translateZ(0);z-index:1}.contact__grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;align-items:start}@media (max-width:1024px){.contact__grid{grid-template-columns:1fr}}.contact__info .section-lead{margin-bottom:2.5rem}.contact__lead{margin-top:1rem}.contact__details{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.contact__detail{display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem}.contact__detail-icon{width:44px;height:44px;background:#e8f0fb;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#2b5ea7;flex-shrink:0}.contact__detail-icon svg{width:20px;height:20px}.contact__detail-content label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#adb5bd;margin-bottom:.2rem}.contact__detail-content a,.contact__detail-content p{font-size:.95rem;color:#1a2035;font-weight:500;transition:all .3s ease}.contact__detail-content a:hover{color:#2b5ea7}.contact__service-area{background:#e8f0fb;border-radius:8px;padding:1.5rem;display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem}.contact__service-area svg{width:22px;height:22px;color:#2b5ea7;flex-shrink:0;margin-top:2px}.contact__service-area p{font-size:.9rem;color:#3d4a5c;line-height:1.6}.contact__service-area p strong{display:block;color:#11304e;margin-bottom:.25rem}.contact__form-wrap{background:#f8f9fa;border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px rgba(26,46,74,.08)}@media (max-width:576px){.contact__form-wrap{padding:1.5rem}}.contact__form-title{font-family:Oswald,sans-serif;font-size:1.4rem;font-weight:600;color:#11304e;margin-bottom:.5rem}.contact__form-sub{font-size:.88rem;color:#6c757d;margin-bottom:1.75rem}.contact__form{display:flex;flex-direction:column;gap:1rem}.contact__row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width:576px){.contact__row{grid-template-columns:1fr}}.contact__field{display:flex;flex-direction:column;gap:.4rem}.contact__field label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#343a40}.contact__field input,.contact__field select,.contact__field textarea{padding:.85rem 1rem;background:#fff;border:1px solid #e9ecef;border-radius:4px;font-family:Inter,sans-serif;font-size:.92rem;color:#1a2035;transition:all .3s ease;width:100%}.contact__field input:focus,.contact__field select:focus,.contact__field textarea:focus{outline:0;border-color:#2b5ea7;box-shadow:0 0 0 3px rgba(43,94,167,.1)}.contact__field input::-moz-placeholder,.contact__field select::-moz-placeholder,.contact__field textarea::-moz-placeholder{color:#adb5bd}.contact__field input::placeholder,.contact__field select::placeholder,.contact__field textarea::placeholder{color:#adb5bd}.contact__field textarea{resize:vertical;min-height:100px}.contact__submit{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2b5ea7;color:#fff;border:2px solid #2b5ea7}.contact__submit:hover{background:#3d72c4;border-color:#3d72c4;transform:translateY(-2px);box-shadow:0 6px 24px rgba(26,46,74,.12)}.contact__submit{width:100%;justify-content:center;margin-top:.5rem;font-size:.92rem}.contact__quote-link{text-align:center;font-size:.85rem;color:#6c757d;margin-top:1.25rem}.contact__quote-link a{color:#2b5ea7;font-weight:600;margin-left:.3rem}.contact__quote-link a:hover{color:#11304e}.site-footer{background:#0a1f33;padding:4rem 0 0}.site-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3.5rem}@media (max-width:1024px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.site-footer__grid{grid-template-columns:1fr;text-align:center}}.site-footer__brand .logo{margin-bottom:1.25rem}.site-footer__brand p{font-size:.87rem;line-height:1.7;color:rgba(255,255,255,.5);margin-bottom:1.5rem}@media (max-width:576px){.site-footer__brand .logo{justify-content:center}}.site-footer__heading{font-family:Oswald,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:1.25rem}.site-footer__heading::after{content:"";display:block;width:24px;height:2px;background:#2c8c86;margin-top:.5rem}@media (max-width:576px){.site-footer__heading::after{margin-left:auto;margin-right:auto}}.site-footer__links{display:flex;flex-direction:column;gap:.6rem}.site-footer__links a{font-size:.88rem;color:rgba(255,255,255,.5);transition:all .3s ease;display:flex;align-items:center;justify-content:flex-start;gap:.4rem}.site-footer__links a::before{content:"›";color:#2c8c86;font-size:1rem}.site-footer__links a:hover{color:#fff}@media (max-width:576px){.site-footer__links a{justify-content:center}}.site-footer__contact-list{display:flex;flex-direction:column;gap:.75rem}.site-footer__contact-list li{display:flex;align-items:flex-start;justify-content:flex-start;gap:.6rem;font-size:.87rem;color:rgba(255,255,255,.55)}.site-footer__contact-list li svg{width:15px;height:15px;flex-shrink:0;margin-top:2px;color:#2c8c86}.site-footer__contact-list li a{color:rgba(255,255,255,.55);transition:all .3s ease}.site-footer__contact-list li a:hover{color:#fff}@media (max-width:576px){.site-footer__contact-list li{justify-content:center}}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.site-footer__bottom p{font-size:.8rem;color:rgba(255,255,255,.35)}.site-footer__bottom a{color:rgba(255,255,255,.35);transition:all .3s ease;font-size:.8rem}.site-footer__bottom a:hover{color:#2c8c86}@media (max-width:576px){.site-footer__bottom{justify-content:center;text-align:center}}.site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;width:100%}@media (max-width:576px){.site-footer__bottom-inner{justify-content:center;text-align:center}}.footer-abn-note{font-size:.78rem;color:rgba(255,255,255,.3)}.logo__mark--sm{height:120px;width:auto;background-color:#fff}.call-us{background:linear-gradient(135deg,#11304e 0,#2b5ea7 100%);padding:6rem 0;position:relative;overflow:hidden}.call-us::before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:rgba(255,255,255,.03);border-radius:50%;pointer-events:none}.call-us::after{content:"";position:absolute;bottom:-60%;left:5%;width:400px;height:400px;background:rgba(44,140,134,.05);border-radius:50%;pointer-events:none}.call-us__inner{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.call-us__eyebrow{font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:1rem}.call-us__title{font-family:Oswald,sans-serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:1.25rem}.call-us__title span{color:#2c8c86}.call-us__subtitle{font-size:1rem;color:rgba(255,255,255,.7);margin-bottom:2.5rem;line-height:1.65}.call-us__actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.call-us__btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2c8c86;color:#11304e;border:2px solid #2c8c86;font-weight:700;font-size:.95rem}.call-us__btn-primary:hover{background:#4daba4;border-color:#4daba4;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.call-us__btn-secondary{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:0 0;color:#fff;border:2px solid rgba(255,255,255,.6)}.call-us__btn-secondary:hover{background:#fff;color:#11304e;border-color:#fff}.call-us__abn{margin-top:2rem;font-size:.75rem;color:rgba(255,255,255,.35);letter-spacing:.05em}.call-us--mt{margin-top:4rem}.testimonials{padding:7rem 0;background:#0a1f33;position:relative;overflow:hidden}.testimonials::before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;height:70px;background:#fff;clip-path:polygon(0 0,100% 0,100% 100%);transform:translateZ(0);z-index:1}.testimonials__inner{position:relative;z-index:2}.testimonials__header{text-align:center;margin-bottom:3.5rem}.testimonials__slider{position:relative;overflow:hidden}.testimonials__track{display:flex;gap:1.5rem;transition:transform .5s ease}.testimonials__card{flex:0 0 calc(50% - .75rem);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease;position:relative}@media (max-width:768px){.testimonials__card{flex:0 0 100%}}.testimonials__card:hover{background:rgba(255,255,255,.07);transform:translateY(-4px)}.testimonials__controls{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:2.5rem}.testimonials__arrow{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:0 0;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.testimonials__arrow svg{width:18px;height:18px}.testimonials__arrow:hover:not(:disabled){background:#2b5ea7;border-color:#2b5ea7}.testimonials__arrow:disabled{opacity:.35;cursor:default}.testimonials__dots{display:flex;align-items:center;justify-content:center;gap:.5rem}.testimonials__dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);border:none;padding:0;cursor:pointer;transition:all .3s ease}.testimonials__dot.active{background:#2c8c86;width:22px;border-radius:4px}.testimonials__quote-icon{width:36px;height:36px;margin-bottom:1rem;color:#2c8c86;opacity:.7}.testimonials__stars{display:flex;align-items:center;justify-content:flex-start;gap:2px;margin-bottom:1rem;color:#2c8c86}.testimonials__stars svg{width:16px;height:16px}.testimonials__text{font-size:.92rem;line-height:1.75;color:rgba(255,255,255,.7);margin-bottom:1.75rem}.testimonials__author-row{display:flex;align-items:center;justify-content:flex-start;gap:.75rem}.testimonials__avatar{width:42px;height:42px;background:#2b5ea7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:600;color:#fff;flex-shrink:0}.testimonials__avatar--light{background:rgba(255,255,255,.2)}.testimonials__author{font-family:Oswald,sans-serif;font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.15rem}.testimonials__role{font-size:.78rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.08em}.discover{padding:7rem 0;background:#0a1f33}.discover__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;align-items:start}@media (max-width:768px){.discover__grid{grid-template-columns:1fr}}.discover__col{display:flex;flex-direction:column;gap:1.75rem}.discover__intro{padding:.5rem 0 1rem}.discover__title{font-family:Oswald,sans-serif;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:700;line-height:1.2;color:#fff;margin-top:.75rem}.discover__card{display:block;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:all .3s ease}.discover__card:hover{transform:translateY(-4px);border-color:rgba(44,140,134,.35);box-shadow:0 24px 64px rgba(26,46,74,.24)}.discover__card:hover .discover__card-image{transform:scale(1.05)}.discover__card:hover .discover__card-link svg{transform:translateX(4px)}.discover__card-image-wrap{overflow:hidden}.discover__card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;aspect-ratio:13/11;transition:transform .5s ease}.discover__card-body{padding:1.5rem 1.5rem 1.75rem}.discover__card-title{font-family:Oswald,sans-serif;font-size:1.15rem;font-weight:600;color:#fff;margin-bottom:.65rem}.discover__card-desc{font-size:.88rem;line-height:1.6;color:rgba(255,255,255,.6);margin-bottom:1.25rem}.discover__card-link{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;font-family:Oswald,sans-serif;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:#2c8c86;font-weight:500;transition:all .3s ease}.discover__card-link svg{width:16px;height:16px;transition:transform .2s ease}.discover-page{background:#fff;padding:5rem 0 7rem}.discover-page__layout{display:grid;grid-template-columns:220px 1fr;gap:4rem;align-items:start}@media (max-width:1024px){.discover-page__layout{grid-template-columns:1fr;gap:2rem}}.discover-page__rail{position:sticky;top:140px;display:flex;flex-direction:column;gap:1.25rem;border-left:2px solid #e9ecef}@media (max-width:1024px){.discover-page__rail{position:static;flex-direction:row;overflow-x:auto;border-left:none;border-bottom:2px solid #e9ecef;padding-bottom:1rem;gap:1.75rem}}.discover-page__rail-link{padding:.1rem 0 .1rem 1.25rem;margin-left:-2px;border-left:2px solid transparent;font-family:Oswald,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.03em;color:#adb5bd;transition:all .3s ease;white-space:nowrap}@media (max-width:1024px){.discover-page__rail-link{padding:0 0 .6rem;border-left:none;border-bottom:2px solid transparent;margin-left:0}}.discover-page__rail-link:hover{color:#11304e}.discover-page__rail-link.active{color:#11304e;border-left-color:#2c8c86}@media (max-width:1024px){.discover-page__rail-link.active{border-left:none;border-bottom-color:#2c8c86}}.discover-page__content{display:flex;flex-direction:column;gap:6rem}.discover-page__block{scroll-margin-top:120px}.discover-page__num{display:block;font-family:Oswald,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.1em;color:#2c8c86;margin-bottom:.75rem}.discover-page__title{font-family:Oswald,sans-serif;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:700;color:#11304e;margin-bottom:1.5rem}.discover-page__image{width:100%;height:360px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:2rem}@media (max-width:768px){.discover-page__image{height:240px}}.discover-page__text{font-size:1.02rem;line-height:1.85;color:#3d4a5c;max-width:680px}.discover-page__text p{margin-bottom:1.25rem}.discover-page__text p:first-of-type{font-size:1.15rem;color:#11304e;font-weight:500}.discover-page__cta{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin-top:2rem;font-family:Oswald,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#2b5ea7;transition:all .3s ease}.discover-page__cta svg{width:18px;height:18px;transition:transform .2s ease}.discover-page__cta:hover{color:#11304e}.discover-page__cta:hover svg{transform:translateX(4px)}.discover-page__contact-panel{background:#e8f0fb;border-radius:16px;padding:2.5rem;margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:2rem 3rem}@media (max-width:576px){.discover-page__contact-panel{padding:1.75rem}}.discover-page__contact-item{display:flex;align-items:flex-start;justify-content:flex-start;gap:.85rem}.discover-page__contact-item svg{width:22px;height:22px;color:#2b5ea7;flex-shrink:0;margin-top:2px}.discover-page__contact-item label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#6c757d;margin-bottom:.2rem}.discover-page__contact-item a,.discover-page__contact-item span{font-size:.95rem;font-weight:600;color:#11304e}.discover-page__cta-row{display:flex;align-items:center;justify-content:flex-start;gap:1rem;flex-wrap:wrap;margin-top:2rem}.discover-page__btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2b5ea7;color:#fff;border:2px solid #2b5ea7}.discover-page__btn-primary:hover{background:#3d72c4;border-color:#3d72c4;transform:translateY(-2px);box-shadow:0 6px 24px rgba(26,46,74,.12)}.discover-page__btn-outline{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:0 0;color:#11304e;border:2px solid #11304e}.discover-page__btn-outline:hover{background:#11304e;color:#fff}.quote{padding:6rem 0 7rem;background:#0a1f33}.quote__grid{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:start}@media (max-width:1024px){.quote__grid{grid-template-columns:1fr}}.quote__section{margin-bottom:2.75rem}.quote__section:last-of-type{margin-bottom:0}.quote__section-label{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;font-family:Oswald,sans-serif;font-size:1rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.quote__section-label span{width:28px;height:28px;border-radius:50%;background:#2c8c86;color:#0a1f33;font-family:Oswald,sans-serif;font-size:.82rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quote__services{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width:1024px){.quote__services{grid-template-columns:repeat(2,1fr)}}.quote__service-input{position:absolute;opacity:0;pointer-events:none}.quote__service-card{display:flex;flex-direction:column;align-items:center;gap:.65rem;text-align:center;padding:1.5rem 1rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:8px;cursor:pointer;transition:all .3s ease}.quote__service-card svg{width:28px;height:28px;color:#2c8c86;transition:all .3s ease}.quote__service-card span{font-size:.85rem;font-weight:500;color:rgba(255,255,255,.85);transition:all .3s ease}.quote__service-card:hover{background:rgba(255,255,255,.08)}.quote__service-input:checked+.quote__service-card{background:#2c8c86;border-color:#2c8c86}.quote__service-input:checked+.quote__service-card span,.quote__service-input:checked+.quote__service-card svg{color:#0a1f33}.quote__service-input:focus-visible+.quote__service-card{outline:2px solid #2c8c86;outline-offset:2px}.quote__pills{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.quote__pill-input{position:absolute;opacity:0;pointer-events:none}.quote__pill{padding:.65rem 1.25rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:0 0;color:rgba(255,255,255,.75);font-size:.85rem;cursor:pointer;transition:all .3s ease}.quote__pill-input:checked+.quote__pill{background:#2c8c86;border-color:#2c8c86;color:#0a1f33;font-weight:600}.quote__row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width:576px){.quote__row{grid-template-columns:1fr}}.quote__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.quote__field:last-child{margin-bottom:0}.quote__field label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.6)}.quote__field input,.quote__field select,.quote__field textarea{padding:.85rem 1rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:4px;font-family:Inter,sans-serif;font-size:.92rem;color:#fff;transition:all .3s ease;width:100%}.quote__field input:focus,.quote__field select:focus,.quote__field textarea:focus{outline:0;border-color:#2c8c86;box-shadow:0 0 0 3px rgba(44,140,134,.15)}.quote__field input::-moz-placeholder,.quote__field select::-moz-placeholder,.quote__field textarea::-moz-placeholder{color:rgba(255,255,255,.35)}.quote__field input::placeholder,.quote__field select::placeholder,.quote__field textarea::placeholder{color:rgba(255,255,255,.35)}.quote__field select option{color:#1a2035}.quote__field textarea{resize:vertical;min-height:110px}.quote__submit{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2c8c86;color:#0a1f33;border:2px solid #2c8c86;width:100%;justify-content:center;margin-top:1rem;font-size:.95rem}.quote__submit:hover{background:#4daba4;border-color:#4daba4;transform:translateY(-2px);box-shadow:0 16px 48px rgba(26,46,74,.18)}.quote__submit:disabled{opacity:.6;cursor:default;transform:none}.quote__summary{position:sticky;top:120px;background:linear-gradient(165deg,#fff 0,#f5f0e8 100%);border-radius:16px;padding:2.25rem 2rem;box-shadow:0 24px 64px rgba(26,46,74,.24);border:1px solid rgba(255,255,255,.6);overflow:hidden}.quote__summary::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2c8c86,#2b5ea7 60%,#4daba4)}@media (max-width:1024px){.quote__summary{position:static}}.quote__summary-head{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-bottom:1.5rem}.quote__summary-icon{width:46px;height:46px;border-radius:8px;background:linear-gradient(155deg,#2c8c86,#2b5ea7);color:#fff;flex-shrink:0;box-shadow:0 8px 20px rgba(44,140,134,.35);display:flex;align-items:center;justify-content:center}.quote__summary-icon svg{width:22px;height:22px}.quote__summary-title{font-family:Oswald,sans-serif;font-size:1.15rem;font-weight:600;color:#11304e}.quote__summary-sub{font-size:.78rem;color:#6c757d;margin-top:.15rem}.quote__summary-progress{margin-bottom:1.75rem}.quote__summary-progress-track{height:6px;border-radius:999px;background:rgba(17,48,78,.08);overflow:hidden}.quote__summary-progress-bar{height:100%;width:0%;border-radius:999px;background:linear-gradient(90deg,#2c8c86,#3d72c4);transition:width .4s ease}.quote__summary-progress-label{display:block;margin-top:.5rem;font-size:.72rem;font-weight:600;letter-spacing:.04em;color:#6c757d;text-align:right}.quote__summary-rows{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.quote__summary-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(17,48,78,.08)}.quote__summary-row:last-child{border-bottom:none;padding-bottom:0}.quote__summary-label{display:flex;align-items:center;justify-content:flex-start;gap:.45rem;font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;color:#6c757d;flex-shrink:0;padding-top:.1rem}.quote__summary-label svg{width:13px;height:13px;color:#2c8c86;flex-shrink:0}.quote__summary-value{font-size:.85rem;font-weight:600;color:#adb5bd;font-style:italic;text-align:right;transition:all .3s ease}.quote__summary-value.is-filled{color:#11304e;font-style:normal;font-weight:700;background:rgba(44,140,134,.1);padding:.25rem .65rem;border-radius:999px}.quote__next-steps{border-top:1px dashed rgba(17,48,78,.18);padding-top:1.5rem}.quote__next-title{font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;color:#6c757d;margin-bottom:1rem}.quote__next-list{display:flex;flex-direction:column;gap:.85rem;position:relative}.quote__next-item{display:flex;align-items:flex-start;justify-content:flex-start;gap:.75rem;font-size:.85rem;color:#3d4a5c;line-height:1.5;position:relative}.quote__next-item:not(:last-child)::after{content:"";position:absolute;top:22px;left:11px;width:1px;height:calc(100% + .85rem - 22px);background:rgba(17,48,78,.14)}.quote__next-item span{width:22px;height:22px;border-radius:50%;background:#e8f0fb;color:#2b5ea7;font-family:Oswald,sans-serif;font-size:.72rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;position:relative;z-index:1}.quote__summary-trust{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid rgba(17,48,78,.08)}.quote__trust-item{display:flex;align-items:center;justify-content:flex-start;gap:.35rem;font-size:.72rem;font-weight:600;color:#11304e;white-space:nowrap}.quote__trust-item svg{width:14px;height:14px;color:#2c8c86;flex-shrink:0}.page-hero{background:#11304e;padding:8rem 0 4rem;position:relative;overflow:hidden}.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0a1f33 0,#11304e 100%)}.page-hero--cream::after{content:"";position:absolute;bottom:-1px;left:-1px;right:-1px;height:60px;background:#f5f0e8;clip-path:polygon(100% 0,100% 100%,0 100%);transform:translateZ(0)}.page-hero--navy::after{content:"";position:absolute;bottom:-1px;left:-1px;right:-1px;height:60px;background:#fff;clip-path:polygon(100% 0,100% 100%,0 100%);transform:translateZ(0)}.page-hero--white::after{content:"";position:absolute;bottom:-1px;left:-1px;right:-1px;height:60px;background:#fff;clip-path:polygon(100% 0,100% 100%,0 100%);transform:translateZ(0)}.page-hero--navy-dark::after{content:"";position:absolute;bottom:-1px;left:-1px;right:-1px;height:60px;background:#0a1f33;clip-path:polygon(100% 0,100% 100%,0 100%);transform:translateZ(0)}.page-hero__container{position:relative;z-index:1}.page-hero__eyebrow{justify-content:flex-start}.page-hero__title{margin-bottom:1rem}.icon-sm{width:16px;height:16px;flex-shrink:0}.icon-md{width:18px;height:18px;flex-shrink:0}.section-eyebrow--center{justify-content:center}.section-eyebrow--left{justify-content:flex-start}.section-lead--mt{margin-top:1rem}.services__header--centered{text-align:center}.services__header--centered .section-lead{margin:1rem auto 0;text-align:center}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:4px;transition:all .3s ease;cursor:pointer;white-space:nowrap;background:#2b5ea7;color:#fff;border:2px solid #2b5ea7}.btn-primary:hover{background:#3d72c4;border-color:#3d72c4;transform:translateY(-2px);box-shadow:0 6px 24px rgba(26,46,74,.12)}.about--inner{padding-top:6rem}.about__body-text{font-size:1rem;line-height:1.75;color:#3d4a5c}.about__body-text--mt{margin:1rem 0}.about__body-text--mb{margin:0 0 1.5rem}.stat-gold{color:#2c8c86}