/* Group Anaesthetic Services — app studio. Global-network midnight system: emerald/cyan/blue. */
:root {
  --bg: #080e20;
  --bg-2: #0b1230;
  --surface: rgba(255,255,255,.045);
  --surface-2: rgba(255,255,255,.075);
  --border: rgba(255,255,255,.10);
  --border-2: rgba(255,255,255,.18);
  --text: #e9f1f6;
  --muted: #9cb0c2;
  --dim: #647889;
  --emerald: #34d399;
  --cyan: #22d3ee;
  --blue: #3b82f6;
  --grad: linear-gradient(120deg, #34d399 0%, #22d3ee 52%, #3b82f6 100%);
  --grad-2: linear-gradient(120deg, #6ee7b7, #67e8f9);
  --glow: 0 0 60px rgba(52,211,153,.32);
  --glow-cyan: 0 0 60px rgba(34,211,238,.3);
  --shadow: 0 30px 80px rgba(0,0,0,.5);
  --max: 1200px;
  --sans: 'Hanken Grotesk', system-ui, sans-serif;
  --display: 'Sora', 'Hanken Grotesk', sans-serif;
  --r: 18px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(760px 520px at 84% -6%, rgba(34,211,238,.16), transparent 60%),
    radial-gradient(820px 560px at 4% 4%, rgba(52,211,153,.18), transparent 62%),
    radial-gradient(680px 480px at 60% 108%, rgba(59,130,246,.14), transparent 60%);
}
body::after {
  content: ''; position: fixed; inset: 0; z-index: -3; pointer-events: none; opacity: .4;
  background-image: linear-gradient(rgba(156,176,194,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(156,176,194,.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(120% 80% at 50% 0%, #000 25%, transparent 72%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--display); font-weight: 600; line-height: 1.08; letter-spacing: -.02em; color: var(--text); }
.container { max-width: var(--max); margin: 0 auto; padding: 0 30px; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
em { font-style: normal; }

/* Ticker strip */
.strip { text-align: center; font-size: 12.5px; letter-spacing: .06em; color: var(--muted); padding: 10px 20px; border-bottom: 1px solid var(--border); background: linear-gradient(90deg, rgba(52,211,153,.08), rgba(59,130,246,.08)); }
.strip b { color: var(--text); font-weight: 700; }
.strip .spark { color: var(--emerald); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); background: rgba(8,14,32,.68); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 15px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { height: 34px; width: 34px; }
.brand .name { font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: -.01em; }
.brand .name span { color: var(--muted); font-weight: 500; }
.links { display: flex; align-items: center; gap: 26px; font-size: 14.5px; color: var(--muted); font-weight: 500; }
.links a { transition: color .2s; }
.links a:hover, .links a.active { color: var(--text); }
.nav-cta { font-family: var(--display); font-weight: 600; font-size: 14px; padding: 9px 20px; border-radius: 11px; color: #05130d !important; background: var(--grad-2); box-shadow: var(--glow); transition: transform .18s, box-shadow .18s; }
.nav-cta:hover { transform: translateY(-1px); }
.burger { display: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--display); font-weight: 600; font-size: 15px;
  padding: 14px 26px; border-radius: 12px;
  background: var(--grad); color: #05130d; border: 1px solid transparent;
  box-shadow: var(--glow); cursor: pointer;
  transition: transform .18s, box-shadow .18s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 0 80px rgba(52,211,153,.5); }
.btn-glass { background: var(--surface); color: var(--text); border: 1px solid var(--border-2); box-shadow: none; backdrop-filter: blur(10px); }
.btn-glass:hover { background: var(--surface-2); border-color: var(--emerald); }
.btn-arrow::after { content: '→'; font-size: 16px; }

/* Kicker */
.kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; letter-spacing: .04em; color: var(--muted); font-weight: 600; padding: 6px 14px 6px 12px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); backdrop-filter: blur(10px); margin-bottom: 24px; }
.kicker .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 10px var(--emerald); }

/* Section */
.sec { padding: 100px 0; position: relative; }
.sec-line { border-top: 1px solid var(--border); }
.sec-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.sec-head h2 { font-size: clamp(30px, 4.2vw, 50px); margin-bottom: 16px; }
.sec-head p { color: var(--muted); font-size: 17px; }

/* Hero */
.hero { padding: 66px 0 88px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero h1 { font-size: clamp(42px, 5.6vw, 72px); margin-bottom: 22px; font-weight: 600; letter-spacing: -.03em; }
.hero .lede { color: var(--muted); font-size: 18.5px; max-width: 520px; margin-bottom: 34px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.stats { display: flex; gap: 26px; margin-top: 44px; flex-wrap: wrap; }
.stats .s { display: flex; flex-direction: column; gap: 3px; }
.stats .s b { font-family: var(--display); font-size: 22px; font-weight: 700; }
.stats .s span { font-size: 12.5px; color: var(--dim); }

/* Globe */
.globe-wrap { position: relative; }
.globe { position: relative; width: 100%; max-width: 500px; margin: 0 auto; display: block; overflow: visible; }
.globe .sphere-fill { fill: url(#gsphere); }
.globe .wire { fill: none; stroke: rgba(156,200,220,.28); stroke-width: 1; }
.globe .edge { fill: none; stroke: url(#gstroke); stroke-width: 2; filter: url(#gglow); }
.globe .sat { transform-origin: 200px 200px; animation: spin 22s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.globe .arc { fill: none; stroke: url(#gstroke); stroke-width: 1.6; stroke-dasharray: 5 7; opacity: .8; animation: dash 3s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -48; } }
.globe .pin { fill: #6ee7b7; }
.globe .pin-halo { fill: rgba(52,211,153,.35); animation: ping 2.6s ease-out infinite; transform-box: fill-box; transform-origin: center; }
.globe .pin-halo.d2 { animation-delay: .8s; } .globe .pin-halo.d3 { animation-delay: 1.6s; } .globe .pin-halo.d4 { animation-delay: 2.2s; }
@keyframes ping { 0% { transform: scale(.6); opacity: .8; } 100% { transform: scale(3.4); opacity: 0; } }
/* Floating glass chips */
.float { position: absolute; z-index: 4; padding: 12px 16px; border-radius: 14px; background: rgba(11,18,48,.82); border: 1px solid var(--border-2); backdrop-filter: blur(12px); box-shadow: var(--shadow); display: flex; align-items: center; gap: 11px; animation: bob 6s ease-in-out infinite; }
.float .fi { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--grad); }
.float .fi svg { width: 18px; height: 18px; }
.float .fx b { font-family: var(--display); font-size: 16px; font-weight: 700; display: block; line-height: 1.1; }
.float .fx span { font-size: 11px; color: var(--dim); }
.float.f1 { top: 5%; right: -3%; }
.float.f2 { bottom: 8%; left: -5%; animation-delay: -3s; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* Capabilities */
.caps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cap { padding: 28px 24px; border-radius: var(--r); position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--border); border-left: 3px solid transparent; backdrop-filter: blur(14px); transition: transform .22s, border-color .22s, background .22s; }
.cap:hover { transform: translateY(-6px); border-left-color: var(--emerald); background: var(--surface-2); }
.cap.big { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; padding: 34px 32px; border-left: 3px solid var(--emerald); background: linear-gradient(160deg, rgba(52,211,153,.1), rgba(59,130,246,.06)); }
.cap .idx { font-family: var(--display); font-size: 12.5px; color: var(--dim); margin-bottom: 20px; font-weight: 600; }
.cap-ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(52,211,153,.24), rgba(59,130,246,.18)); border: 1px solid var(--border); margin-bottom: 18px; }
.cap-ic svg { width: 23px; height: 23px; }
.cap h3 { font-size: 20px; margin-bottom: 9px; }
.cap.big h3 { font-size: 28px; margin: 12px 0; }
.cap p { color: var(--muted); font-size: 14.5px; }
.cap.big p { font-size: 16px; max-width: 420px; }
.cap-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
.cap-tags span { font-size: 11.5px; color: var(--emerald); padding: 5px 11px; border: 1px solid var(--border-2); border-radius: 999px; }

/* Services */
.svc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svcx { padding: 32px 28px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--border); backdrop-filter: blur(14px); position: relative; overflow: hidden; }
.svcx .num { font-family: var(--display); font-size: 13px; letter-spacing: .02em; color: var(--emerald); font-weight: 600; }
.svcx h3 { font-size: 21px; margin: 6px 0 12px; }
.svcx > p { color: var(--muted); font-size: 15px; margin-bottom: 18px; }
.svcx ul { list-style: none; }
.svcx li { position: relative; padding-left: 24px; color: var(--muted); font-size: 14.5px; margin-bottom: 10px; }
.svcx li::before { content: ''; position: absolute; left: 2px; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--grad); }

/* Apps drop */
.drop { border-radius: 26px; padding: 8px; background: linear-gradient(140deg, rgba(52,211,153,.4), rgba(59,130,246,.3)); box-shadow: var(--shadow); }
.drop-inner { border-radius: 22px; background: rgba(9,14,34,.92); border: 1px solid var(--border); padding: 52px 40px; text-align: center; position: relative; overflow: hidden; }
.drop-inner::before { content: ''; position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(34,211,238,.22), transparent 65%); }
.drop-badge { position: relative; width: 76px; height: 76px; margin: 0 auto 24px; border-radius: 20px; background: var(--grad); display: grid; place-items: center; box-shadow: var(--glow); }
.drop-badge svg { width: 38px; height: 38px; }
.drop-inner h3 { font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 12px; position: relative; }
.drop-inner > p { color: var(--muted); font-size: 16.5px; max-width: 520px; margin: 0 auto 30px; position: relative; }
.slots { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 34px; position: relative; }
.slot { width: 64px; height: 64px; border-radius: 16px; background: var(--surface); border: 1px dashed var(--border-2); display: grid; place-items: center; }
.slot svg { width: 26px; height: 26px; opacity: .65; }
.drop-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* Google Play */
.gplay { display: inline-flex; align-items: center; gap: 13px; background: var(--surface); border: 1px solid var(--border-2); border-radius: 12px; padding: 11px 22px; backdrop-filter: blur(10px); transition: transform .18s, border-color .18s; }
.gplay:hover { transform: translateY(-2px); border-color: var(--emerald); }
.gplay .txt { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.gplay .txt small { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); }
.gplay .txt strong { font-family: var(--display); font-size: 18px; font-weight: 700; }

/* App cards */
.apps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.app-card { display: flex; flex-direction: column; padding: 26px 24px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--border); border-left: 3px solid transparent; backdrop-filter: blur(14px); transition: transform .22s, border-color .22s, background .22s; }
.app-card:hover { transform: translateY(-6px); border-left-color: var(--emerald); background: var(--surface-2); }
.app-ic { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(52,211,153,.24), rgba(59,130,246,.18)); border: 1px solid var(--border); margin-bottom: 18px; }
.app-ic svg { width: 27px; height: 27px; }
.app-card .cat { font-family: var(--display); font-size: 12px; letter-spacing: .04em; color: var(--dim); font-weight: 600; margin-bottom: 6px; }
.app-card h3 { font-size: 18px; margin-bottom: 9px; line-height: 1.22; }
.app-card p { color: var(--muted); font-size: 14px; margin-bottom: 20px; flex: 1; }
.app-store { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; background: var(--surface); border: 1px solid var(--border-2); border-radius: 11px; padding: 9px 16px; backdrop-filter: blur(10px); transition: transform .18s, border-color .18s; }
.app-store:hover { transform: translateY(-2px); border-color: var(--emerald); }
.app-store svg { width: 19px; height: 19px; flex: none; }
.app-store span { font-family: var(--display); font-weight: 600; font-size: 13.5px; }
.apps-more { display: flex; justify-content: center; margin-top: 40px; }

/* Process */
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.flowx { padding: 30px 28px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--border); backdrop-filter: blur(14px); }
.flowx .n { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--grad); color: #05130d; font-family: var(--display); font-weight: 700; font-size: 16px; margin-bottom: 18px; box-shadow: var(--glow); }
.flowx h3 { font-size: 20px; margin-bottom: 10px; }
.flowx p { color: var(--muted); font-size: 15px; }

/* Acquisitions */
.buy { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.buy h2 { font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 16px; }
.buy > div > p { color: var(--muted); font-size: 16.5px; margin-bottom: 22px; }
.check { list-style: none; }
.check li { position: relative; padding-left: 30px; margin-bottom: 13px; color: var(--muted); }
.check li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 6px; background: var(--grad); color: #05130d; font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.panel { padding: 10px 28px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--border); backdrop-filter: blur(14px); }
.panel .row { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--border); }
.panel .row:last-child { border-bottom: none; }
.panel .row .lbl { color: var(--muted); }
.panel .row .val { font-family: var(--display); font-weight: 700; }

/* CTA */
.cta-band { text-align: center; }
.cta-inner { border-radius: 28px; padding: 78px 32px; position: relative; overflow: hidden; background: rgba(11,18,48,.7); border: 1px solid var(--border-2); }
.cta-inner::before { content: ''; position: absolute; inset: -1px; border-radius: 28px; padding: 1px; background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .7; }
.cta-inner::after { content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle, rgba(52,211,153,.28), transparent 62%); pointer-events: none; }
.cta-inner h2 { font-size: clamp(32px, 4.4vw, 52px); margin-bottom: 16px; position: relative; }
.cta-inner p { color: var(--muted); font-size: 17px; max-width: 540px; margin: 0 auto 30px; position: relative; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 74px 0 40px; background: rgba(6,10,26,.6); }
.foot-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 54px; }
.foot-brand .brand { margin-bottom: 18px; }
.foot-brand p { color: var(--muted); font-size: 14.5px; max-width: 320px; margin-bottom: 14px; }
.foot-brand .addr { color: var(--dim); font-size: 13px; line-height: 1.7; }
.foot-col h4 { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); margin-bottom: 16px; font-weight: 700; }
.foot-col a, .foot-col p { display: block; color: var(--muted); font-size: 14.5px; margin-bottom: 11px; transition: color .2s; }
.foot-col a:hover { color: var(--emerald); }
.foot-bottom { border-top: 1px solid var(--border); padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--dim); font-size: 13px; }

/* Legal */
.legal { max-width: 820px; margin: 0 auto; padding: 82px 30px; }
.legal h1 { font-size: clamp(36px, 4.8vw, 52px); margin-bottom: 10px; }
.legal .updated { color: var(--dim); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 46px; }
.legal h2 { font-size: 23px; margin: 40px 0 14px; }
.legal p { color: var(--muted); margin-bottom: 16px; }
.legal ul { list-style: none; margin: 0 0 18px; }
.legal li { position: relative; padding-left: 24px; color: var(--muted); margin-bottom: 10px; }
.legal li::before { content: ''; position: absolute; left: 2px; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--grad); }
.legal a { color: var(--cyan); border-bottom: 1px solid rgba(34,211,238,.4); }
.legal a:hover { color: var(--emerald); }

/* Contact */
.contact-info { max-width: 640px; }
.contact-info h1 { font-size: clamp(34px, 4.6vw, 54px); margin-bottom: 18px; }
.contact-info > p { color: var(--muted); font-size: 18px; margin-bottom: 32px; }
.info-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; margin-top: 44px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--border); }
.info-list .ic { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, rgba(52,211,153,.24), rgba(59,130,246,.18)); border: 1px solid var(--border); display: grid; place-items: center; flex: none; }
.info-list .ic svg { width: 20px; height: 20px; }
.info-list .k { font-size: 11.5px; color: var(--dim); letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.info-list .v { font-family: var(--display); font-size: 16.5px; font-weight: 600; }
.info-list a.v:hover { color: var(--emerald); }

/* Page hero */
.page-hero { padding: 76px 0 34px; text-align: center; }
.page-hero .kicker { margin-bottom: 22px; }
.page-hero h1 { font-size: clamp(38px, 5vw, 60px); margin-bottom: 16px; }
.page-hero p { color: var(--muted); font-size: 17.5px; max-width: 640px; margin: 0 auto; }

/* About */
.prose { max-width: 730px; margin: 0 auto; }
.prose p { color: var(--muted); font-size: 18px; margin-bottom: 20px; }
.prose p strong { color: var(--text); font-weight: 600; }
.beliefs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.belief { padding: 28px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--border); backdrop-filter: blur(14px); }
.belief .n { font-family: var(--display); color: var(--emerald); font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.belief h3 { font-size: 19px; margin-bottom: 10px; }
.belief p { color: var(--muted); font-size: 14.5px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero-grid, .buy { grid-template-columns: 1fr; gap: 48px; }
  .globe { max-width: 400px; }
  .caps { grid-template-columns: repeat(2, 1fr); }
  .cap.big { grid-column: span 2; grid-row: auto; }
  .svc, .flow { grid-template-columns: 1fr; }
  .apps-grid { grid-template-columns: repeat(2, 1fr); }
  .info-list { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 860px) {
  .burger { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 11px; border: 1px solid var(--border-2); background: var(--surface); cursor: pointer; }
  .burger span { position: relative; display: block; width: 18px; height: 2px; background: var(--text); border-radius: 2px; }
  .burger span::before, .burger span::after { content: ''; position: absolute; left: 0; width: 18px; height: 2px; background: var(--text); border-radius: 2px; }
  .burger span::before { top: -6px; } .burger span::after { top: 6px; }
  .links { display: none; }
  .links.open { display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 100%; left: 0; right: 0; background: rgba(9,14,34,.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); padding: 12px 24px 18px; gap: 2px; }
  .links.open a { padding: 13px 4px; font-size: 15px; border-bottom: 1px solid var(--border); }
  .links.open a:last-child { border-bottom: none; }
  .links.open .nav-cta { margin-top: 12px; text-align: center; justify-content: center; color: #05130d !important; }
}
@media (max-width: 620px) {
  .container { padding: 0 20px; }
  .nav-inner { padding: 13px 20px; }
  .hero { padding: 44px 0 66px; }
  .hero h1 { font-size: clamp(36px, 10vw, 50px); }
  .sec { padding: 68px 0; }
  .caps, .beliefs, .apps-grid { grid-template-columns: 1fr; }
  .cap.big { grid-column: auto; }
  .float { display: none; }
  .actions .btn, .cta-actions .btn { flex: 1 1 100%; justify-content: center; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .foot-bottom { flex-direction: column; gap: 6px; }
  .drop-inner { padding: 40px 22px; }
}
