:root {
      --bg: #f7fbff;
      --bg-soft: #eef6ff;
      --card: rgba(255,255,255,.82);
      --line: rgba(23,68,117,.12);
      --text: #17324d;
      --sub: #55708d;
      --primary: #1273ea;
      --primary-dark: #0a5bc0;
      --accent: #13b38b;
      --warning: #ffb44d;
      --shadow: 0 18px 50px rgba(20,55,90,.12);
      --radius-xl: 28px;
      --radius-lg: 20px;
      --radius-md: 14px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top right, rgba(18,115,234,.12), transparent 26%),
        radial-gradient(circle at left bottom, rgba(19,179,139,.12), transparent 20%),
        var(--bg);
      line-height: 1.75;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    .container {
      width: min(calc(100% - 32px), var(--max));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(14px);
      background: rgba(247,251,255,.82);
      border-bottom: 1px solid rgba(23,68,117,.08);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      min-height: 78px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      font-weight: 800;
      letter-spacing: .02em;
    }

    .brand-mark {
      width: 44px;
      height: 44px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--primary), #6ab2ff);
      box-shadow: 0 10px 24px rgba(18,115,234,.28);
      display: grid;
      place-items: center;
      color: white;
      font-size: 20px;
    }

    .brand small {
      display: block;
      color: var(--sub);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .brand strong {
      display: block;
      font-size: 15px;
      line-height: 1.35;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 22px;
      color: var(--sub);
      font-size: 14px;
      font-weight: 700;
    }

    .nav-links a:hover { color: var(--primary); }

    .cta-group {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 13px 20px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 800;
      transition: .2s ease;
      white-space: nowrap;
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--primary), #3d95ff);
      box-shadow: 0 12px 24px rgba(18,115,234,.22);
    }

    .btn-primary:hover { transform: translateY(-1px); background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
    .btn-secondary {
      background: rgba(255,255,255,.75);
      border-color: rgba(18,115,234,.16);
      color: var(--primary);
    }

    .hero {
      padding: 48px 0 20px;
      position: relative;
      background: linear-gradient(rgba(175, 230, 230, 0.92), rgba(255,255,255,.96)), url('./images/004.jpg') center/cover no-repeat;
      opacity: 1;

    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 34px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 14px;
      background: rgba(19,179,139,.1);
      color: #098a6c;
      border-radius: 999px;
      font-weight: 800;
      font-size: 13px;
      letter-spacing: .02em;
    }

    h1 {
      margin: 18px 0 18px;
      font-size: clamp(32px, 6vw, 58px);
      line-height: 1.15;
      letter-spacing: -.03em;
    }

    .lead {
      font-size: 18px;
      color: var(--sub);
      max-width: 60ch;
      margin: 0 0 28px;
    }

    .hero-points {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin: 24px 0 30px;
    }

    .hero-point, .glass-card {
      background: var(--card);
      border: 1px solid rgba(255,255,255,.65);
      box-shadow: var(--shadow);
      backdrop-filter: blur(14px);
    }

    .hero-point {
      border-radius: var(--radius-md);
      padding: 16px;
    }

    .hero-point strong {
      display: block;
      font-size: 22px;
      margin-bottom: 4px;
    }

    .hero-point span {
      color: var(--sub);
      font-size: 13px;
      font-weight: 700;
    }

    .visual {
      position: relative;
      min-height: 560px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      min-height: 560px;
    }

    .device-card {
      transform: translateY(20px);
      opacity: 0.95;
      position: relative;
      z-index: 2;
      border-radius: 32px;
      padding: 20px;
      background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(237,246,255,.95));
      border: 1px solid rgba(255,255,255,.9);
      box-shadow: 0 30px 70px rgba(20,55,90,.16);
    }

    .screen {
      border-radius: 24px;
      padding: 22px;
      background: linear-gradient(180deg, #fdfefe, #eef5ff);
      border: 1px solid rgba(23,68,117,.08);
      min-height: 460px;
    }

    .screen-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 18px;
    }

    .logo-mini {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      font-size: 14px;
    }

    .dots {
      display: flex;
      gap: 6px;
    }

    .dots span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #cdd9ea;
    }

    .screen-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 16px;
    }

    .panel {
      border-radius: 18px;
      padding: 18px;
      background: rgba(255,255,255,.92);
      border: 1px solid rgba(23,68,117,.08);
    }

    .panel-title {
      font-size: 13px;
      color: var(--sub);
      font-weight: 800;
      margin-bottom: 12px;
      letter-spacing: .04em;
      text-transform: uppercase;
    }

    .student-list {
      display: grid;
      gap: 10px;
    }

    .student-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 14px;
      border-radius: 14px;
      background: #f7fbff;
      border: 1px solid rgba(23,68,117,.08);
      font-size: 14px;
      font-weight: 700;
    }

    .status {
      padding: 6px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
    }

    .status.in { background: rgba(19,179,139,.12); color: #0d8d6d; }
    .status.out { background: rgba(255,180,77,.16); color: #b57205; }

    .message-box {
      display: grid;
      gap: 12px;
    }

    .message {
      border-radius: 16px;
      padding: 14px;
      font-size: 14px;
      border: 1px solid rgba(23,68,117,.08);
    }

    .message.guardian {
      background: rgba(18,115,234,.08);
    }

    .message.system {
      background: rgba(19,179,139,.09);
    }

    .floating-card {
      position: absolute;
      background: rgba(255,255,255,.92);
      border: 1px solid rgba(255,255,255,.88);
      box-shadow: var(--shadow);
      backdrop-filter: blur(12px);
      border-radius: 20px;
      padding: 16px 18px;
      max-width: 240px;
      z-index: 3;
    }

    .floating-card.top {
      top: -20px;
      right: -16px;
    }

    .floating-card.bottom {
      left: -18px;
      bottom: 30px;
    }

    .floating-card strong { display: block; font-size: 15px; margin-bottom: 4px; }
    .floating-card p { margin: 0; font-size: 13px; color: var(--sub); line-height: 1.6; }

    .section {
      padding: 42px 0;
    }

    .visual-guide {
      padding: 10px 0 26px;
    }

    .guide-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 22px;
      align-items: stretch;
    }

    .guide-card {
      background: rgba(255,255,255,.92);
      border: 1px solid rgba(23,68,117,.08);
      border-radius: 28px;
      padding: 28px;
      box-shadow: var(--shadow);
    }

    .guide-card h3 {
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 1.35;
    }

    .guide-card p {
      margin: 0 0 20px;
      color: var(--sub);
    }

    .system-map {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      align-items: center;
    }

    .system-node {
      position: relative;
      text-align: center;
      padding: 22px 16px;
      border-radius: 22px;
      background: linear-gradient(180deg, #ffffff, #f2f8ff);
      border: 1px solid rgba(23,68,117,.08);
    }

    .system-node strong {
      display: block;
      margin-top: 10px;
      font-size: 18px;
    }

    .system-node span {
      display: block;
      margin-top: 6px;
      color: var(--sub);
      font-size: 13px;
      font-weight: 700;
      line-height: 1.6;
    }

    .system-icon {
      width: 64px;
      height: 64px;
      margin: 0 auto;
      border-radius: 20px;
      display: grid;
      place-items: center;
      font-size: 30px;
      background: linear-gradient(135deg, rgba(18,115,234,.12), rgba(19,179,139,.16));
    }

    .arrow-stack {
      display: grid;
      gap: 12px;
      align-content: center;
      justify-items: center;
    }

    .flow-arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(18,115,234,.08);
      color: var(--primary);
      font-size: 13px;
      font-weight: 800;
      min-width: 120px;
    }

    .mini-points {
      display: grid;
      gap: 12px;
    }

    .mini-point {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 14px 16px;
      border-radius: 18px;
      background: #f7fbff;
      border: 1px solid rgba(23,68,117,.08);
    }

    .mini-point strong {
      display: block;
      margin-bottom: 4px;
      font-size: 15px;
    }

    .mini-point p {
      margin: 0;
      font-size: 13px;
      color: var(--sub);
    }

    .flow-visual {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      align-items: stretch;
    }

    .flow-card {
      position: relative;
      padding: 24px 18px 20px;
      border-radius: 24px;
      background: rgba(255,255,255,.92);
      border: 1px solid rgba(23,68,117,.08);
      box-shadow: var(--shadow);
      text-align: center;
    }

    .flow-card::after {
      content: "→";
      position: absolute;
      right: -12px;
      top: 50%;
      transform: translateY(-50%);
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: white;
      border: 1px solid rgba(23,68,117,.08);
      display: grid;
      place-items: center;
      color: var(--primary);
      font-weight: 900;
      box-shadow: 0 8px 18px rgba(20,55,90,.10);
    }

    .flow-card:last-child::after {
      display: none;
    }

    .flow-card .flow-icon {
      width: 68px;
      height: 68px;
      margin: 0 auto 14px;
      border-radius: 22px;
      display: grid;
      place-items: center;
      font-size: 32px;
      background: linear-gradient(135deg, rgba(18,115,234,.12), rgba(19,179,139,.16));
    }

    .flow-card h3 {
      margin: 0 0 8px;
      font-size: 18px;
    }

    .flow-card p {
      margin: 0;
      color: var(--sub);
      font-size: 14px;
      line-height: 1.7;
    }

    .ui-note {
      position: absolute;
      z-index: 4;
      max-width: 220px;
      padding: 12px 14px;
      border-radius: 16px;
      background: rgba(255,255,255,.96);
      border: 1px solid rgba(23,68,117,.08);
      box-shadow: 0 18px 36px rgba(20,55,90,.12);
      font-size: 13px;
      font-weight: 800;
      color: var(--text);
      line-height: 1.6;
    }

    .ui-note::after {
      content: "";
      position: absolute;
      width: 14px;
      height: 14px;
      background: white;
      border-right: 1px solid rgba(23,68,117,.08);
      border-bottom: 1px solid rgba(23,68,117,.08);
      transform: rotate(45deg);
    }

    .ui-note.top-left {
      top: 88px;
      left: -10px;
    }

    .ui-note.top-left::after {
      left: 34px;
      bottom: -8px;
    }

    .ui-note.right-mid {
      right: -22px;
      top: 250px;
    }

    .ui-note.right-mid::after {
      left: -8px;
      top: 24px;
      transform: rotate(135deg);
    }

    .mobile-feature-strip {
      display: none;
      gap: 10px;
      overflow-x: auto;
      padding: 4px 2px 8px;
      margin-top: 12px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
    }

    .mobile-feature-strip::-webkit-scrollbar {
      display: none;
    }

    .mobile-feature-card {
      min-width: 78%;
      flex: 0 0 78%;
      padding: 14px 14px 13px;
      border-radius: 18px;
      background: rgba(255,255,255,.94);
      border: 1px solid rgba(23,68,117,.08);
      box-shadow: 0 12px 24px rgba(20,55,90,.10);
      scroll-snap-align: start;
    }

    .mobile-feature-icon {
      width: 42px;
      height: 42px;
      border-radius: 13px;
      display: grid;
      place-items: center;
      font-size: 20px;
      margin-bottom: 8px;
      background: linear-gradient(135deg, rgba(18,115,234,.12), rgba(19,179,139,.16));
    }

    .mobile-feature-card strong {
      display: block;
      margin-bottom: 4px;
      font-size: 15px;
      line-height: 1.35;
      letter-spacing: -.01em;
    }

    .mobile-feature-card p {
      margin: 0;
      font-size: 12px;
      color: var(--sub);
      line-height: 1.55;
    }

    .mobile-feature-hint {
      display: none;
      margin-top: 6px;
      font-size: 11px;
      color: var(--sub);
      font-weight: 700;
      text-align: center;
    }

    .section-heading {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 22px;
    }

    .section-heading h2 {
      margin: 0;
      font-size: clamp(28px, 4vw, 40px);
      line-height: 1.2;
      letter-spacing: -.02em;
    }

    .section-heading p {
      max-width: 56ch;
      margin: 10px 0 0;
      color: var(--sub);
    }

    .problem-grid,
    .feature-grid,
    .benefit-grid,
    .flow-grid,
    .faq-grid {
      display: grid;
      gap: 18px;
    }

    .problem-grid,
    .feature-grid,
    .benefit-grid { grid-template-columns: repeat(3, 1fr); }

    .card {
      background: rgba(255,255,255,.9);
      border: 1px solid rgba(23,68,117,.08);
      border-radius: var(--radius-lg);
      padding: 24px;
      box-shadow: var(--shadow);
    }

    .icon {
      width: 50px;
      height: 50px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, rgba(18,115,234,.12), rgba(19,179,139,.12));
      font-size: 24px;
      margin-bottom: 16px;
    }

    .card h3 {
      margin: 0 0 10px;
      font-size: 20px;
      line-height: 1.35;
    }

    .card p, .card li {
      color: var(--sub);
      margin: 0;
    }

    .card ul {
      padding-left: 18px;
      margin: 0;
      display: grid;
      gap: 8px;
    }

    .feature-wide {
      grid-column: span 2;
      background: linear-gradient(135deg, rgba(18,115,234,.98), rgba(14,85,176,.96));
      color: white;
      position: relative;
      overflow: hidden;
    }

    .feature-wide::after {
      content: "";
      position: absolute;
      inset: auto -40px -60px auto;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(255,255,255,.08);
    }

    .feature-wide p, .feature-wide li { color: rgba(255,255,255,.86); }

    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      counter-reset: step;
    }

    .step {
      position: relative;
      padding: 24px;
      border-radius: 24px;
      background: rgba(255,255,255,.9);
      border: 1px solid rgba(23,68,117,.08);
      box-shadow: var(--shadow);
    }

    .step::before {
      counter-increment: step;
      content: counter(step);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--primary), #69b1ff);
      color: white;
      font-weight: 900;
      display: grid;
      place-items: center;
      margin-bottom: 14px;
    }

    .step h3 { margin: 0 0 10px; font-size: 19px; }
    .step p { margin: 0; color: var(--sub); }

    .comparison {
      overflow: hidden;
      border-radius: 24px;
      border: 1px solid rgba(23,68,117,.08);
      box-shadow: var(--shadow);
      background: rgba(255,255,255,.92);
    }

    table {
      width: 100%;
      border-collapse: collapse;
      font-size: 15px;
    }

    th, td {
      padding: 18px 20px;
      text-align: left;
      border-bottom: 1px solid rgba(23,68,117,.08);
      vertical-align: top;
    }

    th {
      background: #f2f8ff;
      font-size: 14px;
      color: var(--sub);
      font-weight: 800;
    }

    td strong { display: block; }
    .highlight-cell { background: rgba(19,179,139,.08); }

    .faq-grid { grid-template-columns: repeat(2, 1fr); }

    .faq-item h3 {
      margin: 0 0 10px;
      font-size: 18px;
    }

    .cta-section {
      padding: 42px 0 84px;
    }

    .cta-banner {
      position: relative;
      overflow: hidden;
      border-radius: 32px;
      padding: 40px;
      background: linear-gradient(135deg, #0f5bc2, #0e86df 55%, #1bb795);
      color: white;
      box-shadow: 0 30px 70px rgba(14,94,192,.28);
    }

    .cta-banner::before,
    .cta-banner::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,.08);
    }

    .cta-banner::before {
      width: 280px;
      height: 280px;
      right: -70px;
      top: -70px;
    }

    .cta-banner::after {
      width: 180px;
      height: 180px;
      left: -30px;
      bottom: -70px;
    }

    .cta-banner-inner {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
    }

    .cta-banner h2 {
      margin: 0 0 10px;
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1.2;
    }

    .cta-banner p {
      margin: 0;
      color: rgba(255,255,255,.88);
      max-width: 58ch;
    }

    .cta-banner .btn-primary {
      background: white;
      color: var(--primary);
      box-shadow: none;
    }

    .site-footer {
      padding: 26px 0 40px;
      color: var(--sub);
      font-size: 14px;
    }

    .footer-grid {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      padding-top: 18px;
      border-top: 1px solid rgba(23,68,117,.08);
    }

    .badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .badge {
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,.8);
      border: 1px solid rgba(23,68,117,.08);
      color: var(--sub);
      font-size: 13px;
      font-weight: 700;
    }

    @media (max-width: 1080px) {
      .hero-grid,
      .screen-grid,
      .cta-banner-inner,
      .problem-grid,
      .feature-grid,
      .benefit-grid,
      .steps,
      .faq-grid,
      .guide-grid,
      .flow-visual {
        grid-template-columns: 1fr;
      }

      .system-map {
        grid-template-columns: 1fr;
      }

      .arrow-stack {
        grid-auto-flow: row;
      }

      .flow-card::after {
        display: none;
      }

      .feature-wide { grid-column: auto; }
      .visual { min-height: auto; }
      .floating-card { position: static; margin-top: 14px; max-width: none; }
      .ui-note { position: static; max-width: none; margin-top: 12px; }
      .ui-note::after { display: none; }
      .nav-links { display: none; }
    }

    @media (max-width: 720px) {
      body {
        line-height: 1.65;
      }

      .container {
        width: min(calc(100% - 20px), var(--max));
      }

      .site-header {
        background: rgba(247,251,255,.94);
      }

      .nav {
        flex-wrap: wrap;
        padding: 10px 0;
        min-height: auto;
        gap: 12px;
      }

      .brand {
        gap: 10px;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 17px;
      }

      .brand small {
        font-size: 10px;
      }

      .brand strong {
        font-size: 13px;
      }

      .hero {
        padding: 18px 0 12px;
        background-position: center top;
      }

      .hero-grid {
        gap: 14px;
      }

      .eyebrow {
        font-size: 11px;
        padding: 7px 11px;
      }

      h1 {
        font-size: 26px;
        margin: 10px 0 8px;
        line-height: 1.2;
        letter-spacing: -.03em;
      }

      .lead {
        font-size: 14px;
        margin-bottom: 14px;
      }

      .hero-points,
      .badge-row,
      .floating-card,
      .ui-note {
        display: none;
      }

      .mobile-feature-strip {
        display: flex;
      }

      .mobile-feature-hint {
        display: block;
      }

      .cta-group {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-top: 10px;
      }

      .cta-group .btn,
      .btn {
        width: 100%;
        min-height: 48px;
        padding: 14px 16px;
        font-size: 14px;
      }

      .visual {
        min-height: auto;
        display: block;
      }

      .device-card {
        transform: none;
        padding: 12px;
        border-radius: 24px;
      }

      .screen {
        min-height: auto;
        padding: 14px;
        border-radius: 18px;
      }

      .screen-top {
        margin-bottom: 12px;
      }

      .logo-mini {
        font-size: 12px;
      }

      .panel {
        padding: 14px;
        border-radius: 14px;
      }

      .panel-title {
        font-size: 11px;
        margin-bottom: 10px;
      }

      .student-list,
      .message-box {
        gap: 8px;
      }

      .student-row,
      .message {
        padding: 10px 12px;
        font-size: 12px;
        border-radius: 12px;
      }

      .status {
        font-size: 10px;
        padding: 5px 8px;
      }

      .section,
      .visual-guide,
      .cta-section {
        padding: 26px 0;
      }

      .section-heading {
        display: block;
        margin-bottom: 16px;
      }

      .section-heading h2,
      .guide-card h3,
      .cta-banner h2 {
        font-size: 26px;
        line-height: 1.25;
      }

      .section-heading p,
      .guide-card p,
      .cta-banner p,
      .card p,
      .card li,
      .step p,
      .faq-item p,
      .flow-card p {
        font-size: 14px;
      }

      .guide-card,
      .card,
      .step,
      .flow-card,
      .cta-banner {
        padding: 18px;
        border-radius: 20px;
      }

      .system-map,
      .mini-points,
      .problem-grid,
      .feature-grid,
      .benefit-grid,
      .faq-grid,
      .flow-visual {
        gap: 12px;
      }

      .system-node {
        padding: 18px 14px;
        border-radius: 18px;
      }

      .system-icon,
      .flow-card .flow-icon,
      .icon {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 24px;
        margin-bottom: 12px;
      }

      .system-node strong,
      .card h3,
      .flow-card h3,
      .faq-item h3,
      .step h3 {
        font-size: 17px;
      }

      .system-node span,
      .mini-point p {
        font-size: 12px;
      }

      .flow-arrow {
        min-width: 0;
        width: 100%;
        font-size: 12px;
        padding: 8px 10px;
      }

      .mini-point {
        padding: 12px 14px;
        border-radius: 14px;
      }

      .comparison {
        border-radius: 18px;
      }

      th,
      td {
        padding: 12px;
        font-size: 13px;
      }

      .cta-banner {
        padding: 24px 18px;
        border-radius: 24px;
      }

      .footer-grid {
        font-size: 12px;
        gap: 14px;
      }
    }
