:root {
  --ink: #0b1220;
  --ink-2: #111b2e;
  --blue: #2f6bff;
  --blue-dark: #1f4dcc;
  --amber: #f2a93b;
  --cream: #f7f4ee;
  --white: #ffffff;
  --slate: #637083;
  --line: #dfe5ee;
  --soft: #eef3fb;
  --green: #15a678;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow: 0 24px 70px rgba(15, 29, 54, 0.12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand strong { font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.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; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--white); padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223,229,238,0.75);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand strong { font-size: 1.12rem; letter-spacing: -0.04em; }
.brand small { color: var(--slate); font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { color: #344055; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--ink); color: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s ease; }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%); padding-top: 86px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(34,55,90,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(34,55,90,.035) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span { width: 26px; height: 2px; background: var(--amber); }
.hero h1 { max-width: 720px; margin: 22px 0 24px; font-size: clamp(3.25rem, 6vw, 5.55rem); line-height: .98; letter-spacing: -0.065em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 650px; color: var(--slate); font-size: 1.12rem; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 14px 28px rgba(47,107,255,.22); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { background: var(--white); border-color: var(--line); }
.btn-outline { border-color: var(--line); background: var(--white); width: 100%; }
.btn-accent { background: var(--amber); color: var(--ink); width: 100%; border: 0; }
.trust-list { list-style: none; padding: 0; margin: 34px 0 0; display: flex; gap: 22px; flex-wrap: wrap; color: #4b596d; font-size: .9rem; }
.trust-list li { display: inline-flex; align-items: center; gap: 7px; }
.trust-list span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #e6f7f1; color: var(--green); font-size: .72rem; font-weight: 900; }

.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .75; }
.glow-one { width: 360px; height: 360px; background: rgba(47,107,255,.13); top: 12%; left: 10%; }
.glow-two { width: 250px; height: 250px; background: rgba(242,169,59,.16); right: 0; bottom: 4%; }
.browser-card { position: relative; z-index: 3; width: min(100%, 560px); border-radius: 18px; background: var(--white); box-shadow: 0 32px 90px rgba(14,29,55,.18); overflow: hidden; transform: rotate(-1.4deg); border: 1px solid rgba(216,225,239,.9); }
.browser-top { height: 44px; padding: 0 15px; display: flex; align-items: center; gap: 18px; background: #f3f6fb; border-bottom: 1px solid var(--line); }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i, .mini-browser-top i { width: 8px; height: 8px; border-radius: 50%; background: #c8d0dc; }
.browser-dots i:first-child, .mini-browser-top i:first-child { background: var(--amber); }
.browser-url { flex: 1; max-width: 210px; height: 22px; border-radius: 8px; background: var(--white); color: #8793a5; font-size: .65rem; display: grid; place-items: center; }
.browser-body { padding: 24px; }
.preview-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.preview-logo { width: 84px; height: 18px; border-radius: 5px; background: var(--ink); }
.preview-links { display: flex; gap: 10px; }
.preview-links i { width: 32px; height: 5px; border-radius: 5px; background: #d5dce7; }
.preview-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 20px; min-height: 260px; padding: 28px; border-radius: 16px; background: var(--cream); }
.mini-tag { display: inline-block; color: var(--blue); font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.preview-hero h3 { margin: 11px 0 14px; max-width: 260px; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.04em; }
.preview-lines { display: grid; gap: 7px; margin-bottom: 18px; }
.preview-lines i { display: block; height: 6px; border-radius: 10px; background: #d4d7d7; }
.preview-lines i:last-child { width: 74%; }
.preview-hero button { border: 0; border-radius: 999px; background: var(--blue); color: white; padding: 9px 15px; font-size: .68rem; font-weight: 800; }
.preview-photo { height: 195px; position: relative; overflow: hidden; border-radius: 80px 80px 18px 18px; background: linear-gradient(145deg, #233a67, #2f6bff); }
.preview-photo span { position: absolute; border-radius: 50%; background: rgba(255,255,255,.15); }
.preview-photo span:nth-child(1) { width: 160px; height: 160px; left: -45px; bottom: -45px; }
.preview-photo span:nth-child(2) { width: 95px; height: 95px; right: -20px; top: 22px; border: 18px solid rgba(242,169,59,.7); background: transparent; }
.preview-photo span:nth-child(3) { width: 26px; height: 26px; top: 35px; left: 38px; background: white; }
.floating-card { position: absolute; z-index: 5; display: flex; gap: 11px; align-items: center; padding: 13px 16px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 40px rgba(17,34,62,.16); }
.floating-card small, .floating-card strong { display: block; line-height: 1.25; }
.floating-card small { color: var(--slate); font-size: .68rem; }
.floating-card strong { font-size: .76rem; }
.card-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #e8efff; color: var(--blue); font-weight: 900; }
.booking-card { right: -7px; top: 17%; }
.lead-card { left: 0; bottom: 13%; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px #e4f6ef; margin-inline: 7px; }
.automation-line { position: absolute; right: 18px; bottom: 7%; display: flex; gap: 10px; align-items: center; }
.automation-line span { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); }
.automation-line span:nth-child(2) { width: 56px; height: 2px; border-radius: 3px; }

.logos-strip { background: var(--white); border-block: 1px solid var(--line); }
.logos-content { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logos-content > span { color: var(--slate); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.business-types { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 22px 34px; color: #5b687c; font-weight: 750; }

.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.split-heading h2, .section-heading h2, .pricing-intro h2, .faq-heading h2, .solution-copy h2, .contact-copy h2 { margin: 14px 0 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.06; letter-spacing: -.055em; }
.split-heading > p, .pricing-intro > p, .faq-heading > p { color: var(--slate); max-width: 520px; margin-bottom: 6px; }
.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-card { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.problem-number { display: inline-block; color: var(--blue); font-size: .8rem; font-weight: 850; margin-bottom: 52px; }
.problem-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.problem-card p { color: var(--slate); font-size: .92rem; margin-bottom: 0; }

.services-section { background: var(--cream); }
.section-heading { max-width: 850px; margin-bottom: 50px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { padding: 34px; border-radius: var(--radius-md); background: rgba(255,255,255,.76); border: 1px solid rgba(218,224,232,.9); }
.service-card.featured { background: var(--ink); color: var(--white); transform: translateY(-10px); }
.service-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; background: #e8efff; color: var(--blue); font-size: 1.25rem; margin-bottom: 28px; }
.featured .service-icon { background: rgba(255,255,255,.1); color: var(--amber); }
.service-label { color: var(--blue); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.featured .service-label { color: var(--amber); }
.service-card h3 { font-size: 1.55rem; margin: 10px 0 14px; }
.service-card p { color: var(--slate); }
.featured p { color: #b9c3d3; }
.service-card ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px; font-size: .9rem; }
.service-card li { display: flex; gap: 8px; }
.service-card li::before { content: "•"; color: var(--amber); font-weight: 900; }

.dark-section { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.dark-section::after { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: rgba(47,107,255,.14); right: -180px; top: -220px; filter: blur(10px); }
.solution-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.section-kicker.light { color: var(--amber); }
.solution-copy > p { color: #b5c0d1; font-size: 1.02rem; margin: 22px 0 30px; }
.solution-points { display: grid; gap: 20px; }
.solution-points > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; }
.solution-points span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); color: var(--amber); font-size: .7rem; font-weight: 850; }
.solution-points p { color: #b5c0d1; margin: 0; font-size: .92rem; }
.solution-points strong { color: var(--white); }
.workflow-card { padding: 40px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.workflow-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.workflow-row > i { color: #708099; font-style: normal; }
.workflow-node { min-height: 138px; padding: 20px; border-radius: 18px; background: #121f35; border: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; justify-content: center; }
.workflow-node.active { background: var(--blue); }
.workflow-node span { color: var(--amber); font-size: .68rem; font-weight: 850; }
.workflow-node strong { margin: 6px 0 2px; }
.workflow-node small { color: #9dabbf; }
.workflow-node.active small, .workflow-node.active span { color: #e7edff; }
.workflow-connector { height: 55px; display: grid; place-items: center; }
.workflow-connector span { width: 2px; height: 100%; background: linear-gradient(to bottom, #42516a, var(--blue)); }


.projects-section { background: #fff; }
.projects-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: end; }
.projects-heading > p { color: var(--slate); margin: 0 0 8px; }
.project-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; margin-bottom: 34px; }
.project-filter { border: 1px solid var(--line); background: var(--white); color: var(--slate); border-radius: 999px; padding: 9px 16px; font-size: .78rem; font-weight: 800; transition: .2s ease; }
.project-filter:hover, .project-filter.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.projects-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.project-card { min-width: 0; overflow: hidden; border-radius: var(--radius-md); border: 1px solid var(--line); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.project-card.is-hidden { display: none; }
.project-preview { min-height: 390px; padding: 38px 32px 0; display: grid; place-items: end center; overflow: hidden; position: relative; }
.project-preview::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; right: -80px; top: -70px; }
.salon-preview { background: #f1e6df; }
.food-preview { background: #dbe5d1; }
.workshop-preview { background: #d9e5f5; }
.clinic-preview { background: #dff0ed; }
.venue-preview { background: #eadfce; }
.shop-preview { background: #e3ead7; }
.site-window { position: relative; z-index: 2; width: 100%; height: 330px; border-radius: 15px 15px 0 0; overflow: hidden; background: white; box-shadow: 0 22px 65px rgba(20,31,48,.16); }
.mini-browser-top { height: 31px; display: flex; align-items: center; gap: 5px; padding: 0 11px; background: #f2f3f5; color: #929aa7; font-size: .5rem; }
.mini-browser-top i { width: 6px; height: 6px; border-radius: 50%; background: #c7cbd1; }
.mini-browser-top i:first-child { background: #ef8d86; }
.mini-browser-top i:nth-child(2) { background: #edc76f; }
.mini-browser-top i:nth-child(3) { background: #7dc991; }
.mini-browser-top span { margin-left: 8px; }
.salon-site { position: relative; min-height: 299px; background: linear-gradient(90deg, rgba(252,249,246,.98) 0 58%, rgba(223,200,185,.42) 58%), radial-gradient(circle at 82% 48%, #c8a087 0 18%, transparent 18.5%), #e8d8cc; padding: 18px 24px; }
.salon-site nav, .food-site nav, .clinic-site nav, .shop-site nav { display: flex; align-items: center; gap: 14px; font-size: .52rem; }
.salon-site nav b { font-family: Georgia, serif; font-size: .9rem; margin-right: auto; }
.salon-site nav button, .food-site nav button, .clinic-site nav button, .shop-site nav button { border: 0; border-radius: 999px; padding: 6px 10px; background: #442d25; color: white; font-size: .48rem; }
.salon-hero-mini { width: 55%; margin-top: 42px; }
.salon-hero-mini small, .food-hero-mini small, .clinic-grid > div > small, .shop-banner small, .venue-copy small { font-size: .46rem; letter-spacing: .13em; font-weight: 800; }
.salon-hero-mini strong, .food-hero-mini strong, .clinic-grid strong, .shop-banner strong, .venue-copy strong { display: block; font-family: Manrope, sans-serif; line-height: 1.06; }
.salon-hero-mini strong { margin: 8px 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.salon-hero-mini p { font-size: .54rem; color: #6f5a51; margin: 0; }
.salon-hero-mini button, .food-hero-mini button, .clinic-grid button { margin-top: 12px; border: 0; border-radius: 999px; padding: 7px 12px; background: #442d25; color: white; font-size: .5rem; }
.salon-service-row { position: absolute; left: 24px; bottom: 19px; display: flex; gap: 7px; }
.salon-service-row i { width: 47px; height: 24px; border-radius: 6px; background: rgba(151,111,90,.18); }
.mini-booking { position: absolute; right: 15px; bottom: 20px; display: grid; padding: 10px 12px; background: white; border-radius: 10px; box-shadow: 0 9px 30px rgba(82,52,39,.16); font-size: .49rem; }
.mini-booking span { color: #8c776d; }

.restaurant-composition { position: relative; z-index: 2; width: 100%; height: 340px; }
.food-desktop { position: absolute; inset: 20px 28px 0 0; border-radius: 15px 15px 0 0; overflow: hidden; background: white; box-shadow: 0 22px 60px rgba(35,56,25,.16); }
.food-site { position: relative; min-height: 287px; padding: 17px 22px; background: linear-gradient(90deg, #f9f5e9 0 57%, transparent 57%), radial-gradient(circle at 80% 47%, #d8b56b 0 15%, #98583a 15.5% 25%, #5f763f 25.5% 35%, transparent 35.5%), #e6d5a4; }
.food-site nav b { color: #526837; margin-right: auto; letter-spacing: .18em; font-size: .78rem; }
.food-hero-mini { width: 53%; margin-top: 52px; }
.food-hero-mini strong { margin-top: 7px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; color: #243019; }
.food-hero-mini button { background: #536a39; }
.food-dishes { position: absolute; left: 22px; bottom: 19px; display: flex; gap: 7px; }
.food-dishes i { width: 48px; height: 25px; border-radius: 8px; background: #e1d5b8; }
.order-phone { position: absolute; width: 142px; right: 0; bottom: 0; min-height: 272px; padding: 25px 13px 14px; border: 6px solid #20271b; border-bottom: 0; border-radius: 25px 25px 0 0; background: #fffdf7; box-shadow: 0 18px 45px rgba(25,35,20,.22); font-size: .55rem; }
.phone-speaker { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 42px; height: 6px; border-radius: 8px; background: #20271b; }
.order-phone > b { display: block; margin-bottom: 15px; font-size: .72rem; }
.order-item { display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: center; padding: 8px 0; border-bottom: 1px solid #ece9df; }
.order-item i { width: 30px; height: 30px; border-radius: 9px; background: #dfe5cf; }
.order-item span, .order-item small { display: block; }
.order-item small { color: #79806f; }
.order-phone > strong { display: block; margin-top: 13px; }
.order-phone button { width: 100%; margin-top: 13px; border: 0; border-radius: 999px; padding: 7px; color: white; background: #536a39; font-size: .52rem; }

.dashboard-mockup { position: relative; z-index: 2; width: 100%; height: 330px; display: grid; grid-template-columns: 64px 1fr; border-radius: 16px 16px 0 0; overflow: hidden; background: white; box-shadow: 0 22px 60px rgba(22,45,80,.16); }
.dash-sidebar { background: var(--ink); padding: 22px 15px; display: grid; align-content: start; gap: 17px; }
.dash-sidebar b { color: var(--amber); font-size: .75rem; text-align: center; margin-bottom: 6px; }
.dash-sidebar i { height: 10px; border-radius: 5px; background: #3d4b63; }
.dash-main { padding: 24px; min-width: 0; }
.dash-heading { display: flex; justify-content: space-between; align-items: center; }
.dash-heading div { display: grid; }
.dash-heading small { color: #8390a2; font-size: .48rem; }
.dash-heading strong { font-size: .86rem; }
.dash-heading button { border: 0; border-radius: 7px; background: var(--blue); color: white; padding: 7px 9px; font-size: .5rem; }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 21px 0; }
.dash-stats div { min-width: 0; height: 70px; padding: 11px; border-radius: 10px; background: #f0f4f9; display: grid; align-content: center; }
.dash-stats div:nth-child(2) { background: #e8efff; }
.dash-stats div:nth-child(3) { background: #e7f4ee; }
.dash-stats small { font-size: .45rem; color: #758397; }
.dash-stats strong { font-size: 1rem; }
.dash-table { display: grid; gap: 7px; }
.dash-table span { display: grid; grid-template-columns: 9px 1fr auto; gap: 8px; align-items: center; padding: 9px; background: #f7f9fc; border-radius: 8px; font-size: .5rem; }
.dash-table i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.dash-table em { font-style: normal; color: #65758a; }

.clinic-site { min-height: 299px; padding: 17px 22px; background: #f8fcfb; }
.clinic-site nav b { margin-right: auto; color: #167f79; font-size: .8rem; }
.clinic-site nav b span { color: #f1a737; }
.clinic-site nav button { background: #167f79; }
.clinic-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 20px; margin-top: 40px; align-items: center; }
.clinic-grid strong { margin: 8px 0; font-size: 1.3rem; color: #163f41; }
.clinic-grid p { font-size: .54rem; color: #718488; }
.clinic-grid button { background: #167f79; }
.clinic-calendar { padding: 14px; border-radius: 13px; background: white; box-shadow: 0 16px 40px rgba(26,93,91,.12); }
.clinic-calendar > b { display: block; font-size: .65rem; margin-bottom: 10px; }
.calendar-days { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; margin-bottom: 10px; }
.calendar-days i { height: 20px; border-radius: 5px; background: #eef5f4; }
.calendar-days i.selected { background: #1c8d84; }
.clinic-calendar > span { display: inline-block; padding: 4px 6px; margin: 2px; border-radius: 6px; background: #eef7f5; color: #39726e; font-size: .42rem; }

.venue-site { position: relative; z-index: 2; width: 100%; height: 340px; border-radius: 16px 16px 0 0; overflow: hidden; background: #faf7f1; box-shadow: 0 22px 60px rgba(55,39,24,.17); }
.venue-image { height: 252px; padding: 17px 21px; color: white; background: linear-gradient(rgba(42,28,17,.3), rgba(42,28,17,.62)), linear-gradient(130deg, #8d765d 0 30%, #baa27f 31% 58%, #6f8063 59% 100%); }
.venue-nav { display: flex; align-items: center; gap: 15px; font-size: .48rem; }
.venue-nav b { margin-right: auto; letter-spacing: .12em; }
.venue-nav button { border: 1px solid rgba(255,255,255,.7); border-radius: 999px; padding: 6px 9px; color: white; background: transparent; font-size: .47rem; }
.venue-copy { width: 60%; margin-top: 82px; }
.venue-copy strong { margin-top: 8px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.venue-bottom { height: 88px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 15px; padding: 15px 20px; }
.venue-bottom div { display: grid; }
.venue-bottom small { font-size: .43rem; color: #8a7b6c; }
.venue-bottom strong { font-size: .58rem; }
.venue-bottom button { border: 0; border-radius: 999px; padding: 8px 11px; background: #2d3b29; color: white; font-size: .47rem; }

.shop-composition { position: relative; z-index: 2; width: 100%; height: 340px; }
.shop-site { position: absolute; inset: 0 30px 0 0; border-radius: 15px 15px 0 0; overflow: hidden; background: white; box-shadow: 0 22px 60px rgba(43,65,31,.16); }
.shop-site nav { padding: 14px 17px; }
.shop-site nav b { margin-right: auto; font-size: .72rem; }
.shop-site nav b span { color: #68844b; }
.shop-site nav button { background: #58713f; }
.shop-banner { height: 135px; padding: 27px 20px; color: white; background: linear-gradient(90deg, rgba(41,60,28,.92), rgba(41,60,28,.38)), radial-gradient(circle at 80% 50%, #d99b57 0 10%, #7a9c52 10.5% 22%, transparent 22.5%), #98ad79; }
.shop-banner strong { margin-top: 7px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.product-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 14px 17px; }
.product-row div { min-width: 0; display: grid; gap: 2px; font-size: .45rem; }
.product-row i { height: 42px; border-radius: 8px; background: #e8eddc; }
.product-row b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-row small { color: #68725e; }
.pickup-card { position: absolute; right: 0; bottom: 20px; width: 142px; padding: 15px; border-radius: 13px; color: white; background: var(--ink); box-shadow: 0 18px 45px rgba(19,31,14,.24); display: grid; font-size: .52rem; }
.pickup-card > span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #6e9552; margin-bottom: 9px; }
.pickup-card small { color: #aeb9a8; }
.pickup-card strong { margin-top: 3px; }

.project-info { padding: 28px; }
.project-title-row { display: flex; justify-content: space-between; gap: 14px; align-items: start; }
.project-title-row > div > span { color: var(--blue); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.project-title-row > small { flex: 0 0 auto; padding: 5px 8px; border-radius: 999px; background: var(--soft); color: #66758a; font-size: .55rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.project-info h3 { margin: 5px 0 10px; font-size: 1.45rem; }
.project-info > p { color: var(--slate); font-size: .9rem; }
.project-features { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 18px 0; }
.project-features li { padding: 6px 9px; border-radius: 999px; background: #f4f7fb; color: #526174; font-size: .67rem; font-weight: 750; }
.project-result { display: grid; gap: 2px; padding: 13px 14px; margin-bottom: 18px; border-left: 3px solid var(--amber); background: #fffaf1; }
.project-result span { color: #9b7434; font-size: .55rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.project-result strong { font-size: .75rem; line-height: 1.45; }
.project-detail-btn { display: inline-flex; align-items: center; gap: 8px; border: 0; padding: 0; background: transparent; color: var(--ink); font-weight: 800; font-size: .87rem; }
.project-detail-btn span { color: var(--blue); }
.portfolio-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--slate); font-size: .78rem; }
.portfolio-note span { color: var(--ink); font-weight: 800; }
.portfolio-note p { margin: 0; }

.project-dialog { width: min(900px, calc(100% - 28px)); max-height: min(86vh, 760px); padding: 0; border: 0; border-radius: 26px; color: var(--ink); box-shadow: 0 35px 100px rgba(5,12,25,.32); overflow: auto; }
.project-dialog::backdrop { background: rgba(7,13,23,.72); backdrop-filter: blur(6px); }
.dialog-close { position: sticky; z-index: 5; top: 14px; float: right; margin: 14px 14px 0 0; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(11,18,32,.08); color: var(--ink); font-size: 1.45rem; line-height: 1; }
.dialog-head { padding: 50px 52px 30px; background: var(--cream); }
.dialog-category, .dialog-label { color: var(--blue); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.dialog-head h2 { margin: 8px 0 10px; font-size: clamp(2rem, 5vw, 3.3rem); }
.dialog-head p { max-width: 700px; color: var(--slate); margin: 0; }
.dialog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; padding: 18px 52px 35px; }
.dialog-grid section { padding: 26px 28px 26px 0; border-bottom: 1px solid var(--line); }
.dialog-grid section:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.dialog-grid p, .dialog-grid li { color: var(--slate); font-size: .88rem; }
.dialog-grid ul { margin: 14px 0 0; padding-left: 19px; display: grid; gap: 7px; }
.dialog-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 52px; background: #f7f9fc; }
.dialog-footer p { margin: 0; color: var(--slate); font-size: .74rem; }


.pricing-section { background: #f8fafc; }
.pricing-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 34px; border-radius: var(--radius-md); background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; }
.price-card.recommended { border: 2px solid var(--blue); box-shadow: 0 18px 60px rgba(47,107,255,.12); }
.recommended-label { position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); background: var(--blue); color: white; padding: 6px 14px; border-radius: 999px; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.price-tag { color: var(--blue); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.price-card h3 { margin: 11px 0 10px; font-size: 1.45rem; }
.price-card > p { color: var(--slate); min-height: 76px; font-size: .9rem; }
.price { margin: 18px 0 22px; color: var(--slate); font-size: .9rem; }
.price strong { color: var(--ink); font-size: 2rem; letter-spacing: -.04em; }
.price small { color: var(--slate); }
.price-card ul { list-style: none; padding: 22px 0; margin: 0 0 24px; border-top: 1px solid var(--line); display: grid; gap: 12px; font-size: .88rem; flex: 1; }
.price-card li { display: flex; gap: 9px; }
.price-card li::before { content: "✓"; color: var(--green); font-weight: 900; }
.pricing-note { margin-top: 18px; color: var(--slate); font-size: .76rem; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 50px; border-top: 1px solid var(--line); }
.process-step { position: relative; padding: 38px 26px 0 0; border-right: 1px solid var(--line); min-height: 235px; }
.process-step:not(:first-child) { padding-left: 26px; }
.process-step:last-child { border-right: 0; }
.process-step span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: .7rem; font-weight: 850; margin-bottom: 26px; }
.process-step h3 { font-size: 1.15rem; }
.process-step p { color: var(--slate); font-size: .88rem; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.accordion details { border-top: 1px solid #d5d9dc; }
.accordion details:last-child { border-bottom: 1px solid #d5d9dc; }
.accordion summary { list-style: none; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 1.35rem; color: var(--blue); transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { color: var(--slate); padding: 0 30px 25px 0; margin: 0; }

.contact-section { padding: 90px 0; background: var(--white); }
.contact-card { display: grid; grid-template-columns: 1fr .88fr; gap: 70px; background: var(--ink); color: var(--white); padding: 64px; border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.contact-card::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(47,107,255,.16); left: -160px; bottom: -250px; }
.contact-copy, .contact-form { position: relative; z-index: 2; }
.contact-copy p { color: #b7c2d2; max-width: 520px; margin: 22px 0 34px; }
.contact-details { display: grid; gap: 6px; color: #b7c2d2; font-size: .9rem; }
.contact-details a { color: var(--white); font-weight: 800; }
.contact-form { padding: 28px; background: var(--white); color: var(--ink); border-radius: 22px; display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-size: .78rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; color: var(--ink); background: #fbfcfe; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,107,255,.12); }
.contact-form textarea { resize: vertical; }
.form-status { min-height: 1.3em; margin: 0; color: var(--green); font-size: .8rem; }

.site-footer { background: #070d17; color: var(--white); padding: 54px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; align-items: end; }
.footer-brand small { color: #7f8ca0; }
.footer-grid > div:first-child p { color: #8190a6; max-width: 360px; font-size: .86rem; margin: 18px 0 0; }
.footer-links, .footer-meta { display: grid; gap: 9px; font-size: .82rem; }
.footer-links { grid-template-columns: 1fr 1fr; }
.footer-links a { color: #adb8c9; }
.footer-meta { color: #758299; text-align: right; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .hero-grid, .solution-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 500px; }
  .problem-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid, .pricing-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .service-card.featured { transform: none; }
  .project-card { display: grid; grid-template-columns: .95fr 1.05fr; }
  .project-preview { min-height: 350px; }
  .price-card > p { min-height: 0; }
  .faq-grid { gap: 50px; }
}

@media (max-width: 800px) {
  .section-pad { padding: 84px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 0 auto 0; min-height: calc(100dvh - 78px); padding: 40px 24px; background: rgba(255,255,255,.98); flex-direction: column; align-items: stretch; gap: 8px; transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 14px 8px; font-size: 1.05rem; }
  .nav-cta { text-align: center; margin-top: 16px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 66px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .hero-visual { min-height: 430px; }
  .floating-card { scale: .88; }
  .booking-card { right: -20px; }
  .lead-card { left: -18px; }
  .logos-content { align-items: flex-start; flex-direction: column; padding-block: 28px; }
  .business-types { justify-content: flex-start; gap: 13px 22px; }
  .split-heading, .pricing-intro, .faq-grid { grid-template-columns: 1fr; gap: 26px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .problem-number { margin-bottom: 30px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(n+3) { border-top: 1px solid var(--line); }
  .projects-heading { grid-template-columns: 1fr; gap: 24px; }
  .project-card { grid-template-columns: 1fr; }
  .portfolio-note { flex-direction: column; gap: 4px; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-grid section:nth-child(even) { padding-left: 0; border-left: 0; }
  .contact-card { padding: 38px 24px; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-meta { text-align: left; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 70px 0; }
  .hero h1 { font-size: 2.85rem; }
  .hero-text { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .trust-list { display: grid; gap: 10px; }
  .hero-visual { min-height: 370px; }
  .browser-body { padding: 16px; }
  .preview-hero { padding: 18px; min-height: 220px; }
  .preview-hero h3 { font-size: 1.15rem; }
  .preview-photo { height: 160px; }
  .floating-card { display: none; }
  .split-heading h2, .section-heading h2, .pricing-intro h2, .faq-heading h2, .solution-copy h2, .contact-copy h2 { font-size: 2.2rem; }
  .service-card, .price-card { padding: 26px; }
  .workflow-card { padding: 20px; }
  .workflow-row { gap: 10px; }
  .workflow-node { min-height: 120px; padding: 14px; }
  .workflow-node small { font-size: .67rem; }
  .project-preview { min-height: 330px; padding: 28px 16px 0; }
  .site-window, .dashboard-mockup { height: 300px; }
  .restaurant-composition, .venue-site, .shop-composition { height: 310px; }
  .order-phone { width: 124px; }
  .dialog-head, .dialog-grid, .dialog-footer { padding-left: 22px; padding-right: 22px; }
  .dialog-footer { align-items: stretch; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; border-top: 0; }
  .process-step, .process-step:not(:first-child) { padding: 26px 0; border-right: 0; border-top: 1px solid var(--line); min-height: auto; }
  .contact-form { padding: 20px; }
  .footer-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
