/* =========================================================
   Tender Consultant Europe — Light premium corporate theme
   White · navy ink · blue (#2563EB) · teal (#0F766E)
   ========================================================= */

:root {
  --bg:          #FFFFFF;
  --soft:        #F6F8FB;
  --soft-2:      #EEF2F7;
  --ink:         #0B1220;
  --ink-2:       #475569;
  --ink-3:       #7A8699;
  --border:      #E5E7EB;
  --border-2:    #DBE1EA;
  --blue:        #2563EB;
  --blue-deep:   #1D4ED8;
  --blue-soft:   #EFF4FF;
  --teal:        #0F766E;
  --teal-soft:   #E7F5F2;
  --wa:          #25D366;

  --shadow-sm:   0 1px 2px rgba(11,18,32,.05), 0 1px 3px rgba(11,18,32,.04);
  --shadow:      0 2px 4px rgba(11,18,32,.04), 0 12px 28px -14px rgba(11,18,32,.16);
  --shadow-lg:   0 8px 24px -10px rgba(11,18,32,.14), 0 32px 60px -30px rgba(37,99,235,.20);

  --font:        "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --mono:        "JetBrains Mono", ui-monospace, monospace;

  --maxw:        1180px;
  --gutter:      clamp(20px, 5vw, 44px);
  --radius:      16px;
  --radius-lg:   22px;
  --radius-sm:   11px;
  --section-y:   clamp(64px, 9vw, 116px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink-2);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }

/* page fade transition */
body { opacity: 0; transition: opacity .45s ease; }
body.ready { opacity: 1; }
body.leaving { opacity: 0; }
@media (prefers-reduced-motion: reduce) { body { opacity: 1 !important; transition: none; } }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--font); color: var(--ink); margin: 0; line-height: 1.1; letter-spacing: -0.025em; font-weight: 700; }
.eyebrow {
  font-family: var(--mono); font-size: 0.73rem; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--blue); margin: 0 0 16px; display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--blue); opacity: .5; }
.eyebrow.teal { color: var(--teal); }
.eyebrow.teal::before { background: var(--teal); }

.section-head { max-width: 680px; margin: 0 0 clamp(36px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::after { content: ""; width: 22px; height: 1px; background: var(--blue); opacity: .5; }
.section-head h2 { font-size: clamp(1.9rem, 3.8vw, 2.85rem); }
.section-head p { color: var(--ink-2); font-size: 1.08rem; margin: 18px 0 0; }

.lead { color: var(--ink-2); font-size: 1.14rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-weight: 600; font-size: 0.96rem;
  padding: 14px 26px; border-radius: 999px; border: 1px solid transparent; cursor: pointer;
  transition: transform .22s ease, box-shadow .25s ease, background .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px -8px rgba(37,99,235,.5); }
.btn-primary:hover { background: var(--blue-deep); transform: translateY(-2px); box-shadow: 0 14px 28px -8px rgba(37,99,235,.55); }
.btn-secondary { background: #fff; color: var(--ink); border-color: var(--border-2); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { transform: translateY(-2px); border-color: var(--blue); color: var(--blue); }
.btn-wa { background: var(--wa); color: #05311b; font-weight: 700; box-shadow: 0 8px 20px -10px rgba(37,211,102,.6); }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 14px 26px -10px rgba(37,211,102,.65); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border-2); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.985); }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 600; font-size: 0.95rem; }
.link-arrow svg { width: 17px; height: 17px; transition: transform .22s; }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.82); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s, background .3s; }
.site-header.scrolled { border-bottom-color: var(--border); box-shadow: 0 6px 24px -16px rgba(11,18,32,.3); background: rgba(255,255,255,.92); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .mark { width: 36px; height: 36px; border-radius: 9px; flex: none; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--mono); font-size: 0.78rem; font-weight: 600; letter-spacing: .02em; }
.brand .name { font-family: var(--font); font-weight: 700; font-size: 1rem; color: var(--ink); letter-spacing: -.01em; line-height: 1.1; }
.brand .name span { display: block; font-weight: 500; font-size: .72rem; color: var(--ink-3); letter-spacing: .04em; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--ink-2); font-size: 0.93rem; font-weight: 500; position: relative; padding: 5px 0; transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--blue); }
.nav-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; border-radius: 2px; background: var(--blue); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang { display: inline-flex; align-items: center; border: 1px solid var(--border-2); border-radius: 999px; padding: 3px; gap: 2px; font-family: var(--mono); font-size: 0.72rem; font-weight: 500; background: #fff; }
.lang button { background: none; border: none; color: var(--ink-3); cursor: pointer; padding: 5px 10px; border-radius: 999px; transition: all .2s; }
.lang button.active { background: var(--blue); color: #fff; }
.nav-toggle { display: none; background: #fff; border: 1px solid var(--border-2); border-radius: 10px; width: 42px; height: 42px; color: var(--ink); cursor: pointer; }
.nav-toggle svg { width: 20px; height: 20px; margin: auto; }
.mobile-menu { display: none; }

/* ---------- Generic section ---------- */
section { padding-block: var(--section-y); position: relative; }
.bg-soft { background: var(--soft); }
.divider { height: 1px; background: var(--border); }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(48px, 7vw, 92px); padding-bottom: clamp(48px, 7vw, 88px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 3.9rem); letter-spacing: -0.035em; line-height: 1.04; }
.hero .lead { margin: 24px 0 0; max-width: 540px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.hero-badges .hb { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--border); border-radius: 999px; padding: 8px 15px; font-size: 0.82rem; color: var(--ink-2); background: #fff; font-weight: 500; box-shadow: var(--shadow-sm); }
.hero-badges .hb svg { width: 15px; height: 15px; color: var(--teal); flex: none; }
.hero-note { color: var(--ink-3); font-size: 0.88rem; margin-top: 22px; }

.pill-badge { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--border); border-radius: 999px; padding: 7px 15px 7px 12px; font-size: 0.8rem; color: var(--ink-2); background: var(--blue-soft); margin-bottom: 22px; font-weight: 500; }
.pill-badge .ping { position: relative; width: 7px; height: 7px; flex: none; }
.pill-badge .ping i { position: absolute; inset: 0; border-radius: 50%; background: var(--blue); }
.pill-badge .ping i:first-child { animation: ping 1.9s cubic-bezier(0,0,.2,1) infinite; }
@keyframes ping { 75%,100% { transform: scale(2.6); opacity: 0; } }

/* ---------- UI mockup visual blocks ---------- */
.ui-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.ui-head { display: flex; align-items: center; gap: 8px; padding: 13px 16px; border-bottom: 1px solid var(--border); background: var(--soft); }
.ui-head i { width: 9px; height: 9px; border-radius: 50%; background: var(--border-2); }
.ui-head .ttl { margin-left: 10px; font-family: var(--mono); font-size: .72rem; color: var(--ink-3); letter-spacing: .04em; }
.ui-body { padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.ui-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.ui-row .ck { width: 22px; height: 22px; flex: none; border-radius: 6px; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; }
.ui-row .ck svg { width: 13px; height: 13px; }
.ui-row .ck.pending { background: var(--soft-2); color: var(--ink-3); }
.ui-row .bars { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.ui-row .bars span { height: 7px; border-radius: 4px; background: var(--soft-2); }
.ui-row .bars span:first-child { width: 70%; background: #cfd8e6; }
.ui-row .tag { font-family: var(--mono); font-size: .66rem; padding: 3px 8px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); }
.ui-row .tag.warn { background: #FFF3E5; color: #B26A00; }
.ui-stat { display: flex; align-items: baseline; gap: 8px; }
.ui-stat b { font-size: 1.6rem; color: var(--ink); font-weight: 700; letter-spacing: -.02em; }
.ui-stat small { color: var(--ink-3); font-size: .8rem; }
.ui-progress { height: 8px; border-radius: 6px; background: var(--soft-2); overflow: hidden; }
.ui-progress i { display: block; height: 100%; border-radius: 6px; background: linear-gradient(90deg, var(--blue), var(--teal)); }
.ui-float { position: absolute; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 14px 16px; display: flex; align-items: center; gap: 11px; }
.ui-float .ic { width: 36px; height: 36px; border-radius: 10px; flex: none; display: grid; place-items: center; }
.ui-float .ic.blue { background: var(--blue-soft); color: var(--blue); }
.ui-float .ic.teal { background: var(--teal-soft); color: var(--teal); }
.ui-float .ic svg { width: 19px; height: 19px; }
.ui-float .tx b { display: block; color: var(--ink); font-size: .9rem; font-weight: 700; }
.ui-float .tx small { color: var(--ink-3); font-size: .76rem; }
.hero-visual { position: relative; }

/* ---------- Trust bar ---------- */
.trust-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px; padding: 22px 0; border-block: 1px solid var(--border); }
.trust-bar span { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-2); font-size: 0.9rem; font-weight: 500; }
.trust-bar .d { width: 6px; height: 6px; flex: none; border-radius: 50%; background: var(--teal); }

/* ---------- Card grids ---------- */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--border-2); }
.card .ico { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue); margin-bottom: 18px; }
.card .ico.teal { background: var(--teal-soft); color: var(--teal); }
.card .ico svg { width: 23px; height: 23px; }
.card h3, .card h4 { font-size: 1.12rem; margin-bottom: 9px; }
.card p { color: var(--ink-2); font-size: 0.93rem; margin: 0; line-height: 1.6; }
.card .num { font-family: var(--mono); font-size: .75rem; color: var(--ink-3); }
.card .flag { font-family: var(--mono); font-size: 0.68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 12px; }

/* ---------- Checklist (services) ---------- */
.checklist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.check-item { display: flex; align-items: center; gap: 13px; padding: 16px 18px; background: #fff; border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow-sm); transition: transform .25s, border-color .25s; font-size: 0.94rem; color: var(--ink); font-weight: 500; }
.check-item:hover { transform: translateY(-3px); border-color: var(--blue); }
.check-item .chk { width: 24px; height: 24px; flex: none; border-radius: 7px; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; }
.check-item .chk svg { width: 14px; height: 14px; }

.disclaimer { margin-top: 28px; padding: 18px 22px; border: 1px solid var(--border-2); border-radius: 14px; background: var(--blue-soft); color: var(--ink-2); font-size: 0.92rem; display: flex; gap: 12px; align-items: flex-start; line-height: 1.55; }
.disclaimer svg { width: 20px; height: 20px; flex: none; color: var(--blue); margin-top: 1px; }

/* ---------- Timeline / steps ---------- */
.timeline { display: flex; flex-direction: column; gap: 0; }
.tstep { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding-bottom: 36px; position: relative; }
.tstep:last-child { padding-bottom: 0; }
.tstep .tnum { width: 56px; height: 56px; border-radius: 50%; background: #fff; border: 1px solid var(--border-2); display: grid; place-items: center; font-family: var(--mono); font-weight: 600; color: var(--blue); font-size: 1rem; z-index: 1; box-shadow: var(--shadow-sm); }
.tstep::before { content: ""; position: absolute; left: 28px; top: 56px; bottom: 0; width: 2px; background: linear-gradient(var(--border), transparent); }
.tstep:last-child::before { display: none; }
.tstep .tbody h4 { font-size: 1.25rem; margin-bottom: 8px; }
.tstep .tbody p { color: var(--ink-2); margin: 0; max-width: 640px; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 68px); text-align: center; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 300px at 50% -20%, rgba(37,99,235,.4), transparent 70%); pointer-events: none; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.7rem); position: relative; }
.cta-band p { color: #c3ccda; margin: 16px auto 0; max-width: 560px; position: relative; }
.cta-band .hero-cta { justify-content: center; position: relative; }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 14px; background: #fff; overflow: hidden; transition: border-color .3s, box-shadow .3s; }
.faq-item.open { border-color: var(--blue); box-shadow: var(--shadow); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; text-align: left; background: none; border: none; color: var(--ink); font-family: var(--font); font-size: 1.06rem; font-weight: 600; padding: 22px 24px; cursor: pointer; }
.faq-q .pm { width: 30px; height: 30px; flex: none; border-radius: 50%; border: 1px solid var(--border-2); display: grid; place-items: center; position: relative; transition: background .3s, border-color .3s; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--blue); border-radius: 2px; }
.faq-q .pm::before { width: 12px; height: 2px; }
.faq-q .pm::after { width: 2px; height: 12px; transition: transform .3s ease, opacity .3s; }
.faq-item.open .pm { background: var(--blue); border-color: var(--blue); }
.faq-item.open .pm::before, .faq-item.open .pm::after { background: #fff; }
.faq-item.open .pm::after { transform: rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-a p { color: var(--ink-2); margin: 0; padding: 0 24px 24px; font-size: 0.98rem; }

/* ---------- Contact ---------- */
.contact-wrap { display: grid; grid-template-columns: 1fr 0.82fr; gap: clamp(26px, 4vw, 52px); align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(24px, 3.5vw, 38px); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; position: relative; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.82rem; color: var(--ink); font-weight: 600; }
.field input, .field select, .field textarea {
  font-family: var(--font); font-size: 0.96rem; color: var(--ink); background: #fff;
  border: 1px solid var(--border-2); border-radius: 11px; padding: 13px 15px; width: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.14); }
.field select { appearance: none; cursor: pointer; color: var(--ink); background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%230B1220' stroke-width='2'%3E%3Cpath d='M3 5l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.field select option { color: var(--ink); background: #fff; }
.field input[type="date"] { color: var(--ink); }
.field input[type="date"]::-webkit-calendar-picker-indicator { opacity: .6; cursor: pointer; }
.form-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 18px; }

.contact-side { display: flex; flex-direction: column; gap: 14px; }
.info-row { display: flex; gap: 14px; padding: 18px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .25s, border-color .25s; }
.info-row:hover { transform: translateY(-3px); border-color: var(--border-2); }
.info-row .ico { width: 42px; height: 42px; flex: none; border-radius: 11px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; }
.info-row .ico svg { width: 20px; height: 20px; }
.info-row .t { font-size: 0.72rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: .1em; font-family: var(--mono); }
.info-row a, .info-row .v { color: var(--ink); font-weight: 500; font-size: 0.94rem; word-break: break-word; }
.info-row a:hover { color: var(--blue); }
.info-row.wa { background: var(--teal-soft); border-color: #cfeae4; }
.info-row.wa .ico { background: #fff; color: var(--wa); }

/* ---------- Trust badges block ---------- */
.trust-block { background: var(--soft); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 48px); }
.badge-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px 24px; margin-top: 28px; }
.badge-item { display: flex; align-items: center; gap: 11px; color: var(--ink); font-size: 0.92rem; font-weight: 500; }
.badge-item .chk { width: 24px; height: 24px; flex: none; border-radius: 7px; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; }
.badge-item .chk svg { width: 14px; height: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--soft); border-top: 1px solid var(--border); padding-block: clamp(48px, 6vw, 72px) 28px; margin-top: var(--section-y); }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1.2fr; gap: 30px; }
.footer-brand { max-width: 290px; }
.footer-brand p { color: var(--ink-2); font-size: 0.9rem; margin: 16px 0 0; }
.footer-col h5 { font-family: var(--mono); font-size: 0.69rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 16px; font-weight: 500; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--ink-2); font-size: 0.91rem; transition: color .2s; }
.footer-col a:hover { color: var(--blue); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: clamp(36px, 5vw, 56px); padding-top: 24px; border-top: 1px solid var(--border); color: var(--ink-3); font-size: 0.84rem; }
.footer-bottom .socials { display: flex; gap: 9px; }
.footer-bottom .socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border-2); background: #fff; display: grid; place-items: center; color: var(--ink-2); transition: all .25s; }
.footer-bottom .socials a:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.footer-bottom .socials svg { width: 17px; height: 17px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .pill-badge .ping i:first-child { animation: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .nav-links, .nav-right .desktop-cta { display: none; }
  .nav-toggle { display: grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 480px; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .checklist { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; }
  .badge-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-brand { grid-column: 1 / -1; max-width: none; }
  .mobile-menu { display: block; position: fixed; inset: 72px 0 auto 0; z-index: 199; background: #fff; border-bottom: 1px solid var(--border); box-shadow: var(--shadow); padding: 14px var(--gutter) 24px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: all .3s; }
  .mobile-menu.open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-menu ul { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 2px; }
  .mobile-menu a { display: block; padding: 13px 6px; color: var(--ink-2); border-bottom: 1px solid var(--border); font-weight: 500; }
  .mobile-menu a.active { color: var(--blue); }
  .mobile-menu .btn { width: 100%; margin-top: 6px; }
}
@media (max-width: 560px) {
  .grid-2, .grid-3, .grid-4, .checklist, .badge-grid, .form-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .tstep { grid-template-columns: 48px 1fr; gap: 16px; }
  .tstep .tnum { width: 48px; height: 48px; }
  .tstep::before { left: 24px; }
}
