/* ==========================================================================
   PaceOut - Unified Responsive Architecture & Viewport System
   Consolidated Breakpoints: 1024px | 820px | 600px | 520px/480px | 375px
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. Global Reset & Overflow Containment Shield
   -------------------------------------------------------------------------- */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video,
canvas,
figure {
  max-width: 100%;
  height: auto;
}

/* Global Container Synchronization across all routes */
.page-wrap,
.wrap,
.po-page-frame {
  width: min(var(--po-foundation-content-max, 1180px), calc(100% - 64px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

/* Ensure all flex and grid children can shrink below content size */
.hero-layout > *,
.hero-grid > *,
.growth-hero > *,
.split-feature > *,
.story-panel > *,
.bento-card,
.boundary-column,
.family-layout > *,
.po-footer__inner > *,
.feature-showcase-box > * {
  min-width: 0;
}

/* --------------------------------------------------------------------------
   1. Tablet Landscape & Small Desktop (max-width: 1024px)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .hero-layout {
    grid-template-columns: minmax(300px, 0.8fr) minmax(440px, 1.2fr);
    gap: 36px;
  }

  .gallery-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    min-width: 0;
  }

  .gallery-controls {
    min-width: 0;
    max-width: 100%;
  }

  .product-theatre {
    transform: none;
  }

  .hero-ring {
    width: 240px;
    height: 240px;
  }

  .bento-card--large {
    grid-column: span 4;
  }

  .bento-card--small {
    grid-column: span 3;
  }

  .bento-card--ecosystem {
    grid-column: span 6;
  }
}

/* --------------------------------------------------------------------------
   2. Tablet Portrait & Primary Mobile Switch (max-width: 820px)
   -------------------------------------------------------------------------- */
@media (max-width: 820px) {
  /* Container & Section Spacing */
  .page-wrap,
  .wrap,
  .po-page-frame,
  .site-nav__inner,
  .nav__inner,
  .po-footer__inner {
    width: min(100% - 40px, 620px) !important;
  }

  .section-band,
  .section,
  .po-section {
    padding-block: 84px;
  }

  /* Navigation & Announcement */
  .announcement-wide {
    display: none !important;
  }

  .announcement-small {
    display: inline !important;
  }

  .desktop-nav,
  .nav__links,
  .nav-download {
    display: none !important;
  }

  .site-nav .menu-toggle,
  .nav .menu-toggle {
    display: inline-flex !important;
  }

  .site-nav.menu-open .mobile-menu,
  .nav.menu-open .mobile-menu {
    display: grid !important;
    gap: 0;
    padding: 14px 0 22px;
    border-top: 1px solid var(--po-foundation-border-dark, rgba(255, 253, 248, 0.14));
  }

  .mobile-menu[hidden],
  .site-nav .mobile-menu[hidden] {
    display: none !important;
  }

  .mobile-menu a:not(.button) {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.09);
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .mobile-menu .button {
    margin-top: 16px;
    width: 100%;
  }

  .site-nav.menu-open .menu-toggle span:not(.sr-only):nth-of-type(2),
  .nav.menu-open .menu-toggle span:not(.sr-only):nth-of-type(2) {
    transform: translateY(5px) rotate(45deg);
  }

  .site-nav.menu-open .menu-toggle span:not(.sr-only):nth-of-type(3),
  .nav.menu-open .menu-toggle span:not(.sr-only):nth-of-type(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  /* Hero & Editorial Layouts */
  .hero-section {
    min-height: 0;
    padding: 58px 0 84px;
  }

  .hero-layout,
  .hero-grid,
  .growth-hero {
    display: flex;
    flex-direction: column;
    gap: 36px;
    min-height: 0;
  }

  .hero-copy,
  .growth-hero > div:first-child {
    width: 100%;
  }

  h1,
  .hero-section h1,
  .growth-hero h1 {
    max-width: 600px;
    font-size: clamp(2.6rem, 8vw, 4.2rem);
  }

  .hero-lede,
  .growth-lede {
    max-width: 620px;
    font-size: 1.05rem;
  }

  .hero-actions,
  .growth-actions {
    justify-content: flex-start;
  }

  /* Hero Product Theatre & Relay */
  .hero-theatre,
  .hero-theatre.product-theatre,
  .family-relay {
    width: 100%;
    min-height: 520px;
    transform: none;
    overflow: hidden;
  }

  .theatre-backdrop,
  .relay-backdrop {
    border-radius: 26px;
  }

  .hero-ring {
    top: 46%;
    width: 180px;
    height: 180px;
  }

  .ring-halo--one {
    inset: -10px;
  }

  .ring-halo--two {
    inset: -19px;
    opacity: 0.55;
  }

  .ring-halo--three {
    inset: -28px;
    opacity: 0.45;
  }

  .ring-signal {
    opacity: 0.42;
  }

  .ring-controls {
    top: calc(100% + 20px);
    width: auto;
    max-width: calc(100% - 30px);
    flex-wrap: nowrap;
    gap: 4px;
  }

  .ring-controls button {
    padding: 7px 8px;
    font-size: 0.55rem;
    white-space: nowrap;
  }

  .theatre-caption--parent {
    top: 28px;
    left: 13%;
  }

  .theatre-caption--child {
    top: 29px;
    right: 11%;
    bottom: auto;
    opacity: 0.76;
  }

  .theatre-signal-label {
    display: none;
  }

  .theatre-footer {
    right: 18px;
    bottom: 13px;
    left: 18px;
  }

  /* Split Features, Bento & Grids */
  .editorial-grid,
  .section-heading--split,
  .story-layout,
  .split-feature,
  .split-feature--remote,
  .family-stage,
  .family-constellation__stage,
  .gallery-layout,
  .faq-layout,
  .growth-callout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .editorial-grid {
    gap: 14px;
    min-width: 0;
  }

  .editorial-intro h2 {
    font-size: clamp(1.8rem, 6.5vw, 3rem);
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .mechanism-line {
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 24px;
    font-size: 0.7rem;
  }

  .mechanism-line i {
    width: 24px;
  }

  .editorial-grid .eyebrow {
    margin-bottom: 0;
  }

  .ecosystem-strip img {
    max-width: 100%;
    height: auto;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading--split {
    gap: 15px;
  }

  .section-heading--split > p {
    max-width: 580px;
    margin-bottom: 0;
  }

  .story-rail,
  .faq-intro {
    position: static;
  }

  .story-tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 12px;
  }

  .story-tabs button {
    min-height: 48px;
    padding: 10px 0;
    font-size: 0.76rem;
  }

  .story-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .story-panel__copy {
    max-width: none;
  }

  .story-panel__copy h3 {
    font-size: clamp(2rem, 8vw, 3.2rem);
  }

  .story-screen,
  .story-screen--ring,
  .story-screen--device {
    order: -1;
    width: min(100%, 260px);
    min-height: 0;
    margin-inline: auto;
  }

  .story-screen--pair {
    order: -1;
    width: min(100%, 320px);
    margin-inline: auto;
  }

  .mini-ring {
    width: 215px;
    height: 215px;
  }

  .window-visual {
    min-height: 425px;
  }

  .window-ring {
    left: 17%;
    width: 185px;
    height: 185px;
  }

  .feature-proof--large {
    width: min(100%, 280px);
  }

  .family-stage {
    min-height: 0;
  }

  .magic-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .bento-card--large,
  .bento-card--medium,
  .bento-card--ecosystem {
    grid-column: span 2;
    min-height: 300px;
  }

  .bento-card--small {
    grid-column: span 1;
    min-height: 220px;
    padding: 20px;
  }

  .boundary-grid,
  .pricing-grid,
  .two-col,
  .benefit-grid,
  .growth-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .boundary-column {
    min-height: 0;
    padding: clamp(20px, 3.5vw, 36px);
  }

  .comparison-note {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: clamp(20px, 3.5vw, 36px);
  }

  .feature-ledger {
    grid-template-columns: 1fr 1fr;
  }

  .ledger-feature--wide {
    grid-column: span 2;
  }

  /* Gallery & Interactive Cards */
  .gallery-stage {
    width: min(100%, 285px);
    margin-inline: auto;
  }

  .gallery-controls h3 {
    font-size: 2.1rem;
  }

  .gallery-stage--surface {
    min-height: 0;
  }

  .gallery-media--surface {
    min-height: 0;
    height: auto;
    padding: 24px 12px;
  }

  .gallery-surface--widget {
    width: min(100%, 410px);
  }

  .gallery-surface--watch {
    width: min(100%, 220px);
  }

  .plan-card {
    min-height: 0;
    padding: clamp(20px, 3.5vw, 36px);
  }

  .faq-intro h2 {
    font-size: 3.2rem;
  }

  .growth-table-hint {
    display: block;
    margin: 14px 0 -10px;
    font-size: 0.82rem;
    color: var(--po-foundation-orange, #ff6b00);
  }

  .growth-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 18px;
  }

  /* Supporting page previews and boxes */
  .screen-preview {
    min-height: 320px;
    padding: 20px;
    border-radius: 22px;
  }

  .feature-showcase-box {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 24px;
    text-align: center;
    border-radius: 22px;
  }

  .feature-showcase-box .content-device,
  .feature-showcase-box .apple-device {
    --device-width: min(68vw, 260px);
  }

  .device-pair {
    min-height: 320px;
  }

  .device-pair > .apple-device {
    --device-width: 145px;
  }

  .device-pair > .apple-device:first-child {
    transform: translateX(12px) rotate(-2deg);
  }

  .device-pair > .apple-device:last-child {
    transform: translateX(-12px) rotate(2deg);
  }

  /* Footer & Sticky CTA */
  .po-footer__inner {
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    gap: 32px 20px;
  }

  .po-footer__brand,
  .footer-brand {
    grid-column: 1 / -1;
  }

  .sticky-cta {
    display: flex;
  }
}

/* --------------------------------------------------------------------------
   3. Phablet & Intermediate Viewport (max-width: 600px)
   -------------------------------------------------------------------------- */
@media (max-width: 600px) {
  .page-wrap,
  .wrap,
  .po-page-frame {
    width: calc(100% - 32px);
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .builder-options,
  .plan-meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .plan-children div {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .plan-children span {
    text-align: left;
  }

  .po-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 36px;
  }

  .po-footer__base .page-wrap,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .po-footer__base span:last-child {
    text-align: left;
  }
}

/* --------------------------------------------------------------------------
   4. Mobile Standard (max-width: 520px)
   -------------------------------------------------------------------------- */
@media (max-width: 520px) {
  .page-wrap,
  .wrap,
  .po-page-frame,
  .site-nav__inner,
  .nav__inner,
  .po-footer__inner {
    width: calc(100% - 32px) !important;
  }

  body {
    font-size: 16px;
  }

  .announcement-bar {
    min-height: 44px;
    padding-inline: 10px;
    font-size: .68rem;
  }

  .site-nav__inner {
    min-height: 66px;
  }

  .brand-lockup img:first-child {
    width: 25px;
    height: 25px;
  }

  .brand-lockup img:last-child {
    width: 88px;
  }

  .section-band,
  .section,
  .po-section {
    padding-block: 64px;
  }

  /* Headings & Display Scale */
  h1,
  .hero-section h1,
  .heading-lg,
  .growth-hero h1 {
    font-size: clamp(2.2rem, 9.5vw, 3.4rem);
    letter-spacing: -0.045em;
    line-height: 1.05;
  }

  h2,
  .section-heading h2,
  .growth-section h2 {
    font-size: clamp(1.8rem, 7.5vw, 2.6rem);
    letter-spacing: -0.035em;
    line-height: 1.1;
  }

  h3 {
    font-size: clamp(1.3rem, 5.5vw, 1.8rem);
  }

  .large-copy {
    font-size: 1.08rem;
  }

  .hero-lede,
  .growth-lede {
    font-size: .95rem;
  }

  /* CTAs & Badges */
  .hero-actions,
  .growth-actions,
  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero-actions .button,
  .hero-actions .btn,
  .growth-actions .button,
  .growth-actions .po-button,
  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-actions .app-store-badge,
  .app-store-badge {
    width: 120px !important;
    min-height: 40px;
    padding: 0;
    margin-inline: auto;
  }

  .hero-actions .text-link {
    justify-content: center;
    align-self: center;
  }

  .reassurance-list {
    gap: 8px 13px;
    font-size: .7rem;
  }

  .compatibility {
    max-width: 280px;
    font-size: .66rem;
  }

  /* Hero Theatre Mobile Tuning */
  .hero-theatre.product-theatre {
    min-height: 490px;
    margin-inline: 0;
  }

  .hero-theatre::after {
    width: 300px;
    height: 300px;
  }

  .hero-ring {
    top: 45%;
    width: 150px;
    height: 150px;
  }

  .hero-ring .pace-ring {
    inset: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }

  .ring-readout {
    padding: 19px;
  }

  .ring-readout__eyebrow {
    font-size: .44rem;
  }

  .ring-readout strong {
    font-size: .92rem;
  }

  .ring-readout > span:last-child {
    font-size: .46rem;
  }

  .ring-status {
    bottom: 26px;
    font-size: .37rem;
  }

  .ring-signal {
    width: 72px;
  }

  .ring-signal--outgoing {
    left: -58px;
  }

  .ring-signal--return {
    right: -58px;
  }

  .ring-controls {
    top: calc(100% + 18px);
    max-width: calc(100% - 20px);
  }

  .ring-controls button {
    padding: 6px 6px;
    font-size: .48rem;
  }

  .theatre-caption {
    padding: 5px 7px;
    font-size: .47rem;
  }

  .theatre-caption--parent {
    top: 20px;
    left: 8%;
  }

  .theatre-caption--child {
    top: 21px;
    right: 8%;
  }

  .theatre-footer {
    right: 12px;
    bottom: 10px;
    left: 12px;
    justify-content: center;
  }

  .theatre-footer span:first-child,
  .theatre-footer span:last-child {
    display: none;
  }

  /* Bento Cards Mobile */
  .magic-bento {
    grid-template-columns: 1fr;
  }

  .bento-card--large,
  .bento-card--medium,
  .bento-card--small,
  .bento-card--ecosystem {
    grid-column: span 1;
  }

  .bento-card--large,
  .bento-card--medium {
    min-height: 280px;
    padding: 22px;
  }

  .bento-card--small {
    min-height: 0;
    padding: 20px;
  }

  .bento-card--ring {
    min-height: 460px;
    padding-bottom: 220px;
  }

  .bento-card--ring .bento-ring-visual {
    right: 50%;
    bottom: 20px;
    width: 150px;
    height: 150px;
    transform: translateX(50%);
  }

  .bento-ring-visual {
    right: 20px;
    bottom: 20px;
    width: 145px;
    height: 145px;
  }

  .bento-actions {
    max-width: 100%;
  }

  .bento-actions button {
    padding: 7px;
    font-size: .56rem;
  }

  .spotlight-token {
    display: none;
  }

  .privacy-signal {
    right: 20px;
    bottom: 22px;
    font-size: .48rem;
  }

  /* Story Panels & Screens */
  .story-tabs {
    grid-template-columns: 1fr;
  }

  .story-tabs button {
    min-height: 46px;
  }

  .story-panel {
    padding: clamp(20px, 3.5vw, 36px);
    border-radius: 18px;
  }

  .story-panel__copy h3 {
    font-size: 2rem;
  }

  .story-screen {
    width: min(100%, 220px);
    border-radius: 27px;
  }

  .story-screen--pair {
    width: min(100%, 280px);
    gap: 8px;
  }

  .window-visual {
    min-height: 340px;
  }

  .window-ring {
    left: 12%;
    width: 150px;
    height: 150px;
  }

  .split-feature__copy h2 {
    font-size: 2.7rem;
  }

  .action-dock {
    padding: 14px;
  }

  .action-dock__row button {
    flex: 1 1 calc(50% - 7px);
  }

  .comparison-note {
    padding: 22px;
  }

  .comparison-list div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .feature-ledger {
    display: block;
  }

  .ledger-feature,
  .ledger-feature--wide {
    min-height: 0;
    margin-bottom: 12px;
    padding: 24px;
  }

  .ecosystem-strip img {
    height: 86px;
  }

  /* Device mockups reset 3D angled perspective on mobile */
  .apple-device--angled-left,
  .apple-device--angled-right {
    transform: none;
  }

  .content-device {
    --device-width: min(78vw, 260px);
  }

  .feature-showcase-box .content-device {
    --device-width: min(74vw, 240px);
  }

  .screen-preview {
    min-height: 280px;
    padding: 16px;
    border-radius: 18px;
  }

  .feature-showcase-box {
    padding: 20px 16px;
  }

  .device-pair > .apple-device {
    --device-width: 130px;
  }

  /* Form & Interactive Controls */
  .feedback-card,
  .contact-card,
  .content-box,
  .two-col-card,
  .form-section,
  .growth-card {
    padding: clamp(20px, 3.5vw, 36px);
  }

  .form-input {
    font-size: 16px !important; /* Prevents iOS auto-zoom */
    padding: 12px 14px;
  }

  .notify-row {
    padding: 12px 14px;
    gap: 10px;
  }

  .plan-email__row {
    flex-direction: column;
    align-items: stretch;
  }

  .plan-email__row .button {
    width: 100%;
  }

  .builder-actions__secondary {
    width: 100%;
    margin-left: 0;
  }

  .builder-actions__secondary .button,
  .builder-actions__secondary .po-button {
    flex: 1;
  }

  /* Gallery Tabs Scroll */
  .gallery-tabs {
    flex-wrap: nowrap;
    max-width: 100%;
    margin-top: 18px;
    margin-inline: -2px;
    overflow-x: auto;
    padding: 0 2px 8px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .gallery-tabs button {
    flex: 0 0 auto;
    min-height: 44px;
    white-space: nowrap;
    font-size: .65rem;
  }

  .gallery-stage {
    width: min(100%, 232px);
    min-height: 540px;
    padding: 8px;
    border-radius: 28px;
  }

  .gallery-stage figcaption {
    position: static;
    margin: 8px 2px 1px;
    padding: 0;
    background: transparent;
    font-size: .65rem;
    text-align: left;
  }

  .gallery-controls h3 {
    font-size: 1.95rem;
  }

  .gallery-media {
    min-height: 500px;
  }

  .gallery-media img {
    max-height: 500px;
  }

  .gallery-device {
    --device-width: min(100%, 216px);
  }

  .gallery-stage--surface {
    min-height: 0;
  }

  .gallery-media--surface {
    min-height: 0;
    height: auto;
    padding: 20px 8px;
  }

  .gallery-surface--widget {
    width: 100%;
  }

  .gallery-surface--watch {
    width: min(100%, 190px);
  }

  .plan-price strong {
    font-size: 3.8rem;
  }

  .plan-card {
    padding: 24px;
  }

  .plan-terms {
    font-size: .69rem;
  }

  .faq-intro h2 {
    font-size: 2.65rem;
  }

  .faq-item summary {
    min-height: 60px;
    font-size: .93rem;
  }

  .faq-item p {
    font-size: .86rem;
  }

  .final-cta {
    padding: 93px 0 112px;
  }

  .final-cta h2 {
    font-size: 3.2rem;
  }

  .final-cta__ring {
    gap: 8px;
    font-size: .56rem;
  }

  .final-cta__ring b {
    width: 52px;
    height: 52px;
    font-size: .53rem;
  }

  .final-cta__ring i {
    width: 23px;
  }

  /* Sticky Bottom Bar */
  .sticky-cta {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    gap: 9px;
    padding: 7px 8px 7px 12px;
  }

  .sticky-cta .button {
    min-height: 40px;
    padding: 10px 14px;
  }

  .boundary-column--uses {
    min-height: 0;
  }

  .boundary-column--uses .boundary-proof {
    position: relative;
    right: auto;
    bottom: auto;
    width: 112px;
    margin: 26px 0 0 auto;
  }

  .boundary-column--uses .boundary-device {
    --device-width: 112px;
  }
}

/* --------------------------------------------------------------------------
   5. Narrow Mobile Safety Shield (max-width: 375px / 320px)
   -------------------------------------------------------------------------- */
@media (max-width: 375px) {
  .page-wrap,
  .wrap,
  .po-page-frame {
    width: calc(100% - 24px) !important;
  }

  .brand-lockup img:first-child {
    width: 24px;
    height: 24px;
  }

  .brand-lockup img:last-child {
    width: 82px;
  }

  .hero-section h1,
  .heading-lg,
  .growth-hero h1 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .content-device {
    --device-width: min(84vw, 220px);
  }

  .story-screen--pair {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .story-screen--pair .apple-device {
    --device-width: min(78vw, 200px);
  }

  .feedback-card,
  .content-box,
  .growth-card,
  .error-card {
    padding: 16px 12px !important;
  }

  .button,
  .btn,
  .po-button {
    padding: 12px 16px;
    font-size: 0.84rem;
  }

  .reassurance-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

/* --------------------------------------------------------------------------
   6. Touch Ergonomics & Accessibility Safety
   -------------------------------------------------------------------------- */
@media (hover: none) and (pointer: coarse) {
  .button,
  .btn,
  .po-button,
  .menu-toggle,
  .mobile-menu a,
  .faq-item summary,
  .story-tabs button,
  .gallery-tabs button {
    min-height: 44px;
  }

  .button:hover,
  .btn:hover,
  .po-button:hover,
  .bento-card:hover {
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   7. Reduced Motion Accessibility Contract
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Keep legacy route controls usable while the homepage uses its own controls. */
.ring-controls button,
.bento-actions button {
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 600px) {
  .analytics-consent {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    gap: 14px;
    padding: 16px;
  }

  .analytics-consent__actions {
    justify-content: stretch;
  }

  .analytics-consent button {
    flex: 1 1 0;
  }
}
