:root{--brand:#355b43;--brand-dark:#26402f;--page-bg:#f3f0e7;--ink:#26352d;--muted:#5c6a5e;--navy:#1d4e73;--terracotta:#a04b2b;--plum:#5b3358;--gold:#d3a75c;font-family:Inter,system-ui,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.marketing{margin:0;color:var(--ink);background:var(--page-bg);line-height:1.55}
.mkt-wrap{width:min(1120px,calc(100% - 32px));margin:auto}
.mkt-nav{display:flex;align-items:center;justify-content:space-between;padding:20px 0}
.mkt-nav .brand{font-family:Georgia,serif;font-size:1.3rem;font-weight:700;color:var(--brand-dark);text-decoration:none}
.wordmark .a{color:var(--ink)}
.wordmark .b{color:var(--brand);font-style:italic}
.mkt-nav-actions{display:flex;align-items:center;gap:10px}
.mkt-menu-toggle{display:none;border:1px solid #c9d2c8;border-radius:9px;background:#fff;color:var(--brand-dark);padding:8px 12px;font:inherit;font-weight:700}
.nav-cta{padding:9px 14px;font-size:.85rem}
.lang-toggle{display:flex;border:1px solid #c9d2c8;border-radius:99px;overflow:hidden;background:#fff}
.lang-toggle button{border:0;background:none;font:inherit;font-size:.78rem;font-weight:700;padding:7px 13px;cursor:pointer;color:var(--muted)}
.lang-toggle button[aria-pressed="true"]{background:var(--brand);color:#fff}
@media(max-width:720px){.lang-toggle button{padding:7px 9px}.mkt-nav-actions{gap:6px}}
.mkt-nav-login{font-size:.85rem;font-weight:700;color:var(--brand-dark);text-decoration:none;padding:8px 4px}
.mkt-cta{display:inline-block;border:0;border-radius:11px;padding:15px 26px;font:inherit;font-weight:700;font-size:1rem;cursor:pointer;text-decoration:none;text-align:center}
.mkt-cta.gold{background:var(--gold);color:#3a2c10}
.mkt-cta.on-dark{background:#fff;color:var(--brand-dark)}
.mkt-cta.outline{background:transparent;border:1.5px solid #ffffff70;color:#fff}
.eyebrow-pill{display:inline-block;background:var(--brand);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:7px 14px;border-radius:99px}
section{padding:56px 0}
.mkt-hero{padding:30px 0 20px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.mkt-hero h1{font-family:Georgia,serif;font-weight:700;font-size:clamp(2.4rem,5vw,3.6rem);margin:.5rem 0;color:var(--brand-dark);line-height:1.05}
.mkt-hero .tagline{font-size:clamp(1.1rem,2.6vw,1.4rem);font-weight:700;color:var(--brand);margin:.3rem 0 1.1rem}
.mkt-hero p.lead{color:var(--muted);font-size:1.05rem;max-width:46ch}
.mkt-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.hero-art{background:var(--brand-dark);border-radius:28px;padding:34px;display:flex;align-items:center;justify-content:center;min-height:330px;overflow:hidden}
.hero-flow{width:min(100%,390px);display:grid;gap:12px}
.hero-message,.hero-link{max-width:84%;border-radius:16px;padding:13px 16px;box-shadow:0 12px 28px #17251d44}
.hero-message{background:#fff;color:var(--ink)}
.hero-link{justify-self:end;background:#e7f0e4;color:var(--ink)}
.hero-message span,.hero-link span{display:block;color:var(--muted);font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.hero-message p,.hero-link p{margin:3px 0;font-size:.9rem;font-weight:700}
.hero-link strong{display:block;color:var(--brand);font-size:.72rem}
.hero-confirm{display:flex;align-items:center;gap:12px;margin-top:10px;padding:15px 18px;border:1px solid #ffffff30;border-radius:16px;background:#ffffff12;color:#fff}
.hero-confirm>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:var(--gold);color:#3a2c10;font-weight:900}
.hero-confirm strong,.hero-confirm small{display:block}.hero-confirm small{color:#cfe0d2;margin-top:2px}
.section-head{max-width:640px;margin-bottom:34px}
.section-head .eyebrow-pill.outline{background:transparent;border:1px solid var(--brand);color:var(--brand)}
.section-head h2{font-family:Georgia,serif;font-size:clamp(1.7rem,3.4vw,2.3rem);margin:.4rem 0;color:var(--ink)}
.section-head p{color:var(--muted);font-size:1.02rem}
.dark-section{background:var(--brand-dark);color:#fff}
.dark-section .section-head h2{color:#fff}
.dark-section .section-head p{color:#cfe0d2}
.card-grid{display:grid;gap:20px}
.card-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.card-grid.cols-2{grid-template-columns:repeat(2,1fr)}
.mkt-card{background:#fff;border:1px solid #e4e0d4;border-radius:18px;padding:26px;box-shadow:0 10px 30px #4e5a4b0f}
.dark-section .mkt-card{background:#2f4f3b;border-color:#3d5f49}
.mkt-card .num-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#fff;font-weight:700;font-size:.85rem;margin-bottom:12px}
.mkt-card h3{margin:.2rem 0 8px;font-size:1.08rem}
.mkt-card p{margin:0;color:var(--muted);font-size:.95rem}
.dark-section .mkt-card p{color:#d3e2d6}
.badge-green{background:var(--brand)}.badge-navy{background:var(--navy)}.badge-terracotta{background:var(--terracotta)}.badge-plum{background:var(--plum)}.badge-gold{background:var(--gold);color:#3a2c10}
.step-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:center}
.step-row .step-circle{width:58px;height:58px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin:0 auto 14px}
.step-row h4{margin:.2rem 0 6px;font-size:1.02rem}
.step-row p{margin:0;color:var(--muted);font-size:.9rem}
.pill-strip{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;background:#fff;border:1px solid #e4e0d4;border-radius:14px;padding:16px;margin-top:30px;font-weight:700;font-size:.9rem;text-align:center}
.checklist{display:grid;gap:18px}
.checklist li{list-style:none;display:flex;gap:14px}
.checklist .tick{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.checklist h4{margin:0 0 4px}
.checklist p{margin:0;color:var(--muted);font-size:.94rem}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}
.value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.value-item{display:flex;gap:14px;background:#fff;border:1px solid #e4e0d4;border-left:5px solid var(--brand);border-radius:14px;padding:18px}
.value-item.c-navy{border-left-color:var(--navy)}
.value-item.c-terracotta{border-left-color:var(--terracotta)}
.value-item.c-plum{border-left-color:var(--plum)}
.value-item strong{display:block;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}
.who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center}
.who-grid .letter{width:66px;height:66px;border-radius:50%;color:#fff;font-weight:700;font-size:1.4rem;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.who-grid h3{margin:.2rem 0 8px}
.who-grid p{margin:0;color:var(--muted);font-size:.92rem}
.who-footer{text-align:center;font-weight:700;margin-top:30px;color:var(--brand-dark)}
.onboard-list{display:grid;gap:22px}
.onboard-list li{list-style:none;display:flex;gap:16px}
.onboard-list .circle{flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:var(--brand);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}
.onboard-list h4{margin:0 0 4px}
.onboard-list p{margin:0;color:var(--muted);font-size:.92rem}
.goal-card{background:#fff;border:1px solid #e4e0d4;border-radius:20px;padding:30px}
.goal-card .eyebrow-pill.outline{background:transparent;border:1px solid var(--brand);color:var(--brand);margin-bottom:14px}
.goal-card p.big{font-family:Georgia,serif;font-size:1.5rem;color:var(--brand-dark);margin:.4rem 0 22px}
.goal-actions{display:flex;gap:10px;flex-wrap:wrap}
.goal-actions .mkt-cta{padding:11px 16px;font-size:.85rem}
.mkt-cta.secondary{background:#eef1eb;color:var(--brand-dark)}
.final-cta{text-align:center}
.final-cta .mkt-hero-actions{justify-content:center}
.final-cta p.lead{margin:14px auto 0;max-width:52ch}
.mkt-footer{padding:34px 0;text-align:center;color:#cfe0d2;background:var(--brand-dark)}
.mkt-footer .brand{color:#fff;font-family:Georgia,serif;font-size:1.15rem;display:block;margin-bottom:6px}
.footer-grid{display:flex;justify-content:space-between;gap:28px;text-align:left}
.mkt-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 20px;max-width:620px}
.mkt-footer a{color:#fff;text-decoration:none}
.comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.comparison-card{border-radius:20px;padding:28px;background:#fff;border:1px solid #e4e0d4}
.comparison-card.after{background:#e7f0e4;border-color:#b8cdbb}
.comparison-card h3{font-family:Georgia,serif;font-size:1.45rem;margin:0 0 18px}
.comparison-card ol{display:grid;gap:10px;margin:0;padding-left:24px;color:var(--muted)}
.comparison-card.after li::marker{color:var(--brand);font-weight:800}
.comparison-close{text-align:center;margin:28px 0 0;font-weight:800;color:var(--brand-dark)}
.faq-list{display:grid;gap:12px;max-width:860px}
.faq-list details{background:#fff;border:1px solid #e4e0d4;border-radius:14px;padding:0 20px}
.faq-list summary{cursor:pointer;font-weight:800;padding:18px 30px 18px 0}
.faq-list p{color:var(--muted);margin:0;padding:0 0 18px}
.pricing-note{font-size:.85rem;color:var(--muted);margin-top:10px}
.dark-section .pricing-note{color:#cfe0d2}
.demo-week{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:16px;text-align:center;font-size:.72rem;color:var(--muted);font-weight:700}
.demo-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:6px}
.demo-day{aspect-ratio:1;border:0;border-radius:8px;background:#eef1eb;cursor:pointer;padding:0;transition:transform .1s}
.demo-day:hover{transform:scale(1.06)}
.demo-day.is-free{background:#eef1eb}
.demo-day.is-mine{background:#9fc7e8}
.demo-day.is-closed{background:#e2c2df}
.demo-legend{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px;font-size:.82rem;color:var(--muted)}
.demo-legend span{display:flex;align-items:center;gap:6px}
.demo-swatch{display:inline-block;width:13px;height:13px;border-radius:4px}
.demo-swatch.demo-free{background:#eef1eb;border:1px solid #ccd1c8}
.demo-swatch.demo-mine{background:#9fc7e8}
.demo-swatch.demo-closed{background:#e2c2df}
.demo-page{background:linear-gradient(180deg,#f3f0e7 0 240px,#fff 240px 100%)!important}
.demo-entry{padding:32px 0 90px}
.demo-entry-surface{background:#fff;border:1px solid #e8e5dc;border-radius:28px;padding:clamp(28px,5vw,58px);box-shadow:0 24px 70px #355b4312}

/* Demo Hero Head */
.demo-hero-head{text-align:center;max-width:820px;margin:0 auto 48px}
.demo-hero-head h1{font-family:Georgia,serif;font-size:clamp(2.2rem,4.5vw,3.2rem);line-height:1.08;color:var(--brand-dark);margin:14px 0 16px}
.demo-hero-head p.lead{font-size:1.1rem;color:var(--muted);max-width:68ch;margin:0 auto 28px;line-height:1.5}
.demo-hero-cta-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:32px}
.demo-launch-cta{font-size:1.12rem;padding:16px 36px;box-shadow:0 12px 30px #d3a75c40;transition:transform .15s ease,box-shadow .15s ease}
.demo-launch-cta:hover{transform:translateY(-2px);box-shadow:0 16px 36px #d3a75c60}

/* Demo Trust Row */
.demo-trust-row{display:flex;flex-wrap:wrap;gap:10px 14px;justify-content:center;margin-top:10px}
.demo-trust-pill{display:inline-flex;align-items:center;gap:7px;background:#f3f7f2;border:1px solid #cce0d0;border-radius:99px;padding:8px 16px;font-size:.82rem;font-weight:700;color:var(--brand-dark)}

/* Demo Feature Cards */
.demo-features-section{margin-top:54px;padding-top:44px;border-top:1px solid #eae7dd}
.demo-features-grid{margin-top:28px}
.demo-feat-card{display:flex;flex-direction:column;align-items:flex-start;padding:28px;transition:transform .15s ease,box-shadow .15s ease}
.demo-feat-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #355b4315}
.demo-card-top{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:14px}
.demo-card-icon{font-size:1.8rem}
.demo-feat-card h3{font-family:Georgia,serif;font-size:1.25rem;color:var(--brand-dark);margin:6px 0 8px}

/* Demo Workflow Split */
.demo-workflow-section{margin-top:60px;padding-top:48px;border-top:1px solid #eae7dd}
.demo-workflow-split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;margin-top:28px}
.demo-steps-list{display:grid;gap:24px}
.demo-step-item{display:flex;gap:18px;align-items:flex-start}
.demo-step-item .step-num{flex:0 0 38px;height:38px;border-radius:50%;background:var(--brand);color:#fff;font-weight:800;font-size:1.05rem;display:grid;place-items:center}
.demo-step-item h4{font-family:Georgia,serif;font-size:1.1rem;margin:0 0 4px;color:var(--brand-dark)}
.demo-step-item p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45}

/* Demo Mockup Box */
.demo-mockup-card{background:var(--brand-dark);border-radius:20px;padding:20px;color:#fff;box-shadow:0 20px 50px #1e362635}
.mockup-header-bar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff20;padding-bottom:12px;margin-bottom:16px}
.mockup-dots{display:flex;gap:6px}
.mockup-dots i{width:9px;height:9px;border-radius:50%;background:#ffffff40}
.mockup-dots i:first-child{background:#e77764}
.mockup-title-text{font-size:.72rem;color:#b2cdb8;font-weight:700}
.mockup-banner-preview{background:#ffffff18;border:1px solid #ffffff30;border-radius:12px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}
.mockup-banner-tag{font-size:.78rem;font-weight:800;color:#fff}
.mockup-banner-actions{display:flex;gap:8px}
.mockup-btn-guest{background:#ffffff30;color:#fff;font-size:.7rem;font-weight:700;padding:5px 10px;border-radius:6px;border:1px solid #ffffff40}
.mockup-btn-create{background:var(--gold);color:#3a2c10;font-size:.7rem;font-weight:800;padding:5px 10px;border-radius:6px}
.mockup-body-preview{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;background:#ffffff0d;border-radius:14px;padding:16px;align-items:center}
.mockup-col strong{display:block;font-size:.88rem;margin-bottom:4px;color:#fff}
.mockup-col p{font-size:.76rem;color:#c0d6c4;margin:0 0 10px;line-height:1.35}
.mockup-arrow{font-size:1.2rem;color:var(--gold)}
.mockup-badge{display:inline-block;font-size:.65rem;font-weight:800;text-transform:uppercase;padding:4px 8px;border-radius:6px}
.mockup-badge.green{background:var(--brand);color:#fff}
.mockup-badge.outline{border:1px solid #ffffff50;color:#fff}

/* Demo FAQ Section */
.demo-faq-section{margin-top:60px;padding-top:48px;border-top:1px solid #eae7dd}
.demo-faq-section .faq-list{margin-top:24px;max-width:100%}

@media(max-width:880px){
  .demo-workflow-split{grid-template-columns:1fr}
  .mockup-body-preview{grid-template-columns:1fr;text-align:center}
  .divider-col{display:none}
}
@media(max-width:720px){
  .demo-page{background:linear-gradient(180deg,#f3f0e7 0 140px,#fff 140px 100%)!important}
  .demo-entry{padding-top:20px}
  .demo-entry-surface{border-radius:20px;padding:22px 16px}
  .demo-trust-row{flex-direction:column;align-items:stretch}
  .demo-trust-pill{justify-content:center}
}

.device-stage{position:relative;padding:12px 82px 46px 0;min-height:430px}
.desktop-preview{overflow:hidden;border:7px solid #1b2720;border-radius:16px;background:#1b2720;box-shadow:0 24px 55px #15251b80}
.device-bar{height:30px;display:flex;align-items:center;gap:6px;padding:0 11px;color:#dbe8de;font-size:.7rem;font-weight:700}
.device-bar i{width:8px;height:8px;border-radius:50%;background:#789181}
.device-bar i:first-child{background:#d6816c}
.device-bar span{margin-left:auto}
.device-screen{border:0;border-radius:9px;padding:22px}
.phone-preview{position:absolute;z-index:2;right:0;bottom:0;width:174px;padding:12px 8px 9px;border:7px solid #17221b;border-radius:27px;background:#17221b;box-shadow:0 20px 50px #101b1477}
.phone-speaker{width:44px;height:4px;border-radius:9px;background:#617066;margin:0 auto 8px}
.phone-label{display:block;color:#dbe8de;text-align:center;font-size:.65rem;font-weight:700;margin-bottom:7px}
.phone-screen{min-height:285px;border-radius:17px;background:#f7f4ec;color:var(--ink);padding:15px 11px}
.phone-brand{display:block;color:var(--brand);font-family:Georgia,serif;font-size:.72rem;font-weight:700;margin-bottom:16px}
.phone-screen strong{display:block;font-family:Georgia,serif;line-height:1.15;font-size:1rem}
.phone-screen p{color:var(--muted);font-size:.67rem;line-height:1.35;margin:7px 0 12px}
.phone-screen button{width:100%;border:1px solid #cad5ca;border-radius:8px;background:#fff;color:var(--ink);padding:8px 5px;font-size:.65rem;font-weight:700}
.phone-dates{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:12px 0}
.phone-dates span{display:grid;place-items:center;aspect-ratio:1;border-radius:6px;background:#e8eee7;font-size:.65rem}
.phone-dates .chosen-date{background:#9fc7e8;color:#173f62;font-weight:700}
.phone-book{border-radius:8px;background:var(--brand);color:#fff;text-align:center;padding:9px 3px;font-size:.66rem;font-weight:700}
.process-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.process-card{position:relative;background:#fff;border:1px solid #e1ded3;border-radius:18px;padding:20px;box-shadow:0 10px 30px #4e5a4b0d}
.process-card:not(:last-child):after{content:"→";position:absolute;z-index:2;right:-14px;top:34px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--brand);color:#fff;font-weight:800}
.process-top{display:flex;align-items:center;justify-content:space-between}.process-top span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--brand);color:#fff;font-weight:800}.process-top b{font-size:1.35rem}
.process-card h3{font-size:1rem;margin:14px 0 7px}.process-card p{color:var(--muted);font-size:.85rem;min-height:94px}
.process-message,.process-confirm,.process-phone-action{border-radius:9px;padding:10px;font-size:.72rem;font-weight:700}.process-message{background:#eef1eb}.process-confirm{background:#d9eddd;color:#194b29}.process-phone-action{background:var(--brand);color:#fff;text-align:center}
.process-mini-calendar{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.process-mini-calendar i{display:grid;place-items:center;aspect-ratio:1;border-radius:6px;background:#eef1eb;font-size:.72rem;font-style:normal}.process-mini-calendar .selected{background:#9fc7e8;color:#173f62;font-weight:800}
.process-overbooking{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;align-items:center;margin-top:42px;padding:32px;border-radius:22px;background:var(--brand-dark);color:#fff}
.process-alert-card{position:relative;background:#fff;color:var(--ink);border-radius:16px;padding:24px;box-shadow:0 18px 45px #17251d55}.process-alert-card h3{color:var(--terracotta);font-family:Georgia,serif;margin:4px 0 12px}.process-alert-card p{margin:10px 0}.process-alert-card .eyebrow{color:#758078;font-size:.66rem}.alert-priority{position:absolute;right:16px;top:16px;background:var(--terracotta);color:#fff;border-radius:7px;padding:5px 8px;font-size:.58rem;font-weight:800}
.process-overbooking .eyebrow-pill.outline{border-color:#fff;color:#fff}.process-overbooking h2{font-family:Georgia,serif;margin:.55rem 0;color:#fff}.process-overbooking>div>p{color:#cfe0d2}.process-alert-list{display:grid;gap:8px;padding-left:20px;color:#d7e5d9}
.access-grid{align-items:stretch}.access-card{display:flex;flex-direction:column}.access-card.featured{border:2px solid var(--brand);background:#f4f8f2}.access-card>p{flex:1}.access-example{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:22px;padding:12px;border-radius:10px;background:#eef1eb;font-size:.75rem}.access-example strong{color:var(--brand);text-align:right}
.access-single{max-width:760px;margin:0 auto}
@media(max-width:880px){
  .mkt-hero{grid-template-columns:1fr}
  .hero-art{order:-1;min-height:180px;padding:24px}
  .hero-art{min-height:290px;padding:24px}
  .card-grid.cols-3,.card-grid.cols-2,.step-row,.value-grid,.who-grid{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .process-flow{grid-template-columns:1fr 1fr}
  .process-card:not(:last-child):after{display:none}
  .process-overbooking{grid-template-columns:1fr}
  .mkt-menu-toggle{display:block}
  .mkt-nav{position:relative}
  .mkt-nav-actions{display:none;position:absolute;z-index:20;top:64px;left:0;right:0;align-items:stretch;flex-direction:column;background:#fff;border:1px solid #e4e0d4;border-radius:16px;padding:16px;box-shadow:0 18px 45px #26352d22}
  .mkt-nav-actions.is-open{display:flex}
  .lang-toggle{align-self:flex-start}
  .nav-cta{width:100%}
  .comparison-grid{grid-template-columns:1fr}
  .footer-grid{flex-direction:column;text-align:center}
  .mkt-footer nav{justify-content:center}
}
@media(max-width:600px){
  .device-stage{padding:8px 45px 74px 0;min-height:390px}
  .device-screen{padding:15px}
  .phone-preview{width:150px}
  .phone-screen{min-height:248px;padding:12px 9px}
  .process-flow{grid-template-columns:1fr}
  .process-card p{min-height:0}
  .process-overbooking{padding:22px 16px}
}
@media(max-width:480px){
  .mkt-nav-login{display:none}
  section{padding:40px 0}
}
