
:root{
  --blue:#087fba;
  --blue-2:#119bd0;
  --blue-deep:#075f8b;
  --blue-soft:#eaf7fc;
  --blue-pale:#f3fbfe;
  --ink:#0b1118;
  --text:#202a34;
  --muted:#66727d;
  --line:#d9e6ec;
  --white:#fff;
  --bg:#f8fbfd;
  --shadow:0 18px 55px rgba(13,71,99,.10);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:var(--white);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 36px));margin-inline:auto}
main{overflow:hidden}
.site-header{position:relative;z-index:100;padding:12px 0 0;background:linear-gradient(180deg,#f8fdff 0%,rgba(248,253,255,0) 100%)}
.site-header .container{position:relative}
.nav-shell{
  min-height:68px;
  display:flex;align-items:center;gap:22px;
  padding:9px 12px 9px 16px;
  border:1px solid rgba(32,80,101,.10);
  border-radius:18px;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  box-shadow:0 10px 34px rgba(22,74,98,.09);
}
.nav-shell.scrolled{box-shadow:0 14px 40px rgba(22,74,98,.14)}
.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}
.brand-mark{width:35px;height:35px}
.brand-name{font-size:19px;line-height:1;letter-spacing:-.035em;color:var(--ink);white-space:nowrap}
.brand-name b{font-weight:850}
.brand-name strong{font-weight:850;color:var(--blue)}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:2px}
.main-nav a{
  position:relative;
  padding:10px 12px;
  border-radius:10px;
  color:#26333c;
  font-size:13px;
  font-weight:700;
}
.main-nav a:hover{background:var(--blue-soft);color:var(--blue-deep)}
.main-nav a.active{color:var(--blue)}
.main-nav a.active:after{
  content:"";position:absolute;left:12px;right:12px;bottom:4px;height:2px;border-radius:2px;background:var(--blue)
}
.nav-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:43px;padding:0 17px;
  border-radius:10px;
  background:var(--blue);
  color:#fff;
  font-size:12px;font-weight:850;
  box-shadow:0 9px 22px rgba(8,127,186,.17);
  white-space:nowrap;
}
.nav-cta:hover{background:var(--blue-deep)}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;width:44px;height:44px;border-radius:10px}
.menu-toggle span{display:block;width:22px;height:2px;background:var(--ink);margin:5px auto;border-radius:3px}

.hero{padding:50px 0 26px;background:linear-gradient(180deg,#f5fcff 0%,#edf9fd 86%,#fff 100%)}
.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:42px;align-items:center}
.hero-copy{padding:24px 0 28px}
.kicker,.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  color:var(--blue);
  font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase
}
.kicker:before,.eyebrow:before{content:"";width:28px;height:2px;background:var(--blue);border-radius:2px}
.hero h1{
  margin:14px 0 18px;
  color:var(--ink);
  font-size:clamp(48px,5.4vw,74px);
  line-height:.98;
  letter-spacing:-.058em;
  font-weight:900;
}
.hero h1 span{color:var(--blue)}
.hero-copy>p{max-width:630px;margin:0 0 24px;color:#53616d;font-size:17px;line-height:1.55}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 20px;
  border:1px solid transparent;border-radius:10px;
  font-size:12px;font-weight:850;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 26px rgba(8,127,186,.15)}
.btn-primary:hover{background:var(--blue-deep)}
.btn-secondary{background:#fff;color:var(--ink);border-color:#b8cbd5}
.btn-secondary:hover{border-color:var(--blue);color:var(--blue-deep)}
.btn-block{width:100%}
.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:24px}
.hero-points span{font-size:12px;color:#475864;font-weight:750}
.hero-points span:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:7px;border-radius:50%;background:var(--blue);color:#fff;font-size:10px}

.hero-visual{position:relative;min-height:405px;display:flex;align-items:flex-end}
.hero-visual>img{width:100%;max-height:410px;object-fit:contain;object-position:center bottom}
.hero-note{
  position:absolute;right:4px;top:42px;
  color:var(--blue-deep);
  transform:rotate(-3deg);
  text-align:left;
  font-family:"Segoe Print","Bradley Hand",cursive;
  line-height:1.2
}
.hero-note span,.hero-note strong{display:block}
.hero-note span{font-size:16px}
.hero-note strong{font-size:18px;font-weight:700;margin-top:4px}
.hero-note:after{content:"";display:block;width:110px;height:3px;background:var(--blue);border-radius:100%;margin:5px 0 0 10px;transform:rotate(-4deg)}

.trust-strip{background:#fff;border-top:1px solid #e5edf1;border-bottom:1px solid #e5edf1}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:84px}
.trust-item{display:flex;align-items:center;gap:13px;padding:17px 20px;border-right:1px solid #e1e9ed}
.trust-item:first-child{padding-left:0}
.trust-item:last-child{border-right:0;padding-right:0}
.trust-icon{
  flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:var(--blue-soft);
  color:var(--blue);display:grid;place-items:center;font-size:19px;font-weight:900
}
.trust-item strong{display:block;color:var(--ink);font-size:13px}
.trust-item small{display:block;color:var(--muted);font-size:11px;margin-top:2px}

.section{padding:76px 0}
.section-soft{background:var(--blue-pale);border-block:1px solid #e2eef3}
.section-head{max-width:780px;margin:0 auto 34px;text-align:center}
.section-head h2,.process-title h2,.benefit-copy h2,.article-intro h2,.contact-callout-copy h2{
  margin:9px 0 0;color:var(--ink);
  font-size:clamp(32px,3.4vw,46px);line-height:1.08;letter-spacing:-.045em
}
.section-head p,.article-intro p,.contact-callout-copy p{color:var(--muted)}
.row-head{max-width:none;display:flex;justify-content:space-between;align-items:flex-end;text-align:left;gap:25px}
.row-head>div{max-width:820px}
.text-link{color:var(--blue);font-size:12px;font-weight:850;white-space:nowrap}
.text-link:hover{color:var(--blue-deep)}

.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-card{
  min-height:235px;padding:22px;
  border:1px solid var(--line);
  border-radius:15px;background:#fff;
  box-shadow:0 8px 26px rgba(25,80,104,.035)
}
.service-icon{
  width:45px;height:45px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--blue-soft);color:var(--blue);
  font-size:20px;font-weight:900;margin-bottom:23px
}
.service-card h3{margin:0 0 7px;color:var(--ink);font-size:18px;letter-spacing:-.02em}
.service-card p{margin:0;color:var(--muted);font-size:13px;min-height:68px}
.service-card .text-link{display:inline-flex;margin-top:12px}

.process-section{padding:48px 0;background:linear-gradient(90deg,#effaff,#e8f7fc)}
.process-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:40px;align-items:center}
.process-title h2{font-size:34px;max-width:360px}
.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:start}
.step{text-align:center}
.step-num{
  width:38px;height:38px;border-radius:50%;margin:0 auto 12px;
  display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:900
}
.step strong{display:block;color:var(--ink);font-size:14px}
.step p{font-size:12px;color:var(--muted);margin:4px auto 0;max-width:190px}
.step-arrow{color:var(--blue);font-size:25px;padding-top:8px}

.benefit-section{padding-top:64px;padding-bottom:64px}
.benefit-grid{display:grid;grid-template-columns:.95fr 1.15fr .6fr;gap:28px;align-items:stretch}
.advisor-visual{position:relative;min-height:280px;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#dff4fb,#f9fdff);border:1px solid #d8eaf1}
.advisor-visual img{width:100%;height:100%;object-fit:cover}
.quote-card{
  position:absolute;right:16px;bottom:16px;max-width:190px;padding:14px 16px;border-radius:13px;background:rgba(255,255,255,.96);
  color:var(--blue-deep);font-weight:850;font-size:14px;box-shadow:0 10px 28px rgba(21,82,109,.13)
}
.quote-card small{display:block;color:#6b7881;font-size:9px;margin-top:6px;font-weight:700}
.benefit-copy{padding:16px 0}
.benefit-copy h2{font-size:36px}
.check-list{list-style:none;padding:0;margin:18px 0}
.check-list li{position:relative;padding-left:28px;margin:9px 0;color:#45535e}
.check-list li:before{content:"✓";position:absolute;left:0;top:.15em;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:10px;font-weight:900}
.big-checks li{font-size:13px;margin:11px 0}
.benefit-highlight{padding:24px;border-radius:15px;background:var(--blue-soft);border:1px solid #d7edf5;display:flex;flex-direction:column;justify-content:center}
.mini-bars{font-size:26px;color:var(--blue);font-weight:900}
.benefit-highlight strong{display:block;color:var(--ink);font-size:21px;line-height:1.12;margin:14px 0 10px}
.benefit-highlight p{margin:0;color:var(--muted);font-size:13px}

.pricing-contact-section{background:#fff;padding-top:66px}
.pricing-contact-grid{display:grid;grid-template-columns:1.6fr .8fr;gap:28px;align-items:start}
.compact-head{text-align:left;margin:0 0 24px;max-width:none}
.compact-head h2{font-size:37px}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.price-grid-wide{max-width:980px;margin:auto}
.price-card{
  position:relative;padding:20px;border-radius:14px;border:1px solid #d6e4ea;background:#fff;min-height:330px;display:flex;flex-direction:column
}
.price-card.featured{border:2px solid var(--blue);background:linear-gradient(180deg,#f5fcff,#fff);box-shadow:0 14px 35px rgba(8,127,186,.11)}
.price-badge{position:absolute;top:-1px;left:50%;transform:translate(-50%,-100%);background:var(--blue);color:#fff;border-radius:8px 8px 0 0;padding:5px 10px;font-size:8px;font-weight:900;letter-spacing:.06em;white-space:nowrap}
.price-label{color:var(--blue);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.price-card h3{font-size:16px;line-height:1.2;color:var(--ink);margin:7px 0}
.price{font-size:28px;color:var(--ink);font-weight:900;letter-spacing:-.04em;margin:10px 0}
.price-card p{font-size:12px;color:var(--muted)}
.price-card ul{list-style:none;padding:0;margin:10px 0 18px}
.price-card li{font-size:11px;color:#53616b;margin:7px 0}
.price-card li:before{content:"✓";color:var(--blue);font-weight:900;margin-right:7px}
.price-card .btn{margin-top:auto}
.price-footnote{font-size:11px;color:var(--muted);margin:13px 2px 0}

.form-card{
  padding:24px;border:1px solid #d3e4eb;border-radius:17px;background:#fff;box-shadow:0 12px 38px rgba(22,77,100,.07)
}
.form-card .eyebrow{font-size:9px}
.form-card h2{margin:7px 0 4px;color:var(--ink);font-size:27px;line-height:1.08;letter-spacing:-.035em}
.form-card>p{margin:0 0 17px;color:var(--muted);font-size:12px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}
.field label{font-size:10px;font-weight:800;color:#53616b}
.field input,.field select,.field textarea{
  width:100%;border:1px solid #cfdee5;border-radius:8px;background:#fff;padding:10px 11px;color:var(--ink);outline:none;font-size:12px
}
.field textarea{resize:vertical;min-height:105px}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(8,127,186,.08)}
input[type="hidden"]{display:none!important}
.hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.privacy-note{display:block;text-align:center;color:#7b8790;font-size:9px;margin-top:8px}
.form-notice{padding:10px 12px;border-radius:8px;margin:12px 0;font-size:11px;font-weight:750}
.form-notice.success{background:#edf9f2;color:#236542;border:1px solid #ccebd9}
.form-notice.error{background:#fff3f2;color:#9a3d35;border:1px solid #f0d2ce}

.article-section{background:#fbfdfe;border-top:1px solid #edf2f4}
.article-layout{display:grid;grid-template-columns:.55fr 1.45fr;gap:36px;align-items:start}
.article-intro{position:sticky;top:28px;padding:14px 0}
.article-intro h2{font-size:35px}
.content-card{background:#fff;border:1px solid #dbe7ec;border-radius:18px;padding:34px;box-shadow:0 10px 30px rgba(20,72,95,.04)}
.prose{font-size:15px;color:#394650}
.prose h2{margin:36px 0 12px;color:var(--ink);font-size:27px;line-height:1.15;letter-spacing:-.025em}
.prose h2:first-child{margin-top:0}
.prose h3{margin:26px 0 10px;color:var(--ink);font-size:19px}
.prose p{margin:0 0 14px}
.prose ul{padding-left:20px;margin:8px 0 18px}
.prose ul.check-list{padding-left:0}
.prose li{margin:5px 0}
.prose blockquote{margin:18px 0;padding:16px 18px;border-left:3px solid var(--blue);background:var(--blue-pale);border-radius:0 12px 12px 0;color:#33434d;font-style:italic}
.prose a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}
.hours-list,.link-list{list-style:none;padding-left:0!important}

.municipalities-section{padding-top:64px}
.municipality-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}
.municipality-grid a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 13px;border:1px solid #d7e6ec;border-radius:9px;background:#fff;color:#35444e;font-size:12px;font-weight:750}
.municipality-grid a span{color:var(--blue)}
.municipality-grid a:hover{border-color:#9ccfe1;color:var(--blue-deep)}

.page-hero{padding:44px 0 34px;background:linear-gradient(180deg,#f4fcff,#edf8fc)}
.page-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}
.page-hero-copy{padding:18px 0 24px}
.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#78848d;font-size:10px}
.breadcrumb a{color:var(--blue);font-weight:750}
.breadcrumb strong{font-weight:700;max-width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.page-hero h1{margin:12px 0 14px;color:var(--ink);font-size:clamp(42px,5vw,65px);line-height:1.02;letter-spacing:-.055em}
.page-hero-copy>p{max-width:610px;color:#56646f;margin:0 0 22px}
.page-hero-visual{position:relative;min-height:320px;display:flex;align-items:flex-end}
.page-hero-visual img{width:100%;max-height:315px;object-fit:contain;object-position:center bottom}
.area-chip{position:absolute;right:12px;bottom:18px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.95);border:1px solid #d6e7ed;color:var(--blue-deep);font-size:10px;font-weight:900;box-shadow:0 7px 22px rgba(23,77,100,.08)}
.inner-trust .trust-grid{min-height:76px}
.contact-callout-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start}
.contact-callout-copy{padding-top:20px}
.contact-callout-copy h2{font-size:38px}
.contact-page-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:start}
.compact-visual{min-height:240px}

.site-footer{border-top:1px solid #dfe9ed;background:#fff}
.footer-main{min-height:92px;display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:center}
.footer-brand{justify-self:start}
.footer-nav,.footer-legal{display:flex;align-items:center;gap:20px}
.footer-nav a,.footer-legal a{font-size:10px;color:#596771}
.footer-nav a:hover,.footer-legal a:hover{color:var(--blue)}
.footer-legal{justify-self:end}
.footer-bottom{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-top:1px solid #eef2f4;color:#8a949b;font-size:9px}

.not-found{padding:100px 0;text-align:center}
.not-found h1{font-size:64px;margin:0;color:var(--ink)}
.not-found p{color:var(--muted)}

@media(max-width:1050px){
  .main-nav a{padding-inline:8px;font-size:12px}
  .brand-name{font-size:17px}
  .nav-cta{padding-inline:13px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-contact-grid{grid-template-columns:1fr}
  .price-card{min-height:300px}
  .benefit-grid{grid-template-columns:1fr 1.2fr}
  .benefit-highlight{grid-column:1/-1;min-height:auto}
  .municipality-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:880px){
  .site-header{padding-top:8px}
  .nav-shell{min-height:62px}
  .menu-toggle{display:block}
  .main-nav{
    position:absolute;left:18px;right:18px;top:72px;
    display:none;flex-direction:column;align-items:stretch;padding:12px;
    border:1px solid #d9e6ec;border-radius:15px;background:#fff;box-shadow:var(--shadow)
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:12px}
  .main-nav a.active:after{display:none}
  .nav-cta{margin-left:0}
  .hero-grid,.page-hero-grid{grid-template-columns:1fr}
  .hero{padding-top:24px}
  .hero-copy{padding-bottom:0}
  .hero-visual{min-height:330px}
  .hero-note{right:5%;top:20px}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(2){border-right:0}
  .trust-item:first-child{padding-left:20px}
  .process-grid{grid-template-columns:1fr}
  .process-title h2{max-width:none}
  .article-layout,.contact-page-grid,.contact-callout-grid{grid-template-columns:1fr}
  .article-intro{position:static}
  .benefit-grid{grid-template-columns:1fr}
  .benefit-highlight{grid-column:auto}
  .footer-main{grid-template-columns:1fr;justify-items:center;padding:24px 0}
  .footer-brand,.footer-legal{justify-self:center}
}
@media(max-width:640px){
  .container{width:min(100% - 24px,1180px)}
  .brand-name{font-size:15px}.brand-mark{width:31px;height:31px}
  .nav-cta{display:none}
  .hero h1{font-size:48px}
  .hero-copy>p{font-size:15px}
  .hero-actions{display:grid}
  .hero-actions .btn{width:100%}
  .hero-points{gap:10px 14px}
  .hero-visual{min-height:260px}
  .hero-note{display:none}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid #e7eef1;padding:13px 8px}
  .trust-item:first-child{padding-left:8px}
  .trust-item:last-child{border-bottom:0}
  .section{padding:56px 0}
  .row-head{align-items:flex-start;flex-direction:column}
  .service-grid,.price-grid{grid-template-columns:1fr}
  .service-card{min-height:unset}
  .steps{grid-template-columns:1fr}
  .step-arrow{transform:rotate(90deg);margin:auto;padding:0}
  .benefit-copy h2,.section-head h2,.article-intro h2,.contact-callout-copy h2{font-size:31px}
  .advisor-visual{min-height:240px}
  .price-card{min-height:unset}
  .field-row{grid-template-columns:1fr}
  .content-card{padding:22px 18px}
  .prose h2{font-size:23px}
  .municipality-grid{grid-template-columns:1fr 1fr}
  .page-hero h1{font-size:43px}
  .page-hero-visual{min-height:245px}
  .footer-nav,.footer-legal{flex-wrap:wrap;justify-content:center}
  .footer-bottom{flex-direction:column;align-items:center;text-align:center}
}
@media(max-width:420px){
  .municipality-grid{grid-template-columns:1fr}
  .brand-name{font-size:14px}
}

/* Form above services + SEO landing-page hierarchy */
.form-first-section{padding-top:60px;padding-bottom:60px}
.form-first-section .contact-callout-copy h2{max-width:650px}
.form-first-section .form-card h3,
.form-card h3{margin:7px 0 4px;color:var(--ink);font-size:27px;line-height:1.08;letter-spacing:-.035em}
.municipality-services{padding-top:64px}
.pricing-side{max-width:1180px;margin:0 auto}
@media(max-width:640px){
  .form-first-section .form-card h3{font-size:25px}
}
.home-page .hero h1{font-size:clamp(43px,4.8vw,66px)}


/* Cookie notice */
.footer-cookie-link{
  appearance:none;border:0;background:transparent;padding:0;font:inherit;
  font-size:10px;color:#596771;cursor:pointer
}
.footer-cookie-link:hover{color:var(--blue)}
.cookie-banner[hidden]{display:none!important}
.cookie-banner{
  position:fixed;z-index:1000;left:18px;right:18px;bottom:18px;
  display:flex;justify-content:center;pointer-events:none
}
.cookie-banner-inner{
  width:min(1120px,100%);display:flex;align-items:center;justify-content:space-between;gap:30px;
  padding:20px 22px;border:1px solid #d5e4ea;border-radius:18px;background:rgba(255,255,255,.98);
  box-shadow:0 24px 70px rgba(10,40,55,.22);backdrop-filter:blur(14px);pointer-events:auto
}
.cookie-copy{max-width:720px}
.cookie-kicker{display:block;margin-bottom:5px;color:var(--blue);font-size:9px;font-weight:900;letter-spacing:.12em}
.cookie-copy strong{display:block;color:var(--ink);font-size:16px}
.cookie-copy p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.55}
.cookie-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}
.cookie-actions .btn{white-space:nowrap;border:0;cursor:pointer}
.cookie-actions .cookie-privacy{border:1px solid #cadce4}
@media(max-width:720px){
  .cookie-banner{left:10px;right:10px;bottom:10px}
  .cookie-banner-inner{align-items:stretch;flex-direction:column;gap:14px;padding:18px}
  .cookie-actions{display:grid;grid-template-columns:1fr}
  .cookie-actions .btn{width:100%}
}


/* Thank-you page */
.thank-you-section{padding:96px 0 120px;background:linear-gradient(180deg,#f3fbfe 0%,#fff 100%);min-height:64vh;display:flex;align-items:center}
.thank-you-card{width:min(720px,100%);margin:auto;padding:54px 44px;text-align:center;border:1px solid #d6e5eb;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(20,72,95,.09)}
.thank-you-icon{width:64px;height:64px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:30px;font-weight:900;box-shadow:0 12px 28px rgba(8,127,186,.18)}
.thank-you-card h1{margin:9px 0 12px;color:var(--ink);font-size:clamp(36px,5vw,54px);line-height:1.02;letter-spacing:-.05em}
.thank-you-card p{max-width:570px;margin:0 auto 24px;color:var(--muted);font-size:15px}
.thank-you-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:20px}
.thank-you-card small{display:block;color:#7f8b93;font-size:10px}
@media(max-width:640px){.thank-you-section{padding:62px 0 90px}.thank-you-card{padding:38px 20px}.thank-you-actions{display:grid}.thank-you-actions .btn{width:100%}}
