/*
Theme Name: Comando Carnaval
Theme URI: https://comandocarnaval.es
Author: Comando Carnaval
Description: Tema de bloques oficial de Comando Carnaval, derivado del prototipo de la app.
Version: 0.1.2
Requires at least: 7.1
Requires PHP: 8.2
Text Domain: comando-carnaval
*/

:root {
  --cc-background: #f3f4f8;
  --cc-surface: #ffffff;
  --cc-surface-raised: #ffffff;
  --cc-text: #172039;
  --cc-muted: #687184;
  --cc-border: #dfe2ea;
  --cc-shadow: rgb(18 24 42 / 8%);
  --cc-coral: #d74966;
  --cc-coral-strong: #d84b67;
  --cc-yellow: #ffd25a;
  --cc-navy: #1d2748;
  --cc-violet: #33254e;
  --cc-wine: #5a2148;
  --cc-success: #14633a;
  --cc-content: 1180px;
  --cc-reading: 720px;
  --cc-radius-sm: 13px;
  --cc-radius-md: 16px;
  --cc-radius-lg: 20px;
  --cc-radius-xl: 28px;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --cc-background: #101526;
    --cc-surface: #1b2135;
    --cc-surface-raised: #1c2236;
    --cc-text: #f5f6fb;
    --cc-muted: #aeb5c8;
    --cc-border: #343b51;
    --cc-shadow: rgb(0 0 0 / 22%);
    --cc-success: #a9e8c5;
  }
}

:root[data-theme="dark"] {
  --cc-background: #101526;
  --cc-surface: #1b2135;
  --cc-surface-raised: #1c2236;
  --cc-text: #f5f6fb;
  --cc-muted: #aeb5c8;
  --cc-border: #343b51;
  --cc-shadow: rgb(0 0 0 / 22%);
  --cc-success: #a9e8c5;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cc-text);
  background: var(--cc-background);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
body .wp-site-blocks > * { margin-block-start: 0; }
body .cc-main > * { margin-block-start: 0; }
img { max-width: 100%; height: auto; }
a { color: var(--cc-coral); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: .14em; }
:focus-visible { outline: 3px solid var(--cc-yellow); outline-offset: 3px; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  width: auto;
  height: auto;
  margin: 12px;
  padding: 12px 16px;
  clip: auto;
  z-index: 10000;
  background: var(--cc-yellow);
  color: var(--cc-navy);
  border-radius: var(--cc-radius-sm);
}

.cc-shell { width: min(calc(100% - 32px), var(--cc-content)); margin-inline: auto; }
.cc-reading { width: min(calc(100% - 32px), var(--cc-reading)); margin-inline: auto; }
.cc-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  background: rgb(16 21 38 / 88%);
  color: #fff;
  backdrop-filter: blur(18px) saturate(1.15);
}
.cc-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cc-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-weight: 900; }
.cc-brand img { width: 46px; height: 46px; border-radius: 15px; object-fit: cover; }
.cc-brand-copy { display: grid; gap: 2px; }
.cc-brand-copy small { color: rgb(255 255 255 / 68%); font-size: 11px; font-weight: 700; }
.cc-navigation { display: flex; align-items: center; gap: 4px; }
.cc-navigation a { min-height: 44px; padding: 0 12px; display: inline-flex; align-items: center; color: rgb(255 255 255 / 78%); border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 800; }
.cc-navigation a:hover, .cc-navigation a[aria-current="page"] { color: #fff; background: rgb(255 255 255 / 10%); }
.cc-header-actions { display: flex; align-items: center; gap: 8px; }
.cc-theme-toggle, .cc-menu-toggle { width: 44px; height: 44px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 14px; background: rgb(255 255 255 / 9%); color: #fff; cursor: pointer; }
.cc-menu-toggle { display: none; font-size: 21px; }

.cc-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 3%) 25%, transparent 25%) 0 0 / 34px 34px,
    radial-gradient(circle at 82% 18%, rgb(255 210 90 / 24%), transparent 24rem),
    linear-gradient(120deg, var(--cc-navy), var(--cc-violet) 56%, var(--cc-wine));
  border-radius: 0 0 34px 34px;
}
.cc-hero-grid { min-height: 650px; padding-block: 76px 52px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(310px, .75fr); align-items: center; gap: clamp(32px, 7vw, 88px); }
.cc-eyebrow { margin: 0 0 12px; color: #ff9cb0; font-size: 12px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.cc-hero h1 { max-width: 720px; margin: 0; font-size: clamp(44px, 7vw, 78px); line-height: .98; letter-spacing: -.055em; }
.cc-hero-lead { max-width: 650px; margin: 24px 0 0; color: rgb(255 255 255 / 78%); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.cc-action-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.cc-button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 15px; text-decoration: none; font-weight: 900; cursor: pointer; }
.cc-button-primary { background: var(--cc-yellow); color: var(--cc-navy); box-shadow: 0 12px 28px rgb(0 0 0 / 18%); }
.cc-button-primary:hover { color: var(--cc-navy); filter: brightness(1.04); }
.cc-button-secondary { border-color: rgb(255 255 255 / 24%); background: rgb(255 255 255 / 10%); color: #fff; }
.cc-button-secondary:hover { color: #fff; background: rgb(255 255 255 / 16%); }
.cc-store-note { margin-top: 13px; color: rgb(255 255 255 / 62%); font-size: 12px; }
.cc-phone-stage { position: relative; display: grid; place-items: center; min-height: 510px; }
.cc-phone-stage::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgb(215 73 102 / 24%); filter: blur(12px); }
.cc-phone-shot { position: relative; width: min(100%, 330px); max-height: 560px; object-fit: cover; object-position: top; border: 8px solid rgb(255 255 255 / 14%); border-radius: 34px; box-shadow: 0 28px 80px rgb(0 0 0 / 42%); transform: rotate(2deg); }

.cc-section { padding-block: clamp(64px, 9vw, 104px); }
.cc-section-tight { padding-block: 54px; }
.cc-section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.cc-section-heading h2 { margin: 0; font-size: clamp(31px, 5vw, 48px); line-height: 1.04; letter-spacing: -.045em; }
.cc-section-heading p { max-width: 590px; margin: 10px 0 0; color: var(--cc-muted); font-size: 17px; line-height: 1.6; }
.cc-text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--cc-coral); font-weight: 900; white-space: nowrap; }
.cc-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cc-surface-card { border: 1px solid var(--cc-border); border-radius: var(--cc-radius-lg); background: var(--cc-surface); box-shadow: 0 8px 24px var(--cc-shadow); overflow: hidden; }
.cc-feature-card { padding: 24px; }
.cc-icon-badge { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, var(--cc-yellow), #ff9c70); }
.cc-icon-badge img { width: 28px; height: 28px; }
.cc-feature-card h3 { margin: 19px 0 8px; font-size: 20px; }
.cc-feature-card p { margin: 0; color: var(--cc-muted); line-height: 1.55; }
.cc-guide-card { padding: 24px; display: flex; flex-direction: column; min-height: 260px; }
.cc-guide-card .cc-eyebrow { color: var(--cc-coral); }
.cc-guide-card h3 { margin: 0; font-size: 24px; line-height: 1.15; letter-spacing: -.025em; }
.cc-guide-card p { margin: 14px 0 22px; color: var(--cc-muted); line-height: 1.55; }
.cc-guide-card .cc-text-link { margin-top: auto; }
.cc-news-list { display: grid; gap: 1px; background: var(--cc-border); }
.cc-news-row { min-height: 118px; padding: 18px; display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 18px; background: var(--cc-surface); color: var(--cc-text); text-decoration: none; }
.cc-news-row:hover { background: color-mix(in srgb, var(--cc-coral) 5%, var(--cc-surface)); }
.cc-news-thumb { width: 92px; height: 76px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, var(--cc-yellow), #f07c83); color: var(--cc-navy); font-size: 28px; }
.cc-news-copy .cc-eyebrow { margin-bottom: 5px; color: var(--cc-coral); font-size: 10px; }
.cc-news-copy h3 { margin: 0; font-size: 18px; line-height: 1.3; }
.cc-news-copy p { margin: 5px 0 0; color: var(--cc-muted); font-size: 14px; }
.cc-chevron { color: var(--cc-muted); font-size: 28px; }
.cc-app-band { color: #fff; background: linear-gradient(135deg, #d54263, #922b62); border-radius: var(--cc-radius-xl); box-shadow: 0 18px 42px rgb(144 43 98 / 20%); }
.cc-app-band-inner { padding: clamp(28px, 6vw, 62px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.cc-app-band h2 { margin: 0; font-size: clamp(30px, 5vw, 48px); letter-spacing: -.04em; }
.cc-app-band p { max-width: 680px; margin: 12px 0 0; color: rgb(255 255 255 / 78%); font-size: 17px; line-height: 1.55; }
.cc-site-footer { margin-top: 72px; padding-block: 52px 26px; color: rgb(255 255 255 / 72%); background: #090d1a; }
.cc-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.cc-footer-grid h2, .cc-footer-grid h3 { margin: 0 0 13px; color: #fff; }
.cc-footer-grid p { max-width: 430px; margin: 0; line-height: 1.55; }
.cc-footer-links { display: grid; gap: 10px; }
.cc-footer-links a { color: rgb(255 255 255 / 72%); }
.cc-footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 12%); font-size: 13px; }
.cc-article-header { padding-block: 70px 36px; }
.cc-article-header h1 { margin: 0; font-size: clamp(38px, 7vw, 64px); line-height: 1.04; letter-spacing: -.05em; }
.cc-entry-content { font-size: 18px; line-height: 1.75; }
.cc-entry-content > * { width: min(calc(100% - 32px), var(--cc-reading)); margin-inline: auto; }
.cc-entry-content > .alignwide { width: min(calc(100% - 32px), var(--cc-content)); }
.cc-entry-content h2 { margin-top: 2.2em; font-size: 32px; line-height: 1.2; }
.cc-empty { padding: 40px; text-align: center; }

.cc-guide-lead { color: var(--cc-muted); font-size: clamp(19px, 2.2vw, 23px); line-height: 1.65; }
.cc-guide-lead strong { color: var(--cc-text); }
.cc-guide-summary { margin-block: 40px 54px !important; padding: clamp(24px, 4vw, 38px); color: #fff; background: linear-gradient(135deg, var(--cc-navy), var(--cc-violet) 60%, var(--cc-wine)); border-radius: var(--cc-radius-xl); box-shadow: 0 18px 42px rgb(29 39 72 / 18%); }
.cc-guide-summary .cc-eyebrow { color: #ff9cb0; }
.cc-guide-facts { margin: 0; gap: 14px; }
.cc-guide-facts .wp-block-column { min-width: 0; padding: 15px; display: grid; gap: 5px; border: 1px solid rgb(255 255 255 / 14%); border-radius: var(--cc-radius-md); background: rgb(255 255 255 / 8%); }
.cc-guide-facts strong { color: var(--cc-yellow); font-size: 14px; }
.cc-guide-facts span { color: rgb(255 255 255 / 82%); font-size: 14px; line-height: 1.45; }
.cc-guide-index { margin-block: 42px !important; padding: 24px 28px; border: 1px solid var(--cc-border); border-left: 5px solid var(--cc-coral); border-radius: var(--cc-radius-lg); background: var(--cc-surface); box-shadow: 0 8px 24px var(--cc-shadow); }
.cc-guide-index h2 { margin: 0 0 12px; font-size: 22px; }
.cc-guide-index ul { margin: 0; padding-left: 22px; columns: 2; column-gap: 38px; }
.cc-guide-index li { margin-bottom: 7px; break-inside: avoid; }
.cc-guide-steps { margin-block: 34px !important; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cc-guide-step { padding: 24px; border: 1px solid var(--cc-border); border-radius: var(--cc-radius-lg); background: var(--cc-surface); box-shadow: 0 8px 24px var(--cc-shadow); }
.cc-guide-step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--cc-yellow); color: var(--cc-navy); font-size: 13px; font-weight: 950; }
.cc-guide-step h3 { margin: 16px 0 7px; font-size: 21px; }
.cc-guide-step p { margin: 0; color: var(--cc-muted); font-size: 16px; line-height: 1.6; }
.cc-guide-note, .cc-guide-update { margin-block: 30px !important; padding: 20px 22px; border-radius: var(--cc-radius-md); background: color-mix(in srgb, var(--cc-yellow) 24%, var(--cc-surface)); }
.cc-guide-update { border-left: 5px solid var(--cc-coral); background: color-mix(in srgb, var(--cc-coral) 9%, var(--cc-surface)); }
.cc-modalities-grid { margin-block: 34px !important; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cc-modality-card { padding: 26px; border: 1px solid var(--cc-border); border-radius: var(--cc-radius-lg); background: var(--cc-surface); box-shadow: 0 8px 24px var(--cc-shadow); }
.cc-modality-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(135deg, var(--cc-yellow), #ff9c70); font-size: 25px; }
.cc-modality-card h3 { margin: 17px 0 8px; font-size: 25px; }
.cc-modality-card p { margin: 0 0 16px; color: var(--cc-muted); font-size: 16px; line-height: 1.62; }
.cc-modality-card p:last-child { margin: 5px 0 0; }
.cc-definition-list li { margin-bottom: 12px; }
.cc-guide-table { overflow-x: auto; border: 1px solid var(--cc-border); border-radius: var(--cc-radius-lg); background: var(--cc-surface); box-shadow: 0 8px 24px var(--cc-shadow); }
.cc-guide-table table { margin: 0; border-collapse: collapse; }
.cc-guide-table th, .cc-guide-table td { padding: 14px 17px; border: 0; border-bottom: 1px solid var(--cc-border); text-align: left; vertical-align: top; }
.cc-guide-table th { color: var(--cc-navy); background: var(--cc-yellow); }
.cc-guide-table tr:last-child td { border-bottom: 0; }
.cc-faq-list { display: grid; gap: 10px; }
.cc-faq-list details { border: 1px solid var(--cc-border); border-radius: var(--cc-radius-md); background: var(--cc-surface); box-shadow: 0 5px 16px var(--cc-shadow); }
.cc-faq-list summary { padding: 17px 20px; cursor: pointer; font-weight: 850; line-height: 1.35; }
.cc-faq-list details p { margin: 0; padding: 0 20px 18px; color: var(--cc-muted); font-size: 16px; line-height: 1.6; }
.cc-guide-updated { padding-top: 18px; color: var(--cc-muted); border-top: 1px solid var(--cc-border); font-size: 14px; }

.page-id-6 .cc-article-header { padding-bottom: 22px; }
.page-id-6 .cc-entry-content { overflow: clip; }
.cc-app-page-hero { margin-bottom: 54px !important; padding: clamp(34px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(330px, .72fr); align-items: center; gap: clamp(34px, 7vw, 88px); color: #fff; background: radial-gradient(circle at 78% 12%, rgb(255 210 90 / 28%), transparent 24rem), linear-gradient(125deg, var(--cc-navy), var(--cc-violet) 58%, var(--cc-wine)); border-radius: var(--cc-radius-xl); box-shadow: 0 22px 55px rgb(29 39 72 / 22%); }
.cc-app-page-hero h2 { max-width: 680px; margin: 0; font-size: clamp(39px, 5.6vw, 68px); line-height: 1; letter-spacing: -.052em; }
.cc-app-page-lead { max-width: 630px; margin: 22px 0 0; color: rgb(255 255 255 / 80%); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.cc-app-page-hero-visual { width: min(100%, 430px); max-height: 710px; margin: 0 auto; overflow: hidden; border: 7px solid rgb(255 255 255 / 14%); border-radius: 32px; box-shadow: 0 30px 75px rgb(0 0 0 / 38%); transform: rotate(2deg); }
.cc-app-page-hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }
.cc-store-status { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
.cc-store-status span { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; border: 1px solid rgb(255 255 255 / 20%); border-radius: 13px; background: rgb(255 255 255 / 9%); color: #fff; font-size: 14px; font-weight: 850; }
.cc-app-proof { margin-bottom: 78px !important; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--cc-border); border-radius: var(--cc-radius-lg); background: var(--cc-border); box-shadow: 0 8px 24px var(--cc-shadow); }
.cc-app-proof div { padding: 21px 24px; display: grid; gap: 3px; background: var(--cc-surface); }
.cc-app-proof strong { font-size: 17px; }
.cc-app-proof span { color: var(--cc-muted); font-size: 14px; line-height: 1.45; }
.cc-app-section-lead { color: var(--cc-muted); font-size: 20px; line-height: 1.65; }
.cc-app-showcase { margin-block: 68px !important; padding: clamp(26px, 5vw, 54px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); align-items: center; gap: clamp(32px, 7vw, 78px); border: 1px solid var(--cc-border); border-radius: var(--cc-radius-xl); background: var(--cc-surface); box-shadow: 0 14px 36px var(--cc-shadow); }
.cc-app-showcase-reverse .cc-app-showcase-copy { order: 2; }
.cc-app-showcase-reverse .cc-app-shot-card { order: 1; }
.cc-app-showcase-copy .cc-eyebrow { color: var(--cc-coral); }
.cc-app-showcase-copy h2 { margin: 0; font-size: clamp(31px, 4.5vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.cc-app-showcase-copy > p:not(.cc-eyebrow, .cc-app-smallprint) { margin: 18px 0; color: var(--cc-muted); font-size: 18px; line-height: 1.65; }
.cc-app-showcase-copy ul { margin: 22px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.cc-app-showcase-copy li { position: relative; padding-left: 29px; font-weight: 720; line-height: 1.5; }
.cc-app-showcase-copy li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--cc-coral); font-weight: 950; }
.cc-app-shot-card { width: min(100%, 420px); max-height: 650px; margin: 0 auto; overflow: hidden; border-radius: 29px; box-shadow: 0 24px 54px rgb(21 26 46 / 24%); }
.cc-app-shot-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }
.cc-app-shot-chat { max-height: 690px; }
.cc-app-smallprint { margin: 18px 0 0; color: var(--cc-muted); font-size: 13px; line-height: 1.55; }
.cc-app-feature-grid { margin-block: 50px 76px !important; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.cc-app-feature-grid article { padding: 24px; border: 1px solid var(--cc-border); border-radius: var(--cc-radius-lg); background: var(--cc-surface); box-shadow: 0 8px 24px var(--cc-shadow); }
.cc-app-feature-grid article > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, var(--cc-yellow), #ff9c70); font-size: 23px; }
.cc-app-feature-grid h3 { margin: 16px 0 7px; font-size: 20px; }
.cc-app-feature-grid p { margin: 0; color: var(--cc-muted); font-size: 15px; line-height: 1.58; }
.cc-app-control { margin-block: 76px !important; padding: clamp(28px, 5vw, 52px); display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 36px; color: #fff; background: linear-gradient(135deg, #d54263, #922b62); border-radius: var(--cc-radius-xl); box-shadow: 0 18px 42px rgb(144 43 98 / 20%); }
.cc-app-control h2 { margin: 0; font-size: clamp(30px, 4.5vw, 48px); line-height: 1.05; letter-spacing: -.04em; }
.cc-app-control p:not(.cc-eyebrow) { margin: 14px 0 0; color: rgb(255 255 255 / 78%); line-height: 1.6; }
.cc-app-control-list { display: grid; gap: 10px; }
.cc-app-control-list span { padding: 13px 15px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 13px; background: rgb(255 255 255 / 10%); font-weight: 800; }
.cc-app-final-cta { margin-top: 58px !important; padding: clamp(28px, 5vw, 54px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; color: #fff; background: radial-gradient(circle at 90% 20%, rgb(255 210 90 / 22%), transparent 18rem), linear-gradient(125deg, var(--cc-navy), var(--cc-violet)); border-radius: var(--cc-radius-xl); }
.cc-app-final-cta h2 { margin: 0; font-size: clamp(30px, 4.5vw, 48px); letter-spacing: -.04em; }
.cc-app-final-cta p:not(.cc-eyebrow) { max-width: 700px; margin: 13px 0 0; color: rgb(255 255 255 / 76%); line-height: 1.6; }

/* Support page */
.cc-page-support .cc-article-header { display: none; }
.cc-page-support .cc-entry-content { padding-top: 42px; overflow: clip; }
.cc-support-hero {
  position: relative;
  min-height: 520px;
  margin-bottom: 86px !important;
  padding: clamp(34px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(34px, 7vw, 88px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgb(255 210 90 / 24%), transparent 22rem),
    linear-gradient(125deg, var(--cc-navy), var(--cc-violet) 57%, var(--cc-wine));
  border-radius: var(--cc-radius-xl);
  box-shadow: 0 22px 55px rgb(29 39 72 / 22%);
}
.cc-support-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgb(255 255 255 / 3%) 25%, transparent 25%) 0 0 / 34px 34px;
}
.cc-support-hero-copy, .cc-support-visual { position: relative; z-index: 1; }
.cc-support-hero h1 { max-width: 720px; margin: 0; font-size: clamp(43px, 6vw, 70px); line-height: .98; letter-spacing: -.055em; }
.cc-support-lead { max-width: 650px; margin: 23px 0 0; color: rgb(255 255 255 / 80%); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.cc-support-response { margin: 14px 0 0; color: rgb(255 255 255 / 62%); font-size: 13px; line-height: 1.5; }
.cc-support-visual { min-height: 330px; display: grid; place-items: center; }
.cc-support-orbit { position: absolute; border: 1px solid rgb(255 255 255 / 15%); border-radius: 50%; }
.cc-support-orbit-one { width: 320px; height: 320px; }
.cc-support-orbit-two { width: 235px; height: 235px; border-color: rgb(255 210 90 / 24%); }
.cc-support-message {
  position: absolute;
  padding: 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 19px;
  background: rgb(255 255 255 / 12%);
  box-shadow: 0 18px 42px rgb(0 0 0 / 22%);
  backdrop-filter: blur(16px);
}
.cc-support-message > span { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, var(--cc-yellow), #ff9c70); color: var(--cc-navy); font-size: 23px; font-weight: 950; }
.cc-support-message div { display: grid; gap: 4px; }
.cc-support-message strong { color: #fff; font-size: 15px; line-height: 1.25; }
.cc-support-message small { color: rgb(255 255 255 / 66%); line-height: 1.35; }
.cc-support-message-main { width: min(100%, 330px); top: 68px; left: 0; transform: rotate(-2deg); }
.cc-support-message-reply { width: min(92%, 300px); right: 0; bottom: 64px; transform: rotate(2deg); }
.cc-support-message-reply > span { background: var(--cc-coral); color: #fff; }

.cc-support-section { margin-bottom: 86px !important; }
.cc-support-heading { margin-bottom: 28px; display: grid; grid-template-columns: 1fr minmax(260px, .65fr); align-items: end; gap: 36px; }
.cc-support-heading .cc-eyebrow, .cc-support-card .cc-support-kicker, .cc-support-help .cc-eyebrow { color: var(--cc-coral); }
.cc-support-heading h2, .cc-support-help h2 { margin: 0; font-size: clamp(31px, 4.7vw, 50px); line-height: 1.04; letter-spacing: -.045em; }
.cc-support-heading > p { margin: 0; color: var(--cc-muted); font-size: 17px; line-height: 1.62; }
.cc-support-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.cc-support-card { min-height: 350px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--cc-border); border-radius: var(--cc-radius-lg); background: var(--cc-surface); box-shadow: 0 9px 26px var(--cc-shadow); }
.cc-support-card-featured { border-color: color-mix(in srgb, var(--cc-coral) 46%, var(--cc-border)); background: linear-gradient(155deg, color-mix(in srgb, var(--cc-coral) 8%, var(--cc-surface)), var(--cc-surface) 58%); }
.cc-support-card-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, var(--cc-yellow), #ff9c70); font-size: 25px; box-shadow: 0 8px 18px rgb(215 73 102 / 12%); }
.cc-support-kicker { margin: 19px 0 5px; font-size: 11px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.cc-support-card h3 { margin: 0; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }
.cc-support-card > p:not(.cc-support-kicker) { margin: 14px 0 22px; color: var(--cc-muted); font-size: 15px; line-height: 1.62; }
.cc-support-card a { min-height: 44px; margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-weight: 900; }

.cc-support-help { margin-bottom: 86px !important; display: grid; grid-template-columns: minmax(300px, .68fr) minmax(0, 1fr); gap: clamp(30px, 6vw, 72px); align-items: start; }
.cc-support-checklist { position: sticky; top: 106px; padding: 30px; color: #fff; background: linear-gradient(145deg, #d54263, #922b62); border-radius: var(--cc-radius-xl); box-shadow: 0 18px 42px rgb(144 43 98 / 20%); }
.cc-support-checklist .cc-eyebrow { color: #ffd5de; }
.cc-support-checklist h2 { font-size: clamp(30px, 4vw, 43px); }
.cc-support-checklist > p:not(.cc-eyebrow, .cc-support-privacy-note) { margin: 14px 0 0; color: rgb(255 255 255 / 78%); line-height: 1.6; }
.cc-support-checklist ol { margin: 25px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.cc-support-checklist li { padding: 14px; display: flex; align-items: center; gap: 12px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 15px; background: rgb(255 255 255 / 10%); }
.cc-support-checklist li > span { flex: 0 0 auto; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 12px; background: var(--cc-yellow); color: var(--cc-navy); font-size: 13px; font-weight: 950; }
.cc-support-checklist li div { display: grid; gap: 2px; }
.cc-support-checklist li strong { font-size: 15px; }
.cc-support-checklist li small { color: rgb(255 255 255 / 68%); line-height: 1.4; }
.cc-support-privacy-note { margin: 19px 0 0; padding-top: 18px; color: rgb(255 255 255 / 74%); border-top: 1px solid rgb(255 255 255 / 16%); font-size: 13px; line-height: 1.55; }
.cc-support-faq > .cc-eyebrow { margin-top: 4px; }
.cc-support-faq > h2 { margin-bottom: 26px; }
.cc-support-faq .cc-faq-list details { border-radius: 17px; }
.cc-support-faq .cc-faq-list summary { padding: 19px 21px; }
.cc-support-faq .cc-faq-list details p { padding: 0 21px 20px; }

.cc-support-final { margin-bottom: 28px !important; padding: clamp(28px, 5vw, 54px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; color: #fff; background: radial-gradient(circle at 88% 18%, rgb(255 210 90 / 22%), transparent 18rem), linear-gradient(125deg, var(--cc-navy), var(--cc-violet)); border-radius: var(--cc-radius-xl); }
.cc-support-final h2 { margin: 0; font-size: clamp(30px, 4.5vw, 48px); line-height: 1.05; letter-spacing: -.04em; }
.cc-support-final p:not(.cc-eyebrow) { max-width: 680px; margin: 13px 0 0; color: rgb(255 255 255 / 76%); line-height: 1.6; }
.cc-support-contact { margin-bottom: 28px !important; padding: clamp(28px, 5vw, 54px); display: grid; grid-template-columns: minmax(0, .75fr) minmax(360px, 1fr); align-items: center; gap: clamp(32px, 6vw, 70px); color: #fff; background: radial-gradient(circle at 15% 86%, rgb(215 73 102 / 20%), transparent 20rem), linear-gradient(125deg, var(--cc-navy), var(--cc-violet) 62%, var(--cc-wine)); border-radius: var(--cc-radius-xl); box-shadow: 0 18px 46px rgb(29 39 72 / 20%); }
.cc-support-contact-copy h2 { margin: 0; font-size: clamp(32px, 4.8vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
.cc-support-contact-copy > p:not(.cc-eyebrow) { margin: 17px 0 0; color: rgb(255 255 255 / 76%); line-height: 1.65; }
.cc-support-contact-note { margin-top: 28px; padding: 15px; display: flex; align-items: center; gap: 12px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 15px; background: rgb(255 255 255 / 8%); }
.cc-support-contact-note > span { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--cc-yellow); }
.cc-support-contact-note p { margin: 0; color: rgb(255 255 255 / 72%); font-size: 13px; line-height: 1.45; }
.cc-support-contact-note strong { color: #fff; }
.cc-support-contact-note a { color: var(--cc-yellow); }
.cc-support-form-card { padding: clamp(20px, 4vw, 32px); color: var(--cc-text); background: var(--cc-surface); border: 1px solid rgb(255 255 255 / 22%); border-radius: var(--cc-radius-lg); box-shadow: 0 22px 50px rgb(0 0 0 / 24%); }
.cc-support-form { display: grid; gap: 20px; }
.cc-support-field { display: grid; gap: 8px; }
.cc-support-field label { font-size: 14px; font-weight: 900; }
.cc-support-field input, .cc-support-field textarea { width: 100%; padding: 13px 14px; color: var(--cc-text); background: var(--cc-background); border: 1px solid var(--cc-border); border-radius: 13px; font: inherit; line-height: 1.5; }
.cc-support-field textarea { min-height: 160px; resize: vertical; }
.cc-support-field input::placeholder, .cc-support-field textarea::placeholder { color: color-mix(in srgb, var(--cc-muted) 72%, transparent); }
.cc-support-field input:focus, .cc-support-field textarea:focus { border-color: var(--cc-coral); outline: 3px solid color-mix(in srgb, var(--cc-coral) 18%, transparent); outline-offset: 1px; }
.cc-support-field small { color: var(--cc-muted); font-size: 12px; line-height: 1.45; }
.cc-support-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--cc-muted); font-size: 13px; line-height: 1.5; cursor: pointer; }
.cc-support-consent input { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 1px; accent-color: var(--cc-coral); }
.cc-support-form .cc-button { width: 100%; border: 0; font-size: 15px; }
.cc-support-form-status { margin-bottom: 19px; padding: 13px 15px; border-radius: 13px; font-size: 14px; font-weight: 750; line-height: 1.45; }
.cc-support-form-status-success { color: var(--cc-success); background: color-mix(in srgb, var(--cc-success) 12%, var(--cc-surface)); }
.cc-support-form-status-error { color: var(--cc-coral); background: color-mix(in srgb, var(--cc-coral) 10%, var(--cc-surface)); }
.cc-support-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* News landing */
.cc-news-page { padding-top: 42px; overflow: clip; }
.cc-news-hero { position: relative; min-height: 500px; padding: clamp(36px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(320px, .76fr); align-items: center; gap: clamp(34px, 7vw, 88px); overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 16%, rgb(255 210 90 / 25%), transparent 23rem), linear-gradient(125deg, var(--cc-navy), var(--cc-violet) 58%, var(--cc-wine)); border-radius: var(--cc-radius-xl); box-shadow: 0 22px 55px rgb(29 39 72 / 22%); }
.cc-news-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgb(255 255 255 / 3%) 25%, transparent 25%) 0 0 / 34px 34px; }
.cc-news-hero-copy, .cc-news-hero-visual { position: relative; z-index: 1; }
.cc-news-hero h1 { max-width: 680px; margin: 0; font-size: clamp(44px, 6.5vw, 74px); line-height: .98; letter-spacing: -.055em; }
.cc-news-hero-copy > p:not(.cc-eyebrow) { max-width: 640px; margin: 23px 0 0; color: rgb(255 255 255 / 79%); font-size: clamp(18px, 2vw, 21px); line-height: 1.58; }
.cc-news-topics { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.cc-news-topics span { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid rgb(255 255 255 / 18%); border-radius: 12px; background: rgb(255 255 255 / 9%); color: rgb(255 255 255 / 82%); font-size: 13px; font-weight: 850; }
.cc-news-hero-visual { min-height: 330px; }
.cc-news-signal { position: absolute; padding: 18px; display: flex; align-items: center; gap: 14px; border: 1px solid rgb(255 255 255 / 19%); border-radius: 20px; background: rgb(255 255 255 / 12%); box-shadow: 0 18px 42px rgb(0 0 0 / 22%); backdrop-filter: blur(16px); }
.cc-news-signal > span { flex: 0 0 auto; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(135deg, var(--cc-yellow), #ff9c70); color: var(--cc-navy); font-size: 24px; font-weight: 950; }
.cc-news-signal div { display: grid; gap: 4px; }
.cc-news-signal small { color: #ffafbf; font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.cc-news-signal strong { color: #fff; font-size: 15px; line-height: 1.3; }
.cc-news-signal-main { width: min(100%, 340px); top: 52px; left: 0; transform: rotate(-2deg); }
.cc-news-signal-side { width: min(90%, 305px); right: 0; bottom: 56px; transform: rotate(2deg); }
.cc-news-signal-side > span { background: var(--cc-coral); color: #fff; }
.cc-news-signal-line { position: absolute; width: 300px; height: 300px; top: 15px; left: 50%; transform: translateX(-50%); border: 1px solid rgb(255 255 255 / 13%); border-radius: 50%; }
.cc-news-signal-line::before { content: ""; position: absolute; inset: 44px; border: 1px solid rgb(255 210 90 / 20%); border-radius: inherit; }

.cc-news-feed { padding-block: clamp(72px, 9vw, 105px); }
.cc-news-feed-heading { margin-bottom: 30px; }
.cc-news-feed-heading .cc-eyebrow, .cc-news-empty .cc-eyebrow { color: var(--cc-coral); }
.cc-news-feed-heading h2 { margin: 0; font-size: clamp(32px, 5vw, 50px); line-height: 1.04; letter-spacing: -.045em; }
.cc-news-feed-heading > p { margin: 0; color: var(--cc-muted); font-size: 17px; line-height: 1.62; }
.cc-news-post-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; list-style: none; }
.cc-news-post-grid > li { margin: 0; }
.cc-news-post-card { position: relative; height: 100%; min-height: 330px; overflow: hidden; border: 1px solid var(--cc-border); border-radius: var(--cc-radius-lg); background: var(--cc-surface); box-shadow: 0 9px 26px var(--cc-shadow); }
.cc-news-post-card::before { content: ""; height: 8px; display: block; background: linear-gradient(90deg, var(--cc-yellow), #ff9c70, var(--cc-coral)); }
.cc-news-post-image { margin: 0; }
.cc-news-post-image img { width: 100%; display: block; object-fit: cover; }
.cc-news-post-copy { padding: 24px; }
.cc-news-post-copy .cc-eyebrow { margin: 0 0 9px; color: var(--cc-coral); }
.cc-news-post-copy .cc-eyebrow a { text-decoration: none; }
.cc-news-post-copy h3 { margin: 0; font-size: 23px; line-height: 1.18; letter-spacing: -.025em; }
.cc-news-post-copy h3 a { color: var(--cc-text); text-decoration: none; }
.cc-news-post-copy h3 a:hover { color: var(--cc-coral); }
.cc-news-post-copy .wp-block-post-excerpt { margin: 15px 0 0; color: var(--cc-muted); font-size: 15px; line-height: 1.6; }
.cc-news-post-copy .wp-block-post-excerpt__more-link { margin-top: 18px; display: inline-flex; min-height: 44px; align-items: center; color: var(--cc-coral); font-weight: 900; }
.cc-news-post-date { margin-top: 18px; padding-top: 15px; color: var(--cc-muted); border-top: 1px solid var(--cc-border); font-size: 12px; }
.cc-news-pagination { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--cc-border); }
.cc-news-pagination a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 850; }

.cc-news-empty { padding: clamp(28px, 5vw, 54px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); align-items: center; gap: clamp(32px, 7vw, 78px); border: 1px solid var(--cc-border); border-radius: var(--cc-radius-xl); background: var(--cc-surface); box-shadow: 0 14px 36px var(--cc-shadow); }
.cc-news-empty-icon { width: 62px; height: 62px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 20px; background: linear-gradient(135deg, var(--cc-yellow), #ff9c70); font-size: 28px; box-shadow: 0 10px 22px rgb(215 73 102 / 14%); }
.cc-news-empty h3 { max-width: 700px; margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.08; letter-spacing: -.04em; }
.cc-news-empty-copy > p:not(.cc-eyebrow) { max-width: 660px; margin: 17px 0 0; color: var(--cc-muted); font-size: 16px; line-height: 1.65; }
.cc-news-empty-secondary { color: var(--cc-text); background: var(--cc-background); border-color: var(--cc-border); }
.cc-news-empty-secondary:hover { color: var(--cc-coral); }
.cc-news-empty-preview { padding: 24px; display: grid; gap: 10px; color: #fff; background: linear-gradient(145deg, #d54263, #922b62); border-radius: var(--cc-radius-lg); box-shadow: 0 18px 40px rgb(144 43 98 / 19%); transform: rotate(1.5deg); }
.cc-news-empty-preview > p { margin: 0 0 4px; color: #ffd4dd; font-size: 11px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.cc-news-empty-preview div { padding: 14px; display: flex; align-items: center; gap: 12px; border: 1px solid rgb(255 255 255 / 17%); border-radius: 14px; background: rgb(255 255 255 / 9%); }
.cc-news-empty-preview span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--cc-yellow); color: var(--cc-navy); font-size: 11px; font-weight: 950; }
.cc-news-empty-preview strong { font-size: 14px; line-height: 1.35; }

.cc-news-principle { margin-bottom: 28px; padding: clamp(28px, 5vw, 52px); display: grid; grid-template-columns: minmax(0, .85fr) minmax(300px, 1fr); align-items: center; gap: clamp(30px, 6vw, 70px); color: #fff; background: radial-gradient(circle at 90% 20%, rgb(255 210 90 / 22%), transparent 18rem), linear-gradient(125deg, var(--cc-navy), var(--cc-violet)); border-radius: var(--cc-radius-xl); }
.cc-news-principle h2 { margin: 0; font-size: clamp(31px, 4.6vw, 48px); line-height: 1.02; letter-spacing: -.045em; }
.cc-news-principle > p { margin: 0; color: rgb(255 255 255 / 76%); font-size: 17px; line-height: 1.67; }

@media (max-width: 900px) {
  .cc-header-inner { position: relative; }
  .cc-menu-toggle { display: inline-grid; place-items: center; }
  .cc-navigation {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(320px, calc(100vw - 24px));
    padding: 8px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 18px;
    background: #151a2b;
    box-shadow: 0 18px 46px rgb(0 0 0 / 34%);
  }
  .cc-navigation[data-open="true"] { display: flex; }
  .cc-navigation a { width: 100%; }
  .cc-hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 62px 40px; }
  .cc-phone-stage { min-height: 420px; }
  .cc-phone-shot { max-height: 470px; }
  .cc-card-grid { grid-template-columns: 1fr 1fr; }
  .cc-app-band-inner, .cc-footer-grid { grid-template-columns: 1fr; }
  .cc-app-page-hero, .cc-app-showcase { grid-template-columns: 1fr; }
  .cc-app-page-hero-visual { max-height: 620px; }
  .cc-app-showcase-reverse .cc-app-showcase-copy, .cc-app-showcase-reverse .cc-app-shot-card { order: initial; }
  .cc-app-feature-grid { grid-template-columns: 1fr 1fr; }
  .cc-support-hero { min-height: auto; grid-template-columns: 1fr; }
  .cc-support-visual { min-height: 310px; }
  .cc-support-heading { grid-template-columns: 1fr; gap: 15px; }
  .cc-support-card-grid { grid-template-columns: 1fr 1fr; }
  .cc-support-card:last-child { grid-column: 1 / -1; min-height: 290px; }
  .cc-support-help { grid-template-columns: 1fr; }
  .cc-support-checklist { position: static; }
  .cc-support-contact { grid-template-columns: 1fr; }
  .cc-news-hero { min-height: auto; grid-template-columns: 1fr; }
  .cc-news-hero-visual { min-height: 310px; }
  .cc-news-feed-heading { grid-template-columns: 1fr; gap: 15px; }
  .cc-news-post-grid { grid-template-columns: 1fr 1fr; }
  .cc-news-empty { grid-template-columns: 1fr; }
  .cc-news-principle { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .cc-shell { width: min(calc(100% - 24px), var(--cc-content)); }
  .cc-header-inner { min-height: 68px; }
  .cc-brand-copy small { display: none; }
  .cc-theme-toggle, .cc-menu-toggle { width: 42px; height: 42px; }
  .cc-hero { border-radius: 0 0 28px 28px; }
  .cc-hero-grid { padding-top: 52px; gap: 28px; }
  .cc-hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .cc-hero-lead { margin-top: 18px; font-size: 17px; }
  .cc-action-row { display: grid; }
  .cc-button { width: 100%; }
  .cc-phone-stage { min-height: 390px; }
  .cc-phone-shot { width: 245px; max-height: 400px; border-radius: 28px; }
  .cc-card-grid { grid-template-columns: 1fr; }
  .cc-section-heading { align-items: start; flex-direction: column; }
  .cc-news-row { grid-template-columns: 74px 1fr 18px; padding: 13px; gap: 12px; }
  .cc-news-thumb { width: 74px; height: 62px; }
  .cc-news-copy h3 { font-size: 15px; }
  .cc-news-copy p { font-size: 12px; }
  .cc-guide-index ul { columns: 1; }
  .cc-guide-steps, .cc-modalities-grid { grid-template-columns: 1fr; }
  .cc-guide-summary { border-radius: var(--cc-radius-lg); }
  .cc-app-page-hero { padding: 26px 20px; border-radius: var(--cc-radius-lg); }
  .cc-app-page-hero-visual { max-height: 540px; border-radius: 24px; transform: none; }
  .cc-app-proof, .cc-app-feature-grid, .cc-app-control, .cc-app-final-cta { grid-template-columns: 1fr; }
  .cc-app-showcase { padding: 24px 18px; border-radius: var(--cc-radius-lg); }
  .cc-app-shot-card { max-height: 560px; border-radius: 23px; }
  .cc-app-final-cta .cc-button { width: 100%; }
  .cc-page-support .cc-entry-content { padding-top: 20px; }
  .cc-support-hero { margin-bottom: 64px !important; padding: 30px 20px 26px; border-radius: var(--cc-radius-lg); }
  .cc-support-hero h1 { font-size: clamp(40px, 12vw, 55px); }
  .cc-support-lead { font-size: 17px; }
  .cc-support-visual { min-height: 278px; }
  .cc-support-orbit-one { width: 270px; height: 270px; }
  .cc-support-orbit-two { width: 195px; height: 195px; }
  .cc-support-message-main { top: 45px; }
  .cc-support-message-reply { bottom: 42px; }
  .cc-support-card-grid { grid-template-columns: 1fr; }
  .cc-support-card, .cc-support-card:last-child { min-height: 0; grid-column: auto; }
  .cc-support-section, .cc-support-help { margin-bottom: 64px !important; }
  .cc-support-checklist { padding: 25px 20px; border-radius: var(--cc-radius-lg); }
  .cc-support-final { grid-template-columns: 1fr; padding: 30px 20px; border-radius: var(--cc-radius-lg); }
  .cc-support-final .cc-button { width: 100%; }
  .cc-support-contact { grid-template-columns: 1fr; padding: 30px 20px; border-radius: var(--cc-radius-lg); }
  .cc-support-form-card { padding: 20px 16px; }
  .cc-news-page { padding-top: 20px; }
  .cc-news-hero { padding: 30px 20px 26px; border-radius: var(--cc-radius-lg); }
  .cc-news-hero h1 { font-size: clamp(41px, 13vw, 57px); }
  .cc-news-hero-copy > p:not(.cc-eyebrow) { font-size: 17px; }
  .cc-news-hero-visual { min-height: 285px; }
  .cc-news-signal-main { top: 42px; }
  .cc-news-signal-side { bottom: 40px; }
  .cc-news-signal-line { width: 260px; height: 260px; }
  .cc-news-feed { padding-block: 64px; }
  .cc-news-post-grid { grid-template-columns: 1fr; }
  .cc-news-empty { padding: 27px 19px; border-radius: var(--cc-radius-lg); }
  .cc-news-empty-preview { padding: 18px; transform: none; }
  .cc-news-principle { padding: 30px 20px; border-radius: var(--cc-radius-lg); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
