:root {
  --red: #c9272c;
  --dark: #081829;
  --text: #1e2430;
  --muted: #697384;
  --bg: #f5f5f7;
  --line: #e7e7eb;
}
* { box-sizing: border-box; }
html, body, #root { margin: 0; min-height: 100%; font-family: 'Inter', sans-serif; color: var(--text); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1220px, calc(100% - 64px)); margin: 0 auto; }

.topbar { background: #07192b; color: #fff; display: flex; justify-content: space-between; padding: 12px 32px; font-size: 14px; }
.navbar-wrap { position: sticky; top: 0; z-index: 50; }
.navbar { height: 92px; background: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; border-bottom: 1px solid #ececef; }
.brand { display: flex; align-items: center; }
.logo-text { font-size: 26px; font-weight: 800; letter-spacing: -.04em; }
.logo-red { color: var(--red); }
.logo-dark { color: #1a2430; }
.logo-image { height: 52px; width: auto; object-fit: contain; }
.nav-links { display: flex; gap: 40px; font-weight: 500; color: #343c49; }
.nav-links a { position: relative; padding: 8px 0; }
.nav-links a.active::after, .nav-links a:hover::after { content: ''; position: absolute; left: 0; right: 0; bottom: -11px; height: 3px; background: var(--red); border-radius: 4px; }
.quote-btn, .cta-btn, .ghost-btn { padding: 14px 24px; border-radius: 8px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; border: none; cursor: pointer; }
.quote-btn, .cta-btn { background: var(--red); color: #fff; box-shadow: 0 10px 26px rgba(201,39,44,.22); }
.ghost-btn { border: 1px solid rgba(255,255,255,.32); color: #fff; background: transparent; }
.ghost-btn.center { color: var(--text); border-color: var(--line); }
.quote-btn.wide { width: 100%; }

.hero { min-height: 360px; background-size: cover; background-position: center; display: flex; align-items: center; }
.hero.compact { min-height: 420px; }
.hero-inner { color: #fff; padding: 60px 0; max-width: 560px; }
.hero h1 { font-size: clamp(48px, 7vw, 74px); line-height: .95; margin: 0 0 18px; font-weight: 800; letter-spacing: -.05em; }
.hero p { font-size: 22px; line-height: 1.6; margin: 0; max-width: 520px; }

.home-hero { min-height: 620px; background-size: cover; background-position: center; display: flex; align-items: center; }
.home-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 620px; }
.home-grid h1 { color: #fff; font-size: clamp(56px, 7vw, 92px); line-height: .92; letter-spacing: -.06em; margin: 0 0 18px; }
.home-grid p { color: #fff; max-width: 580px; font-size: 23px; line-height: 1.6; margin: 0 0 18px; }
.home-grid strong { display: block; color: #fff; font-size: 24px; letter-spacing: .02em; margin-bottom: 24px; }
.home-actions { display: flex; gap: 16px; }
.mini-line { width: 58px; height: 4px; border-radius: 5px; background: var(--red); margin-bottom: 28px; }
.home-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 36px auto 44px; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 30px; }
.services-grid.lower-row { grid-template-columns: repeat(3, 1fr); width: min(930px, calc(100% - 64px)); margin-bottom: 44px; }
.service-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 32px rgba(13,22,33,.05); }
.service-card img { width: 100%; height: 190px; object-fit: cover; }
.service-card.compact img { height: 170px; }
.service-card .service-icon { position: absolute; left: 26px; top: 156px; width: 72px; height: 72px; border-radius: 50%; background: #fff; color: var(--red); display: grid; place-items: center; font-size: 28px; border: 1px solid #ececef; box-shadow: 0 10px 22px rgba(0,0,0,.06); }
.service-card.compact .service-icon { top: 134px; }
.service-body { padding: 44px 24px 24px; }
.service-body h3 { margin: 0 0 16px; font-size: 19px; line-height: 1.4; font-weight: 800; }
.service-body p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 15px; }
.why { padding: 12px 0 28px; }
.section-title { text-align: center; font-size: 42px; line-height: 1.1; margin: 12px 0 28px; font-weight: 800; letter-spacing: -.04em; }
.section-title span { display: block; width: 74px; height: 4px; background: var(--red); margin: 12px auto 0; border-radius: 5px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-item { text-align: center; padding: 18px; border-right: 1px solid #efeff2; }
.why-item:last-child { border-right: none; }
.why-icon { font-size: 34px; color: var(--red); margin-bottom: 10px; }
.why-item h4 { margin: 0 0 8px; font-size: 22px; }
.why-item p { margin: 0; color: var(--muted); line-height: 1.6; }

.about-main { display: grid; grid-template-columns: 420px 1fr; gap: 34px; margin: 28px auto; align-items: start; }
.about-side-image { width: 100%; height: 430px; object-fit: cover; border-radius: 18px; }
.about-copy small { color: var(--red); font-weight: 800; letter-spacing: .08em; }
.about-copy h2 { font-size: 54px; line-height: 1; margin: 10px 0 16px; letter-spacing: -.05em; }
.about-copy p { color: var(--muted); line-height: 1.75; font-size: 17px; margin: 0 0 14px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 20px; }
.stat-box, .mission-card, .info-card, .contact-form-card, .office-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 28px rgba(12,22,35,.05); }
.stat-box { padding: 24px 18px; text-align: center; }
.stat-box strong { font-size: 28px; display: block; }
.stat-box span { color: var(--muted); font-size: 14px; }
.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 28px; }
.mission-card { padding: 28px; }
.mission-card h3 { font-size: 34px; margin: 0 0 14px; }
.mission-card p, .value-item p { color: var(--muted); line-height: 1.75; margin: 0; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
.value-item { padding: 14px 12px 8px; text-align: center; }
.value-item h4 { margin: 0 0 10px; font-size: 22px; }
.about-digital { background-size: cover; background-position: center; margin-top: 8px; }
.about-digital-grid { min-height: 340px; display: flex; align-items: center; }
.about-digital h2 { color: #fff; font-size: 44px; line-height: 1.02; max-width: 400px; margin: 0 0 12px; }
.about-digital p { color: #fff; opacity: .92; max-width: 680px; font-size: 18px; line-height: 1.7; }
.digital-mini-grid { display: flex; gap: 20px; flex-wrap: wrap; color: #fff; font-weight: 700; margin-top: 18px; }

.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 24px auto; }
.info-card { padding: 24px; display: flex; flex-direction: column; gap: 8px; min-height: 110px; justify-content: center; }
.info-card strong { font-size: 20px; }
.info-card span { color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.18fr; gap: 22px; align-items: start; }
.contact-form-card { padding: 28px; }
.contact-form-card h3 { margin: 0 0 18px; font-size: 32px; }
.contact-form-card form { display: grid; gap: 14px; }
.contact-form-card input, .contact-form-card textarea, .contact-form-card select, .admin-field input, .admin-field textarea { width: 100%; padding: 16px 18px; border-radius: 10px; border: 1px solid #dfe2e9; background: #fff; }
.contact-form-card textarea, .admin-field textarea { min-height: 130px; resize: vertical; }
.office-card { overflow: hidden; }
.office-card img { width: 100%; height: 320px; object-fit: cover; }
.office-copy { padding: 28px; }
.office-copy h3 { font-size: 34px; margin: 0 0 10px; }
.office-copy p { color: var(--muted); line-height: 1.8; }
.office-icons { display: flex; gap: 14px; flex-wrap: wrap; font-weight: 700; margin: 16px 0; }
.office-note { background: #f6f7f9; border-radius: 14px; padding: 16px; color: var(--muted); }
.faq-section { padding: 12px 0 28px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq-item button { width: 100%; background: #fff; border: none; padding: 22px; display: flex; justify-content: space-between; font-weight: 700; cursor: pointer; }
.faq-item p { margin: 0; padding: 0 22px 22px; color: var(--muted); line-height: 1.7; }

.cta-strip { background: linear-gradient(90deg, #a90f17, #d01f27 50%, #8c0e13); color: #fff; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 12px; }
.cta-strip h3 { margin: 0 0 8px; font-size: 40px; line-height: 1; }
.cta-strip p { margin: 0; opacity: .93; }
.footer { background: #07192b; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr .9fr; gap: 30px; padding: 42px 0 28px; }
.footer-grid p, .footer-grid span, .footer-grid a { color: rgba(255,255,255,.8); line-height: 1.8; display: block; }
.footer-grid h4 { margin: 0 0 12px; font-size: 20px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials span, .socials a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.24); display: grid; place-items: center; border-radius: 50%; font-size: 12px; color: #fff; text-decoration: none; transition: .25s; }
.socials a:hover { background: var(--red); border-color: var(--red); }
.copyright { text-align: center; border-top: 1px solid rgba(255,255,255,.12); padding: 18px; color: rgba(255,255,255,.72); }

.intro-page { min-height: 100vh; background-size: cover; background-position: center; color: #fff; padding: 28px 38px; display: flex; flex-direction: column; }
.intro-top { display: flex; justify-content: space-between; align-items: center; }
.intro-contact { display: flex; gap: 32px; font-size: 18px; }
.intro-card { width: min(660px, 88vw); margin: auto; background: rgba(6,12,22,.56); border: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(8px); border-radius: 34px; padding: 34px 36px 28px; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.intro-logo { margin-bottom: 16px; }
.intro-card h1 { font-size: clamp(42px, 5vw, 70px); line-height: .98; letter-spacing: -.05em; margin: 0 0 12px; }
.intro-card p { margin: 0 0 16px; font-size: 26px; line-height: 1.55; opacity: .96; }
.intro-media { border-radius: 24px; overflow: hidden; }
.intro-media img, .intro-media video { width: 100%; max-height: 260px; object-fit: cover; }
.intro-line { width: 100%; height: 6px; background: var(--red); border: none; border-radius: 999px; margin-top: 18px; cursor: pointer; }

.admin-page { min-height: 100vh; display: grid; grid-template-columns: 280px 1fr; background: #f6f7fa; }
.admin-sidebar { background: #07192b; color: #fff; padding: 28px 20px; display: flex; flex-direction: column; gap: 12px; }
.admin-sidebar button { background: rgba(255,255,255,.06); color: #fff; border: none; padding: 14px 16px; border-radius: 10px; text-align: left; cursor: pointer; }
.admin-sidebar button.active { background: var(--red); }
.admin-content { padding: 34px; }
.admin-content h1 { margin-top: 0; font-size: 42px; }
.admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.admin-stack { display: grid; gap: 18px; }
.admin-field { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; display: block; }
.admin-field span { display: block; font-weight: 700; margin-bottom: 12px; }
.admin-card-edit { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 16px; }
.admin-preview-note { margin-top: 18px; color: var(--muted); }
.admin-login-wrap { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(135deg, #07192b, #122c46); }
.admin-login-box { width: min(420px, calc(100% - 32px)); background: #fff; border-radius: 24px; padding: 28px; box-shadow: 0 24px 50px rgba(0,0,0,.24); }
.admin-login-box h1 { margin: 18px 0 8px; font-size: 40px; }
.admin-login-box p { color: var(--muted); }
.admin-login-box input { width: 100%; padding: 16px 18px; border-radius: 12px; border: 1px solid #dfe2e9; margin-bottom: 12px; }

@media (max-width: 1100px) {
  .nav-links { gap: 22px; font-size: 14px; }
  .services-grid, .contact-cards, .values-grid, .home-summary, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid.lower-row, .stats-grid, .footer-grid, .contact-grid, .about-main, .mission-grid, .admin-card-edit, .admin-grid, .home-grid { grid-template-columns: 1fr; }
  .about-side-image { height: 340px; }
  .admin-page { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 24px, 1220px); }
  .topbar, .navbar { padding-left: 12px; padding-right: 12px; }
  .topbar { font-size: 12px; flex-direction: column; gap: 6px; }
  .navbar { height: auto; padding-top: 14px; padding-bottom: 14px; flex-direction: column; gap: 14px; }
  .nav-links { gap: 16px; flex-wrap: wrap; justify-content: center; }
  .hero h1, .home-grid h1, .intro-card h1 { font-size: 42px; }
  .hero p, .home-grid p, .intro-card p { font-size: 18px; }
  .services-grid, .services-grid.lower-row, .contact-cards, .values-grid, .home-summary, .why-grid { grid-template-columns: 1fr; width: min(100% - 24px, 1220px); }
  .cta-strip { flex-direction: column; align-items: flex-start; }
  .cta-strip h3 { font-size: 30px; }
  .intro-page { padding: 16px; }
  .intro-top { gap: 14px; align-items: flex-start; flex-direction: column; }
  .intro-contact { flex-direction: column; gap: 8px; font-size: 14px; }
}


/* Fix: video/image uploads work everywhere as media backgrounds or card media */
.media-bg { position: relative; overflow: hidden; background: #07192b; }
.media-bg > .shell, .media-bg > .hero-inner, .media-bg > .intro-top, .media-bg > .intro-card { position: relative; z-index: 2; }
.bg-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background-size: cover; background-position: center; z-index: 0; }
.bg-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.bg-overlay.dark { background: linear-gradient(90deg, rgba(6,18,31,.78) 0%, rgba(6,18,31,.60) 35%, rgba(6,18,31,.25) 62%, rgba(6,18,31,.05) 100%); }
.bg-overlay.soft { background: linear-gradient(180deg, rgba(0,0,0,.48), rgba(0,0,0,.28)); }
.service-card video, .service-card img { width: 100%; height: 190px; object-fit: cover; display: block; }
.service-card.compact video, .service-card.compact img { height: 170px; }
.about-side-image video, video.about-side-image { width: 100%; height: 430px; object-fit: cover; border-radius: 18px; display: block; }
.office-card video { width: 100%; height: 260px; object-fit: cover; display: block; }
.intro-page { background-image: none !important; }
.intro-line { color: #fff; font-weight: 800; height: 46px; letter-spacing: .08em; }

/* Professional intro + contact notifications update */
.intro-card.professional {
  width: min(760px, 92vw);
  background: linear-gradient(135deg, rgba(5,18,34,.82), rgba(8,24,41,.52));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 34px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12);
  position: relative;
}
.intro-card.professional::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(201,39,44,.45), transparent 38%, rgba(255,255,255,.14));
  pointer-events: none;
  opacity: .65;
}
.intro-card.professional > * { position: relative; z-index: 2; }
.intro-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(201,39,44,.92);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .12em;
  margin-bottom: 14px;
}
.intro-card.professional h1 { font-size: clamp(42px, 5vw, 76px); max-width: 680px; }
.intro-card.professional p { max-width: 670px; font-size: 21px; }
.intro-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.intro-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 700;
  font-size: 13px;
}
.intro-line {
  background: linear-gradient(90deg, #c9272c, #f0444b) !important;
  box-shadow: 0 18px 34px rgba(201,39,44,.28);
}
.form-success {
  padding: 14px 16px;
  border-radius: 12px;
  background: #eaf7ef;
  border: 1px solid #bfe8cd;
  color: #176b32;
  font-weight: 700;
  margin-bottom: 14px;
}
.request-card, .empty-message {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(12,22,35,.05);
}
.request-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: var(--dark); }
.request-head span { color: var(--muted); font-size: 14px; }
.request-card p { margin: 7px 0; color: var(--muted); line-height: 1.55; }

.media-placeholder {
  display: grid;
  place-items: center;
  min-height: 180px;
  background: #111827;
  color: #fff;
  border-radius: 18px;
}

/* Fullscreen intro video fix */
.intro-page.fullscreen-intro,
.intro-page {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  padding: 28px 38px;
}
.intro-page .bg-media {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.intro-page .bg-overlay.dark {
  background: linear-gradient(90deg, rgba(5,14,25,.82) 0%, rgba(5,14,25,.55) 42%, rgba(5,14,25,.18) 100%);
}
.intro-page .intro-media {
  display: none !important;
}
.intro-card.professional {
  width: min(720px, 88vw);
  margin: auto auto auto 7vw;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}
.intro-card.professional::before { display: none !important; }
.intro-card.professional h1 {
  text-shadow: 0 12px 36px rgba(0,0,0,.55);
}
.intro-card.professional p {
  text-shadow: 0 8px 24px rgba(0,0,0,.55);
}
.intro-line {
  width: auto !important;
  min-width: 210px;
  padding: 0 32px;
  margin-top: 28px;
}
@media (max-width: 760px) {
  .intro-card.professional { margin: auto 0 40px 0; width: 100%; }
}

/* Intro only video: no text, no button, full screen, click anywhere to enter */
.intro-page.intro-only-video {
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  padding: 0 !important;
  overflow: hidden !important;
  cursor: pointer;
  background: #050b12;
}
.intro-page.intro-only-video .bg-media {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover !important;
  z-index: 1 !important;
}
.intro-page.intro-only-video .bg-overlay {
  display: none !important;
}

/* Final admin/social polish */
.topbar-right { display: flex; align-items: center; gap: 18px; }
.socials.compact { margin: 0; gap: 8px; }
.socials.compact a { width: 28px; height: 28px; font-size: 10px; border-color: rgba(255,255,255,.34); }
.socials a { font-weight: 800; text-transform: uppercase; }
.admin-field small { display: block; margin-top: 8px; color: var(--muted); }

/* Final fix: keep uploaded/default home hero image visible, not black */
.home-hero.media-bg { background: #07192b; }
.home-hero .bg-media { opacity: 1 !important; filter: none !important; }
.home-hero .bg-overlay.dark { background: linear-gradient(90deg, rgba(6,18,31,.80) 0%, rgba(6,18,31,.62) 36%, rgba(6,18,31,.22) 64%, rgba(6,18,31,.02) 100%) !important; }

/* Admin media preview fix */
.upload-admin-field { display: grid; gap: 12px; }
.admin-media-preview { width: 100%; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: #f6f7f9; }
.admin-media-preview img, .admin-media-preview video { width: 100%; height: 180px; object-fit: cover; display: block; }
.ghost-btn.small { padding: 10px 14px; font-size: 13px; width: fit-content; }
/* PHP uyumluluk ekleri */
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -11px; height: 3px; background: var(--red); border-radius: 4px; }
.admin-form-row { display: grid; gap: 8px; }
.admin-form-row label { font-weight: 800; color: var(--dark); }
.admin-preview-img { width: 100%; max-height: 280px; object-fit: cover; border-radius: 16px; border: 1px solid var(--line); }
.admin-success { background: #eaf7ef; color: #176b32; border: 1px solid #bfe8cd; padding: 14px 16px; border-radius: 14px; font-weight: 800; margin-bottom: 18px; }
.admin-error { background: #fff1f1; color: #a51f24; border: 1px solid #f2b7b9; padding: 14px 16px; border-radius: 14px; font-weight: 800; margin-bottom: 18px; }
.admin-card-edit input[type=file] { border: 1px dashed #cbd5e1; padding: 18px; border-radius: 14px; background: #fff; }

/* Admin full-control update */
.admin-sidebar a { background: rgba(255,255,255,.06); color: #fff; border: none; padding: 14px 16px; border-radius: 10px; text-align: left; cursor: pointer; text-decoration: none; font-weight: 800; }
.admin-sidebar a.active, .admin-sidebar a:hover { background: var(--red); color: #fff; }
.admin-save-button { grid-column: 1 / -1; }
.admin-section-title { grid-column: 1 / -1; background: #07192b; color: #fff; padding: 16px 18px; border-radius: 16px; font-size: 20px; font-weight: 900; margin-top: 10px; }
.admin-card-edit textarea { width: 100%; min-height: 120px; padding: 14px 16px; border: 1px solid #dfe2e9; border-radius: 12px; resize: vertical; font-family: inherit; }
.admin-card-edit input:not([type=file]) { width: 100%; padding: 14px 16px; border: 1px solid #dfe2e9; border-radius: 12px; font-family: inherit; }
.admin-card-edit.upload-admin-field { grid-template-columns: 1fr; }
.request-card { background:#fff; border:1px solid var(--line); border-radius:18px; padding:18px; }
.request-head { display:flex; justify-content:space-between; gap:12px; border-bottom:1px solid var(--line); padding-bottom:12px; margin-bottom:12px; }
.empty-message { background:#fff; border:1px dashed #cbd5e1; border-radius:16px; padding:18px; color:var(--muted); font-weight:800; }
@media (max-width: 760px){ .admin-content{padding:20px;} .admin-content h1{font-size:32px;} }

/* Contact page professional layout update */
.page-kicker, .form-kicker {
  display: inline-flex;
  color: var(--red);
  font-weight: 900;
  letter-spacing: .14em;
  font-size: 13px;
  margin-bottom: 14px;
}
.contact-hero .page-kicker { color: #fff; background: rgba(201,39,44,.92); padding: 8px 14px; border-radius: 999px; }
.pro-contact-cards { margin-top: -48px; position: relative; z-index: 4; }
.contact-info-card { position: relative; overflow: hidden; min-height: 135px; transition: .25s ease; }
.contact-info-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(12,22,35,.10); }
.contact-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: rgba(201,39,44,.10); color: var(--red); font-size: 20px; margin-bottom: 4px; }
.contact-modern { margin-top: 32px; margin-bottom: 34px; }
.professional-form { padding: 34px; border-top: 5px solid var(--red); }
.professional-form h3 { font-size: 38px; line-height: 1.05; margin-bottom: 10px; }
.form-desc { color: var(--muted); line-height: 1.7; margin: 0 0 20px; }
.form-two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.professional-form input:focus, .professional-form textarea:focus, .professional-form select:focus {
  outline: none;
  border-color: rgba(201,39,44,.55);
  box-shadow: 0 0 0 4px rgba(201,39,44,.08);
}
.modern-office-card { border-radius: 22px; overflow: hidden; }
.modern-office-card img, .modern-office-card video { width: 100%; height: 360px; object-fit: cover; }
.modern-office-card .office-copy { padding: 32px; }
.modern-office-card .office-copy h3 { font-size: 36px; line-height: 1.08; }
.modern-office-card .office-icons span { background: #f5f6f8; border-radius: 999px; padding: 10px 14px; color: var(--dark); }
.modern-office-card .office-note { border-left: 4px solid var(--red); }
.faq-section .section-title { margin-top: 18px; }
@media (max-width: 760px) {
  .pro-contact-cards { margin-top: 20px; }
  .form-two { grid-template-columns: 1fr; }
  .professional-form { padding: 22px; }
  .professional-form h3, .modern-office-card .office-copy h3 { font-size: 28px; }
}
