/* Nichful shared site styles. Base concept adopted on 2026-06-14. */
:root {
    color-scheme: light;
    --paper: #f7f8fb;
    --paper-2: #eef2f8;
    --ink: #111827;
    --ink-2: #394150;
    --muted: #667085;
    --hairline: rgba(17, 24, 39, .10);
    --white: rgba(255, 255, 255, .86);
    --blue: #2563eb;
    --sky: #0ea5e9;
    --violet: #7c3aed;
    --rose: #ec4899;
    --amber: #f59e0b;
    --green: #10b981;
    --shadow: 0 34px 90px -54px rgba(15, 23, 42, .48);
    --shadow-soft: 0 22px 60px -44px rgba(15, 23, 42, .36);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --max: 1180px;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    min-width: 320px;
    color: var(--ink);
    background:
      radial-gradient(900px 520px at 8% -8%, rgba(14, 165, 233, .18), transparent 62%),
      radial-gradient(760px 480px at 92% 4%, rgba(124, 58, 237, .16), transparent 58%),
      linear-gradient(180deg, #fbfcff 0%, var(--paper) 48%, #ffffff 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; }
  .wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    background: rgba(247, 248, 251, .76);
    backdrop-filter: blur(20px) saturate(160%);
  }

  .nav {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
  }

  .brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    letter-spacing: -.03em;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    background: #fff url("../../images/nichful/nichful_minimal_icon.svg") center/76% no-repeat;
    box-shadow: 0 18px 34px -22px rgba(52, 102, 86, .85);
  }

  .nichful-home .brand-mark {
    background: #fff url("../../images/nichful/nichful_minimal_icon.svg") center/76% no-repeat;
    box-shadow: 0 18px 34px -22px rgba(52, 102, 86, .85);
  }

  .brand span { display: block; font-size: 19px; line-height: 1; }
  .brand small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: .16em;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    color: var(--ink-2);
    font-size: 13px;
    font-weight: 800;
  }

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

  .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 17px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 999px;
    color: #fff;
    background: #111827;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 18px 36px -28px rgba(17, 24, 39, .95);
  }

  .hero {
    position: relative;
    padding: 86px 0 78px;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(480px, .88fr);
    align-items: center;
    gap: 40px;
  }

  .pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 999px;
    color: #1d4ed8;
    background: rgba(255,255,255,.7);
    box-shadow: 0 16px 42px -34px rgba(37, 99, 235, .9);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
  }

  .pill::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sky), var(--violet));
    box-shadow: 0 0 0 5px rgba(37, 99, 235, .12);
  }

  .nichful-home .pill {
    border-color: rgba(52, 102, 86, .18);
    color: #346656;
    box-shadow: 0 16px 42px -34px rgba(52, 102, 86, .9);
  }

  .nichful-home .pill::before {
    background: linear-gradient(135deg, #346656, #e6c86e);
    box-shadow: 0 0 0 5px rgba(52, 102, 86, .12);
  }

  h1 {
    margin-top: 28px;
    max-width: 820px;
    font-size: clamp(46px, 6.1vw, 74px);
    line-height: .98;
    letter-spacing: -.075em;
    font-weight: 950;
  }

  h1 .hero-line {
    display: block;
    white-space: nowrap;
  }

  h1 .soft {
    display: block;
    white-space: nowrap;
    color: transparent;
    background: linear-gradient(92deg, #2563eb 0%, #0ea5e9 36%, #7c3aed 72%, #ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .nichful-home h1 .soft {
    background: linear-gradient(92deg, #346656 0%, #7f9b8b 42%, #d5aa54 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .hero-lead {
    margin-top: 24px;
    max-width: 640px;
    color: var(--ink-2);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 2;
  }

  .hero-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 14px;
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 999px;
    color: #31507f;
    background: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 18px 42px -36px rgba(37, 99, 235, .75);
  }

  .nichful-home .hero-note {
    border-color: rgba(52, 102, 86, .15);
    color: #345248;
    box-shadow: 0 18px 42px -36px rgba(52, 102, 86, .75);
  }

  .hero-note::before {
    content: "new";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 20px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--rose), var(--amber));
    font-size: 10px;
    letter-spacing: .04em;
  }

  .nichful-home .hero-note::before {
    content: "daily";
    min-width: 44px;
    background: linear-gradient(135deg, #346656, #d5aa54);
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .btn:hover { transform: translateY(-2px); }
  .btn-primary { color: #fff; background: #111827; box-shadow: 0 24px 48px -34px rgba(17, 24, 39, .95); }
  .btn-secondary { color: #111827; background: rgba(255,255,255,.74); border: 1px solid var(--hairline); }
  .btn-light { color: #111827; background: #fff; }
  .btn-dark-ghost { color: #fff; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
    max-width: 720px;
  }

  .trust {
    padding: 16px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 22px;
    background: rgba(255,255,255,.64);
    box-shadow: 0 18px 48px -42px rgba(17, 24, 39, .5);
  }

  .trust b {
    display: block;
    font-size: clamp(21px, 2.2vw, 26px);
    line-height: 1;
    letter-spacing: -.05em;
  }

  .trust span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
  }

  .product-stage {
    position: relative;
    min-height: 560px;
    padding: 24px;
    border-radius: 44px;
    background:
      linear-gradient(160deg, rgba(255,255,255,.82), rgba(255,255,255,.38)),
      radial-gradient(420px 320px at 78% 12%, rgba(124, 58, 237, .22), transparent 64%),
      radial-gradient(420px 300px at 10% 88%, rgba(14, 165, 233, .22), transparent 62%);
    border: 1px solid rgba(255,255,255,.92);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .nichful-home .product-stage {
    display: grid;
    align-content: center;
    gap: 18px;
    background:
      linear-gradient(160deg, rgba(255,255,255,.86), rgba(255,255,255,.46)),
      radial-gradient(420px 320px at 78% 12%, rgba(127, 155, 139, .25), transparent 64%),
      radial-gradient(420px 300px at 12% 90%, rgba(213, 170, 84, .17), transparent 62%);
  }

  .orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(.2px);
    opacity: .9;
  }

  .orb.one { width: 140px; height: 140px; right: 30px; top: 42px; background: rgba(124, 58, 237, .18); }
  .orb.two { width: 96px; height: 96px; left: 48px; bottom: 60px; background: rgba(14, 165, 233, .18); }

  .nichful-home .orb.one { background: rgba(127, 155, 139, .2); }
  .nichful-home .orb.two { background: rgba(213, 170, 84, .16); }

  .nichful-brand-card {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    margin: 0 auto;
    padding: 24px 26px 22px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 32px;
    background: rgba(255,255,255,.56);
    box-shadow: 0 34px 80px -62px rgba(17, 24, 39, .66);
    backdrop-filter: blur(16px);
  }

  .nichful-brand-card img {
    width: min(100%, 300px);
    height: auto;
  }

  .nichful-brand-card p {
    margin-top: 10px;
    color: #60756e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .icon-showcase {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 498px;
    place-items: center;
  }

  .nichful-home .icon-showcase {
    min-height: auto;
  }

  .hero-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: min(100%, 520px);
    padding: 24px;
    border: 1px solid rgba(255,255,255,.64);
    border-radius: 34px;
    background: rgba(255,255,255,.34);
    box-shadow: 0 34px 80px -58px rgba(17, 24, 39, .62);
    backdrop-filter: blur(14px);
  }

  .hero-app-icon {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 22px;
    object-fit: cover;
    background: #fff;
    box-shadow:
      0 22px 45px -26px rgba(17, 24, 39, .62),
      inset 0 0 0 1px rgba(255,255,255,.40);
    transform: rotate(var(--tilt, 0deg)) translateY(var(--lift, 0));
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .hero-app-icon:nth-child(2n) { --tilt: 2deg; --lift: -3px; }
  .hero-app-icon:nth-child(3n) { --tilt: -2deg; --lift: 4px; }
  .hero-app-icon:nth-child(5n) { --tilt: 1deg; --lift: -7px; }

  .hero-app-icon:hover {
    transform: rotate(0deg) translateY(-6px) scale(1.03);
    box-shadow: 0 30px 58px -30px rgba(17, 24, 39, .70);
  }

  .phone {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 278px;
    min-height: 568px;
    padding: 14px;
    border-radius: 44px;
    background: #111827;
    box-shadow: 0 44px 90px -42px rgba(17, 24, 39, .75);
    transform: translate(-50%, -50%) rotate(-4deg);
  }

  .phone::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 82px;
    height: 22px;
    border-radius: 999px;
    background: #0b1020;
    transform: translateX(-50%);
    z-index: 2;
  }

  .phone-screen {
    min-height: 540px;
    padding: 46px 18px 18px;
    border-radius: 34px;
    background:
      radial-gradient(260px 180px at 70% 0%, rgba(194,105,63,.25), transparent 62%),
      linear-gradient(180deg, #fff8ef, #fff);
    overflow: hidden;
  }

  .screen-title {
    color: #3a2e1e;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.05em;
    font-weight: 950;
  }

  .mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .mini-stat {
    min-height: 78px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.75);
    box-shadow: 0 18px 30px -26px rgba(58, 46, 30, .4);
  }

  .mini-stat b { display: block; color: #c2693f; font-size: 20px; letter-spacing: -.04em; }
  .mini-stat span { display: block; color: #7a6b5b; font-size: 10px; font-weight: 800; }

  .work-card {
    margin-top: 14px;
    padding: 14px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 34px -28px rgba(58, 46, 30, .55);
  }

  .work-card .thumb {
    height: 98px;
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(194,105,63,.18), rgba(244,177,131,.38)),
      url("../../images/screenshots/hero.webp") center/cover;
  }

  .work-card b { display: block; margin-top: 12px; font-size: 13px; }
  .work-card p { margin-top: 4px; color: #7a6b5b; font-size: 11px; line-height: 1.55; }

  .floating-card {
    position: absolute;
    width: 245px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 26px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 26px 70px -46px rgba(17, 24, 39, .56);
    backdrop-filter: blur(16px);
  }

  .sticker {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    color: #111827;
    background: #fff;
    box-shadow: 0 18px 44px -30px rgba(17, 24, 39, .48);
    font-size: 12px;
    font-weight: 950;
    transform: rotate(-6deg);
  }

  .sticker.good { right: 36px; top: 230px; }
  .sticker.fun { left: 44px; top: 360px; transform: rotate(5deg); }

  .floating-card h3 {
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -.035em;
  }

  .floating-card p {
    margin-top: 7px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
  }

  .floating-card.top { top: 54px; left: 34px; }
  .floating-card.bottom { right: 28px; bottom: 54px; }

  .sparkline {
    display: flex;
    align-items: end;
    gap: 6px;
    height: 46px;
    margin-top: 14px;
  }

  .sparkline span {
    flex: 1;
    min-width: 8px;
    border-radius: 99px 99px 6px 6px;
    background: linear-gradient(180deg, #0ea5e9, #2563eb);
  }

  .sparkline span:nth-child(1) { height: 30%; }
  .sparkline span:nth-child(2) { height: 54%; }
  .sparkline span:nth-child(3) { height: 42%; }
  .sparkline span:nth-child(4) { height: 82%; }
  .sparkline span:nth-child(5) { height: 66%; }

  .logo-strip {
    padding: 12px 0 72px;
  }

  .strip-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 24px;
    border: 1px solid var(--hairline);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    box-shadow: 0 20px 60px -52px rgba(17, 24, 39, .55);
  }

  .strip-box span:first-child { color: var(--ink); letter-spacing: 0; }

  section { padding: 96px 0; }

  .proof {
    padding: 32px 0 96px;
  }

  .proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    gap: 18px;
    align-items: stretch;
  }

  .proof-card {
    padding: 34px;
    border: 1px solid var(--hairline);
    border-radius: var(--radius-xl);
    background:
      radial-gradient(520px 320px at 92% 8%, rgba(37, 99, 235, .12), transparent 62%),
      rgba(255,255,255,.78);
    box-shadow: var(--shadow-soft);
  }

  .proof-card h2 {
    font-size: clamp(32px, 4.2vw, 52px);
    line-height: 1.12;
    letter-spacing: -.065em;
    font-weight: 950;
  }

  .proof-card p {
    margin-top: 18px;
    max-width: 760px;
    color: var(--muted);
    font-size: 15px;
    line-height: 2;
  }

  .proof-list {
    display: grid;
    gap: 12px;
  }

  .proof-item {
    padding: 22px;
    border: 1px solid var(--hairline);
    border-radius: 26px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 18px 52px -44px rgba(17, 24, 39, .4);
  }

  .proof-item b {
    display: block;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -.04em;
  }

  .proof-item span {
    display: block;
    margin-top: 7px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
  }

  .milestones {
    padding: 96px 0;
    color: #fff;
    background:
      radial-gradient(700px 460px at 82% 16%, rgba(236, 72, 153, .20), transparent 62%),
      radial-gradient(680px 420px at 12% 88%, rgba(37, 99, 235, .24), transparent 62%),
      #0b1020;
  }

  .milestones .section-head p {
    color: rgba(255,255,255,.66);
  }

  .milestone-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .milestone-card {
    min-height: 260px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 30px;
    background: rgba(255,255,255,.07);
    box-shadow: 0 24px 70px -54px rgba(0,0,0,.75);
  }

  .milestone-card.flagship {
    grid-column: span 2;
    background:
      radial-gradient(460px 300px at 94% 0%, rgba(14, 165, 233, .20), transparent 64%),
      rgba(255,255,255,.09);
  }

  .milestone-badge {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #dbeafe;
    background: rgba(37, 99, 235, .22);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .12em;
  }

  .milestone-card h3 {
    margin-top: 22px;
    font-size: 23px;
    line-height: 1.18;
    letter-spacing: -.045em;
  }

  .milestone-card p {
    margin-top: 12px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.85;
  }

  .milestone-card .tag {
    color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.10);
  }

  .milestone-card .coverage-tags {
    gap: 7px;
    margin-top: 20px;
  }

  .milestone-card .coverage-tags .tag {
    min-height: 26px;
    padding: 0 9px;
    font-size: 11px;
    font-weight: 850;
  }

  .milestone-note {
    margin-top: 18px;
    color: rgba(255,255,255,.46);
    font-size: 12px;
    line-height: 1.8;
  }

  .section-head {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(320px, .5fr);
    align-items: end;
    gap: 40px;
    margin-bottom: 36px;
  }

  .label {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .16em;
  }

  .section-head h2,
  .story-copy h2,
  .closing h2 {
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1.12;
    letter-spacing: -.065em;
    font-weight: 950;
  }

  .section-head p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
  }

  .apps-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 18px;
  }

  .app-card {
    position: relative;
    display: flex;
    min-height: 360px;
    flex-direction: column;
    padding: 28px;
    border: 1px solid var(--hairline);
    border-radius: var(--radius-xl);
    background: rgba(255,255,255,.74);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .app-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
  .app-card:hover .card-link { transform: translateX(3px); }
  .app-card.featured { min-height: 500px; color: #fff; background: #15111d; }
  .app-card.featured::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(520px 320px at 82% 10%, rgba(244,177,131,.34), transparent 62%),
      radial-gradient(440px 320px at 10% 90%, rgba(194,105,63,.38), transparent 64%);
    pointer-events: none;
  }

  .app-card > * { position: relative; z-index: 1; }

  .app-side {
    display: grid;
    gap: 18px;
  }

  .app-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    font-weight: 950;
    letter-spacing: -.04em;
    box-shadow: 0 20px 34px -24px rgba(0,0,0,.68);
  }

  .maker { background: linear-gradient(135deg, #c2693f, #f4b183); }
  .pmp { background: linear-gradient(135deg, #2563eb, #0ea5e9); }
  .calc { background: linear-gradient(135deg, #111827, #7c3aed); }
  .fan { background: linear-gradient(135deg, #ec4899, #f97316); }

  .app-card h3 {
    margin-top: 22px;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.12;
    letter-spacing: -.055em;
  }

  .app-side .app-card h3 { font-size: 24px; }

  .audience {
    display: inline-flex;
    width: fit-content;
    margin-top: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #1d4ed8;
    background: rgba(37, 99, 235, .08);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
  }

  .featured .audience {
    color: #fef3c7;
    background: rgba(255,255,255,.12);
  }

  .app-card p {
    margin-top: 14px;
    max-width: 560px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
  }

  .app-card.featured p { color: rgba(255,255,255,.70); }

  .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
  }

  .tag {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--ink-2);
    background: rgba(17, 24, 39, .06);
    font-size: 11px;
    font-weight: 900;
  }

  .featured .tag { color: rgba(255,255,255,.88); background: rgba(255,255,255,.10); }

  .card-link {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    padding-top: 28px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 950;
    transition: transform .18s ease;
  }

  .featured .card-link { color: #fff; }

  .app-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 28px;
  }

  .app-actions .card-link {
    margin-top: 0;
    padding-top: 0;
  }

  .card-link.secondary {
    color: rgba(255,255,255,.76);
  }

  .card-link.muted-link {
    color: var(--muted);
    cursor: default;
  }

  .product-peek {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .peek {
    min-height: 148px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
  }

  .peek .bar {
    height: 10px;
    margin-bottom: 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
  }

  .peek .bar:nth-child(2) { width: 68%; }
  .peek .bar:nth-child(3) { width: 86%; }
  .peek .bar:nth-child(4) { width: 52%; }

  .philosophy {
    background:
      radial-gradient(650px 420px at 8% 20%, rgba(37, 99, 235, .08), transparent 62%),
      linear-gradient(180deg, #fff, #f7f8fb);
  }

  .portfolio {
    background:
      radial-gradient(680px 420px at 8% 12%, rgba(14, 165, 233, .12), transparent 62%),
      radial-gradient(620px 380px at 94% 92%, rgba(124, 58, 237, .10), transparent 62%),
      linear-gradient(180deg, #fff, #f7f8fb);
  }

  .portfolio-grid {
    display: grid;
    grid-template-columns: 1fr 1.34fr 1fr 1fr;
    gap: 16px;
  }

  .portfolio-category {
    min-height: 350px;
    padding: 24px;
    border: 1px solid var(--hairline);
    border-radius: 30px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 20px 58px -48px rgba(17, 24, 39, .46);
  }

  .portfolio-category.learning {
    background:
      radial-gradient(380px 240px at 92% 0%, rgba(37, 99, 235, .12), transparent 62%),
      rgba(255,255,255,.82);
  }

  .portfolio-kicker {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #1d4ed8;
    background: rgba(37, 99, 235, .08);
    font-size: 11px;
    font-weight: 950;
  }

  .portfolio-category h3 {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.28;
    letter-spacing: -.045em;
  }

  .portfolio-list {
    display: grid;
    gap: 9px;
    margin-top: 22px;
  }

  .portfolio-app {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(17, 24, 39, .07);
    border-radius: 16px;
    background: rgba(255,255,255,.62);
  }

  a.portfolio-app {
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
  }

  a.portfolio-app:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, .20);
    background: #fff;
  }

  .portfolio-app b {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: -.02em;
  }

  .portfolio-app span {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 10px;
    font-weight: 950;
  }

  .app-catalog {
    background:
      radial-gradient(720px 440px at 9% 10%, rgba(14, 165, 233, .12), transparent 62%),
      radial-gradient(620px 380px at 94% 92%, rgba(236, 72, 153, .10), transparent 62%),
      linear-gradient(180deg, #fff, #f7f8fb 52%, #fff);
  }

  .catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .catalog-card {
    position: relative;
    display: flex;
    min-height: 390px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--hairline);
    border-radius: 30px;
    background: rgba(255,255,255,.80);
    box-shadow: 0 20px 58px -48px rgba(17, 24, 39, .48);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .catalog-card::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -54px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .07);
    pointer-events: none;
  }

  .catalog-card.spotlight {
    background:
      radial-gradient(420px 260px at 92% 0%, rgba(194,105,63,.14), transparent 62%),
      rgba(255,255,255,.84);
  }

  .catalog-card.learning {
    background:
      radial-gradient(420px 260px at 92% 0%, rgba(37, 99, 235, .14), transparent 62%),
      rgba(255,255,255,.84);
  }

  .catalog-card.fun {
    background:
      radial-gradient(420px 260px at 92% 0%, rgba(236, 72, 153, .16), transparent 62%),
      rgba(255,255,255,.84);
  }

  .catalog-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, .18);
    box-shadow: var(--shadow);
  }

  .catalog-card > * {
    position: relative;
    z-index: 1;
  }

  .catalog-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .catalog-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 22px 42px -28px rgba(17, 24, 39, .70);
  }

  .catalog-icon-cluster {
    display: grid;
    grid-template-columns: repeat(4, 42px);
    gap: 8px;
    align-items: center;
  }

  .catalog-icon-cluster img {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    object-fit: cover;
    box-shadow: 0 16px 30px -22px rgba(17, 24, 39, .74);
  }

  .catalog-category {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #1d4ed8;
    background: rgba(37, 99, 235, .08);
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
  }

  .catalog-card h3 {
    margin-top: 22px;
    font-size: 25px;
    line-height: 1.18;
    letter-spacing: -.055em;
  }

  .catalog-card p {
    margin-top: 13px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
  }

  .catalog-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    margin-top: auto;
    padding-top: 26px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 950;
    transition: transform .18s ease;
  }

  .catalog-card:hover .catalog-link {
    transform: translateX(3px);
  }

  .catalog-link.muted {
    color: var(--muted);
  }

  .catalog-card:hover .catalog-link.muted {
    transform: none;
  }

  .catalog-link-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
  }

  .catalog-link-group a,
  .catalog-link-group span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--blue);
    background: rgba(37, 99, 235, .07);
    font-size: 12px;
    font-weight: 950;
  }

  .catalog-link-group span {
    color: var(--muted);
    background: rgba(17, 24, 39, .05);
  }

  .scenes {
    background:
      radial-gradient(520px 340px at 92% 8%, rgba(236, 72, 153, .10), transparent 62%),
      linear-gradient(180deg, #f7f8fb, #fff);
  }

  .scene-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .scene-card {
    position: relative;
    min-height: 260px;
    padding: 24px;
    border: 1px solid var(--hairline);
    border-radius: 30px;
    background: rgba(255,255,255,.76);
    box-shadow: 0 18px 52px -44px rgba(17, 24, 39, .4);
    overflow: hidden;
  }

  .scene-card::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -38px;
    width: 132px;
    height: 132px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .08);
  }

  .scene-card:nth-child(2)::after { background: rgba(245, 158, 11, .14); }
  .scene-card:nth-child(3)::after { background: rgba(124, 58, 237, .12); }
  .scene-card:nth-child(4)::after { background: rgba(236, 72, 153, .12); }

  .scene-kicker {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--ink);
    background: rgba(17, 24, 39, .06);
    font-size: 11px;
    font-weight: 950;
  }

  .scene-card h3 {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.28;
    letter-spacing: -.045em;
  }

  .scene-card p {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
  }

  .scene-card strong {
    color: var(--ink);
    font-weight: 950;
  }

  .principles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .promise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .principle {
    min-height: 244px;
    padding: 24px;
    border: 1px solid var(--hairline);
    border-radius: 28px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 18px 50px -44px rgba(17, 24, 39, .42);
  }

  .principle b {
    display: block;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -.04em;
  }

  .principle p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
  }

  .promise-card {
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 26px;
    border: 1px solid var(--hairline);
    border-radius: 30px;
    background: rgba(255,255,255,.80);
    box-shadow: 0 18px 50px -44px rgba(17, 24, 39, .42);
  }

  .promise-card b {
    display: block;
    font-size: 22px;
    line-height: 1.32;
    letter-spacing: -.05em;
  }

  .promise-card p {
    margin-top: 14px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
  }

  .microcopy {
    display: block;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 24, 39, .10);
    color: var(--blue);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.65;
  }

  .number {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 28px;
    border-radius: 999px;
    color: #fff;
    background: #111827;
    font-size: 12px;
    font-weight: 950;
  }

  .story {
    padding: 110px 0;
    color: #fff;
    background:
      radial-gradient(700px 460px at 80% 20%, rgba(14, 165, 233, .22), transparent 62%),
      radial-gradient(620px 380px at 18% 82%, rgba(124, 58, 237, .26), transparent 60%),
      #0b1020;
  }

  .story-grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 46px;
    align-items: start;
  }

  .story-copy p {
    margin-top: 20px;
    color: rgba(255,255,255,.68);
    font-size: 15px;
    line-height: 2;
  }

  .maker-note {
    margin-top: 24px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    color: rgba(255,255,255,.76);
    background: rgba(255,255,255,.06);
    font-size: 13px;
    line-height: 1.8;
  }

  .timeline {
    display: grid;
    gap: 12px;
  }

  .time-item {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 24px;
    background: rgba(255,255,255,.06);
  }

  .time-item time {
    color: #93c5fd;
    font-size: 13px;
    font-weight: 950;
  }

  .time-item b { display: block; }
  .time-item span {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
  }

  .quality {
    position: relative;
    padding: 112px 0;
    background:
      radial-gradient(760px 460px at 7% 4%, rgba(37, 99, 235, .13), transparent 62%),
      radial-gradient(680px 420px at 94% 16%, rgba(124, 58, 237, .12), transparent 64%),
      linear-gradient(180deg, #f7f8fb 0%, #fff 48%, #f7f8fb 100%);
    overflow: hidden;
  }

  .quality::before {
    content: "";
    position: absolute;
    inset: 32px max(22px, calc((100vw - var(--max)) / 2)) auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, .24), transparent);
    pointer-events: none;
  }

  .quality-intro {
    max-width: 870px;
  }

  .quality-intro h2 {
    max-width: 940px;
    font-size: clamp(34px, 4.8vw, 62px);
    line-height: 1.08;
    letter-spacing: -.07em;
    font-weight: 950;
  }

  .quality-line {
    display: block;
  }

  .quality-intro p {
    margin-top: 22px;
    max-width: 820px;
    color: var(--ink-2);
    font-size: 15px;
    line-height: 2;
  }

  .quality-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 34px 0 18px;
  }

  .quality-flow span {
    position: relative;
    display: grid;
    min-height: 46px;
    place-items: center;
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 999px;
    color: var(--blue);
    background: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 18px 44px -38px rgba(17, 24, 39, .42);
  }

  .quality-flow span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    width: 8px;
    height: 1px;
    background: rgba(37, 99, 235, .28);
  }

  .quality-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
  }

  .quality-card {
    position: relative;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 30px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 24px 64px -52px rgba(17, 24, 39, .48);
    overflow: hidden;
  }

  .quality-card::after {
    content: "";
    position: absolute;
    right: -54px;
    top: -58px;
    width: 148px;
    height: 148px;
    border-radius: 999px;
    background: rgba(14, 165, 233, .08);
    pointer-events: none;
  }

  .quality-card h3 {
    margin-top: 24px;
    font-size: 22px;
    line-height: 1.32;
    letter-spacing: -.055em;
  }

  .quality-card p {
    margin-top: 14px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
  }

  .quality-number {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    color: #fff;
    background:
      linear-gradient(135deg, var(--blue), var(--violet));
    font-size: 12px;
    font-weight: 950;
  }

  .quality-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
    padding-top: 22px;
  }

  .quality-tags span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--ink);
    background: rgba(37, 99, 235, .08);
    font-size: 11px;
    font-weight: 900;
  }

  .quality-note-card {
    display: grid;
    grid-template-columns: .92fr 1.18fr;
    gap: 30px;
    align-items: center;
    margin-top: 16px;
    padding: 28px;
    border: 1px solid rgba(37, 99, 235, .13);
    border-radius: 32px;
    color: #fff;
    background:
      radial-gradient(520px 280px at 92% 10%, rgba(14, 165, 233, .24), transparent 62%),
      radial-gradient(520px 280px at 8% 95%, rgba(124, 58, 237, .26), transparent 62%),
      #111827;
    box-shadow: 0 30px 78px -58px rgba(17, 24, 39, .62);
  }

  .quality-note-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: #93c5fd;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
  }

  .quality-note-card h3 {
    font-size: clamp(22px, 2.6vw, 34px);
    line-height: 1.24;
    letter-spacing: -.055em;
  }

  .quality-note-card p {
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.9;
  }

  .quality-disclaimer {
    margin-top: 12px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7;
  }

  .feedback-loop {
    position: relative;
    padding: 112px 0;
    color: #fff;
    background:
      radial-gradient(720px 420px at 87% 10%, rgba(14, 165, 233, .23), transparent 62%),
      radial-gradient(620px 400px at 12% 92%, rgba(124, 58, 237, .28), transparent 64%),
      linear-gradient(180deg, #0b1020 0%, #111827 52%, #0b1020 100%);
    overflow: hidden;
  }

  .feedback-loop::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at 50% 48%, #000, transparent 72%);
    opacity: .45;
    pointer-events: none;
  }

  .feedback-loop .wrap {
    position: relative;
    z-index: 1;
  }

  .feedback-label {
    color: #93c5fd;
  }

  .feedback-head {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(320px, .5fr);
    align-items: end;
    gap: 40px;
  }

  .feedback-head h2 {
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1.12;
    letter-spacing: -.065em;
    font-weight: 950;
  }

  .feedback-head h2 span {
    display: block;
  }

  .feedback-head p {
    color: rgba(255,255,255,.70);
    font-size: 15px;
    line-height: 2;
  }

  .feedback-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
  }

  .feedback-stats article {
    min-height: 190px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 30px;
    background: rgba(255,255,255,.06);
    box-shadow: 0 24px 70px -58px rgba(0,0,0,.85);
  }

  .feedback-stats span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #bfdbfe;
    background: rgba(147, 197, 253, .10);
    font-size: 11px;
    font-weight: 950;
  }

  .feedback-stats b {
    display: block;
    margin-top: 18px;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1;
    letter-spacing: -.055em;
  }

  .feedback-stats p {
    margin-top: 14px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    line-height: 1.85;
  }

  .feedback-voices {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 14px;
    margin-top: 16px;
  }

  .feedback-quote {
    position: relative;
    min-height: 260px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 32px;
    background:
      radial-gradient(420px 240px at 92% 8%, rgba(14, 165, 233, .16), transparent 62%),
      rgba(255,255,255,.075);
  }

  .feedback-quote.wide {
    background:
      radial-gradient(480px 260px at 90% 12%, rgba(236, 72, 153, .14), transparent 62%),
      rgba(255,255,255,.075);
  }

  .quote-mark {
    display: block;
    height: 42px;
    color: rgba(147, 197, 253, .65);
    font-size: 78px;
    line-height: .72;
    font-family: Georgia, serif;
  }

  .feedback-quote blockquote {
    margin: 18px 0 0;
    color: rgba(255,255,255,.92);
    font-size: clamp(20px, 2.4vw, 30px);
    line-height: 1.55;
    letter-spacing: -.045em;
    font-weight: 900;
  }

  .feedback-quote.wide blockquote {
    font-size: clamp(17px, 1.7vw, 23px);
    line-height: 1.75;
  }

  .feedback-quote cite {
    display: block;
    margin-top: 22px;
    color: rgba(255,255,255,.46);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
  }

  .closing {
    padding: 104px 0;
  }

  .closing-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 34px;
    padding: 40px;
    border-radius: 38px;
    color: #fff;
    background:
      radial-gradient(640px 360px at 88% 10%, rgba(14, 165, 233, .30), transparent 62%),
      radial-gradient(560px 360px at 12% 90%, rgba(124, 58, 237, .30), transparent 64%),
      #111827;
    box-shadow: var(--shadow);
  }

  .closing p {
    margin-top: 14px;
    max-width: 720px;
    color: rgba(255,255,255,.68);
  }

  .closing-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
  }

  footer {
    padding: 34px 0;
    border-top: 1px solid var(--hairline);
    background: #fff;
    color: var(--muted);
    font-size: 12px;
  }

  .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
  }

  .footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
  .footer-links a:hover { color: var(--blue); }

  .app-detail-main {
    overflow: hidden;
  }

  .app-detail-hero {
    padding: 82px 0 72px;
  }

  .app-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    align-items: center;
    gap: 58px;
  }

  .app-breadcrumb {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
  }

  .app-kicker {
    display: inline-flex;
    width: fit-content;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 999px;
    color: var(--blue);
    background: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
  }

  .app-detail-hero h1 {
    margin-top: 22px;
    font-size: clamp(46px, 7vw, 82px);
  }

  .app-detail-hero .hero-lead {
    max-width: 680px;
  }

  .app-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
  }

  .app-meta {
    padding: 16px;
    border: 1px solid var(--hairline);
    border-radius: 20px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 18px 48px -42px rgba(17, 24, 39, .46);
  }

  .app-meta b {
    display: block;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -.04em;
  }

  .app-meta span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 850;
  }

  .screenshot-stage {
    position: relative;
    min-height: 580px;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 42px;
    background:
      radial-gradient(420px 320px at 82% 8%, rgba(37, 99, 235, .18), transparent 64%),
      radial-gradient(420px 300px at 14% 92%, rgba(236, 72, 153, .14), transparent 62%),
      rgba(255,255,255,.72);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .screenshot-phone {
    position: absolute;
    width: 238px;
    border-radius: 34px;
    padding: 9px;
    background: #111827;
    box-shadow: 0 34px 70px -42px rgba(17, 24, 39, .78);
  }

  .screenshot-phone img {
    width: 100%;
    border-radius: 26px;
  }

  .screenshot-phone.main {
    left: 50%;
    top: 50%;
    width: 278px;
    transform: translate(-50%, -50%) rotate(-3deg);
    z-index: 3;
  }

  .screenshot-phone.left {
    left: 28px;
    top: 120px;
    transform: rotate(7deg);
    opacity: .78;
    z-index: 2;
  }

  .screenshot-phone.right {
    right: 24px;
    bottom: 92px;
    transform: rotate(6deg);
    opacity: .86;
    z-index: 2;
  }

  .app-detail-section {
    padding: 88px 0;
  }

  .feature-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .feature-box {
    min-height: 240px;
    padding: 24px;
    border: 1px solid var(--hairline);
    border-radius: 30px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 18px 52px -44px rgba(17, 24, 39, .4);
  }

  .feature-box .number {
    margin-bottom: 24px;
  }

  .feature-box h3 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.045em;
  }

  .feature-box p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
  }

  .usecase-band {
    color: #fff;
    background:
      radial-gradient(640px 360px at 88% 10%, rgba(14, 165, 233, .22), transparent 62%),
      radial-gradient(560px 360px at 12% 90%, rgba(124, 58, 237, .26), transparent 64%),
      #0b1020;
  }

  .usecase-grid {
    display: grid;
    grid-template-columns: .75fr 1fr;
    gap: 40px;
    align-items: start;
  }

  .usecase-grid p {
    color: rgba(255,255,255,.68);
  }

  .usecase-list {
    display: grid;
    gap: 12px;
  }

  .usecase-item {
    padding: 18px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px;
    background: rgba(255,255,255,.06);
  }

  .usecase-item b {
    display: block;
  }

  .usecase-item span {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
  }

  .app-cta {
    padding: 86px 0 104px;
  }

  .app-cta-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 34px;
    border: 1px solid var(--hairline);
    border-radius: 34px;
    background: rgba(255,255,255,.78);
    box-shadow: var(--shadow-soft);
  }

  .app-cta-card p {
    margin-top: 8px;
    color: var(--muted);
  }

  .pmp-hero {
    background:
      radial-gradient(760px 440px at 8% -8%, rgba(37, 99, 235, .14), transparent 62%),
      radial-gradient(640px 360px at 92% 8%, rgba(245, 158, 11, .14), transparent 60%);
  }

  .pmp-hero-title {
    max-width: 760px;
    font-size: clamp(42px, 6.2vw, 76px);
    line-height: 1.02;
  }

  .pmp-hero-title > span {
    display: block;
  }

  .pmp-hero-title .soft {
    white-space: nowrap;
  }

  .cca-hero {
    background:
      radial-gradient(760px 440px at 8% -8%, rgba(124, 58, 237, .15), transparent 62%),
      radial-gradient(640px 360px at 92% 8%, rgba(14, 165, 233, .14), transparent 60%);
  }

  .cca-hero h1 {
    max-width: 700px;
    font-size: clamp(42px, 5.55vw, 68px);
    line-height: 1.02;
  }

  .cca-hero h1 .hero-line,
  .cca-hero h1 .soft {
    white-space: normal;
  }

  .cca-why-now {
    background:
      radial-gradient(640px 380px at 92% 10%, rgba(124, 58, 237, .08), transparent 62%),
      linear-gradient(180deg, #fff, #f7f8fb);
  }

  .cca-tech-panel {
    align-content: start;
    background:
      radial-gradient(420px 260px at 92% 0%, rgba(124, 58, 237, .13), transparent 62%),
      rgba(255,255,255,.82);
  }

  .cca-heading-line {
    display: block;
  }

  @media (min-width: 1041px) {
    .cca-heading-line {
      white-space: nowrap;
    }
  }

  .pmp-proof {
    padding: 36px 0 86px;
  }

  .proof-number-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .proof-number {
    min-height: 132px;
    padding: 22px;
    border: 1px solid var(--hairline);
    border-radius: 26px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 18px 52px -44px rgba(17, 24, 39, .48);
  }

  .proof-number b {
    display: block;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -.06em;
  }

  .proof-number span {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.65;
  }

  .release-proof {
    background:
      radial-gradient(640px 380px at 8% 10%, rgba(37, 99, 235, .08), transparent 62%),
      linear-gradient(180deg, #fff, #f7f8fb);
  }

  .release-timeline {
    display: grid;
    gap: 12px;
  }

  .release-item {
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 18px;
    padding: 20px;
    border: 1px solid var(--hairline);
    border-radius: 24px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 18px 52px -44px rgba(17, 24, 39, .44);
  }

  .release-item time {
    color: var(--blue);
    font-size: 13px;
    font-weight: 950;
  }

  .release-item b {
    display: block;
    line-height: 1.35;
    letter-spacing: -.03em;
  }

  .release-item span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
  }

  .app-split-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(360px, 1fr);
    gap: 42px;
    align-items: center;
  }

  .app-split-grid.cca-wide-copy {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .56fr);
  }

  .section-head.cca-compare-head {
    grid-template-columns: minmax(0, .95fr) minmax(300px, .42fr);
  }

  .app-split-grid h2 {
    font-size: clamp(32px, 4.2vw, 54px);
    line-height: 1.12;
    letter-spacing: -.065em;
    font-weight: 950;
  }

  .app-split-grid p {
    margin-top: 18px;
    color: var(--muted);
    font-size: 15px;
    line-height: 2;
  }

  .feature-media-card,
  .feature-media-box {
    border: 1px solid var(--hairline);
    border-radius: 32px;
    background: rgba(255,255,255,.78);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
  }

  .feature-media-card img,
  .feature-media-box img {
    width: 100%;
    height: auto;
  }

  .compare-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--hairline);
    border-radius: 30px;
    background: rgba(255,255,255,.82);
    box-shadow: var(--shadow-soft);
  }

  .compare-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    font-size: 13px;
  }

  .compare-table th,
  .compare-table td {
    padding: 18px;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    text-align: left;
    vertical-align: top;
  }

  .compare-table th {
    color: var(--ink);
    background: rgba(37, 99, 235, .06);
    font-weight: 950;
  }

  .compare-table td:first-child {
    color: var(--ink);
    font-weight: 950;
    white-space: nowrap;
  }

  .compare-table tr:last-child td {
    border-bottom: 0;
  }

  .compare-table strong {
    color: #1d4ed8;
  }

  .feature-media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .feature-media-box {
    display: flex;
    min-height: 620px;
    flex-direction: column;
  }

  .feature-media-box img {
    aspect-ratio: 9 / 13;
    object-fit: cover;
    object-position: top center;
  }

  .feature-media-box div {
    padding: 22px;
  }

  .feature-media-box .number {
    margin-bottom: 20px;
  }

  .feature-media-box h3 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.045em;
  }

  .feature-media-box p {
    margin-top: 10px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
  }

  .pmp-feature-showcase {
    display: grid;
    gap: 18px;
  }

  .pmp-feature-card {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 24px;
    align-items: center;
    padding: 26px;
    border: 1px solid var(--hairline);
    border-radius: 34px;
    background:
      radial-gradient(460px 280px at 100% 0%, rgba(37, 99, 235, .08), transparent 62%),
      rgba(255,255,255,.82);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
  }

  .pmp-feature-hero-card {
    background:
      radial-gradient(560px 320px at 92% 0%, rgba(245, 158, 11, .18), transparent 62%),
      linear-gradient(135deg, rgba(15, 42, 74, .06), rgba(255,255,255,.9));
  }

  .pmp-feature-wide {
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  }

  .pmp-feature-copy {
    min-width: 0;
  }

  .pmp-feature-copy .number {
    margin-bottom: 18px;
  }

  .pmp-feature-kicker {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
  }

  .pmp-feature-copy h3 {
    font-size: clamp(24px, 2.8vw, 38px);
    line-height: 1.18;
    letter-spacing: -.06em;
  }

  .pmp-feature-copy p:not(.pmp-feature-kicker) {
    margin-top: 14px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.95;
  }

  .pmp-feature-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }

  .pmp-feature-badges span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    color: #0f2a4a;
    background: rgba(245, 158, 11, .14);
    font-size: 11px;
    font-weight: 950;
  }

  .pmp-eco-panel {
    min-height: 520px;
    padding: 28px;
    border-radius: 30px;
    color: #fff;
    background:
      radial-gradient(460px 260px at 88% 0%, rgba(245, 158, 11, .3), transparent 62%),
      linear-gradient(145deg, #0f2a4a, #1a3d6b);
    box-shadow: 0 24px 64px -46px rgba(15, 42, 74, .72);
  }

  .pmp-eco-panel-head {
    display: grid;
    justify-items: start;
  }

  .pmp-eco-badge {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #0f2a4a;
    background: #f5c76b;
    font-size: 11px;
    font-weight: 950;
  }

  .pmp-eco-panel h4 {
    margin-top: 18px;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.16;
    letter-spacing: -.065em;
  }

  .pmp-eco-panel p {
    margin-top: 12px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.75;
  }

  .pmp-eco-change-list {
    display: grid;
    gap: 9px;
    margin-top: 20px;
  }

  .pmp-eco-change {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 14px;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.14);
    border-left: 5px solid rgba(245, 158, 11, .9);
    border-radius: 16px;
    background: rgba(255,255,255,.08);
  }

  .pmp-eco-change.green { border-left-color: #50c878; }
  .pmp-eco-change.violet { border-left-color: #7b68ee; }
  .pmp-eco-change.red { border-left-color: #e74c3c; }
  .pmp-eco-change.blue { border-left-color: #4a90d9; }

  .pmp-eco-change b {
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
  }

  .pmp-eco-change span {
    grid-row: span 2;
    align-self: center;
    color: #f5c76b;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.035em;
  }

  .pmp-eco-change.green span { color: #50c878; }
  .pmp-eco-change.violet span { color: #a78bfa; }
  .pmp-eco-change.red span { color: #f87171; }
  .pmp-eco-change.blue span { color: #60a5fa; }

  .pmp-eco-change small {
    color: rgba(255,255,255,.58);
    font-size: 11px;
    line-height: 1.45;
  }

  .pmp-eco-bottom {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.14);
    text-align: center;
  }

  .pmp-eco-bottom b {
    display: block;
    color: #f5c76b;
    font-size: 13px;
    line-height: 1.55;
  }

  .pmp-eco-bottom span {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.48);
    font-size: 11px;
    line-height: 1.5;
  }

  .pmp-shot-strip {
    display: grid;
    gap: 12px;
  }

  .pmp-shot-strip.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pmp-shot-strip.formats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pmp-shot,
  .pmp-single-shot {
    margin: 0;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 24px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 52px -42px rgba(17, 24, 39, .48);
    overflow: hidden;
  }

  .pmp-shot img,
  .pmp-single-shot img {
    display: block;
    width: 100%;
    height: auto;
  }

  .pmp-shot img {
    aspect-ratio: 9 / 16;
    object-fit: cover;
    object-position: top center;
  }

  .pmp-single-shot {
    justify-self: center;
    width: min(100%, 340px);
  }

  .pmp-single-shot img {
    aspect-ratio: 9 / 16.2;
    object-fit: cover;
    object-position: top center;
  }

  .pmp-shot figcaption {
    padding: 10px 8px 12px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 950;
    text-align: center;
  }

  .cca-feature-showcase {
    display: grid;
    gap: 18px;
  }

  .cca-feature-card {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 24px;
    align-items: center;
    padding: 26px;
    border: 1px solid var(--hairline);
    border-radius: 34px;
    background:
      radial-gradient(460px 280px at 100% 0%, rgba(124, 58, 237, .09), transparent 62%),
      rgba(255,255,255,.84);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
  }

  .cca-feature-hero-card {
    background:
      radial-gradient(560px 320px at 92% 0%, rgba(197, 97, 51, .18), transparent 62%),
      linear-gradient(135deg, rgba(15, 23, 42, .06), rgba(255,255,255,.92));
  }

  .cca-feature-wide {
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  }

  .cca-feature-copy {
    min-width: 0;
  }

  .cca-feature-copy .number {
    margin-bottom: 18px;
  }

  .cca-feature-kicker {
    margin: 0 0 8px;
    color: #c56133;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
  }

  .cca-feature-copy h3 {
    font-size: clamp(24px, 2.8vw, 38px);
    line-height: 1.18;
    letter-spacing: -.06em;
  }

  .cca-feature-copy p:not(.cca-feature-kicker) {
    margin-top: 14px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.95;
  }

  .cca-cert-panel {
    min-height: 520px;
    padding: 28px;
    border-radius: 30px;
    color: #fff;
    background:
      radial-gradient(460px 260px at 88% 0%, rgba(197, 97, 51, .28), transparent 62%),
      linear-gradient(145deg, #111827, #1c2540 58%, #0f4d4a);
    box-shadow: 0 24px 64px -46px rgba(17, 24, 39, .78);
  }

  .cca-cert-badge {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #fff;
    background: #c56133;
    font-size: 11px;
    font-weight: 950;
  }

  .cca-cert-panel h4 {
    margin-top: 18px;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.16;
    letter-spacing: -.065em;
  }

  .cca-domain-bars {
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }

  .cca-domain-bars div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 12px;
    align-items: center;
  }

  .cca-domain-bars b {
    position: relative;
    min-height: 32px;
    padding: 8px 10px;
    border-radius: 999px;
    color: rgba(255,255,255,.88);
    background:
      linear-gradient(90deg, rgba(197, 97, 51, .72) var(--w), rgba(255,255,255,.08) var(--w));
    font-size: 12px;
    line-height: 1.35;
  }

  .cca-domain-bars span {
    color: #f59e0b;
    font-size: 14px;
    font-weight: 950;
    text-align: right;
  }

  .cca-cert-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 26px;
  }

  .cca-cert-specs span {
    min-height: 76px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.075);
    color: rgba(255,255,255,.58);
    font-size: 11px;
    line-height: 1.45;
  }

  .cca-cert-specs b {
    display: block;
    color: #fff;
    font-size: 20px;
    letter-spacing: -.035em;
  }

  .cca-shot-strip {
    display: grid;
    gap: 12px;
  }

  .cca-shot-strip.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cca-shot,
  .cca-single-shot {
    margin: 0;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 24px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 52px -42px rgba(17, 24, 39, .48);
    overflow: hidden;
  }

  .cca-shot img,
  .cca-single-shot img {
    display: block;
    width: 100%;
    height: auto;
  }

  .cca-shot img {
    aspect-ratio: 9 / 16;
    object-fit: cover;
    object-position: top center;
  }

  .cca-single-shot {
    justify-self: center;
    width: min(100%, 420px);
  }

  .cca-single-shot img {
    aspect-ratio: 10 / 14.2;
    object-fit: cover;
    object-position: top center;
  }

  .aws-value-showcase,
  .aws-feature-showcase {
    display: grid;
    gap: 18px;
  }

  .aws-value-card,
  .aws-feature-card {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 24px;
    align-items: center;
    padding: 26px;
    border: 1px solid var(--hairline);
    border-radius: 34px;
    background:
      radial-gradient(460px 280px at 100% 0%, rgba(245, 158, 11, .11), transparent 62%),
      rgba(255,255,255,.84);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
  }

  .aws-feature-wide {
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  }

  .aws-feature-copy {
    min-width: 0;
  }

  .aws-feature-copy .number {
    margin-bottom: 18px;
  }

  .aws-feature-kicker {
    margin: 0 0 8px;
    color: #f59e0b;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
  }

  .aws-feature-copy h3 {
    font-size: clamp(24px, 2.8vw, 38px);
    line-height: 1.18;
    letter-spacing: -.06em;
  }

  .aws-feature-copy p:not(.aws-feature-kicker) {
    margin-top: 14px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.95;
  }

  .aws-cert-panel {
    min-height: 520px;
    padding: 28px;
    border-radius: 30px;
    color: #fff;
    background:
      radial-gradient(460px 260px at 88% 0%, rgba(245, 158, 11, .27), transparent 62%),
      linear-gradient(145deg, #111827, #172033 56%, #153b46);
    box-shadow: 0 24px 64px -46px rgba(17, 24, 39, .78);
  }

  .aws-cert-badge {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #111827;
    background: #f59e0b;
    font-size: 11px;
    font-weight: 950;
  }

  .aws-cert-panel h4 {
    margin-top: 18px;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.16;
    letter-spacing: -.065em;
  }

  .aws-domain-bars {
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }

  .aws-domain-bars div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 12px;
    align-items: center;
  }

  .aws-domain-bars b {
    position: relative;
    min-height: 34px;
    padding: 9px 11px;
    border-radius: 999px;
    color: rgba(255,255,255,.9);
    background:
      linear-gradient(90deg, rgba(245, 158, 11, .72) var(--w), rgba(255,255,255,.08) var(--w));
    font-size: 12px;
    line-height: 1.35;
  }

  .aws-domain-bars span {
    color: #f59e0b;
    font-size: 14px;
    font-weight: 950;
    text-align: right;
  }

  .aws-cert-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 26px;
  }

  .aws-cert-specs span {
    min-height: 76px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.075);
    color: rgba(255,255,255,.58);
    font-size: 11px;
    line-height: 1.45;
  }

  .aws-cert-specs b {
    display: block;
    color: #fff;
    font-size: 20px;
    letter-spacing: -.035em;
  }

  .aws-single-shot {
    justify-self: center;
    width: min(100%, 420px);
    margin: 0;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 24px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 52px -42px rgba(17, 24, 39, .48);
    overflow: hidden;
  }

  .aws-single-shot img {
    display: block;
    width: 100%;
    aspect-ratio: 10 / 14.2;
    height: auto;
    object-fit: cover;
    object-position: top center;
  }

  .homeboard-hero {
    background:
      radial-gradient(620px 420px at 88% 12%, rgba(121, 184, 255, .24), transparent 62%),
      radial-gradient(520px 360px at 8% 86%, rgba(189, 242, 234, .42), transparent 62%);
  }

  .homeboard-hero .app-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
    gap: 42px;
  }

  .homeboard-hero h1 {
    max-width: 720px;
    font-size: clamp(46px, 5.4vw, 70px);
  }

  .homeboard-visual {
    position: relative;
    min-height: 650px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.84);
    border-radius: 44px;
    background:
      radial-gradient(360px 280px at 78% 8%, rgba(121, 184, 255, .18), transparent 62%),
      linear-gradient(145deg, rgba(255,255,255,.86), rgba(226, 247, 255, .68));
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .homeboard-visual::before,
  .homeboard-visual::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(.2px);
  }

  .homeboard-visual::before {
    width: 156px;
    height: 156px;
    right: 54px;
    top: 48px;
    background: rgba(189, 242, 234, .72);
  }

  .homeboard-visual::after {
    width: 112px;
    height: 112px;
    left: 58px;
    bottom: 76px;
    background: rgba(121, 184, 255, .26);
  }

  .homeboard-hero-screen {
    position: relative;
    z-index: 2;
    width: min(72%, 360px);
    margin: 0;
    filter: drop-shadow(0 34px 52px rgba(17, 24, 39, .22));
  }

  .homeboard-hero-screen img {
    display: block;
    width: 100%;
    height: auto;
  }

  .homeboard-floating-note {
    position: absolute;
    z-index: 3;
    max-width: 238px;
    padding: 15px 17px;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 22px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 18px 50px -38px rgba(17, 24, 39, .45);
    backdrop-filter: blur(18px);
  }

  .homeboard-floating-note b {
    display: block;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.4;
  }

  .homeboard-floating-note span {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.55;
  }

  .homeboard-floating-note.top {
    left: 30px;
    top: 84px;
  }

  .homeboard-floating-note.bottom {
    right: 28px;
    bottom: 82px;
  }

  .homeboard-problem-grid,
  .homeboard-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .homeboard-problem-card,
  .homeboard-value-card {
    min-height: 188px;
    padding: 22px;
    border: 1px solid var(--hairline);
    border-radius: 28px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 18px 52px -44px rgba(17, 24, 39, .42);
  }

  .homeboard-problem-card b,
  .homeboard-value-card b {
    display: block;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -.04em;
  }

  .homeboard-problem-card span,
  .homeboard-value-card span {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
  }

  .homeboard-board-card,
  .homeboard-privacy-card {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(300px, .72fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--hairline);
    border-radius: 38px;
    background:
      radial-gradient(520px 320px at 100% 0%, rgba(189, 242, 234, .38), transparent 64%),
      rgba(255,255,255,.84);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
  }

  .homeboard-privacy-card {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
    color: #fff;
    background:
      radial-gradient(520px 300px at 92% 8%, rgba(121, 184, 255, .26), transparent 64%),
      linear-gradient(145deg, #0f172a, #123046 58%, #0e5b62);
  }

  .homeboard-board-copy h2,
  .homeboard-privacy-card h2 {
    font-size: clamp(32px, 4.8vw, 60px);
    line-height: 1.1;
    letter-spacing: -.07em;
  }

  .homeboard-board-copy p,
  .homeboard-privacy-card p {
    margin-top: 16px;
    color: var(--muted);
    font-size: 15px;
    line-height: 2;
  }

  .homeboard-privacy-card p {
    color: rgba(255,255,255,.72);
  }

  .homeboard-mini-list {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .homeboard-mini-list span {
    display: inline-flex;
    width: fit-content;
    min-height: 34px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #126063;
    background: rgba(189, 242, 234, .62);
    font-size: 12px;
    font-weight: 950;
  }

  .homeboard-privacy-card .homeboard-mini-list span {
    color: #dffdf9;
    background: rgba(255,255,255,.1);
  }

  .homeboard-feature-showcase {
    display: grid;
    gap: 18px;
  }

  .homeboard-feature-card {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 24px;
    align-items: center;
    padding: 26px;
    border: 1px solid var(--hairline);
    border-radius: 34px;
    background:
      radial-gradient(460px 280px at 100% 0%, rgba(121, 184, 255, .14), transparent 62%),
      rgba(255,255,255,.84);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
  }

  .homeboard-feature-copy {
    min-width: 0;
  }

  .homeboard-feature-copy .number {
    margin-bottom: 18px;
  }

  .homeboard-feature-kicker {
    margin: 0 0 8px;
    color: #128c8a;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
  }

  .homeboard-feature-copy h3 {
    font-size: clamp(24px, 2.8vw, 38px);
    line-height: 1.18;
    letter-spacing: -.06em;
  }

  .homeboard-feature-copy p:not(.homeboard-feature-kicker) {
    margin-top: 14px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.95;
  }

  .homeboard-shot,
  .homeboard-shot-pair figure {
    margin: 0;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 24px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 52px -42px rgba(17, 24, 39, .48);
    overflow: hidden;
  }

  .homeboard-shot {
    justify-self: center;
    width: min(100%, 420px);
  }

  .homeboard-shot img,
  .homeboard-shot-pair img {
    display: block;
    width: 100%;
    aspect-ratio: 1419 / 2796;
    height: auto;
    object-fit: cover;
    object-position: top center;
  }

  .homeboard-shot-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .homeboard-usecase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .homeboard-usecase-card {
    min-height: 210px;
    padding: 22px;
    border: 1px solid var(--hairline);
    border-radius: 30px;
    background:
      radial-gradient(240px 180px at 100% 0%, rgba(189, 242, 234, .4), transparent 62%),
      rgba(255,255,255,.82);
    box-shadow: 0 18px 52px -44px rgba(17, 24, 39, .42);
  }

  .homeboard-usecase-card time {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    color: #126063;
    background: rgba(189, 242, 234, .62);
    font-size: 12px;
    font-weight: 950;
  }

  .homeboard-usecase-card b {
    display: block;
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.04em;
  }

  .homeboard-usecase-card span {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
  }

  .stral-hero {
    background:
      radial-gradient(620px 420px at 92% 12%, rgba(244, 172, 82, .26), transparent 62%),
      radial-gradient(520px 360px at 8% 88%, rgba(255, 214, 153, .38), transparent 62%);
  }

  .stral-hero .app-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
    gap: 42px;
  }

  .stral-hero h1 {
    max-width: 720px;
    font-size: clamp(46px, 5.8vw, 74px);
  }

  .stral-hero h1 .soft {
    background: linear-gradient(92deg, #f97316 0%, #f59e0b 34%, #ef4444 70%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .stral-visual {
    position: relative;
    min-height: 650px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.86);
    border-radius: 44px;
    background:
      radial-gradient(360px 280px at 78% 8%, rgba(249, 115, 22, .18), transparent 62%),
      linear-gradient(145deg, rgba(255,255,255,.88), rgba(255, 244, 225, .74));
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .stral-visual::before,
  .stral-visual::after {
    content: "";
    position: absolute;
    border-radius: 999px;
  }

  .stral-visual::before {
    width: 154px;
    height: 154px;
    right: 52px;
    top: 48px;
    background: rgba(253, 186, 116, .48);
  }

  .stral-visual::after {
    width: 118px;
    height: 118px;
    left: 54px;
    bottom: 72px;
    background: rgba(252, 211, 77, .34);
  }

  .stral-hero-screen {
    position: relative;
    z-index: 2;
    width: min(72%, 360px);
    margin: 0;
    filter: drop-shadow(0 34px 52px rgba(120, 53, 15, .20));
  }

  .stral-hero-screen img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 32px;
  }

  .stral-floating-note {
    position: absolute;
    z-index: 3;
    max-width: 238px;
    padding: 15px 17px;
    border: 1px solid rgba(255,255,255,.84);
    border-radius: 22px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 50px -38px rgba(120, 53, 15, .45);
    backdrop-filter: blur(18px);
  }

  .stral-floating-note b {
    display: block;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.4;
  }

  .stral-floating-note span {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.55;
  }

  .stral-floating-note.top {
    left: 30px;
    top: 84px;
  }

  .stral-floating-note.bottom {
    right: 28px;
    bottom: 82px;
  }

  .stral-problem-grid,
  .stral-life-grid,
  .stral-type-grid,
  .stral-custom-grid,
  .stral-usecase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .stral-custom-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stral-problem-card,
  .stral-life-card,
  .stral-type-card,
  .stral-custom-card,
  .stral-usecase-card {
    min-height: 190px;
    padding: 22px;
    border: 1px solid var(--hairline);
    border-radius: 28px;
    background:
      radial-gradient(220px 160px at 100% 0%, rgba(253, 186, 116, .22), transparent 62%),
      rgba(255,255,255,.82);
    box-shadow: 0 18px 52px -44px rgba(120, 53, 15, .36);
  }

  .stral-type-card .number {
    margin-bottom: 18px;
  }

  .stral-problem-card b,
  .stral-life-card b,
  .stral-type-card b,
  .stral-custom-card b,
  .stral-usecase-card b {
    display: block;
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: -.04em;
  }

  .stral-problem-card span,
  .stral-life-card span,
  .stral-custom-card span,
  .stral-usecase-card span,
  .stral-type-card p {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
  }

  .stral-recovery-card,
  .stral-ecosystem-card {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(300px, .78fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--hairline);
    border-radius: 38px;
    background:
      radial-gradient(520px 320px at 100% 0%, rgba(253, 186, 116, .28), transparent 64%),
      rgba(255,255,255,.86);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
  }

  .stral-ecosystem-card {
    color: #fff;
    background:
      radial-gradient(520px 300px at 92% 8%, rgba(249, 115, 22, .28), transparent 64%),
      linear-gradient(145deg, #111827, #431407 56%, #7c2d12);
  }

  .stral-recovery-copy h2,
  .stral-ecosystem-card h2 {
    font-size: clamp(32px, 4.8vw, 60px);
    line-height: 1.1;
    letter-spacing: -.07em;
  }

  .stral-recovery-copy p,
  .stral-ecosystem-card p {
    margin-top: 16px;
    color: var(--muted);
    font-size: 15px;
    line-height: 2;
  }

  .stral-ecosystem-card p {
    color: rgba(255,255,255,.72);
  }

  .stral-mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }

  .stral-mini-list span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #9a3412;
    background: rgba(254, 215, 170, .68);
    font-size: 12px;
    font-weight: 950;
  }

  .stral-ecosystem-card .stral-mini-list span {
    color: #ffedd5;
    background: rgba(255,255,255,.1);
  }

  .stral-shot,
  .stral-watch-shot {
    margin: 0;
    border: 1px solid rgba(17, 24, 39, .08);
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 52px -42px rgba(120, 53, 15, .42);
    overflow: hidden;
  }

  .stral-shot {
    justify-self: center;
    width: min(100%, 420px);
    border-radius: 24px;
  }

  .stral-shot img {
    display: block;
    width: 100%;
    aspect-ratio: 1206 / 2622;
    height: auto;
    object-fit: cover;
    object-position: top center;
  }

  .stral-device-pair {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 16px;
    align-items: end;
  }

  .stral-watch-shot {
    align-self: center;
    border-radius: 28px;
    background: #050505;
  }

  .stral-watch-shot img {
    display: block;
    width: 100%;
    height: auto;
  }

  .stral-usecase-card time {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    color: #9a3412;
    background: rgba(254, 215, 170, .68);
    font-size: 12px;
    font-weight: 950;
  }

  .stral-usecase-card b {
    margin-top: 18px;
  }

  .physique-hero {
    background:
      radial-gradient(640px 420px at 92% 12%, rgba(20, 184, 166, .22), transparent 62%),
      radial-gradient(520px 360px at 8% 88%, rgba(15, 23, 42, .10), transparent 62%);
  }

  .physique-hero .app-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
    gap: 44px;
  }

  .physique-hero h1 {
    max-width: 760px;
    font-size: clamp(44px, 5.6vw, 74px);
  }

  .physique-hero h1 .soft {
    background: linear-gradient(92deg, #0f766e 0%, #14b8a6 34%, #2563eb 68%, #111827 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .physique-visual {
    position: relative;
    min-height: 650px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.86);
    border-radius: 44px;
    background:
      radial-gradient(360px 280px at 78% 8%, rgba(20, 184, 166, .20), transparent 62%),
      radial-gradient(300px 240px at 10% 92%, rgba(15, 23, 42, .12), transparent 64%),
      linear-gradient(145deg, rgba(255,255,255,.90), rgba(234, 252, 248, .78));
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .physique-visual::before,
  .physique-visual::after {
    content: "";
    position: absolute;
    border-radius: 999px;
  }

  .physique-visual::before {
    width: 154px;
    height: 154px;
    right: 52px;
    top: 48px;
    background: rgba(20, 184, 166, .24);
  }

  .physique-visual::after {
    width: 118px;
    height: 118px;
    left: 54px;
    bottom: 72px;
    background: rgba(17, 24, 39, .08);
  }

  .physique-phone {
    position: relative;
    z-index: 2;
    width: min(72%, 348px);
    min-height: 572px;
    padding: 16px;
    border: 10px solid #111827;
    border-radius: 42px;
    background: #f8fffd;
    box-shadow: 0 34px 58px -42px rgba(15, 23, 42, .74);
    overflow: hidden;
  }

  .physique-phone-main {
    transform: rotate(-3deg);
  }

  .physique-phone-bar,
  .physique-form-head,
  .physique-dashboard-head,
  .physique-chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .physique-phone-bar {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
  }

  .physique-dashboard {
    margin-top: 18px;
    padding: 18px;
    border-radius: 26px;
    background:
      radial-gradient(180px 120px at 92% 0%, rgba(20, 184, 166, .18), transparent 62%),
      #fff;
    box-shadow: 0 22px 52px -42px rgba(15, 23, 42, .44);
  }

  .physique-dashboard-head span,
  .physique-form-head span,
  .physique-chart-head span {
    color: #0f766e;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .physique-dashboard-head b,
  .physique-form-head b,
  .physique-chart-head b {
    color: #111827;
    font-size: 13px;
  }

  .physique-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
  }

  .physique-stat-grid div {
    min-height: 86px;
    padding: 12px;
    border: 1px solid rgba(15, 118, 110, .12);
    border-radius: 20px;
    background: #f0fdfa;
  }

  .physique-stat-grid b {
    display: inline;
    color: #111827;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.06em;
  }

  .physique-stat-grid span {
    margin-left: 4px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 950;
  }

  .physique-stat-grid small {
    display: block;
    margin-top: 7px;
    color: #64748b;
    font-size: 11px;
    font-weight: 850;
  }

  .physique-mini-chart {
    position: relative;
    display: flex;
    align-items: end;
    gap: 8px;
    height: 94px;
    margin-top: 18px;
    padding: 14px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fafc, #ecfeff);
    overflow: hidden;
  }

  .physique-mini-chart::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 50%;
    height: 2px;
    background: rgba(15, 118, 110, .12);
  }

  .physique-mini-chart i {
    position: relative;
    z-index: 1;
    flex: 1;
    border-radius: 999px;
    background: linear-gradient(180deg, #14b8a6, #0f766e);
  }

  .physique-mini-chart i:nth-child(1) { height: 64px; }
  .physique-mini-chart i:nth-child(2) { height: 58px; }
  .physique-mini-chart i:nth-child(3) { height: 54px; }
  .physique-mini-chart i:nth-child(4) { height: 48px; }
  .physique-mini-chart i:nth-child(5) { height: 42px; }
  .physique-mini-chart i:nth-child(6) { height: 36px; }

  .physique-photo-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px;
  }

  .physique-photo-row span {
    aspect-ratio: 1 / 1.18;
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(17, 24, 39, .12), rgba(20, 184, 166, .18)),
      #f8fafc;
  }

  .physique-dashboard p {
    margin-top: 14px;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.65;
  }

  .physique-floating-note {
    position: absolute;
    z-index: 3;
    max-width: 244px;
    padding: 15px 17px;
    border: 1px solid rgba(255,255,255,.84);
    border-radius: 22px;
    background: rgba(255,255,255,.90);
    box-shadow: 0 18px 50px -38px rgba(15, 23, 42, .45);
    backdrop-filter: blur(18px);
  }

  .physique-floating-note b {
    display: block;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.4;
  }

  .physique-floating-note span {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.55;
  }

  .physique-floating-note.top {
    left: 30px;
    top: 84px;
  }

  .physique-floating-note.bottom {
    right: 28px;
    bottom: 82px;
  }

  .physique-problem-grid,
  .physique-metric-grid,
  .physique-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .physique-problem-card,
  .physique-metric-card,
  .physique-ecosystem-card {
    min-height: 194px;
    padding: 22px;
    border: 1px solid var(--hairline);
    border-radius: 28px;
    background:
      radial-gradient(220px 160px at 100% 0%, rgba(20, 184, 166, .18), transparent 62%),
      rgba(255,255,255,.84);
    box-shadow: 0 18px 52px -44px rgba(15, 118, 110, .34);
  }

  .physique-problem-card b,
  .physique-metric-card b,
  .physique-ecosystem-card b {
    display: block;
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: -.04em;
  }

  .physique-metric-card span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: #0f766e;
    background: rgba(204, 251, 241, .70);
    font-size: 12px;
    font-weight: 950;
  }

  .physique-problem-card span,
  .physique-metric-card p,
  .physique-ecosystem-card span {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
  }

  .physique-input-card,
  .physique-photo-card,
  .physique-daily-card,
  .physique-ai-card {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(300px, .78fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--hairline);
    border-radius: 38px;
    background:
      radial-gradient(520px 320px at 100% 0%, rgba(20, 184, 166, .22), transparent 64%),
      rgba(255,255,255,.88);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
  }

  .physique-feature-copy h2,
  .physique-daily-card h2,
  .physique-ai-card h2,
  .physique-trend-card h2 {
    font-size: clamp(32px, 4.8vw, 60px);
    line-height: 1.1;
    letter-spacing: -.07em;
  }

  .physique-feature-copy p,
  .physique-daily-card p,
  .physique-ai-card p,
  .physique-trend-card p {
    margin-top: 16px;
    color: var(--muted);
    font-size: 15px;
    line-height: 2;
  }

  .physique-mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }

  .physique-mini-list span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #0f766e;
    background: rgba(204, 251, 241, .70);
    font-size: 12px;
    font-weight: 950;
  }

  .physique-mini-list.dark span {
    color: #ccfbf1;
    background: rgba(255,255,255,.10);
  }

  .physique-form-phone {
    justify-self: center;
    width: min(100%, 370px);
    min-height: auto;
    transform: none;
  }

  .physique-form-phone label {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 10px;
    padding: 12px 13px;
    border-radius: 15px;
    color: #64748b;
    background: #f8fafc;
    font-size: 12px;
    font-weight: 850;
  }

  .physique-form-phone label strong {
    color: #111827;
  }

  .physique-auto-box {
    margin-top: 14px;
    padding: 14px;
    border-radius: 20px;
    background: #ecfeff;
  }

  .physique-auto-box > span {
    display: block;
    margin-bottom: 8px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 950;
  }

  .physique-auto-box div {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px solid rgba(15, 118, 110, .10);
    font-size: 13px;
  }

  .physique-dark-section {
    color: #fff;
    background:
      radial-gradient(620px 360px at 84% 10%, rgba(20, 184, 166, .24), transparent 64%),
      radial-gradient(520px 360px at 12% 86%, rgba(37, 99, 235, .18), transparent 64%),
      #0b1020;
  }

  .physique-trend-card {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(300px, .78fr);
    gap: 28px;
    align-items: center;
  }

  .physique-dark-section .label {
    color: #5eead4;
  }

  .physique-dark-section p {
    color: rgba(255,255,255,.70);
  }

  .physique-chart-panel,
  .physique-daily-panel,
  .physique-ai-bubble {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 24px 64px -46px rgba(0,0,0,.68);
    backdrop-filter: blur(18px);
  }

  .physique-chart-value {
    display: flex;
    align-items: end;
    gap: 10px;
    margin-top: 28px;
  }

  .physique-chart-value b {
    font-size: 46px;
    line-height: 1;
    letter-spacing: -.06em;
  }

  .physique-chart-value span {
    color: rgba(255,255,255,.62);
    font-size: 12px;
    font-weight: 850;
  }

  .physique-line-chart {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: end;
    gap: 10px;
    height: 210px;
    margin-top: 24px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
  }

  .physique-line-chart span {
    display: block;
    border-radius: 999px;
    background: linear-gradient(180deg, #5eead4, #14b8a6);
  }

  .physique-line-chart span:nth-child(1) { height: 84%; }
  .physique-line-chart span:nth-child(2) { height: 78%; }
  .physique-line-chart span:nth-child(3) { height: 70%; }
  .physique-line-chart span:nth-child(4) { height: 65%; }
  .physique-line-chart span:nth-child(5) { height: 58%; }
  .physique-line-chart span:nth-child(6) { height: 52%; }
  .physique-line-chart span:nth-child(7) { height: 46%; }

  .physique-photo-card {
    color: #fff;
    background:
      radial-gradient(520px 320px at 100% 0%, rgba(20, 184, 166, .24), transparent 64%),
      linear-gradient(145deg, #111827, #0f172a 58%, #134e4a);
  }

  .physique-photo-card p {
    color: rgba(255,255,255,.70);
  }

  .physique-photo-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .physique-photo-compare figure {
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 28px;
    background: rgba(255,255,255,.08);
  }

  .physique-photo-compare span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 11px;
    margin-bottom: 10px;
    border-radius: 999px;
    color: #ccfbf1;
    background: rgba(255,255,255,.10);
    font-size: 11px;
    font-weight: 950;
  }

  .physique-photo-compare i {
    display: block;
    aspect-ratio: 3 / 4.5;
    border-radius: 20px;
    background:
      radial-gradient(54px 110px at 50% 28%, rgba(255,255,255,.42), transparent 62%),
      linear-gradient(180deg, rgba(20, 184, 166, .38), rgba(15, 23, 42, .74));
  }

  .physique-photo-compare figcaption {
    margin-top: 10px;
    color: rgba(255,255,255,.64);
    font-size: 12px;
    font-weight: 850;
    text-align: center;
  }

  .physique-daily-panel {
    border-color: rgba(15, 118, 110, .12);
    background: rgba(255,255,255,.86);
    box-shadow: 0 18px 52px -44px rgba(15, 118, 110, .34);
  }

  .physique-daily-row {
    padding: 16px;
    border-radius: 20px;
    background: #f8fafc;
  }

  .physique-daily-row + .physique-daily-row {
    margin-top: 12px;
  }

  .physique-daily-row b,
  .physique-daily-row span {
    display: block;
  }

  .physique-daily-row b {
    font-size: 15px;
  }

  .physique-daily-row span {
    margin-top: 2px;
    color: #0f766e;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.04em;
  }

  .physique-daily-row i {
    display: block;
    height: 10px;
    margin-top: 10px;
    border-radius: 999px;
    background:
      linear-gradient(90deg, #14b8a6 var(--value), #e2e8f0 var(--value));
  }

  .physique-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .physique-check-grid span {
    padding: 9px 10px;
    border-radius: 14px;
    color: #0f766e;
    background: #ccfbf1;
    font-size: 12px;
    font-weight: 950;
  }

  .physique-daily-panel p {
    margin-top: 14px;
    color: #475569;
    font-size: 13px;
    font-weight: 850;
  }

  .physique-ai-card {
    color: #fff;
    background:
      radial-gradient(520px 320px at 100% 0%, rgba(20, 184, 166, .24), transparent 64%),
      linear-gradient(145deg, #042f2e, #0f172a);
  }

  .physique-ai-card p {
    color: rgba(255,255,255,.72);
  }

  .physique-ai-bubble {
    border-color: rgba(94, 234, 212, .24);
  }

  .physique-ai-bubble b,
  .physique-ai-bubble span {
    display: block;
  }

  .physique-ai-bubble b {
    color: #ccfbf1;
    font-size: 18px;
  }

  .physique-ai-bubble span {
    margin-top: 12px;
    color: rgba(255,255,255,.74);
    font-size: 15px;
    line-height: 1.9;
  }

  .physique-disclaimer {
    margin-top: 14px !important;
    color: rgba(100, 116, 139, .82) !important;
    font-size: 11px !important;
    line-height: 1.75 !important;
  }

  .physique-ai-card .physique-disclaimer {
    color: rgba(255,255,255,.56) !important;
  }

  .physique-theme-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
  }

  .physique-theme-row span {
    min-height: 132px;
    display: flex;
    align-items: end;
    padding: 16px;
    border-radius: 28px;
    color: #fff;
    background:
      radial-gradient(110px 90px at 86% 10%, rgba(255,255,255,.28), transparent 62%),
      var(--theme);
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 18px 52px -44px rgba(15, 23, 42, .42);
  }

  .cca-shot figcaption {
    padding: 10px 8px 12px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 950;
    text-align: center;
  }

  .language-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 28px;
    border: 1px solid var(--hairline);
    border-radius: 32px;
    background:
      radial-gradient(420px 260px at 92% 0%, rgba(37, 99, 235, .12), transparent 62%),
      rgba(255,255,255,.80);
    box-shadow: var(--shadow-soft);
  }

  .language-panel span {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 15px;
    border-radius: 999px;
    color: var(--ink);
    background: #fff;
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 16px 38px -32px rgba(17, 24, 39, .45);
  }

  .source-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .source-list a {
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid var(--hairline);
    border-radius: 20px;
    color: var(--ink);
    background: rgba(255,255,255,.84);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.5;
    box-shadow: 0 18px 52px -44px rgba(17, 24, 39, .42);
    transition: transform .18s ease, border-color .18s ease;
  }

  .source-list a:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, .24);
  }

  .legal-note {
    margin-top: 14px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.75;
  }

  @media (max-width: 1040px) {
    .hero-grid,
    .proof-grid,
    .app-detail-grid,
    .section-head,
    .story-grid,
    .feedback-head,
    .feedback-voices,
    .quality-note-card,
    .pmp-feature-card,
    .pmp-feature-wide,
    .cca-feature-card,
    .cca-feature-wide,
    .aws-value-card,
    .aws-feature-card,
    .aws-feature-wide,
    .homeboard-board-card,
    .homeboard-privacy-card,
    .homeboard-feature-card,
    .stral-recovery-card,
    .stral-ecosystem-card,
    .physique-input-card,
    .physique-photo-card,
    .physique-daily-card,
    .physique-ai-card,
    .physique-trend-card,
    .app-split-grid,
    .usecase-grid,
    .app-cta-card,
    .closing-card {
      grid-template-columns: 1fr;
    }

    .homeboard-hero .app-detail-grid {
      grid-template-columns: 1fr;
      gap: 42px;
    }

    .stral-hero .app-detail-grid {
      grid-template-columns: 1fr;
      gap: 42px;
    }

    .physique-hero .app-detail-grid {
      grid-template-columns: 1fr;
      gap: 42px;
    }

    .product-stage { min-height: auto; }
    .icon-showcase { min-height: auto; }
    .hero-icon-grid {
      width: min(100%, 560px);
      margin: 0 auto;
    }
    .apps-grid { grid-template-columns: 1fr; }
    .app-side { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .quality-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .feedback-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .source-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .proof-number-grid,
    .feature-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pmp-shot-strip.formats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .homeboard-problem-grid,
    .homeboard-value-grid,
    .homeboard-usecase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stral-problem-grid,
    .stral-life-grid,
    .stral-type-grid,
    .stral-usecase-grid,
    .physique-problem-grid,
    .physique-metric-grid,
    .physique-ecosystem-grid,
    .physique-theme-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stral-custom-grid { grid-template-columns: 1fr; }
    .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .promise-grid { grid-template-columns: 1fr; }
    .feature-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .scene-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .milestone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .closing-actions { justify-content: flex-start; }
  }

  @media (max-width: 720px) {
    .wrap { width: min(100% - 36px, var(--max)); }
    .nav-links { display: none; }
    .nav { height: 66px; }
    .brand small { display: none; }
    .hero { padding: 62px 0 54px; }
    h1 { font-size: clamp(38px, 10.7vw, 42px); }
    .hero-lead { font-size: 15px; }
    .trust-row,
    .app-meta-grid,
    .catalog-grid,
    .quality-grid,
    .feedback-stats,
    .source-list,
    .proof-number-grid,
    .feature-media-grid,
    .portfolio-grid,
    .principles,
    .promise-grid,
    .feature-list-grid,
    .scene-grid,
    .milestone-grid,
    .app-side,
    .product-peek,
    .homeboard-problem-grid,
    .homeboard-value-grid,
    .homeboard-usecase-grid,
    .homeboard-board-card,
    .homeboard-privacy-card,
    .homeboard-feature-card,
    .homeboard-shot-pair,
    .stral-problem-grid,
    .stral-life-grid,
    .stral-type-grid,
    .stral-custom-grid,
    .stral-usecase-grid,
    .stral-recovery-card,
    .stral-ecosystem-card,
    .stral-device-pair,
    .physique-problem-grid,
    .physique-metric-grid,
    .physique-ecosystem-grid,
    .physique-input-card,
    .physique-photo-card,
    .physique-daily-card,
    .physique-ai-card,
    .physique-trend-card,
    .physique-theme-row,
    .physique-photo-compare {
      grid-template-columns: 1fr;
    }
    .milestone-card.flagship { grid-column: auto; }
    .product-stage {
      min-height: auto;
      padding: 22px;
      border-radius: 32px;
    }
    .icon-showcase { min-height: auto; }
    .hero-icon-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      width: 100%;
      padding: 14px;
      border-radius: 26px;
    }
    .hero-app-icon { border-radius: 18px; }
    .phone {
      width: 244px;
      min-height: 500px;
    }
    .phone-screen { min-height: 472px; }
    .homeboard-visual {
      min-height: 540px;
      border-radius: 32px;
    }
    .homeboard-hero-screen {
      width: min(78%, 292px);
    }
    .homeboard-floating-note {
      max-width: 190px;
      padding: 12px 14px;
      border-radius: 18px;
    }
    .homeboard-floating-note.top {
      left: 18px;
      top: 24px;
    }
    .homeboard-floating-note.bottom {
      right: 16px;
      bottom: 26px;
    }
    .homeboard-board-card,
    .homeboard-privacy-card,
    .homeboard-feature-card {
      padding: 22px;
      border-radius: 28px;
    }
    .homeboard-shot {
      width: min(100%, 340px);
    }
    .stral-visual {
      min-height: 540px;
      border-radius: 32px;
    }
    .stral-hero-screen {
      width: min(78%, 292px);
    }
    .stral-floating-note {
      max-width: 190px;
      padding: 12px 14px;
      border-radius: 18px;
    }
    .stral-floating-note.top {
      left: 18px;
      top: 24px;
    }
    .stral-floating-note.bottom {
      right: 16px;
      bottom: 26px;
    }
    .stral-recovery-card,
    .stral-ecosystem-card {
      padding: 22px;
      border-radius: 28px;
    }
    .stral-shot {
      width: min(100%, 340px);
    }
    .stral-watch-shot {
      width: min(100%, 180px);
      justify-self: center;
    }
    .physique-visual {
      min-height: 540px;
      border-radius: 32px;
    }
    .physique-hero h1 {
      font-size: clamp(38px, 10.4vw, 44px);
    }
    .physique-hero h1 .soft {
      white-space: normal;
    }
    .physique-phone {
      width: min(78%, 292px);
      min-height: 506px;
      border-radius: 34px;
      border-width: 8px;
      padding: 12px;
    }
    .physique-floating-note {
      max-width: 190px;
      padding: 12px 14px;
      border-radius: 18px;
    }
    .physique-floating-note.top {
      left: 18px;
      top: 24px;
    }
    .physique-floating-note.bottom {
      right: 16px;
      bottom: 26px;
    }
    .physique-input-card,
    .physique-photo-card,
    .physique-daily-card,
    .physique-ai-card {
      padding: 22px;
      border-radius: 28px;
    }
    .physique-chart-panel,
    .physique-daily-panel,
    .physique-ai-bubble {
      padding: 18px;
      border-radius: 24px;
    }
    .floating-card {
      position: relative;
      width: auto;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      margin: 18px;
    }
    .floating-card.bottom { display: none; }
    .strip-box {
      align-items: flex-start;
      border-radius: 26px;
      flex-direction: column;
    }
    section { padding: 72px 0; }
    .proof { padding: 24px 0 72px; }
    .proof-card { padding: 26px; }
    .quality { padding: 76px 0; }
    .quality-flow {
      grid-template-columns: 1fr;
      gap: 8px;
      margin-top: 28px;
    }
    .quality-flow span:not(:last-child)::after { display: none; }
    .quality-card {
      min-height: auto;
      padding: 22px;
    }
    .quality-note-card {
      padding: 24px;
      border-radius: 28px;
    }
    .feedback-loop { padding: 78px 0; }
    .feedback-head { gap: 22px; }
    .feedback-stats article,
    .feedback-quote {
      min-height: auto;
      padding: 24px;
      border-radius: 28px;
    }
    .pmp-feature-card {
      padding: 22px;
      border-radius: 28px;
    }
    .pmp-shot-strip.three,
    .pmp-shot-strip.formats {
      display: flex;
      grid-template-columns: none;
      gap: 10px;
      margin-inline: -4px;
      padding: 0 4px 8px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
    }
    .pmp-shot-strip .pmp-shot {
      flex: 0 0 218px;
      scroll-snap-align: start;
    }
    .pmp-eco-panel {
      min-height: auto;
      padding: 26px;
      border-radius: 26px;
    }
    .pmp-eco-change {
      grid-template-columns: 1fr;
      gap: 6px;
    }
    .pmp-eco-change span {
      grid-row: auto;
      justify-self: start;
    }
    .pmp-single-shot {
      width: min(100%, 320px);
    }
    .cca-feature-card {
      padding: 22px;
      border-radius: 28px;
    }
    .aws-value-card,
    .aws-feature-card {
      grid-template-columns: 1fr;
      padding: 22px;
      border-radius: 28px;
    }
    .aws-cert-panel {
      min-height: auto;
      padding: 26px;
      border-radius: 26px;
    }
    .aws-cert-specs,
    .aws-domain-bars div {
      grid-template-columns: 1fr;
    }
    .aws-cert-specs {
      gap: 6px;
    }
    .aws-cert-specs span {
      min-height: auto;
      padding: 10px 12px;
    }
    .aws-cert-specs b {
      display: inline;
      margin-right: 6px;
      font-size: 16px;
    }
    .aws-domain-bars span {
      text-align: left;
    }
    .aws-single-shot {
      width: min(100%, 340px);
    }
    .cca-cert-panel {
      min-height: auto;
      padding: 26px;
      border-radius: 26px;
    }
    .cca-cert-specs,
    .cca-domain-bars div {
      grid-template-columns: 1fr;
    }
    .cca-cert-specs {
      gap: 6px;
    }
    .cca-cert-specs span {
      min-height: auto;
      padding: 10px 12px;
    }
    .cca-cert-specs b {
      display: inline;
      margin-right: 6px;
      font-size: 16px;
    }
    .cca-domain-bars span {
      text-align: left;
    }
    .cca-shot-strip.three {
      display: flex;
      grid-template-columns: none;
      gap: 10px;
      margin-inline: -4px;
      padding: 0 4px 8px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
    }
    .cca-shot-strip .cca-shot {
      flex: 0 0 218px;
      scroll-snap-align: start;
    }
    .cca-single-shot {
      width: min(100%, 340px);
    }
    .app-card { min-height: auto; }
    .app-card.featured { min-height: auto; }
    .catalog-card { min-height: auto; padding: 22px; }
    .catalog-icon { width: 64px; height: 64px; border-radius: 19px; }
    .feature-media-box { min-height: auto; }
    .feature-media-box img { aspect-ratio: auto; }
    .time-item,
    .release-item { grid-template-columns: 1fr; }
    .app-detail-hero { padding: 56px 0 48px; }
    .screenshot-stage { min-height: 500px; border-radius: 32px; }
    .screenshot-phone.main { width: 230px; }
    .screenshot-phone.left,
    .screenshot-phone.right { display: none; }
    .app-cta-card { padding: 28px; }
    .app-cta-card .btn { width: 100%; }
    .closing-card { padding: 28px; }
    .closing-actions .btn { width: 100%; }
  }

/* Closing（締め）— 1文ステートメント用バランス調整 */
.closing-card.statement {
  grid-template-columns: 1fr;
  text-align: center;
  padding: 60px 44px;
}
.closing-card.statement h2 {
  font-size: clamp(22px, 2.7vw, 32px);
  line-height: 1.55;
  letter-spacing: -.01em;
  font-weight: 900;
  max-width: 880px;
  margin: 0 auto;
}
.closing-card.statement p {
  margin: 18px auto 0;
  max-width: 680px;
  font-size: 15px;
  line-height: 1.7;
}

/* Certification series pages */
.cert-hero {
  background:
    radial-gradient(780px 460px at 6% -10%, rgba(37, 99, 235, .14), transparent 62%),
    radial-gradient(640px 420px at 96% 4%, rgba(124, 58, 237, .13), transparent 60%);
}

.cert-hero.aws {
  background:
    radial-gradient(760px 440px at 6% -8%, rgba(245, 158, 11, .16), transparent 62%),
    radial-gradient(680px 420px at 94% 8%, rgba(14, 165, 233, .12), transparent 62%);
}

.cert-hero.microsoft {
  background:
    radial-gradient(760px 440px at 6% -8%, rgba(37, 99, 235, .14), transparent 62%),
    radial-gradient(680px 420px at 94% 8%, rgba(16, 185, 129, .12), transparent 62%);
}

.cert-hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.9vw, 62px);
  line-height: 1.02;
}

.cert-visual {
  position: relative;
  min-height: 600px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 44px;
  background:
    radial-gradient(420px 300px at 88% 8%, rgba(124, 58, 237, .16), transparent 62%),
    radial-gradient(420px 300px at 12% 92%, rgba(14, 165, 233, .14), transparent 64%),
    rgba(255,255,255,.72);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cert-icon-panel {
  position: absolute;
  left: 44px;
  top: 44px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, 70px);
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 28px 72px -48px rgba(17, 24, 39, .76);
  backdrop-filter: blur(18px);
}

.cert-icon-panel.single {
  grid-template-columns: 84px;
}

.cert-icon-panel img {
  width: 70px;
  height: 70px;
  border-radius: 21px;
  object-fit: cover;
  box-shadow: 0 14px 34px -28px rgba(17, 24, 39, .9);
}

.cert-icon-panel.single img {
  width: 84px;
  height: 84px;
  border-radius: 24px;
}

.cert-screen {
  position: absolute;
  width: 250px;
  border-radius: 34px;
  padding: 9px;
  background: #111827;
  box-shadow: 0 34px 70px -42px rgba(17, 24, 39, .78);
}

.cert-screen img {
  display: block;
  width: 100%;
  border-radius: 26px;
}

.cert-screen.main {
  left: 50%;
  top: 52%;
  width: 288px;
  z-index: 4;
  transform: translate(-50%, -50%) rotate(-2deg);
}

.cert-screen.left {
  left: 26px;
  bottom: 58px;
  z-index: 2;
  opacity: .78;
  transform: rotate(5deg);
}

.cert-screen.right {
  right: 26px;
  top: 94px;
  z-index: 3;
  opacity: .84;
  transform: rotate(6deg);
}

.cert-section-dark {
  color: #fff;
  background:
    radial-gradient(700px 420px at 88% 10%, rgba(37, 99, 235, .25), transparent 62%),
    radial-gradient(640px 380px at 12% 88%, rgba(124, 58, 237, .22), transparent 64%),
    #0b1020;
}

.cert-section-dark p,
.cert-section-dark .section-head p {
  color: rgba(255,255,255,.68);
}

.cert-shift-grid,
.cert-value-grid,
.cert-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cert-shift-card,
.cert-value-card,
.cert-roadmap-card {
  min-height: 188px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  background: rgba(255,255,255,.06);
}

.cert-value-card,
.cert-roadmap-card {
  border-color: var(--hairline);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 52px -44px rgba(17, 24, 39, .42);
}

.cert-shift-card b,
.cert-value-card b,
.cert-roadmap-card b {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.cert-shift-card span,
.cert-value-card span,
.cert-roadmap-card span {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.75;
}

.cert-value-card span,
.cert-roadmap-card span {
  color: var(--muted);
}

.cert-lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cert-app-card {
  position: relative;
  min-height: 330px;
  padding: 26px;
  border: 1px solid var(--hairline);
  border-radius: 32px;
  background:
    radial-gradient(360px 220px at 96% 8%, rgba(37, 99, 235, .10), transparent 62%),
    rgba(255,255,255,.78);
  box-shadow: 0 22px 58px -48px rgba(17, 24, 39, .52);
  overflow: hidden;
}

.cert-app-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cert-app-card-header img {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 16px 34px -28px rgba(17, 24, 39, .84);
}

.cert-app-card h3 {
  margin-top: 18px;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -.06em;
}

.cert-app-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.cert-app-card .tag-row {
  margin-top: 18px;
}

.cert-mini-label {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(37, 99, 235, .09);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}

.cert-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--hairline);
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 52px -44px rgba(17, 24, 39, .42);
}

.cert-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.cert-compare-table th,
.cert-compare-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--hairline);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.7;
}

.cert-compare-table th {
  color: #111827;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(247,248,251,.78);
}

.cert-compare-table tr:last-child td {
  border-bottom: 0;
}

.cert-compare-table td:nth-child(3) {
  color: #111827;
  font-weight: 800;
}

.cert-note {
  margin-top: 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 1040px) {
  .cert-shift-grid,
  .cert-value-grid,
  .cert-roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cert-lineup-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .cert-visual {
    min-height: 500px;
    border-radius: 32px;
  }

  .cert-icon-panel {
    left: 22px;
    top: 22px;
    grid-template-columns: repeat(4, 48px);
    gap: 9px;
    padding: 12px;
    border-radius: 22px;
  }

  .cert-icon-panel.single {
    grid-template-columns: 64px;
  }

  .cert-icon-panel img {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .cert-icon-panel.single img {
    width: 64px;
    height: 64px;
    border-radius: 19px;
  }

  .cert-screen.main {
    width: 230px;
    top: 57%;
  }

  .cert-screen.left,
  .cert-screen.right {
    display: none;
  }

  .cert-shift-grid,
  .cert-value-grid,
  .cert-roadmap-grid {
    grid-template-columns: 1fr;
  }

  .cert-app-card {
    min-height: auto;
    padding: 22px;
    border-radius: 28px;
  }
}
