/* ============================================================
   DARESNI — Main Stylesheet
   Brand: Red #9B1B2B | Blue #112447 | Gold #FFD166
   ============================================================ */

:root {
  --red:        #9B1B2B;
  --red-dark:   #7a1320;
  --blue:       #112447;
  --blue-mid:   #1a3468;
  --gold:       #FFD166;
  --success:    #22C55E;
  --bg:         #F4F7FA;
  --text:       #17212B;
  --text-sec:   #5A6B7C;
  --white:      #FFFFFF;
  --border:     rgba(17,36,71,0.08);
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5 {
  font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

/* ── NAVIGATION ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(17,36,71,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo img { height: 44px; width: 44px; object-fit: contain; }
.nav-logo-text .brand { font-size: 19px; font-weight: 800; color: white; display: block; }
.nav-logo-text .tag { font-size: 9px; color: rgba(255,255,255,0.45); letter-spacing: 2px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 22px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.68); text-decoration: none; font-size: 13px; font-weight: 600; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--red) !important; color: white !important; padding: 9px 20px; border-radius: 8px; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--red-dark) !important; color: white !important; }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-burger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: all 0.3s; }

/* ── SECTIONS ── */
section { padding: 96px 5%; }
.sec { max-width: 1200px; margin: 0 auto; }

/* ── COMMON COMPONENTS ── */
.eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--red); background: rgba(155,27,43,0.07);
  border: 1px solid rgba(155,27,43,0.12);
  padding: 5px 16px; border-radius: 100px; margin-bottom: 16px;
}
.eyebrow-gold {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); background: rgba(255,209,102,0.12);
  border: 1px solid rgba(255,209,102,0.2);
  padding: 5px 16px; border-radius: 100px; margin-bottom: 16px;
}
.sec-h2 { font-size: clamp(26px,3vw,40px); color: var(--blue); margin-bottom: 14px; }
.sec-h2 em { font-style: normal; color: var(--red); }
.sec-h2-white { color: white; }
.sec-h2-white em { color: var(--gold); }
.sec-lead { font-size: 16px; color: var(--text-sec); line-height: 1.75; font-weight: 300; }
.sec-lead-white { color: rgba(255,255,255,0.65); }
.gold-bar { width: 44px; height: 4px; background: var(--gold); border-radius: 2px; margin: 18px 0 24px; }

/* ── BUTTONS ── */
.btn-red {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--red); color: white; text-decoration: none;
  padding: 15px 30px; border-radius: 10px; font-size: 14px; font-weight: 700;
  transition: all 0.2s; border: none; cursor: pointer;
}
.btn-red:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-blue {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--blue); color: white; text-decoration: none;
  padding: 15px 30px; border-radius: 10px; font-size: 14px; font-weight: 700;
  transition: all 0.2s; border: none; cursor: pointer;
}
.btn-blue:hover { background: var(--blue-mid); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 9px;
  background: transparent; color: white; text-decoration: none;
  padding: 15px 30px; border-radius: 10px; font-size: 14px; font-weight: 700;
  border: 1.5px solid rgba(255,255,255,0.25); transition: all 0.2s; cursor: pointer;
}
.btn-outline:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.06); }

/* ── HERO ── */
.hero-section {
  min-height: 100vh; background: var(--blue);
  padding: 120px 5% 80px;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 75% 30%, rgba(155,27,43,0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 80%, rgba(255,209,102,0.07) 0%, transparent 40%);
  pointer-events: none;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,209,102,0.12); border: 1px solid rgba(255,209,102,0.25);
  color: var(--gold); font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 7px 18px; border-radius: 100px; margin-bottom: 28px;
}
.hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.hero-h1 {
  font-size: clamp(36px, 4.2vw, 58px); color: white;
  line-height: 1.1; margin-bottom: 22px; letter-spacing: -0.5px;
}
.hero-h1 em { font-style: normal; color: var(--gold); }
.hero-desc { font-size: 16px; color: rgba(255,255,255,0.68); line-height: 1.75; margin-bottom: 12px; font-weight: 300; max-width: 480px; }
.hero-cr { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.55); }
.trust-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }

/* Hero visual / logo rings */
.hero-visual {
  position: relative; height: 500px;
  display: flex; justify-content: center; align-items: center;
}
.hero-logo-glow {
  width: 240px; height: 240px; position: absolute; z-index: 3;
  display: flex; align-items: center; justify-content: center;
}
.hero-logo-glow img { width: 220px; height: 220px; object-fit: contain; }
.hero-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(155,27,43,0.3);
}
.ring-1 { width: 310px; height: 310px; animation: pulse 3s ease-in-out infinite; }
.ring-2 { width: 410px; height: 410px; border-color: rgba(255,209,102,0.15); animation: pulse 3s 1s ease-in-out infinite; }
.ring-3 { width: 490px; height: 490px; border-color: rgba(255,255,255,0.07); animation: pulse 3s 2s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.04); opacity: 0.6; }
}
.hero-chip {
  position: absolute; background: white; border-radius: 14px;
  padding: 11px 16px; display: flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
  font-size: 13px; font-weight: 700; color: var(--blue);
}
.chip-icon { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.chip-1 { top: 20px; left: 0; }
.chip-2 { bottom: 60px; left: 10px; }
.chip-3 { top: 60px; right: 0; }
.chip-4 { bottom: 20px; right: 10px; }
.chip-sub { font-size: 11px; color: var(--text-sec); font-weight: 400; display: block; margin-top: 1px; }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; margin-top: 56px; }
.about-logo-block {
  background: var(--blue); border-radius: 28px; padding: 56px 40px;
  display: flex; flex-direction: column; align-items: center; gap: 28px;
  position: relative; overflow: hidden;
}
.about-logo-block::before { content: ''; position: absolute; bottom: -40px; right: -40px; width: 200px; height: 200px; background: rgba(155,27,43,0.2); border-radius: 50%; }
.about-logo-block::after { content: ''; position: absolute; top: -30px; left: -30px; width: 120px; height: 120px; background: rgba(255,209,102,0.07); border-radius: 50%; }
.about-logo-block img { width: 190px; height: 190px; object-fit: contain; position: relative; z-index: 1; }
.about-mission {
  background: rgba(255,255,255,0.07); border-radius: 16px;
  padding: 20px 24px; border-left: 3px solid var(--gold);
  position: relative; z-index: 1; width: 100%;
}
.about-mission p { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.7; font-style: italic; }
.about-points { list-style: none; margin-top: 28px; display: flex; flex-direction: column; gap: 18px; }
.about-points li { display: flex; align-items: flex-start; gap: 12px; }
.apt-icon { width: 36px; height: 36px; min-width: 36px; background: rgba(155,27,43,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; margin-top: 1px; }
.apt-text strong { font-size: 14px; font-weight: 700; color: var(--blue); display: block; margin-bottom: 2px; }
.apt-text span { font-size: 13px; color: var(--text-sec); line-height: 1.65; }
.about-cr { margin-top: 20px; padding: 16px 20px; background: var(--bg); border-radius: 12px; border-left: 3px solid var(--blue); }
.about-cr p { font-size: 12px; color: var(--text-sec); line-height: 1.7; }
.about-cr strong { color: var(--blue); }
.about-founder { margin-top: 16px; padding: 16px 20px; background: var(--bg); border-radius: 12px; border-left: 3px solid var(--gold); display: flex; align-items: center; gap: 14px; }
.about-founder p { font-size: 12px; color: var(--text-sec); line-height: 1.7; }
.about-founder strong { color: var(--blue); }
.about-founder a { color: var(--red); font-weight: 700; text-decoration: none; }
.about-founder a:hover { text-decoration: underline; }

/* ── SERVICES ── */
.services-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card { background: var(--white); border-radius: 20px; overflow: hidden; border: 1px solid var(--border); transition: all 0.25s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(17,36,71,0.1); }
.svc-img { width: 100%; height: 175px; object-fit: cover; display: block; }
.svc-body { padding: 20px 22px 24px; }
.svc-icon { font-size: 20px; margin-bottom: 10px; display: block; }
.svc-card h3 { font-size: 15px; font-weight: 700; color: var(--blue); margin-bottom: 7px; }
.svc-card p { font-size: 13px; color: var(--text-sec); line-height: 1.65; }
.svc-tag { display: inline-block; margin-top: 10px; font-size: 11px; font-weight: 700; color: var(--red); background: rgba(155,27,43,0.07); padding: 3px 10px; border-radius: 100px; }

/* ── REGISTER ── */
.reg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; margin-top: 56px; }
.reg-col-left h3 { font-size: 22px; font-weight: 800; color: var(--blue); margin-bottom: 8px; }
.reg-col-left p { font-size: 14px; color: var(--text-sec); line-height: 1.75; margin-bottom: 28px; }
.reg-steps { display: flex; flex-direction: column; gap: 0; }
.reg-step { display: flex; gap: 20px; position: relative; padding-bottom: 32px; }
.reg-step:last-child { padding-bottom: 0; }
.reg-step:not(:last-child)::before { content: ''; position: absolute; left: 19px; top: 44px; bottom: 0; width: 2px; background: rgba(155,27,43,0.15); }
.reg-step-num { width: 40px; height: 40px; min-width: 40px; background: var(--red); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: white; box-shadow: 0 4px 14px rgba(155,27,43,0.3); }
.reg-step-body h4 { font-size: 14px; font-weight: 700; color: var(--blue); margin-bottom: 5px; }
.reg-step-body p { font-size: 13px; color: var(--text-sec); line-height: 1.65; }
.reg-col-right { background: var(--bg); border-radius: 24px; padding: 36px; border: 1px solid var(--border); }
.reg-col-right h3 { font-size: 18px; font-weight: 800; color: var(--blue); margin-bottom: 8px; }
.reg-col-right > p { font-size: 13px; color: var(--text-sec); line-height: 1.7; margin-bottom: 24px; }
.reg-features { display: flex; flex-direction: column; gap: 13px; margin-bottom: 24px; }
.reg-feat { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--text); }
.reg-check { width: 22px; height: 22px; background: rgba(155,27,43,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--red); font-size: 12px; font-weight: 800; flex-shrink: 0; }
.reg-note { font-size: 12px; color: var(--text-sec); background: rgba(17,36,71,0.05); padding: 12px 16px; border-radius: 10px; line-height: 1.65; margin-bottom: 20px; }

/* ── HOW IT WORKS ── */
.how-intro { text-align: center; max-width: 540px; margin: 0 auto 56px; }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.how-step { text-align: center; }
.step-circle { width: 60px; height: 60px; background: var(--red); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; color: white; margin: 0 auto 20px; box-shadow: 0 6px 20px rgba(155,27,43,0.3); }
.how-step h3 { font-size: 15px; font-weight: 700; color: var(--blue); margin-bottom: 8px; }
.how-step p { font-size: 13px; color: var(--text-sec); line-height: 1.65; }

/* ── DOWNLOAD ── */
.dl-section { background: var(--blue); position: relative; overflow: hidden; }
.dl-section::after { content: ''; position: absolute; bottom: -60px; right: -60px; width: 300px; height: 300px; background: rgba(155,27,43,0.25); border-radius: 50%; pointer-events: none; }
.dl-section::before { content: ''; position: absolute; top: -40px; left: 30%; width: 200px; height: 200px; background: rgba(255,209,102,0.06); border-radius: 50%; pointer-events: none; }
.dl-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: center; }
.store-btns { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.store-btn { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.18); border-radius: 12px; padding: 13px 22px; text-decoration: none; color: white; transition: all 0.2s; min-width: 175px; }
.store-btn:hover { background: rgba(255,255,255,0.15); }
.store-btn-text small { display: block; font-size: 10px; opacity: 0.6; letter-spacing: 0.5px; }
.store-btn-text strong { display: block; font-size: 16px; font-weight: 700; }
.dl-feats { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.dl-feat { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.68); font-size: 13.5px; }
.dl-check { width: 20px; height: 20px; background: rgba(34,197,94,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--success); font-size: 11px; font-weight: 700; flex-shrink: 0; }
.dl-visual { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.dl-logo-ring { width: 210px; height: 210px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.05); }
.dl-logo-ring img { width: 175px; height: 175px; object-fit: contain; }
.qr-card { background: white; border-radius: 16px; padding: 18px; text-align: center; }
.qr-placeholder { width: 120px; height: 120px; background: var(--bg); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--text-sec); margin: 0 auto 8px; text-align: center; padding: 8px; }
.qr-label { font-size: 11px; color: var(--text-sec); }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; margin-top: 56px; }
.contact-info { background: var(--blue); border-radius: 24px; padding: 40px 36px; color: white; position: relative; overflow: hidden; }
.contact-info::after { content: ''; position: absolute; bottom: -30px; right: -30px; width: 140px; height: 140px; background: rgba(155,27,43,0.2); border-radius: 50%; }
.contact-info h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.contact-info > p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 32px; }
.cd { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; position: relative; z-index: 1; }
.cd-icon { width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.cd-lbl { font-size: 10px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 3px; }
.cd-val { font-size: 13px; color: white; font-weight: 600; }
.cd-val a { color: var(--gold); text-decoration: none; }
.cd-val a:hover { text-decoration: underline; }
.contact-divider { width: 100%; height: 1px; background: rgba(255,255,255,0.1); margin: 24px 0; position: relative; z-index: 1; }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; position: relative; z-index: 1; }
.social-link { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 8px 14px; color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 600; text-decoration: none; transition: all 0.2s; }
.social-link:hover { background: rgba(255,255,255,0.15); color: white; }
.contact-form-box { background: var(--white); border-radius: 24px; padding: 40px; border: 1px solid var(--border); }
.contact-form-box h3 { font-size: 18px; font-weight: 700; color: var(--blue); margin-bottom: 24px; }

/* ── FORMS ── */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.fg { margin-bottom: 14px; }
.fg label { display: block; font-size: 11px; font-weight: 700; color: var(--blue); margin-bottom: 6px; letter-spacing: 0.5px; text-transform: uppercase; }
.fg input, .fg select, .fg textarea {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid rgba(17,36,71,0.12);
  border-radius: 10px;
  font-family: 'Nunito Sans', sans-serif; font-size: 14px;
  color: var(--text); background: var(--bg);
  transition: border-color 0.2s; outline: none;
}
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--red); background: white; }
.fg textarea { resize: vertical; min-height: 110px; }
.form-btn { width: 100%; background: var(--red); color: white; border: none; padding: 15px; border-radius: 10px; font-family: 'Nunito Sans', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: background 0.2s; }
.form-btn:hover { background: var(--red-dark); }
.form-ok { display: none; background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.25); color: #166534; padding: 14px; border-radius: 10px; font-size: 13px; text-align: center; margin-top: 12px; }
.form-err { display: none; background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.25); color: #991b1b; padding: 14px; border-radius: 10px; font-size: 13px; text-align: center; margin-top: 12px; }

/* ── SUPPORT ── */
.support-hdr { text-align: center; max-width: 540px; margin: 0 auto 56px; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 56px; }
.sup-card { background: var(--bg); border-radius: 20px; padding: 32px; border: 1px solid var(--border); transition: all 0.2s; }
.sup-card:hover { border-color: rgba(155,27,43,0.2); box-shadow: 0 8px 24px rgba(17,36,71,0.08); }
.sup-card h3 { font-size: 17px; font-weight: 700; color: var(--blue); margin: 14px 0 10px; }
.sup-card p { font-size: 13px; color: var(--text-sec); line-height: 1.7; margin-bottom: 18px; }
.sup-link { color: var(--red); font-weight: 700; font-size: 13px; text-decoration: none; }
.sup-link:hover { text-decoration: underline; }

/* ── FAQ ── */
.faq-h { font-size: 26px; font-weight: 800; color: var(--blue); text-align: center; margin-bottom: 32px; }
.faq-list { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--bg); border-radius: 14px; border: 1px solid var(--border); overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 18px 22px; font-family: 'Nunito Sans', sans-serif; font-size: 14px; font-weight: 700; color: var(--blue); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-arr { font-size: 20px; color: var(--red); flex-shrink: 0; transition: transform 0.25s; }
.faq-item.open .faq-arr { transform: rotate(45deg); }
.faq-a { display: none; padding: 16px 22px 20px; font-size: 13.5px; color: var(--text-sec); line-height: 1.75; border-top: 1px solid rgba(17,36,71,0.06); }
.faq-item.open .faq-a { display: block; }

/* ── LEGAL TABS ── */
.l-tabs { display: flex; gap: 4px; margin-bottom: 44px; border-bottom: 2px solid rgba(17,36,71,0.08); }
.l-tab { padding: 12px 24px; background: none; border: none; cursor: pointer; font-family: 'Nunito Sans', sans-serif; font-size: 13px; font-weight: 700; color: var(--text-sec); border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.2s; }
.l-tab.active { color: var(--red); border-bottom-color: var(--red); }
.l-pane { display: none; }
.l-pane.active { display: block; }
.legal-wrap { max-width: 800px; margin: 0 auto; }
.legal-meta { font-size: 12px; color: var(--text-sec); margin-bottom: 36px; padding-bottom: 20px; border-bottom: 1px solid rgba(17,36,71,0.1); }
.ls { margin-bottom: 32px; }
.ls h4 { font-size: 16px; font-weight: 700; color: var(--blue); margin-bottom: 10px; }
.ls p, .ls li { font-size: 13.5px; color: var(--text-sec); line-height: 1.85; margin-bottom: 7px; }
.ls ul { padding-left: 18px; }

/* ── FOOTER ── */
footer { background: var(--blue); padding: 60px 5% 28px; }
.ft-inner { max-width: 1200px; margin: 0 auto; }
.ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 28px; }
.ft-brand p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.75; margin: 14px 0; max-width: 280px; }
.ft-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.ft-logo img { width: 40px; height: 40px; object-fit: contain; }
.ft-logo .brand { font-size: 17px; font-weight: 800; color: white; display: block; }
.ft-logo .tag { font-size: 9px; color: rgba(255,255,255,0.4); letter-spacing: 1.5px; text-transform: uppercase; }
.ft-cr { font-size: 11px; color: rgba(255,255,255,0.35); line-height: 1.7; }
.ft-gold { width: 36px; height: 3px; background: var(--gold); border-radius: 2px; margin-bottom: 14px; }
.ft-col h5 { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: white; margin-bottom: 18px; }
.ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.ft-col a { color: rgba(255,255,255,0.48); text-decoration: none; font-size: 13px; transition: color 0.2s; }
.ft-col a:hover { color: var(--gold); }
.ft-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,0.3); }
.ft-links { display: flex; gap: 20px; list-style: none; }
.ft-links a { color: rgba(255,255,255,0.3); text-decoration: none; font-size: 12px; transition: color 0.2s; }
.ft-links a:hover { color: white; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: var(--blue); padding: 120px 5% 60px; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 50%, rgba(155,27,43,0.2) 0%, transparent 55%); pointer-events: none; }
.page-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(32px, 4vw, 52px); color: white; margin-bottom: 16px; }
.page-hero p { font-size: 16px; color: rgba(255,255,255,0.65); max-width: 560px; line-height: 1.75; font-weight: 300; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 12px; color: rgba(255,255,255,0.45); margin-bottom: 24px; }
.breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: rgba(255,255,255,0.25); }

/* ── UTILITY ── */
.text-center { text-align: center; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-56 { margin-bottom: 56px; }
.white { background: var(--white); }
.bg-light { background: var(--bg); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero-inner, .about-grid, .dl-inner, .contact-grid, .reg-grid { grid-template-columns: 1fr; gap: 48px; }
  .services-intro { grid-template-columns: 1fr; gap: 24px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .how-grid { grid-template-columns: repeat(2, 1fr); }
  .ft-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero-visual { height: 320px; }
  .ring-3 { display: none; }
}
@media (max-width: 640px) {
  .nav-links {
    display: none; position: fixed; top: 70px; left: 0; right: 0;
    background: var(--blue); flex-direction: column; padding: 24px;
    gap: 18px; border-top: 1px solid rgba(255,255,255,0.1);
  }
  .nav-links.open { display: flex; }
  .nav-burger { display: flex; }
  .services-grid, .support-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .ft-top { grid-template-columns: 1fr; }
  .ft-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .contact-form-box { padding: 28px 20px; }
  section { padding: 72px 5%; }
  .hero-visual { display: none; }
}
