:root {
  --ink: #111111;
  --soft-ink: #2f2f2f;
  --muted: #6b6b6b;
  --cream: #ffffff;
  --soft-red: #fff1f1;
  --red: #c42026;
  --red-dark: #8f171b;
  --white: #ffffff;
  --line: rgba(17, 17, 17, 0.12);
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }
.light { background: var(--white); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.02em; }
.brand-logo, .brand img { width: 46px; height: 46px; }
.brand.small { font-size: 0.95rem; }
.brand.small img { width: 38px; height: 38px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-weight: 600; color: var(--soft-ink); }
.nav-links a:hover { color: var(--red-dark); }
.nav-cta { background: var(--red); color: var(--white) !important; padding: 10px 16px; border-radius: 999px; box-shadow: 0 10px 24px rgba(196,32,38,0.20); }
.menu-button { display: none; background: var(--ink); color: var(--white); border: 0; border-radius: 999px; padding: 10px 16px; font-weight: 700; }
.hero { background: radial-gradient(circle at 82% 16%, rgba(196, 32, 38, 0.14), transparent 28%), linear-gradient(135deg, #ffffff 0%, #fff5f5 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--red-dark); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 800; font-size: 0.78rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); line-height: 0.92; letter-spacing: -0.075em; margin-bottom: 28px; }
h1 span { color: var(--red-dark); display: block; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -0.055em; margin-bottom: 18px; }
h3 { font-size: 1.16rem; margin-bottom: 8px; }
.hero-text, .section-heading p, .muted { color: var(--muted); font-size: 1.08rem; max-width: 680px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 800; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--red); color: var(--white); box-shadow: 0 12px 30px rgba(196,32,38,0.22); }
.secondary { background: var(--white); color: var(--red-dark); border: 1px solid rgba(196,32,38,0.26); }
.full { width: 100%; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.trust-row div { border: 1px solid var(--line); background: rgba(255,255,255,0.6); border-radius: 22px; padding: 18px; }
.trust-row strong { display: block; font-size: 1.22rem; }
.trust-row span { color: var(--muted); font-size: 0.88rem; }
.hero-card { background: linear-gradient(145deg, #111111 0%, #2b0d0f 100%); color: var(--white); border-radius: 36px; padding: 36px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; top: -90px; border-radius: 999px; background: rgba(196,32,38,0.28); }
.hero-card img { width: 180px; margin-bottom: 32px; position: relative; z-index: 1; }
.quote { font-size: 1.7rem; line-height: 1.1; letter-spacing: -0.04em; font-weight: 800; margin-bottom: 26px; position: relative; z-index: 1; }
.hero-card ul { list-style: none; padding: 0; margin: 0; position: relative; z-index: 1; }
.hero-card li { padding: 14px 0; border-top: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.82); }
.section-heading { text-align: center; margin: 0 auto 44px; display: grid; justify-items: center; }
.section-heading.split { text-align: left; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.cards.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--cream); border: 1px solid var(--line); border-radius: 28px; padding: 28px; box-shadow: 0 12px 42px rgba(17,17,17,0.06); }
.card .icon { display: inline-flex; width: 48px; height: 48px; border-radius: 16px; background: var(--red); color: var(--white); align-items: center; justify-content: center; font-weight: 800; margin-bottom: 28px; }
.card p, .timeline p, .about-grid p, .contact-section p, .form-note { color: var(--muted); }
.process-grid, .about-grid, .contact-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 56px; align-items: start; }
.timeline { display: grid; gap: 16px; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 28px; padding: 22px; }
.step strong { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: var(--white); }
.tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.tab { border: 1px solid var(--line); background: var(--cream); padding: 10px 16px; border-radius: 999px; font-weight: 800; cursor: pointer; }
.tab.active { background: var(--red); color: var(--white); border-color: var(--red); }
.upload-panel { display: grid; grid-template-columns: 1fr 180px 220px auto; gap: 16px; align-items: end; background: var(--cream); border: 1px solid var(--line); border-radius: 28px; padding: 22px; margin-bottom: 28px; }
label { display: grid; gap: 8px; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: var(--white); border-radius: 16px; padding: 13px 14px; font: inherit; color: var(--ink); }
textarea { resize: vertical; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { margin: 0; background: var(--cream); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }
.gallery-item img, .placeholder { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.placeholder { display: grid; place-items: center; text-align: center; background: linear-gradient(135deg, var(--soft-red), #fff7f7); color: var(--red-dark); font-weight: 900; font-size: 1.6rem; letter-spacing: -0.04em; padding: 24px; }
figcaption { padding: 14px 16px 18px; font-weight: 700; color: var(--soft-ink); }
.about-image { background: linear-gradient(145deg, #111111 0%, #2b0d0f 100%); border-radius: 36px; padding: 46px; box-shadow: var(--shadow); }
.about-image img { margin: auto; width: min(260px, 80%); }
.contact-section { background: linear-gradient(145deg, #111111 0%, #2b0d0f 100%); color: var(--white); }
.contact-section .eyebrow { color: #ffb6b9; }
.contact-section p { color: rgba(255,255,255,0.72); }
.contact-cards { display: grid; gap: 14px; margin-top: 28px; }
.contact-cards div { border: 1px solid rgba(255,255,255,0.14); border-radius: 22px; padding: 18px; }
.contact-cards strong, .contact-cards span { display: block; }
.contact-cards span { color: rgba(255,255,255,0.72); }
.contact-form { background: var(--white); color: var(--ink); border-radius: 30px; padding: 28px; display: grid; gap: 16px; box-shadow: var(--shadow); }
.form-note { font-size: 0.86rem; margin: 0; }
.footer { background: #080808; color: var(--white); padding: 24px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer p { color: rgba(255,255,255,0.64); margin: 0; }
@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 82px; display: none; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 18px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-grid, .process-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .cards.three, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .upload-panel { grid-template-columns: 1fr; }
  .section-heading.split { display: grid; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .section-pad { padding: 70px 0; }
  .trust-row, .cards.three, .gallery-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  h1 { font-size: clamp(2.8rem, 17vw, 4.7rem); }
}
/* Managed media sections */
.media-guide {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px 20px;
  margin-bottom: 28px;
  color: var(--soft-ink);
}
.media-guide span { color: var(--muted); }
code {
  background: rgba(196,32,38,0.10);
  color: var(--red-dark);
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 0.92em;
}
.testimonial-section {
  margin-top: 70px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}
.section-heading.compact {
  margin-bottom: 28px;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.video-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 12px 42px rgba(17,17,17,0.06);
}
.video-card video,
.video-placeholder {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.video-placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(135deg, var(--ink), #4a1114);
  color: var(--soft-red);
  font-weight: 900;
  font-size: 1.35rem;
  padding: 24px;
}
.video-card h3 { margin: 18px 0 8px; }
.video-card p { color: var(--muted); margin-bottom: 4px; }
@media (max-width: 900px) {
  .video-grid { grid-template-columns: 1fr; }
  .media-guide { display: grid; }
}


/* Business-card inspired red + white refinements */
::selection { background: rgba(196,32,38,0.16); }
.site-header, .light, .card, .step, .gallery-item, .video-card, .contact-form { border-color: rgba(196,32,38,0.14); }
.brand span { color: var(--ink); }
h1 span { color: var(--red); }
.trust-row div, .media-guide { border-color: rgba(196,32,38,0.16); }
.card, .gallery-item, .video-card, .media-guide { background: #ffffff; }
.placeholder { background: linear-gradient(135deg, #fff7f7, var(--soft-red)); color: var(--red-dark); }
.video-placeholder { color: #ffb6b9; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(196,32,38,0.14); border-color: rgba(196,32,38,0.42); }
.footer { background: #0b0b0b; border-top: 4px solid var(--red); }

/* Trust-building homepage additions */
.trust-section {
  background: #ffffff;
}
.why-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 46px;
  align-items: center;
}
.why-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.why-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  background: var(--cream);
  border: 1px solid rgba(196,32,38,0.14);
  border-radius: 26px;
  padding: 20px;
}
.why-item span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
}
.why-item p,
.insider-card p,
.review-card p { color: var(--muted); }
.insider-card {
  background: linear-gradient(145deg, #111111 0%, #2b0d0f 100%);
  color: var(--white);
  border-radius: 34px;
  padding: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.video-window {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  max-width: 520px;
  margin: 0 auto 24px;
}

.video-window video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 18px;
  background: #120708;
}

@media (max-width: 768px) {
  .video-window {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.tag-pill {
  display: inline-flex;
  margin: 0 0 14px;
  background: rgba(196,32,38,0.22);
  color: #ffb6b9 !important;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.insider-card h3 { font-size: 1.45rem; line-height: 1.15; }
.reviews-section { background: linear-gradient(135deg, #fffafa 0%, #ffffff 100%); }
.map-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}
.review-map {
  position: relative;
  min-height: 420px;
  border-radius: 34px;
  border: 1px solid rgba(196,32,38,0.16);
  background:
    radial-gradient(circle at 22% 38%, rgba(196,32,38,0.22) 0 3px, transparent 4px),
    radial-gradient(circle at 48% 32%, rgba(196,32,38,0.16) 0 3px, transparent 4px),
    radial-gradient(circle at 67% 30%, rgba(196,32,38,0.14) 0 3px, transparent 4px),
    radial-gradient(circle at 56% 57%, rgba(196,32,38,0.12) 0 3px, transparent 4px),
    linear-gradient(145deg, #ffffff, #fff1f1);
  box-shadow: 0 12px 42px rgba(17,17,17,0.06);
  overflow: hidden;
}
.review-map::before {
  content: "Global Reviews Map";
  position: absolute;
  left: 28px;
  top: 24px;
  font-size: clamp(2.1rem, 4vw, 4.3rem);
  font-weight: 900;
  color: rgba(17,17,17,0.06);
  letter-spacing: -0.06em;
  line-height: 0.9;
  max-width: 520px;
}
.map-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 10px rgba(196,32,38,0.13), 0 8px 20px rgba(196,32,38,0.24);
}
.map-dot span {
  position: absolute;
  left: 26px;
  top: -8px;
  white-space: nowrap;
  background: var(--white);
  border: 1px solid rgba(196,32,38,0.16);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--soft-ink);
}
.map-dot.usa { left: 18%; top: 45%; }
.map-dot.uk { left: 47%; top: 35%; }
.map-dot.russia { left: 66%; top: 29%; }
.map-dot.turkey { left: 56%; top: 48%; }
.map-dot.morocco { left: 48%; top: 58%; }
.review-cards {
  display: grid;
  gap: 16px;
}
.review-card {
  background: var(--white);
  border: 1px solid rgba(196,32,38,0.14);
  border-radius: 26px;
  padding: 22px;
  box-shadow: 0 12px 42px rgba(17,17,17,0.05);
}
.review-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--red-dark);
}
@media (max-width: 900px) {
  .why-grid,
  .map-layout { grid-template-columns: 1fr; }
  .review-map { min-height: 360px; }
}
@media (max-width: 620px) {
  .why-item { grid-template-columns: 1fr; }
  .map-dot span { display: none; }
  .review-map { min-height: 300px; }
}

/* Footer social icons */
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: rgba(255,255,255,0.88);
  font-weight: 800;
  font-size: 0.92rem;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.footer-social a:hover {
  background: rgba(196,32,38,0.26);
  border-color: rgba(255,255,255,0.28);
  transform: translateY(-2px);
}
.footer-social svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-social a:nth-child(2) svg,
.footer-social a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}
@media (max-width: 620px) {
  .footer-social { justify-content: flex-start; }
}

.qr-contact-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.qr-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.qr-item img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.qr-item span {
  font-size: 14px;
  color: #f3dede;
}

.quote-indent {
  display: inline-block;
  margin-left: 21px;
}

.contact-form button.contact-submit,
button.contact-submit,
.btn.contact-submit,
.btn-primary.contact-submit {
  width: 100%;
  margin-top: 8px;
  padding: 18px 28px;
  border: none !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #d71920, #9f0f16) !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(215, 25, 32, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form button.contact-submit:hover,
button.contact-submit:hover,
.btn.contact-submit:hover,
.btn-primary.contact-submit:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e3232a, #b5121b) !important;
  box-shadow: 0 18px 38px rgba(215, 25, 32, 0.38);
}

.contact-submit span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.contact-submit:hover span {
  transform: translateX(4px);
}

.direct-message-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 8px;
  margin-left: 70px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d71920, #9f0f16);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 14px 30px rgba(215, 25, 32, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.direct-message-button span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #ffdada;
}

.direct-message-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e3232a, #b5121b);
  box-shadow: 0 18px 38px rgba(215, 25, 32, 0.36);
}

.direct-message-button:active {
  transform: translateY(0);
}

.wechat-item {
  margin-left: 40px;
}

.whatsapp-item {
  margin-left: 24px;
}