

:root {
  --ink: #07110f;
  --ink-2: #0d1916;
  --ink-3: #14231f;
  --pistachio: #b9f45f;
  --pistachio-2: #d9ff9a;
  --cream: #f4f3ec;
  --paper: #fbfaf6;
  --muted: #9aa69f;
  --dark-text: #102019;
  --line: rgba(14, 31, 25, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 64px, 1380px);
  height: 96px;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  column-gap: 22px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.logo-link { justify-self: start; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.clock-mark {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pistachio);
  color: white;
  box-shadow: 0 0 0 5px rgba(185,244,95,.08);
}
.clock-mark span {
  position: absolute;
  left: 45%;
  top: 60%;
  width: 11px;
  height: 13px;
  border-left: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  border-radius: 0 0 0 1px;
  transform: translateY(-100%);
}
.wordmark { font-size: 28px; font-weight: 750; letter-spacing: -1.4px; }
.mirrored-k { display: inline-block; color: var(--pistachio); margin: 0 1px; }
.site-header nav { display: flex; gap: 40px; color: rgba(255,255,255,.72); font-size: 18px; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--pistachio); }
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.55);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.language-switch a {
  color: rgba(255,255,255,.55);
  transition: color .2s ease;
}
.language-switch a:hover { color: var(--pistachio); }
.language-switch span[aria-current="page"] { color: var(--pistachio); }
.language-switch i { color: rgba(255,255,255,.24); font-style: normal; }
.site-header > .cta { justify-self: end; min-width: 128px; padding: 11px 14px; }

.cta {
  cursor: not-allowed;
  min-height: 52px;
  padding: 13px 16px 13px 20px;
  border-radius: 999px;
  background: var(--pistachio);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-weight: 750;
  box-shadow: 0 16px 38px rgba(153,220,58,.12);
}
.cta small {
  display: none;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cta:hover small { display: inline; }
.cta:hover > span:first-child { display: none; }
.cta-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
}
.cta-light { background: var(--cream); border: 1px solid rgba(7,17,15,.16); box-shadow: none; }

.hero {
  min-height: 900px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 150px max(32px, calc((100vw - 1380px)/2)) 90px;
}
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo {
  background: linear-gradient(90deg, var(--ink), transparent), url("assets/hero-linkiu.webp") center/cover no-repeat;
  opacity: .92;
}
.hero-shade {
  background:
    radial-gradient(circle at 73% 43%, rgba(185,244,95,.09), transparent 28%),
    linear-gradient(90deg, rgba(7,17,15,.98) 0%, rgba(7,17,15,.88) 37%, rgba(7,17,15,.2) 72%, rgba(7,17,15,.42) 100%),
    linear-gradient(0deg, var(--ink) 0%, transparent 28%);
}
.hero-content { position: relative; z-index: 2; width: min(700px, 53vw); padding-top: 36px; }
.eyebrow {
  margin: 0 0 22px;
  color: var(--pistachio);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #52714d; }
.hero h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(56px, 6.2vw, 92px);
  line-height: .97;
  letter-spacing: -.065em;
  font-weight: 700;
}
.hero h1 em { color: var(--pistachio); font-style: normal; }
.hero-copy {
  max-width: 590px;
  margin: 30px 0 34px;
  color: rgba(255,255,255,.72);
  font-size: 19px;
  line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { font-size: 14px; font-weight: 700; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.text-link span { color: var(--pistachio); margin-left: 8px; }
.data-protection-note {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.54);
  max-width: 550px;
  font-size: 14px;
  line-height: 1.5;
}
.data-protection-note svg { width: 20px; min-width: 20px; fill: none; stroke: var(--pistachio); stroke-width: 1.5; }
.data-protection-note strong { color: rgba(255,255,255,.82); }

.conversation-card {
  position: absolute;
  z-index: 3;
  right: max(42px, calc((100vw - 1380px)/2));
  bottom: 94px;
  width: 360px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(9,25,21,.79);
  box-shadow: 0 34px 90px rgba(0,0,0,.36);
  backdrop-filter: blur(18px);
  transform: rotate(1.5deg);
}
.conversation-head { display: flex; align-items: center; gap: 10px; padding: 0 2px 15px; }
.mini-mark { width: 30px; height: 30px; display: grid; place-items: center; background: var(--pistachio); color: black; border-radius: 50%; font-weight: 900; }
.conversation-head div { display: flex; flex-direction: column; line-height: 1.2; }
.conversation-head strong { font-size: 15px; }
.conversation-head small { color: var(--muted); font-size: 11px; }
.conversation-head i { width: 7px; height: 7px; background: var(--pistachio); border-radius: 50%; margin-left: auto; box-shadow: 0 0 0 5px rgba(185,244,95,.08); }
.bubble { width: 85%; margin: 7px 0; padding: 11px 13px; border-radius: 14px; font-size: 12px; line-height: 1.45; }
.bubble b { display: block; margin-top: 7px; color: #40542b; }
.bubble-user { margin-left: auto; background: var(--pistachio); color: #1b2915; border-bottom-right-radius: 4px; }
.bubble-linkiu { background: white; color: #2d3833; border-bottom-left-radius: 4px; }
.bubble.short { width: fit-content; min-width: 120px; }
.confirmed { margin-top: 14px; border-top: 1px solid rgba(255,255,255,.1); padding: 14px 4px 2px; color: rgba(255,255,255,.78); font-size: 12px; display: flex; align-items: center; gap: 8px; }
.confirmed span { width: 20px; height: 20px; border-radius: 50%; background: var(--pistachio); color: var(--ink); display: grid; place-items: center; font-weight: 900; }

.trust-strip {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  max-width: 1380px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
}
.trust-strip > * { margin: 0; padding: 26px 24px; border-right: 1px solid rgba(255,255,255,.1); font-size: 15px; }
.trust-strip p { color: white; font-size: 16px; font-weight: 700; }
.trust-strip span { color: var(--pistachio); margin-right: 10px; font-size: 15px; }

.section { padding: 130px max(32px, calc((100vw - 1240px)/2)); }
.intro { background: var(--paper); color: var(--dark-text); }
.section-heading { display: grid; grid-template-columns: 1fr; }
.section h2, .service-showcase h2, .comparison-section h2, .loyalty h2, .final-cta h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -.055em;
}
.section-lead { max-width: 680px; /*margin: 28px 0 60px auto;*/ color: #5f6d66; font-size: 18px; line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps article { position: relative; padding: 42px 42px 10px 0; border-right: 1px solid var(--line); min-height: 280px; }
.steps article + article { padding-left: 42px; }
.steps article:last-child { border-right: 0; }
.steps article > span { position: absolute; right: 28px; top: 44px; color: #9fab9f; font: var(--font-geist-mono), monospace; font-size: 18px; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--pistachio); }
.step-icon svg { width: 23px; fill: none; stroke: var(--ink); stroke-width: 1.5; }
.steps h3 { margin: 26px 0 12px; font-size: 20px; }
.steps p { margin: 0; max-width: 300px; color: #68766f; line-height: 1.6; font-size: 16px; }

.advantages { background: var(--ink); display: grid; grid-template-columns: 1fr 1.05fr; gap: 8vw; align-items: center; }
.advantages-photo {
  min-height: 670px;
  position: relative;
  border-radius: 4px 120px 4px 4px;
  background: url("assets/benefits-linkiu.webp") center/cover no-repeat;
  overflow: hidden;
}
.advantages-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,17,15,.58), transparent 55%); }
.photo-stat { position: absolute; z-index: 2; left: 28px; bottom: 28px; width: 190px; padding: 18px; background: var(--pistachio); color: var(--ink); }
.photo-stat strong { display: block; font-size: 36px; letter-spacing: -.04em; }
.photo-stat span { font-size: 15px; font-weight: 700; }
.advantages-copy > h2 { max-width: 650px; }
.advantages-copy > p:not(.eyebrow) { margin: 28px 0 42px; max-width: 590px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 34px; }
.benefit-grid article { display: flex; gap: 15px; }
.benefit-grid svg { width: 25px; min-width: 25px; fill: none; stroke: var(--pistachio); stroke-width: 1.5; }
.benefit-grid h3 { margin: 0 0 7px; font-size: 15px; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.48); font-size: 15px; line-height: 1.55; }

.audience-section {
  padding: 130px max(32px, calc((100vw - 1240px)/2));
  background: var(--paper);
  color: var(--dark-text);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
  gap: clamp(60px, 7vw, 110px);
  align-items: start;
}
.audience-cards {
  position: relative;
  min-height: 760px;
  isolation: isolate;
}
.audience-visual { min-width: 0; }
.professional-card {
  position: absolute;
  width: 55%;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 7px solid white;
  border-radius: 24px;
  background: #dfe5dd;
  box-shadow: 0 24px 60px rgba(7,17,15,.19);
}
.professional-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.card-physio { z-index: 1; top: 3%; left: 0; transform: rotate(-1.8deg); }
.card-barber { z-index: 2; top: 0; right: 0; transform: rotate(1.5deg); }
.card-consultant { z-index: 3; bottom: 0; left: 2%; transform: rotate(1.2deg); }
.card-workshop { z-index: 4; right: 1%; bottom: 3%; transform: rotate(-1.4deg); }
.audience-card-note {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-1deg);
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  min-width: 190px;
  background: var(--pistachio);
  color: var(--ink);
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(7,17,15,.2);
}
.audience-card-note strong { font-size: 21px; letter-spacing: -.03em; }
.audience-card-note span { margin-top: 3px; font-size: 13px; font-weight: 700; }
.audience-content > h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -.055em;
}
.audience-lead {
  max-width: 760px;
  margin: 30px 0 18px;
  color: #5f6d66;
  font-size: 18px;
  line-height: 1.7;
}
.audience-claim {
  margin: 0 0 54px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}
.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.sector-grid article {
  min-height: 170px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sector-grid h3 { margin: 0 0 12px; font-size: 17px; }
.sector-grid p { margin: 0; color: #68766f; font-size: 15px; line-height: 1.6; }
.audience-types {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}
.audience-types article { padding: 16px 18px; background: #e8eee7; border-radius: 16px; }
.audience-types h3 { margin: 0 0 6px; font-size: 18px; line-height: 1.18; }
.audience-types p { margin: 0; color: #68766f; font-size: 15px; line-height: 1.55; }
.audience-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding: 12px 13px 12px 20px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 15px 34px rgba(7,17,15,.12);
  transition: transform .2s ease, box-shadow .2s ease;
}
.audience-cta:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(7,17,15,.18); }
.audience-cta-arrow {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  border-radius: 50%;
  background: var(--pistachio);
  color: var(--ink);
}

.service-showcase {
  background: var(--pistachio);
  color: var(--dark-text);
  padding: 110px max(32px, calc((100vw - 1240px)/2));
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 10vw;
  align-items: center;
}
.service-showcase p:not(.eyebrow) { max-width: 590px; margin: 26px 0 0; color: #48603f; line-height: 1.7; font-size: 18px;}
.service-list { border-top: 1px solid rgba(7,17,15,.3); }
.service-list article { display: flex; justify-content: space-between; align-items: center; padding: 24px 4px; border-bottom: 1px solid rgba(7,17,15,.3); }
.service-list span { font-size: 16px; }
.service-list b { padding: 8px 13px; border-radius: 99px; background: rgba(255,255,255,.55); font-size: 15px; }

.platform-comparison {
  padding: 125px max(32px, calc((100vw - 1240px)/2));
  overflow: hidden;
  background: #f4f1e9;
  color: var(--dark-text);
}
.platform-comparison-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
  margin-bottom: 56px;
}
.platform-comparison h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.platform-comparison-intro {
  padding: 0 0 5px 26px;
  border-left: 2px solid var(--pistachio);
}
.platform-comparison-intro p {
  margin: 0;
  color: #5f6d66;
  font-size: 17px;
  line-height: 1.7;
}
.platform-comparison-intro strong {
  display: block;
  margin-top: 17px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
}
.platform-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(7,17,15,.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 75px rgba(7,17,15,.08);
}
.platform-table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.platform-table th,
.platform-table td {
  padding: 21px 24px;
  border: 0;
  border-bottom: 1px solid rgba(7,17,15,.1);
  vertical-align: top;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}
.platform-table thead th {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(7,17,15,.16) !important;
  background: var(--ink);
  color: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 750;
}
.platform-table thead th:first-child { width: 24%; color: white; }
.platform-table thead th:nth-child(2),
.platform-table thead th:nth-child(3) { width: 38%; }
.platform-table .platform-linkiu-head {
  background: var(--pistachio);
  color: var(--ink);
}
.platform-linkiu-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 900;
}
.platform-linkiu-head span::after {
  content: "La opción directa";
  padding: 5px 8px;
  border-radius: 99px;
  background: rgba(7,17,15,.1);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
html[lang="en"] .platform-linkiu-head span::after { content: "The direct option"; }
.platform-table tbody th {
  width: auto;
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}
.platform-table tbody td {
  position: relative;
  padding-left: 62px;
  color: #617068;
}
.platform-table tbody td.platform-linkiu {
  background: rgba(185,244,95,.16);
  color: #26372e;
  font-weight: 700;
}
.platform-table tr:last-child th,
.platform-table tr:last-child td { border-bottom: 0; }
.platform-mark {
  position: absolute;
  top: 21px;
  left: 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--pistachio);
  font-size: 12px;
  font-weight: 900;
}
.platform-mark.neutral {
  border: 1px solid rgba(7,17,15,.14);
  background: #eef0eb;
  color: #718078;
}
.platform-comparison-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding: 28px 30px;
  border-radius: 18px;
  background: var(--ink);
  color: white;
}
.platform-comparison-footer > div { display: flex; flex-direction: column; }
.platform-comparison-footer strong { font-size: 19px; letter-spacing: -.02em; }
.platform-comparison-footer > div span { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 14px; }
.platform-comparison-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 225px;
  padding: 10px 11px 10px 20px;
  border-radius: 999px;
  background: var(--pistachio);
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.platform-comparison-cta > span:last-child {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--pistachio);
}
.platform-comparison-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(185,244,95,.12); }
.platform-comparison-note {
  margin: 16px 3px 0;
  color: #7a867f;
  font-size: 12px;
  line-height: 1.55;
}

.pricing { background: var(--ink); }
.pricing-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 70px; }
.billing-note { display: flex; flex-direction: column; text-align: right; color: rgba(255,255,255,.55); font-size: 13px; }
.billing-note strong { margin-top: 4px; color: var(--pistachio); font-size: 18px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-card { position: relative; min-height: 590px; padding: 34px; display: flex; flex-direction: column; background: #101d19; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; }
.plan-card.featured { background: var(--pistachio); color: var(--ink); transform: translateY(-18px); border-color: var(--pistachio); box-shadow: 0 30px 80px rgba(185,244,95,.12); }
.popular { position: absolute; top: -15px; right: 28px; padding: 8px 14px; border-radius: 99px; background: white; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plan-top p { margin: 0 0 6px; color: var(--pistachio); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.featured .plan-top p { color: #526d31; }
.plan-top h3 { margin: 0 0 14px; font-size: 30px; letter-spacing: -.04em; }
.plan-top > span { display: block; min-height: 58px; color: rgba(255,255,255,.52); font-size: 16px; line-height: 1.5; }
.featured .plan-top > span { color: rgba(7,17,15,.63); }
.price { margin: 28px 0; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.featured .price { border-color: rgba(7,17,15,.18); }
.price strong { font-size: 42px; letter-spacing: -.05em; }
.price > span { color: rgba(255,255,255,.52); font-size: 14px; margin-left: 4px; }
.featured .price > span { color: rgba(7,17,15,.55); }
.price small { display: block; margin-top: 8px; color: rgba(255,255,255,.48); font-size: 15px; }
.price small span { color: rgba(255, 255, 255, .56); font-size: 13px; }
.featured .price small { color: rgba(7,17,15,.56); }
.featured .price small span { color: rgba(7, 17, 15, .55); font-size: 13px; }
.plan-card ul { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 13px; font-size: 16px; }
.plan-card li { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.72); }
.featured li { color: rgba(7,17,15,.78); }
.plan-card li i { font-style: normal; color: var(--pistachio); font-weight: 900; }
.featured li i { color: var(--ink); }
.plan-card .cta { margin-top: auto; width: 100%; }
.featured .cta { background: var(--ink); color: white; }
.featured .cta-arrow { background: var(--pistachio); color: var(--ink); }
.booking-packs {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  /*max-width: 1120px;*/
  margin: 54px auto 0;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 54px;
  align-items: center;
  border: 1px solid rgba(185,244,95,.24);
  border-radius: 24px;
  background: linear-gradient(135deg, #11211b 0%, #0d1916 100%);
  box-shadow: 0 28px 70px rgba(0,0,0,.16);
}
.booking-packs::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 300px;
  top: -180px;
  right: -80px;
  border-radius: 50%;
  background: rgba(185,244,95,.12);
  filter: blur(10px);
}
.booking-packs-kicker {
  margin: 0 0 10px;
  color: var(--pistachio);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.booking-packs h3 { margin: 0; font-size: 30px; line-height: 1.08; letter-spacing: -.035em; }
.booking-packs-copy > p:last-child {
  max-width: 600px;
  margin: 15px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 15px;
  line-height: 1.65;
}
.booking-packs-details { padding-left: 32px; border-left: 1px solid rgba(255,255,255,.12); }
.booking-packs-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.booking-packs-tags span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(185,244,95,.1);
  color: var(--pistachio-2);
  font-size: 15px;
  font-weight: 750;
}
.booking-packs-details > p {
  display: flex;
  gap: 10px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.5);
  font-size: 14px;
  line-height: 1.55;
}
.booking-packs-details > p i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--pistachio);
  box-shadow: 0 0 0 5px rgba(185,244,95,.08);
}
.tax-note { text-align: center; margin: 25px 0 0; color: rgba(255,255,255,.42); font-size: 13px; }

.comparison-section { padding: 120px max(32px, calc((100vw - 1240px)/2)); background: var(--paper); color: var(--dark-text); }
.comparison-head { margin-bottom: 48px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: white; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 18px 22px; border-bottom: 1px solid var(--line); text-align: center; font-size: 15px; }
thead th { padding-top: 24px; padding-bottom: 24px; font-size: 17px; border-bottom: 1px #ccc solid !important; }
thead th:first-child, tbody th { text-align: left; }
tbody th { width: 40%; font-weight: 600; color: #3c4b43; }
tbody td { color: #607068; }
.selected { background: rgba(185,244,95,.17); color: var(--dark-text); font-weight: 700; }
tr:last-child th, tr:last-child td { border-bottom: 0; }
.definitions { display: flex; gap: 40px; margin-top: 24px; color: #718078; font-size: 13px; line-height: 1.5; }
.definitions p { flex: 1; margin: 0; }

.hub-section {
  padding: 110px max(32px, calc((100vw - 1240px)/2));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(60px, 7vw, 105px);
  align-items: center;
  background: #102019;
  color: white;
}
.hub-content h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 1.01;
  letter-spacing: -.055em;
}
.hub-lead {
  max-width: 660px;
  margin: 28px 0 20px;
  color: rgba(255,255,255,.63);
  font-size: 17px;
  line-height: 1.72;
}
.hub-direct {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 36px;
  color: white;
  font-size: 15px;
  font-weight: 800;
}
.hub-direct > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  border-radius: 50%;
  background: var(--pistachio);
  color: var(--ink);
}
.hub-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.hub-features article {
  min-height: 126px;
  padding: 19px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}
.hub-features article > span {
  padding-top: 3px;
  color: var(--pistachio);
  font: 11px var(--font-geist-mono), monospace;
  font-weight: 800;
}
.hub-features h3 { margin: 0 0 7px; font-size: 16px; line-height: 1.25; }
.hub-features p { margin: 0; color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.5; }
.hub-footer {
  margin-top: 32px;
  padding-top: 27px;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hub-footer > div { display: flex; flex-direction: column; color: rgba(255,255,255,.45); font-size: 12px; }
.hub-footer > div strong { margin-top: 5px; color: white; font-size: 15px; }
.hub-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 242px;
  padding: 10px 11px 10px 18px;
  border-radius: 999px;
  background: var(--pistachio);
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hub-cta > span:last-child {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 31px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--pistachio);
}
.hub-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(185,244,95,.12); }
.hub-photo {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border-radius: 100px 5px 5px 5px;
  background:
    linear-gradient(0deg, rgba(7,17,15,.55), transparent 48%),
    url("assets/linkiu-hub.webp") center / cover no-repeat;
  box-shadow: 0 36px 85px rgba(0,0,0,.28);
}
.hub-photo-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 270px;
  padding: 18px 21px;
  display: flex;
  flex-direction: column;
  background: var(--pistachio);
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(7,17,15,.18);
}
.hub-photo-badge span { font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hub-photo-badge strong { margin-top: 5px; font-size: 18px; line-height: 1.25; letter-spacing: -.02em; }

.enterprise-section {
  padding: 110px max(32px, calc((100vw - 1240px)/2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 7vw, 105px);
  align-items: center;
  background: var(--pistachio);
  color: var(--dark-text);
}
.enterprise-photo {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-radius: 5px 110px 5px 5px;
  background: linear-gradient(0deg, rgba(7,17,15,.36), transparent 50%), url("assets/enterprise-linkiu.webp") center/cover no-repeat;
  box-shadow: 0 34px 75px rgba(7,17,15,.16);
}
.enterprise-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  padding: 18px 22px;
  min-width: 170px;
  background: var(--ink);
  color: white;
}
.enterprise-badge span { color: var(--pistachio); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.enterprise-badge strong { margin-top: 4px; font-size: 24px; letter-spacing: -.03em; }
.enterprise-content h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -.055em;
}
.enterprise-lead { max-width: 640px; margin: 28px 0 34px; color: #48603f; font-size: 17px; line-height: 1.7; }
.enterprise-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.enterprise-features article {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 78px;
  padding: 16px;
  border: 1px solid rgba(7,17,15,.16);
  background: rgba(255,255,255,.28);
  border-radius: 14px;
}
.enterprise-features article > span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--pistachio);
  font-size: 12px;
  font-weight: 900;
}
.enterprise-features p { margin: 1px 0 0; font-size: 14px; line-height: 1.45; font-weight: 700; }
.enterprise-footer {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(7,17,15,.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.enterprise-footer > div { display: flex; flex-direction: column; color: #526d31; font-size: 13px; }
.enterprise-footer strong { margin-top: 4px; color: var(--ink); font-size: 17px; }
.enterprise-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 12px 11px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 16px 36px rgba(7,17,15,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}
.enterprise-cta:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(7,17,15,.2); }
.enterprise-cta-arrow {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 50%;
  background: var(--pistachio);
  color: var(--ink);
}

.loyalty { padding: 130px max(32px, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 1.05fr .8fr; gap: 10vw; align-items: center; background: #102019; }
.loyalty-content > p:not(.eyebrow) { max-width: 640px; margin: 28px 0; color: rgba(255,255,255,.6); line-height: 1.7; }
.loyalty-content ul { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 13px; color: rgba(255,255,255,.75); font-size: 16px; }
.loyalty-content li span { color: var(--pistachio); margin-right: 10px; }
.loyalty-card { transform: rotate(2deg); padding: 34px; border-radius: 28px; background: var(--cream); color: var(--dark-text); box-shadow: 0 40px 90px rgba(0,0,0,.25); }
.loyalty-top { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.loyalty-card > p { margin: 24px 0; color: #5a6961; line-height: 1.55; }
.promo-code { display: flex; justify-content: space-between; align-items: center; padding: 18px; background: var(--pistachio); border-radius: 14px; }
.promo-code span { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.promo-code strong { font: 20px var(--font-geist-mono), monospace; }
.loyalty-card > small { display: block; margin-top: 15px; color: #718078; }

.final-cta { position: relative; min-height: 620px; display: grid; place-items: center; text-align: center; overflow: hidden; }
.final-photo, .final-overlay { position: absolute; inset: 0; }
.final-photo { background: url("assets/pricing-linkiu.webp") center/cover no-repeat; }
.final-overlay { background: rgba(5,15,12,.76); }
.final-content { position: relative; z-index: 2; max-width: 850px; padding: 80px 30px; }
.final-content .brand { margin-bottom: 34px; }
.final-content h2 { font-size: clamp(46px, 6vw, 76px); }
.final-content > p { color: rgba(255,255,255,.7); font-size: 18px; margin: 25px 0 34px; }
.final-content .cta { min-width: 230px; }

footer { max-width: 1380px; margin: 0 auto; padding: 52px 24px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; color: rgba(255,255,255,.5); }
footer .brand { grid-row: 1 / 3; }
footer p { margin: 0; font-size: 15px; }
footer nav { display: flex; gap: 28px; font-size: 16px; }
footer small { grid-column: 2; font-size: 13px; }

@media (max-width: 1024px) {
  .site-header { width: calc(100% - 40px); grid-template-columns: 1fr auto auto; }
  .site-header nav { display: none; }
  .hero { min-height: 940px; align-items: flex-start; }
  .hero-content { width: 70%; padding-top: 90px; }
  .conversation-card { right: 32px; bottom: 65px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip p { grid-column: 1 / 3; }
  .advantages { gap: 55px; }
  .advantages-photo { min-height: 580px; }
  .audience-section { grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 50px; }
  .audience-cards { min-height: 680px; }
  .platform-comparison-head { grid-template-columns: 1fr; gap: 32px; }
  .platform-comparison-intro { max-width: 720px; }
  .hub-section { gap: 50px; }
  .hub-photo { min-height: 620px; }
  .hub-features { grid-template-columns: 1fr; }
  .hub-features article { min-height: auto; }
  .hub-footer { align-items: flex-start; flex-direction: column; }
  .enterprise-section { gap: 50px; }
  .enterprise-photo { min-height: 600px; }
  .enterprise-features { grid-template-columns: 1fr; }
  .enterprise-footer { align-items: flex-start; flex-direction: column; }
  .booking-packs { gap: 34px; }
  .plan-card { padding: 25px; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; grid-template-columns: 1fr auto; column-gap: 14px; }
  .site-header > .cta { display: none; }
  .wordmark { font-size: 24px; }
  .clock-mark { width: 34px; height: 34px; }
  .hero { min-height: 920px; padding: 120px 22px 60px; align-items: flex-start; }
  .hero-photo { background-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(7,17,15,.95) 0%, rgba(7,17,15,.72) 50%, var(--ink) 78%); }
  .hero-content { width: 100%; padding-top: 20px; }
  .hero h1 { font-size: 52px; max-width: 540px; }
  .hero-copy { font-size: 16px; margin-top: 22px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .data-protection-note { margin-top: 24px; }
  .conversation-card { width: calc(100% - 44px); right: 22px; bottom: 28px; transform: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > * { padding: 20px 18px; }
  .section, .comparison-section, .platform-comparison, .loyalty { padding: 90px 22px; }
  .section h2, .service-showcase h2, .comparison-section h2, .platform-comparison h2, .loyalty h2 { font-size: 43px; }
  .section-lead { margin: 24px 0 40px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }
  .advantages { grid-template-columns: 1fr; }
  .advantages-photo { min-height: 460px; order: 2; border-radius: 3px 70px 3px 3px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .audience-section { padding: 90px 22px; grid-template-columns: 1fr; gap: 65px; }
  .audience-content > h2 { font-size: 43px; }
  .audience-lead { font-size: 17px; }
  .audience-claim { font-size: 18px; margin-bottom: 40px; }
  .sector-grid, .audience-types { grid-template-columns: 1fr; }
  .sector-grid article { min-height: auto; padding: 24px; }
  .audience-types { gap: 12px; }
  .audience-cards { min-height: 590px; width: min(100%, 480px); margin: 0 auto; }
  .professional-card { width: 54%; border-width: 5px; border-radius: 24px; }
  .audience-card-note { min-width: 168px; padding: 16px 18px; }
  .audience-card-note strong { font-size: 18px; }
  .platform-comparison-head { margin-bottom: 38px; }
  .platform-comparison-intro { padding-left: 18px; }
  .platform-table-wrap { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .platform-table, .platform-table tbody { display: block; min-width: 0; }
  .platform-table thead { display: none; }
  .platform-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgba(7,17,15,.13);
    border-radius: 16px;
    background: white;
    box-shadow: 0 13px 34px rgba(7,17,15,.05);
  }
  .platform-table tbody th {
    grid-column: 1 / -1;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(7,17,15,.1);
    background: var(--ink);
    color: white;
    font-size: 14px;
  }
  .platform-table tbody td {
    min-width: 0;
    padding: 48px 16px 18px;
    border-bottom: 0;
    font-size: 13px;
  }
  .platform-table tbody td::before {
    content: attr(data-label);
    position: absolute;
    top: 15px;
    left: 16px;
    color: #78857e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .platform-table tbody td.platform-linkiu::before { color: #526d31; }
  .platform-mark { top: 15px; right: 14px; left: auto; width: 21px; height: 21px; }
  .platform-comparison-footer { align-items: stretch; flex-direction: column; padding: 24px; }
  .platform-comparison-cta { width: 100%; }
  .hub-section { padding: 90px 22px; grid-template-columns: 1fr; gap: 58px; }
  .hub-content h2 { font-size: 43px; }
  .hub-lead { font-size: 16px; }
  .hub-features { grid-template-columns: 1fr; }
  .hub-footer { align-items: stretch; }
  .hub-cta { width: 100%; }
  .hub-photo { min-height: 500px; border-radius: 70px 4px 4px 4px; background-position: center; }
  .hub-photo-badge { right: 22px; bottom: 22px; left: 22px; max-width: none; }
  .enterprise-section { padding: 90px 22px; grid-template-columns: 1fr; gap: 58px; }
  .enterprise-photo { min-height: 470px; border-radius: 4px 70px 4px 4px; }
  .enterprise-content h2 { font-size: 43px; }
  .enterprise-features { grid-template-columns: 1fr; }
  .enterprise-features article { min-height: auto; }
  .enterprise-footer { align-items: stretch; }
  .enterprise-cta { width: 100%; }
  .service-showcase { padding: 80px 22px; grid-template-columns: 1fr; gap: 50px; }
  .pricing-head { align-items: flex-start; flex-direction: column; gap: 30px; }
  .billing-note { text-align: left; }
  .plan-grid { grid-template-columns: 1fr; gap: 24px; }
  .plan-card.featured { transform: none; }
  .booking-packs { padding: 26px 22px; grid-template-columns: 1fr; gap: 25px; }
  .booking-packs-details { padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .booking-packs h3 { font-size: 27px; }
  .definitions { flex-direction: column; gap: 12px; }
  .loyalty { grid-template-columns: 1fr; gap: 55px; }
  .final-cta { min-height: 680px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand { grid-row: auto; justify-self: center; }
  footer nav { justify-content: center; }
  footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media (max-width: 480px) {
  .platform-table tr { grid-template-columns: 1fr; }
  .platform-table tbody th { grid-column: 1; }
  .platform-table tbody td.platform-linkiu { border-bottom: 1px solid rgba(7,17,15,.1); }
}
