/* =========================================================
   Dahusoft — Design System
   ========================================================= */
:root {
  /* === MARKA RENKLERİ — Dahusoft logosu (sarı + gri) === */
  --brand: #f5b301;          /* Ana sarı (dolgu/aksan) */
  --brand-strong: #d99a00;   /* Koyu sarı (hover) */
  --brand-accent: #ffd24d;   /* Açık sarı */
  --brand-gray: #3a3f47;     /* Koyu gri (metin aksanı) */
  --brand-graydark: #23262b; /* Koyu zemin */

  --navy-900: var(--brand-graydark);
  --navy-800: #2b2f36;
  --navy-700: #3a3f47;
  --indigo: var(--brand-gray);
  --indigo-600: #23262b;
  --violet: var(--brand-accent);
  --cyan: var(--brand);
  --cyan-600: var(--brand-strong);
  --ink: #23262b;
  --muted: #6b7280;
  --line: #e7e8ea;
  --bg: #ffffff;
  --bg-soft: #f7f8fa;
  --bg-alt: #fff4d6;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(30, 33, 40, .07);
  --shadow: 0 12px 32px rgba(30, 33, 40, .12);
  --shadow-lg: 0 24px 60px rgba(30, 33, 40, .18);
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --grad: linear-gradient(135deg, #f5b301 0%, #ffd24d 100%);
  --grad-cyan: linear-gradient(135deg, #e0a500 0%, #ffd24d 100%);
  --grad-text: linear-gradient(135deg, #2f343b 0%, #b8860b 100%);
  --grad-dark: linear-gradient(135deg, #2b2f36 0%, #3a3f47 100%);
  --container: 1180px;
  --font: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: clip;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; line-height: 1.2; letter-spacing: -.02em; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { width: min(var(--container), 100% - 40px); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--alt { background: var(--bg-soft); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--indigo); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: 999px; font-weight: 700; font-size: 15px;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s, color .18s;
  white-space: nowrap; line-height: 1;
}
.btn--sm { padding: 8px 16px; font-size: 13px; }
.btn--lg { padding: 15px 30px; font-size: 16px; }
.btn--block { width: 100%; }
.btn--primary { background: var(--grad); color: #23262b; box-shadow: 0 8px 22px rgba(245, 179, 1, .4); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(245, 179, 1, .55); }
.btn--outline { border: 2px solid var(--line); color: var(--ink); background: #fff; }
.btn--outline:hover { border-color: var(--indigo); color: var(--indigo); transform: translateY(-2px); }
.btn--ghost { color: var(--ink); }
.btn--ghost:hover { color: var(--indigo); }
.btn--light { background: #fff; color: var(--indigo-600); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.eyebrow {
  display: inline-block; font-weight: 700; font-size: 13px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--indigo);
  background: var(--bg-alt); padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.eyebrow--light { color: #fff; background: rgba(255, 255, 255, .15); }
.section__title { font-size: clamp(26px, 4vw, 40px); font-weight: 800; }
.section__title--light { color: #fff; }
.section__head { text-align: center; max-width: 720px; margin: 0 auto clamp(36px, 5vw, 56px); }
.section__lead { color: var(--muted); font-size: 18px; margin-top: 12px; }

.badge {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px;
  padding: 8px 16px; border-radius: 999px; background: var(--bg-alt); color: var(--indigo-600);
}
.badge--glow { box-shadow: 0 0 0 1px rgba(245, 179, 1, .35); }

/* ===== Topbar ===== */
.topbar { background: var(--navy-900); color: #d4d7dc; font-size: 13.5px; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 16px; }
.topbar__contact { display: flex; gap: 22px; }
.topbar__contact a { display: inline-flex; align-items: center; gap: 7px; color: #d4d7dc; }
.topbar__contact a:hover { color: #fff; }
.topbar__contact svg { width: 15px; height: 15px; fill: var(--cyan); }
.topbar__actions { display: flex; align-items: center; gap: 12px; }
.topbar__lang a { color: #d4d7dc; font-weight: 600; }
.topbar__lang a[aria-current="true"] { color: var(--cyan); }

/* ===== Header ===== */
.header {
  position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .9);
  backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--line);
  transition: box-shadow .2s, background .2s;
}
.header.is-scrolled { box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 104px; gap: 20px; }
.brand img { height: 68px; width: auto; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav__list { display: flex; align-items: center; gap: 4px; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 10px;
  font-weight: 600; font-size: 15px; color: var(--ink); transition: color .15s, background .15s;
}
.nav__link:hover { color: var(--indigo); background: var(--bg-soft); }
.caret { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s; }
.has-dropdown:hover .caret { transform: rotate(-135deg) translateY(-1px); }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 240px; background: #fff;
  border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s var(--ease);
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li a { display: block; padding: 10px 14px; border-radius: 9px; font-weight: 500; font-size: 14.5px; color: var(--ink); }
.dropdown li a:hover { background: var(--bg-soft); color: var(--indigo); }
.nav__cta { display: flex; gap: 10px; }
.nav__cta--mobile { display: none; }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger span { width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform .25s, opacity .2s; }
.hamburger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.nav-overlay { position: fixed; inset: 0; background: rgba(11, 20, 55, .5); z-index: 90; backdrop-filter: blur(2px); }

/* ===== Hero ===== */
.hero { position: relative; background: linear-gradient(180deg, #fffdf7 0%, #f4f5f7 100%); overflow: hidden; padding: clamp(48px, 7vw, 96px) 0; }
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .5; }
.orb--1 { width: 420px; height: 420px; background: radial-gradient(circle, #ffd24d, transparent 70%); top: -120px; right: -80px; }
.orb--2 { width: 360px; height: 360px; background: radial-gradient(circle, #f5b301, transparent 70%); bottom: -120px; left: -90px; opacity: .3; }
.grid-lines { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 44px 44px; opacity: .35; mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%); }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero__title { font-size: clamp(34px, 5.2vw, 58px); font-weight: 800; margin: 18px 0; }
.rotator { display: block; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; min-height: 1.2em; }
.hero__subtitle { font-size: 18px; color: var(--muted); max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 18px; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-weight: 600; font-size: 14.5px; }
.hero__checks li { color: var(--ink); }

/* Hero visual / dashboard */
.hero__visual { position: relative; }
.dash { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--line); overflow: hidden; transform: perspective(1200px) rotateY(-6deg) rotateX(2deg); }
.dash__top { display: flex; align-items: center; gap: 7px; padding: 14px 18px; background: var(--navy-900); }
.dot { width: 11px; height: 11px; border-radius: 50%; }
.dot--r { background: #ff5f57; } .dot--y { background: #febc2e; } .dot--g { background: #28c840; }
.dash__title { color: #c9cdd4; font-size: 13px; margin-left: 8px; font-weight: 600; }
.dash__body { padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dash__stat { background: var(--bg-soft); border-radius: 14px; padding: 16px; }
.dash__label { font-size: 12.5px; color: var(--muted); display: block; }
.dash__stat strong { font-size: 24px; display: block; margin-top: 4px; }
.dash__up { color: var(--cyan-600); font-weight: 700; font-size: 13px; }
.dash__chart { grid-column: 1 / -1; display: flex; align-items: flex-end; gap: 10px; height: 120px; padding-top: 6px; }
.dash__chart span { flex: 1; background: var(--grad); border-radius: 6px 6px 0 0; opacity: .85; animation: rise .9s var(--ease) backwards; }
.dash__chart span:nth-child(even) { background: var(--grad-cyan); }
@keyframes rise { from { height: 0 !important; opacity: 0; } }
.dash__pills { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.pill { font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: 999px; background: var(--bg-alt); color: var(--indigo-600); }
.floating-card { position: absolute; background: #fff; box-shadow: var(--shadow); border-radius: 12px; padding: 10px 14px; font-size: 13px; font-weight: 600; border: 1px solid var(--line); animation: float 4s ease-in-out infinite; }
.floating-card--1 { top: 12%; left: -28px; }
.floating-card--2 { bottom: 14%; right: -22px; animation-delay: 1.5s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ===== Advantages ===== */
.advantages { margin-top: -34px; position: relative; z-index: 5; }
.advantages__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.advantage { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s; }
.advantage:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.advantage__icon { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 14px; background: var(--bg-alt); font-size: 24px; color: var(--indigo); margin-bottom: 14px; }
.advantage h3 { font-size: 17px; margin-bottom: 6px; }
.advantage p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ===== About ===== */
.about__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.about__text p { color: var(--muted); margin: 16px 0; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.stat strong { display: block; font-size: clamp(26px, 4vw, 38px); font-weight: 800; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { font-size: 13.5px; color: var(--muted); }
.modules { display: flex; flex-direction: column; gap: 14px; }
.module { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--indigo); border-radius: 12px; padding: 18px 22px; font-weight: 700; box-shadow: var(--shadow-sm); transition: transform .2s; }
.module:nth-child(2) { border-left-color: var(--violet); margin-left: 24px; }
.module:nth-child(3) { border-left-color: var(--cyan); margin-left: 48px; }
.module:nth-child(4) { border-left-color: var(--violet); margin-left: 24px; }
.module:hover { transform: translateX(6px); }

/* ===== Calculator ===== */
.calc__card { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); max-width: 980px; margin: 0 auto; }
.calc__form { padding: clamp(28px, 4vw, 44px); }
.field { margin-bottom: 26px; }
.field:last-child { margin-bottom: 0; }
.field label { display: block; font-weight: 700; margin-bottom: 10px; font-size: 15px; }
.calc__form input[type="range"] { width: 100%; accent-color: var(--indigo); height: 6px; }
.field output { display: inline-block; margin-top: 10px; font-weight: 700; color: var(--indigo-600); font-size: 15px; }
.calc__result { background: var(--navy-900); color: #fff; padding: clamp(28px, 4vw, 44px); display: flex; flex-direction: column; gap: 18px; }
.calc__result-item { display: flex; flex-direction: column; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.calc__result-item span { color: #c9cdd4; font-size: 14px; }
.calc__result-item strong { font-size: clamp(24px, 4vw, 32px); font-weight: 800; color: var(--cyan); }
.calc__result .btn { margin-top: 6px; }
.calc__note { font-size: 12px; color: #9a9ea6; margin: 4px 0 0; }

/* ===== Integrations / Tabs ===== */
.tabs__nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 32px; }
.tab { padding: 11px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; color: var(--muted); background: var(--bg-soft); border: 1px solid var(--line); transition: all .18s; }
.tab:hover { color: var(--indigo); }
.tab.is-active { background: var(--grad); color: #23262b; border-color: transparent; box-shadow: 0 8px 20px rgba(245, 179, 1, .35); }
.tab-panel { display: none; animation: fade .3s var(--ease); }
.tab-panel.is-active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } }
.logos { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 34px; }
.logo-chip { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 10px 16px; font-weight: 700; font-size: 14.5px; color: var(--ink); box-shadow: var(--shadow-sm); transition: transform .18s, border-color .18s, box-shadow .18s; }
.logo-chip:hover { transform: translateY(-3px); border-color: var(--indigo); box-shadow: var(--shadow); }
.logo-chip__img { height: 30px; width: auto; max-width: 116px; object-fit: contain; border-radius: 4px; flex: none; background: #fff; }
.logo-chip em { font-style: normal; font-size: 11px; color: var(--muted); font-weight: 600; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; max-width: 940px; margin: 0 auto; }
.feature-list li { position: relative; padding-left: 30px; color: var(--ink); font-size: 15px; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--grad-cyan); }
.feature-list li::after { content: ""; position: absolute; left: 6px; top: 9px; width: 5px; height: 8px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); }

/* ===== Features grid ===== */
.features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: transform .2s var(--ease), box-shadow .2s, border-color .2s; }
.feature-card__soon { position: absolute; top: 14px; right: 14px; background: var(--bg-alt); color: var(--indigo-600); font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 999px; letter-spacing: .04em; text-transform: uppercase; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.feature-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 14px; background: var(--bg-alt); font-size: 24px; margin-bottom: 16px; }
.feature-card h3 { font-size: 17px; margin-bottom: 8px; }
.feature-card p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ===== AI section ===== */
.ai { background: var(--navy-900); position: relative; overflow: hidden; }
.ai::before { content: ""; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(245, 179, 1, .3), transparent 70%); top: -150px; right: -100px; filter: blur(40px); }
.ai__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.ai__content p { color: #d2d5da; margin: 18px 0 22px; font-size: 17px; }
.ai__list { display: grid; gap: 12px; margin-bottom: 30px; }
.ai__list li { position: relative; padding-left: 30px; color: #eceef0; font-weight: 600; }
.ai__list li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 800; }
.ai__visual { display: flex; justify-content: center; }
.ai__pulse { width: 200px; height: 200px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; color: #23262b; font-weight: 800; font-size: 44px; letter-spacing: .05em; box-shadow: 0 0 0 0 rgba(245, 179, 1, .55); animation: pulse 2.6s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(245, 179, 1, .5); } 70% { box-shadow: 0 0 0 60px rgba(245, 179, 1, 0); } 100% { box-shadow: 0 0 0 0 rgba(245, 179, 1, 0); } }

/* ===== FAQ ===== */
.faq__inner { max-width: 820px; margin: 0 auto; }
.accordion { display: grid; gap: 14px; }
.acc-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.acc-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 700; font-size: 16.5px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item summary::after { content: "+"; font-size: 24px; font-weight: 400; color: var(--indigo); transition: transform .2s; flex: none; }
.acc-item[open] summary::after { transform: rotate(45deg); }
.acc-body { padding: 0 24px 22px; color: var(--muted); }
.acc-body p { margin: 0; }

/* ===== CTA ===== */
.cta__inner { background: var(--grad-dark); border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 72px); text-align: center; color: #fff; box-shadow: var(--shadow-lg); }
.cta__inner h2 { font-size: clamp(24px, 4vw, 38px); font-weight: 800; }
.cta__inner p { color: #e3e4e6; font-size: 18px; margin: 14px 0 28px; }
.cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta .btn--outline { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.cta .btn--outline:hover { background: rgba(255, 255, 255, .12); color: #fff; border-color: #fff; }

/* ===== Contact ===== */
.contact__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact__list { display: grid; gap: 22px; margin-top: 8px; }
.contact__list li { display: flex; gap: 16px; align-items: flex-start; }
.contact__ic { width: 46px; height: 46px; border-radius: 12px; background: #fff; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 20px; flex: none; box-shadow: var(--shadow-sm); }
.contact__list strong { display: block; }
.contact__list p { margin: 2px 0 0; color: var(--muted); }
.contact__form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow); }
.contact__form h3 { margin-bottom: 22px; font-size: 22px; }
.contact__form input[type="text"], .contact__form input[type="email"], .contact__form textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px; font: inherit; color: var(--ink);
  background: var(--bg-soft); transition: border-color .15s, background .15s; resize: vertical;
}
.contact__form input:focus, .contact__form textarea:focus { outline: none; border-color: var(--indigo); background: #fff; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); margin: 4px 0 18px; }
.checkbox input { margin-top: 3px; accent-color: var(--indigo); }
.form-msg { margin: 12px 0 0; font-weight: 600; font-size: 14px; }
.form-msg.is-ok { color: var(--cyan-600); }
.form-msg.is-err { color: #e0395a; }

/* ===== Footer ===== */
.footer { background: var(--navy-900); color: #a7adb5; padding-top: 64px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 48px; }
.footer__brand img { height: 40px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: .95; }
.footer__brand p { font-size: 14.5px; max-width: 300px; }
.footer__social { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.footer__social a { width: 40px; height: 40px; padding: 0; display: inline-flex; align-items: center; justify-content: center; color: #a7adb5; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; transition: background .15s, color .15s, border-color .15s, transform .15s; }
.footer__social a:hover { background: var(--indigo); color: #fff; border-color: transparent; transform: translateY(-2px); }
.footer__social svg { width: 18px; height: 18px; fill: currentColor; display: block; }
.footer__col h4 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.footer__col ul { display: grid; gap: 10px; }
.footer__col a { font-size: 14.5px; transition: color .15s; }
.footer__col a:hover { color: #fff; }
.footer__contact li { font-size: 14.5px; line-height: 1.5; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 20px 0; }
.footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 13.5px; flex-wrap: wrap; }
.footer__legal { display: flex; gap: 20px; }
.footer__legal a:hover { color: #fff; }

/* ===== Back to top ===== */
.back-to-top { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 50%; background: var(--grad); color: #23262b; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: var(--shadow); z-index: 80; transition: transform .2s, opacity .2s; }
.back-to-top:hover { transform: translateY(-3px); }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { max-width: 520px; margin: 0 auto; }
  .about__inner, .ai__inner, .contact__inner { grid-template-columns: 1fr; gap: 36px; }
  .features__grid, .advantages__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .topbar__contact { gap: 14px; }
  .topbar__contact a span, .topbar__lang { display: inline; }
  /* Mobile nav */
  .nav__cta { display: none; }
  .hamburger { display: flex; }
  .nav {
    position: fixed; top: 0; right: 0; height: 100dvh; width: min(86vw, 360px);
    background: #fff; flex-direction: column; align-items: stretch; gap: 0;
    padding: 84px 22px 28px; box-shadow: var(--shadow-lg); z-index: 95;
    transform: translateX(100%); transition: transform .3s var(--ease); overflow-y: auto;
  }
  .nav.is-open { transform: translateX(0); }
  .nav__list { flex-direction: column; align-items: stretch; gap: 2px; width: 100%; }
  .nav__link { width: 100%; justify-content: space-between; padding: 14px 12px; font-size: 16px; border-radius: 10px; }
  .nav__item.has-dropdown .nav__link { cursor: pointer; }
  .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    border: none; border-left: 2px solid var(--line); border-radius: 0; margin: 2px 0 6px 12px;
    padding: 0 0 0 8px; display: none;
  }
  .has-dropdown.is-open .dropdown { display: block; }
  .has-dropdown:hover .dropdown { opacity: 1; }
  .nav__cta--mobile { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
  .nav__cta--mobile .btn { width: 100%; }
  .caret { transition: transform .2s; }
  .has-dropdown.is-open .caret { transform: rotate(-135deg) translateY(-1px); }

  .calc__card { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .topbar__contact { display: none; }
  .topbar__inner { justify-content: center; }
  .advantages__grid, .features__grid, .stats { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .hero__checks { gap: 10px 16px; }
  .floating-card--1 { left: 0; }
  .floating-card--2 { right: 0; }
  .dash { transform: none; }
  .module:nth-child(2), .module:nth-child(3), .module:nth-child(4) { margin-left: 0; }
  .btn--lg { padding: 14px 22px; }
  .hero__actions .btn, .cta__actions .btn { flex: 1 1 auto; }
}

@media (max-width: 400px) {
  .advantages__grid, .features__grid, .stats, .footer__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   Inner pages (Pricing / References / Features)
   ========================================================= */
.page-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fffdf7 0%, #f4f5f7 100%); padding: clamp(48px, 7vw, 84px) 0 clamp(40px, 5vw, 60px); text-align: center; }
.page-hero::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(245,179,1,.22), transparent 70%); top: -160px; right: -120px; filter: blur(50px); }
.page-hero__inner { position: relative; max-width: 760px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(30px, 4.6vw, 48px); font-weight: 800; margin: 14px 0; }
.page-hero p { color: var(--muted); font-size: 18px; }
.breadcrumb { display: flex; gap: 8px; justify-content: center; font-size: 13.5px; color: var(--muted); margin-bottom: 6px; }
.breadcrumb a:hover { color: var(--indigo); }
.breadcrumb span { color: var(--ink); font-weight: 600; }

/* ----- Pricing ----- */
.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card--featured { border: 2px solid var(--indigo); box-shadow: var(--shadow); position: relative; }
.price-card__tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #23262b; font-size: 12px; font-weight: 700; padding: 6px 16px; border-radius: 999px; white-space: nowrap; }
.price-card h3 { font-size: 20px; }
.price-card__desc { color: var(--muted); font-size: 14px; margin: 8px 0 18px; min-height: 40px; }
.price-card__price { font-size: clamp(30px, 4vw, 40px); font-weight: 800; line-height: 1; }
.price-card__price small { font-size: 15px; font-weight: 600; color: var(--muted); }
.price-card__note { font-size: 12.5px; color: var(--muted); margin: 8px 0 20px; }
.price-card ul.plan-feats { display: grid; gap: 11px; margin: 0 0 26px; padding: 0; list-style: none; }
.plan-feats li { position: relative; padding-left: 28px; font-size: 14.5px; color: var(--ink); }
.plan-feats li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--cyan-600); font-weight: 800; }
.plan-feats li.is-off { color: var(--muted); }
.plan-feats li.is-off::before { content: "–"; color: var(--muted); }
.price-card .btn { margin-top: auto; }

/* comparison table */
.compare { margin-top: clamp(40px,5vw,64px); overflow-x: auto; }
.compare table { width: 100%; border-collapse: collapse; min-width: 640px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.compare th, .compare td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.compare thead th { background: var(--bg-soft); font-weight: 800; }
.compare tbody td:not(:first-child), .compare thead th:not(:first-child) { text-align: center; }
.compare td .yes { color: var(--cyan-600); font-weight: 800; }
.compare td .no { color: var(--muted); }
.compare tr:last-child td { border-bottom: none; }

/* ----- References ----- */
.ref-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.ref-stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 18px; box-shadow: var(--shadow-sm); }
.ref-stat strong { display: block; font-size: clamp(28px,4vw,40px); font-weight: 800; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ref-stat span { color: var(--muted); font-size: 14px; }
.ref-logos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ref-logo { display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; font-weight: 800; color: var(--muted); box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s, border-color .18s; min-height: 150px; }
.ref-logo:hover { transform: translateY(-4px); border-color: var(--indigo); box-shadow: var(--shadow); }
.ref-logo img { max-width: 100%; max-height: 104px; object-fit: contain; }
.ref-logo img.ref-logo__lg { max-height: 240px; }
.ref-logo:has(.ref-logo__lg) { min-height: 260px; }
.ref-logo img.ref-logo__xl { max-height: 290px; }
.ref-logo:has(.ref-logo__xl) { min-height: 310px; }
.ref-logo--dark { background: #0b0b0b; border-color: #0b0b0b; }

/* ===== Promo slider (EsnafPazar iş birliği vb.) ===== */
.promo .slider { position: relative; background: var(--grad-dark); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); color: #fff; }
.promo .slider::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(245,179,1,.4), transparent 70%); top: -140px; right: -100px; }
.slider__track { position: relative; }
.slide { display: none; flex-direction: column; align-items: center; text-align: center; gap: 16px; padding: clamp(36px, 5vw, 60px) clamp(20px, 5vw, 72px); position: relative; z-index: 1; }
.slide.is-active { display: flex; animation: fade .5s var(--ease); }
.slide__logos { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; justify-content: center; margin-bottom: 6px; }
.slide__logo { background: #fff; border-radius: 16px; padding: 18px 30px; height: 100px; max-width: 340px; object-fit: contain; box-shadow: var(--shadow); }
.slide__logo--dahu { height: 128px; max-width: 420px; padding: 18px 34px; }
.slide__x { font-size: 38px; font-weight: 800; opacity: .9; }
@media (max-width: 560px) {
  .slide__logo { height: 68px; padding: 12px 18px; max-width: 220px; }
  .slide__x { font-size: 26px; }
}
.slide h2 { font-size: clamp(22px, 3.4vw, 34px); color: #fff; max-width: 780px; }
.slide p { color: #d7dade; font-size: 18px; max-width: 640px; margin: 0; }
.slide__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.18); padding: 8px 16px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.slide .btn { margin-top: 6px; }
.slider__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.18); color: #fff; font-size: 24px; line-height: 1; display: flex; align-items: center; justify-content: center; z-index: 3; transition: background .15s; }
.slider__arrow:hover { background: rgba(255,255,255,.32); }
.slider__arrow--prev { left: 14px; }
.slider__arrow--next { right: 14px; }
.slider__dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.slider__dots button { width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: width .2s, background .2s; }
.slider__dots button.is-active { width: 22px; border-radius: 999px; background: #fff; }
@media (max-width: 560px) {
  .slider__arrow { display: none; }
  .slide { padding-bottom: 48px; }
}
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 18px; }
.testimonial__stars { color: #ffb020; letter-spacing: 2px; }
.testimonial__quote { color: var(--ink); font-size: 15.5px; line-height: 1.7; flex: 1; }
.testimonial__who { display: flex; align-items: center; gap: 14px; }
.testimonial__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--grad); color: #23262b; display: flex; align-items: center; justify-content: center; font-weight: 800; flex: none; }
.testimonial__who strong { display: block; font-size: 15px; }
.testimonial__who span { font-size: 13px; color: var(--muted); }

/* ----- Feature detail page ----- */
.fd-layout { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: stretch; }
.fd-layout > aside { height: 100%; }
.fd-nav { position: sticky; top: 124px; display: grid; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow-sm); max-height: calc(100vh - 150px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: var(--brand) var(--bg-soft); }
.fd-nav::-webkit-scrollbar { width: 8px; }
.fd-nav::-webkit-scrollbar-track { background: var(--bg-soft); border-radius: 8px; }
.fd-nav::-webkit-scrollbar-thumb { background: var(--brand); border-radius: 8px; }
.fd-nav a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 10px; font-weight: 600; font-size: 14px; color: var(--muted); }
.fd-nav a:hover, .fd-nav a.is-active { background: var(--bg-soft); color: var(--indigo); }
.fd-nav__ic { flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--bg-alt); display: inline-flex; align-items: center; justify-content: center; font-size: 15px; }
.fd-section { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px,3vw,38px); box-shadow: var(--shadow-sm); margin-bottom: 22px; scroll-margin-top: 110px; }
.fd-section__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.fd-soon { margin-left: auto; background: var(--bg-alt); color: var(--indigo-600); font-size: 11px; font-weight: 800; padding: 5px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.fd-section__icon { width: 50px; height: 50px; border-radius: 14px; background: var(--bg-alt); display: flex; align-items: center; justify-content: center; font-size: 24px; flex: none; }
.fd-section h2 { font-size: clamp(20px,3vw,26px); }
.fd-section > p { color: var(--muted); margin: 0 0 16px; }
.fd-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; padding: 0; list-style: none; }
.fd-list li { position: relative; padding-left: 28px; font-size: 14.5px; }
.fd-list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--grad-cyan); }
.fd-list li::after { content: ""; position: absolute; left: 5px; top: 8px; width: 4px; height: 7px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); }

@media (max-width: 980px) {
  .pricing__grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .testimonials { grid-template-columns: 1fr 1fr; }
  .ref-logos { grid-template-columns: repeat(4, 1fr); }
  .ref-stats { grid-template-columns: repeat(2, 1fr); }
  .fd-layout { grid-template-columns: 1fr; }
  .fd-nav { position: static; display: flex; flex-wrap: wrap; }
  .fd-nav a { font-size: 13px; padding: 8px 12px; }
  .fd-list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .testimonials, .ref-logos { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   Pricing — kontör (kullandıkça öde) model
   ========================================================= */
.howto { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.howto__step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); position: relative; }
.howto__num { width: 38px; height: 38px; border-radius: 12px; background: var(--grad); color: #23262b; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.howto__step h3 { font-size: 17px; margin-bottom: 6px; }
.howto__step p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* kontör calculator */
.calc__card.kontor-card { grid-template-columns: 1fr; }
.kontor-card .kontor-fields { grid-template-columns: repeat(3, 1fr); }
.kontor-card .calc__result { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 24px; align-items: start; }
.kontor-card .calc__result-item { padding-bottom: 0; border-bottom: none; }
.kontor-card .calc__result .btn,
.kontor-card .calc__result .calc__note { grid-column: 1 / -1; }
.kontor-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.kontor-field { display: flex; flex-direction: column; gap: 6px; }
.kontor-field.full { grid-column: 1 / -1; }
.kontor-field label { font-size: 13px; font-weight: 600; color: var(--ink); }
.kontor-field input[type="number"] { width: 100%; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 10px; font: inherit; color: var(--ink); background: var(--bg-soft); transition: border-color .15s, background .15s; }
.kontor-field input[type="number"]:focus { outline: none; border-color: var(--indigo); background: #fff; }
.kontor-toggle { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-top: 4px; }
.kontor-toggle input { width: auto; accent-color: var(--indigo); }
.calc__result-item strong.is-credits { color: #fff; }
.calc__breakdown { font-size: 12.5px; color: #8a97c9; margin: 0; }

/* tier price table */
.price-table { overflow-x: auto; }
.price-table table { width: 100%; border-collapse: collapse; min-width: 520px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.price-table th, .price-table td { padding: 13px 18px; text-align: right; border-bottom: 1px solid var(--line); font-size: 14.5px; font-variant-numeric: tabular-nums; }
.price-table th:first-child, .price-table td:first-child { text-align: left; }
.price-table thead th { background: var(--bg-soft); font-weight: 800; }
.price-table tbody tr:hover { background: var(--bg-soft); }
.price-table tr:last-child td { border-bottom: none; }
.price-table .unit { color: var(--indigo-600); font-weight: 800; }

/* operation cost cards */
.op-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.op-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; box-shadow: var(--shadow-sm); }
.op-card strong { display: block; font-size: 14.5px; }
.op-card .kontor-badge { display: inline-block; margin-top: 10px; background: var(--bg-alt); color: var(--indigo-600); font-weight: 800; font-size: 13px; padding: 4px 12px; border-radius: 999px; }

/* activation cards */
.activation { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.act-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px; text-align: center; box-shadow: var(--shadow-sm); transition: transform .2s; }
.act-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.act-card h4 { font-size: 16px; margin-bottom: 10px; }
.act-card .act-price { font-size: 26px; font-weight: 800; color: var(--indigo); }
.act-card .act-price small { font-size: 14px; color: var(--muted); font-weight: 600; }

/* notes */
.price-notes { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; }
.price-notes h3 { font-size: 17px; margin-bottom: 14px; }
.price-notes ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.price-notes li { position: relative; padding-left: 24px; font-size: 14px; color: var(--muted); }
.price-notes li::before { content: "•"; position: absolute; left: 6px; color: var(--indigo); font-weight: 800; }
.price-notes strong { color: var(--ink); }

@media (max-width: 980px) {
  .howto { grid-template-columns: 1fr; }
  .op-grid { grid-template-columns: repeat(2, 1fr); }
  .activation { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .kontor-card .kontor-fields,
  .kontor-card .calc__result { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .kontor-fields { grid-template-columns: 1fr; }
  .kontor-card .kontor-fields,
  .kontor-card .calc__result { grid-template-columns: 1fr; }
  .op-grid { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   Legal / prose pages
   ========================================================= */
.legal { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 48px); box-shadow: var(--shadow-sm); max-width: 920px; margin: 0 auto; }
.legal h2 { font-size: clamp(18px, 2.6vw, 22px); margin: 30px 0 10px; color: var(--ink); }
.legal h2:first-of-type { margin-top: 0; }
.legal h3 { font-size: 16px; margin: 22px 0 8px; color: var(--ink); }
.legal p { color: var(--muted); margin: 0 0 14px; line-height: 1.8; }
.legal ul { margin: 0 0 16px; padding-left: 22px; list-style: disc; display: grid; gap: 7px; }
.legal li { color: var(--muted); line-height: 1.7; }
.legal strong { color: var(--ink); }
.legal__info { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; margin-bottom: 26px; }
.legal__info div { font-size: 14.5px; }
.legal__info span { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 2px; }
.legal__updated { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
@media (max-width: 560px) { .legal__info { grid-template-columns: 1fr; } }

/* ===== Google Translate widget gizleme ===== */
#google_translate_element { position: absolute !important; left: -9999px; top: 0; height: 0; overflow: hidden; }
.goog-te-banner-frame, .goog-te-balloon-frame { display: none !important; }
.skiptranslate { display: none !important; }
body { top: 0 !important; position: static !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; color: inherit !important; }
.topbar__lang a { cursor: pointer; }

/* =========================================================
   Mobil (telefon) ince ayarlar
   ========================================================= */
@media (max-width: 560px) {
  .slide__logo--dahu { height: 72px; max-width: 240px; padding: 12px 18px; }
  .price-table, .compare { -webkit-overflow-scrolling: touch; }
  .calc__result-item strong { font-size: 24px; }
}
@media (max-width: 480px) {
  .section { padding: 46px 0; }
  .dh-container { width: calc(100% - 28px); }
  .hero__title { font-size: 30px; }
  .hero__actions .btn, .cta__actions .btn { width: 100%; }
  .price-table th, .price-table td,
  .compare th, .compare td { padding: 11px 12px; font-size: 13.5px; }
  .price-card__price { font-size: 30px; }
  .op-grid { grid-template-columns: 1fr 1fr; }
  .op-card { padding: 14px; }
  .slide h2 { font-size: 21px; }
  .slide p { font-size: 16px; }
  .slide__logos { gap: 12px; }
  .legal { padding: 20px; }
  .testimonials, .ref-logos { grid-template-columns: 1fr; }
  .ref-logo { min-height: 120px; }
  .fd-section { padding: 20px; }
}
@media (max-width: 360px) {
  .op-grid { grid-template-columns: 1fr; }
  .hero__title { font-size: 27px; }
}
