.home-hero{background:var(--deltic-bg-hero);padding:80px 0 64px}.home-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}.home-hero-text h1{font-size:clamp(30px,4.2vw,42px);font-weight:600;letter-spacing:-.035em;line-height:1.12;color:var(--deltic-blue);margin-bottom:20px}.home-hero-text h1 span{color:var(--deltic-turquoise-dark)}.home-hero-text>p{font-size:18px;color:var(--deltic-text-muted);margin-bottom:32px;line-height:1.7}.home-hero-buttons{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.home-hero-buttons .deltic-btn svg{margin-left:4px;transition:transform .2s ease}.home-hero-buttons .deltic-btn:hover svg{transform:translate(2px,-2px)}.home-hero-buttons .cta-caption{display:flex;flex-direction:column;font-size:12px;color:var(--deltic-text-muted);line-height:1.4}.home-hero-visual{position:relative;aspect-ratio:1 / .9;max-width:480px;margin-left:auto;width:100%}.home-hero-visual .hv-bg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.home-hero-visual .hv-flow{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.home-hero-visual .hv-flow-done{stroke:var(--deltic-turquoise);stroke-dasharray:285 9999;stroke-dashoffset:0;opacity:.75;animation:hv-draw 1.4s cubic-bezier(.4,0,.2,1) both}.home-hero-visual .hv-flow-todo{stroke:var(--deltic-turquoise);stroke-dasharray:2 7;opacity:.35}@keyframes hv-draw{0%{stroke-dasharray:0 9999}to{stroke-dasharray:285 9999}}.home-hero-visual .hv-dot{fill:var(--deltic-turquoise);opacity:.25}.home-hero-visual .hv-scene{position:absolute;width:40%;max-width:180px;display:flex;flex-direction:column;align-items:center;gap:10px;background:#fff;border:1px solid var(--deltic-border);border-radius:18px;padding:14px 14px 16px;box-shadow:0 6px 18px #003e570f;z-index:1;transition:transform .25s ease,box-shadow .25s ease}.home-hero-visual .hv-scene-1{left:8%;top:6%;transform:rotate(-3deg)}.home-hero-visual .hv-scene-2{right:8%;top:6%;transform:rotate(2deg)}.home-hero-visual .hv-scene-3{right:8%;bottom:6%;transform:rotate(-2deg)}.home-hero-visual .hv-scene-4{left:8%;bottom:6%;transform:rotate(3deg)}.home-hero-visual .hv-scene-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:16px}.home-hero-visual .hv-scene-glyph{width:32px;height:32px}.home-hero-visual .hv-scene.is-done .hv-scene-icon,.home-hero-visual .hv-scene.is-done .hv-scene-badge{background:#d1fae5;color:#047857}.home-hero-visual .hv-scene.is-done .hv-scene-badge svg{width:42px;height:42px}.home-hero-visual .hv-scene.is-current .hv-scene-icon,.home-hero-visual .hv-scene.is-current .hv-scene-badge{background:#dbeafe;color:var(--deltic-blue)}.home-hero-visual .hv-scene-pulse{width:30px;height:30px;background:var(--deltic-blue);border-radius:50%;animation:hv-pulse 1.6s ease-in-out infinite}@keyframes hv-pulse{0%,to{box-shadow:0 0 #003e5759;transform:scale(1)}50%{box-shadow:0 0 0 14px #003e5700;transform:scale(1.12)}}.home-hero-visual .hv-scene.is-todo .hv-scene-icon,.home-hero-visual .hv-scene.is-todo .hv-scene-badge{background:#f1f5f9;color:var(--deltic-text-faint)}.home-hero-visual .hv-scene.is-todo .hv-scene-badge svg{width:36px;height:36px}.home-hero-visual .hv-scene.is-todo .hv-scene-label strong{color:var(--deltic-text-muted)}.home-hero-visual .hv-scene-badge{position:absolute;top:-39px;right:-39px;width:78px;height:78px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:3px solid #FFF;box-shadow:0 4px 14px #003e571a;z-index:3}.home-hero-visual .hv-scene-label{text-align:center;line-height:1.3}.home-hero-visual .hv-scene-label strong{display:block;font-size:14px;font-weight:600;color:var(--deltic-blue);letter-spacing:-.01em}.home-hero-visual .hv-scene-label em{display:block;font-style:normal;font-size:11.5px;color:var(--deltic-text-muted);margin-top:2px}@media(max-width:1024px){.home-hero-grid{grid-template-columns:1fr;gap:40px}.home-hero-visual{max-width:420px;margin:0 auto}}@media(max-width:640px){.home-hero{padding:56px 0 40px}.home-hero-visual{max-width:340px}.home-hero-visual .hv-scene{width:38%;max-width:130px;padding:10px 10px 12px;gap:8px;transform:none!important}.home-hero-visual .hv-scene-1{left:3%;top:4%}.home-hero-visual .hv-scene-2{right:3%;top:4%}.home-hero-visual .hv-scene-3{right:3%;bottom:4%}.home-hero-visual .hv-scene-4{left:3%;bottom:4%}.home-hero-visual .hv-scene-icon{width:50px;height:50px;border-radius:12px}.home-hero-visual .hv-scene-glyph{width:22px;height:22px}.home-hero-visual .hv-scene-label strong{font-size:12px}.home-hero-visual .hv-scene-label em{font-size:10.5px}.home-hero-visual .hv-scene-badge{width:50px;height:50px;top:-25px;right:-25px;border-width:2.5px}.home-hero-visual .hv-scene.is-done .hv-scene-badge svg{width:28px;height:28px}.home-hero-visual .hv-scene.is-todo .hv-scene-badge svg{width:24px;height:24px}.home-hero-visual .hv-scene-pulse{width:22px;height:22px}}@media(prefers-reduced-motion:reduce){.home-hero-visual .hv-flow-done,.home-hero-visual .hv-scene-pulse{animation:none}}.home-locator-section{padding:64px 0;background:#fff}.home-locator-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:28px;align-items:stretch}.home-locator-box,.home-locator-map{min-width:0}.home-locator-box{background:#fff;border:1px solid var(--deltic-border);border-radius:20px;padding:36px;box-shadow:0 8px 32px #003e570f;display:flex;flex-direction:column}.home-locator-box h2{font-size:2.375rem;font-weight:600;letter-spacing:-.035em;color:var(--deltic-blue);margin:0 0 8px;line-height:1.25}@media(max-width:768px){.home-locator-box h2{font-size:1.75rem}}.home-locator-box>p{font-size:15px;color:var(--deltic-text-muted);margin:0 0 24px}.home-locator-search{position:relative;margin:0 0 20px}.home-locator-search input{width:100%;padding:16px 20px 16px 52px;border-radius:12px;border:2px solid #D5E7EF;background:#fff;font-family:var(--deltic-font);font-size:16px;color:var(--deltic-blue);transition:border-color .2s ease,box-shadow .2s ease}.home-locator-search input:focus{outline:none;border-color:var(--deltic-turquoise);box-shadow:0 0 0 4px #17b6c624}.home-locator-search .search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--deltic-turquoise);pointer-events:none;display:inline-flex}.home-locator-search .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-locator-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--deltic-border);border-radius:12px;box-shadow:0 8px 24px #0000001a;max-height:280px;overflow-y:auto;text-align:left;display:none;z-index:10}.home-locator-suggestions.is-visible{display:block}.home-locator-suggestions a{display:flex;align-items:baseline;gap:8px;padding:10px 18px;color:var(--deltic-blue);font-size:14px;transition:background .15s ease}.home-locator-suggestions a:hover{background:var(--deltic-turquoise-light)}.home-locator-suggestions a strong{font-weight:600}.home-locator-suggestions .suggest-dep{font-size:12.5px;color:var(--deltic-text-muted);font-weight:400}.home-locator-suggestions .no-match{padding:16px 20px;color:var(--deltic-text-muted);font-size:14px;text-align:center}.home-locator-suggestions .no-match a{display:inline;padding:0;color:var(--deltic-turquoise-dark);text-decoration:underline}.home-locator-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:0}.home-locator-pills>span{font-size:13px;color:var(--deltic-text-muted);margin-right:4px;align-self:center}.home-locator-pills a{padding:6px 14px;background:var(--deltic-turquoise-light);border-radius:var(--deltic-radius-pill);font-size:13px;color:var(--deltic-turquoise-dark);font-weight:500;transition:background .15s ease,color .15s ease}.home-locator-pills a:hover{background:var(--deltic-turquoise);color:#fff}.home-locator-promises{list-style:none;margin:32px 0 0;padding:24px 0 0;border-top:1px solid var(--deltic-border);display:flex;flex-direction:column;gap:18px}.home-locator-promises li{display:flex;align-items:flex-start;gap:14px}.home-locator-promises .hlp-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #E5EDF5;border-radius:10px;color:var(--deltic-turquoise);box-shadow:0 1px 2px #0f172b0a,0 8px 18px -10px #17b6c64d}.home-locator-promises li>div{display:flex;flex-direction:column;gap:2px}.home-locator-promises strong{font-size:14.5px;font-weight:600;color:var(--deltic-blue);letter-spacing:-.01em}.home-locator-promises span{font-size:13px;color:var(--deltic-text-muted);line-height:1.45}.home-locator-map{background:var(--deltic-bg-card);border:1px solid var(--deltic-border);border-radius:20px;padding:24px 24px 18px;display:flex;flex-direction:column}.hlm-head{text-align:center;margin-bottom:8px}.hlm-eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--deltic-turquoise-dark);margin-bottom:2px}.hlm-title{display:block;font-size:15px;font-weight:700;color:var(--deltic-blue)}.hlm-canvas{position:relative;flex:1;min-height:360px;aspect-ratio:1 / 1.05;margin:6px auto 14px;width:100%}.hlm-france{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.hlm-region{stroke:#fff;stroke-width:1.2;stroke-linejoin:round;stroke-linecap:round;transition:fill-opacity .2s ease}.hlm-region.tint-a{fill:#17b6c61a}.hlm-region.tint-b{fill:#17b6c62e}.hlm-region.tint-c{fill:#17b6c647}.hlm-bubble{z-index:1}.hlm-bubble{position:absolute;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--deltic-turquoise);border:2px solid #FFF;border-radius:50%;color:#fff;text-decoration:none;box-shadow:0 2px 6px #0f172b1f;transition:transform .2s ease,box-shadow .2s ease}.hlm-bubble:hover{box-shadow:0 6px 18px #17b6c666;transform:translate(-50%,calc(-50% - 2px));z-index:3}.hlm-count{font-weight:700;font-size:12px;line-height:1}.hlm-bubble.is-lg{width:36px;height:36px;z-index:2}.hlm-bubble.is-lg .hlm-count{font-size:14px}.hlm-bubble.is-md{width:32px;height:32px}.hlm-bubble.is-md .hlm-count{font-size:13px}.hlm-dom{padding-top:14px;border-top:1px dashed var(--deltic-border)}.hlm-dom-label{display:block;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--deltic-text-muted);margin-bottom:10px}.hlm-dom-list{display:flex;align-items:flex-end;justify-content:space-around;flex-wrap:wrap;gap:16px}.hlm-dom-item{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:var(--deltic-blue);transition:transform .2s ease}.hlm-dom-item:hover{transform:translateY(-2px)}.hlm-dom-shape-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:42px;margin-bottom:4px}.hlm-dom-shape{width:56px;height:42px}.hlm-dom-shape path{fill:var(--deltic-turquoise-light);stroke:var(--deltic-turquoise);stroke-width:1.5;stroke-opacity:.55;fill-opacity:.7;transition:fill-opacity .2s ease,stroke-opacity .2s ease}.hlm-dom-item:hover .hlm-dom-shape path{fill-opacity:.95;stroke-opacity:.9}.hlm-dom-shape-wrap .hlm-bubble{position:absolute;left:50%;top:50%;width:24px;height:24px}.hlm-dom-shape-wrap .hlm-bubble.is-md{width:28px;height:28px}.hlm-dom-shape-wrap .hlm-bubble.is-lg{width:32px;height:32px}.hlm-dom-name{font-size:11.5px;font-weight:600;color:var(--deltic-blue)}@media(max-width:1024px){.home-locator-grid{grid-template-columns:1fr;gap:24px}.home-locator-map{padding:20px}.hlm-canvas{min-height:340px;max-width:420px;margin-left:auto;margin-right:auto}}@media(max-width:640px){.home-locator-section{padding:48px 0}.home-locator-box{padding:26px 22px}.home-locator-map{display:none}.hlm-name{font-size:11px}.hlm-bubble{padding:4px 9px 4px 4px}.home-locator-pills a{min-height:44px;padding:10px 18px;display:inline-flex;align-items:center}}.home-kpi-section{padding:96px 0;background:transparent}.home-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.home-kpi-item{text-align:center;padding:0}.home-kpi-item .value{font-size:clamp(2.2rem,3.8vw,2.75rem);font-weight:500;color:var(--deltic-blue);line-height:1;margin-bottom:14px;letter-spacing:-.035em}.home-kpi-item .label{font-size:14px;color:var(--deltic-text-muted);font-weight:500;line-height:1.45}@media(max-width:768px){.home-kpi-section{padding:64px 0}.home-kpi-grid{grid-template-columns:1fr 1fr;gap:36px 20px}}.home-solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-solution-card{display:block;background:#fff;border:1px solid var(--deltic-border);border-radius:var(--deltic-radius-card);padding:32px;color:inherit;text-decoration:none;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.home-solution-card:hover{transform:translateY(-3px);border-color:var(--deltic-turquoise);box-shadow:0 12px 32px #003e5714}.home-solution-icon{width:36px;height:36px;color:var(--deltic-turquoise);display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px}.home-solution-icon svg{width:32px;height:32px}.home-solution-card h3{font-size:18px;font-weight:700;color:var(--deltic-blue);margin:0 0 12px;line-height:1.3}.home-solution-card p{font-size:14.5px;color:var(--deltic-text);line-height:1.65;margin:0 0 16px}.home-solution-card .home-solution-cta{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--deltic-turquoise-dark)}.home-solution-card .home-solution-cta svg{transition:transform .2s ease}.home-solution-card:hover .home-solution-cta svg{transform:translate(2px,-2px)}@media(max-width:1024px){.home-solutions-grid{grid-template-columns:1fr}}.section--soft-blue{background:var(--deltic-bg-hero)}.section-head--center{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}.section-head--center .deltic-eyebrow{justify-content:center}.home-why-section .ged-feats-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px 56px;max-width:880px;margin:0 auto}@media(max-width:768px){.home-why-section .ged-feats-grid{grid-template-columns:1fr;gap:28px}}.home-why-section .ged-feats-cta{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;margin-top:36px}.home-why-section .ged-feats-cta .deltic-btn svg{margin-left:4px;transition:transform .2s ease}.home-why-section .ged-feats-cta .deltic-btn:hover svg{transform:translate(2px,-2px)}.home-why-section .ged-feats-cta .cta-caption{display:flex;flex-direction:column;font-size:12px;color:var(--deltic-text-muted);line-height:1.4}.home-why-section .ged-feats-grid .why-icon{background:transparent!important;border:0!important;color:var(--deltic-turquoise)!important;border-radius:0!important;box-shadow:none!important}.trust-banner{padding:64px 0;background:#fff;border-bottom:1px solid var(--deltic-border)}.trust-banner-grid{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:80px}.trust-banner-title{font-size:clamp(32px,4vw,44px);font-weight:600;letter-spacing:-.035em;color:var(--deltic-blue);line-height:1.05;margin:0}.trust-logos{display:flex;align-items:center;gap:64px;flex-wrap:wrap;justify-content:flex-end}.trust-logo{display:flex;flex-direction:column;align-items:center;gap:12px;transition:opacity .2s ease}.trust-logo img{height:80px;width:auto;display:block;filter:grayscale(.05);transition:filter .2s ease}.trust-logo:hover img{filter:grayscale(0)}.trust-logo-cert{font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--deltic-turquoise-dark);background:var(--deltic-turquoise-light);padding:4px 12px;border-radius:999px}@media(max-width:768px){.trust-banner{padding:48px 0}.trust-banner-grid{grid-template-columns:1fr;gap:32px;text-align:center}.trust-logos{justify-content:center;gap:48px}.trust-logo img{height:60px}}.reviews-head{max-width:920px;margin:0 auto 48px}.reviews-head .top{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;margin-bottom:18px}.reviews-head .score-pill{display:inline-flex;align-items:center;gap:14px;padding:12px 22px;background:#fff;border:1px solid var(--deltic-border);border-radius:var(--deltic-radius-pill);box-shadow:var(--deltic-shadow-sm)}.reviews-head .g-mark{font-size:18px;font-weight:700;letter-spacing:-.02em}.reviews-head .g-mark .b{color:#4285f4}.reviews-head .g-mark .r{color:#ea4335}.reviews-head .g-mark .y{color:#fbbc05}.reviews-head .g-mark .g{color:#34a853}.reviews-head .score{font-size:20px;font-weight:700;color:var(--deltic-blue)}.reviews-head .stars{color:#fbbc05;font-size:14px;letter-spacing:1px}.reviews-head .count{font-size:13px;color:var(--deltic-text-muted)}.reviews-head .count a{color:var(--deltic-turquoise-dark);font-weight:600;text-decoration:underline}.reviews-head h2{text-align:center;color:var(--deltic-blue);margin:0}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:#fff;border:1px solid var(--deltic-border);border-radius:var(--deltic-radius-card);padding:24px 26px 22px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.review-card .top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.review-card .stars{color:#fbbc05;font-size:14px;letter-spacing:1px}.review-card blockquote{font-size:14.5px;color:var(--deltic-text);line-height:1.65;flex:1;margin:0 0 16px}.review-card figcaption{display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px solid var(--deltic-border)}.review-card .avatar{width:36px;height:36px;border-radius:50%;background:var(--deltic-turquoise-light);color:var(--deltic-turquoise-dark);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.review-card .who{font-size:13.5px;font-weight:700;color:var(--deltic-blue)}.review-card .what{font-size:12px;color:var(--deltic-text-muted);margin-top:2px}@media(max-width:1024px){.reviews-grid{grid-template-columns:1fr}}.home-regions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.home-region-card{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:12px;row-gap:4px;background:#fff;border:1px solid var(--deltic-border);border-radius:12px;padding:18px 22px;color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.home-region-card:hover{transform:translateY(-2px);border-color:var(--deltic-turquoise);box-shadow:0 8px 20px #003e570f}.home-region-card h3{grid-column:1;font-size:15.5px;font-weight:600;color:var(--deltic-blue);margin:0;line-height:1.25;letter-spacing:-.01em}.home-region-meta{grid-column:1;font-size:12.5px;color:var(--deltic-text-muted);font-weight:500}.home-region-arrow{grid-column:2;grid-row:1 / span 2;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--deltic-turquoise-light);color:var(--deltic-turquoise-dark);transition:background .2s ease,transform .2s ease,color .2s ease}.home-region-card:hover .home-region-arrow{background:var(--deltic-turquoise);color:#fff;transform:translate(2px)}@media(max-width:1024px){.home-regions-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.home-regions-grid{grid-template-columns:1fr}}.home-leadmagnet-section{padding:80px 0;background:linear-gradient(135deg,var(--deltic-blue-dark) 0%,var(--deltic-blue) 100%);color:#fff}.home-leadmagnet-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.home-leadmagnet-tag{display:inline-block;background:var(--deltic-coral);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:var(--deltic-radius-pill);margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.home-leadmagnet-text h2{font-size:2.375rem;font-weight:600;letter-spacing:-.035em;line-height:1.25;color:#fff;margin:0 0 16px}@media(max-width:768px){.home-leadmagnet-text h2{font-size:1.75rem}}.home-leadmagnet-text>p{font-size:16px;color:#ffffffd9;margin:0 0 22px;line-height:1.65}.home-leadmagnet-text ul{list-style:none;padding:0;margin:0}.home-leadmagnet-text ul li{padding:8px 0;font-size:14.5px;color:#ffffffeb;display:flex;align-items:flex-start;gap:10px;line-height:1.55}.home-leadmagnet-text ul li:before{content:"✓";color:var(--deltic-turquoise);font-weight:700;flex-shrink:0;margin-top:1px}.home-leadmagnet-cover{display:flex;flex-direction:column;background:linear-gradient(135deg,var(--deltic-coral-light) 0%,#FFF 60%);color:var(--deltic-blue);border:1px solid var(--deltic-coral);border-radius:var(--deltic-radius-card);padding:32px 28px 24px;box-shadow:0 12px 32px #f05b531f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-decoration:none}.home-leadmagnet-cover:hover{transform:translateY(-2px);box-shadow:0 16px 40px #f05b5333;border-color:var(--deltic-coral-dark)}.home-leadmagnet-cover-row{display:flex;align-items:flex-start;gap:20px;margin-bottom:24px}.home-leadmagnet-cover-body{flex:1;min-width:0;display:flex;flex-direction:column}.home-leadmagnet-cover-tag{display:inline-block;align-self:flex-start;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--deltic-coral-dark);margin-bottom:8px}.home-leadmagnet-cover-icon{width:64px;height:64px;border-radius:14px;background:var(--deltic-coral);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.home-leadmagnet-cover-icon svg{width:32px;height:32px}.home-leadmagnet-cover-title{font-size:19px;font-weight:700;letter-spacing:-.015em;color:var(--deltic-blue);line-height:1.3;margin-bottom:6px}.home-leadmagnet-cover-sub{font-size:13.5px;color:var(--deltic-text-muted);line-height:1.55;margin-bottom:10px}.home-leadmagnet-cover-meta{font-size:11.5px;font-weight:600;color:var(--deltic-text-faint);letter-spacing:.06em;text-transform:uppercase}.home-leadmagnet-cover-arrow{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;padding:16px 28px;background:var(--deltic-coral);color:#fff;border-radius:var(--deltic-radius-pill);font-size:16px;font-weight:700;margin-top:auto;box-shadow:var(--deltic-shadow-cta);transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.home-leadmagnet-cover-arrow svg{width:16px;height:16px;transition:transform .2s ease}.home-leadmagnet-cover:hover .home-leadmagnet-cover-arrow{background:var(--deltic-coral-dark);transform:translateY(-1px)}.home-leadmagnet-cover:hover .home-leadmagnet-cover-arrow svg{transform:translate(2px,-2px)}@media(max-width:1024px){.home-leadmagnet-grid{grid-template-columns:1fr;gap:32px}}@media(max-width:640px){.home-leadmagnet-section{padding:56px 0}.home-leadmagnet-cover{padding:28px 24px 24px}}.faq-list{max-width:820px;margin:0 auto}.faq-item{background:#fff;border:1px solid var(--deltic-border);border-radius:12px;margin-bottom:12px;overflow:hidden}.faq-item[open]{box-shadow:0 2px 12px #0000000a}.faq-question{padding:18px 24px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:18px;font-size:16px;font-weight:600;color:var(--deltic-blue)}.faq-question::-webkit-details-marker{display:none}.faq-question .icon{font-size:22px;font-weight:400;color:var(--deltic-turquoise);transition:transform .2s ease;flex-shrink:0}.faq-item[open] .faq-question .icon{transform:rotate(45deg)}.faq-answer{padding:0 24px 22px}.faq-answer p{font-size:15px;line-height:1.65;color:var(--deltic-text);margin:0}.home-cta-section{padding:80px 0;background:var(--deltic-bg-hero);text-align:center}.home-cta-section h2{font-size:2.375rem;font-weight:600;letter-spacing:-.035em;color:var(--deltic-blue);margin:0 0 14px;line-height:1.2}@media(max-width:768px){.home-cta-section h2{font-size:1.75rem}}.home-cta-section>.deltic-container>p{font-size:16px;color:var(--deltic-text);margin:0 auto 32px;max-width:620px;line-height:1.7}.home-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media(max-width:640px){.home-cta-section{padding:56px 0}.home-cta-buttons{flex-direction:column;align-items:center}.home-cta-buttons .deltic-btn{width:100%;max-width:320px;justify-content:center}}
