@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #14213d;
  --green: #1d3f91;
  --green-2: #2e63c7;
  --orange: #12a8b0;
  --sand: #eef4fb;
  --paper: #f8fbff;
  --line: #d7e1ef;
  --muted: #66748d;
  --white: #fff;
  --shadow: 0 24px 70px rgb(22 48 105 / 15%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; z-index: 50; top: 0; display: grid; grid-template-columns: 1fr auto 1fr;
  min-height: 78px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); align-items: center;
  border-bottom: 1px solid transparent; background: rgb(248 251 255 / 88%); backdrop-filter: blur(18px);
  transition: .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgb(20 33 61 / 7%); }
.brand { display: inline-flex; width: max-content; align-items: center; font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 700; letter-spacing: -.8px; gap: 10px; }
.brand strong { color: var(--orange); }
.brand-mark { position: relative; display: grid; width: 38px; height: 38px; border-radius: 13px 13px 13px 4px; place-items: center; color: white; background: linear-gradient(145deg, #1d3f91, #316ed4); font-size: 11px; letter-spacing: -1px; box-shadow: 0 8px 18px rgb(29 63 145 / 22%); }
.brand-mark i { position: absolute; top: 5px; right: 5px; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.site-header nav { display: flex; align-items: center; color: #52617d; font-size: 13px; font-weight: 600; gap: 30px; }
.site-header nav a:hover { color: var(--orange); }
.header-cta { justify-self: end; padding: 11px 16px; border: 1px solid #c9d6ea; border-radius: 11px; font-size: 13px; font-weight: 700; }
.header-cta span { margin-left: 6px; color: var(--orange); }

.hero { display: grid; min-height: 700px; padding: 82px 0 86px; align-items: center; grid-template-columns: 1.02fr .98fr; gap: 70px; }
.eyebrow { display: flex; margin: 0 0 20px; align-items: center; color: var(--green-2); font-size: 11px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; gap: 9px; }
.eyebrow > span { width: 22px; height: 2px; background: var(--orange); }
.eyebrow.light { color: #a9c3f6; }
.hero h1 { max-width: 650px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(48px, 5.1vw, 76px); font-weight: 600; line-height: .98; letter-spacing: -4.4px; }
.hero h1 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 625px; margin: 28px 0 0; color: #596985; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; margin-top: 34px; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; padding: 0 20px; align-items: center; justify-content: center; border-radius: 12px; font-size: 14px; font-weight: 700; gap: 26px; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--green); box-shadow: 0 13px 25px rgb(29 63 145 / 20%); }
.button.secondary { border: 1px solid var(--line); background: white; }
.hero-proof { display: flex; margin-top: 32px; flex-wrap: wrap; color: #62718c; font-size: 11px; font-weight: 600; gap: 18px; }
.hero-proof span { display: flex; align-items: center; gap: 6px; }
.hero-proof i { display: grid; width: 17px; height: 17px; border-radius: 50%; place-items: center; color: var(--green); background: #e7efff; font-style: normal; font-size: 9px; }

.product-scene { position: relative; min-height: 520px; }
.scene-glow { position: absolute; inset: 4% 0 2% 7%; border-radius: 48% 52% 38% 62%; background: radial-gradient(circle at 60% 40%, #bfe9f3 0, #dce9ff 43%, transparent 70%); filter: blur(4px); }
.phone-card { position: absolute; z-index: 2; top: 8px; left: 5%; width: 250px; padding: 12px 12px 16px; border: 7px solid var(--ink); border-radius: 32px; background: #fbfaf6; box-shadow: var(--shadow); transform: rotate(-3deg); }
.phone-top { display: flex; padding: 0 7px 8px; align-items: center; justify-content: space-between; font-size: 8px; font-weight: 700; }
.phone-top i { width: 48px; height: 13px; margin-right: 69px; border-radius: 20px; background: var(--ink); }
.venue-mini-brand { display: flex; padding: 6px 4px 10px; align-items: center; gap: 8px; }
.venue-mini-brand > b { display: grid; width: 31px; height: 31px; border-radius: 9px; place-items: center; color: white; background: var(--green); }
.venue-mini-brand span { display: grid; font-size: 10px; font-weight: 800; }
.venue-mini-brand small { color: var(--muted); font-size: 7px; font-weight: 500; }
.dish-photo { position: relative; overflow: hidden; height: 230px; border-radius: 20px; }
.dish-photo img { width: 100%; height: 100%; object-fit: cover; }
.dish-photo span { position: absolute; top: 10px; left: 10px; padding: 5px 8px; border-radius: 20px; color: var(--green); background: #fff7d9; font-size: 7px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.dish-line { display: flex; padding: 13px 2px 10px; align-items: end; justify-content: space-between; }
.dish-line > span { display: grid; font-size: 13px; }
.dish-line small { color: var(--muted); font-size: 9px; text-align: right; }
.dish-line strong { color: var(--green); font-size: 11px; }
.phone-card button { width: 100%; padding: 10px; color: white; border: 0; border-radius: 10px; background: var(--orange); font-size: 9px; font-weight: 800; }
.ops-card { position: absolute; z-index: 3; right: 0; bottom: 45px; width: 340px; padding: 20px; border: 1px solid #e7e4da; border-radius: 20px; background: rgb(255 255 255 / 94%); box-shadow: var(--shadow); transform: rotate(2deg); }
.ops-heading { display: flex; padding-bottom: 14px; align-items: center; justify-content: space-between; border-bottom: 1px solid #ece9e1; }
.ops-heading > span { display: grid; }
.ops-heading small { color: var(--orange); font-size: 7px; font-weight: 800; letter-spacing: 1.2px; }
.ops-heading b { font-family: "Manrope", sans-serif; font-size: 16px; }
.ops-heading > i { padding: 5px 8px; border-radius: 20px; color: var(--green); background: #e8effc; font-style: normal; font-size: 8px; font-weight: 700; }
.order-line { display: grid; padding: 14px 0; align-items: center; border-bottom: 1px solid #ece9e1; grid-template-columns: 38px 1fr auto; gap: 10px; }
.table-number { display: grid; width: 38px; height: 38px; border-radius: 11px; place-items: center; color: var(--green); background: #e8effc; font-weight: 800; }
.order-line p { display: grid; margin: 0; font-size: 11px; }
.order-line small { color: var(--muted); font-size: 8px; font-weight: 500; }
.order-line em { padding: 5px 8px; border-radius: 20px; color: #95630f; background: #fff1cf; font-style: normal; font-size: 8px; font-weight: 700; }
.order-line em.new { color: #2a6483; background: #e5f2f9; }
.ops-total { display: flex; padding-top: 15px; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; }
.ops-total strong { color: var(--green); font-family: "Manrope", sans-serif; font-size: 17px; }
.scene-note { position: absolute; z-index: 4; right: 5%; top: 62px; display: flex; padding: 12px 15px; align-items: center; border: 1px solid #dce4f0; border-radius: 14px; background: white; box-shadow: 0 15px 35px rgb(22 48 105 / 13%); gap: 10px; }
.scene-note > i { color: var(--orange); font-style: normal; }
.scene-note span { display: grid; font-size: 10px; }
.scene-note small { color: var(--muted); font-size: 8px; }

.principles { display: flex; min-height: 68px; padding: 15px max(24px, calc((100vw - 1180px) / 2)); align-items: center; justify-content: space-between; color: #d9e5ff; background: var(--green); font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; gap: 18px; }
.principles i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }

.restaurants { padding: 110px 0 120px; }
.section-heading { display: grid; align-items: end; grid-template-columns: 1fr 390px; gap: 60px; }
.section-heading h2, .platform h2, .onboarding-copy h2, .closing h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.04; letter-spacing: -2.5px; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.venue-grid { display: grid; margin-top: 48px; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.venue-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 15px 40px rgb(22 48 105 / 7%); }
.venue-image { position: relative; display: block; overflow: hidden; height: 360px; background: var(--green); }
.venue-image > img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.venue-image:after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgb(10 35 32 / 3%), rgb(10 35 32 / 35%)); }
.venue-image:hover > img { transform: scale(1.035); }
.status { position: absolute; z-index: 3; top: 18px; left: 18px; display: flex; padding: 8px 11px; align-items: center; border-radius: 30px; color: var(--green); background: white; font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; gap: 6px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #3ba273; box-shadow: 0 0 0 3px rgb(59 162 115 / 16%); }
.status.concept i { background: var(--orange); box-shadow: 0 0 0 3px rgb(18 168 176 / 16%); }
.open-arrow { position: absolute; z-index: 3; right: 18px; bottom: 18px; display: grid; width: 46px; height: 46px; border-radius: 50%; place-items: center; color: white; background: rgb(255 255 255 / 16%); border: 1px solid rgb(255 255 255 / 35%); backdrop-filter: blur(8px); font-size: 20px; }
.venue-details { display: flex; min-height: 145px; padding: 22px 24px; align-items: end; justify-content: space-between; gap: 20px; }
.venue-details p { margin: 0 0 5px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.venue-details h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 25px; letter-spacing: -1px; }
.venue-details > div > span { color: var(--muted); font-size: 11px; }
.venue-meta { display: grid; align-content: end; color: var(--muted); font-size: 10px; text-align: right; gap: 5px; }
.venue-card-concept .venue-image { height: 360px; }
.saffron-art { position: absolute; inset: 0; display: grid; place-content: center; color: #fff5db; text-align: center; background: radial-gradient(circle at 60% 35%, #a94a37, #702e2e 45%, #351f28 100%); }
.saffron-art:after { position: absolute; inset: 24px; border: 1px solid rgb(255 236 191 / 23%); border-radius: 50% 50% 15% 15%; content: ""; transform: rotate(-8deg); }
.saffron-art > span { position: relative; z-index: 2; font-family: Georgia, serif; font-size: 95px; line-height: .8; opacity: .18; }
.saffron-art > i { width: 30px; height: 2px; margin: 17px auto; background: #e5b14f; }
.saffron-art > b { font-family: Georgia, serif; font-size: 35px; font-weight: 400; letter-spacing: 1px; }
.saffron-art > small { margin-top: 5px; color: #e0cba7; font-size: 8px; letter-spacing: 2px; text-transform: uppercase; }
.directory-note { display: grid; margin-top: 20px; padding: 24px 28px; align-items: center; border: 1px solid var(--line); border-radius: 16px; background: #f1f6fd; grid-template-columns: 55px 1fr auto; gap: 20px; }
.directory-note > span { display: grid; width: 45px; height: 45px; border-radius: 50%; place-items: center; color: white; background: var(--green); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.directory-note p { margin: 0; color: var(--muted); font-size: 12px; }
.directory-note p b { color: var(--ink); }
.directory-note a { color: var(--orange); font-size: 11px; font-weight: 800; }

.platform { display: grid; width: min(1240px, calc(100% - 40px)); padding: 85px 72px; border-radius: 34px; color: white; background: var(--green); grid-template-columns: .83fr 1.17fr; gap: 80px; }
.platform-intro > p:not(.eyebrow) { max-width: 430px; margin: 24px 0; color: #becbea; font-size: 14px; line-height: 1.75; }
.platform-intro > a { display: inline-flex; padding-bottom: 6px; border-bottom: 1px solid rgb(255 255 255 / 30%); color: #81e0e3; font-size: 12px; font-weight: 700; gap: 20px; }
.feature-list { display: grid; }
.feature-list article { display: grid; padding: 25px 0; align-items: start; border-top: 1px solid rgb(255 255 255 / 15%); grid-template-columns: 48px 1fr 45px; gap: 16px; }
.feature-list article:last-child { border-bottom: 1px solid rgb(255 255 255 / 15%); }
.feature-list article > span { color: #9bb4e8; font-size: 10px; font-weight: 800; }
.feature-list h3 { margin: 0 0 7px; font-family: "Manrope", sans-serif; font-size: 19px; }
.feature-list p { margin: 0; color: #afbfdf; font-size: 12px; line-height: 1.6; }
.feature-list article > i { display: grid; width: 42px; height: 42px; border-radius: 13px; place-items: center; color: #78d9df; background: rgb(255 255 255 / 8%); font-style: normal; }

.onboarding { display: grid; padding: 125px 0; align-items: center; grid-template-columns: 1.05fr .95fr; gap: 95px; }
.onboarding-copy > p:not(.eyebrow) { max-width: 610px; margin: 25px 0 26px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.service-chips span { padding: 8px 11px; border: 1px solid #d3deef; border-radius: 30px; color: #536684; background: #f3f7fd; font-size: 10px; font-weight: 700; }
.onboarding-actions { display: flex; margin-top: 30px; align-items: center; flex-wrap: wrap; gap: 18px; }
.contact-email { padding-bottom: 4px; border-bottom: 1px solid #cbd6e8; color: var(--muted); font-size: 11px; font-weight: 600; }
.onboarding-journey { overflow: hidden; padding: 14px 32px 28px; border: 1px solid #d7e1ef; border-radius: 28px; background: white; box-shadow: 0 24px 65px rgb(22 48 105 / 10%); }
.onboarding-journey article { display: grid; padding: 25px 0; align-items: start; border-bottom: 1px solid #e4eaf4; grid-template-columns: 48px 1fr; gap: 12px; }
.onboarding-journey article > span { padding-top: 4px; color: var(--orange); font-size: 10px; font-weight: 800; }
.onboarding-journey h3 { margin: 0 0 6px; font-family: "Manrope", sans-serif; font-size: 19px; letter-spacing: -.5px; }
.onboarding-journey p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.managed-note { display: flex; margin-top: 28px; padding: 18px; align-items: center; border-radius: 17px; color: white; background: linear-gradient(135deg, #2757b8, #183577); gap: 14px; }
.managed-note > i { display: grid; width: 38px; height: 38px; border-radius: 12px 12px 12px 4px; place-items: center; color: #d8fbfc; background: rgb(255 255 255 / 10%); font-size: 10px; font-style: normal; font-weight: 800; }
.managed-note > span { display: grid; font-size: 12px; }
.managed-note small { margin-top: 3px; color: #becbea; font-size: 9px; }

.closing { margin-bottom: 100px; padding: 90px 40px; border-radius: 34px; color: white; background: linear-gradient(135deg, #2757b8, #152d6f 65%); text-align: center; }
.closing .eyebrow { justify-content: center; }
.closing h2 { max-width: 760px; margin: 0 auto; }
.closing > p:not(.eyebrow) { margin: 20px 0 28px; color: #bdc9e5; font-size: 14px; }
.closing .button { margin-top: 30px; }
.button.warm { color: var(--ink); background: #81e0e3; }

footer { display: grid; width: min(1180px, calc(100% - 40px)); min-height: 180px; margin: 0 auto; padding: 45px 0; align-items: center; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr; gap: 22px; }
.footer-brand { grid-column: 1; }
footer > p { justify-self: end; margin: 0; color: var(--muted); font-size: 11px; }
footer > div { display: flex; color: var(--muted); font-size: 11px; gap: 22px; }
footer > small { justify-self: end; color: #87938f; font-size: 9px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-scene { width: min(620px, 100%); margin: 0 auto; }
  .venue-grid { grid-template-columns: 1fr; }
  .platform { padding: 65px 45px; grid-template-columns: 1fr; gap: 45px; }
  .onboarding { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 680px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 68px; padding: 0 14px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-cta { padding: 9px 11px; font-size: 10px; }
  .hero { min-height: auto; padding: 58px 0 65px; gap: 45px; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); letter-spacing: -3px; }
  .hero-intro { font-size: 15px; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .product-scene { min-height: 450px; }
  .phone-card { left: 0; width: 220px; }
  .dish-photo { height: 195px; }
  .ops-card { right: 0; bottom: 28px; width: min(290px, 86%); }
  .scene-note { display: none; }
  .principles { overflow: auto; justify-content: flex-start; white-space: nowrap; }
  .principles span { flex: 0 0 auto; }
  .restaurants { padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .venue-image, .venue-card-concept .venue-image { height: 285px; }
  .venue-details { display: grid; min-height: 145px; }
  .venue-meta { text-align: left; }
  .directory-note { grid-template-columns: 45px 1fr; }
  .directory-note a { grid-column: 2; }
  .platform { width: calc(100% - 20px); padding: 55px 24px; border-radius: 25px; }
  .feature-list article { grid-template-columns: 30px 1fr; }
  .feature-list article > i { display: none; }
  .onboarding { padding: 85px 0; }
  .onboarding-journey { padding: 10px 20px 22px; border-radius: 23px; }
  .onboarding-actions { align-items: flex-start; flex-direction: column; }
  .closing { margin-bottom: 65px; padding: 65px 24px; border-radius: 24px; }
  footer { grid-template-columns: 1fr; }
  footer > p, footer > small { justify-self: start; }
}

/* Shared marketing site */
.header-actions { display: flex; justify-self: end; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 0; border: 1px solid #c9d6ea; border-radius: 11px; place-content: center; background: white; gap: 5px; }
.menu-toggle i { display: block; width: 16px; height: 2px; margin: 2px auto; border-radius: 2px; background: var(--ink); transition: .2s ease; }
.main-nav a[aria-current="page"] { color: var(--green); }
.nav-contact { display: none; }

.showcase { padding: 120px 0; }
.showcase-heading { margin-bottom: 45px; }
.showcase-shell { display: grid; overflow: hidden; min-height: 590px; border-radius: 30px; color: white; background: #142c68; box-shadow: 0 28px 80px rgb(22 48 105 / 15%); grid-template-columns: 230px 1fr; }
.showcase-tabs { display: grid; padding: 24px 0; align-content: start; border-right: 1px solid rgb(255 255 255 / 12%); }
.showcase-tabs button { display: grid; min-height: 76px; padding: 18px 24px; border: 0; border-left: 3px solid transparent; color: #aebfe3; background: transparent; text-align: left; font: 600 12px "DM Sans", sans-serif; cursor: pointer; gap: 6px; }
.showcase-tabs button span { color: #6f8bcb; font-size: 8px; }
.showcase-tabs button.is-active { border-left-color: var(--orange); color: white; background: rgb(255 255 255 / 7%); }
.showcase-stage { display: grid; min-width: 0; padding: 30px; background: linear-gradient(145deg, #edf4ff, #dceaff); }
.showcase-panel { display: grid; min-width: 0; height: 100%; align-content: center; color: var(--ink); }
.showcase-panel[hidden] { display: none; }
.showcase-caption { display: flex; padding: 18px 5px 0; align-items: center; justify-content: space-between; gap: 20px; }
.showcase-caption span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.showcase-caption p { max-width: 430px; margin: 0; color: var(--muted); font-size: 11px; text-align: right; }
.sample-browser { overflow: hidden; border: 1px solid #cdd9eb; border-radius: 20px; background: white; box-shadow: 0 25px 55px rgb(22 48 105 / 15%); }
.sample-browser-bar { display: flex; height: 42px; padding: 0 15px; align-items: center; border-bottom: 1px solid #e3e9f2; gap: 6px; }
.sample-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c4cede; }
.sample-browser-bar span { margin-left: 10px; padding: 6px 16px; border-radius: 20px; color: #7a879c; background: #f1f4f8; font-size: 8px; }
.sample-site { display: grid; min-height: 365px; padding: 38px; align-items: center; background: linear-gradient(120deg, #173f3b 0 50%, #f3e7d7 50%); grid-template-columns: 1fr 1fr; gap: 50px; }
.sample-site > div { color: white; }
.sample-site small { color: #8bd4ce; font-size: 8px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.sample-site h3 { max-width: 360px; margin: 13px 0; font: 500 clamp(30px, 4vw, 48px)/.98 Georgia, serif; }
.sample-site p { max-width: 330px; color: #c4d4d1; font-size: 11px; line-height: 1.6; }
.sample-site img { width: 100%; height: 285px; border-radius: 50% 50% 18px 18px; object-fit: cover; box-shadow: 0 20px 40px rgb(18 31 29 / 25%); }
.sample-button { display: inline-flex; margin-top: 10px; padding: 10px 13px; border-radius: 8px; color: white; background: #e17641; font-size: 9px; font-weight: 800; }
.sample-ordering { display: grid; min-height: 455px; padding: 30px 9%; align-items: center; border: 1px solid #cdd9eb; border-radius: 20px; background: radial-gradient(circle at 30% 40%, #d3e5ff, white 65%); grid-template-columns: 245px 1fr; gap: 9%; }
.sample-phone { padding: 15px; border: 7px solid var(--ink); border-radius: 30px; background: white; box-shadow: 0 24px 50px rgb(22 48 105 / 18%); transform: rotate(-2deg); }
.sample-phone-top { display: flex; padding: 2px 2px 12px; justify-content: space-between; font-size: 9px; font-weight: 800; }
.sample-phone-top span { color: var(--muted); font-weight: 600; }
.sample-phone img { width: 100%; height: 215px; border-radius: 18px; object-fit: cover; }
.sample-phone h3 { margin: 13px 0 2px; font-size: 16px; }
.sample-phone p { margin: 0; color: var(--muted); font-size: 9px; }
.sample-phone button { width: 100%; margin-top: 13px; padding: 10px; border: 0; border-radius: 9px; color: white; background: var(--orange); font-size: 9px; font-weight: 800; }
.sample-order-summary small,.sample-report-top small { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }
.sample-order-summary h3 { max-width: 390px; margin: 13px 0; font: 600 clamp(30px, 3.4vw, 47px)/1 "Manrope", sans-serif; letter-spacing: -2px; }
.sample-order-summary > p { max-width: 400px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.sample-order-summary > div { display: flex; max-width: 390px; margin-top: 25px; padding-top: 15px; justify-content: space-between; border-top: 1px solid #dce3ee; color: var(--green); font-size: 11px; }
.sample-operations,.sample-reports { min-height: 455px; padding: 30px; border: 1px solid #cdd9eb; border-radius: 20px; background: white; box-shadow: 0 18px 45px rgb(22 48 105 / 10%); }
.sample-ops-top,.sample-report-top { display: flex; padding-bottom: 22px; align-items: center; justify-content: space-between; border-bottom: 1px solid #e1e7f0; }
.sample-ops-top > span { display: grid; }
.sample-ops-top small { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: 1.2px; }
.sample-ops-top b,.sample-report-top h3 { margin: 4px 0 0; font: 700 22px "Manrope", sans-serif; }
.sample-ops-top em { padding: 7px 10px; border-radius: 20px; color: var(--green); background: #e8effc; font-size: 9px; font-style: normal; font-weight: 800; }
.sample-order-grid { display: grid; margin-top: 25px; grid-template-columns: repeat(3,1fr); gap: 14px; }
.sample-order-grid article { min-height: 285px; padding: 22px; border: 1px solid #dce3ee; border-radius: 16px; background: #fbfdff; }
.sample-order-grid small { color: var(--green-2); font-size: 7px; font-weight: 800; letter-spacing: .8px; }
.sample-order-grid h3 { margin: 14px 0 18px; font-size: 17px; }
.sample-order-grid p { min-height: 105px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.sample-order-grid span { display: block; padding-top: 13px; border-top: 1px solid #e1e7f0; color: var(--green); font-size: 9px; font-weight: 800; }
.sample-report-top > div { display: grid; }
.sample-report-top > span { padding: 8px 11px; border: 1px solid #d9e2ef; border-radius: 9px; color: var(--muted); font-size: 9px; }
.sample-metrics { display: grid; margin-top: 22px; grid-template-columns: repeat(3,1fr); gap: 12px; }
.sample-metrics article { display: grid; padding: 17px; border: 1px solid #dfe6f0; border-radius: 13px; }
.sample-metrics small { color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.sample-metrics strong { margin-top: 8px; font: 700 20px "Manrope", sans-serif; }
.sample-metrics em { margin-top: 3px; color: var(--orange); font-size: 8px; font-style: normal; }
.sample-chart { display: flex; height: 205px; margin-top: 22px; padding: 20px 25px 0; align-items: end; justify-content: space-around; border-radius: 14px; background: linear-gradient(#f5f8fc 1px,transparent 1px); background-size: 100% 41px; }
.sample-chart i { width: 8%; border-radius: 8px 8px 2px 2px; background: linear-gradient(#3bbdc1,#2b55ad); }

.site-footer { display: grid; width: min(1180px,calc(100% - 40px)); min-height: auto; margin: 0 auto; padding: 65px 0 32px; align-items: start; border-top: 1px solid var(--line); grid-template-columns: 1fr auto; gap: 55px; }
.footer-intro p { max-width: 280px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(2,140px); gap: 30px; }
.footer-links > div { display: grid; align-content: start; gap: 10px; }
.footer-links b { margin-bottom: 6px; color: var(--ink); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links a { color: var(--muted); font-size: 11px; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; padding-top: 26px; justify-content: space-between; border-top: 1px solid var(--line); color: #8793a7; font-size: 9px; grid-column: 1/-1; }

/* Interior pages */
.page-main { overflow: hidden; }
.page-hero { width: min(1180px,calc(100% - 40px)); margin: 0 auto; padding: 100px 0 90px; text-align: center; }
.breadcrumbs { display: flex; margin-bottom: 30px; justify-content: center; color: var(--muted); font-size: 9px; gap: 8px; }
.breadcrumbs a:hover { color: var(--green); }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { max-width: 920px; margin: 0 auto; font: 600 clamp(52px,6.5vw,86px)/.98 "Manrope",sans-serif; letter-spacing: -4.5px; }
.page-hero h1 em { color: var(--orange); font: 400 italic 1em Georgia,serif; }
.page-lede { max-width: 680px; margin: 28px auto 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.page-actions { display: flex; margin-top: 32px; justify-content: center; flex-wrap: wrap; gap: 12px; }
.page-proof { display: flex; min-height: 65px; padding: 15px max(24px,calc((100vw - 1180px)/2)); align-items: center; justify-content: center; color: #d9e5ff; background: var(--green); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; gap: 40px; }
.page-proof i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.content-section { width: min(1180px,calc(100% - 40px)); margin: 0 auto; padding: 105px 0; }
.content-heading { display: grid; margin-bottom: 45px; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; }
.content-heading h2,.split-copy h2,.contact-copy h1 { margin: 0; font: 600 clamp(38px,4.5vw,58px)/1.04 "Manrope",sans-serif; letter-spacing: -2.5px; }
.content-heading > p,.split-copy > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.value-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.value-card > span { display: grid; width: 40px; height: 40px; margin-bottom: 45px; border-radius: 12px; place-items: center; color: var(--green); background: #e8effc; font-size: 12px; font-weight: 800; }
.value-card h3 { margin: 0 0 10px; font: 700 20px "Manrope",sans-serif; }
.value-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.split-section { display: grid; width: min(1180px,calc(100% - 40px)); margin: 0 auto; padding: 105px 0; align-items: center; grid-template-columns: 1fr 1fr; gap: 90px; }
.split-copy .eyebrow { margin-bottom: 20px; }
.split-copy > p { margin-top: 24px; }
.check-list { display: grid; margin: 28px 0 0; padding: 0; list-style: none; gap: 13px; }
.check-list li { display: flex; align-items: center; color: #53627d; font-size: 12px; gap: 10px; }
.check-list i { display: grid; width: 23px; height: 23px; border-radius: 50%; place-items: center; color: var(--green); background: #e8effc; font-size: 9px; font-style: normal; }
.visual-card { min-height: 460px; padding: 35px; border-radius: 28px; color: white; background: linear-gradient(145deg,#2757b8,#152d6f); box-shadow: var(--shadow); }
.visual-card > small { color: #83dfe3; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.visual-card h3 { max-width: 430px; margin: 18px 0 45px; font: 600 38px/1.05 "Manrope",sans-serif; letter-spacing: -2px; }
.visual-stack { display: grid; gap: 10px; }
.visual-stack article { display: flex; min-height: 68px; padding: 14px 16px; align-items: center; border: 1px solid rgb(255 255 255 / 14%); border-radius: 13px; background: rgb(255 255 255 / 8%); gap: 13px; }
.visual-stack article > span { display: grid; width: 34px; height: 34px; border-radius: 10px; place-items: center; color: #9be3e5; background: rgb(255 255 255 / 10%); font-size: 10px; }
.visual-stack article div { display: grid; font-size: 11px; }
.visual-stack article small { margin-top: 3px; color: #b8c7e6; font-size: 9px; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.process-grid article { padding: 28px; border-top: 2px solid var(--green); background: #eef4fb; }
.process-grid span { color: var(--orange); font-size: 9px; font-weight: 800; }
.process-grid h3 { margin: 40px 0 10px; font: 700 20px "Manrope",sans-serif; }
.process-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.mini-cta { display: grid; width: min(1180px,calc(100% - 40px)); margin: 0 auto 90px; padding: 55px 60px; align-items: center; border-radius: 26px; color: white; background: linear-gradient(135deg,#2757b8,#152d6f); grid-template-columns: 1fr auto; gap: 35px; }
.mini-cta h2 { margin: 0; font: 600 clamp(30px,4vw,46px)/1.05 "Manrope",sans-serif; letter-spacing: -2px; }
.mini-cta p { margin: 10px 0 0; color: #bdc9e5; font-size: 12px; }
.directory-page-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.directory-page-grid .venue-image { height: 390px; }
.about-quote { padding: 85px max(24px,calc((100vw - 930px)/2)); color: white; background: var(--green); text-align: center; }
.about-quote p { margin: 0; font: 400 clamp(34px,4vw,54px)/1.18 Georgia,serif; }
.about-quote span { display: block; margin-top: 20px; color: #99b4e9; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.faq-wrap { width: min(880px,calc(100% - 40px)); margin: 0 auto; padding: 20px 0 110px; }
.faq-group { padding-top: 55px; }
.faq-group > h2 { margin: 0 0 18px; color: var(--green); font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; padding: 24px 2px; align-items: center; justify-content: space-between; font: 700 17px "Manrope",sans-serif; cursor: pointer; list-style: none; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { display: grid; width: 28px; height: 28px; border-radius: 50%; place-items: center; content: "+"; color: var(--green); background: #e8effc; flex: 0 0 auto; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -4px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.contact-layout { display: grid; width: min(1080px,calc(100% - 40px)); margin: 0 auto; padding: 90px 0 110px; align-items: start; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-copy .eyebrow { margin-bottom: 20px; }
.contact-copy > p { margin: 24px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact-direct { display: grid; margin-top: 35px; gap: 8px; }
.contact-direct span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.contact-direct a { color: var(--green); font-size: 14px; font-weight: 700; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 22px 60px rgb(22 48 105 / 9%); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1/-1; }
.form-field span { color: #485a78; font-size: 10px; font-weight: 700; }
.form-field input,.form-field select,.form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #d6e0ee; border-radius: 10px; outline: none; color: var(--ink); background: #fbfdff; font: 13px "DM Sans",sans-serif; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color: #7193da; box-shadow: 0 0 0 3px rgb(46 99 199 / 10%); }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.contact-form .button { margin-top: 22px; border: 0; cursor: pointer; }

@media (max-width: 980px) {
  .site-header { position: sticky; }
  .menu-toggle { display: grid; }
  .site-header .main-nav { position: absolute; top: calc(100% + 1px); right: 14px; left: 14px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 20px 45px rgb(22 48 105 / 14%); }
  .site-header.is-menu-open .main-nav { display: grid; }
  .site-header .main-nav { gap: 2px; }
  .site-header .main-nav a { padding: 12px; border-radius: 9px; }
  .site-header .main-nav .nav-contact { display: block; }
  .site-header .main-nav a:hover { background: #eef4fb; }
  .site-header.is-menu-open .menu-toggle i:first-child { transform: translateY(3px) rotate(45deg); }
  .site-header.is-menu-open .menu-toggle i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .showcase-shell { grid-template-columns: 1fr; }
  .showcase-tabs { display: flex; overflow-x: auto; padding: 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 12%); }
  .showcase-tabs button { min-width: 165px; min-height: 65px; border-bottom: 3px solid transparent; border-left: 0; }
  .showcase-tabs button.is-active { border-bottom-color: var(--orange); border-left: 0; }
  .sample-site { min-height: 320px; }
  .split-section,.contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .content-heading { grid-template-columns: 1fr; gap: 20px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .header-cta { display: none; }
  .showcase { padding: 82px 0; }
  .showcase-heading { margin-bottom: 30px; }
  .showcase-shell { min-height: 0; border-radius: 22px; }
  .showcase-stage { padding: 14px; }
  .showcase-caption { display: grid; }
  .showcase-caption p { text-align: left; }
  .sample-browser-bar span { overflow: hidden; max-width: 190px; white-space: nowrap; }
  .sample-site { min-height: 430px; padding: 22px; background: linear-gradient(180deg,#173f3b 0 56%,#f3e7d7 56%); grid-template-columns: 1fr; gap: 22px; }
  .sample-site h3 { font-size: 35px; }
  .sample-site img { height: 165px; }
  .sample-ordering { min-height: 540px; padding: 25px; grid-template-columns: 1fr; }
  .sample-phone { width: 210px; margin: auto; }
  .sample-phone img { height: 165px; }
  .sample-order-summary h3 { font-size: 30px; }
  .sample-operations,.sample-reports { min-height: 0; padding: 18px; }
  .sample-order-grid { grid-template-columns: 1fr; }
  .sample-order-grid article { min-height: 170px; }
  .sample-order-grid p { min-height: auto; }
  .sample-metrics { grid-template-columns: 1fr; }
  .sample-chart { height: 150px; }
  .site-footer { padding-top: 48px; grid-template-columns: 1fr; gap: 38px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .page-hero { padding: 70px 0 62px; }
  .page-hero h1 { font-size: clamp(45px,13vw,62px); letter-spacing: -3px; }
  .page-lede { font-size: 14px; }
  .page-proof { overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
  .content-section,.split-section { padding: 78px 0; }
  .value-grid,.process-grid,.directory-page-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 220px; }
  .mini-cta { padding: 42px 24px; grid-template-columns: 1fr; }
  .directory-page-grid .venue-image { height: 285px; }
  .contact-layout { padding: 70px 0 85px; }
  .contact-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
}

.whatsapp-contact {
  position: fixed;
  z-index: 70;
  right: 22px;
  bottom: 22px;
  display: flex;
  min-height: 56px;
  padding: 8px 17px 8px 10px;
  align-items: center;
  color: white;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 18px;
  background: #1eaf58;
  box-shadow: 0 16px 38px rgb(18 83 44 / 28%);
  gap: 10px;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.whatsapp-contact:hover {
  background: #179c4d;
  box-shadow: 0 19px 42px rgb(18 83 44 / 35%);
  transform: translateY(-3px);
}

.whatsapp-contact:focus-visible {
  outline: 3px solid rgb(30 175 88 / 28%);
  outline-offset: 3px;
}

.whatsapp-contact svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.whatsapp-contact span {
  display: grid;
  line-height: 1.05;
}

.whatsapp-contact small {
  color: rgb(255 255 255 / 78%);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.whatsapp-contact strong {
  margin-top: 4px;
  font-size: 13px;
}

@media (max-width: 680px) {
  .whatsapp-contact {
    right: 12px;
    bottom: 12px;
    min-height: 52px;
    padding: 7px 14px 7px 9px;
    border-radius: 16px;
  }

  .whatsapp-contact svg {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }
}
