.v2-hero-action { position: relative; margin: 30px auto; max-width: 720px; padding: 24px 28px; background: linear-gradient(135deg, #fffaf3, #ffecd5); border: 1px solid rgba(226,109,0,.24); border-top: 3px solid var(--accent); border-radius: 20px; box-shadow: 0 8px 28px rgba(226,109,0,.09); }
.v2-action-label { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 16px; font: 600 11px 'DM Sans', sans-serif; letter-spacing: .06em; text-transform: uppercase; color: var(--body); }
.v2-new-badge { display: inline-block; padding: 6px 10px; background: var(--accent); color: #fff; border-radius: 20px; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.hero .v2-hero-action p { font-family: 'DM Serif Display', serif; font-size: clamp(26px, 3.1vw, 40px); font-weight: 400; line-height: 1.2; color: var(--text); max-width: none; margin: 0 0 12px; }
.v2-hero-action p span { white-space: nowrap; color: var(--accent); }
.v2-action-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; color: var(--accent); text-decoration: none; padding: 9px 16px; border: 1px solid rgba(226,109,0,.25); border-radius: 24px; background: rgba(255,255,255,.7); }
.v2-action-link:hover { background: white; border-color: var(--accent); }
.v2-action-link:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.hero .v2-hero-description { font-size: 17px; color: var(--body); max-width: 690px; }
@media (max-width: 540px) {
  .v2-hero-action { margin: 24px auto; padding: 22px 16px; }
  .v2-action-label { font-size: 9px; gap: 8px; letter-spacing: .04em; }
  .hero .v2-hero-description { font-size: 15px; }
}
.v2-section { padding: 76px 24px; color: var(--body); }
.v2-section:nth-of-type(even) { background: var(--surface-alt); }
.v2-inner { max-width: 1120px; margin: 0 auto; }
.v2-eyebrow { color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin: 0 0 18px; }
.v2-section h2 { font-family: 'DM Serif Display', serif; font-weight: 400; font-size: clamp(32px, 4.2vw, 52px); line-height: 1.12; color: var(--text); margin: 0 0 24px; }
.v2-lead { max-width: 720px; font-size: 18px; line-height: 1.75; margin: 0 0 36px; }
.v2-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 32px; }
.v2-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 30px; }
.v2-number { display: inline-block; color: var(--accent); font-family: 'DM Serif Display', serif; font-size: 24px; margin-bottom: 22px; }
.v2-card h3, .v2-detail h3 { color: var(--text); font-family: 'DM Serif Display', serif; font-size: 26px; font-weight: 400; line-height: 1.2; margin: 0 0 16px; }
.v2-card p, .v2-detail p, .v2-faq p { font-size: 16px; line-height: 1.75; }
.v2-note { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 26px 0 18px; max-width: 820px; }
.v2-link { display: inline-block; color: var(--accent); font-weight: 600; text-decoration: none; padding: 10px 0; }
.v2-link:hover { text-decoration: underline; }
.v2-workflow { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; }
.v2-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-bottom: 1px solid var(--border); }
.v2-step { cursor: pointer; padding: 22px 14px; text-align: left; color: var(--body); background: transparent; border: 0; border-right: 1px solid var(--border); font: 600 14px 'DM Sans', sans-serif; }
.v2-step:last-child { border-right: 0; }
.v2-step span { display: block; font-size: 12px; font-weight: 400; margin-bottom: 10px; }
.v2-step[aria-pressed="true"] { background: var(--accent); color: white; }
.v2-step:hover:not([aria-pressed="true"]) { background: var(--surface-alt); }
.v2-step:focus-visible, .v2-link:focus-visible, .v2-faq summary:focus-visible { outline: 3px solid var(--text); outline-offset: -4px; }
.v2-detail { display: grid; grid-template-columns: 1.2fr 1fr; gap: 42px; padding: 40px; min-height: 300px; }
.v2-detail .v2-eyebrow { font-size: 11px; margin-bottom: 16px; }
.v2-detail aside { background: var(--surface-alt); padding: 26px; border-radius: 12px; }
.v2-caption { display: block; color: var(--muted); font-size: 12px; margin-top: 20px; }
.v2-faq { max-width: 860px; }
.v2-faq details { border-bottom: 1px solid var(--border); padding: 22px 0; }
.v2-faq summary { font-size: 18px; font-weight: 600; color: var(--text); cursor: pointer; padding: 4px; }
.v2-faq p { padding: 16px 4px 0; }
.v2-leg-buttons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 30px 0 18px; }
.v2-leg-button { font: 600 15px 'DM Sans', sans-serif; line-height: 1.4; text-align: left; padding: 18px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); color: var(--text); cursor: pointer; }
.v2-leg-button span { display: block; color: var(--accent); font-size: 12px; font-weight: 400; margin-bottom: 8px; }
.v2-leg-button[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: white; }
.v2-leg-button[aria-pressed="true"] span { color: white; }
.v2-leg-button:hover:not([aria-pressed="true"]) { background: var(--surface-alt); }
.v2-leg-button:focus-visible { outline: 3px solid var(--text); outline-offset: 3px; }
.v2-leg-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 40px; padding: 36px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.v2-leg-panel[hidden] { display: none; }
.v2-leg-panel h3 { font-family: 'DM Serif Display', serif; font-size: clamp(26px, 3vw, 34px); font-weight: 400; line-height: 1.2; color: var(--text); margin: 0 0 20px; }
.v2-leg-panel p, .v2-leg-panel li { font-size: 16px; line-height: 1.75; }
.v2-leg-panel .v2-eyebrow { font-size: 11px; }
.v2-leg-output { padding: 26px; background: var(--surface-alt); border-radius: 12px; }
.v2-leg-output blockquote { font-family: 'DM Serif Display', serif; font-size: 24px; line-height: 1.45; color: var(--text); margin: 0 0 26px; }
.v2-leg-output ul { margin: 0; padding-left: 20px; }
.v2-leg-output li { padding-left: 4px; margin-bottom: 10px; }
.v2-leg-trigger { margin-top: 24px; }
.v2-leg-trigger strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--accent); margin-bottom: 8px; }
.v2-leg-panel .v2-leg-boundary { grid-column: 1 / -1; font-size: 14px; color: var(--muted); border-top: 1px solid var(--border); padding-top: 22px; margin: 0; }
@media (max-width: 800px) {
  .v2-leg-buttons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-leg-panel { grid-template-columns: 1fr; padding: 26px; gap: 24px; }
  .v2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v2-step:nth-child(-n+3) { border-bottom: 1px solid var(--border); }
  .v2-detail { grid-template-columns: 1fr; gap: 24px; padding: 26px; }
}
@media (max-width: 540px) {
  .v2-leg-button { font-size: 13px; padding: 14px; }
  .v2-leg-panel { padding: 22px; }
  .v2-leg-output { padding: 22px; }
  .v2-section { padding: 48px 20px; }
  .v2-grid { grid-template-columns: 1fr; gap: 16px; }
  .v2-card { padding: 26px; }
  .v2-lead { font-size: 16px; }
  .v2-step { padding: 18px 12px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .v2-section *, .v2-section *::before, .v2-section *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
