@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--blue-primary: #1a7abf;--blue-deep: #0766b2;--blue-light: #b8dce8;--blue-pale: #e8f4f9;--sand: #e8c99a;--sand-pale: #f5ede0;--burgundy: #3d1a28;--burgundy-light: #f0e8ec;--orange: #e8943a;--orange-pale: #fdf0e0;--text-dark: #1a2535;--text-mid: #4a5568;--text-light: #718096;--white: #ffffff;--bg-light: #f7f9fc;--font: "Montserrat", sans-serif;--section-py: 5rem;--container: 1100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--text-dark);background:#f5fbfd;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:var(--blue-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--blue-deep)}h1{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.15}h2{font-size:clamp(1.6rem,3.2vw,2.6rem);font-weight:600;line-height:1.2}h3{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600;line-height:1.3}p{font-size:clamp(.95rem,1.5vw,1.1rem);color:var(--text-mid)}ol,ul{padding-left:1.4rem}li{margin-bottom:.35rem;font-size:clamp(.9rem,1.4vw,1.05rem);color:var(--text-mid)}.nav{display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:72px;background:linear-gradient(180deg,#daeff5d1,#cbe7efa8);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 1px #ffffff47 inset,0 8px 24px #1a3a6b0f;position:sticky;top:0;z-index:1000}.nav .logo{height:44px;width:auto;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dark);white-space:nowrap;padding-bottom:3px;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.nav-links a:hover,.nav-links a.active{color:var(--blue-primary);border-bottom-color:var(--blue-primary)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text-dark);flex-shrink:0}.nav-toggle svg{width:26px;height:26px}@media (max-width: 1024px){.nav{padding:0 1.2rem}.nav-toggle{display:flex}.nav-links{display:none;position:fixed;top:72px;left:0;right:0;background:#daeff5f7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);flex-direction:column;align-items:flex-start;padding:1.5rem 2rem;gap:1rem;box-shadow:0 8px 24px #0000001f;z-index:999}.nav-links.show{display:flex}.nav-links a{font-size:1rem;white-space:normal}}.hero{position:relative;width:100%;min-height:85vh;background-size:cover;background-position:center 30%;display:flex;align-items:flex-end;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,#1a3a6bb8,#1a3a6b73 55%,#1a3a6b1a)}.hero-content{position:relative;z-index:2;width:100%;max-width:var(--container);margin:0 auto;padding:4rem 2.5rem 5rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);border-radius:100px;padding:.4rem 1rem;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem}.hero-title{font-size:clamp(1.8rem,4.5vw,3.2rem);font-weight:700;color:var(--white);line-height:1.15;max-width:700px;margin-bottom:1.5rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-lead{font-size:clamp(.95rem,1.8vw,1.15rem);color:#ffffffe0;max-width:580px;margin-bottom:2.5rem;line-height:1.7}.hero-cta{display:inline-flex;align-items:center;gap:.6rem;background:var(--orange);color:#fff;font-family:var(--font);font-size:.95rem;font-weight:700;letter-spacing:.04em;padding:.9rem 2rem;border-radius:100px;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 20px #e8943a66}.hero-cta:hover{background:#d4832a;transform:translateY(-2px);box-shadow:0 8px 28px #e8943a80;color:#fff}.hero-wave{position:absolute;bottom:-2px;left:0;right:0;z-index:3;line-height:0}.hero-wave svg{width:100%;height:auto;display:block}@media (max-width: 768px){.hero{min-height:75vh;align-items:flex-end}.hero-content{padding:3rem 1.5rem 4rem}}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}.section{padding:var(--section-py) 0}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-primary);margin-bottom:.75rem}.section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{font-size:clamp(1rem,1.8vw,1.15rem);color:var(--text-mid);max-width:660px;line-height:1.7}.section-centered{text-align:center;display:flex;flex-direction:column;align-items:center}.wave-top,.wave-bottom{display:block;width:100%;line-height:0;overflow:hidden}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:3rem}.feature-card{background:var(--white);border-radius:16px;padding:2rem 1.75rem;box-shadow:0 4px 24px #1a3a6b14;border:1px solid rgba(26,122,191,.08);transition:transform .25s,box-shadow .25s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1a3a6b24}.feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem}.feature-card h3{margin-bottom:.5rem;color:var(--text-dark)}.feature-card p{font-size:.95rem;color:var(--text-mid);line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.team-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 4px 28px #1a3a6b17;border:1px solid rgba(26,122,191,.07);transition:transform .25s,box-shadow .25s}.team-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px #1a3a6b26}.team-card-img-wrap{width:100%;aspect-ratio:2 / 3;overflow:hidden;background:var(--blue-pale)}.team-card-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:var(--img-position, center top);transition:transform .4s}.team-card:hover .team-card-img-wrap img{transform:scale(1.04)}.team-card-body{padding:1.5rem}.team-card-name{font-size:1.15rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.team-card-role{font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--blue-primary);margin-bottom:.75rem}.team-card-desc{font-size:.9rem;color:var(--text-mid);line-height:1.6}.video-section-intro{max-width:660px;margin:0 auto 3rem;text-align:center}.video-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.video-grid{grid-template-columns:repeat(2,1fr)}}.video-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #1a3a6b17;border:1px solid rgba(26,122,191,.07);transition:box-shadow .25s}.video-card:hover{box-shadow:0 10px 40px #1a3a6b26}.video-card video{width:100%;aspect-ratio:16 / 9;display:block;background:var(--text-dark);object-fit:cover}.video-card-body{padding:1.25rem 1.5rem 1.5rem}.video-card-body h3{color:var(--blue-deep);margin-bottom:.75rem}.video-card-body ol,.video-card-body ul{color:var(--text-mid)}.video-card-body p{font-size:.95rem;margin-bottom:.5rem}.contact-wrapper{max-width:600px;margin:0 auto}.contact-card{background:var(--white);border-radius:20px;box-shadow:0 8px 40px #1a3a6b1a;padding:3rem 2.5rem;border:1px solid rgba(26,122,191,.08)}.contact-row{display:flex;align-items:center;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(26,122,191,.08)}.contact-row:last-child{border-bottom:none}.contact-icon{width:44px;height:44px;border-radius:12px;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem}.contact-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue-primary);margin-bottom:.15rem}.contact-value{font-size:1rem;font-weight:500;color:var(--text-dark)}.product-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-panel{background:#ffffffbf;border:1px solid rgba(26,122,191,.1);border-radius:24px;padding:3rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-rights-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.product-final-section,.terms-section{padding-bottom:6rem}.terms-panel{background:#ffffffc7;border:1px solid rgba(26,122,191,.1);border-radius:24px;padding:3rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 44px #1a3a6b14}.terms-intro{max-width:760px;margin-bottom:2.5rem}.terms-list{display:flex;flex-direction:column;gap:1.25rem}.terms-item{display:grid;grid-template-columns:44px 1fr;gap:1.25rem;padding:1.5rem 0;border-top:1px solid rgba(26,122,191,.1)}.terms-number{width:36px;height:36px;border-radius:50%;background:var(--blue-deep);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:800}.terms-item h3{color:var(--blue-deep);font-size:1.05rem;font-weight:700;margin-bottom:.7rem}.terms-item p{font-size:.95rem;line-height:1.75;margin-bottom:.75rem}.terms-item ul{margin-top:.75rem;padding-left:1.2rem}.terms-item li{font-size:.92rem;line-height:1.65}.story-panel{max-width:820px;margin:0 auto;padding:3rem;text-align:center;background:#ffffffc7;border:1px solid rgba(26,122,191,.1);border-radius:24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 44px #1a3a6b14}.story-text{max-width:620px;margin:0 auto;color:var(--text-mid);font-size:1rem;line-height:1.8}@media (max-width: 900px){.product-intro-grid,.product-rights-grid{grid-template-columns:1fr}.product-intro-grid{gap:2.5rem}}@media (max-width: 640px){.product-panel,.terms-panel,.story-panel{padding:2rem 1.5rem;border-radius:18px}.terms-item{grid-template-columns:1fr;gap:.8rem}}.download-link{display:inline-flex;align-items:center;gap:.5rem;background:var(--blue-pale);color:var(--blue-deep);font-weight:600;font-size:.9rem;padding:.6rem 1.2rem;border-radius:100px;transition:background .2s,transform .2s;margin-bottom:2.5rem}.download-link:hover{background:var(--blue-light);transform:translateY(-1px);color:var(--blue-deep)}.site-footer{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff2e,#fff0 28%),#a8d9e4;color:#0f2a52e0;padding:3.25rem 2rem 2rem;border-top:1px solid rgba(15,42,82,.08)}.site-footer:before{content:"";position:absolute;inset:-80px auto auto -80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#ffffff3d,#fff0 72%);pointer-events:none}.site-footer:after{content:"";position:absolute;inset:auto -100px -120px auto;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#8fcad861,#8fcad800 72%);pointer-events:none}.footer-inner{position:relative;z-index:1;max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(15,42,82,.1)}.footer-logo{height:36px;margin-bottom:1rem;filter:drop-shadow(0 6px 16px rgba(255,255,255,.18))}.footer-col-title{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0f2a529e;margin-bottom:.75rem}.footer-col p,.footer-col a{font-size:.9rem;color:#0f2a52db;line-height:1.8;display:block}.footer-col a:hover{color:var(--blue-deep)}.footer-bottom{position:relative;z-index:1;max-width:var(--container);margin:1.5rem auto 0;display:flex;align-items:center;justify-content:space-between;font-size:.82rem;color:#0f2a528c;flex-wrap:wrap;gap:.5rem}.footer-bottom-muted{color:#0f2a526b}@media (max-width: 768px){.footer-inner{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start}}.bg-blue-pale{background:var(--blue-pale)}.bg-sand-pale{background:var(--sand-pale)}.bg-white{background:var(--white)}.bg-blue-deep{background:var(--blue-deep)}.divider-wave{display:block;width:100%;overflow:hidden;line-height:0}.home-page .hero{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:calc(100vh - 72px);background:linear-gradient(135deg,#0766b2,#1a7abf 52%,#0a4890);overflow:hidden;align-items:start}.home-page .hero-left{display:flex;flex-direction:column;justify-content:center;padding:5rem 3rem 4rem 4rem;position:relative;z-index:1}.home-page .hero-title{margin-bottom:1.2rem;color:#fff;font-size:clamp(2.6rem,4.5vw,4.5rem);line-height:.98;letter-spacing:-.04em}.home-page .hero-title span{color:#fff}.home-page .hero-tov{margin-bottom:1.25rem;padding-left:1rem;border-left:4px solid var(--orange);color:#fff;font-size:1.05rem;font-weight:700;line-height:1.55}.home-page .hero-body{color:#ffffffe0;font-size:.98rem;line-height:1.8;max-width:38rem;margin-bottom:2.5rem}.home-page .hero-image-trio{display:flex;align-items:flex-end;gap:1rem}.home-page .hero-hole{position:relative;overflow:hidden;flex-shrink:0}.home-page .hero-hole--a{width:46%;aspect-ratio:3 / 4;border-radius:38% 62% 48% 52%/32% 34% 66% 68%;box-shadow:0 16px 40px #0003}.home-page .hero-hole--b{width:38%;aspect-ratio:3 / 4;border-radius:55% 45% 60% 40%/50% 38% 62% 50%;box-shadow:0 16px 40px #0003;margin-bottom:1.5rem}.home-page .hero-hole-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;mix-blend-mode:multiply}.home-page .hero-right{display:flex;align-items:flex-start;justify-content:center;padding:14rem 3rem 3rem;position:relative;z-index:1}.home-page .hero-video-wrap{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;box-shadow:0 20px 56px #00000059;background:#071e3d}.home-page .hero-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;pointer-events:none}.home-page .benefits-section{position:relative;padding:6rem 0;background:linear-gradient(180deg,#1a7abf14,#f7fbfde6 14%,#fff 52%),radial-gradient(circle at top right,#1a7abf1f,#1a7abf00 30%)}.home-page .container{max-width:1120px;margin:0 auto;padding:0 2.5rem}.home-page .eyebrow{display:block;margin-bottom:.8rem;color:var(--blue-primary);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.home-page .section-h2{margin-bottom:1.1rem;color:var(--text-dark);font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.08}.home-page .section-lead{max-width:620px;color:var(--text-mid);font-size:1.02rem;line-height:1.8}.home-page .benefits-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem;align-items:center}.home-page .benefits-copy{padding:2rem 2.2rem;border:1px solid rgba(26,58,107,.08);border-radius:28px;background:linear-gradient(180deg,#ffffffbd,#e8f4f96b);box-shadow:0 18px 40px #12345d0d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-page .benefits-followup{margin-top:1.2rem}.home-page .benefits-cards{display:flex;flex-direction:column;gap:1.1rem}.home-page .benefit-card{display:flex;align-items:flex-start;gap:1rem;padding:1.35rem 1.4rem;border:1px solid rgba(26,58,107,.08);border-radius:22px;box-shadow:0 12px 28px #12345d0d;transition:transform .2s,box-shadow .2s}.home-page .benefit-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px #12345d14}.home-page .benefit-card-soft{background:linear-gradient(180deg,#e8f4f9e0,#ffffffeb)}.home-page .benefit-card h4{margin-bottom:.35rem;color:var(--text-dark);font-size:1rem}.home-page .benefit-card p{color:var(--text-mid);font-size:.94rem;line-height:1.65}.home-page .how{position:relative;overflow:hidden;padding:5.5rem 0 6rem;background:linear-gradient(180deg,#1a7abf0f,#f0f9fbf2 24%,#f8fcfdfa)}.home-page .steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;margin-top:3.5rem}.home-page .step-card{position:relative;min-height:220px;padding:2.35rem 1.75rem 1.85rem;border-radius:24px;border:1px solid rgba(26,58,107,.08);background:linear-gradient(180deg,#fffffff5,#f5fafcf0);box-shadow:0 12px 30px #14396412}.home-page .step-num{position:absolute;top:-16px;left:1.6rem;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--blue-deep);color:#fff;font-size:.84rem;font-weight:800}.home-page .step-icon{display:flex;align-items:center;width:76px;height:64px;margin-bottom:1rem}.home-page .step-icon img{display:block;width:auto;max-width:76px;max-height:58px;object-fit:contain}.home-page .step-card h3{margin-bottom:.6rem;color:var(--text-dark);font-size:1.08rem}.home-page .step-card p{color:var(--text-mid);font-size:.95rem;line-height:1.62}@media (max-width: 1024px){.home-page .hero{grid-template-columns:1fr}.home-page .hero-left{padding:4rem 2rem 2.5rem}.home-page .hero-right{padding:0 2rem 3rem;justify-content:flex-start}.home-page .hero-video-wrap{width:100%}.home-page .benefits-inner{grid-template-columns:1fr;gap:2.5rem}.home-page .benefits-copy{padding:1.6rem}.home-page .steps{grid-template-columns:1fr}}@media (max-width: 640px){.home-page .hero-left{padding:3.5rem 1.25rem 2rem}.home-page .hero-right{padding:0 1.25rem 2.5rem}.home-page .hero-title{font-size:clamp(2.4rem,11vw,4rem)}.home-page .container{padding:0 1.25rem}}
