:root {
  --orange: #e0521d;
  --orange-dark: #bd3f12;
  --ink: #20211d;
  --deep: #151711;
  --paper: #fbf7f1;
  --canvas: #f4f1eb;
  --line: #e5dfd6;
  --muted: #706f69;
  --green: #256b54;
  --sans: "Avenir Next", "Nunito Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 16px; background: #fff; border: 2px solid var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 22px 24px; }
.nav-shell { width: min(1240px, 100%); height: 66px; margin: auto; padding: 0 11px 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 26px; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.82); border-radius: 18px; box-shadow: 0 18px 54px rgba(31,28,22,.12); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.brand-main { color: var(--orange); font-size: 25px; line-height: 1; font-weight: 800; letter-spacing: -1.6px; }
.brand-divider { width: 1px; height: 21px; background: #c6c0b7; }
.brand-product { font-family: var(--serif); font-size: 20px; font-style: italic; letter-spacing: -.4px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a, .login-link { color: #5d5b55; font-size: 14px; font-weight: 650; }
.desktop-nav a:hover, .login-link:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.language-control select { height: 36px; padding: 0 25px 0 10px; border: 0; color: #5d5b55; background: transparent; font-size: 13px; font-weight: 750; cursor: pointer; }

.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 0; border-radius: 12px; font-weight: 750; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .42; cursor: not-allowed; box-shadow: none; transform: none; }
.button:focus-visible, a:focus-visible, select:focus-visible, input:focus-visible { outline: 3px solid rgba(224,82,29,.28); outline-offset: 3px; }
.button-dark { min-height: 44px; color: #fff; background: var(--deep); }
.button-dark:hover { background: #2b2d27; }
.button-orange { color: #fff; background: var(--orange); box-shadow: 0 12px 26px rgba(224,82,29,.22); }
.button-orange:hover { background: var(--orange-dark); box-shadow: 0 16px 34px rgba(224,82,29,.28); }
.button-paper { color: var(--deep); background: var(--paper); }
.button-paper:hover { background: #fff; }

.hero { min-height: 820px; padding: 150px max(24px, calc((100vw - 1320px) / 2)) 76px; display: grid; grid-template-columns: minmax(380px,.84fr) minmax(610px,1.16fr); align-items: center; gap: 48px; overflow: hidden; background: radial-gradient(circle at 82% 24%, rgba(224,82,29,.16), transparent 30%), linear-gradient(135deg, #f8f1e8 0%, #fbf8f3 53%, #eee7dc 100%); }
.hero-copy { max-width: 610px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 9px; color: #57564f; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--orange); box-shadow: 0 0 0 5px rgba(224,82,29,.1); }
.eyebrow.light { color: #b9b9ae; }
.hero h1, .section-heading h2, .how-copy h2, .final-cta h2 { margin: 0; font-size: clamp(56px, 5.6vw, 92px); line-height: .94; letter-spacing: -.055em; font-weight: 720; }
.hero h1 em, .section-heading h2 em, .how-copy h2 em, .final-cta h2 em { color: var(--orange); font-family: var(--serif); font-weight: 400; }
.hero-lead { max-width: 550px; margin: 32px 0 30px; color: #5f5e57; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-actions .button { min-height: 56px; padding: 0 24px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 750; }
.text-link:hover { color: var(--orange); }
.hero-proof { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 18px; color: #67655e; font-size: 12px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof i { color: var(--green); font-style: normal; }

.hero-product { min-width: 0; position: relative; transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.product-window { overflow: hidden; background: #faf9f6; border: 7px solid rgba(255,255,255,.78); border-radius: 25px; box-shadow: 0 40px 95px rgba(45,38,29,.22), 0 7px 24px rgba(45,38,29,.12); }
.window-topbar { height: 62px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: #20221c; }
.window-brand { font-weight: 800; letter-spacing: -.6px; }.window-brand i { display: inline-block; height: 15px; width: 1px; margin: 0 6px -2px; background: #77786d; }
.window-user { display: flex; align-items: center; gap: 9px; font-size: 11px; }.window-user span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--orange); }
.window-body { min-height: 450px; display: grid; grid-template-columns: 168px 1fr; }
.demo-sidebar { padding: 27px 15px; color: #b7b8af; background: #181a15; }
.demo-sidebar button { width: 100%; margin: 3px 0; padding: 10px; display: flex; gap: 9px; border: 0; border-radius: 8px; color: inherit; background: transparent; font-size: 10px; text-align: left; }
.demo-sidebar button.active { color: #fff; background: #2d3028; }
.demo-section { display: block; margin: 16px 10px 8px; color: #71736a; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.demo-content { padding: 30px 26px; background: #f7f4ee; }
.demo-heading { display: flex; justify-content: space-between; align-items: center; }.demo-heading span { color: #88867d; font-size: 9px; letter-spacing: .1em; }.demo-heading h2 { margin: 4px 0 0; font-family: var(--serif); font-size: 31px; font-weight: 500; }.demo-heading button { width: 38px; height: 38px; border: 0; border-radius: 10px; color: #fff; background: var(--orange); font-size: 22px; }
.metric-row { margin: 25px 0 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.metric-row article { min-width: 0; padding: 15px; background: #fff; border: 1px solid #ebe7df; border-radius: 11px; }.metric-row span { display: block; overflow: hidden; color: #8a877e; font-size: 8px; white-space: nowrap; }.metric-row strong { display: block; margin: 7px 0 3px; font-family: var(--serif); font-size: 24px; font-weight: 500; }.metric-row small { color: #85827b; font-size: 8px; }.metric-row small.up { color: var(--green); }
.agenda-card { padding: 16px; background: #fff; border: 1px solid #e9e4db; border-radius: 12px; }.agenda-card header { padding-bottom: 12px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eeeae3; }.agenda-card h3 { margin: 0; font-size: 12px; }.agenda-card header span { padding: 4px 7px; color: var(--green); background: #e8f4ee; border-radius: 20px; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.agenda-row { padding: 13px 0; display: grid; grid-template-columns: 40px 30px 1fr auto; align-items: center; gap: 8px; border-bottom: 1px solid #f1ede6; font-size: 9px; }.agenda-row:last-child { border-bottom: 0; }.agenda-row time { font-weight: 800; }.agenda-row b, .agenda-row small { display: block; }.agenda-row small { margin-top: 2px; color: #8b887f; }.agenda-row > i { padding: 5px 7px; color: var(--green); background: #eaf5ef; border-radius: 7px; font-style: normal; font-size: 7px; }.agenda-row > i.onsite { color: #9a5a21; background: #faf0e4; }
.agenda-empty { min-height: 96px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #77766e; text-align: left; }.agenda-empty > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--orange); background: #fff0e8; border-radius: 10px; font-size: 18px; }.agenda-empty b, .agenda-empty small { display: block; }.agenda-empty b { color: var(--ink); font-size: 9px; }.agenda-empty small { max-width: 230px; margin-top: 4px; font-size: 7px; line-height: 1.45; }
.avatar { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; font-size: 8px; font-weight: 800; }.avatar.clay { color: #9d492e; background: #f7e1d8; }.avatar.green { color: #416a55; background: #dbeae1; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 16px; color: #fff; background: rgba(28,30,25,.95); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; box-shadow: 0 14px 34px rgba(0,0,0,.22); transform: rotateY(3deg); }.floating-note > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--orange); font-family: var(--serif); font-size: 18px; }.floating-note b, .floating-note small { display: block; }.floating-note b { font-size: 10px; }.floating-note small { color: #aaa99f; font-size: 8px; }.note-booking { left: -28px; bottom: 45px; }.note-ai { right: -8px; top: 105px; }.note-ai > span { color: #24251f; background: #e9c564; }

.trust-strip { padding: 26px max(24px, calc((100vw - 1240px) / 2)); text-align: center; background: var(--deep); color: #d5d3cb; }.trust-strip p { margin: 0 0 17px; color: #77786f; font-size: 9px; font-weight: 800; letter-spacing: .17em; }.trust-strip div { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 22px; font-family: var(--serif); font-size: 16px; font-style: italic; }.trust-strip i { width: 3px; height: 3px; background: var(--orange); border-radius: 99px; }

.section { padding: 120px max(24px, calc((100vw - 1240px) / 2)); }
.section-heading { max-width: 930px; }.section-heading h2, .how-copy h2 { font-size: clamp(46px,5.2vw,76px); }.section-heading > p:last-child { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }.section-heading.centered { margin: auto; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }.section-heading.centered > p:last-child { margin-left: auto; margin-right: auto; }
.products { background: var(--paper); }
.product-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.module-card { min-height: 590px; padding: 32px; position: relative; display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; }.module-card::after { content: ""; position: absolute; width: 270px; height: 270px; right: -130px; bottom: -120px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.025), 0 0 0 94px rgba(255,255,255,.018); }.module-booking { color: #fff; background: #d85125; }.module-catalog { color: #22251e; background: #d5d8a7; }.module-agents { color: #fff; background: #20231d; }.module-index { position: absolute; top: 27px; right: 28px; opacity: .46; font-family: var(--serif); font-size: 14px; font-style: italic; }.module-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; font-size: 27px; }.module-catalog .module-icon { border-color: rgba(32,35,29,.22); }.module-kicker { margin: 56px 0 17px; font-size: 10px; font-weight: 850; letter-spacing: .16em; opacity: .68; }.module-card h3 { margin: 0; font-family: var(--serif); font-size: 32px; line-height: 1.08; font-weight: 500; }.module-card > p:not(.module-kicker) { min-height: 84px; margin: 22px 0; font-size: 14px; line-height: 1.6; opacity: .74; }.module-card ul { margin: 0 0 26px; padding: 0; list-style: none; }.module-card li { padding: 9px 0; display: flex; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 12px; }.module-catalog li { border-color: rgba(32,35,29,.12); }.module-card li::before { content: "✓"; font-weight: 800; }.module-card a { margin-top: auto; align-self: flex-start; position: relative; z-index: 2; display: flex; gap: 20px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }

.how { padding-top: 10px; }.how-panel { min-height: 630px; padding: 72px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; color: #fff; background: radial-gradient(circle at 10% 10%, rgba(224,82,29,.13), transparent 32%), var(--deep); border-radius: 30px; }.how-copy h2 em { color: #ed7447; }.how-copy > p:last-child { max-width: 520px; margin: 28px 0 0; color: #a7a89f; line-height: 1.7; }.steps { margin: 0; padding: 0; list-style: none; }.steps li { padding: 28px 0; display: grid; grid-template-columns: 52px 1fr; gap: 20px; border-bottom: 1px solid #363831; }.steps li:last-child { border-bottom: 0; }.steps > li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #4c4e47; border-radius: 50%; color: #ef7950; font-family: var(--serif); font-size: 13px; font-style: italic; }.steps h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 24px; font-weight: 500; }.steps p { margin: 0; color: #a7a89f; font-size: 13px; line-height: 1.6; }

.pricing { padding-bottom: 96px; background: #f3efe8; }.plans-grid { max-width: 1050px; margin: 58px auto 0; display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 16px; }.plans-loading { grid-column: 1/-1; min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #77756e; background: rgba(255,255,255,.48); border: 1px solid var(--line); border-radius: 20px; }.plans-loading > span { width: 18px; height: 18px; border: 2px solid #d2cdc4; border-top-color: var(--orange); border-radius: 50%; animation: spin .7s linear infinite; }.plan-card { min-height: 365px; padding: 28px; position: relative; display: flex; flex-direction: column; color: var(--ink); background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 20px; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }.plan-card:hover { border-color: #cbc3b8; transform: translateY(-2px); }.plan-card:focus-within { outline: 3px solid rgba(224,82,29,.22); outline-offset: 3px; }.plan-card.selected { background: #fff; border-color: var(--orange); box-shadow: 0 18px 45px rgba(75,52,35,.12), inset 0 0 0 1px rgba(224,82,29,.18); transform: translateY(-4px); }.plan-checkbox { width: 22px; height: 22px; margin: 0; position: absolute; top: 28px; right: 28px; accent-color: var(--orange); cursor: pointer; }.plan-card header { min-height: 50px; padding-right: 38px; display: block; }.plan-card h3 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 500; }.plan-badge { display: inline-flex; margin-top: 8px; padding: 5px 8px; color: #77756e; background: #f0ece5; border-radius: 999px; font-size: 8px; font-weight: 850; letter-spacing: .08em; }.plan-card.selected .plan-badge { color: var(--orange); background: #fff0e8; }.plan-price { margin: 22px 0 4px; font-size: 14px; }.plan-price strong { font-family: var(--serif); font-size: 43px; font-weight: 500; }.plan-price small { color: #8a887f; }.plan-description { min-height: 64px; color: #79776f; font-size: 13px; line-height: 1.55; }.plan-modules { margin: 18px 0 28px; padding: 0; list-style: none; }.plan-modules li { padding: 9px 0; border-bottom: 1px solid #eeeae3; font-size: 12px; }.plan-selection-action { min-height: 44px; margin-top: auto; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--deep); border: 1px solid var(--deep); border-radius: 12px; font-size: 13px; font-weight: 750; }.plan-selection-action b { font-size: 19px; font-weight: 500; }.plan-card.selected .plan-selection-action { color: var(--orange-dark); background: #fff8f4; border-color: #e5a98f; }.pricing-summary { max-width: 1050px; min-height: 112px; margin: 18px auto 0; padding: 20px 22px; display: grid; grid-template-columns: minmax(220px,1fr) auto auto; align-items: center; gap: 28px; color: #fff; background: var(--deep); border: 1px solid #30322c; border-radius: 20px; box-shadow: 0 24px 60px rgba(38,35,29,.18); }.pricing-summary-copy span, .pricing-summary-total span { display: block; margin-bottom: 5px; color: #898b81; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.pricing-summary-copy strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }.pricing-summary-copy small { display: block; margin-top: 7px; color: #ecc06c; font-size: 10px; }.pricing-summary-total { text-align: right; }.pricing-summary-total strong { font-family: var(--serif); font-size: 31px; font-weight: 500; }.pricing-summary-total small { color: #a9aaa2; font-family: var(--sans); font-size: 11px; }.pricing-summary .button { min-width: 150px; }.pricing-note { max-width: 760px; margin: 30px auto 0; color: #817f77; font-size: 11px; line-height: 1.6; text-align: center; }
.plans-empty { grid-column: 1/-1; padding: 42px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 20px; }.plans-empty h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 28px; }.plans-empty p { color: var(--muted); }.plans-empty a { color: var(--orange); font-weight: 800; }

.final-cta { max-width: 1240px; min-height: 410px; margin: 0 auto 70px; padding: 78px 72px 66px; position: relative; display: grid; grid-template-columns: minmax(0,1fr) 286px; align-items: end; gap: 72px; overflow: hidden; color: #fff; background: var(--orange); border-radius: 30px; }.final-cta::before { content: ""; width: 230px; height: 230px; position: absolute; right: -88px; top: 96px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.055), 0 0 0 84px rgba(255,255,255,.035); }.final-cta-copy, .final-cta-action { position: relative; z-index: 1; }.final-cta-copy { max-width: 790px; }.final-cta h2 { max-width: 780px; font-size: clamp(48px,4.35vw,68px); line-height: .93; text-wrap: balance; }.final-cta h2 em { display: inline-block; color: #4d1e0d; white-space: nowrap; }.final-cta-note { max-width: 460px; margin: 26px 0 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.55; }.final-cta-action { display: grid; gap: 14px; }.final-cta-index { color: rgba(255,255,255,.65); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-align: right; }.final-cta .button { width: 100%; min-height: 62px; padding: 0 23px; justify-content: space-between; }
footer { padding: 45px max(24px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 35px; color: #85827a; border-top: 1px solid var(--line); font-size: 12px; }.footer-brand .brand-product { color: var(--ink); }.footer-brand .brand-main { font-size: 22px; }.footer-brand .brand-product { font-size: 18px; }footer div { display: flex; gap: 20px; }footer a:hover { color: var(--orange); }

dialog { width: min(720px,calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 0; color: var(--ink); background: var(--paper); border: 0; border-radius: 25px; box-shadow: 0 45px 120px rgba(0,0,0,.35); }dialog::backdrop { background: rgba(16,17,14,.7); backdrop-filter: blur(8px); }.checkout-shell { padding: 42px; position: relative; }.dialog-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 24px; cursor: pointer; }.checkout-shell h2 { margin: 0; font-family: var(--serif); font-size: 39px; font-weight: 500; }.checkout-shell > p:not(.eyebrow):not(.secure-note) { color: var(--muted); line-height: 1.55; }.checkout-plans { margin: 26px 0 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.checkout-plan { min-height: 78px; padding: 14px; display: flex; align-items: flex-start; gap: 11px; background: #fff; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }.checkout-plan:has(input:checked) { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(224,82,29,.12); }.checkout-plan input { margin-top: 2px; accent-color: var(--orange); }.checkout-plan b, .checkout-plan small { display: block; }.checkout-plan small { margin-top: 4px; color: var(--muted); }.checkout-total { margin: 0 0 22px; padding: 14px 16px; color: #fff; background: var(--deep); border-radius: 12px; }.checkout-total > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }.checkout-total span { color: #9a9b93; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.checkout-total strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }.checkout-total strong small { color: #a7a89f; font-family: var(--sans); font-size: 10px; }.checkout-total p { margin: 7px 0 0; color: #ecc06c; font-size: 10px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.checkout-shell label > span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; }.checkout-shell input[type="text"], .checkout-shell input[type="email"], .checkout-shell input:not([type]) { width: 100%; height: 48px; padding: 0 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; }.consent { margin: 17px 0; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: #6c6a63; }.consent input { margin-top: 3px; accent-color: var(--orange); }.consent span { font-weight: 500 !important; line-height: 1.5; }.full { width: 100%; }.form-error { min-height: 20px; margin: 4px 0 8px; color: #a5352d; font-size: 12px; }.secure-note { display: flex; align-items: center; gap: 9px; color: #85827a; font-size: 10px; }.secure-note > span:first-child { color: var(--green); }

.reveal { opacity: 1; transform: none; }.reveal.visible { animation: reveal-in .7s ease both; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes reveal-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal, .reveal.visible { opacity: 1; transform: none; animation: none; }.button { transition: none; } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-top: 145px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-product { width: min(820px,95%); margin: 10px auto 0; transform: none; }
  .product-grid { grid-template-columns: 1fr 1fr; }.module-agents { grid-column: 1/-1; min-height: 490px; }.module-agents > p:not(.module-kicker) { min-height: 0; }
  .how-panel { padding: 58px; grid-template-columns: 1fr; gap: 25px; }
  .final-cta { max-width: calc(100% - 48px); padding: 58px; grid-template-columns: 1fr; gap: 42px; }.final-cta-action { width: min(100%,330px); }.final-cta-index { text-align: left; }
  footer { grid-template-columns: auto 1fr auto; } footer small { display: none; }
}

@media (max-width: 720px) {
  .site-header { padding: 12px; }.nav-shell { height: 58px; padding: 0 7px 0 14px; gap: 8px; border-radius: 15px; }.brand-main { font-size: 21px; }.brand-product { font-size: 17px; }.brand-divider { height: 18px; }.language-control select { padding-left: 4px; }.login-link { display: none; }.nav-cta { min-height: 40px; padding: 0 14px; font-size: 12px; }
  .hero { padding: 112px 20px 55px; gap: 45px; }.hero h1 { font-size: 52px; }.hero-lead { margin-top: 23px; font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }.hero-actions .button { width: 100%; }.text-link { justify-content: center; }.hero-proof { gap: 11px 15px; }
  .hero-product { width: 145%; margin-left: 0; }.product-window { border-width: 4px; border-radius: 17px; }.window-topbar { height: 48px; }.window-body { grid-template-columns: 120px 1fr; min-height: 340px; }.demo-sidebar { padding: 16px 9px; }.demo-sidebar button { font-size: 8px; }.demo-content { padding: 20px 13px; }.demo-heading h2 { font-size: 23px; }.metric-row article { padding: 10px; }.metric-row strong { font-size: 18px; }.agenda-row { grid-template-columns: 31px 25px 1fr auto; }.note-ai { display: none; }.note-booking { left: 14px; bottom: 14px; }
  .trust-strip div { gap: 12px; font-size: 14px; }
  .section { padding: 84px 20px; }.section-heading h2, .how-copy h2 { font-size: 45px; }.product-grid { margin-top: 42px; grid-template-columns: 1fr; }.module-card, .module-agents { min-height: 520px; grid-column: auto; }.module-card h3 { font-size: 30px; }
  .how { padding-top: 0; }.how-panel { padding: 42px 24px; border-radius: 22px; }.steps li { grid-template-columns: 43px 1fr; gap: 14px; }
  .pricing { padding-bottom: 64px; }.plans-grid { grid-template-columns: 1fr; }.pricing-summary { padding: 20px; grid-template-columns: 1fr auto; gap: 18px; }.pricing-summary .button { grid-column: 1/-1; width: 100%; }.pricing-summary-total strong { font-size: 26px; }
  .final-cta { max-width: none; min-height: 0; margin: 0 20px 50px; padding: 54px 26px 30px; gap: 38px; border-radius: 22px; }.final-cta::before { width: 150px; height: 150px; right: -54px; top: 64px; box-shadow: 0 0 0 26px rgba(255,255,255,.055), 0 0 0 52px rgba(255,255,255,.035); }.final-cta h2 { font-size: 43px; line-height: .95; }.final-cta-note { margin-top: 20px; font-size: 12px; }.final-cta-action { width: 100%; }.final-cta .button { width: 100%; }
  footer { padding: 38px 22px; grid-template-columns: 1fr; gap: 18px; }footer p { margin: 0; }
  .checkout-shell { padding: 38px 22px 28px; }.checkout-shell h2 { font-size: 33px; }.checkout-plans, .form-grid { grid-template-columns: 1fr; }.checkout-plan { min-height: 0; }
}
