/* Venuviax: warm surfaces, visible product evidence and readable journeys. */
:root { --radius: 10px; --radius-lg: 16px; --radius-xl: 24px; --text-light: #6c685f; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #a35226; outline-offset: 4px; }
[id] { scroll-margin-top: 110px; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 2000; padding: .8rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.logo { gap: .65rem; text-decoration: none; }
.logo.venuviax-logo { flex-direction: column; gap: 0; padding-block: .35rem; }
.logo.venuviax-logo img { width: 185px; height: 54px; object-fit: cover; }
.logo.venuviax-logo small { font-size: .6rem; color: var(--text-muted); line-height: 1; letter-spacing: .04em; }
main p, main li, main h1, main h2, main h3, main a { overflow-wrap: anywhere; }
.grid-2 > *, .grid-3 > *, .grid-4 > * { min-width: 0; }
.module-library .grid-2, .module-library .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.legal-table-scroll { overflow-x: auto; max-width: 100%; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--primary); color: white; border-radius: 13px 13px 13px 3px; font-size: 2rem; font-weight: 800; line-height: 1; }
.brand-wordmark { color: var(--secondary); font-size: 1.55rem; font-weight: 750; letter-spacing: -.06em; line-height: 1; }
.brand-wordmark small { display: block; margin-top: .35rem; font-size: .58rem; letter-spacing: .04em; font-weight: 500; }
.eyebrow, .step-label { display: block; margin-bottom: 1rem; font-size: .73rem; font-weight: 750; color: var(--primary); letter-spacing: .1em; text-transform: uppercase; }
.welcome-hero { padding: 3.5rem 0 4rem; background: #f3efe6; }
.welcome-grid { display: grid; grid-template-columns: .9fr 1.15fr; align-items: center; gap: 3rem; }
.welcome-copy h1 { font-size: clamp(2.5rem, 4.2vw, 3.35rem); line-height: 1.08; }
.welcome-copy > p { margin-top: 1.4rem; font-size: 1.1rem; color: var(--text-muted); }
.welcome-copy .hero-buttons { flex-direction: column; align-items: flex-start; gap: 1.1rem; }
.text-link { font-weight: 650; }
.small-note { font-size: .82rem !important; color: var(--text-muted); line-height: 1.65; margin-top: 1rem; }
.product-tour { padding: .9rem; background: var(--white); border: 1px solid #ded7c9; border-radius: 18px; box-shadow: 0 16px 45px #57462a12; min-width: 0; }
.tour-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .25rem; }
.tour-tabs button { padding: .7rem .2rem; border: 0; border-radius: 7px; background: #f2eee6; color: var(--text); font: inherit; font-size: .72rem; font-weight: 650; cursor: pointer; }
.tour-tabs button[aria-selected="true"] { color: white; background: var(--primary); }
.tour-caption { padding: 1.15rem .3rem; min-height: 115px; }
.tour-caption h3 { font-size: 1.2rem; }
.tour-caption p { font-size: .87rem; color: var(--text-muted); margin-top: .65rem; }
.tour-image { display: block; position: relative; border-radius: 9px; overflow: hidden; border: 1px solid #e3e0d9; background: #f1f3f6; }
.tour-image img { width: 100%; height: 350px; object-fit: contain; object-position: top center; }
.tour-image span { position: absolute; bottom: .65rem; right: .65rem; padding: .35rem .65rem; color: white; background: #242521; border-radius: 5px; font-size: .7rem; }
.product-tour > .small-note { padding-inline: .3rem; font-size: .7rem !important; }
.assurance-strip { padding: 1.2rem 0; border-block: 1px solid var(--border); background: #fffefa; }
.assurance-strip .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .7rem 2rem; font-size: .8rem; color: var(--text-muted); }
.customer-strip { padding: 2rem 0; }
.customer-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 2.5rem; margin-top: 1rem; }
.customer-logos img, .customer-logo { width: 140px; height: 65px; object-fit: contain; }
.section-header { max-width: 760px; margin-bottom: 2.75rem; }
.section-header h2, .editorial-grid h2, .roi-layout h2, .narrow h2 { font-size: clamp(1.9rem, 3.4vw, 2.85rem); line-height: 1.15; }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.journey-card { padding: 2rem; border: 1px solid var(--border); border-radius: 12px; background: var(--white); }
.journey-card h2, .journey-card h3 { font-size: 1.4rem; line-height: 1.25; }
.journey-card p { margin-top: 1rem; color: var(--text-muted); }
.journey-card a { display: inline-block; margin-top: 1.3rem; font-size: .9rem; font-weight: 650; }
.editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4rem; align-items: center; }
.editorial-grid p, .narrow > p, .roi-layout > div > p { margin-top: 1.25rem; }
.editorial-grid .btn { margin-top: 1.5rem; }
figure { min-width: 0; }
figure img { width: 100%; border-radius: 14px; border: 1px solid var(--border); }
figcaption { color: var(--text-muted); font-size: .78rem; margin-top: .7rem; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.before-after article { padding: 2.5rem; }
.before-after article:first-child { background: #eee9df; }
.before-after article:last-child { background: #faf7f0; }
.check-list, .numbered-list { margin: 1.5rem 0; padding-left: 1.35rem; }
.check-list { list-style: disc; }
.check-list li, .numbered-list li { margin-top: .75rem; }
.roi-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.roi-card, .info-panel { border: 1px solid var(--border); border-radius: 14px; padding: 2rem; background: var(--white); }
.roi-results { margin-top: 1.5rem; border-top: 1px solid var(--border); padding-top: 1rem; }
.roi-results strong { font-size: 1.3rem; color: var(--primary); }
.intro-film { width: 100%; border-radius: 16px; background: var(--secondary); aspect-ratio: 16 / 9; }
.page-intro { background: #f3efe6; padding: 3.5rem 0 4rem; }
.page-intro h1 { max-width: 850px; font-size: clamp(2.3rem, 4.8vw, 4rem); line-height: 1.1; }
.page-intro p { max-width: 760px; margin-top: 1.4rem; font-size: 1.12rem; color: var(--text-muted); }
.hero.hero-compact { padding: 3.5rem 0 4rem; background: #f3efe6; }
.hero.hero-compact h1 { color: var(--secondary); font-size: clamp(2.3rem, 4.8vw, 4rem); }
.hero.hero-compact p { color: var(--text-muted); }
.hero.hero-compact .btn-outline-light { color: var(--primary); border-color: var(--primary); }
.journey-nav { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.journey-nav a { padding: .6rem 1rem; border: 1px solid var(--border-dark); border-radius: 25px; text-decoration: none; font-weight: 650; }
.module-note { color: var(--primary); font-size: .83rem; }
.module-library { margin-block: 2rem 4rem; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.module-library > summary { padding: 1.5rem; cursor: pointer; font-size: 1.15rem; font-weight: 700; }
.module-library section { padding: 3rem 0; }
.module-library .screenshot-preview::after { display: none; }
.module-library .screenshot-preview { cursor: default; }
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.solution-tile { display: block; overflow: hidden; border: 1px solid var(--border); border-radius: 16px; text-decoration: none; background: var(--white); }
.solution-tile:hover { border-color: var(--primary); }
.solution-tile img { width: 100%; height: 250px; object-fit: cover; }
.solution-tile > div { padding: 2rem; }
.solution-tile h2 { font-size: 1.75rem; }
.solution-tile p { margin-block: 1rem; color: var(--text-muted); }
.text-tile { background: #f7f3eb; }
.wedding-route { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 3rem; list-style: none; counter-reset: wedding; }
.wedding-route li { position: relative; padding: 1.5rem 1.5rem 1.5rem 4.5rem; border: 1px solid var(--border); border-radius: 12px; counter-increment: wedding; }
.wedding-route li::before { content: counter(wedding, decimal-leading-zero); position: absolute; left: 1.5rem; top: 1.4rem; font-size: 1.3rem; color: var(--primary); font-weight: 750; }
.wedding-route p { margin-top: .8rem; color: var(--text-muted); }
.narrow { max-width: 800px; }
.faq-list { margin-top: 2rem; }
.faq-list details { padding: 1.3rem 0; border-bottom: 1px solid var(--border); }
.faq-list summary { font-weight: 700; cursor: pointer; font-size: 1.05rem; }
.faq-list p { margin-top: 1rem; }
.notice { margin-bottom: 2rem; padding: 1.5rem 2rem; border: 1px solid #c5d4bf; background: #f0f5eb; border-radius: 12px; }
.notice h2 { font-size: 1.5rem; }
.notice-error { background: #fff2ed; border-color: #b86649; }
.price-options { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.price-option { padding: 2.5rem; border: 1px solid var(--border); border-radius: 16px; }
.price-option-highlight { border: 2px solid var(--primary); background: #faf4ef; }
.price-option h2 { font-size: 1.5rem; }
.price-option .btn { margin-top: 1.5rem; }
.price-amount { margin: 1.3rem 0; font-size: 3.4rem; letter-spacing: -.05em; font-weight: 750; color: var(--primary); line-height: 1.2; }
.price-amount span { font-size: 1rem; letter-spacing: 0; font-weight: 500; margin-left: .4rem; }
.saving { font-weight: 700; color: #386145; }
.table-scroll { overflow-x: auto; border-radius: 12px; border: 1px solid var(--border); }
.comparison-table { border-collapse: collapse; width: 100%; min-width: 620px; background: var(--white); text-align: left; }
.comparison-table caption { text-align: left; padding: 1rem 1.3rem; font-size: .85rem; }
.comparison-table td, .comparison-table th { padding: 1rem 1.3rem; border-top: 1px solid var(--border); vertical-align: top; }
.comparison-table thead { background: #e9e3d8; }
.comparison-table tbody th { width: 32%; font-weight: 600; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.info-panel h2 { font-size: 1.5rem; }
.info-panel p { margin-block: 1rem; }
.info-panel dt, .verified-story dt { font-weight: 700; margin-top: 1rem; }
.info-panel dd, .verified-story dd { color: var(--text-muted); }
.verified-story { padding: 3rem 0; border-bottom: 1px solid var(--border); }
.story-person { display: flex; gap: 1rem; align-items: center; margin-top: 1rem; }
.story-person img { width: 70px; height: 70px; object-fit: cover; border-radius: 50%; }
.demo-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: start; }
.demo-layout aside > p { margin-top: 2rem; }
.demo-layout aside h2 { font-size: 2rem; }
.demo-form { border-radius: 16px; }
.demo-form fieldset { min-width: 0; border: 0; margin: 0 0 1.5rem; padding: 0; }
.demo-form legend { font-size: 1.3rem; font-weight: 700; margin-bottom: 1.5rem; }
.demo-form fieldset > p { margin-bottom: 1.5rem; }
.demo-form .form-control { background: white; border-radius: 7px; }
.form-progress { font-size: .8rem; font-weight: 650; color: var(--primary); margin-bottom: 1.5rem; }
.form-honeypot { display: none; }
.form-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.optional { color: var(--text-muted); font-weight: 400; }
.field-error { color: #8b1e1e; margin-top: .5rem; font-size: .88rem; }
[aria-invalid="true"] { border-color: #8b1e1e !important; }
.error-summary { list-style: disc; margin-bottom: 1.5rem; padding-left: 1.25rem; }
.footer-address { margin-top: 1rem; font-size: .8rem; }
.footer-address span { display: inline; }
@media (max-width: 1000px) {
    .welcome-grid { gap: 1.75rem; grid-template-columns: 1fr 1fr; }
    .journey-grid { gap: 1rem; }
    .journey-card { padding: 1.5rem; }
    .editorial-grid, .roi-layout, .demo-layout { gap: 2rem; }
    .navbar { gap: 1rem; }
    .nav-links a { padding-inline: .5rem; font-size: .78rem; }
}
@media (max-width: 800px) {
    .welcome-grid, .editorial-grid, .roi-layout, .demo-layout, .journey-grid { grid-template-columns: 1fr; }
    .welcome-hero, .page-intro { padding-block: 2.5rem; }
    .welcome-copy h1 { max-width: 560px; }
    .welcome-copy .hero-buttons { flex-direction: row; align-items: center; }
    .product-tour { max-width: 650px; width: 100%; }
    .tour-caption { min-height: 0; }
    .tour-image img { height: 270px; }
    .demo-layout > aside { order: 2; }
    .trust-grid { grid-template-columns: 1fr; }
    .wedding-route { gap: 1rem; }
    .price-option { padding: 1.5rem; }
    .module-library .grid-2, .module-library .grid-3 { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 600px) {
    .logo.venuviax-logo img { width: 150px; height: 43px; }
    .price-options, .solution-grid, .before-after, .wedding-route { grid-template-columns: 1fr; }
    .tour-tabs { grid-template-columns: 1fr 1fr; }
    .tour-tabs button { font-size: .8rem; padding: .7rem; }
    .tour-image img { height: 210px; }
    .assurance-strip .container { flex-direction: column; }
    .journey-card, .before-after article, .roi-card, .info-panel { padding: 1.5rem; }
    .roi-layout { gap: 2rem; }
    .form-actions > .btn { width: 100%; }
    .hero-buttons .text-link { margin-top: .5rem; }
}
