:root {
  color-scheme: light;
  --ink: #14211d;
  --muted: #63736e;
  --line: rgba(20, 33, 29, 0.12);
  --surface: #ffffff;
  --soft: #f0f7ec;
  --green: #145f46;
  --amber: #f4c35f;
  --dark: #14211d;
  --shadow: 0 28px 72px rgba(20, 33, 29, 0.13);
  font-family:
    "Archivo", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* Refined direction: Swiss outdoor operations */
:root {
  --ink: #10251f;
  --muted: #60706a;
  --line: rgba(16, 37, 31, 0.13);
  --surface: #fffdf7;
  --soft: #edf2e8;
  --green: #0c684b;
  --amber: #e8bb57;
  --dark: #0d241e;
  --shadow: 0 28px 80px rgba(13, 36, 30, 0.13);
  font-family: "Geist", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-padding-top: 96px; }

body {
  background: #f7f4ec;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  color: #fffdf7;
  background: #0c684b;
}

* {
  scrollbar-color: #0c684b #e7ebe2;
  scrollbar-width: thin;
}

*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: #e7ebe2; }
*::-webkit-scrollbar-thumb { background: #0c684b; border: 2px solid #e7ebe2; border-radius: 999px; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #e8bb57;
  outline-offset: 4px;
}

.site-main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.site-header {
  top: 18px;
  width: min(1120px, calc(100% - 40px));
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  padding: 8px 9px 8px 16px;
  background: rgba(255, 253, 247, 0.86);
  border-color: rgba(16, 37, 31, 0.08);
  box-shadow: 0 12px 42px rgba(13, 36, 30, 0.08);
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 247, 0.94);
  box-shadow: 0 16px 48px rgba(13, 36, 30, 0.12);
}

.brand img { height: 34px; }
.main-nav { gap: 2px; font-size: 0.72rem; }
.main-nav a { padding-inline: 15px; }
.language-switcher { background: transparent; border-color: transparent; }
.language-switcher button { min-width: 30px; padding-inline: 5px; }
.header-cta { min-height: 44px; padding-inline: 20px; }

.hero {
  min-height: 100svh;
  gap: clamp(52px, 7vw, 92px);
  padding: clamp(150px, 16vh, 190px) max(22px, calc((100vw - 1180px) / 2)) 140px;
  background:
    radial-gradient(circle at 12% 16%, rgba(12, 104, 75, 0.15), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(232, 187, 87, 0.22), transparent 27%),
    linear-gradient(180deg, #faf8f1 0%, #edf2e8 100%);
}

.hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.19;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.hero-content { width: 100%; min-width: 0; max-width: 1120px; }

.hero h1 {
  max-width: 1120px;
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 0.91;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-copy {
  max-width: 700px;
  margin-top: 30px;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.6;
}

.button { min-height: 54px; padding-inline: 28px; }
.button.primary, .header-cta { transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease; }
.button.primary:hover, .header-cta:hover { background: #09553e; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(12, 104, 75, 0.25); }
.button.secondary { background: rgba(255, 253, 247, 0.78); }

.hero-product { width: min(1100px, 100%); }
.hero-media { min-height: min(50vw, 590px); border-radius: 10px; box-shadow: 0 42px 100px rgba(13, 36, 30, 0.2); }
.hero-media img { transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.hero-product:hover .hero-media img { transform: scale(1.035); }
.hero-overlay { background: linear-gradient(180deg, rgba(13,36,30,0.02) 45%, rgba(13,36,30,0.55)); }
.booking-preview { right: 34px; bottom: -46px; border-radius: 12px; box-shadow: 0 26px 70px rgba(13, 36, 30, 0.23); }

.section {
  padding: clamp(112px, 13vw, 176px) max(22px, calc((100vw - 1180px) / 2));
}

.eyebrow { display: none; }
.section-heading { max-width: 960px; margin-bottom: 70px; }
h2 { font-size: clamp(2.8rem, 5.7vw, 5.15rem); line-height: 0.98; letter-spacing: -0.04em; text-wrap: balance; }
h3 { letter-spacing: -0.025em; }

.intro { background: #f7f4ec; }
.feature-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
}
.feature-grid article { min-height: 320px; padding: 38px; border: 0; border-radius: 0; }
.feature-grid article:nth-child(1) { grid-column: span 7; }
.feature-grid article:nth-child(2) { grid-column: span 5; background: #e8efe4; }
.feature-grid article:nth-child(n+3) { grid-column: span 4; }
.feature-grid article:nth-child(3) { background: var(--dark); color: #fff; }
.feature-grid article:nth-child(3) p { color: rgba(255,255,255,.68); }
.feature-icon, .process-grid span { margin-bottom: 72px; background: transparent; border: 1px solid currentColor; border-radius: 999px; }

.process { background: #fffdf7; }
.process-grid { grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process-grid article { min-height: 360px; padding: 42px 32px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; }
.process-grid article:last-child { border-right: 0; }
.process-grid article:hover { background: #f1f4ec; }

.split { gap: clamp(64px, 9vw, 124px); background: var(--soft); }
.operator-copy h2 { max-width: 650px; }
.operator-panel { border-radius: 10px; box-shadow: 0 32px 90px rgba(13,36,30,.16); }
.operator-panel img { transition: transform 800ms cubic-bezier(.2,.8,.2,1); }
.operator-panel:hover img { transform: scale(1.035); }
.metric-row { padding: 28px; }

.features { background: var(--dark); color: #fff; }
.features .section-heading { margin-inline: 0; text-align: left; }
.capability-grid {
  grid-template-columns: repeat(12, minmax(0,1fr));
  grid-auto-flow: dense;
  gap: 1px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.13);
}
.capability-grid article { grid-column: span 4; min-height: 260px; padding: 34px; border: 0; border-radius: 0; background: #143129; }
.capability-grid article:first-child { grid-column: span 8; }
.capability-grid article:nth-child(5) { grid-column: span 8; }
.capability-grid article:last-child { grid-column: span 4; }
.capability-grid p { color: rgba(255,255,255,.64); }
.capability-grid article { transition: background 260ms ease, transform 260ms ease; }
.capability-grid article:hover { background: #194537; transform: translateY(-4px); }

.product-view { min-height: 110vh; background: linear-gradient(155deg, #102c24 0%, #0b6a4b 100%); }
.product-view .section-heading { margin-bottom: 76px; }
.dashboard-shell { border-radius: 12px; box-shadow: 0 36px 100px rgba(0,0,0,.32); }

.use-cases { background: #f7f4ec; }
.use-case-grid { display: flex; gap: 1px; min-height: 520px; overflow: hidden; background: var(--line); border: 1px solid var(--line); }
.use-case-grid article { flex: 1 1 0; min-width: 0; min-height: 520px; padding: 36px 24px; border: 0; border-radius: 0; background: #fffdf7; transition: flex 600ms cubic-bezier(.2,.8,.2,1), background 300ms ease; }
.use-case-grid article:hover { flex: 2.3 1 0; background: #e8efe4; }
.use-case-grid p { opacity: .58; transition: opacity 300ms ease; }
.use-case-grid article:hover p { opacity: 1; }

.comparison { background: #fffdf7; }
.comparison .section-heading { margin-inline: 0; text-align: left; }
.comparison-table { max-width: 1180px; border: 0; border-radius: 0; }
.comparison-head { background: transparent; color: var(--muted); border-bottom: 1px solid var(--line); }
.comparison-row { min-height: 118px; align-items: center; border-bottom: 1px solid var(--line); }
.comparison-row + .comparison-row { border-top: 0; }
.comparison-row strong { font-size: 1.12rem; }

.pricing { background: #ecefe7; }
.pricing-grid { grid-template-columns: repeat(12, minmax(0,1fr)); gap: 18px; }
.price-card { border-radius: 12px; }
.price-card:nth-child(1), .price-card:nth-child(2) { grid-column: span 6; padding: 42px; }
.price-card:nth-child(3), .price-card:nth-child(4) { grid-column: span 6; padding: 28px 32px; display: grid; grid-template-columns: 1fr auto; gap: 8px 28px; align-items: start; }
.price-card:nth-child(3) ul, .price-card:nth-child(4) ul { display: none; }
.price-card:nth-child(3) .plan-summary, .price-card:nth-child(4) .plan-summary { grid-column: 1; min-height: 0; margin: 4px 0 0; }
.price-card:nth-child(3) .price, .price-card:nth-child(4) .price { grid-column: 2; grid-row: 1; margin: 0; font-size: 1.65rem; }
.price-card:nth-child(3) .monthly, .price-card:nth-child(4) .monthly,
.price-card:nth-child(3) .plan-note, .price-card:nth-child(4) .plan-note { grid-column: 1 / -1; min-height: 0; margin: 4px 0 0; }
.price-card.featured { background: var(--dark); box-shadow: 0 28px 80px rgba(13,36,30,.2); }
.badge { top: 24px; right: 24px; border-radius: 4px; }
.pricing-disclaimer { max-width: 760px; margin-top: 30px; color: var(--muted); font-weight: 600; }

.faq { background: #f7f4ec; }
.faq-grid { max-width: 980px; margin: 0 auto; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
.faq-grid details { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.faq-grid summary { min-height: 86px; padding-inline: 4px; font-size: 1.08rem; }
.faq-grid p { max-width: 760px; padding: 0 4px 28px; }

.contact {
  min-height: 92vh;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 470px);
  align-items: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(232,187,87,.17), transparent 26%),
    var(--dark);
  color: #fff;
}
.contact > div h2 { max-width: 690px; }
.contact > div p { max-width: 560px; color: rgba(255,255,255,.66); font-size: 1.08rem; }
.contact-form { grid-template-columns: 1fr 1fr; gap: 14px; padding: 30px; border-radius: 12px; box-shadow: 0 32px 90px rgba(0,0,0,.24); }
.contact-form label { font-size: .84rem; }
.contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4), .contact-message { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { border-radius: 6px; background: #f7f7f2; }
.contact-form button { grid-column: 1 / -1; min-height: 54px; }
.privacy-link { grid-column: 2; justify-self: end; align-self: center; }

.site-footer { padding-block: 38px; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .hero { min-height: auto; padding-top: 150px; }
  .feature-grid article, .feature-grid article:nth-child(n) { grid-column: span 12; min-height: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-grid article, .capability-grid article:first-child, .capability-grid article:nth-child(5), .capability-grid article:last-child { grid-column: span 6; }
  .use-case-grid { display: grid; min-height: 0; }
  .use-case-grid article { min-height: auto; }
  .use-case-grid article:hover { flex: none; }
  .price-card:nth-child(n) { grid-column: span 12; }
  .contact { min-height: auto; grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 24px);
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 10px 8px 14px;
  }
  .brand img { height: 30px; }
  .language-switcher {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    gap: 0;
    padding: 0;
  }
  .language-switcher button { min-width: 28px; min-height: 36px; padding: 0 4px; font-size: .62rem; }
  .nav-toggle { grid-column: 3; grid-row: 1; width: 38px; height: 38px; }
  .main-nav { top: calc(100% + 8px); }
  .hero { padding: 126px 18px 88px; }
  .hero h1 {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(2.8rem, 13.2vw, 3.55rem);
    line-height: .96;
    letter-spacing: -.04em;
  }
  .hero-copy { max-width: 34ch; font-size: 1rem; }
  .hero-media { min-height: 240px; }
  .hero-product { margin-bottom: 238px; }
  .booking-preview {
    position: absolute;
    top: calc(100% - 34px);
    right: 50%;
    bottom: auto;
    width: calc(100% - 36px);
    margin: 0;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 16px 36px rgba(13, 36, 30, .15);
    transform: translateX(50%);
  }
  .preview-topbar { margin-bottom: 12px; }
  .preview-topbar span { width: 7px; height: 7px; }
  .preview-tenant { gap: 10px; }
  .preview-tenant p, .preview-total span { font-size: .76rem; }
  .preview-tenant strong { font-size: .92rem; }
  .preview-tenant > span { padding: 5px 8px; font-size: .68rem; }
  .date-grid { gap: 7px; margin: 14px 0; }
  .date-grid span { min-height: 40px; font-size: .82rem; }
  .preview-total { gap: 10px; padding-top: 12px; }
  .preview-total strong { font-size: 1.12rem; }
  .preview-button { min-height: 42px; margin-top: 12px; font-size: .78rem; }
  .section { padding: 88px 18px; }
  h2 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .section-heading { margin-bottom: 46px; }
  .feature-grid article, .process-grid article, .capability-grid article { padding: 28px; }
  .feature-icon, .process-grid span { margin-bottom: 44px; }
  .capability-grid article, .capability-grid article:first-child, .capability-grid article:nth-child(5), .capability-grid article:last-child { grid-column: span 12; }
  .product-view { min-height: auto; }
  .product-view h2 { font-size: clamp(2.25rem, 10.5vw, 3rem); }
  .product-view .section-heading { margin-bottom: 38px; }
  .product-showcase { width: 100%; overflow: visible; padding-bottom: 0; }
  .dashboard-shell { width: 100%; min-width: 0; min-height: 0; transform-origin: center top; }
  .dashboard-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 14px; }
  .dashboard-sidebar button { min-height: 34px; padding-inline: 9px; font-size: .76rem; }
  .brand-small { margin-bottom: 2px; font-size: .86rem; }
  .dashboard-main { padding: 14px; }
  .dashboard-toolbar { flex-direction: row; align-items: center; gap: 10px; }
  .dashboard-toolbar span, .booking-row span { font-size: .72rem; }
  .dashboard-toolbar strong { font-size: 1.08rem; }
  .dashboard-toolbar button { min-height: 34px; padding-inline: 10px; font-size: .72rem; }
  .dashboard-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .dashboard-metrics div { padding: 9px; border-radius: 8px; }
  .dashboard-metrics span { font-size: .64rem; }
  .dashboard-metrics strong { font-size: .84rem; }
  .booking-list { gap: 6px; }
  .booking-row { min-height: 54px; flex-direction: row; align-items: center; gap: 8px; padding: 9px 9px 9px 29px; border-radius: 8px; }
  .booking-row .status { top: 20px; left: 11px; width: 9px; height: 9px; }
  .booking-row strong { font-size: .82rem; }
  .booking-row b { margin-left: auto; font-size: .78rem; white-space: nowrap; }
  .price-card:nth-child(1), .price-card:nth-child(2) { padding: 30px 24px; }
  .price-card:nth-child(3), .price-card:nth-child(4) { display: block; padding: 25px 22px; }
  .price-card:nth-child(3) .price, .price-card:nth-child(4) .price { margin-top: 14px; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form label, .privacy-link, .contact-form button { grid-column: 1 / -1 !important; }
  .privacy-link { justify-self: start; }
}

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

@layer legacy {

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbfaf5;
}

body::before {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 20px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 9px 10px 9px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(20, 33, 29, 0.1);
  backdrop-filter: blur(20px);
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(20, 33, 29, 0.13);
}

.site-header.is-hidden {
  pointer-events: none;
  transform: translate(-50%, -130%);
}

.brand,
.main-nav,
.hero-actions,
.metric-row,
.dashboard-toolbar,
.booking-row {
  display: flex;
  align-items: center;
}

.brand {
  flex-shrink: 0;
}

.brand img {
  width: auto;
  height: 38px;
}

.main-nav {
  justify-content: center;
  gap: 6px;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.main-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
}

.main-nav a:hover {
  background: #edf6ea;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: var(--green);
  border-radius: 999px;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.site-header.menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.site-header.menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.header-cta,
.button,
.preview-button,
.dashboard-toolbar button,
.contact-form button,
.language-switcher button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.language-switcher {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  background: #edf6ea;
  border: 1px solid rgba(20, 33, 29, 0.08);
  border-radius: 999px;
}

.language-switcher button {
  min-width: 34px;
  min-height: 34px;
  padding: 0 8px;
  color: var(--muted);
  background: transparent;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.language-switcher button.active {
  color: #fff;
  background: var(--green);
}

.header-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 16px;
  color: #fff;
  background: var(--green);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.site-header.is-scrolled .header-cta {
  color: #fff;
  background: var(--green);
}

.hero {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
  padding: 148px max(20px, calc((100vw - 1180px) / 2)) 96px;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 14%, rgba(20, 95, 70, 0.14), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(244, 195, 95, 0.19), transparent 30%),
    linear-gradient(180deg, #fbfaf5 0%, #f2f7ed 100%);
  overflow: visible;
}

.hero-product {
  position: relative;
  width: min(1020px, 100%);
  justify-self: center;
}

.hero-media {
  position: relative;
  min-height: min(54vw, 520px);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(20, 33, 29, 0.42));
}

.hero-content,
.booking-preview {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 900px;
  justify-self: center;
  color: var(--ink);
  text-align: center;
}

.eyebrow {
  margin: 0 auto 18px;
  padding: 8px 12px;
  width: fit-content;
  border: 1px solid rgba(20, 95, 70, 0.18);
  border-radius: 999px;
  background: rgba(20, 95, 70, 0.09);
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.15rem, 6.7vw, 6.25rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.9vw, 1.42rem);
  line-height: 1.55;
}

.hero-actions {
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.button.primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 26px rgba(20, 95, 70, 0.22);
}

.button.secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.12);
}

.booking-preview {
  position: absolute;
  right: 28px;
  bottom: -34px;
  width: min(360px, calc(100% - 56px));
  margin: 0;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.12);
  border-radius: 22px;
  box-shadow: 0 22px 56px rgba(20, 33, 29, 0.18);
  z-index: 3;
}

.preview-topbar {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}

.preview-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #b7c6c1;
}

.preview-tenant,
.preview-total {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.preview-tenant p,
.preview-total span {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.preview-tenant strong {
  display: block;
  margin-top: 4px;
}

.preview-tenant > span {
  height: fit-content;
  padding: 7px 10px;
  color: var(--green);
  background: #dff3eb;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.date-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.date-grid span {
  min-height: 52px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: #f3f7f5;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.date-grid .selected {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.preview-total {
  align-items: flex-end;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.preview-total strong {
  font-size: 1.45rem;
}

.preview-button {
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  color: #fff;
  background: var(--green);
}

.section {
  padding: clamp(76px, 10vw, 118px) max(20px, calc((100vw - 1180px) / 2));
}

.section-heading {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading.compact {
  max-width: 760px;
}

h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: none;
}

h3 {
  margin: 0;
  font-size: 1.38rem;
  font-weight: 600;
}

p {
  line-height: 1.65;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}

.process-grid,
.capability-grid,
.use-case-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.use-case-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-grid article,
.process-grid article,
.capability-grid article,
.use-case-grid article,
.comparison-table,
.faq-grid details,
.price-card {
  padding: 30px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.feature-grid article {
  padding: 30px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.feature-grid article:last-child {
  border-right: 1px solid var(--line);
}

.process {
  background: #fff;
}

.process-grid article {
  position: relative;
  min-height: 250px;
  border-radius: 22px;
}

.process-grid span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
  color: var(--green);
  background: #eef8ef;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 900;
}

.process-grid h3,
.capability-grid h3,
.use-case-grid h3 {
  line-height: 1.2;
}

.process-grid p,
.capability-grid p,
.use-case-grid p,
.faq-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.feature-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
  color: var(--green);
  background: #eef8ef;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 900;
}

.feature-grid p,
.operator-copy p,
.contact p {
  color: var(--muted);
}

.features {
  background: #fff;
}

.capability-grid article {
  min-height: 206px;
}

.use-cases {
  background: var(--soft);
}

.use-case-grid article {
  min-height: 220px;
}

.comparison {
  background: #fff;
}

.comparison-table {
  padding: 0;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
}

.comparison-head,
.comparison-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.comparison-head {
  color: #fff;
  background: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-head span,
.comparison-row span,
.comparison-row strong {
  padding: 18px 22px;
}

.comparison-row + .comparison-row {
  border-top: 1px solid var(--line);
}

.comparison-row span {
  color: var(--muted);
}

.comparison-row strong {
  color: var(--green);
}

.comparison-row span::before,
.comparison-row strong::before {
  display: none;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1.16fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
  background: var(--soft);
}

.operator-copy {
  max-width: 650px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 750;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
}

.operator-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.operator-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.metric-row {
  justify-content: space-between;
  gap: 14px;
  padding: 22px;
}

.metric-row strong {
  display: block;
  font-size: 1.8rem;
}

.metric-row span {
  color: var(--muted);
  font-size: 0.9rem;
}

.product-view {
  background:
    radial-gradient(circle at 88% 18%, rgba(244, 195, 95, 0.14), transparent 30%),
    linear-gradient(135deg, #12382f 0%, #145f46 100%);
  color: #fff;
}

.product-view .eyebrow {
  color: #fff;
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}

.product-showcase.simple {
  grid-template-columns: minmax(0, 980px);
  justify-content: center;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  overflow: hidden;
  min-height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: #f8fbf9;
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.dashboard-sidebar {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 18px;
  background: #edf2f7;
  border-right: 1px solid var(--line);
}

.brand-small {
  margin-bottom: 16px;
  color: var(--green);
  font-weight: 900;
}

.dashboard-sidebar button {
  min-height: 36px;
  padding: 0 10px;
  text-align: left;
  border: 0;
  border-radius: 10px;
  color: var(--muted);
  background: transparent;
  font-weight: 800;
}

.dashboard-sidebar button.active {
  color: #fff;
  background: var(--green);
}

.dashboard-main {
  padding: clamp(18px, 3.2vw, 28px);
}

.dashboard-toolbar {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.dashboard-toolbar span,
.booking-row span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.dashboard-toolbar strong {
  display: block;
  margin-top: 4px;
  font-size: 1.42rem;
}

.dashboard-toolbar button {
  min-height: 38px;
  padding: 0 13px;
  color: #fff;
  background: var(--green);
}

.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.dashboard-metrics div {
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.dashboard-metrics span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
}

.dashboard-metrics strong {
  display: block;
  margin-top: 4px;
  font-size: 1.05rem;
}

.booking-list {
  display: grid;
  gap: 9px;
}

.booking-row {
  gap: 11px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
}

.booking-row div {
  flex: 1;
}

.status {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.status.paid {
  background: var(--green);
}

.status.pending {
  background: var(--amber);
}

.pricing {
  background: #fbfaf5;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  color: #fff;
  background: linear-gradient(180deg, #16684b 0%, #0f4d3d 100%);
  border-color: rgba(20, 33, 29, 0);
  box-shadow: 0 24px 58px rgba(20, 95, 70, 0.25);
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  margin: 0;
  padding: 6px 10px;
  color: var(--ink);
  background: #ffd166;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 16px 0 0;
  font-size: clamp(1.9rem, 2.35vw, 2.72rem);
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.custom-price {
  font-size: clamp(1.72rem, 2.1vw, 2.32rem);
}

.plan-summary {
  min-height: 112px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.plan-note {
  min-height: 68px;
  margin: 14px 0 0;
  color: #68736f;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.5;
}

.pricing-disclaimer {
  max-width: 940px;
  margin: 18px 0 0;
  color: #8a6418;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.45;
}

.price span,
.monthly,
.price-card li {
  color: var(--muted);
  font-size: 0.95rem;
}

.monthly {
  min-height: 56px;
  margin: 16px 0 0;
  line-height: 1.45;
}

.price span {
  white-space: nowrap;
}

.price-card.featured .price span,
.price-card.featured .monthly,
.price-card.featured .plan-summary,
.price-card.featured .plan-note,
.price-card.featured li {
  color: rgba(255, 255, 255, 0.82);
}

.price-card ul {
  display: grid;
  gap: 10px;
  align-content: start;
  margin: 20px 0 0;
  padding-left: 18px;
}

.faq {
  background: var(--soft);
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid details {
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
}

.faq-grid summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
  list-style: none;
}

.faq-grid summary::marker {
  display: none;
  content: "";
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1;
  content: "+";
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.faq-grid details[open] summary::after {
  background: var(--dark);
  transform: rotate(45deg);
}

.faq-grid p {
  margin: 0;
  padding: 0 22px 22px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 480px);
  gap: clamp(26px, 6vw, 80px);
  align-items: start;
  background: var(--soft);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: var(--ink);
  background: #f8faf8;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.contact-form textarea {
  padding: 12px;
  resize: vertical;
}
.contact-message, .contact-consent, .form-status { grid-column: 1 / -1; }
.contact-consent { grid-template-columns: 20px 1fr !important; align-items: start; color: var(--ink) !important; font-size: 0.78rem !important; font-weight: 500 !important; }
.contact-consent input { width: 18px; min-height: 18px; margin: 1px 0 0; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 1.4em; margin: 0; font-size: 0.82rem; font-weight: 700; }
.privacy-link { grid-column: 1 / -1; width: max-content; color: var(--green); font-size: 0.78rem; font-weight: 750; text-decoration: underline; }
.form-status.success { color: #18794e; }
.form-status.error { color: #a22727; }
.contact-form button:disabled { opacity: 0.65; cursor: wait; }

.contact-form button {
  min-height: 48px;
  color: #fff;
  background: var(--green);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto auto;
  align-items: center;
  gap: 28px;
  padding: 34px max(20px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, 0.78);
  background: var(--dark);
}

.footer-brand img {
  display: block;
  width: auto;
  height: 40px;
  filter: grayscale(1) brightness(0) invert(1);
}

.footer-brand p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.45;
}

.footer-meta,
.footer-links {
  display: flex;
  align-items: center;
}

.footer-meta {
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 750;
}

.footer-meta span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.footer-meta a,
.footer-links a {
  color: #fff;
}

.footer-meta a {
  margin-left: 4px;
}

.footer-links {
  gap: 14px;
  justify-content: flex-end;
  font-size: 0.82rem;
  font-weight: 800;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover,
.footer-meta a:hover {
  color: #fff;
}

.legal-page {
  min-height: 100vh;
  padding: 42px max(20px, calc((100vw - 820px) / 2)) 80px;
  background:
    radial-gradient(circle at 14% 8%, rgba(20, 95, 70, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfaf5 0%, #f0f7ec 100%);
}

.legal-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.legal-back {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  color: var(--green);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 850;
}

.legal-content {
  margin-top: 56px;
  padding: clamp(28px, 6vw, 56px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.legal-content .eyebrow {
  margin-left: 0;
}

.legal-content h1 {
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.legal-content p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

@media (max-width: 1180px) {
  .product-showcase {
    grid-template-columns: 1fr;
    max-width: 980px;
  }

  .capability-grid,
  .use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-summary {
    min-height: 88px;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .brand {
    grid-column: 1;
  }

  .language-switcher {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: grid;
    grid-column: 3;
    grid-row: 1;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    gap: 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(20, 33, 29, 0.12);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(20, 33, 29, 0.13);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-header.menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    justify-content: flex-start;
    min-height: 46px;
    padding: 0 12px;
  }

  .hero,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 128px;
  }

  .hero-media {
    min-height: 420px;
  }

  .booking-preview {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(420px, 100%);
    margin: -44px auto 0;
    align-self: auto;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .process-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .comparison-head,
  .comparison-row {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    background: #fbfaf5;
    border-radius: 20px;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px 16px;
  }

  .comparison-row + .comparison-row {
    border-top: 1px solid rgba(20, 33, 29, 0.1);
  }

  .comparison-row span {
    border-bottom: 1px solid rgba(217, 225, 221, 0.72);
  }

  .comparison-row span,
  .comparison-row strong {
    padding: 0;
  }

  .comparison-row span {
    padding-bottom: 13px;
  }

  .comparison-row strong {
    padding-top: 13px;
    border-bottom: 0;
  }

  .comparison-row span::before,
  .comparison-row strong::before {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    content: attr(data-label);
  }

  .comparison-row strong::before {
    color: var(--green);
  }

  .comparison .section-heading {
    max-width: 520px;
    margin-bottom: 28px;
  }

  .comparison .eyebrow {
    margin-bottom: 14px;
  }

  .comparison h2 {
    font-size: clamp(2.15rem, 9vw, 3.1rem);
    line-height: 1;
  }

  .dashboard-shell {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-meta,
  .footer-links {
    justify-content: center;
  }

  .footer-brand img {
    margin-inline: auto;
  }

  .dashboard-sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .brand-small {
    grid-column: 1 / -1;
    margin-bottom: 6px;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 24px);
    padding: 10px 12px 10px 14px;
  }

  .language-switcher {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
  }

  .language-switcher button {
    flex: 1;
  }

  .hero {
    padding: 116px 20px 64px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.4rem);
    line-height: 0.92;
  }

  .hero-media {
    min-height: 340px;
  }

  .booking-preview {
    width: calc(100% - 24px);
    margin-top: -34px;
    box-shadow: 0 18px 44px rgba(20, 33, 29, 0.16);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 52px 16px;
  }

  .comparison {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .comparison .section-heading {
    margin-bottom: 22px;
  }

  .comparison h2 {
    font-size: clamp(2rem, 11vw, 2.75rem);
  }

  .comparison-row {
    padding: 16px 14px;
  }

  .comparison-row span,
  .comparison-row strong {
    font-size: 0.95rem;
    line-height: 1.42;
  }

  .comparison-row span::before,
  .comparison-row strong::before {
    margin-bottom: 4px;
    font-size: 0.62rem;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid,
  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article,
  .capability-grid article,
  .use-case-grid article {
    min-height: auto;
  }

  .dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .price-card {
    display: flex;
  }

  .plan-summary,
  .monthly,
  .plan-note {
    min-height: 0;
  }

  .metric-row,
  .dashboard-toolbar,
  .booking-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-meta,
  .footer-links {
    gap: 10px;
  }

  .dashboard-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-row {
    position: relative;
    padding-left: 34px;
  }

  .booking-row .status {
    position: absolute;
    top: 22px;
    left: 14px;
  }
}

}
