@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&display=swap');

/*
Theme Name: Viktoriia Ustinova
Theme URI: https://viktoriiaustinova.com
Author: Viktoriia Ustinova
Description: Персональна тема WordPress для сайту Вікторії Устінової.
Version: 1.0.0
Text Domain: viktoriia-ustinova
*/

:root {
  --paper: #f6f1e8;
  --paper-deep: #eee8de;
  --ink: #1f2b25;
  --muted: #647067;
  --green: #315c4e;
  --green-soft: #dce9dd;
  --clay: #b96f4e;
  --line: #ccd5cb;
  --lilac: #e5dfef;
  --blue: #dce9ed;
  --rose: #eedddd;
  --sand: #eee2c8;
  --radius-card: 18px;
  --radius-panel: 28px;
  --radius-control: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, sans-serif; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; padding: .7rem 1rem; background: #fff; }
.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; min-height: 78px; padding: 0 5vw; border-bottom: 1px solid var(--line); background: rgba(246,241,232,.94); backdrop-filter: blur(12px); }
.brand-lockup { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-monogram { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--green); color: #fff; font-size: .65rem; letter-spacing: .08em; }
.brand-text { display: grid; gap: .18rem; }
.brand-text strong { font: 400 1rem Georgia, serif; }
.brand-text small { color: var(--muted); font-size: .6rem; letter-spacing: .04em; text-transform: uppercase; }
.site-nav { display: flex; justify-content: center; gap: 1.2rem; }
.site-nav a, .reading-toggle { border: 0; background: none; color: var(--muted); font-size: .66rem; text-decoration: none; cursor: pointer; }
.site-nav a:hover, .reading-toggle:hover { color: var(--green); }
.site-nav a:focus-visible, .reading-toggle:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; border-radius: 6px; }
.reading-toggle { justify-self: end; }
.content-wrap { width: min(1200px, 90vw); margin: 0 auto; }
.hero { padding: 5rem 0 7rem; }
.hero-topline, .story-topline { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 8vw; align-items: center; padding-top: 4rem; }
.hero-kicker, .card-eyebrow, .section-number, .story-kicker { color: var(--green); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 670px; margin: 1.2rem 0 1.4rem; font: 400 clamp(3.3rem, 7vw, 7.3rem)/.91 Georgia, serif; letter-spacing: -.065em; }
.hero-intro { display: block; margin-bottom: .35rem; font-size: .3em; letter-spacing: 0; }
.hero-name { display: block; }
.hero-lede { max-width: 560px; color: var(--muted); font-size: 1.1rem; line-height: 1.6; }
.hero-actions, .route-actions, .format-actions, .story-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }
.button-link, .primary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 44px; padding: .72rem 1rem; border: 1px solid var(--green); border-radius: var(--radius-control); background: var(--green); color: #fff; font-size: .72rem; text-decoration: none; }
.button-link:hover, .primary-button:hover { background: var(--clay); border-color: var(--clay); }
.button-link.secondary, .secondary-action { background: transparent; color: var(--green); }
.hero-visual { margin: 0; }
.hero-visual img { display: block; width: 100%; height: 570px; object-fit: cover; object-position: 52% 42%; border-radius: 34px 34px 34px 6px; }
.hero-visual figcaption { display: flex; justify-content: space-between; gap: 1rem; margin-top: .8rem; color: var(--muted); font-size: .65rem; }
.section { padding: 6rem 0; }
.section-heading { margin-bottom: 2.6rem; }
.split-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 5vw; align-items: end; }
.section-heading h2 { max-width: 800px; margin: .7rem 0 0; font: 400 clamp(2.6rem, 5vw, 5.5rem)/.95 Georgia, serif; letter-spacing: -.06em; }
.split-heading > p { color: var(--muted); font-size: .88rem; line-height: 1.65; }
.entry-section { padding-top: 0; }
.entry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.entry-card { position: relative; display: flex; flex-direction: column; min-height: 255px; padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius-card); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.entry-card:hover { transform: translateY(-4px); box-shadow: 8px 8px 0 rgba(31,43,37,.1); }
.entry-card:nth-child(4) { grid-column: span 2; }
.entry-number { align-self: flex-end; color: var(--green); font: 400 2.3rem Georgia, serif; }
.entry-card .card-eyebrow { margin-top: 2rem; }
.entry-card strong { max-width: 260px; margin: .7rem 0 .7rem; font: 400 1.65rem/1.03 Georgia, serif; }
.entry-card p { max-width: 270px; margin: 0; color: #536057; font-size: .78rem; line-height: 1.55; }
.entry-arrow { position: absolute; right: 1.25rem; bottom: 1.1rem; color: var(--green); font-size: 1.2rem; }
.sage { background: var(--green-soft); } .lilac { background: var(--lilac); } .sand { background: var(--sand); } .blue { background: var(--blue); } .rose { background: var(--rose); }
.navigator-section { background: var(--green-soft); }
.navigator-layout { display: grid; grid-template-columns: 1fr .78fr; gap: 7vw; align-items: start; }
.navigator-count { margin: 0 0 1rem; color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.theme-group { margin: 0 0 1.3rem; padding: 0; border: 0; }
.theme-group legend { margin-bottom: .3rem; color: var(--muted); font: 400 1.1rem Georgia, serif; }
.theme-option { display: grid; grid-template-columns: 23px 1fr; gap: .85rem; align-items: center; padding: .95rem 0; border-bottom: 1px solid rgba(49,92,78,.2); color: #465249; font-size: .86rem; line-height: 1.4; cursor: pointer; }
.theme-option input { position: absolute; opacity: 0; }
.checkbox-mark { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid #8da695; border-radius: 6px; color: #fff; font-size: .7rem; }
.theme-option.is-selected .checkbox-mark { background: var(--green); border-color: var(--green); }
.theme-option.is-selected { color: var(--ink); }
.route-card { min-height: 390px; padding: 2rem; border: 1px solid #b7cabc; border-radius: var(--radius-panel); background: rgba(255,255,255,.5); }
.route-card h3 { max-width: 430px; margin: .8rem 0 1rem; font: 400 2.4rem/.98 Georgia, serif; letter-spacing: -.05em; }
.route-card p { color: #4e5c53; font-size: .86rem; line-height: 1.7; }
.tag-row { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.4rem 0; }
.tag-row span { padding: .4rem .55rem; background: rgba(255,255,255,.65); color: var(--green); font-size: .66rem; }
.navigator-message { margin-top: 1.4rem; padding: 1rem; border: 1px solid rgba(49,92,78,.22); border-radius: var(--radius-control); background: rgba(255,255,255,.55); }
.navigator-message p { margin: .2rem 0 .8rem; font-size: .76rem; line-height: 1.55; }
.message-label { margin: 0 0 .4rem !important; color: var(--green) !important; font-size: .62rem !important; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.navigator-message button { border: 0; padding: 0; background: none; color: var(--green); font-size: .7rem; cursor: pointer; }
.discovery-question { margin-top: 1.6rem; padding-top: 1.1rem; border-top: 1px solid rgba(49,92,78,.2); }
.discovery-question label { display: block; color: var(--green); font-size: .72rem; font-weight: 700; }
.discovery-question label span { color: var(--muted); font-weight: 400; }
.discovery-question select { width: 100%; margin-top: .5rem; padding: .7rem; border: 1px solid #aabdaf; border-radius: var(--radius-control); background: rgba(255,255,255,.72); color: var(--ink); }
.tools-section, .about-section { background: var(--paper-deep); }
.tool-grid, .format-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.tool-card, .format-step { min-height: 250px; padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius-card); }
.tool-card-professionals { background: var(--lilac); } .tool-card-clients { background: var(--blue); }
.tool-card h3, .format-step h3 { max-width: 450px; margin: 2.7rem 0 .8rem; font: 400 2rem/.98 Georgia, serif; letter-spacing: -.045em; }
.tool-card p:not(.card-eyebrow), .format-step p { max-width: 470px; color: #536057; font-size: .83rem; line-height: 1.65; }
.text-link { color: var(--green); font-size: .72rem; text-underline-offset: 4px; }
.about-grid, .story-grid, .format-details { display: grid; grid-template-columns: .8fr 1fr; gap: 8vw; align-items: center; }
.about-photo { margin: 0; }
.about-photo img { display: block; width: 100%; height: 540px; object-fit: cover; object-position: 50% 42%; border-radius: 26px 26px 26px 6px; }
.about-photo figcaption { display: flex; justify-content: space-between; gap: 1rem; margin-top: .8rem; color: var(--muted); font-size: .65rem; }
.about-copy { max-width: 560px; color: #536057; line-height: 1.7; }
.about-lede { margin: 0 0 1.3rem; color: var(--ink); font: 400 2rem/1.1 Georgia, serif; letter-spacing: -.04em; }
.about-copy blockquote, .story-meaning blockquote { margin: 1.8rem 0; padding: 1.2rem 0 1.2rem 1.2rem; border-left: 2px solid var(--clay); color: var(--green); font: 400 1.45rem/1.25 Georgia, serif; }
.role-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.role-card { min-height: 280px; padding: 1.4rem 1.15rem; border-right: 1px solid var(--line); }
.role-card:last-child { border-right: 0; } .role-number { color: var(--clay); font-size: .7rem; }
.role-card h3 { margin: 3.4rem 0 .8rem; font: 400 1.55rem/1 Georgia, serif; }
.role-card p { min-height: 90px; margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.55; }
.role-card a { color: var(--green); font-size: .67rem; }
.learning-routes { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5vw; margin-top: 2.8rem; padding: 2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.learning-routes h3 { margin: .7rem 0; font: 400 2rem/.98 Georgia, serif; }
.learning-routes p:not(.card-eyebrow) { color: var(--muted); font-size: .82rem; line-height: 1.6; }
.learning-links { display: grid; gap: .7rem; } .learning-links a { display: flex; flex-direction: column; gap: .3rem; padding: .95rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-card); text-decoration: none; }
.learning-links a:hover { border-color: var(--green); } .learning-links strong { color: var(--green); font: 400 1.3rem Georgia, serif; } .learning-links span { color: var(--muted); font-size: .74rem; }
.story-section { background: var(--paper); color: var(--ink); }
.story-section .section-number, .story-section .story-kicker { color: var(--green); }
.story-section .story-topline { border-color: var(--line); color: var(--muted); }
.story-section .story-grid { padding-top: 3.5rem; }
.story-image { margin: 0; } .story-image img { display: block; width: 100%; max-height: 620px; object-fit: cover; object-position: 50% 42%; border-radius: 28px; }
.story-copy h2, .story-copy h1 { max-width: 650px; margin: 0 0 1.2rem; color: var(--ink); font: 400 clamp(2.6rem, 4.8vw, 4.8rem)/.98 Georgia, serif; letter-spacing: -.06em; }
.story-copy p { max-width: 560px; color: var(--muted); line-height: 1.75; }
.story-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.5rem; } .story-tags span { padding: .45rem .7rem; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-size: .72rem; }
.story-guide { display: grid; gap: .4rem; margin: 2.2rem 0 0; padding: 1rem 1.1rem; border-left: 3px solid var(--clay); background: var(--paper-deep); color: var(--muted); font-size: .82rem; line-height: 1.6; }
.story-guide strong { color: var(--ink); font-size: .78rem; }
.story-chapters { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; margin-top: 4rem; }
.story-chapter { min-height: 240px; padding: 1.6rem 1.4rem; border: 1px solid var(--line); border-radius: 18px; background: #fffaf2; } .story-chapter:nth-child(3n) { border-right: 1px solid var(--line); }
.story-chapter-number { color: var(--clay); font-size: .75rem; font-weight: 700; } .story-chapter h2 { margin: 2.5rem 0 .8rem; color: var(--ink); font: 400 1.5rem/1.08 Georgia, serif; } .story-chapter p { color: var(--muted); font-size: .86rem; line-height: 1.7; }
.story-meaning { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; margin-top: 4.5rem; padding: 2.5rem; border-radius: 28px; background: var(--green); } .story-meaning .story-kicker { color: #dce9dd; } .story-meaning blockquote { color: #fffaf2; } .story-meaning-copy p { color: #e3eee5; line-height: 1.7; }
.format-section { background: #f1ece3; } .format-step { background: var(--paper); } .format-step-number { color: var(--clay); font-size: .7rem; } .format-step-note { display: inline-block; margin-top: 1rem; color: var(--green); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.format-details { grid-template-columns: .8fr 1.2fr; margin-top: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); align-items: start; }
.format-facts { padding-right: 2rem; border-right: 1px solid var(--line); } .format-facts dl { display: grid; gap: .6rem; margin-top: 1.4rem; } .format-facts dl div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding-bottom: .6rem; border-bottom: 1px solid var(--line); } .format-facts dt { color: var(--muted); font-size: .7rem; } .format-facts dd { margin: 0; font-size: .77rem; }
.format-boundaries p:not(.card-eyebrow) { color: #536057; font-size: .82rem; line-height: 1.65; }
.contact-surface { display: grid; grid-template-columns: 1fr .7fr; gap: 7vw; align-items: end; padding: 3rem; border-radius: var(--radius-panel); background: var(--clay); color: #fff8f0; } .contact-surface .section-number { color: #f9dac5; } .contact-surface h2 { max-width: 700px; margin: .8rem 0 1rem; font: 400 clamp(2.7rem,5vw,5rem)/.94 Georgia, serif; letter-spacing: -.055em; } .contact-surface p:not(.section-number) { color: #f9e8dc; line-height: 1.65; } .contact-action { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; } .contact-action small { color: #f9e8dc; font-size: .67rem; }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; width: min(1200px,90vw); margin: 0 auto; padding: 1.8rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .67rem; } .site-footer a { color: var(--green); }
.wp-page-title { margin: 0; }
@media (max-width: 900px) { .site-header { grid-template-columns: 1fr auto; } .site-nav { grid-column: 1 / -1; order: 3; display: flex; justify-content: flex-start; gap: 1rem; overflow-x: auto; padding-bottom: .7rem; white-space: nowrap; } .hero-grid, .split-heading, .navigator-layout, .about-grid, .story-grid, .format-details, .learning-routes, .story-meaning, .contact-surface { grid-template-columns: 1fr; gap: 2.5rem; } .entry-grid { grid-template-columns: repeat(2,1fr); } .entry-card:nth-child(4) { grid-column: span 2; } .tool-grid, .format-grid { grid-template-columns: repeat(2,1fr); } .role-grid { grid-template-columns: repeat(2,1fr); } .role-card:nth-child(2) { border-right: 0; } .role-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); } .format-facts { padding-right: 0; border-right: 0; } .story-chapters { grid-template-columns: repeat(2,1fr); } .story-chapter:nth-child(3n), .story-chapter:nth-child(2n) { border-right: 1px solid var(--line); } .story-chapter:nth-child(2n) { border-right: 0; } }
@media (max-width: 600px) { .content-wrap { width: 88vw; } .site-header { min-height: 68px; padding: .7rem 6vw 0; } .brand-text small { display: none; } .hero { padding-top: 3rem; } .hero-visual img { height: 430px; } .entry-grid, .tool-grid, .format-grid, .role-grid, .story-chapters { grid-template-columns: 1fr; } .entry-card, .entry-card:nth-child(4) { grid-column: auto; min-height: 220px; } .role-card, .role-card:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); } .role-card:last-child { border-bottom: 0; } .about-photo img { height: 430px; } .story-chapter, .story-chapter:nth-child(2n), .story-chapter:nth-child(3n) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); } .story-chapter:last-child { border-bottom: 0; } .story-meaning { padding: 1.5rem; } .contact-surface { padding: 2rem 1.4rem; } .site-footer { flex-direction: column; } }

/* Victoria-specific therapy homepage: calm, direct, and easy to enter. */

body { font-family: 'Onest', system-ui, sans-serif; background: #fbf8f2; color: #2b2926; }
.site-header { position: relative; display: flex; width: min(1080px, calc(100% - 64px)); min-height: 82px; margin: 0 auto; padding: 24px 0; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 0; background: transparent; backdrop-filter: none; }
.brand-lockup { display: block; }
.brand-text { display: flex; align-items: baseline; gap: 10px; }
.brand-text strong { font: 800 19px/1.2 'Onest', sans-serif; letter-spacing: -.01em; }
.brand-text small { color: #6f6b63; font-size: 14px; }
.site-nav { display: flex; justify-content: flex-end; gap: 22px; align-items: center; flex-wrap: wrap; }
.site-nav a { color: #2b2926; font-size: 15px; text-decoration: none; }
.site-nav a:hover { color: #8e543f; }
.menu-toggle { display: none; }
.reading-toggle { display: none; }
.vu-page { width: min(1080px, calc(100% - 64px)); margin: 0 auto; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.vu-page a { color: #8e543f; text-underline-offset: 3px; }
.vu-page h1, .vu-page h2, .vu-page h3, .vu-page p { margin-top: 0; }
.vu-page h1, .vu-page h2, .vu-page h3 { font-family: 'Onest', sans-serif; }
.vu-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 40px 56px; align-items: center; padding: 44px 0 88px; }
.vu-kicker, .vu-eyebrow { margin-bottom: 18px; color: #6f6b63; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; }
.vu-hero h1 { max-width: 640px; margin-bottom: 22px; font-size: clamp(38px, 5vw, 60px); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
.vu-lead { max-width: 520px; margin-bottom: 30px; color: #54514b; font-size: 20px; line-height: 1.55; }
.vu-hero-actions, .vu-action-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.vu-hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
.vu-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 22px; border: 0; border-radius: 999px; font: 600 16px/1.2 'Onest', sans-serif; text-decoration: none !important; cursor: pointer; }
.vu-button-primary { background: #8e543f; color: #fff !important; }
.vu-button-primary:hover { background: #704130; }
.vu-button-light { background: #fffdf8; color: #2b2926 !important; border: 1px solid #cfc8bb; }
.vu-button-light:hover { background: #f1e8db; }
.vu-note { color: #6f6b63; font-size: 15px; }
.vu-portrait-wrap { position: relative; width: min(340px, 100%); justify-self: end; margin: 0; }
.vu-portrait-orbit { position: absolute; inset: -18px -10px 30px -28px; background: #eadfca; border-radius: 50%; }
.vu-portrait { position: relative; display: block; width: 100%; aspect-ratio: 1; object-fit: cover; object-position: 52% 42%; border-radius: 50%; filter: saturate(.84); }
.vu-portrait-wrap figcaption { position: absolute; right: -12px; bottom: 10px; max-width: 190px; padding: 14px 16px; border-radius: 18px 18px 4px 18px; background: #fffdf8; color: #344522; font-family: Georgia, serif; font-size: 17px; line-height: 1.25; box-shadow: 0 12px 28px rgba(52,69,34,.12); }
.vu-section { padding: 32px 0 72px; }
.vu-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .72fr); gap: 32px; align-items: end; margin-bottom: 30px; }
.vu-section-heading h2, .vu-quiet-copy h2 { margin-bottom: 12px; font-size: 34px; line-height: 1.14; letter-spacing: -.02em; }
.vu-section-heading p { max-width: 32em; margin-bottom: 0; color: #54514b; }
.vu-issue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vu-issue-card { min-height: 174px; padding: 22px 24px; border-radius: 20px; background: #f0eee9; }
.vu-issue-card:nth-child(2) { background: #eef2e7; }
.vu-issue-card:nth-child(3) { background: #f6e9df; }
.vu-issue-card:nth-child(4) { background: #eeeaf3; }
.vu-issue-card:nth-child(5) { background: #f1eadb; }
.vu-issue-card h3 { margin-bottom: 8px; font-size: 18px; line-height: 1.3; }
.vu-issue-card p { margin-bottom: 0; color: #6f6b63; font-size: 15px; }
.vu-quiet-entry { margin: 24px 0 40px; padding: 44px 46px; border-radius: 28px; background: #f6e3d8; }
.vu-quiet-copy { max-width: 650px; }
.vu-quiet-copy p { max-width: 34em; margin-bottom: 26px; color: #54514b; font-size: 18px; }
.vu-quiet-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .82fr); gap: 24px 32px; align-items: start; }
.vu-message { margin-bottom: 16px; padding: 22px 24px; border: 1px solid #cfc8bb; border-radius: 14px; background: #fffdf8; font-size: 17px; }
.vu-next-box { padding: 24px 26px; border-radius: 14px; background: #fffdf8; }
.vu-next-box h3 { margin-bottom: 14px; font-size: 16px; }
.vu-next-box ol { display: grid; gap: 10px; margin: 0; padding-left: 20px; color: #54514b; font-size: 15px; }
.vu-format-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 32px; padding: 28px 0; border-top: 1px solid #d7d0c5; border-bottom: 1px solid #d7d0c5; }
.vu-format-details p:last-child { margin-bottom: 0; color: #54514b; }
.vu-step-grid, .vu-tools-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.vu-step { padding: 22px 0; }
.vu-step > span { display: grid; width: 52px; height: 52px; margin-bottom: 16px; place-items: center; border-radius: 50%; background: #eadfca; color: #344522; font-size: 20px; font-weight: 700; }
.vu-step h3 { margin-bottom: 8px; font-size: 19px; }
.vu-format-actions { display: flex; flex-direction: column; align-items: flex-start; max-width: 360px; margin-top: 22px; }
.vu-format-price { display: block; color: #344522; font-size: 20px; line-height: 1.2; font-weight: 700; }
.vu-format-pay, .vu-format-telegram { width: 250px; min-height: 48px; padding: 11px 20px; font-size: 16px; }
.vu-format-pay { margin-top: 12px; }
.vu-format-note { margin: 22px 0 12px; font-size: 15px !important; line-height: 1.55; }
.vu-format-telegram { margin-top: 0; }
.vu-step p { margin-bottom: 12px; color: #54514b; font-size: 16px; }
.vu-step small, .vu-tool-card small { color: #344522; font-size: 13px; font-weight: 600; }
.vu-navigator { padding: 52px 46px 56px; border-radius: 28px; background: #eef2e7; }
.vu-navigator-status { display: flex; gap: 18px; align-items: center; justify-content: space-between; min-height: 46px; margin: -8px 0 24px; padding: 10px 14px; border: 1px solid rgba(82,107,88,.22); border-radius: 13px; background: rgba(255,253,248,.78); color: #344522; font-size: 14px; font-weight: 600; }
.vu-navigator-status a { color: #8e543f; font-weight: 700; text-decoration: none; }
.vu-navigator-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr); gap: 40px; align-items: start; }
.vu-theme-group { margin: 0 0 20px; padding: 0; border: 0; }
.vu-theme-group legend { margin-bottom: 4px; color: #6f6b63; font-size: 16px; font-weight: 600; }
.vu-theme-option { display: grid; grid-template-columns: 23px 1fr; gap: 12px; width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(82,107,88,.2); background: transparent; color: #54514b; font: 400 15px/1.4 'Onest', sans-serif; text-align: left; cursor: pointer; }
.vu-theme-option:hover, .vu-theme-option.is-selected { color: #2b2926; }
.vu-check { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid #9caf9b; border-radius: 6px; color: transparent; font-size: 12px; }
.vu-theme-option.is-selected .vu-check { background: #526b58; border-color: #526b58; color: #fff; }
.vu-route-card { position: sticky; top: 24px; min-height: 320px; padding: 28px; border: 1px solid #c5d0c4; border-radius: 20px; background: rgba(255,253,248,.72); scroll-margin-top: 24px; }
.vu-route-card h3 { margin-bottom: 14px; font-size: 24px; line-height: 1.2; }
.vu-route-card p { color: #54514b; font-size: 15px; }
.vu-result-list { display: grid; gap: 7px; margin: 0 0 16px; padding-left: 20px; color: #344522; }
.vu-result-list li { padding-left: 3px; font-size: 15px; line-height: 1.45; }
.vu-result-label { margin: 18px 0 8px; color: #344522 !important; font-weight: 700; }
.vu-result-note { margin: 18px 0 0; padding-top: 14px; border-top: 1px solid #c5d0c4; font-size: 14px !important; line-height: 1.55; }
.vu-priority-block { margin-top: 20px; padding-top: 18px; border-top: 1px solid #c5d0c4; }
.vu-priority-title { margin: 0 0 4px; color: #2b2926 !important; font-weight: 700; }
.vu-priority-hint { margin: 0 0 12px; font-size: 13px !important; }
.vu-priority-list { display: flex; flex-wrap: wrap; gap: 8px; }
.vu-priority-option { min-height: 44px; padding: 9px 13px; border: 1px solid #aebcad; border-radius: 999px; background: #fffdf8; color: #344522; font: 600 13px/1.35 'Onest', sans-serif; text-align: left; cursor: pointer; }
.vu-priority-option:hover, .vu-priority-option.is-selected { border-color: #526b58; background: #526b58; color: #fffdf8; }
.vu-priority-feedback { min-height: 18px; margin: 9px 0 0; color: #8e543f !important; font-size: 13px !important; line-height: 1.4; }
.vu-navigator-message { margin-top: 20px; padding: 16px; border: 1px solid #c5d0c4; border-radius: 14px; background: #fffdf8; }
.vu-navigator-message p:last-of-type { margin-bottom: 10px; }
.vu-text-button { min-height: 44px; padding: 9px 0; border: 0; background: transparent; color: #526b58; font: 700 14px 'Onest', sans-serif; cursor: pointer; }
.vu-copy-status { display: block; color: #6f6b63; font-size: 13px; line-height: 1.45; }
.vu-telegram-note { margin: 12px 0 0; color: #6f6b63 !important; font-size: 13px !important; line-height: 1.5; }
.vu-eyebrow { margin-bottom: 12px; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.vu-tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vu-tool-card { min-height: 220px; padding: 26px; border-radius: 20px; background: #eeeaf3; }
.vu-tool-card:nth-child(2) { background: #eef2e7; }
.vu-tool-card h3 { margin: 42px 0 10px; font-size: 25px; line-height: 1.08; }
.vu-tool-card p:not(.vu-eyebrow) { max-width: 470px; margin-bottom: 20px; color: #54514b; font-size: 15px; }
.vu-about-grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.vu-about-photo { margin: 0; }
.vu-about-photo img { display: block; width: 100%; max-width: 380px; height: 510px; object-fit: cover; object-position: 50% 42%; border-radius: 24px 24px 24px 5px; }
.vu-about-copy { max-width: 570px; color: #54514b; }
.vu-about-copy h2 { margin-bottom: 20px; font-size: 34px; line-height: 1.12; letter-spacing: -.02em; }
.vu-about-copy p { font-size: 18px; }
.vu-about-copy blockquote { margin: 26px 0; padding: 18px 0 18px 18px; border-left: 2px solid #bd765e; color: #526b58; font-family: Georgia, serif; font-size: 23px; line-height: 1.25; }
.vu-text-link { color: #8e543f !important; font-weight: 600; }
.vu-spaces { padding-top: 32px; }
.vu-space-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.vu-space-grid a { display: flex; flex-direction: column; min-height: 156px; padding: 20px; border-radius: 18px; background: #f0eee9; color: #2b2926; text-decoration: none; }
.vu-space-grid a:nth-child(2) { background: #eeeaf3; }
.vu-space-grid a:nth-child(3) { background: #f6e9df; }
.vu-space-grid span { margin-bottom: 32px; color: #6f6b63; font-size: 12px; letter-spacing: .1em; }
.vu-space-grid strong { margin-bottom: 8px; font-size: 17px; }
.vu-space-grid small { color: #6f6b63; font-size: 14px; }
.vu-safety { margin: 20px 0 72px; padding: 36px 40px; border-radius: 24px; background: #f0eee9; }
.vu-safety h2 { margin-bottom: 14px; font-size: 28px; }
.vu-safety p:last-child { max-width: 680px; margin-bottom: 0; color: #54514b; }
.site-footer { display: flex; width: min(1080px, calc(100% - 64px)); margin: 0 auto; padding: 40px 0 56px; justify-content: space-between; align-items: flex-end; gap: 24px; border-top: 1px solid #d7d0c5; color: #6f6b63; font-size: 14px; }
.site-footer > div { display: grid; gap: 6px; }
.site-footer strong { color: #2b2926; font-size: 17px; }
.site-footer span { font-size: 14px; }
.site-footer .footer-legal { margin-top: 6px; color: #817b72; font-size: 12px; line-height: 1.45; }
.site-footer nav { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.site-footer a { color: #8e543f; }
@media (max-width: 900px) { .site-header, .vu-page, .site-footer { width: min(100% - 40px, 680px); } .site-header { padding: 20px 0 14px; flex-wrap: wrap; } .site-nav { order: 3; width: 100%; justify-content: flex-start; gap: 16px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; white-space: nowrap; } .vu-hero, .vu-section-heading, .vu-quiet-grid, .vu-navigator-layout, .vu-about-grid { grid-template-columns: 1fr; } .vu-portrait-wrap { justify-self: center; order: -1; } .vu-issue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vu-issue-card:last-child { grid-column: 1 / -1; } .vu-step-grid { grid-template-columns: 1fr; gap: 8px; } .vu-space-grid { grid-template-columns: 1fr; } .vu-about-photo img { margin: 0 auto; } }
@media (max-width: 600px) { .site-header, .vu-page, .site-footer { width: calc(100% - 32px); } .brand-text { display: block; } .brand-text small { display: block; margin-top: 4px; } .site-nav { font-size: 14px; } .vu-hero { padding: 28px 0 64px; } .vu-hero h1 { font-size: 39px; } .vu-lead { font-size: 18px; } .vu-portrait-wrap { width: min(300px, 90vw); } .vu-portrait-wrap figcaption { right: -4px; bottom: 4px; font-size: 15px; } .vu-section { padding-bottom: 56px; } .vu-section-heading h2, .vu-quiet-copy h2, .vu-about-copy h2 { font-size: 30px; } .vu-issue-grid, .vu-tools-grid, .vu-format-details { grid-template-columns: 1fr; } .vu-issue-card:last-child { grid-column: auto; } .vu-quiet-entry, .vu-navigator { padding: 30px 20px; } .vu-format-actions { max-width: none; } .vu-safety { padding: 28px 22px; } .site-footer { flex-direction: column; align-items: flex-start; } }

/* The story page uses the same quiet palette, rounded geometry, and clear reading rhythm as the homepage. */
.vu-story-page { padding-bottom: 72px; }
.vu-story-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr); gap: 48px 64px; align-items: center; padding: 58px 0 82px; }
.vu-story-copy { max-width: 620px; }
.vu-story-copy h1 { max-width: 620px; margin: 0 0 24px; font-size: clamp(40px, 5.2vw, 64px); line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
.vu-story-copy > p:not(.vu-kicker):not(.vu-lead) { max-width: 520px; color: #54514b; font-size: 18px; line-height: 1.65; }
.vu-story-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.vu-story-tags span { padding: 8px 13px; border: 1px solid #cfc8bb; border-radius: 999px; background: #fffdf8; color: #526b58; font-size: 13px; }
.vu-story-portrait { position: relative; width: min(390px, 100%); justify-self: end; margin: 0; }
.vu-story-portrait::before { content: ""; position: absolute; inset: 28px -18px -18px 18px; border-radius: 24px 24px 24px 5px; background: #eadfca; }
.vu-story-portrait img { position: relative; display: block; width: 100%; height: 510px; object-fit: cover; object-position: 50% 38%; border-radius: 24px 24px 24px 5px; filter: saturate(.86); }
.vu-story-portrait figcaption { position: absolute; right: -18px; bottom: 22px; max-width: 200px; padding: 14px 16px; border-radius: 18px 18px 4px 18px; background: #fffdf8; color: #344522; font-family: Georgia, serif; font-size: 17px; line-height: 1.25; box-shadow: 0 12px 28px rgba(52,69,34,.12); }
.vu-story-note { display: grid; grid-template-columns: minmax(0, .9fr) minmax(260px, 1fr); gap: 40px; align-items: center; margin: 0 0 78px; padding: 34px 40px; border-radius: 24px; background: #f6e3d8; }
.vu-story-note h2 { max-width: 470px; margin-bottom: 0; font-size: 30px; line-height: 1.14; letter-spacing: -.02em; }
.vu-story-note > p { max-width: 550px; margin: 0; color: #54514b; font-size: 17px; line-height: 1.65; }
.vu-story-section { padding-bottom: 72px; }
.vu-story-chapters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vu-story-card { min-height: 260px; padding: 24px; border-radius: 20px; background: #f0eee9; }
.vu-story-card-green { background: #eef2e7; }
.vu-story-card-clay { background: #f6e9df; }
.vu-story-card-lilac { background: #eeeaf3; }
.vu-story-card-sand { background: #f1eadb; }
.vu-story-card-dark { background: #526b58; color: #fffdf8; }
.vu-story-card > span { color: #8e543f; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.vu-story-card-dark > span { color: #dce9dd; }
.vu-story-card h3 { max-width: 260px; margin: 42px 0 12px; font-size: 21px; line-height: 1.15; }
.vu-story-card p { margin: 0; color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-story-card-dark p { color: #e3eee5; }
.vu-story-values { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 56px; align-items: center; margin: 0 0 28px; padding: 42px 46px; border-radius: 28px; background: #526b58; color: #fffdf8; }
.vu-story-values h2 { max-width: 510px; margin: 0; font-size: 34px; line-height: 1.12; letter-spacing: -.02em; }
.vu-story-values .vu-eyebrow { color: #dce9dd; }
.vu-story-values blockquote { margin: 0 0 18px; color: #fffdf8; font-family: Georgia, serif; font-size: 26px; line-height: 1.24; }
.vu-story-values p:last-child { max-width: 520px; margin: 0; color: #e3eee5; font-size: 17px; line-height: 1.65; }
.vu-story-next { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 28px; padding: 32px 0 0; border-top: 1px solid #d7d0c5; }
.vu-story-next h2 { max-width: 570px; margin: 0; font-size: 30px; line-height: 1.14; letter-spacing: -.02em; }
.vu-story-next .vu-action-row { flex-shrink: 0; }
@media (max-width: 900px) { .vu-story-hero, .vu-story-note, .vu-story-values { grid-template-columns: 1fr; } .vu-story-portrait { justify-self: center; order: -1; } .vu-story-note { gap: 18px; } .vu-story-chapters { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vu-story-next { align-items: flex-start; flex-direction: column; } }
@media (max-width: 600px) { .vu-story-page { padding-bottom: 40px; } .vu-story-hero { padding: 28px 0 58px; gap: 40px; } .vu-story-copy h1 { font-size: 39px; } .vu-story-copy > p:not(.vu-kicker):not(.vu-lead) { font-size: 17px; } .vu-story-portrait { width: min(320px, 100%); } .vu-story-portrait img { height: 420px; } .vu-story-portrait figcaption { right: -4px; bottom: 4px; font-size: 15px; } .vu-story-note { margin-bottom: 58px; padding: 28px 22px; } .vu-story-note h2, .vu-story-next h2 { font-size: 30px; } .vu-story-chapters { grid-template-columns: 1fr; } .vu-story-card { min-height: auto; padding: 22px; } .vu-story-card h3 { margin-top: 28px; } .vu-story-values { margin-top: 0; padding: 30px 22px; } .vu-story-values h2 { font-size: 30px; } .vu-story-values blockquote { font-size: 23px; } }

/* Professional profile: the same calm identity with denser, progressively disclosed evidence. */
.vu-professional-page { padding-bottom: 72px; }
.vu-professional-hero { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(300px, .72fr); gap: 52px 70px; align-items: center; padding: 58px 0 84px; }
.vu-professional-copy { max-width: 660px; }
.vu-professional-copy h1 { max-width: 650px; margin: 0 0 24px; font-size: clamp(40px, 5vw, 62px); line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
.vu-professional-copy > p:not(.vu-kicker):not(.vu-lead) { max-width: 560px; color: #54514b; font-size: 18px; line-height: 1.65; }
.vu-professional-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.vu-professional-tags span { padding: 8px 13px; border: 1px solid #cfc8bb; border-radius: 999px; background: #fffdf8; color: #526b58; font-size: 13px; }
.vu-professional-portrait { position: relative; width: min(370px, 100%); justify-self: end; margin: 0; }
.vu-professional-portrait::before { content: ""; position: absolute; inset: 28px -18px -18px 18px; border-radius: 26px 26px 26px 6px; background: #eadfca; }
.vu-professional-portrait img { position: relative; display: block; width: 100%; height: 540px; object-fit: cover; object-position: 50% 43%; border-radius: 26px 26px 26px 6px; filter: saturate(.86); }
.vu-professional-portrait figcaption { position: absolute; right: -18px; bottom: 22px; max-width: 205px; padding: 14px 16px; border-radius: 18px 18px 4px 18px; background: #fffdf8; color: #344522; font-family: Georgia, serif; font-size: 17px; line-height: 1.25; box-shadow: 0 12px 28px rgba(52,69,34,.12); }
.vu-professional-intro { display: grid; grid-template-columns: minmax(180px, .45fr) minmax(300px, 1fr) minmax(280px, .8fr); gap: 22px 36px; align-items: start; margin: 0 0 76px; padding: 36px 40px; border-radius: 24px; background: #f6e3d8; }
.vu-professional-intro .vu-eyebrow { margin-top: 4px; }
.vu-professional-intro h2 { margin: 0; font-size: 30px; line-height: 1.14; letter-spacing: -.02em; }
.vu-professional-intro > p:last-child { margin: 0; color: #54514b; font-size: 16px; line-height: 1.7; }
.vu-professional-section { padding-bottom: 76px; }
.vu-professional-role-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.vu-professional-role { display: flex; flex-direction: column; grid-column: span 2; min-height: 290px; padding: 24px; border-radius: 20px; background: #f0eee9; }
.vu-professional-role:nth-child(4), .vu-professional-role:nth-child(5) { grid-column: span 3; min-height: 245px; }
.vu-role-sage { background: #eef2e7; }
.vu-role-lilac { background: #eeeaf3; }
.vu-role-clay { background: #f6e9df; }
.vu-role-sand { background: #f1eadb; }
.vu-role-blue { background: #e7eff0; }
.vu-professional-role > span { color: #8e543f; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.vu-professional-role h3 { margin: 42px 0 10px; font-size: 22px; line-height: 1.15; }
.vu-professional-role p { margin: 0 0 22px; color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-professional-role a { margin-top: auto; color: #8e543f; font-size: 14px; font-weight: 600; }
.vu-professional-values { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 54px; margin: 0 0 76px; padding: 44px 46px; border-radius: 28px; background: #526b58; color: #fffdf8; }
.vu-professional-values .vu-eyebrow { color: #dce9dd; }
.vu-professional-values h2 { max-width: 460px; margin: 0; font-size: 34px; line-height: 1.12; letter-spacing: -.02em; }
.vu-professional-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.vu-professional-principles article { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); }
.vu-professional-principles strong { display: block; margin-bottom: 8px; color: #fffdf8; font-size: 16px; }
.vu-professional-principles p { margin: 0; color: #e3eee5; font-size: 14px; line-height: 1.65; }
.vu-education-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 42px; align-items: stretch; }
.vu-education-copy { padding: 30px; border-radius: 22px; background: #eef2e7; }
.vu-education-copy h3 { margin: 34px 0 12px; font-size: 30px; line-height: 1.1; }
.vu-education-copy > p { color: #54514b; font-size: 16px; line-height: 1.65; }
.vu-education-copy dl { display: grid; gap: 0; margin: 26px 0; }
.vu-education-copy dl div { display: grid; grid-template-columns: 92px 1fr; gap: 16px; padding: 11px 0; border-top: 1px solid #cad5c9; }
.vu-education-copy dt { color: #6f6b63; font-size: 13px; }
.vu-education-copy dd { margin: 0; color: #344522; font-size: 14px; font-weight: 700; }
.vu-education-copy .vu-education-note { margin-bottom: 0; font-size: 14px; }
.vu-diploma { display: flex; flex-direction: column; min-width: 0; padding: 18px; border-radius: 22px; background: #fffdf8; color: #2b2926 !important; text-decoration: none !important; box-shadow: inset 0 0 0 1px #ddd6ca; }
.vu-diploma img { display: block; width: 100%; aspect-ratio: 1.425; object-fit: contain; border-radius: 12px; background: #f2ede4; }
.vu-current-learning { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.6fr); gap: 34px; margin-top: 28px; padding: 30px; border-radius: 24px; background: #f2eadc; }
.vu-current-learning-heading h3 { margin: 8px 0 0; font-size: 28px; line-height: 1.14; letter-spacing: -.02em; }
.vu-current-learning-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vu-current-learning-grid article { padding: 22px; border-radius: 18px; background: rgba(255,253,248,.78); }
.vu-current-learning-grid span { color: #55705b; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vu-current-learning-grid h4 { margin: 24px 0 10px; font-size: 19px; line-height: 1.2; }
.vu-current-learning-grid p { margin: 0; color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-diploma > span { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; padding: 16px 4px 2px; }
.vu-diploma strong { font-size: 16px; }
.vu-diploma small { color: #6f6b63; font-size: 13px; }
.vu-diploma:hover, .vu-certificate-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(52,69,34,.09); }
.vu-teaching-list { border-top: 1px solid #d7d0c5; }
.vu-teaching-list article { display: grid; grid-template-columns: minmax(160px, .36fr) minmax(0, 1fr); gap: 28px; padding: 24px 0; border-bottom: 1px solid #d7d0c5; }
.vu-teaching-list article > span { color: #8e543f; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.vu-teaching-list h3 { margin: 0 0 8px; font-size: 20px; }
.vu-teaching-list p { max-width: 740px; margin: 0; color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-professional-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.vu-certificates-section { padding: 40px 42px 46px; border-radius: 28px; background: #f1eadb; }
.vu-certificate-disclaimer { max-width: 850px; margin: -4px 0 28px; padding-left: 16px; border-left: 2px solid #bd765e; color: #6f6b63; font-size: 14px; line-height: 1.65; }
.vu-certificate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vu-certificate-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border-radius: 18px; background: #fffdf8; color: #2b2926 !important; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease; }
.vu-certificate-image { display: grid; place-items: center; aspect-ratio: 1.42; padding: 12px; background: #ebe6dc; }
.vu-certificate-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.vu-certificate-copy { display: flex; flex-direction: column; flex: 1; padding: 16px; }
.vu-certificate-copy strong { font-size: 15px; line-height: 1.35; }
.vu-certificate-copy small { margin-top: 8px; color: #6f6b63; font-size: 13px; line-height: 1.45; }
.vu-certificate-copy em { margin-top: auto; padding-top: 16px; color: #8e543f; font-size: 13px; font-style: normal; font-weight: 600; }
.vu-certificates-more { margin-top: 22px; }
.vu-certificates-more summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid #d1c5b0; border-radius: 14px; background: rgba(255,253,248,.72); color: #344522; font-size: 15px; font-weight: 700; cursor: pointer; }
.vu-certificates-more summary span { color: #6f6b63; font-size: 13px; font-weight: 500; }
.vu-certificates-more[open] summary { margin-bottom: 18px; }
.vu-professional-next { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: end; margin-top: 76px; padding: 38px 40px; border-radius: 26px; background: #f6e3d8; }
.vu-professional-next h2 { max-width: 610px; margin-bottom: 12px; font-size: 32px; line-height: 1.14; letter-spacing: -.02em; }
.vu-professional-next p:last-child { max-width: 620px; margin-bottom: 0; color: #54514b; font-size: 16px; }
.vu-professional-next-actions { display: flex; flex-direction: column; gap: 10px; min-width: 245px; }

@media (max-width: 900px) {
  .vu-professional-hero, .vu-professional-intro, .vu-professional-values, .vu-education-grid, .vu-professional-next { grid-template-columns: 1fr; }
  .vu-current-learning { grid-template-columns: 1fr; gap: 20px; }
  .vu-professional-portrait { justify-self: center; order: -1; }
  .vu-professional-intro { gap: 16px; }
  .vu-professional-role { grid-column: span 3; }
  .vu-professional-role:nth-child(5) { grid-column: 2 / span 4; }
  .vu-professional-principles { gap: 0 22px; }
  .vu-certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vu-professional-next { align-items: start; }
  .vu-professional-next-actions { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 600px) {
  .vu-professional-page { padding-bottom: 40px; }
  .vu-professional-hero { padding: 28px 0 58px; gap: 40px; }
  .vu-professional-copy h1 { font-size: 39px; }
  .vu-professional-copy > p:not(.vu-kicker):not(.vu-lead) { font-size: 17px; }
  .vu-professional-portrait { width: min(320px, 100%); }
  .vu-professional-portrait img { height: 440px; }
  .vu-professional-portrait figcaption { right: -4px; bottom: 4px; font-size: 15px; }
  .vu-professional-intro { margin-bottom: 58px; padding: 28px 22px; }
  .vu-professional-intro h2, .vu-professional-values h2, .vu-professional-next h2 { font-size: 30px; }
  .vu-professional-section { padding-bottom: 58px; }
  .vu-professional-role-grid { grid-template-columns: 1fr; }
  .vu-professional-role, .vu-professional-role:nth-child(4), .vu-professional-role:nth-child(5) { grid-column: auto; min-height: auto; }
  .vu-professional-role h3 { margin-top: 28px; }
  .vu-professional-values { margin-bottom: 58px; padding: 30px 22px; }
  .vu-professional-principles { grid-template-columns: 1fr; }
  .vu-education-copy { padding: 24px 22px; }
  .vu-diploma { padding: 12px; }
  .vu-diploma > span { flex-direction: column; gap: 4px; }
  .vu-current-learning { padding: 24px 20px; }
  .vu-current-learning-grid { grid-template-columns: 1fr; }
  .vu-current-learning-grid h4 { margin-top: 18px; }
  .vu-teaching-list article { grid-template-columns: 1fr; gap: 8px; }
  .vu-certificates-section { padding: 30px 20px 34px; }
  .vu-certificate-grid { grid-template-columns: 1fr; }
  .vu-certificate-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); }
  .vu-certificate-image { aspect-ratio: auto; min-height: 142px; padding: 8px; }
  .vu-certificate-copy { padding: 14px; }
  .vu-professional-next { margin-top: 58px; padding: 30px 22px; }
  .vu-professional-next-actions { flex-direction: column; align-items: stretch; min-width: 0; }
}

/* Education for psychologists: method, clinical thinking and practice in one calm route. */
.vu-education-page { padding-bottom: 72px; }
.vu-education-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); gap: 52px 70px; align-items: center; padding: 58px 0 84px; }
.vu-education-hero-copy { max-width: 680px; }
.vu-education-hero h1 { max-width: 700px; margin: 0 0 24px; font-size: clamp(40px, 5vw, 62px); line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
.vu-education-hero .vu-lead { max-width: 620px; }
.vu-education-map { position: relative; display: grid; gap: 10px; width: min(390px, 100%); justify-self: end; margin: 0; padding: 22px; border-radius: 28px 28px 28px 7px; background: #526b58; box-shadow: 20px 20px 0 #e5dfef; }
.vu-education-map-step { display: grid; grid-template-columns: 38px 1fr; gap: 4px 12px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,253,248,.07); color: #fffdf8; }
.vu-education-map-step span { grid-row: span 2; color: #dce9dd; font-size: 13px; font-weight: 700; }
.vu-education-map-step strong { font-size: 17px; }
.vu-education-map-step small { color: #dce9dd; font-size: 13px; line-height: 1.45; }
.vu-education-map blockquote { margin: 12px 4px 0; padding: 18px 16px 6px; border-top: 1px solid rgba(255,255,255,.2); color: #fffdf8; font: 400 20px/1.35 Georgia, serif; }
.vu-education-page .vu-education-section { padding-bottom: 78px; }
.vu-education-principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.vu-education-principle-grid article { min-height: 250px; padding: 26px; border-radius: 20px; background: #eef2e7; }
.vu-education-principle-grid article:nth-child(2) { background: #f6e9df; }
.vu-education-principle-grid article:nth-child(3) { background: #eeeaf3; }
.vu-education-principle-grid span { color: #8e543f; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.vu-education-principle-grid h3 { margin: 50px 0 10px; font-size: 22px; line-height: 1.15; }
.vu-education-principle-grid p { margin-bottom: 0; color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-education-heading-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 48px; align-items: end; }
.vu-education-heading-split h2 { margin-bottom: 0; }
.vu-education-heading-split > p { margin-bottom: 4px; color: #6f6b63; font-size: 15px; line-height: 1.65; }
.vu-program-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.vu-program-card { display: flex; flex-direction: column; grid-column: span 3; min-height: 300px; padding: 26px; border: 1px solid #d7d0c5; border-radius: 20px; background: #fffdf8; }
.vu-program-featured { grid-column: span 4; background: #eef2e7; border-color: transparent; }
.vu-program-grid > article:nth-child(2) { grid-column: span 2; background: #f6e9df; border-color: transparent; }
.vu-program-intervision { grid-column: 2 / span 4; background: #eeeaf3; border-color: transparent; }
.vu-program-meta { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.vu-program-meta span { color: #8e543f; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.vu-program-meta small { color: #6f6b63; font-size: 12px; }
.vu-program-card h3 { max-width: 490px; margin: 52px 0 12px; font-size: 25px; line-height: 1.12; letter-spacing: -.02em; }
.vu-program-card p { max-width: 600px; margin-bottom: 24px; color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-program-card a { margin-top: auto; color: #8e543f; font-size: 14px; font-weight: 700; }
.vu-education-formats { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 54px; padding: 44px 46px; border-radius: 28px; background: #f1eadb; }
.vu-education-formats h2 { max-width: 430px; margin-bottom: 16px; font-size: 35px; line-height: 1.1; }
.vu-education-formats > div:first-child > p:last-child { color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-education-format-list { border-top: 1px solid #d0c5b2; }
.vu-education-format-list article { display: grid; grid-template-columns: minmax(170px, .7fr) minmax(0, 1.3fr); gap: 22px; padding: 18px 0; border-bottom: 1px solid #d0c5b2; }
.vu-education-format-list strong { font-size: 15px; }
.vu-education-format-list p { margin: 0; color: #54514b; font-size: 14px; line-height: 1.6; }
.vu-education-stance { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 54px; margin: 78px 0; padding: 46px; border-radius: 28px; background: #526b58; color: #fffdf8; }
.vu-education-stance .vu-eyebrow { color: #dce9dd; }
.vu-education-stance h2 { max-width: 520px; margin-bottom: 0; font-size: 36px; line-height: 1.1; letter-spacing: -.025em; }
.vu-education-stance > div:last-child { border-top: 1px solid rgba(255,255,255,.2); }
.vu-education-stance > div:last-child p { margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: #e3eee5; font-size: 15px; line-height: 1.7; }
.vu-education-destinations { padding-bottom: 78px; }
.vu-education-destinations > div:first-child { margin-bottom: 28px; }
.vu-education-destinations h2 { margin-bottom: 0; font-size: 35px; line-height: 1.1; }
.vu-education-destination-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vu-education-destination-grid a { display: flex; flex-direction: column; min-height: 210px; padding: 26px; border-radius: 20px; background: #eef2e7; color: #2b2926 !important; text-decoration: none !important; }
.vu-education-destination-grid a:nth-child(2) { background: #f6e9df; }
.vu-education-destination-grid span { color: #8e543f; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.vu-education-destination-grid strong { max-width: 470px; margin: 44px 0 16px; font-size: 21px; line-height: 1.2; }
.vu-education-destination-grid small { margin-top: auto; color: #526b58; font-size: 14px; font-weight: 700; }
.vu-education-next, .vu-learning-preview { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: end; padding: 38px 40px; border-radius: 26px; background: #f6e3d8; }
.vu-education-next h2, .vu-learning-preview h2 { max-width: 680px; margin-bottom: 12px; font-size: 32px; line-height: 1.14; letter-spacing: -.02em; }
.vu-education-next p:last-child, .vu-learning-preview p:last-child { max-width: 680px; margin-bottom: 0; color: #54514b; font-size: 16px; }
.vu-learning-preview { width: min(1080px, calc(100% - 64px)); margin: 0 auto 78px; }

@media (max-width: 900px) {
  .vu-education-hero, .vu-education-heading-split, .vu-education-formats, .vu-education-stance, .vu-education-next, .vu-learning-preview { grid-template-columns: 1fr; }
  .vu-education-map { justify-self: center; order: -1; }
  .vu-education-principle-grid { grid-template-columns: 1fr; }
  .vu-education-principle-grid article { min-height: auto; }
  .vu-program-card, .vu-program-featured, .vu-program-grid > article:nth-child(2), .vu-program-intervision { grid-column: span 3; }
  .vu-education-destination-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .vu-education-page { padding-bottom: 40px; }
  .vu-education-hero { padding: 28px 0 60px; gap: 40px; }
  .vu-education-hero h1 { font-size: 39px; }
  .vu-education-map { width: min(330px, 100%); padding: 16px; box-shadow: 10px 10px 0 #e5dfef; }
  .vu-education-page .vu-education-section { padding-bottom: 58px; }
  .vu-education-principle-grid h3 { margin-top: 28px; }
  .vu-program-grid { grid-template-columns: 1fr; }
  .vu-program-card, .vu-program-featured, .vu-program-grid > article:nth-child(2), .vu-program-intervision { grid-column: auto; min-height: auto; }
  .vu-program-card h3 { margin-top: 34px; }
  .vu-education-formats, .vu-education-stance, .vu-education-next, .vu-learning-preview { padding: 30px 22px; }
  .vu-education-format-list article { grid-template-columns: 1fr; gap: 6px; }
  .vu-education-stance { margin: 58px 0; }
  .vu-education-stance h2, .vu-education-formats h2, .vu-education-destinations h2, .vu-education-next h2, .vu-learning-preview h2 { font-size: 30px; }
  .vu-learning-preview { width: calc(100% - 40px); margin-bottom: 58px; }
}

/* Psychological support: a calm route from recognition to first contact. */
.vu-section-action { margin-top: 24px; }
.vu-step-link { display: block; margin-top: 16px; color: #8e543f !important; font-size: 14px; font-weight: 600; }
.vu-support-page { padding-bottom: 76px; }
.vu-support-hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .7fr); gap: 52px 70px; align-items: center; padding: 56px 0 86px; }
.vu-support-hero-copy { max-width: 680px; }
.vu-support-hero h1 { max-width: 690px; margin: 0 0 24px; font-size: clamp(40px, 5vw, 62px); line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
.vu-support-hero .vu-lead { max-width: 625px; margin-bottom: 18px; }
.vu-support-hero-note { max-width: 600px; margin-bottom: 28px; color: #54514b; font-size: 17px; line-height: 1.65; }
.vu-support-hero .vu-note { display: block; margin-top: 14px; }
.vu-support-portrait { position: relative; width: min(390px, 100%); justify-self: end; margin: 0; }
.vu-support-portrait::before { content: ""; position: absolute; inset: 24px -18px -18px 18px; border-radius: 30px 30px 30px 7px; background: #e5dfef; }
.vu-support-portrait img { position: relative; display: block; width: 100%; height: 520px; object-fit: cover; object-position: 68% 53%; border-radius: 30px 30px 30px 7px; filter: saturate(.9); }
.vu-support-portrait figcaption { position: absolute; right: -18px; bottom: 20px; max-width: 210px; padding: 14px 16px; border-radius: 18px 18px 4px 18px; background: #fffdf8; color: #344522; font-family: Georgia, serif; font-size: 17px; line-height: 1.25; box-shadow: 0 12px 28px rgba(52,69,34,.12); }
.vu-support-section { padding-bottom: 78px; }
.vu-support-signal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.vu-support-signal-grid article { min-height: 238px; padding: 24px; border-radius: 20px; background: #eef2e7; }
.vu-support-signal-grid article:nth-child(2), .vu-support-signal-grid article:nth-child(6) { background: #f6e9df; }
.vu-support-signal-grid article:nth-child(3) { background: #eeeaf3; }
.vu-support-signal-grid article:nth-child(4) { background: #f1eadb; }
.vu-support-signal-grid article:nth-child(5) { background: #f0eee9; }
.vu-support-signal-grid span { color: #8e543f; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.vu-support-signal-grid h3 { margin: 42px 0 10px; font-size: 20px; line-height: 1.18; }
.vu-support-signal-grid p { margin-bottom: 0; color: #54514b; font-size: 15px; line-height: 1.6; }
.vu-support-navigator { margin-bottom: 78px; }
.vu-support-source { margin-top: 20px; padding-top: 18px; border-top: 1px solid #c5d0c4; }
.vu-support-source label { display: block; margin-bottom: 8px; color: #344522; font-size: 14px; font-weight: 600; }
.vu-support-source label span { color: #6f6b63; font-weight: 400; }
.vu-support-source select { width: 100%; min-height: 44px; padding: 9px 12px; border: 1px solid #aebcad; border-radius: 10px; background: #fffdf8; color: #2b2926; font: 400 15px/1.3 'Onest', sans-serif; }
.vu-support-navigator .vu-route-card .vu-action-row { margin-top: 22px; }
.vu-support-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vu-support-process-grid article { display: flex; flex-direction: column; min-height: 290px; padding: 26px; border: 1px solid #d7d0c5; border-radius: 20px; background: #fffdf8; }
.vu-support-process-grid article > span { display: grid; width: 48px; height: 48px; margin-bottom: 34px; place-items: center; border-radius: 50%; background: #eadfca; color: #344522; font-size: 18px; font-weight: 700; }
.vu-support-process-grid h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.2; }
.vu-support-process-grid p { margin-bottom: 20px; color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-support-process-grid small { margin-top: auto; color: #526b58; font-size: 13px; font-weight: 600; }
.vu-support-payment { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: center; margin-top: 24px; padding: 30px 32px; border-radius: 22px; background: #f6e3d8; }
.vu-support-payment h3 { margin-bottom: 8px; font-size: 26px; }
.vu-support-payment p:last-child { margin-bottom: 0; color: #54514b; }
.vu-support-payment-actions { display: grid; grid-template-columns: 150px 250px; gap: 10px; }
.vu-support-payment-actions .vu-button { width: 100%; }
.vu-support-approach { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 54px; margin-bottom: 78px; padding: 44px 46px; border-radius: 28px; background: #526b58; color: #fffdf8; }
.vu-support-approach .vu-eyebrow { color: #dce9dd; }
.vu-support-approach h2 { max-width: 440px; margin-bottom: 18px; font-size: 36px; line-height: 1.1; letter-spacing: -.025em; }
.vu-support-approach > div:first-child > p:last-child { color: #e3eee5; font-size: 16px; line-height: 1.7; }
.vu-support-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.vu-support-principles article { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); }
.vu-support-principles strong { display: block; margin-bottom: 8px; font-size: 16px; }
.vu-support-principles p { margin-bottom: 0; color: #e3eee5; font-size: 14px; line-height: 1.65; }
.vu-support-boundaries { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); gap: 50px; margin-bottom: 78px; padding: 38px 40px; border-radius: 24px; background: #f0eee9; }
.vu-support-boundaries h2 { max-width: 360px; margin-bottom: 0; font-size: 31px; line-height: 1.14; }
.vu-support-boundary-list { display: grid; gap: 0; }
.vu-support-boundary-list p { margin: 0; padding: 16px 0; border-top: 1px solid #d7d0c5; color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-support-contact { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: end; padding: 38px 40px; border-radius: 26px; background: #f6e3d8; }
.vu-support-contact h2 { margin-bottom: 12px; font-size: 34px; line-height: 1.12; }
.vu-support-contact p:last-child { max-width: 650px; margin-bottom: 0; color: #54514b; font-size: 17px; }

@media (max-width: 900px) {
  .vu-route-card { position: static; }
  .vu-support-hero, .vu-support-payment, .vu-support-approach, .vu-support-boundaries, .vu-support-contact { grid-template-columns: 1fr; }
  .vu-support-portrait { justify-self: center; order: -1; }
  .vu-support-signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vu-support-process-grid { grid-template-columns: 1fr; }
  .vu-support-process-grid article { min-height: auto; }
  .vu-support-payment-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .vu-support-page { padding-bottom: 40px; }
  .vu-support-hero { padding: 28px 0 60px; gap: 38px; }
  .vu-support-hero h1 { font-size: 39px; }
  .vu-support-portrait { width: min(330px, 100%); }
  .vu-support-portrait img { height: 440px; object-position: 68% 52%; }
  .vu-support-portrait figcaption { right: -4px; bottom: 4px; font-size: 15px; }
  .vu-support-section { padding-bottom: 58px; }
  .vu-support-signal-grid { grid-template-columns: 1fr; }
  .vu-support-signal-grid article { min-height: auto; }
  .vu-support-signal-grid h3 { margin-top: 28px; }
  .vu-support-navigator { margin-bottom: 58px; }
  .vu-navigator-status { position: sticky; top: 8px; z-index: 5; margin-bottom: 18px; box-shadow: 0 8px 24px rgba(52,69,34,.08); }
  .vu-navigator-status a { max-width: 145px; text-align: right; }
  .vu-priority-list { display: grid; grid-template-columns: 1fr; }
  .vu-priority-option { width: 100%; }
  .vu-support-payment, .vu-support-approach, .vu-support-boundaries, .vu-support-contact { padding: 30px 22px; }
  .vu-support-payment-actions, .vu-support-principles { grid-template-columns: 1fr; }
  .vu-support-approach, .vu-support-boundaries { margin-bottom: 58px; }
  .vu-support-approach h2, .vu-support-contact h2 { font-size: 30px; }
  .vu-support-contact { align-items: stretch; }
}

/* Course pages: one calm reading route from overview to registration. */
.vu-course-page { padding-bottom: 72px; }
.vu-course-breadcrumb { display: flex; gap: 9px; align-items: center; padding: 18px 0 10px; color: #6f6b63; font-size: 13px; }
.vu-course-breadcrumb a { color: #526b58; font-weight: 600; text-decoration: none; }
.vu-course-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); gap: 52px 70px; align-items: center; padding: 54px 0 72px; }
.vu-course-hero-copy { max-width: 700px; }
.vu-course-hero h1 { max-width: 760px; margin: 0 0 24px; font-size: clamp(42px, 5.2vw, 64px); line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.vu-course-hero .vu-lead { max-width: 680px; }
.vu-course-summary { width: min(390px, 100%); justify-self: end; padding: 27px; border-radius: 28px 28px 28px 7px; background: #526b58; color: #fffdf8; box-shadow: 18px 18px 0 #e5dfef; }
.vu-course-summary .vu-eyebrow { color: #dce9dd; }
.vu-course-summary dl { margin: 0; }
.vu-course-summary dl div { display: grid; grid-template-columns: 88px 1fr; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.2); }
.vu-course-summary dt { color: #dce9dd; font-size: 12px; }
.vu-course-summary dd { margin: 0; font-size: 14px; font-weight: 650; line-height: 1.5; }
.vu-course-role { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: #e3eee5; font-size: 13px; line-height: 1.6; }
.vu-course-role strong { display: block; margin-bottom: 6px; color: #fffdf8; }
.vu-course-jump { position: sticky; top: 0; z-index: 10; display: flex; gap: 9px; margin: 0 0 76px; padding: 11px; overflow-x: auto; border: 1px solid #ddd5c8; border-radius: 999px; background: rgba(251,248,242,.96); box-shadow: 0 8px 24px rgba(43,41,38,.06); white-space: nowrap; }
.vu-course-jump a { padding: 8px 14px; border-radius: 999px; color: #526b58; font-size: 13px; font-weight: 650; text-decoration: none; }
.vu-course-jump a:hover { background: #eef2e7; }
.vu-course-section { padding-bottom: 82px; scroll-margin-top: 30px; }
.vu-course-section .vu-section-heading { margin-bottom: 30px; }
.vu-course-section .vu-section-heading h2, .vu-course-intro h2 { max-width: 720px; margin: 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.vu-course-intro { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 54px; align-items: start; }
.vu-course-intro > p { max-width: 700px; margin: 4px 0 0; color: #54514b; font-size: 20px; line-height: 1.7; }
.vu-course-audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: audience; }
.vu-course-audience-grid li { position: relative; min-height: 150px; padding: 62px 26px 25px; border: 1px solid #d7d0c5; border-radius: 22px 22px 22px 7px; background: #fffdf8; color: #54514b; font-size: 15px; line-height: 1.65; counter-increment: audience; }
.vu-course-audience-grid li::before { content: '0' counter(audience); position: absolute; top: 23px; left: 26px; color: #8e543f; font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.vu-course-logistics-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vu-course-logistics-card { min-height: 340px; padding: 28px; border-radius: 22px; background: #eef2e7; }
.vu-course-logistics-card:nth-child(2) { background: #f6e9df; }
.vu-course-logistics-card > span { color: #8e543f; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.vu-course-logistics-card h3 { max-width: 520px; margin: 48px 0 20px; font-size: 26px; line-height: 1.15; }
.vu-course-logistics-card ul { margin: 0; padding-left: 21px; color: #54514b; }
.vu-course-logistics-card li { margin: 0 0 10px; font-size: 15px; line-height: 1.6; }
.vu-course-updated { margin: 16px 0 0; color: #6f6b63; font-size: 13px; line-height: 1.55; }
.vu-course-learning { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 54px; align-items: start; }
.vu-course-learning h2 { max-width: 500px; margin: 0 0 18px; font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.vu-course-learning > div > p:last-child { max-width: 470px; color: #6f6b63; font-size: 15px; line-height: 1.65; }
.vu-course-learning ol { margin: 0; padding: 0; list-style: none; counter-reset: learning; border-top: 1px solid #d7d0c5; }
.vu-course-learning li { position: relative; min-height: 72px; padding: 20px 10px 20px 58px; border-bottom: 1px solid #d7d0c5; color: #54514b; font-size: 15px; line-height: 1.65; counter-increment: learning; }
.vu-course-learning li::before { content: counter(learning); position: absolute; top: 20px; left: 0; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #eef2e7; color: #315c4e; font-size: 12px; font-weight: 750; }
.vu-course-help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; margin: 0; padding: 0; list-style: none; border-top: 1px solid #d7d0c5; }
.vu-course-help-grid li { position: relative; min-height: 96px; padding: 24px 18px 22px 35px; border-bottom: 1px solid #d7d0c5; color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-course-help-grid li::before { content: '✓'; position: absolute; left: 0; top: 24px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #dce9dd; color: #315c4e; font-size: 12px; font-weight: 800; }
.vu-course-transform { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 54px; margin-top: 70px; padding: 44px 46px; border-radius: 28px; background: #526b58; color: #fffdf8; }
.vu-course-transform .vu-eyebrow { color: #dce9dd; }
.vu-course-transform h2 { max-width: 440px; margin: 0; font-size: 35px; line-height: 1.1; letter-spacing: -.025em; }
.vu-course-transform-list { border-top: 1px solid rgba(255,255,255,.2); }
.vu-course-transform-list article { display: grid; grid-template-columns: minmax(150px, .7fr) auto minmax(0, 1.3fr); gap: 14px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.vu-course-transform-list strong { font-size: 14px; }
.vu-course-transform-list span { color: #dce9dd; }
.vu-course-transform-list p { margin: 0; color: #e3eee5; font-size: 14px; line-height: 1.6; }
.vu-course-takeaways { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 54px; margin-top: 70px; padding-top: 60px; border-top: 1px solid #d7d0c5; }
.vu-course-takeaways h2 { max-width: 440px; margin: 0; font-size: 35px; line-height: 1.1; letter-spacing: -.025em; }
.vu-course-takeaways ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.vu-course-takeaways li { position: relative; padding: 19px 22px 19px 52px; border-radius: 16px; background: #f6e9df; color: #54514b; font-size: 15px; line-height: 1.6; }
.vu-course-takeaways li::before { content: '→'; position: absolute; top: 19px; left: 22px; color: #8e543f; font-weight: 750; }
.vu-course-modules { display: grid; gap: 9px; }
.vu-course-modules details { border: 1px solid #d7d0c5; border-radius: 16px; background: #fffdf8; overflow: hidden; }
.vu-course-modules details[open] { border-color: #b9c7b8; background: #f6f8f2; }
.vu-course-modules summary { display: grid; grid-template-columns: 42px 1fr auto; gap: 16px; align-items: center; padding: 19px 22px; cursor: pointer; list-style: none; }
.vu-course-modules summary::-webkit-details-marker { display: none; }
.vu-course-modules summary::after { content: '+'; color: #8e543f; font-size: 23px; font-weight: 500; }
.vu-course-modules details[open] summary::after { content: '−'; }
.vu-course-modules summary span { color: #8e543f; font-size: 12px; font-weight: 700; }
.vu-course-modules summary strong { font-size: 16px; line-height: 1.35; }
.vu-course-modules details > p { margin: 0; padding: 0 66px 22px 80px; color: #54514b; font-size: 15px; line-height: 1.7; }
.vu-course-certificate { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 54px; padding: 48px; border-radius: 28px; background: #eef2e7; }
.vu-course-certificate h2 { max-width: 520px; margin: 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.vu-course-certificate ul { margin: 0; padding-left: 22px; color: #54514b; }
.vu-course-certificate li { margin-bottom: 12px; font-size: 15px; line-height: 1.65; }
.vu-course-boundary { margin: 25px 0 0; padding: 22px 24px; border-left: 4px solid #8e543f; border-radius: 0 15px 15px 0; background: #fffdf8; color: #54514b; font-size: 14px; line-height: 1.65; }
.vu-course-boundary strong { display: block; margin-bottom: 6px; color: #25231f; }
.vu-course-faq { display: grid; gap: 9px; }
.vu-course-faq details { border: 1px solid #d7d0c5; border-radius: 16px; background: #fffdf8; overflow: hidden; }
.vu-course-faq details[open] { background: #f6f8f2; }
.vu-course-faq summary { position: relative; padding: 19px 58px 19px 22px; cursor: pointer; color: #25231f; font-size: 16px; font-weight: 680; line-height: 1.4; list-style: none; }
.vu-course-faq summary::-webkit-details-marker { display: none; }
.vu-course-faq summary::after { content: '+'; position: absolute; top: 15px; right: 22px; color: #8e543f; font-size: 24px; font-weight: 500; }
.vu-course-faq details[open] summary::after { content: '−'; }
.vu-course-faq p { margin: 0; padding: 0 58px 22px 22px; color: #54514b; font-size: 15px; line-height: 1.7; }
.vu-course-registration { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: end; padding: 42px 44px; border-radius: 28px; background: #f6e3d8; scroll-margin-top: 30px; }
.vu-course-registration h2 { max-width: 650px; margin: 0 0 13px; font-size: 36px; line-height: 1.1; letter-spacing: -.025em; }
.vu-course-registration p:last-child { max-width: 670px; margin-bottom: 0; color: #54514b; font-size: 15px; line-height: 1.65; }
.vu-course-registration-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; min-width: 250px; }
.vu-course-registration-actions .vu-button { text-align: center; }
.vu-course-back { margin-top: 6px; color: #526b58 !important; font-size: 13px; font-weight: 600; text-align: center; text-decoration: none; }

@media (max-width: 900px) {
  .vu-course-hero, .vu-course-intro, .vu-course-learning, .vu-course-transform, .vu-course-takeaways, .vu-course-certificate, .vu-course-registration { grid-template-columns: 1fr; }
  .vu-course-summary { justify-self: center; order: -1; }
  .vu-course-jump { top: 8px; margin-bottom: 60px; }
  .vu-course-registration-actions { min-width: 0; align-items: flex-start; }
}

@media (max-width: 600px) {
  .vu-course-page { padding-bottom: 40px; }
  .vu-course-breadcrumb { align-items: flex-start; overflow: hidden; }
  .vu-course-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .vu-course-hero { padding: 28px 0 56px; gap: 38px; }
  .vu-course-hero h1 { font-size: 39px; }
  .vu-course-summary { padding: 22px; box-shadow: 10px 10px 0 #e5dfef; }
  .vu-course-summary dl div { grid-template-columns: 1fr; gap: 5px; }
  .vu-course-jump { border-radius: 16px; }
  .vu-course-section { padding-bottom: 60px; }
  .vu-course-intro > p { font-size: 17px; }
  .vu-course-audience-grid, .vu-course-logistics-grid, .vu-course-help-grid { grid-template-columns: 1fr; }
  .vu-course-logistics-card { min-height: auto; padding: 24px 22px; }
  .vu-course-logistics-card h3 { margin-top: 32px; }
  .vu-course-transform { margin-top: 54px; padding: 30px 22px; }
  .vu-course-transform h2, .vu-course-registration h2 { font-size: 30px; }
  .vu-course-transform-list article { grid-template-columns: 1fr; gap: 5px; }
  .vu-course-transform-list article > span { display: none; }
  .vu-course-modules summary { grid-template-columns: 30px 1fr auto; gap: 10px; padding: 17px 16px; }
  .vu-course-modules summary strong { font-size: 15px; }
  .vu-course-modules details > p { padding: 0 16px 20px 56px; font-size: 14px; }
  .vu-course-takeaways { margin-top: 54px; padding-top: 44px; }
  .vu-course-takeaways h2 { font-size: 30px; }
  .vu-course-certificate { padding: 30px 22px; }
  .vu-course-certificate h2 { font-size: 30px; }
  .vu-course-registration { padding: 30px 22px; }
  .vu-course-registration-actions { align-items: stretch; }
}
/* Compact, accessible mobile navigation. */
@media (max-width: 900px) {
.site-header {
    align-items: center;
  }

  .menu-toggle {
    display: inline-flex;
    min-width: 96px;
    min-height: 44px;
    padding: 10px 14px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #cfc8bb;
    border-radius: 999px;
    background: #fffdf8;
    color: #2b2926;
    font: 700 15px/1 'Onest', system-ui, sans-serif;
    cursor: pointer;
  }

  .menu-toggle:hover {
    border-color: #a89e90;
    background: #f1e8db;
  }

  .menu-toggle-icon {
    position: relative;
    display: block;
    width: 16px;
    height: 12px;
  }

  .menu-toggle-icon span {
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .2s ease, top .2s ease;
  }

  .menu-toggle-icon span:first-child { top: 2px; }
  .menu-toggle-icon span:last-child { top: 8px; }
  .menu-toggle.is-open .menu-toggle-icon span:first-child { top: 5px; transform: rotate(45deg); }
  .menu-toggle.is-open .menu-toggle-icon span:last-child { top: 5px; transform: rotate(-45deg); }

  .site-nav {
    order: 3;
    display: flex;
    width: 100%;
    margin-top: 4px;
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: visible;
    white-space: normal;
    border: 1px solid #d7d0c5;
    border-radius: 18px;
    background: #fffdf8;
    box-shadow: 0 16px 36px rgba(52, 69, 34, .08);
  }

  .menu-ready .site-nav { display: none; }
  .menu-ready .site-nav.is-open { display: flex; }

  .site-nav a {
    display: flex;
    min-height: 48px;
    padding: 11px 14px;
    align-items: center;
    border-radius: 12px;
    color: #2b2926;
    font-size: 16px;
    line-height: 1.35;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: #f1e8db;
    color: #704130;
  }
}

.vu-language-switcher { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; color: #777168; font-size: 13px; font-weight: 700; letter-spacing: .06em; white-space: nowrap; }
.vu-language-switcher a { display: grid; min-width: 34px; min-height: 34px; place-items: center; border-radius: 50%; color: #5d5a54; text-decoration: none; }
.vu-language-switcher a:hover, .vu-language-switcher a:focus-visible { background: #eef2e7; color: #344522; }
.vu-language-switcher a[aria-current="page"] { background: #344522; color: #fffdf8; }
.vu-language-switcher span { color: #c5beb4; }

@media (max-width: 900px) {
  .vu-language-switcher { margin-left: auto; margin-right: 4px; }
}

@media (max-width: 520px) {
  .site-header { gap: 8px; }
  .vu-language-switcher { gap: 3px; }
  .vu-language-switcher a { min-width: 31px; min-height: 31px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .menu-toggle-icon span { transition: none; }
}
