:root {
  --yellow: #f8d32c;
  --yellow-soft: #fff7ce;
  --ink: #111111;
  --muted: #5d6268;
  --blue: #173e69;
  --blue-deep: #0b2746;
  --surface: #f5f7f8;
  --line: rgba(17, 17, 17, .13);
  --white: #ffffff;
  --content: 1180px;
  --radius: 24px;
  --shadow-sm: 0 8px 24px rgba(11, 39, 70, .08);
  --shadow-md: 0 18px 46px rgba(11, 39, 70, .13);
  --shadow-xl: 0 34px 90px rgba(11, 39, 70, .2);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 280px; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; text-rendering: optimizeLegibility; }
a { color: inherit; }
.network-bar { min-height: 48px; padding: 6px clamp(18px, 4.3vw, 88px); color: #fff; background: #050505; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; }
.network-home { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 850; text-decoration: none; }
.network-home span { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 11px 11px 14px 14px; color: #050505; background: var(--yellow); font-size: 10px; font-weight: 950; box-shadow: 0 5px 18px rgba(248, 211, 44, .2); }
.network-home strong { font-size: 13px; }
.site-header { min-height: 110px; color: #050505; background: var(--yellow); }
.header-inner { width: min(100%, 1740px); min-height: inherit; margin: 0 auto; padding: 15px clamp(18px, 7.5vw, 152px); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-link { min-width: 0; display: inline-flex; align-items: center; gap: 17px; color: #050505; text-decoration: none; }
.brand-link .brand-mark { flex: 0 0 auto; width: 66px; aspect-ratio: 1; display: grid; place-items: center; border: 3px solid #050505; border-radius: 20px 20px 25px 25px; color: #050505; background: #fff; box-shadow: 0 7px 18px rgba(0, 0, 0, .13); font-size: 14px; font-weight: 950; letter-spacing: -.06em; }
.brand-copy { min-width: 0; display: grid; }
.brand-copy strong { font-size: clamp(22px, 2.4vw, 32px); line-height: 1.02; letter-spacing: -.038em; overflow-wrap: anywhere; }
.brand-copy small { margin-top: 6px; font-size: clamp(11px, 1.15vw, 16px); line-height: 1.15; }
.outline-button { position: relative; flex: 0 0 auto; min-height: 64px; padding: 15px clamp(24px, 3.5vw, 43px); overflow: hidden; display: inline-flex; align-items: center; justify-content: center; border: 2px solid #050505; border-radius: 999px; color: #fff; background: #050505; box-shadow: 0 12px 30px rgba(0, 0, 0, .22); text-decoration: none; text-align: center; font-size: clamp(14px, 1.25vw, 18px); font-weight: 900; transition: transform .25s var(--ease), box-shadow .25s var(--ease), color .25s ease; }
.outline-button::after { content: ""; position: absolute; inset: -2px auto -2px -40%; width: 28%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.45), transparent); transform: skewX(-18deg); transition: left .55s var(--ease); }
.outline-button:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(0, 0, 0, .28); }
.outline-button:hover::after { left: 118%; }
.hero { position: relative; isolation: isolate; min-height: 610px; padding: clamp(52px, 7vw, 94px) max(20px, calc((100vw - var(--content)) / 2)); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); align-items: center; gap: clamp(38px, 7vw, 86px); background: radial-gradient(circle at 88% 15%, rgba(248,211,44,.34), transparent 28%), linear-gradient(120deg, var(--yellow-soft), #fff 57%, #eef4f7); border-block: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; z-index: -1; width: 420px; aspect-ratio: 1; left: -210px; bottom: -250px; border-radius: 50%; background: rgba(23,62,105,.08); filter: blur(2px); }
.hero-copy { min-width: 0; }
.eyebrow { margin: 0 0 13px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 6.6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.hero h1::after { content: ""; width: min(240px, 45vw); height: 13px; margin-top: 20px; display: block; background: var(--yellow); }
.hero-lead { max-width: 680px; margin: 25px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { position: relative; isolation: isolate; min-height: 50px; padding: 13px 21px; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 850; transition: transform .24s var(--ease), box-shadow .24s var(--ease), background .24s ease; }
.button::after { content: ""; position: absolute; z-index: -1; inset: -3px auto -3px -38%; width: 25%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.52), transparent); transform: skewX(-18deg); transition: left .52s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button:hover::after { left: 116%; }
.button:active { transform: translateY(0) scale(.98); }
.button-primary { color: #fff; background: var(--blue-deep); box-shadow: 0 10px 24px rgba(11,39,70,.2); }
.button-primary:hover { box-shadow: 0 17px 34px rgba(11,39,70,.3); }
.button-secondary { border: 1px solid var(--blue-deep); color: var(--blue-deep); background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); }
.trust-list { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; color: var(--blue-deep); font-size: 13px; font-weight: 700; }
.trust-list li::before { content: "✓"; width: 21px; height: 21px; margin-right: 8px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: var(--yellow); font-size: 11px; font-weight: 900; }
.hero-visual { min-width: 0; padding: clamp(28px, 4vw, 46px); border: 1px solid rgba(255,255,255,.11); border-radius: 34px; color: #fff; background: linear-gradient(145deg, #0f355d, var(--blue-deep)); box-shadow: var(--shadow-xl); transform: perspective(900px) rotateY(-2deg); animation: hero-float 7s ease-in-out infinite; }
.visual-label { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.visual-grid { margin: 26px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.visual-grid span { min-height: 105px; padding: 18px; display: flex; align-items: end; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.08); box-shadow: inset 0 1px rgba(255,255,255,.12); font-size: clamp(19px, 2vw, 24px); font-weight: 800; transition: transform .28s var(--ease), background .28s ease; }
.visual-grid span:first-child, .visual-grid span:last-child { color: var(--blue-deep); background: var(--yellow); border-color: var(--yellow); }
.hero-visual p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }
.product-section { padding: clamp(72px, 9vw, 118px) 20px; }
.section-heading { max-width: 800px; margin: 0 auto 44px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 4.5vw, 52px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 19px auto 0; color: var(--muted); font-size: 16px; }
.product-grid { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; isolation: isolate; min-width: 0; min-height: 310px; padding: clamp(27px, 4vw, 42px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fff, var(--surface)); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s ease; }
.product-card::before { content: ""; position: absolute; z-index: -1; width: 180px; aspect-ratio: 1; right: -80px; bottom: -105px; border-radius: 50%; background: var(--yellow); opacity: .22; transition: transform .45s var(--ease), opacity .32s ease; }
.product-card:nth-child(2), .product-card:nth-child(3) { background: linear-gradient(145deg, #fffdf2, var(--yellow-soft)); }
.card-number { position: absolute; right: 24px; top: 18px; color: rgba(11,39,70,.1); font-size: 58px; line-height: 1; font-weight: 900; letter-spacing: -.08em; }
.card-eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { max-width: 440px; margin: 0; font-size: clamp(25px, 3vw, 36px); line-height: 1.05; letter-spacing: -.035em; overflow-wrap: anywhere; }
.product-card > p:not(.card-eyebrow) { max-width: 430px; margin: 18px 0 28px; color: var(--muted); }
.product-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 11px; color: var(--blue-deep); font-size: 14px; font-weight: 900; text-decoration: none; }
.product-card a span { transition: transform .18s ease; }
.product-card a:hover span { transform: translateX(4px); }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-visual { max-width: 680px; }
}
@media (max-width: 760px) {
  .network-bar { min-height: 46px; padding: 5px 12px; }
  .network-home span { width: 34px; }
  .site-header, .site-header-compact { min-height: 90px; }
  .header-inner { padding: 10px 13px; gap: 10px; }
  .brand-link { gap: 10px; }
  .brand-link .brand-mark { width: 46px; border-width: 2px; border-radius: 14px 14px 18px 18px; font-size: 10px; }
  .brand-copy strong { font-size: clamp(16px, 5vw, 21px); }
  .brand-copy small { max-width: 52vw; margin-top: 3px; font-size: 9px; }
  .outline-button { min-height: 46px; max-width: 126px; padding: 9px 13px; font-size: 11px; line-height: 1.05; }
}
@media (max-width: 660px) {
  .network-bar { min-height: 46px; padding: 5px 12px; }
  .network-home span { width: 34px; }
  .site-header { min-height: 90px; }
  .header-inner { padding: 10px 13px; gap: 10px; }
  .brand-link { gap: 10px; }
  .brand-link .brand-mark { width: 46px; border-width: 2px; border-radius: 14px 14px 18px 18px; font-size: 10px; }
  .brand-copy strong { font-size: clamp(16px, 5vw, 21px); }
  .brand-copy small { max-width: 52vw; margin-top: 3px; font-size: 9px; }
  .outline-button { min-height: 46px; max-width: 126px; padding: 9px 13px; font-size: 11px; line-height: 1.05; }
  .hero { padding: 46px 16px; }
  .hero h1 { font-size: clamp(40px, 13vw, 60px); }
  .hero-visual { padding: 25px 18px; border-radius: 24px; }
  .visual-grid span { min-height: 88px; padding: 14px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 280px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

button, input, select, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--blue-deep); }
.skip-link:focus { top: 14px; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 2.5vw, 38px); }
.desktop-nav a { padding: 8px 0; color: rgba(255,255,255,.68); text-decoration: none; font-size: 13px; font-weight: 650; white-space: nowrap; transition: color .18s ease, transform .18s ease; }
.desktop-nav a:hover, .desktop-nav a.is-current { color: var(--yellow); transform: translateY(-1px); }
.desktop-nav a.is-current { font-weight: 850; }
.site-header-compact { min-height: 110px; }
.mobile-menu { position: relative; display: none; }
.mobile-menu summary { padding: 8px 13px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: #fff; cursor: pointer; list-style: none; font-size: 12px; font-weight: 850; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; z-index: 60; right: 0; top: calc(100% + 10px); width: min(340px, calc(100vw - 24px)); padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: #fff; background: #111; box-shadow: 0 22px 56px rgba(0,0,0,.32); display: grid; }
.mobile-menu nav a { padding: 12px 13px; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 750; overflow-wrap: anywhere; }
.mobile-menu nav a:hover { color: #050505; background: var(--yellow); }

.product-hero { position: relative; isolation: isolate; min-height: 640px; padding: clamp(42px, 6vw, 78px) max(18px, calc((100vw - var(--content)) / 2)); overflow: hidden; display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); align-items: center; gap: clamp(34px, 5vw, 66px); border-block: 1px solid var(--line); background: radial-gradient(circle at 18% 12%, rgba(248,211,44,.35), transparent 27%), linear-gradient(135deg, #fff9dc, #fff 62%); }
.product-hero::after { content: ""; position: absolute; z-index: -1; width: 440px; aspect-ratio: 1; right: -210px; top: -250px; border: 80px solid rgba(23,62,105,.07); border-radius: 50%; }
.product-hero-pkv { background: radial-gradient(circle at 82% 12%, rgba(248,211,44,.32), transparent 26%), linear-gradient(135deg, #edf5fb, #fff 58%, #fff8d5); }
.product-hero-copy { min-width: 0; }
.hero-back { display: inline-block; margin-bottom: 26px; }
.product-hero h1 { margin: 0; max-width: 720px; font-size: clamp(40px, 5.4vw, 70px); line-height: 1; letter-spacing: -.052em; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
.product-hero-media { position: relative; min-width: 0; filter: drop-shadow(0 28px 46px rgba(11,39,70,.16)); }
.product-hero-media::before { content: ""; position: absolute; inset: 18px -16px -18px 22px; z-index: -1; border-radius: 34px; background: var(--yellow); opacity: .72; transform: rotate(2.5deg); }
.product-hero-media > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border: 1px solid rgba(255,255,255,.7); border-radius: 32px; box-shadow: 0 28px 70px rgba(11,39,70,.18); transition: transform .6s var(--ease); }
.image-note { position: absolute; left: 24px; right: 24px; bottom: 22px; padding: 16px 18px; display: grid; border: 1px solid rgba(255,255,255,.55); border-radius: 18px; color: #fff; background: rgba(11,39,70,.84); backdrop-filter: blur(8px); }
.image-note strong { font-size: 15px; }
.image-note span { color: rgba(255,255,255,.76); font-size: 12px; }
.back-home-link { color: var(--blue); font-size: 13px; font-weight: 850; text-underline-offset: 4px; }

.benefit-section, .audience-section, .level-section, .detail-section, .check-section, .faq-section, .why-section, .process-section, .advisor-section { padding: clamp(70px, 8vw, 108px) 20px; }
.benefit-section { background: #fff; }
.benefit-grid { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.benefit-grid article { min-width: 0; min-height: 265px; padding: 29px 24px; border: 1px solid var(--line); border-top: 5px solid var(--yellow); border-radius: 22px; background: linear-gradient(155deg, #fff, var(--surface)); box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s var(--ease); }
.benefit-grid article > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: var(--blue-deep); background: var(--yellow); font-weight: 900; }
.benefit-grid h3 { margin: 22px 0 10px; font-size: 21px; line-height: 1.15; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.audience-section { background: radial-gradient(circle at 90% 5%, rgba(248,211,44,.13), transparent 32%), linear-gradient(145deg, #123a65, var(--blue-deep) 58%); color: #fff; }
.audience-section .eyebrow { color: var(--yellow); }
.audience-section .section-heading > p:last-child { color: rgba(255,255,255,.68); }
.audience-grid { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.audience-grid article { min-width: 0; min-height: 210px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.04)); box-shadow: inset 0 1px rgba(255,255,255,.1), 0 16px 42px rgba(0,0,0,.12); backdrop-filter: blur(9px); transition: transform .28s var(--ease), border-color .28s ease; }
.audience-grid article > span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.audience-grid h3 { margin: 16px 0 9px; font-size: clamp(22px, 2.5vw, 30px); line-height: 1.1; }
.audience-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 15px; }

.level-section { background: radial-gradient(circle at 12% 12%, rgba(248,211,44,.44), transparent 25%), linear-gradient(180deg, #fff9df, var(--yellow-soft)); }
.level-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.level-grid article { min-width: 0; min-height: 430px; padding: 29px 26px; border: 1px solid var(--line); border-top: 5px solid var(--blue); border-radius: 22px; background: #fff; display: flex; flex-direction: column; box-shadow: 0 12px 35px rgba(17,17,17,.05); }
.level-grid article.is-featured { border-top-color: var(--yellow); box-shadow: 0 18px 46px rgba(11,39,70,.13); transform: translateY(-9px); }
.level-kicker { margin: 0 0 10px !important; color: var(--blue) !important; font-size: 11px !important; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.level-grid h3 { margin: 0; font-size: 30px; letter-spacing: -.03em; }
.level-grid article > p { margin: 15px 0 20px; color: var(--muted); font-size: 14px; }
.level-grid ul { margin: 0 0 25px; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.level-grid li { position: relative; margin: 12px 0; padding-left: 25px; font-size: 14px; }
.level-grid li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 900; }
.level-grid a { margin-top: auto; color: var(--blue); font-size: 14px; font-weight: 900; text-underline-offset: 4px; }

.detail-section { background: #fff; }
.detail-intro { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.detail-intro h2 { margin: 0; font-size: clamp(31px, 4.6vw, 51px); line-height: 1.05; letter-spacing: -.045em; }
.detail-intro > p:last-child { margin: 19px 0 0; color: var(--muted); font-size: 17px; }
.detail-grid { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.detail-grid article { min-width: 0; padding: 28px; border: 1px solid var(--line); border-left: 5px solid var(--yellow); background: linear-gradient(145deg, #fff, var(--surface)); border-radius: 0 20px 20px 0; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s var(--ease); }
.detail-grid h3 { margin: 0 0 10px; font-size: 21px; }
.detail-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.source-note { max-width: 980px; margin: 30px auto 0; color: var(--muted); font-size: 12px; text-align: center; }
.source-note a { color: var(--blue); font-weight: 800; }

.check-section { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(420px, 1.3fr); gap: clamp(34px, 7vw, 90px); align-items: center; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(248,211,44,.14), transparent 30%), linear-gradient(145deg, #123a65, var(--blue-deep)); }
.check-copy { max-width: 500px; justify-self: end; }
.check-copy .eyebrow { color: var(--yellow); }
.check-copy h2 { margin: 0; font-size: clamp(31px, 4.6vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.check-copy > p:last-child { color: rgba(255,255,255,.7); }
.consultation-check { width: min(100%, 720px); min-height: 430px; padding: clamp(26px, 4vw, 44px); border-radius: 28px; color: var(--ink); background: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.24); }
.check-progress { margin-bottom: 30px; display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 800; }
.check-progress > span:last-child { height: 7px; overflow: hidden; border-radius: 999px; background: #e9edf0; }
.check-progress i { height: 100%; display: block; border-radius: inherit; background: var(--yellow); transition: width .2s ease; }
.consultation-check h3 { margin: 0; font-size: clamp(25px, 3vw, 34px); line-height: 1.12; letter-spacing: -.03em; }
.consultation-check > p, .check-result > p:not(.eyebrow) { color: var(--muted); }
.answer-grid { margin: 26px 0 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.answer-button { min-height: 66px !important; height: auto !important; padding: 13px 15px !important; border: 2px solid transparent !important; border-radius: 16px !important; color: var(--blue-deep) !important; background: var(--yellow-soft) !important; white-space: normal !important; font-weight: 850 !important; }
.answer-button:hover { border-color: var(--yellow) !important; background: #fffbe6 !important; }
.text-button { margin-top: 10px; padding: 8px 0; border: 0; color: var(--blue); background: transparent; cursor: pointer; font-size: 13px; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.check-result { min-height: 330px; display: flex; flex-direction: column; justify-content: center; }
.result-mark { width: 54px; height: 54px; margin-bottom: 21px; display: grid; place-items: center; border-radius: 16px; color: var(--blue-deep); background: var(--yellow); font-size: 25px; font-weight: 900; }
.check-result .eyebrow { margin-bottom: 10px; }
.check-result .hero-actions { margin-top: 24px; }

.faq-section { background: var(--surface); }
.faq-list { max-width: 950px; margin: 0 auto; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-md); overflow: hidden; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { min-height: 70px; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 22px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: var(--yellow-soft); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 70px 24px 24px; color: var(--muted); }


.advisor-section { background: var(--yellow-soft); }
.advisor-card { max-width: 1060px; margin: 0 auto; padding: clamp(24px, 4vw, 44px); display: grid; grid-template-columns: minmax(280px, 400px) minmax(340px, 1fr); align-items: center; gap: clamp(30px, 5vw, 60px); border: 1px solid rgba(17,17,17,.1); border-radius: 30px; background: linear-gradient(145deg, #fff, #fbfcfd); box-shadow: var(--shadow-xl); }
.advisor-card > img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; border-radius: 23px; }
.advisor-card h2 { margin: 0; font-size: clamp(30px, 4vw, 45px); line-height: 1.05; letter-spacing: -.043em; }
.advisor-card > div > p:not(.eyebrow) { color: var(--muted); }
.check-list { margin: 22px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 900; }

.why-section { background: radial-gradient(circle at 14% 90%, rgba(248,211,44,.12), transparent 30%), linear-gradient(145deg, #123a65, var(--blue-deep)); color: #fff; display: grid; grid-template-columns: minmax(280px, .8fr) minmax(460px, 1.2fr); gap: clamp(35px, 7vw, 90px); align-items: start; }
.why-copy { max-width: 520px; justify-self: end; }
.why-copy .eyebrow { color: var(--yellow); }
.why-copy h2 { margin: 0; font-size: clamp(32px, 4.7vw, 52px); line-height: 1.05; letter-spacing: -.045em; }
.why-copy > p:last-child { color: rgba(255,255,255,.7); }
.why-grid { width: min(100%, 740px); display: grid; gap: 12px; }
.why-grid article { min-height: 155px; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.07); }
.why-grid article > span { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.why-grid h3 { margin: 11px 0 6px; font-size: 22px; }
.why-grid p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }

.process-section { background: #fff; }
.process-section ol { max-width: 1020px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; list-style: none; }
.process-section li { min-width: 0; min-height: 235px; padding: 26px; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(145deg, #fff, var(--surface)); box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s var(--ease); }
.process-section li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; color: var(--blue-deep); background: var(--yellow); font-weight: 900; }
.process-section h3 { margin: 22px 0 8px; font-size: 22px; }
.process-section p { margin: 0; color: var(--muted); font-size: 14px; }

.site-footer { padding: 64px 20px 24px; color: #fff; background: var(--blue-deep); }
.footer-grid { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: clamp(34px, 6vw, 76px); }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.footer-brand .brand-mark { width: 50px; aspect-ratio: 1; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue-deep); background: var(--yellow); border-radius: 14px 14px 19px 19px; font-weight: 900; }
.footer-brand > span:last-child { min-width: 0; display: grid; }
.footer-brand strong { font-size: 20px; overflow-wrap: anywhere; }
.footer-brand small { color: rgba(255,255,255,.58); font-size: 11px; }
.footer-grid > div:first-child > p { max-width: 390px; color: rgba(255,255,255,.62); font-size: 14px; }
.footer-label { margin: 0 0 15px; color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid nav { display: grid; gap: 9px; }
.footer-grid nav a { color: rgba(255,255,255,.78); font-size: 13px; text-decoration: none; overflow-wrap: anywhere; }
.footer-grid nav a:hover { color: var(--yellow); }
.footer-bottom { max-width: var(--content); margin: 46px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }

.legal-page { padding: clamp(60px, 8vw, 100px) 20px; background: var(--surface); }
.legal-title { max-width: 900px; margin: 0 auto 38px; text-align: center; }
.legal-title .back-home-link { display: inline-block; margin-bottom: 28px; }
.legal-title h1 { margin: 0; font-size: clamp(44px, 7vw, 76px); line-height: 1; letter-spacing: -.05em; }
.legal-title > p:last-child { color: var(--muted); }
.legal-card { max-width: 920px; margin: 0 auto; padding: clamp(25px, 5vw, 52px); border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 16px 45px rgba(11,39,70,.06); }
.legal-card h2 { margin: 38px 0 9px; font-size: clamp(22px, 3vw, 29px); line-height: 1.2; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { font-size: 15px; }
.legal-card a { color: var(--blue); font-weight: 750; overflow-wrap: anywhere; }
.legal-updated { margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px !important; }

@media (hover: hover) {
  .visual-grid span:hover { transform: translateY(-4px) scale(1.02); background: rgba(255,255,255,.14); }
  .visual-grid span:first-child:hover, .visual-grid span:last-child:hover { background: #ffe35d; }
  .product-card:hover { transform: translateY(-8px); border-color: rgba(23,62,105,.22); box-shadow: 0 28px 62px rgba(11,39,70,.16); }
  .product-card:hover::before { opacity: .42; transform: scale(1.45); }
  .product-hero-media:hover > img { transform: translateY(-5px) scale(1.008); }
  .benefit-grid article:hover, .detail-grid article:hover, .process-section li:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
  .audience-grid article:hover { transform: translateY(-5px); border-color: rgba(248,211,44,.5); }
}

@keyframes hero-float {
  0%, 100% { transform: perspective(900px) rotateY(-2deg) translateY(0); }
  50% { transform: perspective(900px) rotateY(-1deg) translateY(-8px); }
}

@keyframes section-rise {
  from { opacity: .35; transform: translateY(34px); }
  to { opacity: 1; transform: translateY(0); }
}

@supports (animation-timeline: view()) {
  main > section:not(:first-child) > * {
    animation: section-rise both linear;
    animation-timeline: view();
    animation-range: entry 4% cover 27%;
  }
}

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-section { grid-template-columns: 1fr; }
  .why-copy { justify-self: start; }
  .why-grid { width: 100%; }
}

@media (max-width: 860px) {
  .product-hero { grid-template-columns: 1fr; }
  .product-hero-media { max-width: 760px; }
  .level-grid { grid-template-columns: 1fr; max-width: 640px; }
  .level-grid article { min-height: 0; }
  .level-grid article.is-featured { transform: none; }
  .check-section { grid-template-columns: 1fr; }
  .check-copy { max-width: 680px; justify-self: start; }
  .consultation-check { width: 100%; }
  .advisor-card { grid-template-columns: 1fr; max-width: 740px; }
  .advisor-card > img { width: min(100%, 500px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 660px) {
  .product-hero { padding: 42px 14px; }
  .product-hero h1 { font-size: clamp(36px, 11.2vw, 50px); hyphens: auto; overflow-wrap: anywhere; }
  .product-hero-media > img { border-radius: 23px; }
  .image-note { left: 12px; right: 12px; bottom: 12px; }
  .benefit-grid, .audience-grid, .detail-grid, .answer-grid, .process-section ol, .footer-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 0; }
  .check-section { padding-inline: 14px; }
  .consultation-check { min-height: 0; padding: 24px 18px; border-radius: 22px; }
  .faq-list summary { padding-inline: 18px; font-size: 15px; }
  .faq-list details p { padding: 0 52px 20px 18px; font-size: 14px; }
  .advisor-section { padding-inline: 14px; }
  .advisor-card { padding: 18px; border-radius: 23px; }
  .why-section { padding-inline: 16px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .hero-visual { transform: none; }
}

@media (max-width: 480px) {
  .site-header, .site-header-compact { min-height: 90px; }
  .header-inner { display: grid; grid-template-columns: minmax(0, 1fr) 92px; gap: 8px; }
  .brand-link { gap: 8px; }
  .brand-link .brand-mark { width: 40px; }
  .brand-copy strong { font-size: 14px; line-height: 1.03; hyphens: auto; }
  .brand-copy small { display: none; }
  .outline-button { width: 92px; max-width: 92px; min-height: 44px; padding: 7px 9px; font-size: 10px; }
}
