/* ═══════════════════════════════════════════
   grocy.css – Grocy.ch Stylesheet V2.5
   © 2025 DROPPY.ch – Alle Rechte vorbehalten
═══════════════════════════════════════════ */

/* ─── RESET & ROOT ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #fff; color: #0f1117; overflow-x: hidden; }
img  { max-width: 100%; height: auto; display: block; }
a    { text-decoration: none; }
h1,h2,h3,h4,h5 { font-family: 'Syne', sans-serif; font-weight: 700; line-height: 1.1; }

:root {
  --ink:    #0f1117;
  --mid:    #5a6372;
  --soft:   #8e99aa;
  --bg:     #f4f6f9;
  --green:  #22c55e;
  --red:    #c52222;
  --blue:   #2563eb;
  --blue-d: #1d4ed8;
  --radius: 20px;
}

/* ─── NAVBAR ─── */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 900;
  padding: .9rem 0;
  transition: background .3s, box-shadow .3s, padding .3s;
}
.nav.scrolled {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  padding: .65rem 0;
}
.nav-main-row { display: flex; align-items: center; justify-content: space-between; }

.nav-brand { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.nav-brand img { height: 32px; transition: filter .3s; }
.nav-brand .slogan {
  font-size: .72rem; font-weight: 600;
  color: rgba(255,255,255,.5); letter-spacing: .04em; white-space: nowrap;
  transition: color .3s;
  border-left: 1px solid rgba(255,255,255,.2); padding-left: .7rem; line-height: 1.3;
}
.nav.scrolled .nav-brand .slogan { color: var(--soft); border-color: rgba(0,0,0,.12); }
.nav.scrolled .nav-brand img { filter: none; }

.nav-links { display: flex; gap: .15rem; align-items: center; }
.nav-links a {
  font-size: .85rem; font-weight: 500; color: rgba(255,255,255,.65);
  padding: .4rem .9rem; border-radius: 50px;
  transition: color .15s, background .15s; white-space: nowrap;
}
.nav.scrolled .nav-links a { color: var(--mid); }
.nav-links a:hover { background: rgba(255,255,255,.1); color: #fff; }
.nav.scrolled .nav-links a:hover { background: var(--bg); color: var(--ink); }

.nav-cta {
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25);
  color: #fff; padding: .45rem 1.2rem; border-radius: 50px;
  font-size: .85rem; font-weight: 600; white-space: nowrap;
  transition: background .15s, color .15s, border-color .15s; flex-shrink: 0;
}
.nav.scrolled .nav-cta { background: var(--green); color: #0a0d14; border-color: var(--green); }
.nav-cta:hover { opacity: .88; }

/* Mobile scroll-nav bar */
.mobile-scrollnav {
  display: none;
  overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  gap: .3rem; padding-top: .55rem;
  border-top: 1px solid rgba(0,0,0,.07); margin-top: .55rem;
}
.mobile-scrollnav::-webkit-scrollbar { display: none; }
.mobile-scrollnav a {
  flex-shrink: 0; font-size: .8rem; font-weight: 600; color: var(--mid);
  padding: .35rem .9rem; border-radius: 50px; background: var(--bg);
  white-space: nowrap; transition: background .15s, color .15s;
}
.mobile-scrollnav a:hover { background: var(--ink); color: #fff; }
.mobile-scrollnav .mn-demo { background: var(--green); color: #0a0d14; font-weight: 700; }
.mobile-scrollnav .mn-demo:hover { opacity: .88; color: #0a0d14; }

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  background: radial-gradient(ellipse 120% 80% at 60% 40%, #1a2340 0%, #0a0d14 60%);
  display: flex; flex-direction: column; justify-content: center;
  padding: 130px 0 80px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero::after {
  content: ''; position: absolute; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(34,197,94,.18) 0%, transparent 70%);
  top: -100px; right: -100px; pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(34,197,94,.15); border: 1px solid rgba(34,197,94,.3);
  color: var(--green); padding: .35rem 1rem; border-radius: 50px;
  font-size: .8rem; font-weight: 600; letter-spacing: .04em; margin-bottom: 1.75rem;
}
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.hero h1 { font-size: clamp(2.6rem, 5.5vw, 4.2rem); color: #fff; margin-bottom: 1.25rem; letter-spacing: -.02em; }
.hero h1 span { color: var(--green); }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.55); line-height: 1.75; max-width: 480px; margin-bottom: 2.25rem; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-trust { display: flex; gap: 2rem; flex-wrap: wrap; }
.trust-i { display: flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.45); font-size: .83rem; }
.trust-i i { color: var(--green); font-size: 1rem; }

/* Hero device composition – NO floating animation */
.hero-devices { position: relative; height: 520px; display: flex; align-items: flex-end; }
.hd-macbook {
  position: absolute; width: 100%; bottom: 0; left: 0;
  filter: drop-shadow(0 40px 80px rgba(0,0,0,.6)); z-index: 1;
}
.hd-ipad {
  position: absolute; width: 60%; bottom: 0; right: 1%;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.5)); z-index: 2;
}
.hd-iphone {
  position: absolute; width: 22%; bottom: 0; right: 0%;
  filter: drop-shadow(0 24px 48px rgba(34,197,94,.25)); z-index: 3;
}

/* Hero disclmaier Open-Source-Projekt grocy.info */
.hero-disclaimer {
  margin-top: 36px;
  font-size: .82rem;
  color: rgba(255,255,255,.30);
  line-height: 1.4;
}
.hero-disclaimer a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  opacity: 0.7;
}
.hero-disclaimer a:hover {
  opacity: 1;
}

/* ─── BUTTONS ─── */
.btn-solid {
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--green); color: #0a0d14;
  padding: .85rem 2rem; border-radius: 50px;
  font-weight: 700; font-size: .95rem;
  transition: transform .15s, box-shadow .15s;
}
.btn-solid:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(34,197,94,.4); color: #0a0d14; }
.btn-solid.blue { background: var(--blue); color: #fff; box-shadow: 0 4px 16px rgba(37,99,235,.3); }
.btn-solid.blue:hover { box-shadow: 0 8px 28px rgba(37,99,235,.45); color: #fff; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: .6rem;
  border: 1.5px solid rgba(255,255,255,.2); color: rgba(255,255,255,.8);
  padding: .85rem 2rem; border-radius: 50px; font-weight: 600; font-size: .95rem;
  transition: border-color .15s, background .15s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); color: #fff; }

/* ─── SECTIONS ─── */
.sec { padding: 100px 0; }
.sec-dark { background: var(--ink); }
.sec-soft { background: var(--bg); }

.label {
  display: inline-block; font-size: .72rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: .75rem;
}
.sec-dark .label { color: var(--green); }
.title { font-size: clamp(1.9rem, 3.5vw, 2.75rem); margin-bottom: 1rem; }
.sec-dark .title { color: #fff; }
.desc { color: var(--mid); font-size: 1.05rem; line-height: 1.75; }
.sec-dark .desc { color: rgba(255,255,255,.5); }

.chip {
  display: inline-flex; align-items: center; gap: .35rem;
  background: rgba(37,99,235,.08); color: var(--blue);
  padding: .3rem .8rem; border-radius: 50px;
  font-size: .78rem; font-weight: 600; margin: .2rem;
}

/* ─── FEATURE CARDS ─── */
.fcard {
  background: #fff; border-radius: var(--radius); padding: 1.75rem;
  height: 100%; border: 1px solid rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
}
.fcard:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.fcard-icon {
  width: 48px; height: 48px; border-radius: 14px; background: rgba(37,99,235,.09);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: var(--blue); margin-bottom: 1rem;
}
.fcard h5 { font-size: 1rem; margin-bottom: .45rem; }
.fcard p  { font-size: .88rem; color: var(--mid); line-height: 1.65; }

/* ─── SCREEN COMPOSITIONS ─── */
.scene-a { position: relative; padding-bottom: 18%; padding-right: 2%; }
.scene-a .sa-dt   { width: 78%; filter: drop-shadow(0 32px 64px rgba(0,0,0,.22)); }
.scene-a .sa-ipad { position: absolute; width: 52%; bottom: 0; right: -2%; filter: drop-shadow(0 24px 48px rgba(0,0,0,.20)); z-index: 2; }

.scene-b { position: relative; padding-bottom: 14%; padding-left: 2%; }
.scene-b .sb-mb  { width: 80%; filter: drop-shadow(0 32px 64px rgba(0,0,0,.22)); }
.scene-b .sb-iph { position: absolute; width: 32%; bottom: -2%; right: -3%; filter: drop-shadow(0 20px 40px rgba(37,99,235,.25)); z-index: 2; }

.scene-c { position: relative; display: flex; align-items: flex-end; justify-content: center; width: 100%; }
.scene-c img { min-width: 0; }
.scene-c .sc-ipad { width: 72%; margin-bottom: 10%; filter: drop-shadow(0 24px 48px rgba(0,0,0,.18)); z-index: 1; }
.scene-c .sc-ph1  { width: 36%; margin-left: -14%; filter: drop-shadow(0 32px 56px rgba(0,0,0,.25)); z-index: 2; }
.scene-c .sc-ph2  { width: 33%; margin-left: -10%; margin-bottom: 14%; filter: drop-shadow(0 20px 40px rgba(34,197,94,.2)); z-index: 3; }

.scene-d { position: relative; padding-bottom: 16%; }
.scene-d .sd-mb   { width: 76%; filter: drop-shadow(0 32px 64px rgba(0,0,0,.22)); }
.scene-d .sd-ipad { position: absolute; width: 42%; bottom: 0; right: -2%; filter: drop-shadow(0 24px 48px rgba(0,0,0,.20)); z-index: 2; }

.admin-dev-dt,
.admin-dev-iphone,
.admin-dev-ipad {
  display: block; margin: 0 auto;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,.12));
  transition: transform .3s;
}
.admin-dev-dt:hover,
.admin-dev-iphone:hover,
.admin-dev-ipad:hover { transform: translateY(-6px) scale(1.02); }

.admin-dev-dt     { width: 100%; max-width: 340px; }
.admin-dev-iphone { width: 100%; max-width: 160px; }
.admin-dev-ipad   { width: 100%; max-width: 360px; }

/* ─── PRICING ─── */
.price-card {
  background: linear-gradient(145deg, #1b2742, #0f172a);
  border: 1px solid rgba(255,255,255,.1); border-radius: 28px; padding: 3rem;
  color: #fff; position: relative; overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,.3);
}
.price-card::before {
  content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(34,197,94,.12) 0%, transparent 70%);
  top: -100px; right: -100px; pointer-events: none;
}
.price-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(34,197,94,.15); border: 1px solid rgba(34,197,94,.3);
  color: var(--green); padding: .3rem .9rem; border-radius: 50px;
  font-size: .75rem; font-weight: 700; letter-spacing: .06em; margin-bottom: 1.5rem;
}
.price-name { font-size: 1.2rem; color: rgba(255,255,255,.6); margin-bottom: .5rem; }
.price-amt  { font-family: 'Syne',sans-serif; font-size: 3.5rem; font-weight: 800; color: #fff; line-height: 1; margin-bottom: .4rem; }
.price-amt sup { font-size: 1.5rem; vertical-align: super; }
.price-amt sub { font-size: 1rem; color: rgba(255,255,255,.45); font-weight: 400; }
.price-note     { font-size: .85rem; color: rgba(255,255,255,.4); margin-bottom: 2rem; }
.price-divider  { border: none; border-top: 1px solid rgba(255,255,255,.08); margin: 2rem 0; }
.pli { display: flex; align-items: flex-start; gap: .65rem; margin-bottom: .8rem; font-size: .92rem; color: rgba(255,255,255,.8); }
.pli i { color: var(--green); font-size: 1.05rem; flex-shrink: 0; margin-top: .1rem; }

/* ─── PAYMENT CARDS ─── */
.pay-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2rem; }
.pay-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 1.25rem;
  cursor: pointer; transition: border-color .2s, background .2s; position: relative;
}
.pay-card:hover, .pay-card.active { border-color: var(--green); background: rgba(34,197,94,.07); }
.pay-card .pay-logo { height: 26px; margin-bottom: .75rem; object-fit: contain; }
.pay-card h6 { color: #fff; font-size: .85rem; margin-bottom: .2rem; }
.pay-card p  { color: rgba(255,255,255,.4); font-size: .75rem; line-height: 1.4; margin: 0; }
.pay-card .pay-check {
  position: absolute; top: .65rem; right: .65rem;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--green); display: none;
  align-items: center; justify-content: center; font-size: .6rem; color: #fff;
}
.pay-card.active .pay-check { display: flex; }
.pay-detail { display: none; margin-top: 1.5rem; }
.pay-detail.show { display: block; }

/* TWINT */
.twint-qr {
  width: 140px; height: 140px; border-radius: 12px; background: #fff;
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .3rem;
  margin: 0 auto 1rem; color: #aaa; font-size: .7rem; text-align: center; padding: .75rem;
}
.twint-number { text-align: center; color: #fff; font-size: 1.4rem; font-weight: 700; letter-spacing: .08em; }
.twint-sub    { text-align: center; color: rgba(255,255,255,.4); font-size: .8rem; margin-top: .3rem; }

/* PayPal */
.paypal-link {
  display: inline-flex; align-items: center; gap: .6rem;
  background: #FFC439; color: #0a0d14;
  padding: .85rem 2rem; border-radius: 50px;
  font-weight: 700; font-size: .95rem;
  transition: opacity .15s, transform .1s;
}
.paypal-link:hover { opacity: .9; transform: translateY(-1px); color: #0a0d14; }

/* ── Payment-Button Hover-Animation ── */
.pay-img-btn { transition: transform .22s ease, filter .22s ease; display:block; }
.pay-img-btn:hover { transform: scale(1.07); filter: brightness(1.12) drop-shadow(0 4px 14px rgba(255,255,255,.18)); }
.pay-img-btn:active { transform: scale(.97); }
/* ── Kein Default gewählt: Erklärungsbereich ── */
#detail-default { display:block; }
.pay-detail.show ~ #pay-order-wrap { display:block; }

/* Bank */
.bank-table { width: 100%; border-collapse: collapse; }
.bank-table td { padding: .6rem .75rem; font-size: .87rem; border-bottom: 1px solid rgba(255,255,255,.07); }
.bank-table td:first-child { color: rgba(255,255,255,.4); width: 38%; }
.bank-table td:last-child  { color: #fff; font-weight: 500; }
.bank-table tr:last-child td { border-bottom: none; }

/* Order CTA */
.order-btn {
  display: flex; align-items: center; justify-content: center; gap: .6rem;
  width: 100%; padding: 1rem 2rem; border-radius: 50px;
  background: var(--green); color: #0a0d14;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.05rem;
  border: none; cursor: pointer; margin-top: 2rem;
  transition: transform .15s, box-shadow .15s;
}
.order-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(34,197,94,.4); color: #0a0d14; }

/* ─── ORDER FORM MODAL ─── */
.order-modal .modal-dialog { max-width: 560px; }
.order-modal .modal-content { border-radius: 24px; border: none; box-shadow: 0 32px 80px rgba(0,0,0,.2); }
.order-modal .modal-header  { background: linear-gradient(135deg,#1b2742,#0f172a); border-radius: 24px 24px 0 0; padding: 1.5rem 2rem; border: none; }
.order-modal .modal-title   { color: #fff; font-family: 'Syne',sans-serif; font-size: 1.2rem; }
.order-modal .modal-body    { padding: 2rem; }
.order-modal .modal-footer  { padding: 1rem 2rem 1.5rem; border: none; }
.order-modal .btn-close     { filter: invert(1); opacity: .6; }

.form-label { font-size: .85rem; font-weight: 600; color: var(--ink); margin-bottom: .35rem; }
.form-control, .form-select {
  border: 1.5px solid rgba(0,0,0,.12); border-radius: 12px;
  padding: .65rem 1rem; font-size: .92rem; color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}
.form-control:focus, .form-select:focus {
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.1); outline: none;
}
.input-group .form-control { border-radius: 12px 0 0 12px; }
.input-group-text { background: var(--bg); border: 1.5px solid rgba(0,0,0,.12); border-left: none; border-radius: 0 12px 12px 0; font-size: .88rem; color: var(--mid); }
.form-check-input { width: 18px; height: 18px; border-radius: 6px; border: 1.5px solid rgba(0,0,0,.2); cursor: pointer; }
.form-check-input:checked { background-color: var(--blue); border-color: var(--blue); }
.form-check-label { font-size: .88rem; color: var(--mid); cursor: pointer; }

.order-feedback { border-radius: 12px; padding: .85rem 1rem; font-size: .9rem; margin-top: 1rem; display: none; }
.order-feedback.success { background: rgba(34,197,94,.1); color: #15803d; border: 1px solid rgba(34,197,94,.25); }
.order-feedback.error   { background: rgba(239,68,68,.08); color: #b91c1c; border: 1px solid rgba(239,68,68,.2); }

/* ─── FAQ ─── */
.faq-item { border-bottom: 1px solid rgba(255,255,255,.08); padding: 1.25rem 0; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; gap: 1rem; font-weight: 600; font-size: .97rem; color: #fff;
}
.faq-q i { flex-shrink: 0; transition: transform .25s; color: rgba(255,255,255,.3); font-size: 1.1rem; }
.faq-item.open .faq-q i { transform: rotate(45deg); color: var(--green); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .25s;
  font-size: .9rem; color: rgba(255,255,255,.5); line-height: 1.7;
}
.faq-item.open .faq-a { max-height: 300px; padding-top: .75rem; }

.faq-app-note {
  margin-top: 2.5rem; padding: 1.25rem 1.5rem;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; display: flex; align-items: center; gap: 1rem;
}
.faq-app-note i { color: var(--green); font-size: 1.4rem; flex-shrink: 0; }
.faq-app-note p { color: rgba(255,255,255,.5); font-size: .88rem; line-height: 1.6; margin: 0; }
.faq-app-note a { color: var(--green); font-weight: 600; }

.faq-q:hover {
  color: var(--green) !important;
}
.faq-q:hover i {
  color: var(--green) !important;
  opacity: 1;
}

/* ─── LEGAL MODALS ─── */
.legal-modal .modal-dialog  { max-width: 720px; }
.legal-modal .modal-content { border-radius: 20px; border: none; box-shadow: 0 32px 80px rgba(0,0,0,.18); }
.legal-modal .modal-header  { border-bottom: 1px solid rgba(0,0,0,.07); padding: 1.5rem 2rem; }
.legal-modal .modal-title   { font-family: 'Syne',sans-serif; font-weight: 700; font-size: 1.3rem; }
.legal-modal .modal-body    { padding: 2rem; max-height: 70vh; overflow-y: auto; font-size: .92rem; line-height: 1.75; color: var(--mid); }
.legal-modal .modal-body h5 { font-size: 1rem; color: var(--ink); margin: 1.5rem 0 .5rem; }
.legal-modal .modal-body h5:first-child { margin-top: 0; }
.legal-modal .modal-body p  { margin-bottom: .75rem; }
.legal-modal .modal-footer  { border-top: 1px solid rgba(0,0,0,.07); padding: 1rem 2rem; }

/* ─── FOOTER ─── */
.footer { background: #080b10; color: rgba(255,255,255,.35); padding: 2.5rem 0 1.5rem; font-size: .85rem; }
.footer a { color: rgba(255,255,255,.35); transition: color .15s; }
.footer a:hover { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: .75rem; margin-bottom: .4rem; }
.footer-brand img { height: 26px; filter: brightness(0) invert(1); opacity: .4; }
.footer-slogan { font-size: .72rem; color: rgba(255,255,255,.25); letter-spacing: .06em; border-left: 1px solid rgba(255,255,255,.12); padding-left: .7rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
.footer-links a { color: rgba(255,255,255,.3); }
.footer-links a:hover { color: rgba(255,255,255,.8); }
.footer-copy { border-top: 1px solid rgba(255,255,255,.06); margin-top: 1.5rem; padding-top: 1.25rem; text-align: center; font-size: .78rem; color: rgba(255,255,255,.2); }

/* ─── RESPONSIVE ─── */
@media (max-width: 991px) {
  .nav.scrolled .mobile-scrollnav { display: flex; }
}
@media (max-width: 1200px) {
  .hero-devices { height: 440px; }
  .hd-macbook { width: 72%; } .hd-ipad { width: 38%; } .hd-iphone { width: 21%; }
}
@media (max-width: 992px) {
  .sec { padding: 72px 0; }
  .hero-devices { height: 360px; }
  .hd-macbook { width: 70%; } .hd-ipad { width: 36%; } .hd-iphone { width: 20%; }
  .scene-a .sa-ipad { width: 38%; }
  .scene-b .sb-iph  { width: 29%; }
  .scene-d .sd-ipad { width: 38%; }
  .pay-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero { padding-top: 100px; }
  .hero-devices { height: 260px; margin-top: 2rem; }
  .hd-ipad, .hd-iphone { display: none; }
  .hd-macbook { width: 100%; position: relative; }
  .scene-a .sa-ipad, .scene-b .sb-iph, .scene-d .sd-ipad { display: none; }
  .scene-a .sa-dt, .scene-b .sb-mb, .scene-d .sd-mb { width: 100%; }
  .scene-c .sc-ph2 { display: none; }
  .scene-c .sc-ph1 { width: 44%; margin-left: -8%; }
  .scene-c .sc-ipad { width: 58%; }
  .price-card { padding: 2rem 1.5rem; }
  .nav-brand .slogan { display: none; }
  .legal-modal .modal-body { padding: 1.25rem; }
  .order-modal .modal-body { padding: 1.25rem; }
}
@media (max-width: 576px) {
  .hero h1 { font-size: 2.2rem; }
  .hero-btns { flex-direction: column; }
  .btn-solid, .btn-ghost { width: 100%; justify-content: center; }
  .hero-trust { gap: 1rem; }
}
