:root {
    --red: #f04b3f;
    --red-dark: #d93c32;
    --green: #a7d64a;
    --green-dark: #52751f;
    --green-light: #edf7d9;
    --text: #1f2420;
    --text-soft: #6c726d;
    --ink: #1f2420;
    --muted: #6c726d;
    --cream: #fff9f2;
    --cream-2: #f7f0e7;
    --white: #ffffff;
    --line: rgba(31, 36, 32, 0.12);
    --shadow: 0 24px 70px rgba(56, 42, 31, 0.12);
    --radius-lg: 34px;
    --radius-md: 24px;
    --radius-sm: 16px;
    --max: 1200px;
  }
  
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    line-height: 1.6;
    word-break: keep-all;
  }
  body.menu-open, body.modal-open { overflow: hidden; }
  img { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  button, input { font: inherit; }
  button { cursor: pointer; }
  .skip-link { position: fixed; top: -60px; left: 16px; z-index: 9999; background: #111; color: #fff; padding: 10px 14px; border-radius: 8px; }
  .skip-link:focus { top: 16px; }
  .section-shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
  .section { padding: 140px 0; }
  .eyebrow { margin: 0 0 18px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .15em; }
  h1, h2, h3, p { margin-top: 0; }
  h1, h2, h3 { line-height: 1.16; letter-spacing: -.045em; }
  h2 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 68px); }
  .section-heading > p:last-child, .section-heading div + p { color: var(--muted); font-size: 18px; }
  .section-heading.centered { max-width: 760px; margin: 0 auto 64px; text-align: center; }
  .split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 72px; }
  .split-heading > p { margin-bottom: 8px; }
  
  .site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 18px 0; transition: .25s ease; }
  .site-header.is-scrolled { padding: 10px 0; background: rgba(255,249,242,.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(31,36,32,.08); }
  .header-inner { width: min(calc(100% - 40px), var(--max)); margin: auto; display: flex; align-items: center; gap: 36px; }
  .brand img { width: 132px; height: auto; }
  .desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
  .desktop-nav a { font-size: 15px; font-weight: 650; transition: color .2s; }
  .desktop-nav a:hover { color: var(--red); }
  .header-actions { display: flex; align-items: center; gap: 12px; }
  .header-cta, .mobile-cta { border: 0; color: #fff; background: var(--ink); border-radius: 999px; padding: 13px 22px; font-weight: 750; }
  .menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 10px 30px rgba(31,36,32,.09); }
  .menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--ink); transition: .2s; }
  .mobile-menu { background: rgba(255,249,242,.98); border-top: 1px solid var(--line); }
  .mobile-menu nav { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 22px 0 28px; display: grid; gap: 8px; }
  .mobile-menu a { padding: 12px 4px; font-size: 18px; font-weight: 700; }
  
  .hero { position: relative; min-height: 920px; display: flex; align-items: center; overflow: hidden; padding: 130px 0 70px; }
  .hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 14%, rgba(240,75,63,.10), transparent 30%), radial-gradient(circle at 85% 75%, rgba(167,214,74,.16), transparent 31%); }
  .hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 80px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero h1 { margin-bottom: 28px; font-size: clamp(40px, 6vw, 64px); }
  .hero h1 em { color: var(--red); font-style: normal; }
  .hero-lead { margin-bottom: 30px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
  .hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
  .hero-badges span { padding: 10px 14px; border: 1px solid rgba(31,36,32,.12); border-radius: 999px; background: rgba(255,255,255,.72); font-size: 14px; font-weight: 750; }
  .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 0 27px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
  .button:hover { transform: translateY(-2px); }
  .button-primary { color: #fff; background: var(--red); box-shadow: 0 16px 34px rgba(240,75,63,.25); }
  .button-primary:hover { box-shadow: 0 20px 40px rgba(240,75,63,.3); }
  .button-ghost { background: #fff; border: 1px solid var(--line); }
  .hero-note { margin-top: 24px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 14px; }
  .status-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 6px rgba(167,214,74,.16); }
  .hero-image-wrap { position: relative; max-width: 620px; margin-left: auto; }
  .hero-image-wrap picture img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 48px; box-shadow: var(--shadow); }
  .floating-card { position: absolute; padding: 18px 20px; border: 1px solid rgba(255,255,255,.75); border-radius: 20px; background: rgba(255,255,255,.87); backdrop-filter: blur(14px); box-shadow: 0 16px 45px rgba(36,28,21,.14); }
  .floating-card small, .floating-card span { display: block; color: var(--muted); font-size: 13px; }
  .floating-card strong { display: block; font-size: 18px; }
  .floating-card-top { top: 12%; left: -10%; }
  .floating-card-bottom { right: -7%; bottom: 9%; }
  .hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); }
  .hero-orb-one { width: 130px; height: 130px; top: 16%; right: 3%; background: rgba(240,75,63,.11); }
  .hero-orb-two { width: 70px; height: 70px; left: 44%; bottom: 13%; background: rgba(167,214,74,.22); }
  .apple {
    color: var(--green-dark);
  }
  
  .trust-strip { position: relative; z-index: 5; margin-top: -30px; }
  .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: #fff; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
  .trust-grid div { padding: 28px 32px; border-right: 1px solid rgba(255,255,255,.12); }
  .trust-grid div:last-child { border-right: 0; }
  .trust-grid strong { display: block; font-size: 28px; }
  .trust-grid span { color: rgba(255,255,255,.67); font-size: 14px; }
  
  .why { background: #fff; }
  .compare-panel { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; margin-bottom: 34px; }
  .compare-card { min-height: 170px; display: flex; flex-direction: column; justify-content: center; border-radius: var(--radius-md); padding: 32px; }
  .compare-card p { margin: 10px 0 0; font-size: clamp(24px, 3vw, 38px); font-weight: 800; }
  .compare-card.muted { background: #f3f1ee; color: #8b8b87; }
  .compare-card.highlighted { background: var(--red); color: #fff; box-shadow: 0 22px 50px rgba(240,75,63,.20); }
  .compare-label { font-size: 13px; font-weight: 800; letter-spacing: .08em; }
  .compare-arrow { font-size: 34px; color: var(--red); }
  .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .feature-card { min-height: 290px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
  .feature-number { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 50%; background: var(--cream); color: var(--red); font-weight: 900; }
  .feature-card h3 { margin: 5px 0 14px; font-size: 27px; }
  .feature-card p { margin: 0; color: var(--muted); }
  
  .method { background: var(--cream); }
  .method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .method-card { min-height: 270px; padding: 28px; border-radius: var(--radius-md); background: #fff; border: 1px solid rgba(31,36,32,.08); }
  .method-card span { color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
  .method-card h3 { margin: 5px 0 12px; font-size: 42px; }
  .method-card p { margin: 0; color: var(--muted); }
  .method-card-image {
    display: block;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
  }
  .gallery-track { margin-top: 72px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 14px; align-items: stretch; }
  .gallery-item { overflow: hidden; min-height: 310px; border-radius: var(--radius-md); }
  .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
  .gallery-item:hover img { transform: scale(1.04); }
  .gallery-item-large { min-height: 430px; }
  .gallery-item-tall { min-height: 390px; }


    /* Example */
    .example {
        background: var(--white);
    }

    .example__layout {
        display: grid;
        grid-template-columns: 0.85fr 1.15fr;
        gap: 50px;
        align-items: center;
    }

    .example__visual {
        min-height: 500px;
        padding: 34px;
        border-radius: 30px;
        background:
            radial-gradient(circle at 80% 20%, rgba(255, 216, 102, 0.8), transparent 26%),
            linear-gradient(145deg, #e6f7ea, #fef7dc);
    }

    .travel-card {
        height: 100%;
        min-height: 430px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 32px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: var(--shadow);
    }

    .travel-card__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .travel-card__tag {
        padding: 7px 12px;
        border-radius: 999px;
        color: var(--green-dark);
        background: var(--green-light);
        font-size: 13px;
        font-weight: 800;
    }

    .travel-card__plane {
        font-size: 44px;
        transform: rotate(-12deg);
    }

    .travel-card__world {
        text-align: center;
        font-size: 120px;
        line-height: 1;
    }

    .travel-card__route {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: var(--text-soft);
        font-size: 14px;
        font-weight: 700;
    }

    .travel-card__route span {
        width: 70px;
        height: 2px;
        background: repeating-linear-gradient(to right,
                var(--green),
                var(--green) 6px,
                transparent 6px,
                transparent 11px);
    }

    .example__copy .section__description {
        margin-bottom: 30px;
    }

    .speech-list {
        display: grid;
        gap: 14px;
        margin-bottom: 28px;
    }

    .speech {
        position: relative;
        padding: 19px 22px;
        border-radius: 18px 18px 18px 5px;
        color: var(--green-dark);
        background: var(--green-light);
        font-size: 18px;
        font-weight: 800;
    }

    .speech:nth-child(2) {
        margin-left: 26px;
        color: #79520a;
        background: #fff1c3;
    }

    .speech:nth-child(3) {
        margin-left: 10px;
        color: #9b5415;
        background: #ffead7;
    }

    .example__note {
        padding: 20px 22px;
        border-left: 4px solid var(--green);
        border-radius: 0 16px 16px 0;
        color: var(--text-soft);
        background: #f8faf7;
        font-size: 16px;
        line-height: 1.75;
    }

    .example__note strong {
        color: var(--text);
    }
  
  .curriculum { background: var(--ink); color: #fff; }
  .curriculum .eyebrow { color: #ff8d84; }
  .curriculum-list { border-top: 1px solid rgba(255,255,255,.16); }
  .curriculum-item { display: grid; grid-template-columns: 90px 1fr; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .curriculum-item > span { color: #ff8d84; font-size: 14px; font-weight: 850; }
  .curriculum-item div { display: grid; grid-template-columns: .55fr 1fr .7fr; gap: 30px; align-items: center; }
  .curriculum-item h3 { margin: 0; font-size: 31px; }
  .curriculum-item p { margin: 0; color: rgba(255,255,255,.66); }
  .curriculum-item small { color: var(--green); font-size: 15px; font-weight: 750; }
  

  /* Teachers */
  .teachers { background: var(--cream); }
  .teacher-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .teacher-card { min-height: 285px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
  .teacher-icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-bottom: 42px; border-radius: 50%; color: var(--red); background: rgba(240,75,63,.09); font-size: 15px; font-weight: 900; }
  .teacher-card h3 { margin-bottom: 14px; font-size: 27px; }
  .teacher-card p { margin: 0; color: var(--muted); }
  .teacher-card-highlight { color: #fff; background: var(--red); border-color: transparent; box-shadow: 0 22px 50px rgba(240,75,63,.20); }
  .teacher-card-highlight .teacher-icon { color: #fff; background: rgba(255,255,255,.18); }
  .teacher-card-highlight p { color: rgba(255,255,255,.78); }
  .teacher-process { margin-top: 20px; padding: 30px 32px; border-radius: var(--radius-md); background: var(--ink); color: #fff; }
  .teacher-process > strong { display: block; margin-bottom: 18px; font-size: 20px; }
  .teacher-process-list { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
  .teacher-process-list span { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.09); font-size: 14px; font-weight: 750; }
  .teacher-process-list i { color: var(--green); font-style: normal; }
  .teacher-process p { margin: 20px 0 0; color: rgba(255,255,255,.65); font-size: 14px; }
  .teacher-note { margin: 14px 4px 0; color: var(--muted); font-size: 13px; }

  .reviews { background: #fff; }
  .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .review-card { min-height: 310px; padding: 32px; border-radius: var(--radius-md); background: var(--cream); display: flex; flex-direction: column; }
  .stars { color: var(--red); letter-spacing: .1em; }
  .review-card p { margin: 12px 0 8px; font-size: 21px; font-weight: 700; line-height: 1.65; }
  .review-card span { margin-top: auto; color: var(--muted); font-size: 14px; }
  
  .price { background: var(--cream-2); }
  .price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .price-card { min-height: 250px; padding: 30px; border-radius: var(--radius-md); background: #fff; border: 1px solid rgba(31,36,32,.08); display: flex; flex-direction: column; justify-content: flex-start; }
  .price-card span { display: block; margin-bottom: 34px; color: var(--red); font-weight: 850; }
  .price-card strong { display: block; font-size: 26px; line-height: 1.2; }
  .price-card small { display: block; margin-top: 9px; color: var(--muted); font-size: 22px; }
  .price-card p { margin: 12px; color: var(--muted); }
  .price-note { margin: 28px 0 0; text-align: center; color: var(--muted); font-size: 14px; }
  
  .faq { background: #fff; }
  .faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
  .faq-list { border-top: 1px solid var(--line); }
  .faq-list details { border-bottom: 1px solid var(--line); }
  .faq-list summary { list-style: none; position: relative; padding: 25px 50px 25px 0; font-size: 19px; font-weight: 750; cursor: pointer; }
  .faq-list summary::-webkit-details-marker { display: none; }
  .faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; font-size: 28px; font-weight: 400; }
  .faq-list details[open] summary::after { content: "−"; }
  .faq-list details p { padding: 0 50px 25px 0; margin: 0; color: var(--muted); }
  
  .final-cta { padding: 130px 0; color: #fff; background: var(--red); text-align: center; }
  .final-cta .eyebrow { color: rgba(255,255,255,.72); }
  .final-cta h2 { font-size: clamp(40px, 5.2vw, 70px); }
  .final-cta-inner > p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 18px; }
  .final-actions { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 34px; }
  .button-light { background: #fff; color: var(--red); }
  .phone-link { font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.65); }
  
  .site-footer { padding: 62px 0 30px; background: #171a17; color: #fff; }
  .footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
  .footer-grid img { width: 130px; filter: brightness(0) invert(1); }
  .footer-grid > div:first-child p { color: rgba(255,255,255,.55); }
  .company-info { color: rgba(255,255,255,.62); font-size: 14px; }
  .company-info p { margin-bottom: 7px; }
  .company-info span { display: inline-block; min-width: 110px; color: #fff; }
  .company-info a { margin-right: 18px; color: #fff; }
  .copyright { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 12px; }
  
  .mobile-sticky { display: none; }
  .modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 20px; }
  .modal.is-open { display: flex; }
  .modal-backdrop { position: absolute; inset: 0; background: rgba(15,17,15,.58); backdrop-filter: blur(8px); }
  .modal-dialog { position: relative; z-index: 2; width: min(100%, 480px); padding: 38px; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
  .modal-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--cream-2); font-size: 25px; }
  .modal-badge { color: var(--red); font-size: 13px; font-weight: 850; }
  .modal-dialog h2 { margin-bottom: 28px; padding-right: 20px; font-size: 29px; }
  .modal-dialog label { display: block; margin: 16px 0 8px; font-size: 14px; font-weight: 750; }
  .modal-dialog input { width: 100%; height: 54px; border: 1px solid var(--line); border-radius: 14px; padding: 0 16px; outline: none; }
  .modal-dialog input:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(240,75,63,.1); }
  .modal-submit { width: 100%; height: 56px; margin-top: 22px; border: 0; border-radius: 14px; color: #fff; background: var(--red); font-weight: 850; }
  .modal-submit:disabled { opacity: .6; cursor: wait; }
  .modal-hint { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
  
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.is-visible { opacity: 1; transform: none; }
  
  @media (max-width: 1024px) {
    .example__layout { grid-template-columns: 1fr; gap: 40px; }
    .example__visual { min-height: 440px; }
    .desktop-nav { display: none; }
    .header-cta { display: none; }
    .menu-toggle { display: block; }
    .hero { min-height: auto; padding-top: 150px; }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .hero h1 { font-size: clamp(48px, 6vw, 70px); }
    .floating-card-top { left: -4%; }
    .floating-card-bottom { right: -3%; }
    .method-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-track { grid-template-columns: repeat(2, 1fr); }
    .feature-grid, .teacher-grid, .review-grid { grid-template-columns: 1fr; }
    .feature-card, .review-card { min-height: auto; }
    .feature-card h3 { margin-top: 38px; }
    .curriculum-item div { grid-template-columns: .7fr 1fr; }
    .curriculum-item small { grid-column: 2; }
  }
  
  @media (max-width: 760px) {
    body { padding-bottom: 74px; }
    .section-shell { width: min(calc(100% - 28px), var(--max)); }
    .section { padding: 92px 0; }
    .site-header { padding: 10px 0; background: rgba(255,249,242,.9); backdrop-filter: blur(16px); }
    .header-inner { width: min(calc(100% - 28px), var(--max)); }
    .brand img { width: 112px; }
    .hero { padding: 122px 0 54px; }
    .hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .hero h1 { margin-bottom: 20px; font-size: 49px; }
    .hero-lead { font-size: 18px; }
    .desktop-only { display: none; }
    .hero-actions { display: grid; }
    .button { width: 100%; }
    .hero-image-wrap { margin: 0; }
    .hero-image-wrap picture img { aspect-ratio: 4/4.8; border-radius: 30px; }
    .floating-card { padding: 13px 15px; border-radius: 16px; }
    .floating-card strong { font-size: 15px; }
    .floating-card-top { left: -2%; top: 8%; }
    .floating-card-bottom { right: -1%; bottom: 6%; }
    .trust-strip { margin-top: 0; background: var(--ink); }
    .trust-grid { width: min(calc(100% - 28px), var(--max)); grid-template-columns: repeat(2, 1fr); border-radius: 22px; box-shadow: none; }
    .trust-grid div { padding: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
    .trust-grid div:nth-child(2) { border-right: 0; }
    .trust-grid div:nth-child(n+3) { border-bottom: 0; }
    h2 { font-size: 39px; }
    .split-heading, .faq-layout, .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .split-heading { margin-bottom: 44px; }
    .compare-panel { grid-template-columns: 1fr; }
    .compare-arrow { transform: rotate(90deg); text-align: center; }
    .compare-card { min-height: 145px; padding: 24px; }
    .feature-grid, .method-grid, .teacher-grid, .price-grid, .review-grid { grid-template-columns: 1fr; }
    .method-card { min-height: 230px; }
    .method-card h3 { margin-top: 5px; }
    .gallery-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -14px; padding-right: 14px; }
    .gallery-item { min-width: 78vw; min-height: 340px; scroll-snap-align: start; }
    .example__layout { grid-template-columns: 1fr; gap: 32px; }
    .example__visual { min-height: auto; padding: 18px; border-radius: 22px; }
    .travel-card { min-height: 340px; padding: 22px; border-radius: 18px; }
    .travel-card__plane { font-size: 36px; }
    .travel-card__world { font-size: 86px; }
    .travel-card__route { gap: 7px; font-size: 12px; }
    .travel-card__route span { width: 34px; }
    .example__copy .section__title { font-size: 38px; }
    .speech { padding: 16px 17px; font-size: 16px; }
    .speech:nth-child(2), .speech:nth-child(3) { margin-left: 0; }
    .example__note { padding: 17px 18px; font-size: 15px; }
    .curriculum-item { grid-template-columns: 46px 1fr; gap: 12px; }
    .curriculum-item div { grid-template-columns: 1fr; gap: 8px; }
    .curriculum-item small { grid-column: auto; }

    .teacher-card { min-height: auto; padding: 26px; }
    .teacher-icon { margin-bottom: 30px; }
    .teacher-process { padding: 25px 22px; }
    .teacher-process-list { display: grid; grid-template-columns: 1fr; gap: 8px; }
    .teacher-process-list span { text-align: center; }
    .teacher-process-list i { transform: rotate(90deg); text-align: center; }
    .final-cta { padding: 96px 0; }
    .final-actions { flex-direction: column; }
    .company-info span { min-width: 90px; }
    .mobile-sticky { position: fixed; inset: auto 0 0; z-index: 1100; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-top: 1px solid var(--line); }
    .mobile-sticky a, .mobile-sticky button { height: 52px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 14px; font-weight: 850; }
    .mobile-sticky a { background: var(--cream-2); }
    .mobile-sticky button { color: #fff; background: var(--red); }
    .modal-dialog { padding: 30px 22px 24px; border-radius: 22px; }
  }
  
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  }