@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";:root{--color-fill-white: #FFFFFF;--color-fill-lighter: #f5f7f9;--color-fill-light: #ECF1F6;--color-fill-medium: #e0ebf3;--color-fill-dark: #232528;--color-fill-primary: #310e8f;--color-text-dark: #1e293b;--color-text-med: #51565f;--color-text-light: #a7abb3;--radius: 4px;--radius-round: 50%;--radius-pill: 999px;--mobile-breakpoint: 768px;--safe-top: env(safe-area-inset-top, 0px)}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;font-family:DM Sans,sans-serif;color:var(--color-text-dark);line-height:1.6;overflow-x:hidden}*:focus-visible{outline:2px solid var(--color-fill-primary);outline-offset:2px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-fill-primary);outline-offset:2px}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2;color:var(--color-text-dark)}h1{font-size:52px;margin-bottom:20px}h2{font-size:40px;margin-bottom:16px}h3{font-size:32px;margin-bottom:12px}h4{font-size:24px;margin-bottom:12px}h5{font-size:20px;margin-bottom:8px}h6{font-size:18px;margin-bottom:8px}p{margin:0 0 16px;line-height:1.6}.h1{font-size:52px;line-height:1.2;margin:0 0 20px;color:var(--color-text-dark);font-weight:700}.h2{font-size:40px;line-height:1.2;margin:0 0 16px;color:var(--color-text-dark);font-weight:700}.h3{font-size:32px;line-height:1.2;margin:0 0 12px;color:var(--color-text-dark);font-weight:700}.h4{font-size:24px;line-height:1.3;margin:0 0 12px;color:var(--color-text-dark);font-weight:600}.h5{font-size:20px;line-height:1.3;margin:0 0 8px;color:var(--color-text-dark);font-weight:600}.h6{font-size:18px;line-height:1.3;margin:0 0 8px;color:var(--color-text-dark);font-weight:600}.lead{font-size:20px;line-height:1.6;color:var(--color-text-med);margin:0 0 32px}.text-large{font-size:18px;line-height:1.6}.text-medium{font-size:16px;line-height:1.6}.text-small{font-size:14px;line-height:1.5}.text-xs{font-size:12px;line-height:1.5}.social-proof{font-size:14px;color:var(--color-text-med);margin:0;font-weight:500}.credibility-badge{display:inline-flex;align-items:center;text-align:left;gap:8px;font-size:14px;color:#0e468f;background:#006fff0a;backdrop-filter:blur(2px);padding:12px 20px;border-radius:var(--radius-pill);margin:0;font-weight:500;width:fit-content}.credibility-badge:before{content:"✓";display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:#0e468f;color:var(--color-fill-white);border-radius:var(--radius-round);font-size:12px;font-weight:700;flex-shrink:0}@media(max-width:1024px){h1,.h1{font-size:42px}h2,.h2{font-size:36px}h3,.h3{font-size:28px}}@media(max-width:768px){h1,.h1{font-size:36px}h2,.h2{font-size:32px}h3,.h3{font-size:24px}h4,.h4{font-size:20px}.lead{font-size:18px}.credibility-badge{display:none}}@media(max-width:480px){h1,.h1{font-size:28px}h2,.h2{font-size:24px}h3,.h3{font-size:20px}}.container-fluid{width:100%}.container{width:100%;max-width:1200px;margin:auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;background:var(--color-fill-primary);color:var(--color-fill-white);text-decoration:none;border-radius:var(--radius-pill);font-weight:500;white-space:nowrap;transition:opacity .2s ease;border:none;cursor:pointer;font-family:DM Sans,sans-serif;position:relative}.btn:after,.btn-large:after{content:"→";flex:0 0 auto;max-width:0;margin-left:0;opacity:0;overflow:hidden;line-height:1;transform:translate(-4px);transition:max-width .25s ease,margin-left .25s ease,opacity .2s ease,transform .25s ease}.btn:hover:after,.btn:focus-visible:after,.btn-large:hover:after,.btn-large:focus-visible:after{max-width:1.5em;margin-left:.4em;opacity:1;transform:translate(0)}.btn:hover{opacity:.9}.btn-large{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;font-size:17px;font-weight:600;background:var(--color-fill-primary);color:var(--color-fill-white);border-radius:var(--radius-pill);text-decoration:none;white-space:nowrap;transition:transform .2s ease,opacity .2s ease;border:none;cursor:pointer;font-family:DM Sans,sans-serif;position:relative}.btn-large:hover{opacity:.9;transform:translateY(-1px)}.btn-link{color:var(--color-text-dark);text-decoration:none;font-weight:500;transition:color .2s ease}.btn-link:hover{color:var(--color-fill-primary)}.section{padding:80px 0}.section-sm{padding:60px 0}.section-lg{padding:120px 0}@media(max-width:768px){.section{padding:48px 0}.section-sm{padding:32px 0}.section-lg{padding:80px 0}}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mb-5{margin-bottom:48px}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mt-5{margin-top:48px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-dark{color:var(--color-text-dark)}.text-med{color:var(--color-text-med)}.text-light{color:var(--color-text-light)}.text-primary{color:var(--color-fill-primary)}.text-white{color:var(--color-fill-white)}.hero-dunes{background-color:#f9fbfd;background-image:linear-gradient(to bottom,rgba(207,224,240,.38) 0%,rgba(207,224,240,.16) 24%,rgba(255,255,255,0) 48%,rgba(255,255,255,.55) 80%,var(--color-fill-white) 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600' preserveAspectRatio='xMidYMid slice'%3E%3Cdefs%3E%3Cfilter id='s' x='-30%25' y='-30%25' width='160%25' height='160%25'%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3C/filter%3E%3ClinearGradient id='v1' x1='0' y1='0' x2='0.08' y2='1'%3E%3Cstop offset='0' stop-color='%23dce7f1'/%3E%3Cstop offset='0.035' stop-color='%23eff4f9'/%3E%3Cstop offset='0.09' stop-color='%23f9fbfd'/%3E%3C/linearGradient%3E%3ClinearGradient id='v2' x1='0.06' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23e1eaf4'/%3E%3Cstop offset='0.03' stop-color='%23f0f6fa'/%3E%3Cstop offset='0.08' stop-color='%23f9fbfd'/%3E%3C/linearGradient%3E%3ClinearGradient id='v3' x1='0' y1='0' x2='0.12' y2='1'%3E%3Cstop offset='0' stop-color='%23d7e4ef'/%3E%3Cstop offset='0.04' stop-color='%23ecf3f8'/%3E%3Cstop offset='0.1' stop-color='%23f9fbfd'/%3E%3C/linearGradient%3E%3ClinearGradient id='v4' x1='0' y1='0' x2='0.05' y2='1'%3E%3Cstop offset='0' stop-color='%23e5eef5'/%3E%3Cstop offset='0.025' stop-color='%23f3f7fa'/%3E%3Cstop offset='0.07' stop-color='%23f9fbfd'/%3E%3C/linearGradient%3E%3ClinearGradient id='mg' x1='0' y1='0' x2='1' y2='0.24'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='0.09' stop-color='%23dcdcdc'/%3E%3Cstop offset='0.17' stop-color='%23303030'/%3E%3Cstop offset='0.27' stop-color='%23ffffff'/%3E%3Cstop offset='0.4' stop-color='%23ededed'/%3E%3Cstop offset='0.5' stop-color='%23404040'/%3E%3Cstop offset='0.59' stop-color='%23ffffff'/%3E%3Cstop offset='0.71' stop-color='%23c4c4c4'/%3E%3Cstop offset='0.8' stop-color='%23282828'/%3E%3Cstop offset='0.9' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23aeaeae'/%3E%3C/linearGradient%3E%3CradialGradient id='cg' gradientUnits='userSpaceOnUse' cx='600' cy='300' r='470'%3E%3Cstop offset='0' stop-color='%23000000' stop-opacity='0.63'/%3E%3Cstop offset='0.45' stop-color='%23000000' stop-opacity='0.43'/%3E%3Cstop offset='0.78' stop-color='%23000000' stop-opacity='0.13'/%3E%3Cstop offset='1' stop-color='%23000000' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='bf' gradientUnits='userSpaceOnUse' x1='0' y1='300' x2='0' y2='600'%3E%3Cstop offset='0' stop-color='%23000000' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%23000000' stop-opacity='0.12'/%3E%3Cstop offset='1' stop-color='%23000000' stop-opacity='0.38'/%3E%3C/linearGradient%3E%3Cmask id='m'%3E%3Crect x='-600' y='-400' width='2400' height='1800' fill='url(%23mg)'/%3E%3Crect x='-600' y='-400' width='2400' height='1800' fill='url(%23cg)'/%3E%3Crect x='-600' y='-400' width='2400' height='1800' fill='url(%23bf)'/%3E%3C/mask%3E%3C/defs%3E%3Cg filter='url(%23s)' mask='url(%23m)'%3E%3Cpath d='M-600 150C-100 104 260 194 640 160C1000 126 1400 180 1800 136L1800 1400L-600 1400Z' transform='rotate(-11 600 300) translate(-45 -22)' fill='url(%23v4)'/%3E%3Cpath d='M-600 215C-100 169 260 259 640 225C1000 191 1400 245 1800 201L1800 1400L-600 1400Z' transform='rotate(6 600 300) translate(-25 -10)' fill='url(%23v4)'/%3E%3Cpath d='M-600 285C-100 239 260 329 640 295C1000 261 1400 315 1800 271L1800 1400L-600 1400Z' transform='rotate(16 600 300) translate(60 12)' fill='url(%23v2)'/%3E%3Cpath d='M-600 415C-100 369 260 459 640 425C1000 391 1400 445 1800 401L1800 1400L-600 1400Z' transform='rotate(-9 600 300) translate(-70 -14)' fill='url(%23v1)'/%3E%3Cpath d='M-600 470C-100 424 260 514 640 480C1000 446 1400 500 1800 456L1800 1400L-600 1400Z' transform='rotate(-14 600 300) translate(75 8)' fill='url(%23v1)'/%3E%3Cpath d='M-600 530C-100 484 260 574 640 540C1000 506 1400 560 1800 516L1800 1400L-600 1400Z' transform='rotate(18 600 300) translate(35 18)' fill='url(%23v3)'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;background-position:center;background-repeat:no-repeat}.hero-dunes-deep{background-color:#f8fafc;background-image:linear-gradient(to bottom,rgba(200,218,236,.3) 0%,rgba(200,218,236,.12) 28%,rgba(248,250,252,0) 55%,rgba(248,250,252,.55) 85%,var(--color-fill-lighter) 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600' preserveAspectRatio='xMidYMid slice'%3E%3Cdefs%3E%3Cfilter id='s' x='-40%25' y='-40%25' width='180%25' height='180%25'%3E%3CfeGaussianBlur stdDeviation='11'/%3E%3C/filter%3E%3ClinearGradient id='v1' x1='0' y1='0' x2='0.08' y2='1'%3E%3Cstop offset='0' stop-color='%23d4e0ec'/%3E%3Cstop offset='0.08' stop-color='%23e6eef5'/%3E%3Cstop offset='0.22' stop-color='%23f8fafc'/%3E%3C/linearGradient%3E%3ClinearGradient id='v2' x1='0.06' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23d8e3ee'/%3E%3Cstop offset='0.075' stop-color='%23e9f0f6'/%3E%3Cstop offset='0.2' stop-color='%23f8fafc'/%3E%3C/linearGradient%3E%3ClinearGradient id='v3' x1='0' y1='0' x2='0.12' y2='1'%3E%3Cstop offset='0' stop-color='%23cfdde9'/%3E%3Cstop offset='0.09' stop-color='%23e3ebf3'/%3E%3Cstop offset='0.24' stop-color='%23f8fafc'/%3E%3C/linearGradient%3E%3ClinearGradient id='v4' x1='0' y1='0' x2='0.05' y2='1'%3E%3Cstop offset='0' stop-color='%23dbe5ef'/%3E%3Cstop offset='0.07' stop-color='%23ebf1f7'/%3E%3Cstop offset='0.19' stop-color='%23f8fafc'/%3E%3C/linearGradient%3E%3ClinearGradient id='mg' x1='0' y1='0' x2='1' y2='0.24'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='0.22' stop-color='%23dcdcdc'/%3E%3Cstop offset='0.17' stop-color='%23303030'/%3E%3Cstop offset='0.27' stop-color='%23ffffff'/%3E%3Cstop offset='0.4' stop-color='%23ededed'/%3E%3Cstop offset='0.5' stop-color='%23404040'/%3E%3Cstop offset='0.59' stop-color='%23ffffff'/%3E%3Cstop offset='0.71' stop-color='%23c4c4c4'/%3E%3Cstop offset='0.8' stop-color='%23282828'/%3E%3Cstop offset='0.9' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23aeaeae'/%3E%3C/linearGradient%3E%3CradialGradient id='cg' gradientUnits='userSpaceOnUse' cx='600' cy='300' r='470'%3E%3Cstop offset='0' stop-color='%23000000' stop-opacity='0.3'/%3E%3Cstop offset='0.45' stop-color='%23000000' stop-opacity='0.18'/%3E%3Cstop offset='0.78' stop-color='%23000000' stop-opacity='0.13'/%3E%3Cstop offset='1' stop-color='%23000000' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='bf' gradientUnits='userSpaceOnUse' x1='0' y1='300' x2='0' y2='600'%3E%3Cstop offset='0' stop-color='%23000000' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%23000000' stop-opacity='0.12'/%3E%3Cstop offset='1' stop-color='%23000000' stop-opacity='0.38'/%3E%3C/linearGradient%3E%3CradialGradient id='cut' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1' gradientTransform='translate(870 300) scale(330 300)'%3E%3Cstop offset='0' stop-color='%23000000' stop-opacity='1'/%3E%3Cstop offset='0.62' stop-color='%23000000' stop-opacity='0.92'/%3E%3Cstop offset='0.85' stop-color='%23000000' stop-opacity='0.35'/%3E%3Cstop offset='1' stop-color='%23000000' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cmask id='m'%3E%3Crect x='-600' y='-400' width='2400' height='1800' fill='url(%23mg)'/%3E%3Crect x='-600' y='-400' width='2400' height='1800' fill='url(%23cg)'/%3E%3Crect x='-600' y='-400' width='2400' height='1800' fill='url(%23bf)'/%3E%3Crect x='-600' y='-400' width='2400' height='1800' fill='url(%23cut)'/%3E%3C/mask%3E%3C/defs%3E%3Cg filter='url(%23s)' mask='url(%23m)'%3E%3Cpath d='M-600 130C-100 176 260 86 640 140C1000 174 1400 110 1800 164L1800 1400L-600 1400Z' transform='rotate(14 600 300) translate(-60 -30)' fill='url(%23v4)'/%3E%3Cpath d='M-600 200C-100 246 260 156 640 210C1000 244 1400 180 1800 234L1800 1400L-600 1400Z' transform='rotate(-8 600 300) translate(40 -12)' fill='url(%23v2)'/%3E%3Cpath d='M-600 270C-100 316 260 226 640 280C1000 314 1400 250 1800 304L1800 1400L-600 1400Z' transform='rotate(-19 600 300) translate(90 10)' fill='url(%23v4)'/%3E%3Cpath d='M-600 350C-100 396 260 306 640 360C1000 394 1400 330 1800 384L1800 1400L-600 1400Z' transform='rotate(11 600 300) translate(-80 -6)' fill='url(%23v1)'/%3E%3Cpath d='M-600 430C-100 476 260 386 640 440C1000 474 1400 410 1800 464L1800 1400L-600 1400Z' transform='rotate(-13 600 300) translate(60 14)' fill='url(%23v3)'/%3E%3Cpath d='M-600 520C-100 566 260 476 640 530C1000 564 1400 500 1800 554L1800 1400L-600 1400Z' transform='rotate(20 600 300) translate(-30 20)' fill='url(%23v1)'/%3E%3C/g%3E%3C/svg%3E")}
