/* Modals */
.modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; z-index: 100; }
.modal.show { display: flex; }
.modal-backdrop {position: absolute;inset: 0;backdrop-filter: blur(12px);background: rgb(0 0 0 / 55%);}
.modal-card {max-height: 90vh;overflow: scroll;position: relative;width: min(860px, 94vw);background: #eee7e3;border-radius: 18px;box-shadow: 0 30px 80px rgba(0,0,0,.35);padding: 37px;}
.modal-card h3 { margin: 6px 4px 12px; font-size: clamp(22px, 3vw, 34px); }
.modal-close {position: absolute;right: 12px;top: 12px;width: 30px;height: 30px;border-radius: 999px;border: 1px solid #ffffff;background: #ffffff;cursor:pointer;}
.modal-options { display: grid; grid-template-columns: 1fr 1fr; gap: 0;  }
.modal-options .option { padding: 18px; }
.modal-options .option + .option { border-left: 1px solid #00000024; }
.modal a.btnbig {
  background: #000;
  font-size: 14px;
  border-radius: 10005px;
  padding: 13px 28px;
}
.contact h2 {
  color: #ffffffa3;
}
.modal p {
  margin-top: 8px;
  margin-bottom: 24px;
}
.modal h4 {
  margin-top: 12px;
  margin-bottom: 0px;
}
.modal img{    height: 30px;}

@media (max-width: 640px){ .modal-options { grid-template-columns: 1fr; } .modal-options .option + .option { border-left:0; border-top:1px solid #e5e7eb; } }
/* Pricing */
.pricing { padding: 84px 0; background: #fff; }
.pricing .center { max-width: 70ch; margin-left: auto; margin-right: auto; }
.billing-switch { display:flex; justify-content:center; gap:12px; margin: 12px 0 20px; }
.bill-btn { padding:8px 14px; border-radius:999px; border:1px solid #e5e7eb; background:#fff; cursor:pointer; font-weight:600; }
.bill-btn.active { background:#111; color:#fff; border-color:#111; }
.bill-btn .save { background:#fef08a; color:#0b0b0c; padding:2px 6px; border-radius:8px; margin-left:6px; font-size:12px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 36px; }
.price-card { background:#fafafa; border:1px solid #e5e7eb; border-radius: 20px; padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,.06); display: grid; gap: 14px; }
.price-card.hig { background:#fff; border-color:#111; box-shadow: 0 18px 40px rgba(0,0,0,.1); }
.price-card .plan-badge { display:inline-flex; align-items:center; background: #fa4b0a; color: #fff; padding:4px 10px; border-radius: 10px; font-weight:700; font-size:12px; letter-spacing:.02em; margin-left:8px; vertical-align: middle; }
.price { display:flex; align-items:baseline; gap:8px; }
.price-num { font-size: 48px; font-weight: 800; letter-spacing: -.02em; }
.per { font-size: 14px; font-weight: 600; color:#6b7280; }
.save-badge { background:#fef08a; color:#0b0b0c; padding:2px 6px; border-radius:8px; font-size:12px; margin-left: 6px; }
.price-card ul { margin: 10px 0 12px; padding-left: 0; display: grid; gap: 8px; }
.price-card li { margin: 0; display: grid; grid-template-columns: 20px 1fr; align-items: start; column-gap: 10px; }
.price-card li::before { content: ""; width: 18px; height: 18px; margin-top: 2px; background-color: #0b0b0c; -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 11 8 15 16 6"/></svg>') no-repeat center / contain; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 11 8 15 16 6"/></svg>') no-repeat center / contain; }
.pricing-toggle { display:flex; gap:8px; justify-content:center; margin: 12px 0 8px; }
.pricing-toggle .toggle { padding:8px 14px; border-radius:999px; border:1px solid #e5e7eb; background:#fff; cursor:pointer; font-weight:600; }
.pricing-toggle .toggle.active { background:#111; color:#fff; border-color:#111; }
.pricing-panels { margin-top: 8px; }
.panel { display:block; }
.panel[hidden] { display:none; }
/* Switch animations for pricing panels */
@keyframes panel-fade-up { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.panel.anim-in { animation: panel-fade-up .38s ease both; }
/* Equal CTA heights in pricing cards */
.price-card .btnbig { height: 48px; }

/* Pricing buttons: unify black background with white text */
.pricing .btnbig,
.pricing .btn-pill {
  background: #0b0b0c;
  color: #fff;
  border-color: #0b0b0c;
}
.pricing .btnbig:hover,
.pricing .btn-pill:hover {
  background: #000000;
}
.pricing .btn-pill .btn-ic {
  background: #ffffff;
}
.pricing .btn-pill .btn-ic svg path {
  stroke: #000000;
}

@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; }
}
.pricing-toggle { display:flex; gap:8px; justify-content:center; margin: 12px 0 8px; }
.pricing-toggle .toggle { padding:8px 22px; border-radius:999px; border:1px solid #e5e7eb; background:#fff; cursor:pointer; font-weight:600; }
.pricing-toggle .toggle.active { background:#111; color:#fff; border-color:#111; }
.pricing-panels { margin-top: 8px; }
.panel { display:block; }
.panel[hidden] { display:none; }
/* HeyDrop Website Styles — fast, modern, accessible */
/* CSS variables for theming */
:root {
  --bg: #ffffff;
  --text: #0b0b0c;
  --muted: #6b7280;
  --brand: #0b0b0c;
  --brand-2: #f97316;
  --surface: #f4f4f5;
  --ring: rgba(2, 132, 199, 0.3);
  --radius: 14px;
  --container: 1200px;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background: #eee7e3;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
}

/* Heading font: Neue Haas Grotesk Display Pro */
h1, h2, h3, .display {
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
button, input { font: inherit; }
figure { margin: 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: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; padding: .5rem .75rem; border-radius: 8px; box-shadow: 0 4px 18px rgba(0,0,0,.08); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.center { text-align: center; }

/* Header */
.site-header {position: fixed;inset: 0px 0 auto 0;z-index: 60;border-bottom: 1px solid #ffffff29;display: flex;justify-content: center;pointer-events: none;}
.header-inner {pointer-events: auto;position: relative;display: grid;grid-template-columns: auto 1fr;align-items: center;height: auto;padding: 18px 22px;backdrop-filter: blur(12px);box-shadow: 0 10px 30px rgba(0,0,0,.01);transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, width .2s ease;width: 100%;max-width: 100%;color: #fff;}
.site-header.is-scrolled .header-inner {background: rgb(0 0 0 / 80%);border-color: rgba(212,212,216,0.9);box-shadow: 0 18px 40px rgba(0,0,0,.10);}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.brand .logo { height: 41px; width: auto; display: block;margin-right: 12px }
.brand-badge { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 28px; border-radius: 8px; background: var(--brand-2); color: #fff; font-size: 14px; }
.brand-text { letter-spacing: .3px; }

.nav-toggle { display: none; width: 40px; height: 40px; border-radius: 10px; border: 1px solid #ffffffa0; background: #00000052; position: relative; }
.nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after { position: absolute; left: 50%; width: 20px; height: 2px; background: #ffffff; content: ""; transform: translateX(-50%); transition: .3s ease; }
.nav-toggle-bar { top: 50%; }
.nav-toggle-bar::before { top: -6px; }
.nav-toggle-bar::after { top: 6px; }

.nav-lists { display:flex; align-items:center; justify-content:space-between; width:100%;  }
.nav-list { display: grid; grid-auto-flow: column; align-items: center; gap: 8px; }
.nav-left { justify-self: start; }
.nav-right { justify-self: end; }
.nav-link, .nav-list a {padding: 8px 18px;border-radius: 35px;font-weight: 500;font-size: 14px;}
.nav-list a:hover { background: rgba(0,0,0,.04); }
.nav-link { background: transparent; border: 0; cursor: pointer; color: inherit; }
.eu-flag-link {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.45);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 40px;
}
.eu-flag-link svg {
  width: 60%;
  height: 60%;
  display: block;
  border-radius: 50%;
}
.eu-flag-link img {
  width: 60%;
  height: 60%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.nav-right .eu-flag-link {
  padding: 0;
  min-width: 40px;
  background: #fff;
}
.nav-right .eu-flag-link:hover {
  background: #fff !important;
}
.nav-link .caret { display: inline-block; width: 0; height: 0; margin-left: 6px; vertical-align: middle; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; }
.nav-list .spacer { flex: 1; }
.nav-list .muted { color: #4b5563; }

/* Dropdowns */
.has-dropdown { position: relative; }
.dropdown { position: absolute; top: calc(100% + 14px); left: 0; min-width: 300px; background: rgba(255,255,255,.95); border: 1px solid #E8E8E8; border-radius: 28px; box-shadow: 0 24px 60px rgba(0,0,0,.10); padding: 10px; display: none; backdrop-filter: saturate(180%) blur(16px); }
.dropdown--lg { min-width: 540px; }
.dropdown--mega { min-width: 680px; display: none; grid-template-columns: 1fr 1fr; gap: 0; }
.dropdown--mega .mega-col { padding: 8px 0; }
.dropdown--mega .mega-col + .mega-col { border-left: 1px solid #e5e7eb; }
.mega-heading { display: block; padding: 8px 16px 4px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #9ca3af; }
.has-dropdown.open > .dropdown--mega { display: grid; }
.section-subtitle { font-size: 18px; color: var(--muted); margin-bottom: 12px; }
.has-dropdown.open > .dropdown { display: grid; }
.dropdown .item { display: grid; grid-template-columns: 1fr; row-gap: 4px; padding: 14px 16px; border-radius: 18px; color: #111; }
.dropdown .item:hover { background: #f9f6f2; }
.dropdown .dd-title { font-weight: 700; }
.dropdown .dd-desc { color: #4b5563; font-size: 12px;font-weight: 400;}

/* CTA button in header */
.btn--cta { padding: 12px 18px; border-radius: 999px; background: #0b0b0c; color: #fff; border: 1px solid #0b0b0c; transition: all .3s ease;}
.btn--cta:hover { background: #000 !important; box-shadow: 0 10px 20px rgba(0,0,0,.15); transform: translate3d(0, -3px, .01px);; }

/* Buttons */
.btnbig {display: inline-flex;align-items: center;justify-content: center;gap: 8px;padding: 14px 20px;border-radius: 12px;color: #fff;border: 1px solid #4e4e4e;font-weight: 600;box-shadow: 0 10px 20px rgba(0,0,0,.06);transition: all .3s ease;}
.btnbig:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(0,0,0,.08); }
.btnbig:active { transform: translateY(0); box-shadow: 0 8px 18px rgba(0,0,0,.06); }
.book-demo{
  border: 1px solid #ffffff;
  background: transparent;
  color: #ececec;
  }

  a.btnnav{
    font-size: 14px;
    font-family: DM Sans;
    font-weight: 500;
    line-height: 1em;
    text-transform: none;
    letter-spacing: -0.04em;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 12px;
    flex-direction: row;
    padding-bottom: 8px;
    justify-content: center;
    background-color: #ffffff;
    color: #000;
    border-radius: 999px;
    gap: 10px;
    border: 1px solid #fff;
    }
    a.btnnav:hover{

      background: #ffffff !important;
      color: #000;
      border: 1px solid #fff;
      }
  .book-demo:hover {
    background: transparent !important;
  }
  
  .btnnav .btn-ic {display:inline-flex;align-items:center;justify-content:center;width: 24px;height: 24px;margin-left: 0px;border-radius: 999px;background: #0b0b0c;}
  .btnnav .btn-ic svg {width: 12px;height: 12px;display:block;}


.btn-apply{
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;
  line-height: 1em;
  text-transform: none;
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  flex-direction: row;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  border-radius: 999px;
  gap: 10px;
  border: 1px solid #000000;
  box-shadow: 0 10px 20px rgba(0,0,0,.06);
  margin-top: 16px;
  text-decoration: none;
}
.btn-apply:hover{
  background-color: #111111;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
}

.btn { display: inline-flex; align-items: center; gap: 12px; color: inherit; background: transparent; border: 0; padding: 0; font-weight: 600; position: relative; transition: all .3s ease;}
.btn::after { content: ""; position: absolute; left: 0; right: 48px; bottom: -6px; height: 2px; background: #111; border-radius: 2px; }
.btn .btn-arrow { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; background: #111; color: #fff; border: 0; transition: all .3s ease;}
.btn .btn-arrow svg { width: 16px; height: 16px; }
.btn:hover .btn-arrow { transform: translateX(2px); transition: transform .15s ease; }
.btn--ghost { background: #fff; color: #111; border-color: #d1d5db; }
.btn--sm { padding: 8px 12px; font-size: 14px; }

/* Pill CTA with circular arrow icon */
.btn-pill { border-radius: 999px; padding: 14px 22px; background:#ffffff; color:#0b0b0c; border-color:#e5e7eb; box-shadow: 0 10px 24px rgba(0,0,0,.10); }
.btn-pill:hover { background:#ffffff; transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,.16); }
.btn-pill .btn-ic { display:inline-flex; align-items:center; justify-content:center; width: 34px; height: 34px; margin-left: 10px; border-radius: 999px; background: #0b0b0c; }
.btn-pill .btn-ic svg { width: 16px; height: 16px; display:block; }
.btn-pill.btn--xl {padding: 18px 26px;display: block;font-size: 16px;font-family: DM Sans;font-weight: 500;line-height: 1em;text-transform: none;letter-spacing: -0.04em;display: flex;align-items: center;padding-top: 12px;padding-left: 20px;padding-right: 12px;flex-direction: row;padding-bottom: 12px;justify-content: center;background-color: #ffffff;margin-top: 24px;border-radius: 999px;gap: 10px;}


/* Hero */
.hero {max-height: 100vh;height: 860px;min-height: 80vh;display: flex;flex-direction: column;justify-content: center;padding: 128px 0 48px;position: relative;overflow: hidden;background: #000;color: #fff;}
.hero .bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position: right;z-index:0;opacity:.8;}
.hero > *:not(.bg-video){position:relative;z-index:1;}
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; height: 100%; }
.eyebrow { color: var(--brand-2); font-weight: 700; letter-spacing: .2px; }
.display {font-size: 64px;line-height: 1.02;margin: 0px 0 22px;font-family: DM Sans;}
.subhead { font-size: clamp(22px, 3vw, 22px); font-weight: 500; margin: 0 0 24px; letter-spacing: -.0em; }
.lead {font-size: clamp(18px, 2.2vw, 18px);color: #ffffff9c;max-width: 50ch;}
.actions { display: flex; gap: 12px; margin: 26px 0 18px; flex-wrap: wrap; }
.btn--xl { padding: 18px 28px; border-radius: 999px; font-size: 16px; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 680px; gap: 16px; margin-top: 36px;font-weight: 700; }
.stat dt {font-weight: 600;font-size: 28px;letter-spacing: -.01em;color: hsl(0deg 0% 100% / 56%);transform: translateY(6px) scale(.96); opacity: .0; transition: transform .5s ease, opacity .5s ease;}
.stat dt.is-revealing { transform: none; opacity: 1; }
.stat dd {margin: 0;color: #ffffff7a;font-size: 14px;font-weight: 400;}
.hero-art { align-self: stretch; margin-right: calc((100vw - var(--container)) / -2); }

/* Hero animation (scoped) */
.hero-anim { position: relative; height: 100%; display: grid; place-items: center; }
.hero-anim-stage { position: relative; width: 100%; height: 100%; max-width: 900px; margin-left: auto; border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,.35)); box-shadow: 0 30px 60px rgba(15,15,16,.12), inset 0 1px 0 rgba(255,255,255,.5); overflow: hidden; }

.hero-anim-phone { position: absolute; inset: 5% 6% 5% auto; width: min(430px, 48%); border-radius: 36px; background: #f7f7f8; box-shadow: 0 20px 40px rgba(15,15,16,.18); }
.hero-anim-phone::before { content: ""; position: absolute; inset: 0; border: 10px solid #e9eaec; border-radius: 36px; pointer-events: none; }
.hero-anim-card { position: absolute; left: 50%; top: 12%; width: 78%; transform: translateX(-50%); border-radius: 20px; background: #ffffff; padding: 18px 18px 14px; box-shadow: 0 16px 32px rgba(15,15,16,.14); }
.hero-anim-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.hero-anim-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #ddd, #bbb); }
.hero-anim-title { font-weight: 700; }
.hero-anim-role { color: #9aa0a6; font-size: 13px; margin-top: 2px; }
.hero-anim-chip { margin-left: auto; padding: 6px 10px; border-radius: 10px; background: #101113; color: #fff; font-size: 12px; }
.hero-anim-line { height: 6px; border-radius: 3px; background: #eceff1; margin: 10px 0; width: 70%; }
.hero-anim-btnrow { display: grid; gap: 10px; margin-top: 12px; }
.hero-anim-btn { padding: 12px 14px; border-radius: 12px; background: #101113; color: #fff; font-weight: 600; box-shadow: 0 6px 14px rgba(15,15,16,.25); }

.hero-anim-side { position: absolute; top: 0; bottom: 0; display: flex; align-items: center; pointer-events: none; }
.hero-anim-side.left { left: 18px; }
.hero-anim-side.right { right: 18px; }
.hero-anim-legend { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 12px; letter-spacing: .08em; color: #26272b; opacity: .45; }

.hero-anim-bubble, .bubble { position: absolute; width: 120px; height: 120px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-weight: 700; text-align: center; line-height: 1.1; padding: 12px; box-sizing: border-box; filter: drop-shadow(0 6px 14px rgba(15,15,16,.18)); user-select: none; }
.hero-anim-bubble.in, .bubble.in { background: #fff; color: #0f0f10; outline: 1px solid rgba(0,0,0,.06); }
.hero-anim-bubble.out, .bubble.out { background: #0f0f10; color: #fff; }

@keyframes flow-in { 0%{offset-distance:0%;opacity:0;transform:scale(.9)} 8%{opacity:1} 60%{transform:scale(1)} 92%{opacity:1} 100%{offset-distance:100%;opacity:0;transform:scale(.85)} }
@keyframes flow-out { 0%{offset-distance:0%;opacity:0;transform:scale(.85)} 20%{opacity:1;transform:scale(1)} 100%{offset-distance:100%;opacity:0;transform:scale(1.06)} }

.hero-anim-bubble.in-1, .bubble.in-1 { offset-path: path('M 60 300 C 220 300, 320 290, 520 280'); }
.hero-anim-bubble.in-2, .bubble.in-2 { offset-path: path('M 50 180 C 220 210, 330 230, 520 260'); }
.hero-anim-bubble.in-3, .bubble.in-3 { offset-path: path('M 70 420 C 230 380, 340 340, 520 300'); }
.hero-anim-bubble.in-4, .bubble.in-4 { offset-path: path('M 30 80 C 230 160, 360 200, 520 240'); }

.hero-anim-bubble.out-1, .bubble.out-1 { offset-path: path('M 580 300 C 740 310, 860 320, 980 300'); }
.hero-anim-bubble.out-2, .bubble.out-2 { offset-path: path('M 580 270 C 740 260, 860 230, 980 200'); }
.hero-anim-bubble.out-3, .bubble.out-3 { offset-path: path('M 580 330 C 740 350, 860 380, 980 420'); }
.hero-anim-bubble.out-4, .bubble.out-4 { offset-path: path('M 580 240 C 720 220, 860 180, 980 140'); }

.hero-anim-bubble.in, .bubble.in { animation: flow-in 4.8s var(--delay,0s) linear infinite; }
.hero-anim-bubble.out, .bubble.out { animation: flow-out 4.6s var(--delay,0s) linear infinite; }

.hero-anim-spark { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #ff7a1a; filter: blur(.3px); box-shadow: 0 0 0 6px rgba(255,122,26,.12), 0 0 22px rgba(255,122,26,.6); opacity: 0; transform: scale(.6); transition: transform .25s ease, opacity .25s ease; }
.hero-anim-spark.pop { opacity: 1; transform: scale(1.8); }


/* Flow */
section.flow {
  text-align: center;
  background: radial-gradient(#ffffff, #fee9cf);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px 0;
}

h1 {
  margin: 0 0 8px;
  display: block;
  font-size: 48px;
  font-family: DM Sans;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.02em;
}

h2 {
  margin: 0 0 24px;
  display: block;
  font-size: 20px;
  font-family: DM Sans;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: -0.02em;
}

.flow h2{

    color: #3d3a35;
}

.pricing h2{

    color: #3d3a35;
}

.branding h2{

    color: #ffffffa3;
}

/* Logos */
.logos {     padding: 84px 0px;text-align: center;}
.logos.within-hero { margin-top: 24px; }
.logos-note {color: #3d3a35;}
.logos-header{margin: 0 0 8px;
  font-size: clamp(26px, 3.5vw, 44px);
  letter-spacing: 0em;
  font-weight: 600;
  line-height: 130%;}
.logo-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; color: #9ca3af; opacity: .9; filter: grayscale(1); text-align: center; }
.logo-strip li {padding: 28px 0;display:flex;align-items:center;justify-content:center;}
.logo-strip img {height: 21px;width: auto;display:block;    filter: contrast(5.5);;opacity: 1;}

/* Feature sections */
.feature { padding: 84px 0; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.feature-card, .feature-content {padding: 28px; }
.feature-card h2, .feature-content h2 {margin: 0 0 8px;font-size: clamp(26px, 3.5vw, 44px);letter-spacing: 0em;font-weight: 600;line-height: 130%;}
.feature-card p, .feature-content p {margin: 32px 0px;color: #000000;font-size: 18px;}
.feature-label { display: inline-block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #0b0b0c; margin-bottom: 8px; }
.feature-intro { margin: 12px 0 20px !important; font-size: 17px !important; line-height: 1.7; }
.feature-content h3 { font-size: 18px; font-weight: 700; margin: 16px 0 8px; }
.feature-steps { padding-left: 20px; margin: 8px 0 20px; display: grid; gap: 10px; list-style: decimal; }
.feature-steps li { font-size: 15px; line-height: 1.6; color: #374151; }
.feature-list { padding-left: 0; margin: 8px 0 20px; display: grid; gap: 8px; }
.feature-list li { font-size: 15px; line-height: 1.6; color: #374151; display: flex; gap: 8px; }
.feature-list li::before { content: "✓"; color: #10b981; font-weight: 700; flex-shrink: 0; }
.feature-link { margin-top: 12px !important; }
.feature-link a { color: var(--brand-2); font-weight: 600; font-size: 15px; }
.feature-link a:hover { text-decoration: underline; }
/* How it works */
.how { padding: 56px 0; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: step; }
.steps li { background: #fff; border: 1px solid #eee; border-radius: var(--radius); padding: 22px; box-shadow: 0 6px 20px rgba(0,0,0,.04); }
.steps h3 { margin: 0 0 6px; font-size: 18px; }

/* Why */
.why { padding: 56px 0; background: linear-gradient(180deg,#fff, #fdf2e9 70%, #fff); }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { background:#fff; border:1px solid #eee; border-radius: var(--radius); padding: 22px; box-shadow: 0 6px 20px rgba(0,0,0,.04); }
.card h3 { margin: 0 0 6px; font-size: 18px; }
.card p { margin: 0; color: #374151; }

section.branding {
  text-align: center;
  background: #1B1A17;
  color: #fff;
  display: flex;
  overflow: hidden;
;
  flex-direction: column;
  justify-content: center;
  padding: 84px 0;
}

.branding img{    margin-top: 60px;
  width: 120%;
  margin-left: -10%;
  max-width: none;}

  .cky-btn-revisit-wrapper{
    display: none !important;
}


/* CTA */
.cta { padding: 64px 0; background: radial-gradient(900px 260px at 20% -20%, #fde7d6, transparent), #fff; }
.cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.cta-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; background: #fff; border: 1px solid #eee; padding: 12px; border-radius: 14px; box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.cta-form input { border: 1px solid #e5e7eb; border-radius: 10px; padding: 12px; min-width: 0; }
.cta-form input:focus { outline: 3px solid var(--ring); border-color: #0284c7; }
.form-note { grid-column: 1 / -1; margin: 0; font-size: 12px; color: #6b7280; }

/* Contact */
.contact { padding: 64px 0; background: #000; color:#fff; }
.contact .muted { color: #d1d5db; }
.contact-form { background:#fff; color:#0b0b0c;     border-radius: var(--radius);padding: 32px; box-shadow: 0 24px 75px rgba(0,0,0,.28); max-width: 860px; margin: 54px auto 0; display:grid; gap: 18px; }
.contact-form .grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
/* First row (company/email) stacked like the mock */
.contact-form .grid-2:first-of-type { grid-template-columns: 1fr; }
.contact-form .field-label { display:block; font-size: 14px; font-weight: 600; color:#0b0b0c; margin: 4px 0 8px; }
.contact-form input, .contact-form select { width: 100%; border:1px solid #e5e7eb; border-radius: 14px; padding: 14px 16px; height: 56px; font-size: 16px; background:#fff; }
.contact-form input:focus, .contact-form select:focus { outline: 3px solid var(--ring); border-color: #0284c7; }
.contact-form .submit-full { width: 100%; justify-content: center; background: #000; border-color: transparent; color:#fff; height: 56px; border-radius: 36px; font-size: 16px; font-weight: 700; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); }
.contact-form .submit-full.is-loading { opacity:.8; cursor: wait; }
.contact-form .submit-full.is-success { background: #16a34a; }
.contact-form .submit-full.is-error { background: #dc2626; }
@media (max-width: 640px){ .contact-form .grid-2 { grid-template-columns: 1fr; } }

/* Testimonials */
.testimonials { padding: 48px 0; }
.quote { background:#fff; border:1px solid #eee; border-radius: var(--radius); padding: 18px; box-shadow: 0 6px 20px rgba(0,0,0,.04); }
.quote p { margin: 0 0 8px; }
.quote cite { font-style: normal; color: #6b7280; font-size: 14px; }

/* FAQ */
.faq { padding: 84px 0; background: #F3EFE7; }
.faq details {background:#fff;border:1px solid #e5e7eb;border-radius: var(--radius);padding: 26px 26px;margin-bottom: 10px;}
.faq summary { cursor: pointer; font-weight: 600; color: #0b0b0c; display: flex; align-items: center; justify-content: space-between; user-select: none; }
.faq summary::marker { color: #6b7280; }
.faq details[open] summary { color: #0b0b0c; }
.faq details[open] summary::marker { color: #6b7280; }
.faq p {margin: 12px 0 0;padding: 12px;color: #374151;}
.faq-grid {
  max-width: 860px;
  margin: 0 auto;
  margin-top: 36px;
}

/* Careers */
.careers-open-roles {
  padding: 84px 0;
  background: #ffffff;
}
.careers-open-roles#open-roles {
  scroll-margin-top: 140px;
}
.careers-open-roles .center {
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}
.job-card {
  max-width: 620px;
  margin: 40px auto 0;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  padding: 40px 32px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  position: relative;
}
.job-header {
  display: block;
}
.job-header-main {
  flex: 1 1 auto;
}
.job-meta {
  position: absolute;
  top: -16px;
  right: 24px;
  display: inline-flex;
  gap: 8px;
}
.job-pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 12px;
  font-weight: 500;
  color: #111827;
  white-space: nowrap;
  background-color: #ffffff;
}
.job-header h3 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 600;
}
.job-header .muted {
  color: #6b7280;
  font-size: 14px;
}
.job-section {
  margin-top: 20px;
}
.job-section h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}
.job-section p {
  margin: 0 0 8px;
  color: #111827;
  font-size: 15px;
}
.job-section ul {
  margin: 8px 0 0;
  padding-left: 18px;
  list-style: disc;
  color: #111827;
  font-size: 15px;
}
.job-section li {
  margin-bottom: 4px;
}
.job-subitem {
  list-style: circle;
  margin-left: 18px;
}
.job-cta p {
  margin-top: 4px;
  font-weight: 500;
}

/* Offset anchor for fixed header when scrolling to How to apply */
.job-cta#how-to-apply {
  scroll-margin-top: 140px;
}

.job-cta a {
  color: #097cff;
  text-decoration: underline;
}

.highlight {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
  gap: 10px;
  border-radius: 9999px;
  border: 1px solid #ffffff4f;
  max-width: 100%;
  background: #ffffff12;
  display: inline-flex;
  margin-bottom: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .01);
}

.highlight-text {
  color: #ffffffd9;
  display: block;
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.04em;
}



/* Footer */
.site-footer { padding: 84px 0 28px;  background:#000; color:#fff; }
.site-footer a {color: #ffffffb3;}
.site-footer .footnote { color:#828282;     font-size: 12px; }

/* Belka section styles removed (no longer used) */

/* Public Funding & EU Projects */
.public-funding {
  background: #000000;
  color: #f3f4f6;
  padding: 42px 0 56px;
}
.public-funding .container {
  max-width: 1120px;
}
.public-funding-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}
.public-funding h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #f9fafb;
  margin-bottom: 6px;
}
.public-funding-lead {
  margin: 0;
  font-size: 14px;
  color: #c4cad4;
}
.public-funding-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 600;
  color: #f9fafb;
}
.public-funding-link:hover {
  background: rgba(255, 255, 255, 0.12);
}
.public-funding-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.public-funding-card {
  display: block;
  border-radius: 16px;
  padding: 24px;
  background: #ffffff;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.public-funding-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.public-funding-card:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.45);
  outline-offset: 3px;
}
.public-funding-card h3 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.3;
}
.public-funding-card p {
  margin: 0 0 10px;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 200;
  color: #696a6a;
}
.public-funding-meta {
  font-weight: 600;
  font-size: 14px;
  color: #374151;
  margin-bottom: 16px;
}
.public-funding-logos {
  width: 100%;
}
.public-funding-logos img {
  width: 100%;
  height: auto;
  display: block;
}

/* EU Public Funding page */
.eu-page {
  background: #ececec;
}
.eu-page .site-header {
  border-bottom-color: rgba(255,255,255,0.2);
}
.eu-page .header-inner {
  background: #000;
}
.eu-main {
  padding-top: 86px;
}
.eu-hero {
  background: #f8f8f8;
  padding: 72px 0 66px;
  text-align: center;
}
.eu-hero .container {
  max-width: 820px;
}
.eu-hero-flag {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 28px;
  display: block;
}
.eu-hero h1 {
  margin-bottom: 12px;
}
.eu-hero p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: #2b2b2b;
}
.eu-projects {
  padding: 62px 0 84px;
  background: #fff;
}
.eu-project {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 60px;
}
.eu-project + .eu-project {
  border-top: 1px solid #d4d4d4;
  padding-top: 64px;
}
.eu-project h2 {
  font-size: 24px;
  margin: 0 0 16px;
  line-height: 1.3;
  font-weight: 600;
}
.eu-project p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.55;
  color: #1f1f1f;
}
.eu-project p:last-of-type {
  margin-bottom: 24px;
}
.eu-project-logo {
  width: 100%;
  max-width: none;
}
.eu-project-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .public-funding-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .eu-main {
    padding-top: 78px;
  }
  .eu-hero {
    padding: 56px 0 50px;
  }
  .eu-hero-flag {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }
  .eu-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(30px, 8.6vw, 40px);
  }
  .eu-hero p {
    font-size: clamp(16px, 4.2vw, 20px);
    max-width: 34ch;
    margin: 0 auto;
  }
  .eu-projects {
    padding: 42px 0 62px;
  }
  .eu-project {
    padding-bottom: 44px;
  }
  .eu-project + .eu-project {
    padding-top: 44px;
  }
  .eu-project h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .eu-project p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .public-funding {
    padding: 32px 0 38px;
  }
  .public-funding-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }
  .public-funding-card {
    padding: 18px;
  }
  .public-funding-card h3 {
    font-size: 16px;
  }
  .public-funding-card p {
    font-size: 14px;
  }

}
.footer-wrapper { display: grid; gap: 24px; }
.footer-top { display: grid; grid-template-columns: 1.2fr 3fr; gap: 40px; align-items: start; }
.footer-left-block { max-width: 320px; }
.footer-right-block { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.footer-heading { font-weight: 700; opacity: .8; margin-bottom: 14px; font-size:12px; letter-spacing:.12em; text-transform: uppercase; color:#a3a3a3; }
.footer-widget-block { display: grid; gap: 8px; }
.footer-link { color:#e5e7eb; font-size:14px; }
.footer-link:hover {color: #fff;}
.divider { height: 1px; background: rgba(255,255,255,.12); margin: 20px 0; }
.footer-bottom { display: grid;  align-items: center; gap: 12px; }
.footer-copy {justify-self: center;}
.footer-legal { display: flex; gap: 18px; justify-self: center; }
.footer-legal a { color:#a3a3a3; font-size:12px; }
@media (max-width: 1024px){
  .footer-top { grid-template-columns: 1fr; }
  .footer-right-block { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 900px){
  .footer-right-block { grid-template-columns: repeat(2,1fr); }
  .footer-bottom { grid-template-columns: 1fr; text-align:center; }
  .footer-copy { justify-self: center; }
}
@media (max-width: 640px){
  .footer-right-block { grid-template-columns: 1fr; }
}
.footnote { color: var(--muted); margin: 8px 0 0; font-size: 14px; }

/* Responsive */
@media (max-width: 900px) {
  .hero-grid, .feature-grid, .cta-inner { grid-template-columns: 1fr; }
  .hero-art { order: 1; justify-self: center; width: 100%; margin-right: 0; }
  .hero-art img { height: auto; max-height: 60vh; object-fit: contain; }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .logo-strip { grid-template-columns: repeat(4,1fr); }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .header-inner {border-radius: 0px;display: flex;justify-content: space-between; /* brand left, nav right */align-items: center;/* padding: 24px; */}
  .nav-toggle {display: flex;align-items: center;justify-content: end;}
  .nav-lists {position: fixed;inset: 78px 0 auto 0;background: rgba(0,0,0,.92);backdrop-filter: blur(8px);border-bottom: 1px solid #222;padding: 24px;display: none;flex-direction: column;gap: 12px;}
  .nav-lists.show {display: flex;align-items: flex-start;}
  .nav-left, .nav-right {display:flex;flex-direction: column;align-items: baseline;gap: 8px;font-size: 22px;}
  .nav-left a, .nav-right a, .nav-link {color: #ffffff; font-size: 16px;}
  .nav-right .eu-flag-link { align-self: flex-end; }
  .nav-list a:hover { background: rgba(255,255,255,.06); }
  /* Turn logos into a carousel track on mobile */
  .logos .logo-strip { display: block; }
  .logos .logo-strip li { width: 46%; margin-right: 8px; }
  .logos .logo-strip img { height: 18px; }
  .grid-3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .cta-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero .bg-video{opacity:.2;}
  a.btnnav{color: #000;}
  .highlight{display: none;}
  .display {font-size: 56px;}

  /* Pricing carousel tweaks */
  .pricing .pricing-grid.is-flickity { display: block; }
  .pricing .pricing-grid .price-card { width: 78%; margin-right: 16px; }
  .pricing .pricing-grid .price-card.hig { transform: scale(.98); }
  .pricing .flickity-page-dots { bottom: -18px; }
  .pricing .flickity-page-dots .dot { background: #111; opacity: .25; }
  .pricing .flickity-page-dots .dot.is-selected { opacity: 1; }
  .logos{    padding: 40px 0px;
    border-bottom: 1px solid #00000024;}
}

.hero-art .wrap{
  display:grid;
  place-items:center;
}
.hero-art .stage{
  position:relative;
  width:100%;
  max-width:900px;
  height:600px;
  transform: translateX(-20%);
  margin:auto;
  border-radius:32px;
  overflow: visible;
}

/* Phone mock + card */
.hero-art .phone{ display:none; }
.hero-art .card{ display:none; }
.hero-art .phone-img{
  position:absolute;
  left:50%;
  width: min(300px, 56vw);
  height:auto;
  z-index:2;
  pointer-events:none;
}
.hero-art .head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}
.hero-art .avatar{
  width:44px;height:44px;border-radius:50%;
  background:linear-gradient(135deg,#ddd,#bbb);
}
.hero-art .title{
  font-weight:700;
}
.hero-art .role{
  color:var(--muted);
  font-size:13px;margin-top:2px;
}
.hero-art .line{
  height:6px;border-radius:3px;background:#eceff1;margin:10px 0;width:70%;
}
.hero-art .btnrow{
  display:grid;gap:10px;margin-top:12px;
}
.hero-art .btn{
  padding:12px 14px;border-radius:12px;border:none;
  background:#101113;color:#fff;font-weight:600;cursor:pointer;
  box-shadow:0 6px 14px rgba(15,15,16,.25);
}
.hero-art .btn.secondary{ background:#f0f1f3; color:#0f0f10; box-shadow:none; }

/* Side labels */
.hero-art .side{
  position:absolute;top:0;bottom:0;display:flex;align-items:center;pointer-events:none;
}
.hero-art .side.left{ left:18px; }
.hero-art .side.right{ right:18px; }
.hero-art .legend{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-size:12px;letter-spacing:.08em;color:#26272b;opacity:.45;
}

/* Bubbles */
.hero-art .bubble{
  position:absolute;
  width:120px;height:120px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;text-align:center;line-height:1.1;
  padding:12px;box-sizing:border-box;
  filter:drop-shadow(0 6px 14px rgba(15,15,16,.18));
  user-select:none;
  opacity: 0;
}
.hero-art .bubble.in{ background:radial-gradient(#ffffff, #ffffff38); color:#0f0f10; outline:0px solid rgba(0,0,0,.06); }
.hero-art .bubble.out{ background:radial-gradient(#000000, #0000008a); color:#fff; }

/* Motion via offset-path (works in modern Chromium, Safari, Firefox) */
@keyframes flow-in {
  0%   { offset-distance:0%; opacity:0; transform:scale(.9); }
  8%   { opacity:1; }
  60%  { transform:scale(1); }
  92%  { opacity:1; }
  100% { offset-distance:100%; opacity:0; transform:scale(.85); }
}
@keyframes flow-out {
  0%   { offset-distance:0%; opacity:0; transform:scale(.85); }
  20%  { opacity:1; transform:scale(1); }
  100% { offset-distance:100%; opacity:0; transform:scale(1.06); }
}

/* Paths relative to stage; tweaked for a nice curve */
.hero-art .in-1{ offset-path:path("M 120 300 C 220 300, 320 290, 520 280"); }
.hero-art .in-2{ offset-path:path("M 110 180 C 220 210, 330 230, 520 260"); }
.hero-art .in-3{ offset-path:path("M 130 420 C 230 380, 340 340, 520 300"); }
.hero-art .in-4{ offset-path:path("M 90 80 C 230 160, 360 200, 520 240"); }

.hero-art .out-1{ offset-path:path("M 580 300 C 740 310, 860 320, 980 300"); }
.hero-art .out-2{ offset-path:path("M 580 270 C 740 260, 860 230, 980 200"); }
.hero-art .out-3{ offset-path:path("M 580 330 C 740 350, 860 380, 980 420"); }
.hero-art .out-4{ offset-path:path("M 580 240 C 720 220, 860 180, 980 140"); }

.hero-art .bubble.in{ animation: flow-in 4.8s var(--delay,0s) linear infinite; }
.hero-art .bubble.out{ animation: flow-out 4.6s var(--delay,0s) linear infinite; }

/* Hit sparkle */
.hero-art .spark{
  position:absolute; width:8px;height:8px;border-radius:50%;
  background:var(--orange); filter:blur(.3px);
  box-shadow:
    0 0 0 6px rgba(255,122,26,.12),
    0 0 22px rgba(255,122,26,.6);
  opacity:0; transform:scale(.6);
  transition:transform .25s ease, opacity .25s ease;
}
.hero-art .spark.pop{ opacity:1; transform:scale(1.8); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .hero-art .bubble{ animation:none; }
}

/* Small screens */
@media (max-width:900px){
  .hero-art .stage{ height:620px; }
  .hero-art .bubble{ width:96px;height:96px; font-size:14px; }
  .hero-art .legend{ display:none; }
}

/* ============================================
   SUBPAGE STYLES — Products, Use Cases, Compare
   ============================================ */

/* Subpage hero (not the homepage video hero) */
.hero--subpage {
  max-height: none;
  height: auto;
  min-height: auto;
  background: #0b0b0c;
  color: #fff;
  padding: 140px 0 64px;
  display: block;
  overflow: visible;
}
.hero--subpage .hero-content {
  max-width: 720px;
}
.hero--subpage h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.hero--subpage .hero-subtitle,
.hero--subpage .lead {
  font-size: clamp(16px, 2vw, 19px);
  color: rgba(255,255,255,.65);
  max-width: 60ch;
  line-height: 1.6;
  margin: 0 0 28px;
}

/* CTA button group */
.cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

/* Subpage button styles */
.btn--primary,
.btnbig.btn--primary {
  background: #fff;
  color: #0b0b0c;
  border: 1px solid #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .3s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,.15);
  text-decoration: none;
}
.btn--primary:hover,
.btnbig.btn--primary:hover {
  background: #f4f4f5;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,.2);
}
.btn--secondary,
.btnbig.btn--secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .3s ease;
  text-decoration: none;
}
.btn--secondary:hover,
.btnbig.btn--secondary:hover {
  background: rgba(255,255,255,.1);
  transform: translateY(-2px);
}

/* On light backgrounds, invert button colors */
.section .btn--primary,
.content-section .btn--primary {
  background: #0b0b0c;
  color: #fff;
  border-color: #0b0b0c;
}
.section .btn--primary:hover,
.content-section .btn--primary:hover {
  background: #000;
}
.section .btn--secondary,
.content-section .btn--secondary {
  color: #0b0b0c;
  border-color: #d1d5db;
}
.section .btn--secondary:hover,
.content-section .btn--secondary:hover {
  background: rgba(0,0,0,.04);
}

.btn--large {
  padding: 16px 32px;
  font-size: 16px;
}

/* Content sections for subpages */
.section {
  padding: 72px 0;
}
.section--alt {
  background: #fff;
}
.section h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  color: #0b0b0c;
}
.section > .container > p {
  font-size: 17px;
  line-height: 1.7;
  color: #374151;
  max-width: 70ch;
  margin: 0 0 32px;
}

/* Content section (use-case pages) */
.content-section {
  padding: 64px 0;
}
.content-section:nth-child(even) {
  background: #fff;
}
.content-section h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 16px;
  color: #0b0b0c;
}
.content-section p {
  font-size: 17px;
  line-height: 1.7;
  color: #374151;
  margin: 0 0 16px;
}
.content-section h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 28px 0 12px;
  color: #0b0b0c;
}

/* Grid layouts */
.grid {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 900px) {
  .grid--3 { grid-template-columns: 1fr 1fr; }
  .grid--4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
}

/* Benefit cards */
.card--benefit {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card--benefit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
}
.card--benefit h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}
.card--benefit p {
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
}

/* Template cards */
.template-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.template-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
}
.template-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #f4f4f5;
}
.template-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 16px 20px 4px;
}
.template-card p {
  margin: 0 20px 20px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}

/* Feature blocks */
.feature-block {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,.03);
}
.feature-block h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
}
.feature-block p {
  margin: 0;
  color: #374151;
  font-size: 16px;
  line-height: 1.7;
}

/* Related product cards */
.related-product {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.related-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
}
.related-product h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.related-product h3 a {
  color: #0b0b0c;
  text-decoration: none;
}
.related-product h3 a:hover {
  color: var(--brand-2);
}
.related-product p {
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
}

/* Subpage FAQ (non-accordion style) */
.section .faq-item,
.content-section .faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.03);
}
.section .faq-item h3,
.content-section .faq-item h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
}
.section .faq-item p,
.content-section .faq-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
}

/* Subpage CTA banner */
.cta-banner {
  background: #0b0b0c;
  color: #fff;
  border-radius: 20px;
  padding: 56px 40px;
  text-align: center;
  margin: 64px 0;
}
.cta-banner h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  margin: 0 0 12px;
  color: #fff;
}
.cta-banner p {
  font-size: 17px;
  color: rgba(255,255,255,.7);
  margin: 0 0 28px;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}
.cta-banner .btn--primary {
  background: #fff;
  color: #0b0b0c;
  border-color: #fff;
}

/* ==========================================
   COMPARISON PAGE STYLES (shared, not inline)
   ========================================== */
.comparison-hero {
  background: #0b0b0c;
  color: #fff;
  padding: 140px 20px 64px;
  text-align: center;
}
.comparison-hero h1 {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  color: #fff;
}
.comparison-hero p {
  font-size: 18px;
  color: rgba(255,255,255,.65);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Comparison content area */
.compare-content {
  padding: 48px 0 80px;
}
.compare-content > .container > p {
  font-size: 17px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 40px;
}

/* Section titles in compare pages */
.compare-content .section-title {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 600;
  margin: 56px 0 24px;
  color: #0b0b0c;
  line-height: 1.2;
}

/* Comparison table */
.comparison-table-wrapper {
  overflow-x: auto;
  margin: 24px 0 40px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.comparison-table th,
.comparison-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
}
.comparison-table th {
  background: #f9fafb;
  font-weight: 600;
  color: #0b0b0c;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.comparison-table .feature-name {
  font-weight: 600;
  color: #0b0b0c;
  min-width: 200px;
}
.comparison-table .heydrop-cell {
  background: rgba(249,115,22,.06);
  font-weight: 500;
}
.comparison-table .heydrop-cell:first-child {
  border-left: 3px solid var(--brand-2);
}
.checkmark { color: #10b981; font-weight: 700; }
.cross { color: #ef4444; }
.limited { color: #f59e0b; font-weight: 600; }

/* Pricing boxes in compare pages */
.pricing-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,.03);
}
.pricing-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px;
}

/* Pros & Cons */
.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 32px 0;
}
.pros, .cons {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,.03);
}
.pros h3, .cons h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px;
}
.pros h3 { color: #10b981; }
.cons h3 { color: #ef4444; }
.pros li, .cons li {
  padding: 10px 0;
  color: #374151;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  line-height: 1.5;
}
.pros li:last-child, .cons li:last-child { border-bottom: none; }
.pros li::before { content: "✓ "; color: #10b981; font-weight: 700; margin-right: 6px; }
.cons li::before { content: "✗ "; color: #ef4444; font-weight: 700; margin-right: 6px; }

@media (max-width: 768px) {
  .pros-cons { grid-template-columns: 1fr; }
}

/* h2 override for subpages (global h2 is weight 300, too light) */
.section-title {
  font-weight: 600 !important;
  font-size: clamp(24px, 3.5vw, 32px);
  line-height: 1.2;
  color: #0b0b0c;
}
/* Compare pages: h2s inside container after comparison-hero */
.comparison-hero ~ .container h2 {
  font-weight: 600;
  font-size: clamp(24px, 3.5vw, 32px);
  line-height: 1.2;
  color: #0b0b0c;
}

/* Compare CTA section */
.cta-section {
  background: #0b0b0c;
  color: #fff;
  padding: 56px 40px;
  border-radius: 20px;
  text-align: center;
  margin: 64px 0;
}
.cta-section h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  margin: 0 0 12px;
  color: #fff;
}
.cta-section p {
  font-size: 17px;
  margin: 0 0 28px;
  opacity: .7;
}
.cta-button {
  display: inline-block;
  background: #fff;
  color: #0b0b0c;
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: all .3s ease;
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

/* Compare FAQ */
.compare-faq .faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}
.compare-faq .faq-question {
  background: #f9fafb;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  width: 100%;
  text-align: left;
}
.compare-faq .faq-question:hover { background: #f4f4f5; }
.compare-faq .faq-answer {
  padding: 0 24px 20px;
  color: #374151;
  font-size: 15px;
  line-height: 1.7;
}

/* Comparison hub page (index) */
.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.compare-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease;
  text-decoration: none;
  color: #0b0b0c;
}
.compare-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
}
.compare-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}
.compare-card p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
}
@media (max-width: 900px) {
  .compare-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .compare-grid { grid-template-columns: 1fr; }
}

/* Breadcrumb */
.breadcrumb {
  padding: 12px 0;
  font-size: 13px;
  color: rgba(255,255,255,.5);
}
.breadcrumb a {
  color: rgba(255,255,255,.6);
  text-decoration: none;
}
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { margin: 0 6px; }

/* Subpage responsive tweaks */
@media (max-width: 640px) {
  .hero--subpage {
    padding: 110px 0 48px;
  }
  .comparison-hero {
    padding: 110px 20px 48px;
  }
  .cta-group {
    flex-direction: column;
  }
  .cta-banner {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .cta-section {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .feature-block {
    padding: 24px;
  }
  .section {
    padding: 48px 0;
  }
  .content-section {
    padding: 40px 0;
  }
}

/* How It Works collapsible */
.how-it-works-toggle { margin: 16px 0 20px; }
.how-it-works-toggle summary {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  color: #0b0b0c;
}
.how-it-works-toggle summary::-webkit-details-marker { display: none; }
.how-it-works-toggle summary::marker { display: none; }
.how-it-works-toggle .chevron-icon {
  transition: transform 0.3s ease;
}
.how-it-works-toggle[open] .chevron-icon {
  transform: rotate(180deg);
}
.how-it-works-toggle ol,
.how-it-works-toggle ul {
  margin-top: 1rem;
}
