:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --soft: #eaf2f6;
  --ink: #0d1b2a;
  --muted: #5f6f7a;
  --line: #d8e2e8;
  --primary: #0f3d57;
  --primary-2: #0b6b83;
  --accent: #6bbbd3;
  --accent-2: #e9f6fa;
  --success: #12745f;
  --shadow: 0 18px 45px rgba(15, 61, 87, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 86px 0; }
.soft { background: var(--soft); }
.narrow { max-width: 860px; }
.center { text-align: center; }
.sr-only, .hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
}
.skip-link:focus { top: 12px; }

.notice-bar {
  background: var(--primary);
  color: #fff;
  font-size: 14px;
}
.notice-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.notice-inner a { font-weight: 700; color: #fff; }

.top-chat {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 850;
}
.top-chat span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-size: 13px;
  line-height: 1;
}
.hero-info-panel {
  margin-top: 28px;
  max-width: 760px;
  padding: 24px 26px;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(216, 226, 232, .92);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 61, 87, .08);
}
.hero-info-panel h2 {
  font-size: clamp(26px, 2.6vw, 38px);
  margin-bottom: 14px;
  letter-spacing: -.04em;
}
.hero-info-panel p {
  margin: 0;
  color: #344b58;
  font-size: 17px;
}
.hero-info-panel p + p { margin-top: 12px; }
.navbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216, 226, 232, .8);
}
.nav-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  font-weight: 900;
  letter-spacing: -.04em;
  box-shadow: var(--shadow);
}
.brand-mark.large { width: 64px; height: 64px; font-size: 23px; margin: 0 auto 18px; }
.brand strong { display: block; font-size: 18px; letter-spacing: -.03em; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  padding: 10px 12px;
  color: #243541;
  border-radius: 999px;
  font-weight: 650;
  font-size: 14px;
}
.nav-links a:hover { background: var(--soft); color: var(--primary); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--ink); margin: 6px 0; border-radius: 999px; }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(107, 187, 211, .26), transparent 25%),
    linear-gradient(135deg, #f8fbfd 0%, #eaf4f8 55%, #d8edf4 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 430px;
  gap: 54px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-2);
  font-weight: 850;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--accent);
  border-radius: 999px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: .98;
  letter-spacing: -.065em;
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -.045em;
  margin-bottom: 16px;
}
h3 { font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.lead { font-size: 20px; color: #344b58; max-width: 760px; }
.lead-secondary { margin-top: -8px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(15, 61, 87, .16); }
.btn-primary,
.btn-secondary,
.btn-ghost {
  background: var(--accent-2);
  color: #173346;
  border-color: rgba(107, 187, 211, .65);
  box-shadow: 0 12px 26px rgba(116, 87, 25, .10);
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-ghost:hover {
  background: #d9eff6;
  color: #0d1b2a;
  border-color: var(--accent);
}
.btn.full { width: 100%; }
.hero-support {
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid rgba(107, 187, 211, .62);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(233, 246, 250, .96), rgba(255, 255, 255, .82));
  box-shadow: 0 16px 36px rgba(116, 87, 25, .10);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-support-inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-support p {
  margin: 0 0 14px;
  color: #1b3447;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 650;
  text-align: center;
  width: 100%;
}
.support-phone-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.support-phone-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 900;
  letter-spacing: .01em;
  box-shadow: 0 12px 26px rgba(15, 61, 87, .18);
}
.support-phone-row a:hover {
  background: var(--primary-2);
  transform: translateY(-1px);
}
.support-phone-row span {
  color: var(--muted);
  font-weight: 850;
}
.hero-card {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(216, 226, 232, .9);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 28px;
}
.hero-card h2 { font-size: 28px; margin-bottom: 8px; }
.hero-card p { color: var(--muted); }
.quick-list { display: grid; gap: 12px; margin-top: 24px; }
.quick-list a {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-areas: "number title" "number desc";
  gap: 4px 12px;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.quick-list a:hover { border-color: rgba(15, 61, 87, .35); transform: translateY(-1px); }
.quick-list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--accent-2);
  color: #22566a;
  font-weight: 900;
}
.quick-list span { grid-area: number; }
.quick-list strong { display: block; grid-area: title; }
.quick-list em { display: block; grid-area: desc; color: var(--muted); font-style: normal; font-size: 14px; line-height: 1.45; }

.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head p { color: var(--muted); font-size: 18px; }
.section-head.center { margin-left: auto; margin-right: auto; }
.cards { display: grid; gap: 22px; }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.card, .step, .contact-form, .contact-card, .thanks-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card { padding: 26px; }
.card .icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--soft);
  color: var(--primary);
  font-weight: 900;
  margin-bottom: 22px;
}
.card p, .step p { color: var(--muted); margin-bottom: 0; }
.service-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.service-link:hover,
.service-link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(15, 61, 87, .34);
  box-shadow: 0 24px 48px rgba(15, 61, 87, .14);
  outline: none;
}
.service-link:hover .icon,
.service-link:focus-visible .icon {
  background: var(--primary);
  color: #fff;
}
.quick-list a {
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.quick-list a:hover,
.quick-list a:focus-visible {
  box-shadow: 0 16px 34px rgba(15, 61, 87, .12);
  outline: none;
}

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 26px; position: relative; overflow: hidden; }
.step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 900;
  margin-bottom: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 42px;
  align-items: start;
}
.form-grid.reverse { grid-template-columns: 1fr .9fr; }
.form-grid.reverse .form-copy { order: 2; }
.form-copy { position: sticky; top: 110px; }
.form-copy p { color: var(--muted); font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.check-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #28414f;
  font-weight: 700;
}
.check-list li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #dff3ec;
  color: var(--success);
  font-size: 14px;
  flex: 0 0 auto;
}
.contact-form { padding: 28px; display: grid; gap: 16px; }
.contact-form.compact { max-width: 520px; width: 100%; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; color: #263b48; font-weight: 750; font-size: 14px; }
input, textarea, select {
  width: 100%;
  border: 1px solid #cbd8df;
  border-radius: 14px;
  padding: 13px 14px;
  background: #fbfdfe;
  color: var(--ink);
  outline: none;
}
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus {
  border-color: var(--primary-2);
  box-shadow: 0 0 0 4px rgba(11, 107, 131, .12);
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 650;
  color: var(--muted);
}
.consent input { width: auto; margin-top: 5px; }
.note {
  padding: 16px;
  border: 1px solid #d7e7ee;
  border-radius: 18px;
  background: #fff;
}
.align-start { align-items: start; }
.radio-group {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: #fbfdfe;
  display: grid;
  gap: 10px;
}
.radio-group legend {
  padding: 0 8px;
  color: #263b48;
  font-weight: 850;
}
.radio-group label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 650;
  color: #2a3f4d;
  line-height: 1.35;
}
.radio-group input {
  width: auto;
  margin-top: 3px;
  flex: 0 0 auto;
}
.info-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: start;
}
.static-copy { position: static; }
.info-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
}
.info-card p { color: var(--muted); font-size: 17px; }
.info-card a { color: var(--primary); font-weight: 900; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.call-box {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.call-box a {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--soft);
  text-decoration: none;
}
.split-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
}
.mini-cards { display: grid; gap: 14px; }
.mini-cards article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(15, 61, 87, .08);
}
.mini-cards strong { display: block; color: var(--primary); font-size: 18px; margin-bottom: 6px; }
.mini-cards span { color: var(--muted); }
.footer-grid.single { grid-template-columns: 1fr; }

.apple-panel {
  align-items: stretch;
}
.apple-copy {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.apple-copy p {
  color: var(--muted);
  font-size: 17px;
}
.apple-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.platform-box {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.platform-box h3 { color: #fff; }
.platform-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}
.platform-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255,255,255,.9);
}
.platform-list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--accent);
  color: #142b39;
  font-weight: 900;
  flex: 0 0 auto;
  margin-top: 1px;
}
.issue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}
.issue-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15, 61, 87, .08);
}
.issue-card .icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--accent-2);
  color: #22566a;
  font-weight: 900;
  margin-bottom: 16px;
}
.issue-card h3 { font-size: 19px; }
.issue-card p { color: var(--muted); margin-bottom: 0; }


.faq-list { display: grid; gap: 12px; }
details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0 20px;
  box-shadow: 0 10px 24px rgba(15, 61, 87, .08);
}
summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 0;
  font-weight: 850;
  font-size: 18px;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; font-size: 24px; color: var(--primary); }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); padding-bottom: 20px; margin-bottom: 0; }
.contact-section {
  background: linear-gradient(135deg, var(--primary), #10314a);
  color: #fff;
}
.contact-section .eyebrow, .contact-section p { color: rgba(255,255,255,.78); }
.contact-grid { display: grid; grid-template-columns: 1fr 430px; gap: 36px; align-items: center; }
.contact-card { padding: 24px; display: grid; gap: 12px; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18); }
.contact-card a {
  display: flex;
  justify-content: center;
  padding: 15px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-weight: 900;
}
.site-footer { background: #07141e; color: #dbe8ee; padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
.site-footer p { color: #9fb2be; margin-bottom: 0; }
.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef7fa, #edf8fb);
}
.thanks-wrap { width: min(720px, calc(100% - 32px)); }
.thanks-card { padding: 44px; text-align: center; }
.thanks-card h1 { font-size: clamp(34px, 6vw, 58px); }
.center-actions { justify-content: center; }

@media (max-width: 980px) {
  .hero-grid, .form-grid, .form-grid.reverse, .contact-grid, .info-grid, .split-panel { grid-template-columns: 1fr; }
  .form-grid.reverse .form-copy { order: initial; }
  .form-copy { position: static; }
  .cards.four, .timeline { grid-template-columns: repeat(2, 1fr); }
  .hero-card { max-width: 620px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .section-pad { padding: 60px 0; }
  .notice-inner { justify-content: center; text-align: center; flex-wrap: wrap; padding: 8px 0; }
  .menu-toggle { display: block; }
  .nav-inner { min-height: 70px; }
  .nav-links {
    position: absolute;
    top: 70px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 10px;
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 13px 14px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  h1 { font-size: 42px; }
  .lead { font-size: 18px; }
  .hero-info-panel { padding: 20px; }
  .hero-info-panel p { font-size: 16px; }
  .field-row, .cards.four, .timeline, .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-support { padding: 18px; }
  .hero-support p { font-size: 16px; }
  .support-phone-row { display: grid; grid-template-columns: 1fr; gap: 8px; justify-items: center; }
  .support-phone-row span { text-align: center; }
  .quick-list a { grid-template-columns: 38px 1fr; }
  .contact-card { padding: 18px; }
  .thanks-card { padding: 30px 20px; }
}



/* Revised bottom business information block */
.business-info {
  background:
    radial-gradient(circle at 90% 10%, rgba(107, 187, 211, .22), transparent 28%),
    linear-gradient(135deg, #f8fbfd 0%, #eaf4f8 58%, #d8edf4 100%);
  color: var(--ink);
  border-top: 1px solid var(--line);
}
.business-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr .85fr;
  gap: 34px;
  align-items: stretch;
}
.business-brand,
.business-contact,
.business-hours {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(216, 226, 232, .9);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.footer-brand {
  min-width: 0;
  color: var(--ink);
  margin-bottom: 26px;
}
.footer-brand .brand-mark {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: var(--shadow);
}
.footer-brand strong {
  font-size: 26px;
  letter-spacing: -.04em;
}
.business-lines {
  display: grid;
  gap: 16px;
  max-width: 640px;
}
.business-lines p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.business-lines strong {
  color: var(--primary);
}
.business-lines span {
  color: #6f7e89;
}
.business-contact {
  display: grid;
  gap: 18px;
  align-content: center;
}
.contact-block {
  padding: 18px;
  border-radius: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
}
.contact-block span,
.business-hours h2 {
  display: block;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -.02em;
}
.contact-block a {
  display: inline-block;
  color: var(--primary);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.03em;
}
.contact-block a:hover {
  color: var(--primary-2);
}
.business-hours {
  display: grid;
  align-content: center;
}
.business-hours p {
  margin: 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.55;
}
.business-hours strong {
  color: var(--primary);
}
.compact-footer {
  padding: 20px 0;
  background: var(--primary);
  color: #fff;
}
.compact-footer .footer-grid {
  display: block;
  text-align: center;
}
.compact-footer p {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(255,255,255,.76);
}

@media (max-width: 980px) {
  .business-grid, .issue-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .quick-list a { grid-template-columns: 40px 1fr; }
  .business-grid, .issue-grid { grid-template-columns: 1fr; }
  .business-lines p { font-size: 15px; }
  .footer-brand strong { font-size: 22px; }
  .contact-block span, .business-hours h2 { font-size: 15px; }
  .contact-block a, .business-hours p { font-size: 20px; }
  .apple-actions .btn { width: 100%; }
}

/* Final form + thank-you page refinements */
.thanks-wrap { width: min(900px, calc(100% - 32px)); }
.thanks-card-long { padding: clamp(30px, 5vw, 56px); }
.thanks-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 22px;
  margin: 0 auto 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  font-weight: 950;
  letter-spacing: -.04em;
  box-shadow: var(--shadow);
}
.thanks-card-long h1 {
  font-size: clamp(34px, 5.5vw, 60px);
  margin-bottom: 24px;
}
.thanks-card-long p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #243541;
  font-size: 18px;
}
.thanks-lead { font-size: 20px !important; }
.thanks-note {
  max-width: 760px;
  margin: 26px auto;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(107, 187, 211, .55);
  background: var(--accent-2);
  color: #173f50;
  text-align: left;
}
.thanks-phones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin: 30px auto 0;
}
.thanks-phones a {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--primary);
  box-shadow: 0 10px 24px rgba(15, 61, 87, .08);
}
.thanks-phones span { color: var(--muted); font-size: 14px; }
.thanks-phones strong { font-size: 20px; }
.contact-form input:invalid:not(:placeholder-shown),
.contact-form textarea:invalid:not(:placeholder-shown) {
  border-color: #b42318;
}
.form-error {
  display: none;
  color: #b42318;
  font-size: 13px;
  font-weight: 750;
  margin-top: -4px;
}
.form-error.is-visible { display: block; }
@media (max-width: 760px) {
  .thanks-phones { grid-template-columns: 1fr; }
  .thanks-card-long { padding: 28px 18px; }
}


/* Platform proof + references sections */
.platform-proof {
  background:
    radial-gradient(circle at 12% 18%, rgba(107, 187, 211, .18), transparent 26%),
    linear-gradient(135deg, #f8fbfd 0%, #eef7fa 58%, #e4f1f6 100%);
  border-top: 1px solid rgba(216, 226, 232, .75);
  border-bottom: 1px solid rgba(216, 226, 232, .75);
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.stat-card {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  padding: 28px 20px;
  border: 1px solid rgba(216, 226, 232, .92);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 38px rgba(15, 61, 87, .10);
  text-align: center;
}
.stat-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15, 61, 87, .18), rgba(107, 187, 211, .9), rgba(15, 61, 87, .18));
}
.stat-card strong {
  display: block;
  color: #ef5f67;
  font-size: clamp(44px, 5.2vw, 68px);
  line-height: .92;
  letter-spacing: -.06em;
  margin-bottom: 18px;
}
.stat-card span {
  display: block;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.35;
}
.references-section {
  background: var(--bg);
}
.references-layout {
  display: grid;
  grid-template-columns: .8fr 1.65fr;
  gap: 28px;
  align-items: stretch;
}
.references-intro {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
}
.references-intro .eyebrow { color: rgba(255,255,255,.84); }
.references-intro .eyebrow::before { background: var(--accent); }
.references-intro h2 { color: #fff; font-size: clamp(28px, 3vw, 42px); }
.references-intro p { color: rgba(255,255,255,.78); font-size: 17px; margin-bottom: 0; }
.reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.reference-card {
  min-height: 154px;
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 61, 87, .09);
  text-align: center;
}
.reference-emblem {
  min-width: 56px;
  height: 56px;
  padding: 0 12px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: var(--soft);
  color: var(--primary);
  font-weight: 950;
  letter-spacing: -.04em;
  border: 1px solid rgba(15, 61, 87, .12);
}
.reference-card strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}
.reference-card:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 61, 87, .26);
  box-shadow: 0 18px 44px rgba(15, 61, 87, .13);
}

@media (max-width: 980px) {
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .references-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .stat-grid, .reference-grid { grid-template-columns: 1fr; }
  .stat-card { min-height: 144px; }
  .references-intro { padding: 28px; }
}


/* Logo reference grid revision */
.references-layout {
  grid-template-columns: .72fr 2fr;
}
.reference-grid.logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.reference-card.logo-card {
  min-height: 132px;
  padding: 22px 16px;
  gap: 12px;
}
.reference-logo {
  display: block;
  width: min(170px, 88%);
  height: 58px;
  object-fit: contain;
  object-position: center;
  filter: saturate(.96) contrast(1.02);
}
.reference-card.logo-card strong {
  font-size: 13px;
  color: #45606f;
  font-weight: 800;
  line-height: 1.2;
}
.compact-footer {
  background: var(--primary);
}
.footer-disclaimer {
  margin: 0;
  color: rgba(255,255,255,.88) !important;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}
@media (max-width: 1100px) {
  .reference-grid.logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .reference-grid.logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-card.logo-card { min-height: 122px; padding: 18px 12px; }
  .reference-logo { height: 48px; width: min(145px, 88%); }
}
@media (max-width: 440px) {
  .reference-grid.logo-grid { grid-template-columns: 1fr; }
}

/* Map, policy pages, privacy/consent and cookie banner additions */
.business-grid {
  grid-template-columns: 1.25fr .82fr .82fr 1.08fr;
  gap: 22px;
}
.business-map {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(216, 226, 232, .9);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  display: grid;
  align-content: center;
  gap: 14px;
}
.business-map h2 {
  margin: 0;
  color: var(--primary);
  font-size: 24px;
}
.business-map p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.map-btn {
  width: fit-content;
  margin-top: 4px;
}
.policy-consent {
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  background: #fbfdfe;
}
.policy-consent a {
  color: var(--primary);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.policy-body {
  background: linear-gradient(135deg, #f8fbfd 0%, #eef7fa 60%, #edf8fb 100%);
}
.policy-header {
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
}
.policy-nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.policy-main {
  padding: 72px 0;
}
.policy-card {
  max-width: 920px;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 56px);
}
.policy-card h1 {
  font-size: clamp(38px, 5vw, 62px);
  margin-bottom: 18px;
}
.policy-lead {
  color: #344b58;
  font-size: 19px;
  max-width: 760px;
  margin-bottom: 34px;
}
.policy-card section {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
.policy-card section:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.policy-card h2 {
  font-size: clamp(24px, 2.4vw, 34px);
  margin-bottom: 10px;
}
.policy-card p {
  color: var(--muted);
  font-size: 17px;
}
.policy-card a {
  color: var(--primary);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-policy-links {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 14px;
}
.footer-policy-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cookie-banner[hidden] {
  display: none !important;
}
.cookie-strip {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  background: rgba(44, 44, 44, .97);
  color: #fff;
  box-shadow: 0 -8px 22px rgba(7,20,30,.14);
}
.cookie-strip p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
}
.cookie-strip a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
  align-items: center;
}
.cookie-link {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.cookie-btn {
  min-height: 36px;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}
.cookie-btn-outline {
  border: 1px solid rgba(255,255,255,.85);
  background: transparent;
  color: #fff;
}
.cookie-btn-solid {
  border: 1px solid #fff;
  background: #fff;
  color: #222;
}
.cookie-x {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.cookie-mini-tab {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 51;
  border: 1px solid rgba(255,255,255,.70);
  border-radius: 999px;
  background: rgba(44,44,44,.96);
  color: #fff;
  padding: 9px 15px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(7,20,30,.18);
  cursor: pointer;
}
.cookie-mini-tab[hidden] {
  display: none !important;
}
.cookie-mini-tab:hover,
.cookie-mini-tab:focus-visible {
  background: #144c62;
  outline: none;
}
@media (max-width: 1120px) {
  .business-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .business-grid { grid-template-columns: 1fr; }
  .policy-nav { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .policy-main { padding: 46px 0; }
  .cookie-strip { align-items: stretch; flex-direction: column; padding: 12px 14px; }
  .cookie-actions { justify-content: flex-end; flex-wrap: wrap; }
  .cookie-mini-tab { left: 10px; bottom: 10px; }
}

/* Sticky desktop/mobile header, compact mobile menu, mobile reference limit, contact merge revision */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 20, 30, .08);
}
.navbar {
  position: static;
  top: auto;
  z-index: auto;
}
section,
[id] {
  scroll-margin-top: 138px;
}
.menu-toggle {
  border-radius: 14px;
}
.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: var(--soft);
  outline: none;
}
.business-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .9fr) minmax(0, 1.05fr);
  gap: 28px;
}
.combined-contact {
  align-content: center;
  grid-auto-rows: auto;
}
.combined-contact .contact-block {
  padding: 16px 18px;
}
.combined-contact .contact-block a {
  white-space: nowrap;
  font-size: clamp(20px, 1.55vw, 25px);
  letter-spacing: -.025em;
}
.business-hours-inline strong,
.business-hours-inline em {
  display: block;
  font-style: normal;
}
.business-hours-inline strong {
  color: var(--primary);
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.2;
  margin-top: 2px;
}
.business-hours-inline em {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.4;
  margin-top: 4px;
}

@media (max-width: 1120px) {
  .business-grid {
    grid-template-columns: 1fr 1fr;
  }
  .business-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    box-shadow: 0 8px 22px rgba(7, 20, 30, .10);
  }
  .notice-bar {
    font-size: 12px;
  }
  .notice-inner {
    min-height: 30px;
    justify-content: center;
    padding: 5px 0;
  }
  .notice-inner > span {
    display: none;
  }
  .top-chat {
    font-size: 13px;
  }
  .top-chat span {
    width: 20px;
    height: 20px;
  }
  .nav-inner {
    min-height: 64px;
  }
  .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
  .brand strong {
    font-size: 16px;
  }
  .menu-toggle {
    display: block;
    flex: 0 0 auto;
  }
  .nav-links {
    top: calc(100% + 8px);
    max-height: calc(100vh - 126px);
    overflow: auto;
    z-index: 1001;
  }
  section,
  [id] {
    scroll-margin-top: 112px;
  }
  .business-grid {
    grid-template-columns: 1fr;
  }
  .business-brand {
    grid-column: auto;
  }
  .combined-contact .contact-block a {
    font-size: 22px;
  }
  .reference-grid.logo-grid .reference-card:nth-child(n+7) {
    display: none;
  }
}

@media (max-width: 440px) {
  .nav-links {
    left: 10px;
    right: 10px;
  }
  .combined-contact .contact-block a {
    font-size: 20px;
  }
}

/* Service cards content revision */
.service-cards .card {
  min-height: 330px;
}
.service-cards h3 {
  line-height: 1.22;
}
.service-cards p {
  line-height: 1.65;
}
@media (max-width: 980px) {
  .service-cards .card { min-height: auto; }
}


/* Support CTA alignment revision */
.support-band,
.support-cta,
.call-support,
.hero-support,
.support-panel {
  text-align: center;
}

.support-band .support-content,
.support-cta .support-content,
.call-support .support-content,
.hero-support .support-content,
.support-panel .support-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.support-band .support-actions,
.support-cta .support-actions,
.call-support .support-actions,
.hero-support .support-actions,
.support-panel .support-actions,
.phone-row,
.phone-actions,
.support-phone-row {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.support-band h1,
.support-band h2,
.support-band h3,
.support-band p,
.support-cta h1,
.support-cta h2,
.support-cta h3,
.support-cta p,
.call-support h1,
.call-support h2,
.call-support h3,
.call-support p,
.hero-support h1,
.hero-support h2,
.hero-support h3,
.hero-support p,
.support-panel h1,
.support-panel h2,
.support-panel h3,
.support-panel p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


/* Final support band centering fix */
.hero-support {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.hero-support .hero-support-inner {
  width: 100% !important;
  max-width: 840px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.hero-support .hero-support-inner p {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.hero-support .support-phone-row {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 640px) {
  .hero-support .support-phone-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }
}


/* Cache-busted support box centering fix - 20260623-3 */
.hero-support {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.hero-support > .hero-support-inner {
  width: 100% !important;
  max-width: 780px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.hero-support > .hero-support-inner > p {
  max-width: 760px !important;
  margin: 0 auto 18px auto !important;
  text-align: center !important;
}

.hero-support .support-phone-row {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  text-align: center !important;
  margin: 0 auto !important;
}

@media (max-width: 640px) {
  .hero-support {
    padding: 20px 16px !important;
  }

  .hero-support .support-phone-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 10px !important;
  }
}


/* Hero CTA alignment and color revision - 20260623-4 */
.hero-actions {
  width: 100% !important;
  max-width: 720px !important;
  margin: 34px auto 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.hero-actions .btn {
  justify-content: center !important;
  text-align: center !important;
}

/* Primary application CTA: exact dark blue used by numbered step badges */
.hero-actions .btn-primary {
  background: var(--primary) !important;
  color: #ffffff !important;
  border-color: var(--primary) !important;
  box-shadow: 0 12px 26px rgba(15, 61, 87, .18) !important;
}

.hero-actions .btn-primary:hover {
  background: #0b3349 !important;
  color: #ffffff !important;
  border-color: #0b3349 !important;
}

/* Keep the other hero buttons in the soft yellow style */
.hero-actions .btn-secondary,
.hero-actions .btn-ghost {
  background: var(--accent-2) !important;
  color: #173346 !important;
  border-color: rgba(107, 187, 211, .65) !important;
  box-shadow: 0 12px 26px rgba(116, 87, 25, .10) !important;
}

.hero-actions .btn-secondary:hover,
.hero-actions .btn-ghost:hover {
  background: #d9eff6 !important;
  color: #0d1b2a !important;
  border-color: var(--accent) !important;
}

/* Support phone buttons use the same yellow style as the secondary hero buttons */
.hero-support .support-phone-row a {
  background: var(--accent-2) !important;
  color: #173346 !important;
  border-color: rgba(107, 187, 211, .65) !important;
  box-shadow: 0 12px 26px rgba(116, 87, 25, .10) !important;
}

.hero-support .support-phone-row a:hover {
  background: #d9eff6 !important;
  color: #0d1b2a !important;
  border-color: var(--accent) !important;
}

@media (max-width: 640px) {
  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 420px !important;
  }
}


/* Form title revision - 20260623-6 */
.contact-form .form-title {
  margin: 0 0 28px;
  text-align: center;
  color: #0d1b2a;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.02em;
}

@media (max-width: 640px) {
  .contact-form .form-title {
    font-size: 21px;
    margin-bottom: 24px;
  }
}


/* Top bar support label revision - 20260623-7 */
.top-chat .support-label {
  font-weight: 850;
  color: inherit;
}

@media (max-width: 640px) {
  .notice-inner {
    gap: 10px;
  }

  .top-chat .support-label {
    font-size: 0;
  }

  .top-chat .support-label::after {
    content: "Destek:";
    font-size: 14px;
  }
}


/* DUNS Asia hero title + mobile layout refinement - 20260817 */
.hero-copy .hero-title {
  max-width: 100%;
  font-size: clamp(48px, 4.5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin-bottom: 24px;
}
.hero-copy .hero-title span {
  display: block;
  white-space: nowrap;
}

/* Prevent long content from forcing horizontal page overflow on narrow screens. */
img, svg { max-width: 100%; height: auto; }
.hero-copy, .hero-card, .form-copy, .contact-form,
.info-card, .apple-copy, .platform-box, .business-brand,
.business-contact, .business-map { min-width: 0; }

@media (max-width: 760px) {
  .hero-copy .hero-title {
    font-size: clamp(34px, 9.2vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }
}

@media (max-width: 440px) {
  .hero-copy .hero-title {
    font-size: clamp(26px, 8vw, 34px);
    letter-spacing: -0.035em;
  }
}

/* Responsive reference section correction - 20260812 */
@media (max-width: 980px) {
  .references-layout {
    grid-template-columns: 1fr !important;
  }
}


/* Multi-page SEO architecture + mobile refinements - 20260812 */
/* DUNS Başvuru Formu uses the same navigation styling as the other menu links. */
.nav-links a[aria-current="page"] { background: var(--soft); color: var(--primary); }
.card-link, .text-link, .faq-more { color: var(--primary-2); font-weight: 850; }
.card-link { display: inline-block; margin-top: auto; padding-top: 10px; }
.faq-more { display: inline-block; margin: 0 24px 22px; }
.use-case-cards .card { min-height: 280px; }
.use-case-cards .icon { width: auto; min-width: 52px; padding: 0 10px; }

.subpage-hero {
  background: radial-gradient(circle at 88% 18%, rgba(107,187,211,.22), transparent 27%), linear-gradient(135deg,#f8fbfd 0%,#eaf4f8 58%,#dceff5 100%);
  padding-top: 56px;
  padding-bottom: 70px;
}
.subpage-hero .container { max-width: 1000px; }
.subpage-hero h1 { max-width: 900px; font-size: clamp(42px,5.4vw,66px); }
.subpage-hero .lead { max-width: 900px; }
.breadcrumb { display:flex; align-items:center; gap:9px; flex-wrap:wrap; margin-bottom:30px; color:#526873; font-size:14px; font-weight:700; }
.breadcrumb a { color: var(--primary-2); }
.article-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:52px; align-items:start; }
.article-main { min-width:0; }
.content-block { padding-bottom: 34px; margin-bottom: 34px; border-bottom:1px solid var(--line); }
.content-block:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.content-block h2 { font-size:clamp(28px,3vw,39px); }
.content-block p, .content-block li { color:#344b58; font-size:17px; line-height:1.78; }
.source-note { background:#f6fafc; border:1px solid var(--line); border-radius:20px; padding:26px; }
.source-note:last-child { padding:26px; }
.article-sidebar { position:sticky; top:104px; display:grid; gap:18px; min-width:0; }
.sidebar-card { background:#fff; border:1px solid var(--line); border-radius:22px; padding:26px; box-shadow:0 16px 40px rgba(15,61,87,.09); }
.sidebar-card.subtle { background:#f8fbfd; box-shadow:none; }
.sidebar-card h3 { margin-bottom:14px; }
.sidebar-card p { color:var(--muted); }
.sidebar-card .btn { margin-top:18px; }
.numbered-list { display:grid; gap:14px; }
.numbered-list > div { display:grid; grid-template-columns:54px 1fr; gap:14px; align-items:start; background:#f8fbfd; border:1px solid var(--line); border-radius:18px; padding:18px; }
.numbered-list strong { width:44px; height:44px; display:grid; place-items:center; border-radius:14px; background:var(--primary); color:#fff; }
.numbered-list span { color:#344b58; line-height:1.7; }
.issue-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.issue-list > div { border:1px solid var(--line); border-radius:18px; padding:20px; background:#fbfdfe; }
.issue-list strong { display:block; color:var(--primary); font-size:18px; margin-bottom:8px; }
.issue-list p { margin:0; font-size:16px; }
.plain-list { margin:0; padding-left:19px; color:#344b58; }
.plain-list li { margin-bottom:12px; }
.prose-check { margin-top:18px; }
.related-card-grid .card { min-height:220px; }
.compact-business-info { padding:64px 0; }
.sub-contact-row { display:flex; align-items:center; justify-content:space-between; gap:34px; }
.sub-contact-row h2 { font-size:clamp(28px,3vw,40px); margin-bottom:10px; }
.sub-contact-row p { color:var(--muted); margin:0; }
.sub-contact-actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
.combined-contact { gap: 14px; }

@media (max-width: 1080px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .subpage-hero { padding-top:38px; padding-bottom:52px; }
  .subpage-hero h1 { font-size:clamp(36px,10.5vw,48px); line-height:1.02; letter-spacing:-.045em; }
  .breadcrumb { margin-bottom:22px; }
  .article-sidebar, .issue-list { grid-template-columns:1fr; }
  .numbered-list > div { grid-template-columns:46px 1fr; padding:15px; }
  .numbered-list strong { width:38px; height:38px; font-size:13px; }
  .sub-contact-row { flex-direction:column; align-items:flex-start; }
  .sub-contact-actions { justify-content:flex-start; width:100%; }
  .sub-contact-actions .btn { width:100%; }
  .related-card-grid .card, .use-case-cards .card { min-height:auto; }
}
@media (max-width: 360px) {
  .hero-copy .hero-title { font-size:26px; letter-spacing:-.03em; }
  .subpage-hero h1 { font-size:34px; }
}

/* Tablet navigation + narrow contact overflow fix */
@media (max-width: 900px) {
  .site-header { box-shadow: 0 8px 22px rgba(7, 20, 30, .10); }
  .menu-toggle { display: block; flex: 0 0 auto; }
  .nav-inner { min-height: 70px; }
  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 10px;
    max-height: calc(100vh - 126px);
    overflow: auto;
    z-index: 1001;
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 13px 14px; }
  .brand { min-width: 0; }
}
.combined-contact { grid-template-columns: minmax(0, 1fr); }
.combined-contact .contact-block { min-width: 0; width: 100%; }
@media (max-width: 440px) {
  .combined-contact .contact-block a {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
/* Avoid cyclic percentage sizing in reference-logo grid tracks. */
.reference-logo { width: 170px; max-width: 88%; }
@media (max-width: 760px) { .reference-logo { width:145px; max-width:88%; } }

/* V5: Başvuru sayfası — formu öne alma ve telefon CTA */
.form-chat-card {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f6fafc;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15,61,87,.06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.form-chat-card:hover {
  transform: translateY(-1px);
  border-color: rgba(15,61,87,.28);
  box-shadow: 0 14px 32px rgba(15,61,87,.09);
}
.form-chat-card span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}
.form-chat-card strong {
  color: var(--primary);
  font-size: 19px;
  white-space: nowrap;
}
@media (max-width: 440px) {
  .form-chat-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 18px;
  }
}


/* V6: DUNS sorgulama sayfası — telefon odaklı sade akış */
.query-hero .container { max-width: 1040px; }
.query-hero h1 { max-width: 980px; }
.query-primary-section { background:#fff; }
.query-primary-grid {
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:52px;
  align-items:start;
}
.query-copy h2 { font-size:clamp(30px,3.6vw,46px); max-width:760px; }
.query-copy > p { color:#344b58; font-size:18px; line-height:1.75; max-width:780px; }
.query-phone-panel {
  margin-top:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:24px 26px;
  border:1px solid rgba(15,61,87,.18);
  border-radius:22px;
  background:linear-gradient(135deg,#f6fafc,#edf7fa);
  box-shadow:0 16px 38px rgba(15,61,87,.08);
}
.query-phone-panel > div { min-width:0; }
.query-phone-label { display:block; color:var(--muted); font-size:14px; font-weight:800; margin-bottom:5px; }
.query-phone-number { display:inline-block; color:var(--primary); font-size:clamp(27px,3vw,38px); line-height:1.05; font-weight:950; letter-spacing:-.035em; text-decoration:none; }
.query-phone-btn { flex:0 0 auto; }
.query-secondary-phone { margin-top:12px !important; font-size:15px !important; color:var(--muted) !important; }
.query-secondary-phone a { color:var(--primary); font-weight:900; text-decoration:underline; text-underline-offset:3px; }
.query-steps-card {
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,61,87,.09);
}
.query-steps-card h3 { font-size:27px; margin-bottom:20px; }
.query-steps { display:grid; gap:14px; }
.query-steps > div {
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  align-items:start;
  padding:15px;
  border-radius:16px;
  background:#f7fafc;
  border:1px solid var(--line);
}
.query-steps > div > strong {
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:var(--primary);
  color:#fff;
  font-size:14px;
}
.query-steps span { min-width:0; }
.query-steps b { display:block; color:var(--ink); font-size:16px; margin-bottom:3px; }
.query-steps small { display:block; color:var(--muted); font-size:14px; line-height:1.5; }
.query-result-head { max-width:760px; margin-left:auto; margin-right:auto; }
.query-result-head p { color:var(--muted); }
.query-result-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; max-width:1040px; margin:34px auto 0; }
.query-result-card { padding:28px; background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:0 14px 36px rgba(15,61,87,.07); }
.query-result-card.featured { border-color:rgba(187,70,66,.22); }
.query-result-status { display:inline-block; color:var(--primary-2); font-size:13px; font-weight:900; text-transform:uppercase; letter-spacing:.09em; margin-bottom:12px; }
.query-result-card h3 { font-size:26px; margin-bottom:10px; }
.query-result-card p { color:var(--muted); line-height:1.68; }
.query-result-card .btn { margin-top:8px; }
.query-accuracy-note { max-width:1040px; margin:24px auto 0; color:#667b86; font-size:13px; line-height:1.6; text-align:center; }
@media (max-width:900px) {
  .query-primary-grid { grid-template-columns:1fr; gap:28px; }
  .query-steps-card { max-width:none; }
}
@media (max-width:700px) {
  .query-phone-panel { align-items:stretch; flex-direction:column; padding:20px; }
  .query-phone-btn { width:100%; }
  .query-result-grid { grid-template-columns:1fr; }
}
@media (max-width:380px) {
  .query-phone-number { font-size:27px; }
  .query-steps-card, .query-result-card { padding:20px; }
}

/* V12: Secondary-page hero spacing refinement. Homepage hero intentionally unchanged. */
.subpage-hero {
  padding-top: 30px;
  padding-bottom: 38px;
}
.subpage-hero .breadcrumb {
  margin-bottom: 18px;
}
.subpage-hero .hero-actions {
  margin-top: 22px;
}
@media (max-width: 760px) {
  .subpage-hero {
    padding-top: 22px;
    padding-bottom: 30px;
  }
  .subpage-hero .breadcrumb {
    margin-bottom: 16px;
  }
  .subpage-hero .hero-actions {
    margin-top: 18px;
  }
}


/* V13: Compact vertical rhythm on secondary content pages only.
   Homepage remains unchanged. */
.subpage-body main > .section-pad:not(.subpage-hero) {
  padding-top: 54px;
  padding-bottom: 54px;
}
.subpage-body main > .subpage-hero + .section-pad {
  padding-top: 34px;
}
.subpage-body main > .section-pad.business-info {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 760px) {
  .subpage-body main > .section-pad:not(.subpage-hero) {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .subpage-body main > .subpage-hero + .section-pad {
    padding-top: 28px;
  }
  .subpage-body main > .section-pad.business-info {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

/* V16 — richer home-page use cases: balanced 2x2 layout */
.use-cases-head { max-width: 900px; }
.use-case-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}
.use-case-cards .card {
  min-height: 0;
  padding: 30px;
}
.use-case-cards .card h3 {
  margin-bottom: 12px;
}
.use-case-cards .card p {
  line-height: 1.72;
}
@media (max-width: 760px) {
  .use-case-cards { grid-template-columns: 1fr; }
  .use-case-cards .card { padding: 24px; }
}


/* V18 - E-posta taşma koruması */
.combined-contact .contact-block a[href^="mailto:"] {
  display: block;
  max-width: 100%;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sub-contact-actions a[href^="mailto:"] {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 760px) {
  .combined-contact .contact-block a[href^="mailto:"] {
    font-size: 18px;
  }
}

@media (max-width: 440px) {
  .combined-contact .contact-block a[href^="mailto:"] {
    font-size: 16px;
  }
}

.sidebar-action-note{margin:14px 0 0;text-align:center}


/* V28: Homepage hero CTA text/button sizing refinement */
.hero-actions-compact {
  gap: 10px !important;
  flex-wrap: nowrap !important;
}
.hero-actions-compact .btn {
  min-height: 46px !important;
  padding: 11px 18px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}
@media (max-width: 900px) {
  .hero-actions-compact {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 640px) {
  .hero-actions-compact .btn {
    width: 100% !important;
    white-space: normal !important;
  }
}

.language-row{display:flex;justify-content:flex-end;padding:12px 0 2px}.language-switcher{display:flex;gap:8px;flex-wrap:wrap}.lang-chip{display:inline-flex;gap:6px;align-items:center;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px}.lang-chip span{color:var(--muted)}.lang-chip.is-current,.lang-chip:hover{background:var(--soft);border-color:rgba(15,61,87,.4)}.region-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.region-card{min-height:150px}.policy-page .content-block{padding-bottom:24px;margin-bottom:28px;border-bottom:1px solid var(--line)}.policy-note{margin-bottom:24px}.center-actions{justify-content:center}@media(max-width:1000px){.region-grid{grid-template-columns:repeat(3,1fr)}.language-row{justify-content:center}.lang-chip span{display:none}}@media(max-width:680px){.region-grid{grid-template-columns:1fr 1fr}.notice-inner>span{display:none}}
.language-row{display:flex;justify-content:flex-end;padding:12px 0 2px}.language-switcher{display:flex;gap:8px;flex-wrap:wrap}.lang-chip{display:inline-flex;gap:6px;align-items:center;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px}.lang-chip span{color:var(--muted)}.lang-chip.is-current,.lang-chip:hover{background:var(--soft);border-color:rgba(15,61,87,.4)}.region-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.region-card{min-height:150px}.policy-page .content-block{padding-bottom:24px;margin-bottom:28px;border-bottom:1px solid var(--line)}.policy-note{margin-bottom:24px}.center-actions{justify-content:center}@media(max-width:1000px){.region-grid{grid-template-columns:repeat(3,1fr)}.language-row{justify-content:center}.lang-chip span{display:none}}@media(max-width:680px){.region-grid{grid-template-columns:1fr 1fr}.notice-inner>span{display:none}}

/* DUNS Asia V2 — live chat */
.top-chat,
.form-chat-card { font-family: inherit; cursor: pointer; }
.top-chat { background: transparent; border: 0; }
.form-chat-card { width: 100%; text-align: left; }
button.btn { font-family: inherit; cursor: pointer; }
[hidden] { display: none !important; }

.field-row > :only-child { grid-column: 1 / -1; }

/* DUNS Asia custom Crisp launcher */
.floating-live-chat{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:2147483000;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:0 18px;
  border:0;
  border-radius:999px;
  background:#1266e8;
  color:#fff;
  font:700 15px/1.1 inherit;
  box-shadow:0 10px 28px rgba(13,46,82,.22);
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.floating-live-chat:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(13,46,82,.28);
  background:#0e5fdc;
}
.floating-live-chat:focus-visible{
  outline:3px solid rgba(18,102,232,.28);
  outline-offset:3px;
}
.floating-live-chat[hidden]{
  display:none !important;
}
.floating-chat-icon{
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.floating-chat-icon svg{
  width:24px;
  height:24px;
  fill:currentColor;
}
@media (max-width:640px){
  .floating-live-chat{
    right:14px;
    bottom:14px;
    min-height:48px;
    padding:0 15px;
    font-size:14px;
  }
}

