:root {
  --bg: #06131d;
  --bg-soft: #0b202b;
  --panel: rgba(12, 32, 39, 0.78);
  --panel-solid: #0d2229;
  --line: rgba(142, 220, 221, 0.16);
  --text: #eefcfb;
  --muted: #9bb5b8;
  --teal: #2de2c4;
  --teal-deep: #1baaa9;
  --green: #74df88;
  --max: 1180px;
  --radius-lg: 30px;
  --radius-md: 18px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--text); background: radial-gradient(circle at 75% 10%, rgba(24, 134, 138, 0.16), transparent 30rem), var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-shell { overflow: hidden; }
.site-header, main, .site-footer { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 82px; border-bottom: 1px solid var(--line); background: rgba(7, 17, 22, 0.76); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { border-radius: 12px; object-fit: cover; }
.brand strong { display: block; font-size: 1.05rem; letter-spacing: -0.02em; }
.brand small { display: block; color: var(--muted); font-size: 0.72rem; }
.main-nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 0.92rem; }
.main-nav > a:not(.button), .footer-links a { transition: color .2s ease; }
.main-nav > a:not(.button):hover, .footer-links a:hover { color: var(--text); }
.nav-actions { display: flex; gap: 10px; margin-left: 4px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 18px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: 0.92rem; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #04201f; background: linear-gradient(135deg, var(--teal), #61e6a8); box-shadow: 0 10px 28px rgba(39, 224, 208, .18); }
.button-primary:hover { background: linear-gradient(135deg, #63f1e1, #8df2bd); }
.button-ghost { color: var(--text); border-color: var(--line); background: rgba(255, 255, 255, 0.035); }
.button-ghost:hover { border-color: rgba(142, 220, 221, .38); background: rgba(255, 255, 255, .08); }
.button-small { min-height: 38px; padding-inline: 14px; font-size: 0.82rem; }
.button-large { min-height: 54px; padding-inline: 22px; font-size: 0.96rem; }
.menu-toggle { display: none; color: var(--text); border: 0; background: none; }
.hero { display: grid; grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr); align-items: center; gap: 60px; min-height: 680px; padding-block: 70px 96px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--teal); font-size: .76rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 18px var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(3rem, 5.7vw, 5.45rem); line-height: .97; letter-spacing: -.075em; }
h1 span { display: block; }
h2 { margin-bottom: 16px; font-size: clamp(2.2rem, 4.5vw, 4.25rem); line-height: 1; letter-spacing: -.065em; }
h3 { margin-bottom: 8px; font-size: 1.1rem; letter-spacing: -.025em; }
.hero-lead { max-width: 580px; margin-bottom: 32px; color: #c1d5d5; font-size: 1.17rem; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note, .data-note { margin: 18px 0 0; color: var(--muted); font-size: .85rem; }
.hero-art { position: relative; min-height: 580px; display: grid; place-items: center; }
.mascot-stage { position: relative; z-index: 1; width: min(100%, 480px); transform: translateY(5px) rotate(-2deg); }
.mascot-stage::before { content: ""; position: absolute; z-index: -1; inset: 13% -12% 4%; border-radius: 50%; background: radial-gradient(circle, rgba(39, 224, 208, .27), rgba(39, 224, 208, .08) 45%, transparent 72%); filter: blur(18px); }
.mascot-stage img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; object-position: center; border-radius: 47% 53% 45% 55% / 38% 42% 58% 62%; mix-blend-mode: screen; filter: saturate(1.12) contrast(1.04); }
.mascot-badge { position: absolute; right: -10px; bottom: 9%; display: flex; align-items: center; gap: 8px; padding: 11px 14px; border: 1px solid rgba(116, 223, 136, .28); border-radius: 999px; color: #c8f2dc; background: rgba(7, 27, 29, .86); box-shadow: 0 10px 30px rgba(0, 0, 0, .28); font-size: .78rem; }
.status-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(116, 223, 136, .12), 0 0 16px var(--green); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .78; }
.orb-one { width: 300px; height: 300px; right: 4%; top: 3%; background: radial-gradient(circle at 35% 35%, rgba(39, 224, 208, .32), transparent 66%); }
.orb-two { width: 230px; height: 230px; left: 3%; bottom: 2%; background: radial-gradient(circle at 50% 40%, rgba(116, 223, 136, .18), transparent 68%); }
.auth-choice { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 23px; color: var(--muted); font-size: .86rem; }
.auth-choice a { color: var(--teal); font-weight: 700; }
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--line); }
.stats-strip > div { display: flex; flex-direction: column; gap: 2px; padding: 24px 18px; background: rgba(7, 17, 22, .94); }
.stats-strip strong { color: var(--teal); font-size: 1.35rem; }
.stats-strip span { color: var(--muted); font-size: .86rem; }
.section { padding-block: 120px; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading > p:last-child, .split-panel p, .cta-panel p { color: var(--muted); }
.feature-grid, .plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card, .plan-card, .faq-list details { border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(13, 34, 41, .94), rgba(8, 24, 30, .78)); }
.feature-card { min-height: 245px; padding: 27px; }
.feature-card-highlight { border-color: rgba(39, 224, 208, .38); background: linear-gradient(145deg, rgba(21, 75, 76, .78), rgba(8, 27, 32, .9)); }
.feature-card p, .plan-card p { color: var(--muted); font-size: .92rem; }
.icon-tile { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border: 1px solid rgba(39, 224, 208, .3); border-radius: 13px; color: var(--teal); background: rgba(39, 224, 208, .1); font-size: 1.2rem; }
.split-panel { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; }
.step-list { display: grid; gap: 23px; margin: 38px 0 26px; }
.step { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.step > span { color: var(--teal); font-size: .82rem; font-weight: 800; }
.step h3 { margin-bottom: 3px; font-size: 1rem; }
.step p { margin: 0; font-size: .9rem; }
.text-link { display: inline-flex; gap: 8px; color: var(--teal); font-weight: 700; }
.mini-panel { padding: 24px; border: 1px solid rgba(39, 224, 208, .25); border-radius: 24px; background: linear-gradient(160deg, rgba(18, 55, 59, .88), rgba(8, 22, 29, .95)); box-shadow: var(--shadow); }
.mini-panel-top, .mini-row, .mini-status { display: flex; align-items: center; }
.mini-panel-top { gap: 8px; padding-bottom: 24px; color: var(--muted); font-size: .84rem; }
.mini-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.mini-lock { margin-left: auto; color: var(--teal); }
.mini-status { gap: 16px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-ring { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(116, 223, 136, .5); border-radius: 50%; color: var(--green); background: rgba(116, 223, 136, .1); font-size: 1.5rem; }
.mini-status small, .mini-status strong { display: block; }
.mini-status small { color: var(--muted); font-size: .78rem; }
.mini-status strong { margin-top: 4px; font-size: 1rem; }
.mini-row { justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.mini-row strong { color: var(--text); font-size: .88rem; }
.mini-button { display: flex; justify-content: space-between; margin-top: 20px; padding: 14px 16px; border-radius: 13px; color: #06201f; background: var(--teal); font-weight: 800; }
.section-heading-inline { display: flex; justify-content: space-between; align-items: end; gap: 24px; max-width: none; }
.section-heading-inline > p { max-width: 300px; margin-bottom: 17px; font-size: .9rem; }
.plan-card { display: flex; flex-direction: column; min-height: 390px; padding: 28px; }
.plan-card-featured { border-color: rgba(39, 224, 208, .5); background: linear-gradient(145deg, rgba(16, 67, 69, .9), rgba(9, 29, 35, .9)); transform: translateY(-10px); }
.plan-label { margin-bottom: 45px; color: var(--teal); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.plan-card h3 { margin-bottom: 5px; font-size: 1.6rem; }
.plan-price { display: grid; gap: 2px; margin-top: 22px; }
.plan-price del { color: #779295; font-size: .86rem; }
.plan-price strong { color: var(--text); font-size: 1.8rem; letter-spacing: -.04em; }
.plan-price span { color: var(--teal); font-size: .73rem; font-weight: 700; }
.plan-card ul { display: grid; gap: 10px; padding: 0; margin: 24px 0 30px; list-style: none; color: #c8dada; font-size: .9rem; }
.plan-card li::before { content: "✓"; margin-right: 10px; color: var(--green); }
.plan-card .button { margin-top: auto; }
.cta-panel { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 46px; border: 1px solid rgba(39, 224, 208, .28); border-radius: var(--radius-lg); background: radial-gradient(circle at 82% 40%, rgba(39, 224, 208, .18), transparent 20rem), linear-gradient(135deg, rgba(14, 55, 58, .9), rgba(8, 28, 34, .9)); }
.cta-panel h2 { max-width: 650px; margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.45rem); }
.cta-panel p { margin: 0; }
.faq-section { max-width: 940px; margin-inline: auto; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 21px 24px; }
.faq-list summary { cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--teal); font-size: 1.3rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; margin: 14px 0 0; color: var(--muted); font-size: .9rem; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding-block: 44px 55px; border-top: 1px solid var(--line); }
.footer-brand p, .footer-note { margin: 14px 0 0; color: var(--muted); font-size: .82rem; }
.footer-links { display: flex; flex-wrap: wrap; align-items: start; justify-content: end; gap: 18px; color: var(--muted); font-size: .82rem; }
.footer-note { grid-column: 1 / -1; margin-top: 0; }
@media (max-width: 920px) {
  .main-nav { gap: 15px; font-size: .82rem; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 72px; }
  .hero-art { min-height: 410px; }
  .split-panel { grid-template-columns: 1fr; gap: 40px; }
  .plan-card-featured { transform: none; }
}
@media (max-width: 720px) {
  .site-header, main, .site-footer { width: min(var(--max), calc(100% - 30px)); }
  .site-header { min-height: 70px; }
  .menu-toggle { display: grid; gap: 4px; padding: 8px 0 8px 10px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; border-radius: 2px; background: var(--text); }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-top: 0; background: rgba(7, 17, 22, .97); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 12px 4px; }
  .nav-actions { display: grid; grid-template-columns: 1fr 1fr; margin: 8px 0 0; }
  .hero { gap: 24px; padding-block: 55px 70px; }
  .hero-copy { order: 1; }
  .hero-art { order: 2; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .hero-art { min-height: 350px; }
  .mascot-stage { width: min(100%, 330px); }
  .mascot-badge { right: -4px; bottom: 3%; font-size: .7rem; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .section { padding-block: 76px; }
  .feature-grid, .plans-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .section-heading-inline { display: block; }
  .section-heading-inline > p { max-width: none; }
  .cta-panel { display: grid; padding: 28px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Hero: readable copy on the left, complete mascot on the right. */
.hero { grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr); gap: 48px; min-height: 670px; padding-block: 48px 64px; }
.hero-copy { grid-column: 1; grid-row: 1; min-width: 0; }
.hero-art { grid-column: 2; grid-row: 1; min-height: 540px; }
.hero h1 { font-size: clamp(2.5rem, 4.1vw, 3.75rem); line-height: 1.12; letter-spacing: -.045em; max-width: 670px; margin-bottom: 24px; }
.hero h1 span { display: block; }
.hero-accent { color: var(--teal); }
.hero-lead { max-width: 530px; font-size: 1.08rem; line-height: 1.65; }
.mascot-stage { width: min(100%, 390px); transform: none; }
.mascot-stage img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 0; mix-blend-mode: screen; }
.mascot-badge { right: 0; bottom: -18px; }
@media (max-width: 1040px) and (min-width: 921px) {
  .main-nav { gap: 12px; font-size: .8rem; }
  .hero { gap: 28px; }
  .hero h1 { font-size: 2.9rem; }
}
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { grid-column: 1; grid-row: 1; }
  .hero-art { grid-column: 1; grid-row: 2; min-height: 0; }
  .hero h1 { font-size: clamp(2.2rem, 6.3vw, 3.7rem); }
  .mascot-stage { width: min(100%, 320px); }
}
@media (max-width: 720px) {
  .hero { padding-block: 44px 58px; }
  .hero h1 { font-size: clamp(2rem, 8.1vw, 3.2rem); line-height: 1.14; }
  .hero-lead { font-size: 1rem; }
  .hero .eyebrow { letter-spacing: .13em; }
}

/* Editorial rhythm and a visible brand mark. */
.brand { gap: 12px; flex-shrink: 0; }
.brand img { width: 56px; height: 60px; object-fit: contain; border-radius: 0; filter: brightness(1.45) saturate(1.15) drop-shadow(0 0 9px rgba(39,224,208,.24)); }
.brand strong { font-size: 1.48rem; font-weight: 800; letter-spacing: -.035em; }
.brand small { font-size: .73rem; color: #bbd2d3; }
.site-header { min-height: 90px; }
h2 { font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.12; letter-spacing: -.04em; }
.section { padding-block: 72px; }
.section-heading { margin-bottom: 32px; }
.section-heading p:last-child { line-height: 1.65; margin-bottom: 0; }
.connection-section { border-top: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px; }
.connection-step { padding: 8px 24px 8px 0; }
.step-number { display: block; color: var(--teal); font-size: .85rem; font-weight: 700; margin-bottom: 22px; }
.connection-step h3 { margin-bottom: 12px; font-size: 1.2rem; }
.connection-step p { color: var(--muted); font-size: .96rem; line-height: 1.7; margin-bottom: 0; }
.plans-grid { gap: 20px; }
.plan-card { padding: 30px; min-height: 0; }
.plan-card-featured { transform: none; }
.plan-label { margin-bottom: 22px; letter-spacing: .08em; }
.plan-card h3 { font-size: 1.75rem; margin-bottom: 8px; }
.plan-card > p { margin-bottom: 0; min-height: 44px; line-height: 1.55; }
.plan-price { margin-top: 24px; gap: 8px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.plan-price strong { font-size: 2.4rem; line-height: 1.2; }
.plan-price strong small { font-size: .85rem; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.plan-price span { font-size: .78rem; }
.plan-price .plan-total { margin: 0; font-size: .84rem; color: #c1d5d5; }
.plan-card ul { margin: 24px 0 28px; gap: 13px; }
.plan-card .button { width: 100%; min-height: 48px; }
.data-note { max-width: 800px; line-height: 1.65; margin-top: 24px; }
.cta-panel { padding: 40px; margin-block: 40px 24px; align-items: center; }
.cta-panel h2 { font-size: clamp(2rem,3vw,2.6rem); }
.cta-panel .eyebrow { margin-bottom: 14px; }
.cta-actions { flex-shrink: 0; flex-direction: column; }
.faq-list summary { display:flex; justify-content:space-between; gap:20px; line-height:1.55; }
.faq-list summary::after { float: none; flex-shrink: 0; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline:2px solid var(--teal); outline-offset:5px; }
section[id] { scroll-margin-top: 30px; }
@media(max-width: 1040px) { .main-nav { gap: 16px; } }
@media(max-width: 920px) {
  .main-nav { font-size: .78rem; gap: 10px; }
  .button-small { padding-inline: 10px; }
  .brand strong { font-size: 1.3rem; }
  .brand img { width: 46px; height: 52px; }
  .plan-card { padding: 22px; }
  .plan-price strong { font-size: 2rem; }
}
@media(max-width: 720px) {
  .site-header { min-height: 80px; }
  .brand img { width: 48px; height: 54px; }
  .brand strong { font-size: 1.4rem; }
  .section { padding-block: 48px; }
  .steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .connection-step { padding: 0 0 24px; border-bottom: 1px solid var(--line); }
  .connection-step:last-child { border-bottom: 0; padding-bottom: 0; }
  .step-number { margin-bottom: 12px; }
  .plan-card { padding: 26px; }
  .plan-card > p { min-height: 0; }
  .plan-price strong { font-size: 2.4rem; }
  .plan-label { margin-bottom: 18px; }
  .cta-panel { padding: 26px; margin-block: 24px 0; }
  .section-heading-inline > p { margin-top: 12px; }
  .nav-actions { grid-template-columns: 1fr; gap: 10px; }
  .nav-actions .button { min-height: 46px; }
  .menu-toggle { min-width: 44px; min-height: 44px; align-content: center; justify-content: center; padding: 8px; }
  .footer-links { flex-direction: column; gap: 18px; }
}

.footer-brand { min-width: 200px; }
.footer-links { max-width: 720px; line-height: 1.6; }
@media (max-width: 920px) {
  .plans-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .plan-card { padding: 30px; }
  .plan-card > p { min-height: 0; }
  .steps-grid { grid-template-columns: 1fr; gap: 26px; }
  .connection-step { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
  .connection-step:last-child { border-bottom: 0; }
  .step-number { margin-bottom: 12px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

/* Independent homepage shell: full-width header and grouped sections. */
:root { --max: 1360px; }
.header-band { position: sticky; top: 0; z-index: 20; width: 100%; background: rgba(7,17,22,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.site-header { position: relative; top: auto; background: transparent; border: 0; backdrop-filter: none; }
.site-shell { overflow: clip; }
.hero { grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 64px; padding-block: 56px 80px; }
.hero h1 { max-width: 760px; font-size: clamp(2.5rem,4vw,4.15rem); }
.mascot-stage { width: min(100%,420px); }
.connection-section { padding: 48px; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(ellipse at 95% 0%,rgba(39,224,208,.09),transparent 60%),#0a1b21; margin-bottom: 24px; }
.steps-grid { gap: 22px; }
.connection-step { padding: 24px; border: 1px solid rgba(142,220,221,.1); border-radius: 18px; background: rgba(5,16,21,.5); }
.connection-step p { max-width: 35ch; }
#plans { padding-block: 72px; }
.plan-card { padding: 32px; }
.plan-price strong { font-size: 2.65rem; white-space: nowrap; }
.plan-price del { font-size: .78rem; }
.plan-price strong small { font-size: .9rem; }
.faq-section { max-width: none; padding: 48px; margin-block: 48px 72px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(140deg,#0b1c23,#09171c); display:grid; grid-template-columns: .72fr 1.28fr; gap:48px; align-items:start; }
.faq-section .section-heading { margin-bottom: 0; }
.faq-list details { background: rgba(5,16,21,.5); }
.faq-list details p { line-height: 1.75; }
.site-footer { padding-block: 16px 40px; }
.footer-brand { min-width: 200px; }
.orb-one { animation: ambient-drift 16s ease-in-out infinite alternate; }
.orb-two { animation: ambient-drift 20s ease-in-out infinite alternate-reverse; }
@keyframes ambient-drift { from { transform:translate(-12px, 8px) scale(.92); opacity:.45; } to { transform:translate(14px,-12px) scale(1.08); opacity:.8; } }
@media(max-width:1100px) { .hero {gap:32px;} .plan-price strong {font-size:2.2rem;} .faq-section {gap:28px;grid-template-columns:1fr 1.5fr;} }
@media(max-width:920px) {
 .hero {grid-template-columns:1fr;}
 .connection-section,.faq-section {padding:32px;}
 .connection-step,.connection-step:last-child {padding:24px;border:1px solid var(--line);}
 .faq-section {grid-template-columns:1fr;gap:24px;}
 .plans-grid {max-width:640px;}
}
@media(max-width:720px) {
 .hero {padding-block:36px 48px;gap:26px;}
 .hero h1 {font-size:clamp(2rem,8.1vw,3.2rem);}
 .mascot-stage {width:min(100%,300px);}
 .connection-section,.faq-section {padding:24px 20px;border-radius:22px;}
 .connection-section .section-heading {margin-bottom:24px;}
 .connection-step,.connection-step:last-child {padding:20px;}
 #plans {padding-block:48px;}
 .plan-card {padding:26px;}
 .plan-price strong {font-size:2.4rem;}
 .faq-section {margin-block:32px 48px;}
 .faq-list details {padding:18px;}
 .site-footer {padding-block:24px 36px;}
}
@media(prefers-reduced-motion:reduce) { .orb {animation:none;} }

section[id], main[id] { scroll-margin-top: 116px; }

.connection-step p { max-width: none; text-wrap: pretty; }
.connection-step h3 { min-height: 0; margin-bottom: 8px; }
.connection-step p { margin:0; line-height:1.75; }
.plan-price strong { font-size:clamp(2rem,3vw,2.65rem); }
@media(max-width:720px) { .connection-step p { font-size:.9rem; } .connection-step h3 { min-height:0; } .plan-price strong {font-size:2.1rem;} }

/* Shared ambient surfaces stay independent from Cabinet updates. */
.connection-section, #plans, .faq-section { position: relative; isolation: isolate; overflow: visible; }
.connection-section::before, #plans::before, .faq-section::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: 0; border-radius: inherit; background: radial-gradient(ellipse at 15% 35%,rgba(45,226,196,.12),transparent 43%),radial-gradient(ellipse at 85% 65%,rgba(48,121,186,.1),transparent 46%);
  background-size: 150% 150%;
  animation: section-aurora 18s ease-in-out infinite alternate;
}
#plans::before { animation-delay: -8s; }
.faq-section::before { animation-delay: -13s; }
@keyframes section-aurora { from { background-position:0% 30%; opacity:.45; } to { background-position:100% 70%; opacity:1; } }
.header-band { background: rgba(6,19,29,.94); }
.main-nav { font-size: 1rem; font-weight: 600; }
.nav-actions .button-small { min-height:42px; padding-inline:18px; font-size:.88rem; }
.connection-step { padding:24px; }
.step-number { font-size:1.85rem; line-height:1; font-weight:800; letter-spacing:-.04em; margin-bottom:18px; }
.connection-step p { line-height:1.65; }
.plan-card { padding:26px 30px 30px; }
.plan-label { margin-bottom:14px; }
.plan-card > p { min-height:0; }
.plan-price { margin-top:20px; padding-bottom:20px; }
.plan-card-featured { border-color:var(--teal); background:linear-gradient(145deg,#103b3b,#0b202b); box-shadow:0 0 0 1px rgba(45,226,196,.22),0 18px 48px rgba(45,226,196,.09); }
.plan-card-featured .plan-label { display:flex; align-items:center; gap:8px; }
@media(min-width:921px) { .plan-card-featured { transform:translateY(-6px); } .plans-grid { padding-top:6px; } }
@media(min-width:721px) and (max-width:1040px) { .main-nav { font-size:.9rem; gap:14px; } .nav-actions .button-small { padding-inline:12px; } }
@media(max-width:720px) { .main-nav { font-size:1rem; } .connection-step { padding:20px; } .plan-card { padding:24px; } }
@media(prefers-reduced-motion:reduce) { .connection-section::before,#plans::before,.faq-section::before { animation:none; } }

/* Keep glyph edges clear; only the decorative layer has a shaped boundary. */
#plans::before { mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent), linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent); mask-composite: intersect; }
.section-heading h2 { padding-inline: .04em; letter-spacing: -.025em; }
.brand strong { padding-inline-end: .08em; letter-spacing: 0; line-height: 1.3; }
