/* Hyundai Özel Servis – Ulu Otomotiv | Ana stil dosyası */
:root {
  --primary: #002c5f;
  --primary-dark: #001c3d;
  --primary-light: #0b5fa5;
  --accent: #00aad2;
  --accent-dark: #0090b4;
  --background: #f3f6f9;
  --surface: #ffffff;
  --surface-alt: #eef2f6;
  --text: #15202b;
  --muted: #66717e;
  --border: #dce3ea;
  --success: #168f5b;
  --wa: #25d366;
  --wa-dark: #1da851;
  --danger: #c93838;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 3px rgba(0, 44, 95, .08);
  --shadow: 0 6px 20px rgba(0, 44, 95, .10);
  --shadow-lg: 0 14px 40px rgba(0, 44, 95, .16);
  --container: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--background);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-light); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--accent); }
h1, h2, h3, h4 { line-height: 1.25; color: var(--primary-dark); margin: 0 0 .6em; font-weight: 800; letter-spacing: -.01em; }
h1 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
h2 { font-size: clamp(1.4rem, 2.6vw, 2rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1rem; }
ul { margin: 0 0 1rem; padding-left: 1.2rem; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 64px 0; }
.section-alt { background: var(--surface-alt); }
.section-primary { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; }
.section-primary h2, .section-primary h3 { color: #fff; }
.section-title { text-align: center; margin-bottom: 12px; }
.section-intro { text-align: center; max-width: 760px; margin: 0 auto 40px; color: var(--muted); }
.text-center { text-align: center; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--primary); color: #fff; padding: 10px 16px; z-index: 2000; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: var(--radius-sm); font-weight: 700; font-size: .98rem;
  border: 2px solid transparent; cursor: pointer; text-align: center; line-height: 1.1;
  transition: transform .15s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 9px 15px; font-size: .88rem; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-light); color: #fff; box-shadow: var(--shadow); }
.btn-accent { background: var(--accent); color: #05303f; }
.btn-accent:hover { background: var(--accent-dark); color: #05303f; }
.btn-wa { background: var(--wa); color: #05331b; }
.btn-wa:hover { background: var(--wa-dark); color: #fff; }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--border); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); background: #fff; }
/* Koyu zeminlerde (hero, iç sayfa başlığı, CTA şeridi, primary bölüm) okunur beyaz outline */
.section-primary .btn-outline,
.hero .btn-outline,
.page-hero .btn-outline,
.cta-strip .btn-outline,
.sidebar-box.cta .btn-outline { color: #fff; border-color: rgba(255, 255, 255, .6); background: rgba(255, 255, 255, .06); }
.section-primary .btn-outline:hover,
.hero .btn-outline:hover,
.page-hero .btn-outline:hover,
.cta-strip .btn-outline:hover,
.sidebar-box.cta .btn-outline:hover { background: rgba(255, 255, 255, .18); color: #fff; border-color: #fff; }
.btn-block { width: 100%; }

/* Topbar */
.topbar { background: var(--primary-dark); color: #cfe0ee; font-size: .82rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 38px; flex-wrap: wrap; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar-item { display: inline-flex; align-items: center; gap: 6px; color: #cfe0ee; }
.topbar-item:hover { color: #fff; }
.topbar .ico { width: 15px; height: 15px; fill: var(--accent); flex: none; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--surface); box-shadow: var(--shadow-sm); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: var(--shadow); }
.header-inner { display: flex; align-items: center; gap: 16px; min-height: 74px; }
.logo { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.logo picture { display: block; line-height: 0; }
.logo-img { height: 56px; width: auto; display: block; padding: 5px 4px; box-sizing: border-box; }
.main-nav { margin-left: auto; }
.main-nav > ul { list-style: none; display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; flex-wrap: nowrap; }
.main-nav > ul > li { position: relative; }
.main-nav a { display: flex; align-items: center; gap: 3px; padding: 9px 10px; color: var(--text); font-weight: 600; font-size: .9rem; line-height: 1.15; white-space: nowrap; border-radius: 6px; }
.main-nav a:hover, .main-nav a.active { color: var(--primary); background: var(--surface-alt); }
.nav-chevron { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s var(--ease); flex: none; }
.has-sub:hover > a .nav-chevron, .has-sub:focus-within > a .nav-chevron { transform: rotate(180deg); }

/* Açılır alt menü (dropdown) */
.submenu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 250px;
  list-style: none; margin: 0; padding: 8px; background: var(--surface);
  border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(8px); z-index: 1001;
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility .18s;
}
.submenu::before { content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }
.has-sub:hover > .submenu, .has-sub:focus-within > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li { margin: 0; }
.submenu a { display: block; padding: 9px 12px; font-size: .88rem; font-weight: 600; color: var(--text); white-space: nowrap; border-radius: 6px; }
.submenu a:hover { background: var(--surface-alt); color: var(--primary); }
.submenu-all { color: var(--primary-light) !important; border-top: 1px solid var(--border); margin-top: 4px; padding-top: 11px !important; }
.header-cta { display: flex; gap: 8px; flex: none; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; cursor: pointer; }
.nav-toggle span { width: 26px; height: 3px; background: var(--primary); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-nav { background: var(--surface); border-top: 1px solid var(--border); padding: 12px 20px 20px; max-height: calc(100vh - 108px); overflow-y: auto; }
.mobile-nav > ul { list-style: none; margin: 0 0 14px; padding: 0; }
.mobile-nav > ul > li > a,
.mobile-nav .m-parent > a { display: block; padding: 13px 8px; font-weight: 600; color: var(--text); }
.mobile-nav > ul > li { border-bottom: 1px solid var(--border); }
.mobile-nav a[aria-current="page"] { color: var(--primary); }
.mobile-nav-cta { display: grid; gap: 10px; }
/* Mobil alt menü */
.m-parent { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.m-parent > a { flex: 1; }
.m-sub-toggle { background: none; border: none; padding: 12px; cursor: pointer; display: flex; align-items: center; flex: none; }
.m-sub-toggle .nav-chevron { width: 20px; height: 20px; stroke: var(--primary); }
.m-sub-toggle[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }
.m-submenu { list-style: none; margin: 0; padding: 4px 0 10px; }
.m-submenu li { border: none; }
.m-submenu a { display: block; padding: 10px 8px 10px 22px; font-weight: 600; font-size: .92rem; color: var(--muted); border-bottom: 1px solid var(--surface-alt); }
.m-submenu a:hover, .m-submenu a:focus { color: var(--primary); }
.m-submenu .submenu-all { color: var(--primary-light); }

/* Hero */
.hero { position: relative; background: linear-gradient(140deg, var(--primary-dark) 0%, var(--primary) 55%, var(--primary-light) 130%); color: #fff; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 20%, rgba(0,170,210,.28), transparent 45%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; padding: 70px 0 76px; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero-lead { font-size: 1.1rem; color: #dbe7f2; max-width: 620px; margin-bottom: 26px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.hero-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; max-width: 560px; }
.hero-badge { display: flex; align-items: center; gap: 9px; font-size: .92rem; color: #eaf2fa; }
.hero-badge svg { width: 20px; height: 20px; fill: var(--accent); flex: none; }
.hero-visual { position: relative; }
.hero-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 26px; backdrop-filter: blur(6px); }
.hero-card h2 { color: #fff; font-size: 1.2rem; margin-bottom: 16px; }
.hero-card .quick-list { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 10px; }
.hero-card .quick-list li { display: flex; align-items: center; gap: 10px; font-size: .95rem; color: #eaf2fa; }
.hero-card .quick-list svg { width: 18px; height: 18px; fill: var(--accent); flex: none; }

/* Cards grid */
.grid { display: grid; gap: 22px; }
.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: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s, border-color .2s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c3d3e2; }
.card-icon { width: 46px; height: 46px; border-radius: 10px; background: var(--surface-alt); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.card-icon svg { width: 26px; height: 26px; fill: var(--primary-light); }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .94rem; margin-bottom: 14px; }
.card .card-link { margin-top: auto; font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; gap: 5px; }
.card .card-link::after { content: "→"; transition: transform .2s; }
.card:hover .card-link::after { transform: translateX(4px); }
a.card { color: inherit; }
a.card:hover { color: inherit; }

/* Chips / link lists */
.chip-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.chip {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 14px 16px; font-weight: 600; font-size: .93rem; color: var(--text); box-shadow: var(--shadow-sm);
  transition: transform .15s var(--ease), border-color .2s, color .2s;
}
.chip:hover { transform: translateY(-2px); border-color: var(--primary-light); color: var(--primary); }
.chip::after { content: "→"; color: var(--accent); }

/* Breadcrumb */
.breadcrumb { background: var(--surface-alt); border-bottom: 1px solid var(--border); font-size: .85rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 12px 0; }
.breadcrumb li { display: flex; align-items: center; gap: 6px; color: var(--muted); }
.breadcrumb li:not(:last-child)::after { content: "/"; color: var(--border); margin-left: 6px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb li[aria-current] span { color: var(--primary); font-weight: 600; }

/* Page hero (inner) */
.page-hero { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; padding: 48px 0; }
.page-hero h1 { color: #fff; margin-bottom: 12px; }
.page-hero p { color: #dbe7f2; max-width: 780px; margin: 0; font-size: 1.05rem; }
.page-hero .hero-cta { margin-top: 22px; margin-bottom: 0; }

/* Content article */
.content { padding: 56px 0; }
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 44px; align-items: start; }
.article :is(h2) { margin-top: 2rem; padding-top: .2rem; }
.article :is(h3) { margin-top: 1.4rem; }
.article ul li { margin-bottom: .4rem; }
.article .lead { font-size: 1.12rem; color: var(--text); border-left: 4px solid var(--accent); padding-left: 16px; margin-bottom: 1.6rem; }
.prose-list { list-style: none; padding: 0; display: grid; gap: 10px; }
.prose-list li { position: relative; padding-left: 30px; }
.prose-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 18px; height: 18px; background: var(--surface-alt); border-radius: 50%; }
.prose-list li::after { content: ""; position: absolute; left: 6px; top: 11px; width: 6px; height: 6px; border-right: 2px solid var(--success); border-bottom: 2px solid var(--success); transform: rotate(45deg); }

/* Sidebar */
.sidebar { position: sticky; top: 92px; display: grid; gap: 20px; }
.sidebar-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.sidebar-box h3 { font-size: 1.05rem; margin-bottom: 14px; }
.sidebar-box.cta { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; }
.sidebar-box.cta h3 { color: #fff; }
.sidebar-box.cta p { color: #dbe7f2; font-size: .92rem; }
.sidebar-box.cta .btn { width: 100%; margin-top: 8px; }
.sidebar-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }
.sidebar-list a { display: block; padding: 9px 10px; border-radius: 6px; color: var(--text); font-size: .92rem; font-weight: 600; }
.sidebar-list a:hover { background: var(--surface-alt); color: var(--primary); }
.sidebar-nap { font-size: .9rem; color: var(--muted); display: grid; gap: 8px; }
.sidebar-nap strong { color: var(--text); }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 20px 20px; box-shadow: var(--shadow-sm); }
.step-num { position: absolute; top: -16px; left: 20px; width: 34px; height: 34px; background: var(--accent); color: #05303f; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.step h3 { font-size: 1rem; margin: 6px 0 6px; }
.step p { color: var(--muted); font-size: .9rem; margin: 0; }
.process-note { margin-top: 26px; text-align: center; background: var(--surface-alt); border: 1px dashed var(--primary-light); border-radius: var(--radius); padding: 16px; font-weight: 700; color: var(--primary); }

/* Feature list (why us) */
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature { display: flex; gap: 14px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); }
.feature svg { width: 26px; height: 26px; fill: var(--success); flex: none; margin-top: 2px; }
.feature h3 { font-size: 1rem; margin-bottom: 4px; }
.feature p { color: var(--muted); font-size: .9rem; margin: 0; }

/* Parent brand block */
.parent-block { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; background: var(--surface); border: 1px solid var(--border); border-left: 5px solid var(--accent); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.parent-block h2 { margin-bottom: 8px; }
.parent-block p { color: var(--muted); margin: 0; }

/* CTA strip */
.cta-strip { background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: #fff; }
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 40px 0; flex-wrap: wrap; }
.cta-strip h2 { color: #fff; margin-bottom: 6px; }
.cta-strip p { color: #dbe7f2; margin: 0; }
.cta-strip-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cta-strip-actions .btn-primary { background: #fff; color: var(--primary); }
.cta-strip-actions .btn-primary:hover { background: #eaf2fa; color: var(--primary); }

/* FAQ */
.faq-section { background: var(--surface-alt); }
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 20px; font-size: 1rem; font-weight: 700; color: var(--primary-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-family: inherit; }
.faq-q:hover { color: var(--primary-light); }
.faq-icon { width: 22px; height: 22px; fill: none; stroke: var(--accent); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; flex: none; transition: transform .25s var(--ease); }
.faq-q[aria-expanded="true"] .faq-icon { transform: rotate(180deg); }
.faq-a { padding: 0 20px 18px; color: var(--muted); }
.faq-a p { margin: 0; }

/* Info / notice */
.notice { background: #fff8ec; border: 1px solid #f0d9a8; border-left: 4px solid #d99b1c; border-radius: var(--radius-sm); padding: 16px 18px; color: #6b4e12; font-size: .94rem; margin: 20px 0; }
.notice strong { color: #55400e; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.contact-info { display: grid; gap: 14px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px; box-shadow: var(--shadow-sm); }
.contact-item svg { width: 24px; height: 24px; fill: var(--primary-light); flex: none; margin-top: 2px; }
.contact-item h3 { font-size: 1rem; margin-bottom: 2px; }
.contact-item p, .contact-item a { margin: 0; color: var(--muted); font-size: .95rem; }
.contact-item a:hover { color: var(--primary); }
.map-embed { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.map-embed iframe { width: 100%; height: 340px; border: 0; display: block; }

/* Form */
.form-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--text); }
.form-group label .req { color: var(--danger); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-family: inherit; font-size: .96rem; color: var(--text); background: var(--surface); transition: border-color .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary-light); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group.error input, .form-group.error select, .form-group.error textarea { border-color: var(--danger); }
.form-error { color: var(--danger); font-size: .82rem; margin-top: 5px; display: none; }
.form-group.error .form-error { display: block; }
.form-check { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 18px; font-size: .88rem; color: var(--muted); }
.form-check input { width: 18px; height: 18px; margin-top: 2px; flex: none; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 14px; text-align: center; }

/* Modal */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,20,45,.6); display: none; align-items: center; justify-content: center; z-index: 3000; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal { background: var(--surface); border-radius: var(--radius); max-width: 640px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: var(--shadow-lg); }
.modal-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--border); }
.modal-head h2 { margin: 0; font-size: 1.3rem; }
.modal-close { background: none; border: none; font-size: 1.6rem; line-height: 1; cursor: pointer; color: var(--muted); padding: 4px 8px; }
.modal-close:hover { color: var(--danger); }
.modal-body { padding: 24px; }

/* Floating elements */
.wa-float { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-lg); z-index: 900; transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }
.to-top { position: fixed; right: 24px; bottom: 90px; width: 46px; height: 46px; background: var(--primary); border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); z-index: 899; opacity: 0; transform: translateY(10px); transition: opacity .25s, transform .25s; }
.to-top.show { opacity: 1; transform: translateY(0); }
.to-top svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; background: var(--surface); border-top: 1px solid var(--border); display: none; z-index: 950; box-shadow: 0 -4px 16px rgba(0,44,95,.1); }
.mobile-bar a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 9px 4px 8px; font-size: .68rem; font-weight: 600; color: var(--muted); }
.mobile-bar a svg { width: 21px; height: 21px; fill: var(--primary-light); }
.mobile-bar a:active { background: var(--surface-alt); }

/* Cookie */
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; max-width: 560px; margin: 0 auto; background: var(--primary-dark); color: #dbe7f2; border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-lg); z-index: 1500; }
.cookie p { margin: 0 0 12px; font-size: .88rem; }
.cookie a { color: var(--accent); }
.cookie-actions { display: flex; gap: 10px; }

/* Footer */
.site-footer { background: var(--primary-dark); color: #b8c8d8; padding-top: 54px; margin-bottom: 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 40px; }
.footer-logo { display: inline-block; margin-bottom: 16px; }
.footer-logo img { height: 66px; width: auto; }
.footer-brand { display: flex; flex-direction: column; line-height: 1.1; margin-bottom: 14px; }
.footer-brand-top { font-weight: 800; font-size: 1.1rem; color: #fff; }
.footer-brand-sub { font-size: .72rem; font-weight: 700; color: var(--accent); letter-spacing: .18em; }
.footer-col p { font-size: .9rem; color: #9fb4c8; }
.footer-col h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-col ul a { color: #b8c8d8; font-size: .9rem; }
.footer-col ul a:hover { color: var(--accent); }
.footer-contact li { font-size: .9rem; color: #9fb4c8; }
.footer-parent { display: inline-block; margin-top: 12px; font-weight: 700; color: var(--accent); }
.footer-disclaimer { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.footer-disclaimer p { margin: 0; font-size: .82rem; color: #8ba2b8; text-align: center; }
.footer-bottom { background: #001227; padding: 18px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-legal { list-style: none; display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; }
.footer-legal a { color: #9fb4c8; font-size: .84rem; }
.footer-legal a:hover { color: var(--accent); }
.footer-copyright { margin: 0; font-size: .84rem; color: #9fb4c8; }
.footer-copyright a { color: var(--accent); font-weight: 700; margin-left: 6px; }
.footer-copyright a:hover { text-decoration: underline; }

/* Stats / highlight row */
.highlight-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.highlight { text-align: center; padding: 22px 16px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.highlight svg { width: 34px; height: 34px; fill: var(--primary-light); margin: 0 auto 10px; }
.highlight h3 { font-size: 1rem; margin-bottom: 4px; }
.highlight p { font-size: .86rem; color: var(--muted); margin: 0; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* Model/service pills */
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.pill-list a { display: inline-block; padding: 7px 13px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 20px; font-size: .84rem; font-weight: 600; color: var(--primary); }
.pill-list a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
