@import url('/css/home.css');

:root{
  --guide-bg:linear-gradient(180deg, #fbfaf8 0%, #f3f1ec 100%);
  --guide-surface:rgba(255,255,255,0.90);
  --guide-surface-strong:#faf9f7;
  --guide-line:var(--line);
  --guide-text:var(--text);
  --guide-muted:var(--text-muted);
  --guide-accent:var(--accent);
  --guide-accent-strong:var(--accent-strong);
  --guide-accent-soft:var(--accent-soft);
  --guide-shadow:var(--shadow-md);
  --guide-radius:24px;
  --guide-radius-sm:16px;
  --guide-max:1120px;
}

*{box-sizing:border-box;}
html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  margin:0;
  min-height:100vh;
  color:var(--guide-text);
  font:16px/1.7 var(--font-sans);
  background:var(--guide-bg);
}
img{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}

.compare-noscript-pixel{display:none;}
.guide-noscript-pixel{display:none;}

.guide-page{
  width:min(calc(100% - 32px), var(--guide-max));
  margin:0 auto;
  padding:18px 0 64px;
}

.guide-header{
  position:sticky;
  top:10px;
  z-index:1000;
  margin-bottom:22px;
}

.guide-nav{
  position:relative;
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px var(--space-4);
  min-height:56px;
  border:1px solid var(--guide-line);
  border-radius:16px;
  background:rgba(255,255,255,0.80);
  backdrop-filter:blur(16px);
  box-shadow:var(--shadow-sm);
}

.guide-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  font-weight:600;
}

.guide-brand picture,
.guide-brand img{
  width:auto;
  height:34px;
  object-fit:contain;
}

.guide-brand__eyebrow{
  margin:0;
  color:var(--guide-text);
  font-size:16px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.1px;
}

.guide-brand__title{
  display:block;
  margin:3px 0 0;
  color:var(--guide-muted);
  font-size:11px;
  line-height:1.4;
  font-weight:500;
  max-width:520px;
}

.guide-nav__links{
  position:relative;
  z-index:1001;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}

.guide-nav__links a{
  min-height:42px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:var(--text-sm);
  font-weight:600;
  transition:0.2s ease;
}

.guide-nav__links a:hover,
.guide-nav__links a:focus-visible{
  border-color:rgba(197,157,91,0.3);
  background:rgba(255,255,255,0.95);
  outline:none;
  transform:translateY(-1px);
}

.guide-nav__links .guide-nav__cta{
  color:#fff;
  background:linear-gradient(135deg,#caa86c,#b48a3a);
  border-color:rgba(159,121,48,0.45);
  box-shadow:0 12px 24px rgba(159,121,48,0.28);
}

.guide-lang-btn{
  min-height:42px;
  padding:8px 14px;
  border:1px solid rgba(197,157,91,0.24);
  border-radius:999px;
  background:rgba(255,255,255,0.86);
  color:var(--guide-text);
  font:600 var(--text-sm)/1.35 var(--font-sans);
  cursor:pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 220ms ease;
}

.guide-lang-btn:hover,
.guide-lang-btn:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(197,157,91,0.38);
  background:#fff;
  box-shadow:0 10px 20px rgba(15,23,42,0.08);
  outline:none;
}

.guide-hero,
.guide-section,
.guide-sidebar-card{
  border:1px solid var(--guide-line);
  border-radius:20px;
  background:var(--guide-surface);
  box-shadow:var(--guide-shadow);
}

.guide-hero{
  position:relative;
  overflow:hidden;
  padding:var(--sp-40) var(--sp-32);
  margin-bottom:28px;
  background:linear-gradient(140deg, rgba(255,255,255,0.92), rgba(247,245,241,0.92));
}

.guide-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%, rgba(197,157,91,0.18), transparent 45%),
    radial-gradient(circle at 85% 0%, rgba(17,24,39,0.12), transparent 40%),
    repeating-linear-gradient(120deg, rgba(255,255,255,0.35) 0px, rgba(255,255,255,0.35) 2px, transparent 2px, transparent 10px);
  opacity:0.7;
  pointer-events:none;
}

.guide-hero > *{
  position:relative;
  z-index:1;
}

.guide-hero__kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:var(--space-3);
  padding:6px 14px;
  border-radius:999px;
  background:var(--guide-accent-soft);
  color:var(--guide-accent-strong);
  font-size:var(--text-xs);
  font-weight:600;
}

.guide-hero h1{
  margin:0;
  max-width:820px;
  font-size:clamp(34px, 5vw, 56px);
  line-height:1.08;
  letter-spacing:-0.03em;
}

.guide-hero__lead{
  max-width:760px;
  margin:20px 0 0;
  color:var(--guide-muted);
  font-size:var(--fs-body);
  line-height:1.6;
}

.guide-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
  color:var(--guide-muted);
  font-size:14px;
}

.guide-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.guide-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 18px;
  border-radius:999px;
  border:1px solid var(--guide-line);
  background:rgba(255,255,255,0.85);
  font-size:var(--fs-body);
  font-weight:600;
  letter-spacing:0.01em;
  box-shadow:var(--shadow-sm);
  transition:transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.guide-btn:hover,
.guide-btn:focus-visible{
  transform:translateY(-1px);
  outline:none;
  border-color:rgba(197,157,91,0.3);
}

.guide-btn--primary{
  color:#fff;
  border:1px solid rgba(159,121,48,0.45);
  background:linear-gradient(135deg,#caa86c,#b48a3a);
  box-shadow:0 12px 24px rgba(159,121,48,0.28);
}

.guide-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 320px;
  gap:24px;
  align-items:start;
}

.guide-main{
  display:grid;
  gap:20px;
}

.guide-section{
  padding:30px;
  background:rgba(255,255,255,0.88);
}

.guide-section h2{
  margin:0 0 18px;
  font-size:clamp(24px, 3vw, 32px);
  line-height:1.2;
}

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

.guide-section p,
.guide-section li{
  color:var(--guide-text);
}

.guide-section p{
  margin:0 0 14px;
}

.guide-section ul,
.guide-section ol{
  margin:0 0 18px;
  padding-left:22px;
}

.guide-section strong{
  color:var(--guide-accent-strong);
}

.guide-callout{
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(183,106,22,0.14);
  background:linear-gradient(180deg, rgba(246,238,223,0.95), rgba(255,255,255,0.92));
}

.guide-cards{
  display:grid;
  gap:16px;
}

.guide-card{
  padding:22px;
  border:1px solid var(--guide-line);
  border-radius:18px;
  background:var(--guide-surface-strong);
  box-shadow:var(--shadow-sm);
}

.guide-card h3,
.guide-card h4{
  margin:0 0 10px;
}

.guide-card p:last-child{
  margin-bottom:0;
}

.guide-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:16px;
}

.guide-chip{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.84);
  border:1px solid var(--guide-line);
  color:var(--guide-muted);
  font-size:13px;
  font-weight:600;
}

.guide-flow{
  display:grid;
  gap:20px;
}

.guide-hero--focused{
  margin-bottom:20px;
}

.guide-choice-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
  margin-top:24px;
}

.guide-choice-card{
  display:grid;
  gap:6px;
  padding:18px;
  border:1px solid rgba(197,157,91,0.22);
  border-radius:18px;
  background:rgba(255,255,255,0.82);
  box-shadow:var(--shadow-sm);
  transition:transform .2s ease, border-color .2s ease;
}

.guide-choice-card:hover{
  transform:translateY(-2px);
  border-color:rgba(197,157,91,0.38);
}

.guide-choice-card strong{
  font-size:16px;
  line-height:1.35;
}

.guide-choice-card span{
  color:var(--guide-muted);
  font-size:13px;
  line-height:1.6;
}

.guide-section--summary,
.guide-section--support{
  background:linear-gradient(180deg, rgba(255,255,255,0.94), rgba(249,247,242,0.9));
}

.guide-quick-grid,
.guide-route-grid{
  display:grid;
  gap:14px;
}

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

.guide-route-grid{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.guide-quick-card,
.guide-route-card,
.guide-temple-card,
.guide-faq-item{
  padding:20px;
  border:1px solid var(--guide-line);
  border-radius:18px;
  background:var(--guide-surface-strong);
  box-shadow:var(--shadow-sm);
}

.guide-quick-card strong,
.guide-route-card h3{
  display:block;
  margin:0 0 10px;
  font-size:18px;
}

.guide-quick-card p,
.guide-route-card li,
.guide-route-card p{
  margin:0;
  color:var(--guide-muted);
}

.guide-steps{
  display:grid;
  gap:14px;
}

.guide-step{
  display:grid;
  grid-template-columns:64px minmax(0, 1fr);
  gap:16px;
  padding:18px 20px;
  border:1px solid var(--guide-line);
  border-radius:18px;
  background:var(--guide-surface-strong);
}

.guide-step span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border-radius:16px;
  background:var(--guide-accent-soft);
  color:var(--guide-accent-strong);
  font-size:20px;
  font-weight:800;
}

.guide-step h3{
  margin:0 0 6px;
  font-size:20px;
}

.guide-step p{
  margin:0;
  color:var(--guide-muted);
}

.guide-temple-list,
.guide-faq-list{
  display:grid;
  gap:16px;
}

.guide-temple-card__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}

.guide-temple-card__head h3,
.guide-faq-item h3{
  margin:0 0 6px;
  font-size:22px;
}

.guide-temple-card__badge{
  margin:0;
  color:var(--guide-muted);
  font-size:13px;
}

.guide-checklist{
  display:grid;
  gap:10px;
  margin-bottom:16px;
}

.guide-checklist__item{
  position:relative;
  padding:14px 16px 14px 48px;
  border-radius:16px;
  background:var(--guide-surface-strong);
  border:1px solid var(--guide-line);
  box-shadow:var(--shadow-sm);
}

.guide-checklist__item::before{
  content:"";
  position:absolute;
  left:16px;
  top:50%;
  width:18px;
  height:18px;
  border-radius:999px;
  transform:translateY(-50%);
  background:linear-gradient(135deg,#caa86c,#b48a3a);
  box-shadow:0 0 0 4px rgba(202,168,108,0.18);
}

.guide-cards--compact{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.guide-section__cta{
  margin:18px 0 0;
}

.guide-sidebar{
  position:sticky;
  top:100px;
  display:grid;
  gap:16px;
}

.guide-sidebar-card{
  padding:22px;
  background:linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,246,238,0.88));
}

.guide-sidebar-card h3{
  margin:0 0 10px;
  font-size:18px;
}

.guide-sidebar-card p{
  margin:0 0 14px;
  color:var(--guide-muted);
  font-size:15px;
}

.guide-sidebar-card ul{
  margin:0;
  padding-left:18px;
}

.guide-sidebar-card li{
  margin-bottom:8px;
}

.guide-footer{
  margin-top:28px;
  padding:18px 0 8px;
  color:var(--guide-muted);
  font-size:14px;
  text-align:center;
}

.guide-admin{
  margin-top:24px;
  padding:24px;
  border:1px solid var(--guide-line);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,246,238,0.9));
  box-shadow:var(--shadow-sm);
}

.guide-admin h3{
  margin:0 0 12px;
  font-size:18px;
}

.guide-admin p{
  margin:0 0 16px;
  color:var(--guide-muted);
  font-size:14px;
}

.guide-admin__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:14px;
}

.guide-admin label{
  display:grid;
  gap:6px;
  font-size:13px;
  font-weight:700;
  color:var(--guide-text);
}

.guide-admin input,
.guide-admin textarea{
  width:100%;
  min-height:44px;
  padding:10px 12px;
  border:1px solid rgba(197,157,91,0.28);
  border-radius:14px;
  background:#fff;
  color:var(--guide-text);
  font:14px/1.5 var(--font-sans);
}

.guide-admin textarea{
  min-height:104px;
  resize:vertical;
}

.guide-list-grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
}

.guide-list-card{
  padding:24px;
  border:1px solid var(--guide-line);
  border-radius:20px;
  background:var(--guide-surface);
  box-shadow:var(--guide-shadow);
}

.guide-list-card__eyebrow{
  margin:0 0 8px;
  color:var(--guide-accent-strong);
  font-size:13px;
  font-weight:700;
}

.guide-list-card h2{
  margin:0 0 10px;
  font-size:24px;
}

.guide-list-card p{
  margin:0 0 16px;
  color:var(--guide-muted);
}

@media (max-width: 920px){
  .guide-grid{
    grid-template-columns:1fr;
  }

  .guide-sidebar{
    position:static;
  }

  .guide-choice-grid,
  .guide-quick-grid,
  .guide-route-grid,
  .guide-cards--compact{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 720px){
  .guide-page{
    width:min(calc(100% - 24px), var(--guide-max));
    padding-top:12px;
  }

  .guide-nav{
    align-items:flex-start;
    flex-direction:column;
  }

  .guide-brand__eyebrow{
    font-size:18px;
  }

  .guide-brand__title{
    font-size:12px;
  }

  .guide-nav__links{
    justify-content:flex-start;
  }

  .guide-hero,
  .guide-section,
  .guide-sidebar-card,
  .guide-list-card{
    padding:22px;
    border-radius:20px;
  }

  .guide-hero{
    padding:var(--sp-32) var(--sp-24);
  }

  .guide-hero__lead{
    font-size:16px;
  }

  .guide-choice-grid,
  .guide-quick-grid,
  .guide-route-grid,
  .guide-cards--compact{
    grid-template-columns:1fr;
  }

  .guide-step{
    grid-template-columns:1fr;
  }

  .guide-step span{
    width:52px;
    height:52px;
  }

  .guide-temple-card__head{
    flex-direction:column;
  }
}

/* Article-style guide page */
.guide-page--article{
  width:min(calc(100% - 48px), 780px);
}

.guide-page--feed{
  width:min(calc(100% - 32px), 980px);
}

.guide-header--article{
  position:static;
  margin-bottom:32px;
}

.guide-nav--article{
  justify-content:space-between;
}

.guide-nav--article .guide-nav__links{
  margin-left:auto;
  align-items:center;
  flex:0 0 auto;
}

.guide-article{
  display:grid;
  gap:30px;
}

.guide-article__body{
  display:grid;
  gap:34px;
}

.guide-article__hero{
  display:grid;
  gap:16px;
  padding:10px 0 24px;
  border-bottom:1px solid rgba(15,23,42,0.08);
}

.guide-article__kicker{
  margin:0;
  color:var(--guide-accent-strong);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.guide-article__hero h1{
  margin:0;
  max-width:760px;
  font-size:clamp(31px, 3vw, 36px);
  line-height:1.18;
  letter-spacing:-0.01em;
}

.guide-article__lead{
  max-width:720px;
  margin:0;
  color:var(--guide-muted);
  font-size:17px;
  line-height:1.78;
}

.guide-article__meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color:var(--guide-muted);
  font-size:14px;
}

.guide-article__section{
  display:grid;
  gap:15px;
}

.guide-article__section h2{
  margin:0;
  font-size:clamp(24px, 2.4vw, 28px);
  line-height:1.28;
  letter-spacing:-0.005em;
}

.guide-article__section h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.35;
}

.guide-article__section p{
  margin:0;
  font-size:17px;
  line-height:1.86;
  color:#263244;
}

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

.guide-article__cards--three{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.guide-article__card{
  padding:18px 20px;
  border:1px solid rgba(15,23,42,0.08);
  border-radius:16px;
  background:rgba(255,255,255,0.78);
  box-shadow:0 10px 24px rgba(15,23,42,0.05);
  transform:translateZ(0);
  transition:
    transform 220ms cubic-bezier(.22,.61,.36,1),
    box-shadow 260ms cubic-bezier(.22,.61,.36,1),
    border-color 180ms ease,
    background-color 180ms ease;
}

.guide-article__card:hover,
.guide-article__card:focus-within{
  transform:translateY(-3px);
  border-color:rgba(180,138,58,.34);
  background:rgba(255,255,255,0.92);
  box-shadow:0 16px 32px rgba(15,23,42,0.10);
}

.guide-article__callout{
  display:grid;
  gap:8px;
  padding:22px 24px;
  border-left:4px solid var(--guide-accent);
  border-radius:0 18px 18px 0;
  background:rgba(246,238,223,0.72);
  transition:
    background-color 220ms ease,
    box-shadow 260ms cubic-bezier(.22,.61,.36,1),
    transform 220ms cubic-bezier(.22,.61,.36,1);
}

.guide-article__callout:hover,
.guide-article__callout:focus-within{
  transform:translateY(-2px);
  background:rgba(246,238,223,0.88);
  box-shadow:0 12px 28px rgba(89,64,28,.10);
}

.guide-article__callout strong{
  font-size:16px;
  color:var(--guide-accent-strong);
}

.guide-article__list{
  margin:0;
  padding-left:24px;
  display:grid;
  gap:10px;
}

.guide-article__list li{
  font-size:17px;
  line-height:1.78;
}

.guide-article__checklist{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.guide-article__checklist li{
  position:relative;
  padding-left:32px;
  font-size:17px;
  line-height:1.78;
}

.guide-article__checklist li::before{
  content:"";
  position:absolute;
  left:0;
  top:.7em;
  width:12px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(135deg,#caa86c,#b48a3a);
}

.guide-article__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.guide-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  border:1px solid rgba(15,23,42,0.10);
  border-radius:999px;
  color:var(--guide-text);
  background:rgba(255,255,255,0.84);
  box-shadow:0 8px 18px rgba(15,23,42,0.05);
  font-weight:700;
  line-height:1.35;
  transition:
    transform 180ms ease,
    box-shadow 220ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.guide-button:hover,
.guide-button:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(180,138,58,.32);
  background:#fff;
  box-shadow:0 14px 26px rgba(15,23,42,0.10);
  outline:none;
}

.guide-button--primary{
  color:#fff;
  border-color:rgba(159,121,48,0.45);
  background:linear-gradient(135deg,#caa86c,#b48a3a);
  box-shadow:0 12px 24px rgba(159,121,48,0.24);
}

.guide-article__card-link{
  display:block;
  color:inherit;
}

.guide-article__card-link:focus-visible{
  outline:3px solid rgba(180,138,58,.32);
  outline-offset:3px;
}

.guide-article__table-wrap{
  overflow-x:auto;
  border:1px solid rgba(15,23,42,0.08);
  border-radius:18px;
  background:rgba(255,255,255,0.82);
  box-shadow:0 10px 24px rgba(15,23,42,0.05);
}

.guide-article__table{
  width:100%;
  min-width:640px;
  border-collapse:collapse;
}

.guide-article__table th,
.guide-article__table td{
  padding:14px 16px;
  border-bottom:1px solid rgba(15,23,42,0.08);
  text-align:left;
  vertical-align:top;
  font-size:15.5px;
  line-height:1.7;
}

.guide-article__table thead th{
  color:var(--guide-accent-strong);
  background:rgba(246,238,223,0.72);
  font-size:14px;
}

.guide-article__table tbody tr:last-child th,
.guide-article__table tbody tr:last-child td{
  border-bottom:0;
}

.guide-article__table a{
  color:var(--guide-accent-strong);
  font-weight:700;
}

.guide-page--decision .guide-article__hero{
  padding-top:6px;
}

.guide-article__actions--hero{
  margin-top:2px;
}

.guide-article__section--soft{
  padding-top:24px;
  border-top:1px solid rgba(15,23,42,0.08);
}

.guide-faq{
  padding:22px;
  border:1px solid rgba(15,23,42,0.08);
  border-radius:20px;
  background:rgba(255,255,255,0.74);
  box-shadow:0 10px 24px rgba(15,23,42,0.05);
}

.guide-faq__list{
  display:grid;
  gap:10px;
}

.guide-faq__item{
  border:1px solid rgba(15,23,42,0.08);
  border-radius:16px;
  background:rgba(255,255,255,0.86);
  overflow:hidden;
  transition:
    transform 220ms cubic-bezier(.22,.61,.36,1),
    box-shadow 260ms cubic-bezier(.22,.61,.36,1),
    border-color 180ms ease,
    background-color 180ms ease;
}

.guide-faq__item:hover,
.guide-faq__item:focus-within{
  transform:translateY(-2px);
  border-color:rgba(180,138,58,.28);
  background:rgba(255,255,255,0.96);
  box-shadow:0 12px 26px rgba(15,23,42,0.08);
}

.guide-faq__item summary{
  position:relative;
  display:block;
  padding:15px 48px 15px 18px;
  color:var(--guide-text);
  font-size:16px;
  line-height:1.45;
  font-weight:700;
  cursor:pointer;
  list-style:none;
}

.guide-faq__item summary::-webkit-details-marker{
  display:none;
}

.guide-faq__item summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  color:var(--guide-accent-strong);
  font-size:22px;
  line-height:1;
  font-weight:600;
  transition:transform 220ms cubic-bezier(.22,.61,.36,1);
}

.guide-faq__item[open] summary::after{
  content:"−";
  transform:translateY(-50%) rotate(180deg);
}

.guide-faq__item p{
  padding:0 18px 18px;
  color:var(--guide-muted);
  font-size:15.5px;
  line-height:1.76;
}

@media (prefers-reduced-motion: no-preference){
  .guide-page--article .guide-nav--article,
  .guide-page--article .guide-article__hero,
  .guide-page--article .guide-article__section{
    animation:guideArticleMotionIn 540ms cubic-bezier(.05,.7,.1,1) both;
  }
  .guide-page--article .guide-nav--article{animation-delay:40ms;}
  .guide-page--article .guide-article__hero{animation-delay:90ms;}
  .guide-page--article .guide-article__section:nth-of-type(2){animation-delay:140ms;}
  .guide-page--article .guide-article__section:nth-of-type(3){animation-delay:180ms;}
  .guide-page--article .guide-article__section:nth-of-type(4){animation-delay:220ms;}
  .guide-page--article .guide-article__section:nth-of-type(n+5){animation-delay:260ms;}
  .guide-faq__item[open] p{
    animation:guideFaqAnswerIn 260ms cubic-bezier(.22,.61,.36,1) both;
  }
}

@media (prefers-reduced-motion: reduce){
  .guide-article__card,
  .guide-article__callout,
  .guide-faq__item,
  .guide-faq__item summary::after{
    transition:none;
  }
}

@keyframes guideArticleMotionIn{
  from{opacity:0;transform:translateY(14px);}
  to{opacity:1;transform:translateY(0);}
}

@keyframes guideFaqAnswerIn{
  from{opacity:0;transform:translateY(-6px);}
  to{opacity:1;transform:translateY(0);}
}

.guide-article__rich h2,
.guide-article__rich h3{
  margin:28px 0 12px;
}

.guide-article__rich p,
.guide-article__rich li{
  font-size:18px;
  line-height:1.9;
}

.guide-article__rich ul,
.guide-article__rich ol{
  padding-left:24px;
}

.guide-feed{
  display:grid;
  gap:24px;
}

.guide-feed__intro{
  display:grid;
  gap:12px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(15,23,42,0.08);
}

.guide-feed__intro h1{
  margin:0;
  max-width:1120px;
  font-size:clamp(26px, 4.4vw, 38px);
  line-height:1.14;
  letter-spacing:-0.03em;
}

.guide-feed__lead{
  margin:0;
  max-width:880px;
  color:var(--guide-muted);
  font-size:16px;
  line-height:1.8;
}

.guide-topic-bar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding-top:4px;
}

.guide-topic-chip{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(197,157,91,0.24);
  background:rgba(255,255,255,0.88);
  color:var(--guide-text);
  font-size:13px;
  font-weight:700;
  line-height:1;
  box-shadow:var(--shadow-sm);
}

.guide-topic-chip.is-muted{
  color:var(--guide-muted);
  background:rgba(255,255,255,0.68);
  box-shadow:none;
}

.guide-feed__stats{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.guide-feed__stat{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.76);
  border:1px solid rgba(15,23,42,0.08);
  color:var(--guide-muted);
  font-size:12px;
  line-height:1;
}

.guide-feed__meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color:var(--guide-muted);
  font-size:13px;
}

.guide-post-list{
  display:grid;
  gap:16px;
}

.guide-post-card{
  border:1px solid rgba(15,23,42,0.08);
  border-radius:22px;
  background:rgba(255,255,255,0.86);
  box-shadow:var(--shadow-sm);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.guide-post-card:hover{
  transform:translateY(-2px);
  border-color:rgba(197,157,91,0.30);
  box-shadow:var(--shadow-md);
}

.guide-post-card__link{
  display:grid;
  gap:10px;
  padding:22px 24px;
}

.guide-post-card__eyebrow{
  margin:0;
  color:var(--guide-accent-strong);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.guide-post-card h2{
  margin:0;
  max-width:1040px;
  font-size:clamp(20px, 3vw, 28px);
  line-height:1.22;
}

.guide-post-card__summary{
  margin:0;
  max-width:980px;
  color:var(--guide-muted);
  font-size:15px;
  line-height:1.7;
}

.guide-post-card__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:var(--guide-muted);
  font-size:12px;
}

.guide-post-card__cta{
  color:var(--guide-accent-strong);
  font-weight:700;
}

.guide-feed__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  padding-top:8px;
}

.guide-cms{
  display:grid;
  gap:20px;
  margin-top:18px;
  padding:24px;
  border:1px solid var(--guide-line);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,246,242,0.92));
  box-shadow:var(--shadow-sm);
}

.guide-cms__head{
  display:grid;
  gap:8px;
}

.guide-cms__head h2{
  margin:0;
  font-size:26px;
}

.guide-cms__eyebrow{
  margin:0;
  color:var(--guide-accent-strong);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.guide-cms__desc{
  margin:0;
  color:var(--guide-muted);
}

.guide-cms__grid{
  display:grid;
  grid-template-columns:280px minmax(0, 1fr);
  gap:18px;
}

.guide-cms__list,
.guide-cms__form{
  display:grid;
  gap:12px;
}

.guide-cms__list h3{
  margin:0;
  font-size:18px;
}

.guide-cms__list-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.guide-cms__list-head h2{
  margin:0;
  font-size:18px;
}

.account-posts-page .guide-cms{
  margin-top:18px;
}

.guide-workspace-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.guide-workspace-tab{
  min-height:40px;
  padding:10px 16px;
  border:1px solid rgba(197,157,91,0.22);
  border-radius:999px;
  background:#fff;
  color:var(--guide-muted);
  font:14px/1 var(--font-sans);
  font-weight:700;
  cursor:pointer;
}

.guide-workspace-tab.is-active{
  color:var(--guide-text);
  border-color:rgba(197,157,91,0.42);
  box-shadow:var(--shadow-sm);
}

.guide-workspace-panels{
  display:grid;
  gap:18px;
}

.guide-workspace-panel{
  display:none;
}

.guide-workspace-panel.is-active{
  display:grid;
  gap:16px;
}

.guide-cms__items{
  display:grid;
  gap:10px;
}

.guide-cms__item{
  display:grid;
  gap:4px;
  width:100%;
  padding:14px 16px;
  border:1px solid var(--guide-line);
  border-radius:16px;
  background:#fff;
  color:var(--guide-text);
  text-align:left;
  cursor:pointer;
}

.guide-cms__item strong{
  font-size:15px;
  line-height:1.5;
}

.guide-cms__item span{
  color:var(--guide-muted);
  font-size:12px;
}

.guide-cms__form label{
  display:grid;
  gap:6px;
  font-size:13px;
  font-weight:700;
  color:var(--guide-text);
}

.guide-cms__form input,
.guide-cms__form select,
.guide-cms__form textarea{
  width:100%;
  min-height:46px;
  padding:12px 14px;
  border:1px solid rgba(197,157,91,0.28);
  border-radius:14px;
  background:#fff;
  color:var(--guide-text);
  font:14px/1.6 var(--font-sans);
}

.guide-cms__form textarea{
  min-height:120px;
  resize:vertical;
}

.guide-editor-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:8px;
}

.guide-editor-btn{
  min-height:36px;
  padding:8px 12px;
  border:1px solid rgba(197,157,91,0.24);
  border-radius:999px;
  background:#fff;
  color:var(--guide-text);
  font:13px/1 var(--font-sans);
  font-weight:700;
  cursor:pointer;
  transition:border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.guide-editor-btn:hover,
.guide-editor-btn:focus-visible{
  outline:none;
  border-color:rgba(197,157,91,0.42);
  box-shadow:var(--shadow-sm);
  transform:translateY(-1px);
}

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

.guide-cms__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.guide-btn--danger{
  border-color:rgba(185,28,28,0.18);
  color:#991b1b;
}

.guide-cms__status{
  min-height:22px;
  margin:0;
  color:var(--guide-muted);
  font-size:13px;
}

.guide-cms__status.is-error{
  color:#b91c1c;
}

@media (max-width: 720px){
  .guide-page{
    width:min(calc(100% - 40px), var(--guide-max));
    padding:14px 0 48px;
  }

  .guide-page--article{
    width:min(calc(100% - 40px), 900px);
  }

  .guide-page--feed{
    width:min(calc(100% - 24px), 980px);
  }

  .guide-header--article{
    margin-bottom:24px;
  }

  .guide-nav--article{
    display:grid;
    align-items:flex-start;
    gap:12px;
    padding:10px 12px;
    border-radius:18px;
  }

  .guide-nav--article .guide-brand{
    gap:10px;
  }

  .guide-nav--article .guide-brand picture,
  .guide-nav--article .guide-brand img{
    height:30px;
  }

  .guide-nav--article .guide-brand__eyebrow{
    font-size:14px;
    letter-spacing:0;
  }

  .guide-nav--article .guide-brand__title{
    font-size:10px;
  }

  .guide-nav--article .guide-nav__links{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:6px;
  }

  .guide-nav--article .guide-nav__links a{
    min-height:36px;
    padding:7px 10px;
    font-size:12px;
    text-align:center;
  }

  .guide-article,
  .guide-article__body{
    gap:24px;
  }

  .guide-article__hero{
    gap:14px;
    padding:22px 0 20px;
  }

  .guide-article__kicker{
    font-size:12px;
    letter-spacing:.04em;
  }

  .guide-article__hero h1{
    max-width:13.5em;
    font-size:clamp(23px, 6.2vw, 26px);
    font-weight:700;
    line-height:1.24;
    letter-spacing:0;
  }

  .guide-article__lead,
  .guide-article__section p,
  .guide-article__list li,
  .guide-article__checklist li,
  .guide-feed__lead,
  .guide-post-card__summary{
    font-size:15.5px;
    line-height:1.76;
  }

  .guide-article__lead{
    color:#475569;
  }

  .guide-article__meta{
    gap:8px;
    font-size:12px;
    line-height:1.4;
  }

  .guide-article__meta span{
    padding:4px 9px;
    border:1px solid rgba(15,23,42,.08);
    border-radius:999px;
    background:rgba(255,255,255,.7);
  }

  .guide-article__section{
    gap:13px;
  }

  .guide-article__section h2{
    font-size:clamp(20px, 5.4vw, 22px);
    font-weight:700;
    line-height:1.32;
    letter-spacing:0;
  }

  .guide-article__section h3{
    font-size:16px;
    font-weight:700;
    line-height:1.35;
  }

  .guide-article__section p,
  .guide-article__list li,
  .guide-article__checklist li{
    color:#263244;
  }

  .guide-article__cards,
  .guide-article__cards--three{
    grid-template-columns:1fr;
    gap:12px;
  }

  .guide-article__card{
    padding:14px 15px;
    border-radius:16px;
    box-shadow:0 8px 18px rgba(15,23,42,.05);
  }

  .guide-article__card p{
    font-size:15px;
    line-height:1.72;
  }

  .guide-article__callout{
    padding:16px 16px 16px 18px;
    border-left-width:3px;
    border-radius:0 16px 16px 0;
  }

  .guide-article__callout strong{
    font-size:14px;
  }

  .guide-article__callout p{
    font-size:15px;
    line-height:1.72;
  }

  .guide-article__list{
    padding-left:20px;
    gap:8px;
  }

  .guide-article__checklist{
    gap:9px;
  }

  .guide-article__checklist li{
    padding-left:24px;
  }

  .guide-article__checklist li::before{
    top:.78em;
    width:9px;
    height:9px;
  }

  .guide-article__actions{
    gap:10px;
  }

  .guide-article__actions .guide-btn,
  .guide-article__actions .guide-button{
    width:100%;
    min-height:46px;
    padding:11px 14px;
    font-size:15px;
    text-align:center;
  }

  .guide-article__actions--hero{
    gap:8px;
  }

  .guide-page--decision .guide-article__hero{
    padding:12px 0 18px;
  }

  .guide-page--decision .guide-article__lead{
    max-width:100%;
  }

  .guide-article__section--soft{
    padding-top:20px;
  }

  .guide-faq{
    padding:18px;
    border-radius:18px;
  }

  .guide-faq__list{
    gap:8px;
  }

  .guide-faq__item{
    border-radius:14px;
  }

  .guide-faq__item summary{
    padding:14px 42px 14px 15px;
    font-size:15.5px;
    line-height:1.45;
  }

  .guide-faq__item summary::after{
    right:15px;
    font-size:20px;
  }

  .guide-faq__item p{
    padding:0 15px 15px;
    font-size:15px;
    line-height:1.72;
  }

  .guide-post-card__link{
    padding:22px;
  }

  .guide-post-card__meta{
    align-items:flex-start;
    flex-direction:column;
  }

  .guide-cms{
    padding:20px;
  }

  .guide-cms__grid,
  .guide-cms__split{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .guide-article__table-wrap{
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }

  .guide-article__table,
  .guide-article__table thead,
  .guide-article__table tbody,
  .guide-article__table tr,
  .guide-article__table th,
  .guide-article__table td{
    display:block;
    width:100%;
    min-width:0;
  }

  .guide-article__table thead{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
    white-space:nowrap;
  }

  .guide-article__table tbody{
    display:grid;
    gap:12px;
  }

  .guide-article__table tr{
    padding:14px 15px;
    border:1px solid rgba(15,23,42,0.08);
    border-radius:16px;
    background:rgba(255,255,255,0.86);
    box-shadow:0 8px 18px rgba(15,23,42,0.05);
  }

  .guide-article__table th,
  .guide-article__table td{
    padding:0;
    border:0;
    font-size:15px;
    line-height:1.68;
  }

  .guide-article__table th[scope="row"]{
    margin-bottom:8px;
    color:var(--guide-accent-strong);
    font-size:15.5px;
    font-weight:800;
  }

  .guide-article__table td + td,
  .guide-article__table td + th,
  .guide-article__table th + td{
    margin-top:9px;
    padding-top:9px;
    border-top:1px solid rgba(15,23,42,0.07);
  }

  .guide-article__table td[data-label]::before{
    content:attr(data-label);
    display:block;
    margin-bottom:2px;
    color:#64748b;
    font-size:12px;
    line-height:1.35;
    font-weight:800;
  }
}

@media (max-width: 430px){
  .guide-page--article{
    width:min(calc(100% - 24px), 900px);
  }

  .guide-nav--article .guide-nav__links{
    grid-template-columns:1fr;
  }

  .guide-nav--article .guide-nav__links a,
  .guide-lang-btn{
    width:100%;
    text-align:center;
  }

  .guide-article,
  .guide-article__body{
    gap:22px;
  }

  .guide-article__hero h1{
    max-width:100%;
    font-size:28px;
    line-height:1.22;
  }

  .guide-article__lead{
    font-size:15.5px;
    line-height:1.68;
  }

  .guide-article__section{
    gap:12px;
  }

  .guide-article__section h2{
    font-size:21px;
  }

  .guide-article__card{
    padding:15px;
  }

  .guide-faq{
    padding:15px;
  }
}

/* UI-1 premium landing article */
.guide-page--premium{
  width:100%;
  max-width:none;
  padding:0 0 96px;
  background:#fffefa;
}

.guide-page--premium .guide-header{
  width:min(calc(100% - 40px), 1180px);
  margin:18px auto 26px;
}

.guide-page--premium .guide-nav{
  border-color:rgba(58,43,34,.12);
  border-radius:999px;
  background:rgba(255,254,250,.84);
  box-shadow:none;
}

.guide-page--premium .guide-nav__links a{
  border-radius:999px;
  font-weight:500;
}

.guide-page--premium .guide-nav__links .guide-nav__cta{
  color:#fffefa;
  background:#1f3a32;
  border-color:#1f3a32;
  box-shadow:none;
}

.premium-article{
  color:#242424;
  background:#fffefa;
}

.premium-hero{
  display:grid;
  grid-template-columns:minmax(0, 1.02fr) minmax(360px, .98fr);
  align-items:end;
  gap:clamp(38px, 5vw, 76px);
  width:min(calc(100% - 64px), 1280px);
  margin:0 auto;
  padding:18px 0 74px;
}

.premium-hero__media{
  position:relative;
  min-height:640px;
  margin:0;
  overflow:hidden;
  border-radius:0;
  background:#f7f2ea;
}

.premium-hero__media img{
  width:100%;
  height:100%;
  min-height:640px;
  object-fit:cover;
  object-position:center;
}

.premium-hero__content{
  padding:0 0 32px;
}

.premium-kicker{
  margin:0 0 18px;
  color:#735324;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:0;
  text-transform:uppercase;
}

.premium-hero h1{
  margin:0;
  color:#1f3a32;
  font-family:Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-size:clamp(46px, 5.5vw, 78px);
  font-weight:500;
  line-height:1.08;
  letter-spacing:0;
}

.premium-hero__lead{
  max-width:590px;
  margin:28px 0 0;
  color:#3a2b22;
  font-size:20px;
  line-height:1.85;
}

.premium-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:34px;
  color:#6b6258;
  font-size:14px;
  line-height:1.5;
}

.premium-hero__meta span + span::before{
  content:"";
  display:inline-block;
  width:5px;
  height:5px;
  margin:0 18px 2px 0;
  border-radius:999px;
  background:#b8955a;
}

.service-snapshot{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:0;
  width:min(calc(100% - 64px), 1180px);
  margin:0 auto 128px;
  border-top:1px solid #e7e1d8;
  border-bottom:1px solid #e7e1d8;
  background:linear-gradient(180deg, rgba(255,254,250,.96), rgba(247,242,234,.34));
}

.service-snapshot__item{
  min-height:216px;
  padding:36px 30px 34px;
  border-right:1px solid #e7e1d8;
}

.service-snapshot__item:last-child{
  border-right:0;
}

.service-snapshot__item span{
  display:block;
  margin-bottom:32px;
  color:#735324;
  font-size:12px;
  font-weight:700;
}

.service-snapshot__item strong{
  display:block;
  color:#1f3a32;
  font-family:Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-size:22px;
  line-height:1.35;
  font-weight:500;
}

.service-snapshot__item p{
  margin:16px 0 0;
  color:#4d473f;
  font-size:15.5px;
  line-height:1.85;
}

.premium-article__body{
  width:min(calc(100% - 48px), 980px);
  margin:0 auto;
}

.premium-section{
  width:min(100%, 720px);
  margin:0 auto 94px;
}

.premium-section h2,
.teacher-preview h2,
.story-cta h2,
.related-concerns h2,
.final-cta h2{
  margin:0 0 24px;
  color:#1f3a32;
  font-family:Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-size:clamp(31px, 4vw, 46px);
  font-weight:500;
  line-height:1.18;
  letter-spacing:0;
}

.premium-section h3{
  margin:0 0 8px;
  color:#1f3a32;
  font-size:20px;
  line-height:1.4;
  font-weight:650;
}

.premium-section p,
.premium-note p,
.story-cta p,
.final-cta p,
.teacher-preview p{
  margin:0 0 20px;
  color:#34302b;
  font-size:18px;
  line-height:1.9;
}

.premium-section p:last-child,
.story-cta p:last-child,
.final-cta p:last-child,
.teacher-preview p:last-child{
  margin-bottom:0;
}

.premium-section a,
.vertical-journey a{
  color:#1f3a32;
  text-decoration:underline;
  text-decoration-color:rgba(184,149,90,.52);
  text-underline-offset:5px;
}

.premium-drop{
  color:#1f3a32 !important;
  font-family:Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-size:clamp(25px, 3vw, 34px) !important;
  line-height:1.62 !important;
}

.premium-quote{
  width:min(100%, 900px);
  margin:16px auto 112px;
  padding:54px 0 56px;
  border-top:1px solid #e7e1d8;
  border-bottom:1px solid #e7e1d8;
}

.premium-quote p{
  width:min(100%, 760px);
  margin:0 auto;
  color:#3a2b22;
  font-family:Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-size:clamp(30px, 4.4vw, 54px);
  font-weight:500;
  line-height:1.38;
  text-align:center;
}

.premium-split{
  display:grid;
  grid-template-columns:minmax(220px, .55fr) minmax(0, 1fr);
  gap:72px;
  width:min(100%, 980px);
}

.premium-photo-break{
  width:min(100%, 1060px);
  margin:0 auto 104px;
}

.premium-photo-break img{
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
}

.premium-info{
  width:min(100%, 780px);
  margin:4px auto 108px;
  padding:44px 52px;
  background:#f7f2ea;
  border-left:3px solid #b8955a;
}

.premium-info p:last-child{
  margin:0;
  color:#3a2b22;
  font-family:Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-size:27px;
  line-height:1.6;
}

.premium-checklist{
  display:grid;
  grid-template-columns:minmax(0, .92fr) minmax(300px, .78fr);
  gap:58px;
  width:min(100%, 980px);
  align-items:start;
  padding:76px 0;
  border-top:1px solid #e7e1d8;
  border-bottom:1px solid #e7e1d8;
  background:linear-gradient(90deg, transparent 0%, transparent 48%, rgba(247,242,234,.58) 48%, rgba(247,242,234,.58) 100%);
}

.premium-checklist ul{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:guideChecklist;
}

.premium-checklist li{
  position:relative;
  display:block;
  counter-increment:guideChecklist;
  padding:20px 0 20px 64px;
  border-bottom:1px solid rgba(58,43,34,.13);
  color:#242424;
  font-family:Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-size:20px;
  line-height:1.62;
}

.premium-checklist li:first-child{
  border-top:1px solid rgba(58,43,34,.13);
}

.premium-checklist li::before{
  content:counter(guideChecklist, decimal-leading-zero);
  position:absolute;
  left:0;
  top:24px;
  color:#735324;
  font-family:var(--font-sans);
  font-size:12px;
  line-height:1;
  font-weight:700;
}

.premium-checklist li span{
  display:none;
}

.journey-section{
  width:min(100%, 880px);
}

.vertical-journey{
  position:relative;
  display:grid;
  gap:0;
  margin-top:38px;
}

.vertical-journey::before{
  content:"";
  position:absolute;
  top:18px;
  bottom:18px;
  left:31px;
  width:1px;
  background:#e7e1d8;
}

.vertical-journey__step{
  position:relative;
  display:grid;
  grid-template-columns:64px minmax(0, 1fr);
  gap:30px;
  padding:0 0 42px;
}

.vertical-journey__step:last-child{
  padding-bottom:0;
}

.vertical-journey__step > span{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:999px;
  background:#fffefa;
  border:1px solid #b8955a;
  color:#735324;
  font-size:13px;
  font-weight:700;
}

.vertical-journey__step p{
  margin:0;
  color:#4d473f;
  font-size:18px;
  line-height:1.82;
}

.soft-cta,
.final-cta{
  width:min(100%, 860px);
  padding:74px 0;
  background:transparent;
  border-top:1px solid #e7e1d8;
  border-bottom:1px solid #e7e1d8;
}

.soft-cta .premium-kicker,
.final-cta .premium-kicker{
  color:#735324;
}

.soft-cta h2,
.soft-cta p,
.final-cta h2,
.final-cta p{
  color:#1f3a32;
}

.soft-cta .premium-text-link,
.final-cta .premium-text-link{
  color:#1f3a32;
}

.premium-text-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:12px;
  color:inherit;
  font-size:16px;
  line-height:1.4;
  font-weight:700;
  text-decoration:none;
}

.premium-text-link::after{
  content:"";
  width:42px;
  height:1px;
  background:currentColor;
}

.teacher-preview,
.story-cta,
.related-concerns,
.premium-note{
  width:min(100%, 980px);
  margin:0 auto 106px;
}

.teacher-preview{
  padding-top:16px;
}

.teacher-preview__head{
  width:min(100%, 760px);
  margin-bottom:58px;
}

.teacher-preview__list{
  display:grid;
  gap:0;
  border-top:1px solid #e7e1d8;
}

.teacher-row{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:44px;
  align-items:start;
  padding:46px 0;
  border-bottom:1px solid #e7e1d8;
}

.teacher-row > div{
  display:grid;
  grid-template-columns:170px minmax(0, 1fr);
  column-gap:44px;
  align-items:start;
}

.teacher-row h3{
  grid-column:2;
  margin:0 0 14px;
  color:#1f3a32;
  font-family:Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-size:32px;
  font-weight:500;
  line-height:1.25;
}

.teacher-row p{
  grid-column:2;
  max-width:690px;
  margin:0;
  color:#4d473f;
  font-size:18px;
  line-height:1.85;
}

.teacher-row__status{
  grid-column:1;
  grid-row:1 / span 2;
  margin:8px 0 0 !important;
  color:#735324 !important;
  font-size:12px !important;
  font-weight:700;
  line-height:1.2 !important;
}

.teacher-row a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:112px;
  min-height:32px;
  padding:0;
  border:0;
  border-radius:0;
  color:#1f3a32;
  font-size:16px;
  font-weight:650;
  text-decoration:none;
}

.teacher-row a::after{
  content:"";
  width:36px;
  height:1px;
  margin-left:12px;
  background:currentColor;
}

.story-cta{
  display:grid;
  grid-template-columns:minmax(280px, .78fr) minmax(0, 1fr);
  gap:64px;
  padding:82px 0;
  border-top:1px solid #e7e1d8;
  border-bottom:1px solid #e7e1d8;
}

.related-concerns{
  padding-top:8px;
}

.related-concerns__list{
  display:grid;
  gap:0;
  margin-top:34px;
  border-top:1px solid #e7e1d8;
}

.related-concerns__list a{
  display:grid;
  grid-template-columns:minmax(180px, .46fr) minmax(0, 1fr);
  gap:28px;
  padding:32px 0;
  border-bottom:1px solid #e7e1d8;
  text-decoration:none;
}

.related-concerns__list span{
  color:#6b6258;
  font-size:16px;
  line-height:1.6;
}

.related-concerns__list strong{
  color:#1f3a32;
  font-family:Georgia, "Times New Roman", "Noto Serif TC", "Songti TC", serif;
  font-size:30px;
  font-weight:500;
  line-height:1.25;
}

.premium-article .guide-faq{
  width:min(100%, 880px);
  margin-bottom:92px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.premium-article .guide-faq__list{
  display:grid;
  gap:0;
  border-top:1px solid #e7e1d8;
}

.premium-article .guide-faq__item{
  border:0;
  border-bottom:1px solid #e7e1d8;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.premium-article .guide-faq__item summary{
  padding:24px 44px 24px 0;
  color:#1f3a32;
  font-size:20px;
  font-weight:600;
}

.premium-article .guide-faq__item summary::after{
  right:0;
  color:#b8955a;
}

.premium-article .guide-faq__item p{
  padding:0 0 24px;
  color:#3a2b22;
  font-size:17px;
  line-height:1.8;
}

.premium-note{
  padding-top:18px;
  border-top:1px solid #e7e1d8;
}

.premium-note p{
  width:min(100%, 720px);
  color:#6b6258;
  font-size:14px;
  line-height:1.85;
}

.final-cta{
  margin-bottom:0;
}

@media (max-width: 900px){
  .guide-page--premium{
    padding-bottom:56px;
  }

  .guide-page--premium .guide-header{
    position:relative;
    top:auto;
    width:min(calc(100% - 28px), 640px);
    margin:14px auto 10px;
  }

  .guide-page--premium .guide-nav{
    border-radius:24px;
    align-items:flex-start;
  }

  .guide-page--premium .guide-nav__links{
    gap:6px;
  }

  .guide-page--premium .guide-nav__links a{
    min-height:36px;
    padding:7px 10px;
    font-size:12px;
  }

  .premium-hero{
    display:flex;
    flex-direction:column;
    gap:22px;
    width:min(calc(100% - 28px), 640px);
    padding:6px 0 34px;
  }

  .premium-hero__media{
    width:100%;
    min-height:360px;
    order:1;
  }

  .premium-hero__media img{
    min-height:360px;
  }

  .premium-hero__content{
    order:2;
    padding:0;
  }

  .premium-hero h1{
    font-size:clamp(28px, 7.4vw, 34px);
    line-height:1.2;
  }

  .premium-hero__lead{
    margin-top:16px;
    font-size:16px;
    line-height:1.78;
  }

  .premium-hero__meta{
    gap:10px;
    margin-top:20px;
    font-size:13px;
  }

  .premium-hero__meta span + span::before{
    margin-right:10px;
  }

  .service-snapshot{
    grid-template-columns:1fr;
    width:min(calc(100% - 28px), 640px);
    margin-bottom:54px;
    background:transparent;
  }

  .service-snapshot__item{
    min-height:auto;
    padding:20px 0;
    border-right:0;
    border-bottom:1px solid #e7e1d8;
  }

  .service-snapshot__item:last-child{
    border-bottom:0;
  }

  .service-snapshot__item span{
    margin-bottom:10px;
  }

  .premium-article__body{
    width:min(calc(100% - 28px), 640px);
  }

  .premium-section{
    width:100%;
    margin-bottom:54px;
  }

  .premium-section h2,
  .teacher-preview h2,
  .story-cta h2,
  .related-concerns h2,
  .final-cta h2{
    margin-bottom:16px;
    font-size:clamp(23px, 6.2vw, 28px);
    line-height:1.28;
  }

  .premium-section p,
  .premium-note p,
  .story-cta p,
  .final-cta p,
  .teacher-preview p{
    font-size:16px;
    line-height:1.84;
  }

  .premium-drop{
    font-size:20px !important;
    line-height:1.66 !important;
  }

  .premium-quote{
    margin:0 auto 56px;
    padding:30px 0 32px;
  }

  .premium-quote p{
    font-size:clamp(22px, 6.4vw, 28px);
    line-height:1.48;
  }

  .premium-split,
  .premium-checklist,
  .story-cta{
    grid-template-columns:1fr;
    gap:28px;
  }

  .premium-photo-break{
    margin-bottom:54px;
  }

  .premium-photo-break img{
    aspect-ratio:4 / 5;
  }

  .premium-info{
    padding:28px 22px;
    margin-bottom:54px;
  }

  .premium-info p:last-child{
    font-size:19px;
    line-height:1.64;
  }

  .premium-checklist{
    padding:36px 0;
    background:transparent;
  }

  .premium-checklist li{
    padding:15px 0 15px 50px;
    font-size:17px;
    line-height:1.6;
  }

  .premium-checklist li::before{
    top:20px;
  }

  .vertical-journey__step{
    grid-template-columns:52px minmax(0, 1fr);
    gap:20px;
    padding-bottom:30px;
  }

  .vertical-journey::before{
    left:25px;
  }

  .vertical-journey__step > span{
    width:52px;
    height:52px;
  }

  .soft-cta,
  .final-cta{
    padding:36px 0;
  }

  .teacher-preview,
  .story-cta,
  .related-concerns,
  .premium-note{
    width:100%;
    margin-bottom:56px;
  }

  .teacher-preview__head{
    margin-bottom:28px;
  }

  .teacher-row{
    grid-template-columns:1fr;
    gap:14px;
    padding:26px 0;
  }

  .teacher-row > div{
    display:block;
  }

  .teacher-row h3{
    margin-bottom:10px;
    font-size:25px;
    line-height:1.3;
  }

  .teacher-row__status{
    margin-bottom:10px !important;
  }

  .teacher-row a{
    width:max-content;
    min-height:38px;
  }

  .story-cta{
    padding:38px 0;
  }

  .related-concerns__list a{
    grid-template-columns:1fr;
    gap:7px;
    padding:22px 0;
  }

  .related-concerns__list strong{
    font-size:23px;
    line-height:1.32;
  }

  .premium-article .guide-faq{
    width:100%;
    margin-bottom:48px;
  }

  .premium-article .guide-faq__item summary{
    padding:17px 34px 17px 0;
    font-size:16px;
    line-height:1.58;
  }

  .premium-article .guide-faq__item p{
    font-size:15.5px;
    line-height:1.82;
    padding-bottom:20px;
  }

  .premium-note{
    padding-top:12px;
  }

  .final-cta{
    margin-bottom:0;
  }
}
