.casco-compare-page {
  --cc-navy: #071f33;
  --cc-navy-2: #0b3850;
  --cc-green: #0b9b69;
  --cc-green-dark: #08734f;
  --cc-mint: #eaf8f2;
  --cc-ink: #102f43;
  --cc-muted: #5d7180;
  --cc-line: #d9e7e1;
  --cc-paper: #fff;
  margin: 0;
  color: var(--cc-ink);
  background: #f7faf9;
}
.casco-compare-page main { overflow: clip; }
.casco-compare-page .rollout-reveal,
.casco-compare-page.rollout-reveal-ready .rollout-reveal {
  opacity: 1 !important;
  transform: none !important;
}
.casco-compare-page main *,
.casco-compare-page main *::before,
.casco-compare-page main *::after { box-sizing: border-box; }
.casco-compare-page main :where(h1,h2,h3,h4,p) { margin-top: 0; }
.casco-compare-page main :where(h1,h2,h3) { color: var(--cc-navy); text-wrap: balance; }
.casco-compare-page main :where(p,li) { text-wrap: pretty; }
.casco-compare-page main svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cc-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.cc-section { padding-block: clamp(68px, 7vw, 104px); }
.cc-heading { max-width: 760px; margin: 0 auto clamp(32px, 4vw, 48px); text-align: center; }
.cc-heading--left { margin-inline: 0; text-align: left; }
.cc-heading h2 { margin-bottom: 14px; font-size: clamp(2.1rem, 3.8vw, 3.45rem); line-height: 1.04; letter-spacing: -.048em; }
.cc-heading p { margin-bottom: 0; color: var(--cc-muted); font-size: 1.04rem; line-height: 1.72; }
.cc-heading--light :where(h2,p) { color: #fff; }
.cc-heading--light p { color: rgba(255,255,255,.76); }
.cc-kicker,.cc-eyebrow { display: inline-flex; width: max-content; margin-bottom: 14px; padding: 7px 12px; border: 1px solid rgba(11,155,105,.2); border-radius: 999px; color: var(--cc-green-dark); background: var(--cc-mint); font-size: .74rem; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.cc-icon { display: inline-grid; width: 48px; height: 48px; place-items: center; padding: 11px; border: 1px solid rgba(11,155,105,.18); border-radius: 15px; color: var(--cc-green-dark); background: var(--cc-mint); }
.cc-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 13px; color: var(--cc-navy); background: #fff; font-weight: 850; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease; }
.cc-button:hover { transform: translateY(-2px); }
.cc-button--primary { color: #fff; background: var(--cc-green); box-shadow: 0 14px 30px rgba(11,155,105,.22); }
.cc-button--primary:hover { color: #fff; background: var(--cc-green-dark); }
.cc-button--light { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.cc-button--outline { border-color: #bdd2ca; background: #fff; }
.cc-button--product { width: 100%; margin-top: auto; border-color: #b9d4ca; color: var(--cc-green-dark); background: #fff; }
.cc-button:focus-visible,.cc-tabs button:focus-visible,.cc-table-wrap:focus-visible,.cc-faq summary:focus-visible,.cc-form :where(input,select,textarea):focus-visible { outline: 3px solid #37c893; outline-offset: 3px; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.cc-hero { padding: 42px 0 46px; color: #fff; background: radial-gradient(circle at 86% 15%,rgba(34,197,139,.25),transparent 31%),linear-gradient(135deg,#061d30,#0c3d55 64%,#0b634b); }
.cc-hero__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(500px,1.1fr); min-height: 610px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.04); box-shadow: 0 30px 80px rgba(1,20,32,.28); }
.cc-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,5vw,70px); }
.cc-back { width: max-content; margin-bottom: 28px; color: #9de6c8; font-weight: 800; text-decoration: none; }
.cc-hero .cc-eyebrow { border-color: rgba(157,230,200,.32); color: #b8f0d9; background: rgba(11,155,105,.14); }
.cc-hero h1 { max-width: 8ch; margin-bottom: 20px; color: #fff; font-size: clamp(3.2rem,5vw,5.7rem); line-height: .94; letter-spacing: -.06em; }
.cc-hero__lead { max-width: 570px; margin-bottom: 28px; color: rgba(255,255,255,.84); font-size: clamp(1.08rem,1.45vw,1.24rem); line-height: 1.65; }
.cc-hero__note { max-width: 540px; margin: 24px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); font-size: .9rem; }
.cc-hero__visual { position: relative; min-height: 610px; overflow: hidden; }
.cc-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,31,51,.25),transparent 45%),linear-gradient(180deg,transparent 55%,rgba(7,31,51,.42)); }
.cc-hero__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cc-hero__card { position: absolute; z-index: 1; right: 28px; bottom: 28px; display: grid; grid-template-columns: auto 1fr; gap: 14px; width: min(430px,calc(100% - 56px)); padding: 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 20px; color: var(--cc-ink); background: rgba(255,255,255,.84); box-shadow: 0 18px 44px rgba(4,28,43,.22); backdrop-filter: blur(14px); }
.cc-hero__card h2 { margin-bottom: 6px; font-size: 1.05rem; }
.cc-hero__card p { margin-bottom: 0; color: #536c7d; font-size: .86rem; line-height: 1.55; }

.cc-tabs { position: relative; z-index: 2; display: flex; width: max-content; max-width: calc(100% - 32px); margin-top: -24px; padding: 6px; border: 1px solid var(--cc-line); border-radius: 16px; background: #fff; box-shadow: 0 14px 38px rgba(7,31,51,.12); }
.cc-tabs button { min-height: 44px; padding: 10px 18px; border: 0; border-radius: 11px; color: #526b7a; background: transparent; font: inherit; font-weight: 800; cursor: pointer; }
.cc-tabs button[aria-selected="true"] { color: #fff; background: var(--cc-navy); }
.cc-intro { background: linear-gradient(180deg,#f7faf9,#eef7f3); }
.cc-intro__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.cc-protection-card { position: relative; overflow: hidden; padding: clamp(28px,3vw,40px); border: 1px solid var(--cc-line); border-radius: 26px; background: #fff; box-shadow: 0 18px 46px rgba(7,31,51,.07); }
.cc-protection-card--extended { background: linear-gradient(145deg,#fff,#eff8f4); }
.cc-protection-card--essential { background: linear-gradient(145deg,#fff,#f2f6fa); }
.cc-protection-card.is-highlighted { border-color: rgba(11,155,105,.46); box-shadow: 0 22px 52px rgba(7,31,51,.1), 0 0 0 3px rgba(11,155,105,.08); }
.cc-protection-card__number { position: absolute; top: 18px; right: 24px; color: rgba(7,31,51,.08); font-size: 4.4rem; font-weight: 900; line-height: 1; }
.cc-protection-card h3 { margin: 22px 0 12px; font-size: clamp(1.5rem,2.1vw,2rem); }
.cc-protection-card p { color: var(--cc-muted); line-height: 1.68; }
.cc-protection-card ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 18px; margin: 22px 0 0; padding: 0; list-style: none; }
.cc-protection-card li { position: relative; padding-left: 20px; color: #365264; font-size: .9rem; }
.cc-protection-card li::before { content: "✓"; position: absolute; left: 0; color: var(--cc-green); font-weight: 900; }
.cc-callout { display: flex; max-width: 920px; align-items: center; gap: 12px; margin: 24px auto 0; padding: 15px 18px; border: 1px solid #cadcd5; border-radius: 16px; color: #405d6d; background: rgba(255,255,255,.84); line-height: 1.6; }
.cc-callout span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: var(--cc-green); font-family: Georgia,serif; font-weight: 900; }

.cc-spectrum { color: #fff; background: radial-gradient(circle at 10% 0,rgba(11,155,105,.2),transparent 32%),var(--cc-navy); }
.cc-spectrum__grid { display: grid; grid-template-columns: minmax(0,1fr) 100px minmax(0,1fr); align-items: stretch; gap: 18px; }
.cc-spectrum article { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.065); }
.cc-spectrum article h3 { color: #fff; font-size: 1.45rem; }
.cc-spectrum article p { color: rgba(255,255,255,.78); line-height: 1.7; }
.cc-spectrum article small { color: #91dfbd; line-height: 1.5; }
.cc-spectrum__axis { display: grid; grid-template-rows: auto 1fr auto; justify-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.cc-spectrum__axis i { width: 1px; min-height: 80px; background: linear-gradient(#39d89e,rgba(255,255,255,.25)); }

.cc-products { background: #fff; }
.cc-products__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; align-items: stretch; }
.cc-product { display: flex; min-width: 0; flex-direction: column; padding: 24px; border: 1px solid var(--cc-line); border-top: 5px solid #6e8ea2; border-radius: 24px; background: #fff; box-shadow: 0 20px 48px rgba(7,31,51,.08); }
.cc-product--omniasig { border-top-color: #006a9f; }
.cc-product--eazy { border-top-color: #e8b100; }
.cc-product--abc { border-top-color: #7e4b9e; }
.cc-product > header { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px; }
.cc-product__logo { display: grid; width: 150px; height: 64px; place-items: center; padding: 10px; border: 1px solid #edf1ef; border-radius: 13px; background: #fff; }
.cc-product__logo img { width: 100%; height: 100%; object-fit: contain; }
.cc-product__badge { max-width: 130px; padding: 7px 9px; border-radius: 10px; color: #365464; background: #eef5f2; font-size: .7rem; font-weight: 850; text-align: center; }
.cc-product h3 { margin: 24px 0 8px; font-size: 1.45rem; }
.cc-product > p:not(.cc-product__warning) { color: var(--cc-muted); line-height: 1.6; }
.cc-product h4 { margin: 20px 0 10px; color: var(--cc-navy); font-size: .84rem; letter-spacing: .025em; text-transform: uppercase; }
.cc-product ul { display: grid; gap: 8px; margin: 0 0 18px; padding: 0; list-style: none; }
.cc-product li { position: relative; padding-left: 20px; color: #415d6e; font-size: .86rem; line-height: 1.5; }
.cc-product li::before { content: "•"; position: absolute; left: 4px; color: var(--cc-green); font-weight: 900; }
.cc-limits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin: 18px 0 4px; }
.cc-limits span { display: grid; min-height: 54px; place-items: center; padding: 8px 5px; border: 1px solid #d8e7e1; border-radius: 12px; color: var(--cc-navy); background: #f4faf7; font-size: .78rem; font-weight: 900; text-align: center; }
.cc-limits span:nth-child(2) { transform: translateY(-4px); }
.cc-limits span:nth-child(3) { transform: translateY(-8px); }
.cc-product__facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 16px; }
.cc-product__facts span { padding: 6px 9px; border-radius: 999px; color: #3a5b6b; background: #eef6f3; font-size: .7rem; font-weight: 800; }
.cc-product__warning { margin: auto 0 18px; padding: 13px; border: 1px solid #dbe8e3; border-radius: 13px; color: #526a79; background: #f7faf9; font-size: .77rem; line-height: 1.55; }
.cc-product__exclusions { margin: 0 0 16px; border: 1px solid #dce8e4; border-radius: 12px; background: #fbfdfc; }
.cc-product__exclusions summary { min-height: 44px; padding: 12px; color: #385767; font-size: .78rem; font-weight: 850; cursor: pointer; }
.cc-product__exclusions p { margin: 0; padding: 0 12px 12px; color: var(--cc-muted); font-size: .76rem; line-height: 1.55; }
.cc-offer-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 18px 0 4px; }
.cc-offer-grid span { display: grid; gap: 3px; padding: 11px; border: 1px solid #e0e8e5; border-radius: 12px; color: var(--cc-navy); background: #f7faf9; font-size: .78rem; font-weight: 850; }
.cc-offer-grid small { color: #758692; font-size: .65rem; font-weight: 700; text-transform: uppercase; }

.cc-comparison { background: #eef6f3; }
.cc-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--cc-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 46px rgba(7,31,51,.07); scrollbar-color: #8eb6a6 #edf4f1; }
.cc-table-wrap table { width: 100%; min-width: 980px; border-collapse: collapse; font-size: .87rem; }
.cc-table-wrap th,.cc-table-wrap td { padding: 16px 18px; border-bottom: 1px solid #e4ece9; text-align: left; vertical-align: top; line-height: 1.5; }
.cc-table-wrap thead th { position: sticky; top: 0; color: #fff; background: var(--cc-navy); font-size: .8rem; }
.cc-table-wrap thead th:first-child { width: 170px; }
.cc-table-wrap tbody th { color: var(--cc-navy); background: #f6faf8; }
.cc-table-wrap tbody tr:last-child :where(th,td) { border-bottom: 0; }

.cc-checks { background: #fff; }
.cc-checks__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.cc-check { min-height: 230px; padding: 25px; border: 1px solid var(--cc-line); border-radius: 20px; background: linear-gradient(145deg,#fff,#f7faf9); box-shadow: 0 12px 30px rgba(7,31,51,.05); }
.cc-check--lead { color: #fff; background: linear-gradient(145deg,var(--cc-navy),var(--cc-navy-2)); }
.cc-check--lead :where(h3,p) { color: #fff; }
.cc-check--lead p { color: rgba(255,255,255,.74); }
.cc-check h3 { margin: 20px 0 8px; font-size: 1.12rem; }
.cc-check p { margin-bottom: 0; color: var(--cc-muted); line-height: 1.65; }
.cc-fit { background: linear-gradient(145deg,#eff8f4,#f8fbfa); }
.cc-fit__layout { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(38px,6vw,80px); align-items: center; }
.cc-fit__cards { display: grid; gap: 12px; }
.cc-fit__cards article { padding: 20px 22px; border: 1px solid var(--cc-line); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 10px 26px rgba(7,31,51,.05); }
.cc-fit__cards strong { color: var(--cc-navy); }
.cc-fit__cards p { margin: 7px 0 0; color: var(--cc-muted); line-height: 1.58; }
.cc-process { color: #fff; background: linear-gradient(135deg,#071f33,#0b4057); }
.cc-process ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; }
.cc-process li { position: relative; min-width: 0; padding: 22px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.cc-process li:first-child { border-radius: 18px 0 0 18px; }
.cc-process li:last-child { border-radius: 0 18px 18px 0; }
.cc-process li > span { display: grid; width: 40px; height: 40px; margin-bottom: 18px; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: #8fe7c4; font-weight: 900; }
.cc-process h3 { margin-bottom: 7px; color: #fff; font-size: 1rem; }
.cc-process p { margin-bottom: 0; color: rgba(255,255,255,.7); font-size: .84rem; line-height: 1.55; }

.cc-form-section { background: #f4f8f6; }
.cc-form-layout { display: grid; grid-template-columns: minmax(0,.7fr) minmax(580px,1.3fr); gap: clamp(30px,5vw,66px); align-items: start; }
.cc-form-copy { position: sticky; top: 110px; padding: 22px 0; }
.cc-form-copy h2 { margin-bottom: 16px; font-size: clamp(2.2rem,3.6vw,3.45rem); line-height: 1.02; letter-spacing: -.045em; }
.cc-form-copy p { color: var(--cc-muted); line-height: 1.7; }
.cc-form-copy ul { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.cc-form-copy li { position: relative; padding-left: 22px; color: #405c6d; }
.cc-form-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--cc-green); font-weight: 900; }
.cc-form { padding: clamp(24px,3vw,38px); border: 1px solid var(--cc-line); border-radius: 26px; background: #fff; box-shadow: 0 22px 56px rgba(7,31,51,.09); }
.cc-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.cc-field { display: grid; gap: 8px; color: var(--cc-navy); font-size: .84rem; font-weight: 800; }
.cc-field > span { color: #7c8c96; font-size: .7rem; font-weight: 650; }
.cc-field--wide { grid-column: 1/-1; }
.cc-field :where(input,select,textarea) { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #c8d9d3; border-radius: 11px; color: var(--cc-ink); background: #fff; font: inherit; font-weight: 500; }
.cc-field textarea { min-height: 94px; resize: vertical; }
.cc-consent { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 10px; margin-top: 17px; padding: 13px; border: 1px solid #d5e3de; border-radius: 12px; color: #4b6474; background: #f4faf7; font-size: .78rem; line-height: 1.55; }
.cc-consent--optional { margin-top: 9px; background: #fafcfb; }
.cc-consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--cc-green); }
.cc-form__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.cc-form__actions .cc-button { flex: 1 1 220px; }
.cc-form .form-status { margin: 14px 0 0; }

.cc-faq { background: #fff; }
.cc-faq__list { max-width: 900px; margin: 0 auto; overflow: hidden; border: 1px solid var(--cc-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 44px rgba(7,31,51,.07); }
.cc-faq details + details { border-top: 1px solid var(--cc-line); }
.cc-faq summary { position: relative; min-height: 60px; padding: 19px 56px 19px 22px; color: var(--cc-navy); font-weight: 850; cursor: pointer; list-style: none; }
.cc-faq summary::-webkit-details-marker { display: none; }
.cc-faq summary::after { content: "+"; position: absolute; top: 50%; right: 22px; color: var(--cc-green); font-size: 1.35rem; transform: translateY(-50%); }
.cc-faq details[open] summary { color: var(--cc-green-dark); background: #f4faf7; }
.cc-faq details[open] summary::after { content: "−"; }
.cc-faq details p { margin: 0; padding: 0 56px 20px 22px; color: var(--cc-muted); line-height: 1.7; }
.cc-final { padding: 28px 0 52px; background: #fff; }
.cc-final__panel { display: grid; grid-template-columns: minmax(0,1.25fr) auto; gap: 30px; align-items: center; padding: clamp(28px,4vw,48px); border-radius: 26px; color: #fff; background: radial-gradient(circle at 85% 20%,rgba(49,214,154,.24),transparent 30%),var(--cc-navy); box-shadow: 0 22px 55px rgba(7,31,51,.16); }
.cc-final h2 { margin-bottom: 9px; color: #fff; font-size: clamp(2rem,3.4vw,3.2rem); letter-spacing: -.045em; }
.cc-final p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.74); line-height: 1.65; }
.cc-final .cc-kicker { color: #a9ecd1; background: rgba(11,155,105,.14); border-color: rgba(169,236,209,.22); }
.cc-reviewed { padding: 0 0 38px; color: #70818c; font-size: .75rem; text-align: center; }

@media (max-width: 1080px) {
  .cc-hero__grid { grid-template-columns: 1fr; }
  .cc-hero h1 { max-width: 12ch; }
  .cc-hero__visual { min-height: 500px; }
  .cc-products__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cc-product--abc { grid-column: 1/-1; width: min(620px,100%); justify-self: center; }
  .cc-form-layout { grid-template-columns: 1fr; }
  .cc-form-copy { position: static; padding-bottom: 0; }
}
@media (max-width: 820px) {
  .cc-shell { width: min(100% - 28px,1180px); }
  .cc-intro__grid,.cc-products__grid,.cc-checks__grid,.cc-fit__layout { grid-template-columns: 1fr; }
  .cc-product--abc { grid-column: auto; width: 100%; }
  .cc-spectrum__grid { grid-template-columns: 1fr; }
  .cc-spectrum__axis { grid-template: auto / auto 1fr auto; align-items: center; }
  .cc-spectrum__axis i { width: 100%; min-height: 1px; background: linear-gradient(90deg,#39d89e,rgba(255,255,255,.25)); }
  .cc-process ol { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .cc-process li { border-radius: 16px !important; }
  .cc-final__panel { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .cc-section { padding-block: 58px; }
  .cc-hero { padding-top: 16px; }
  .cc-hero__grid { min-height: 0; border-radius: 22px; }
  .cc-hero__copy { padding: 34px 22px 30px; }
  .cc-back { margin-bottom: 20px; }
  .cc-hero h1 { font-size: clamp(2.75rem,14vw,4rem); }
  .cc-hero__visual { min-height: 390px; }
  .cc-hero__visual > img { object-position: 60% center; }
  .cc-hero__card { right: 14px; bottom: 14px; grid-template-columns: 1fr; width: calc(100% - 28px); padding: 17px; background: rgba(255,255,255,.91); }
  .cc-hero__card .cc-icon { display: none; }
  .cc-actions { flex-direction: column; }
  .cc-actions .cc-button { width: 100%; }
  .cc-tabs { width: calc(100% - 28px); margin-top: -20px; }
  .cc-tabs button { flex: 1; padding-inline: 10px; font-size: .78rem; }
  .cc-protection-card { padding: 24px; border-radius: 20px; }
  .cc-protection-card ul { grid-template-columns: 1fr; }
  .cc-callout { align-items: flex-start; }
  .cc-product { padding: 20px; border-radius: 20px; }
  .cc-product > header { grid-template-columns: 1fr; }
  .cc-product__badge { max-width: none; width: max-content; }
  .cc-limits span { min-height: 58px; font-size: .72rem; }
  .cc-check { min-height: 0; }
  .cc-process ol { grid-template-columns: 1fr; }
  .cc-form { padding: 20px; border-radius: 20px; }
  .cc-form__grid { grid-template-columns: 1fr; }
  .cc-field--wide { grid-column: auto; }
  .cc-form__actions { flex-direction: column; }
  .cc-form__actions .cc-button { width: 100%; flex-basis: auto; }
  .cc-final__panel { border-radius: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .cc-button { transition: none; }
  .cc-button:hover { transform: none; }
}
