/* ===========================
   INDEX3 - Cinematic Immersive Layout
   Safe Security v3
   =========================== */

/* ===========================
   Scroll Reveal v3
   =========================== */
.rv {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.rv.in {
  opacity: 1;
  transform: translateY(0);
}
.rv-d1 { transition-delay: 0.12s; }
.rv-d2 { transition-delay: 0.24s; }
.rv-d3 { transition-delay: 0.36s; }
.rv-d4 { transition-delay: 0.48s; }
.rv-d5 { transition-delay: 0.60s; }

/* ===========================
   Section Utility v3
   =========================== */
.s3-section {
  position: relative;
  overflow: hidden;
}
.s3-pad { padding: 120px 0; }
.s3-bg-dark { background: #0a0a0a; }
.s3-bg-surface { background: #111111; }
.s3-bg-elevated { background: #161616; }
.s3-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.s3-narrow { max-width: 880px; margin: 0 auto; }
.s3-section-header { margin-bottom: 56px; }

/* ===========================
   Typography v3
   =========================== */
.s3-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #606060;
  margin-bottom: 20px;
}
.s3-eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, #606060, transparent);
}
.s3-heading {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 18px;
}
.s3-heading-sm {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 14px;
}
.s3-text {
  font-size: 1.05rem;
  color: #909090;
  line-height: 1.75;
  max-width: 560px;
}
.s3-text-center {
  text-align: center;
}
.s3-text-center .s3-text {
  margin-left: auto;
  margin-right: auto;
}
.s3-text-center .s3-eyebrow::before {
  display: none;
}

/* ===========================
   Buttons v3
   =========================== */
.s3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-sans);
  letter-spacing: 0.02em;
  border-radius: 60px;
  border: none;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  line-height: 1.2;
}
.s3-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.s3-btn:hover svg {
  transform: translateX(3px);
}
.s3-btn-white {
  background: #ffffff;
  color: #0a0a0a;
}
.s3-btn-white:hover {
  background: #e8e8e8;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255,255,255,0.06);
}
.s3-btn-ghost {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.15);
}
.s3-btn-ghost:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.3);
  transform: translateY(-2px);
}
.s3-btn-block {
  width: 100%;
  text-align: center;
}

/* ===========================
   HERO v3 - Full-Screen Cinematic
   =========================== */
.hero-v3 {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: #0a0a0a;
}
.hero-v3-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
}
.hero-v3-video video {
  position: absolute;
  top: 50%; left: 50%;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(0.2) saturate(0.2);
}
.hero-v3-video::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background:
    linear-gradient(180deg, rgba(10,10,10,0.3) 0%, rgba(10,10,10,0.05) 30%, rgba(10,10,10,0.9) 85%, #0a0a0a 100%);
  z-index: 1;
}

/* Hero body: holds the text content, constrained width */
.hero-v3-body {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.hero-v3-content {
  max-width: 720px;
  padding-bottom: 56px;
}
.hero-v3-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 60px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #909090;
  margin-bottom: 32px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-v3-badge::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74,222,128,0.5);
  animation: s3-pulse 2s ease-in-out infinite;
}
@keyframes s3-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.6); }
}
.hero-v3-title {
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-bottom: 28px;
}
.hero-v3-title span {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #606060 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-v3-desc {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: #909090;
  line-height: 1.75;
  margin-bottom: 40px;
  max-width: 540px;
}
.hero-v3-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Hero Stats Bar - Full-width strip at bottom of hero */
.hero-v3-stats {
  position: relative;
  z-index: 2;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(10,10,10,0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.hero-v3-stats-inner {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.hero-v3-stat {
  flex: 1;
  padding: 28px 24px 28px 0;
  text-align: left;
  position: relative;
}
.hero-v3-stat:first-child {
  padding-left: 0;
}
.hero-v3-stat:last-child {
  padding-right: 0;
}
.hero-v3-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px; bottom: 28px;
  right: 0;
  width: 1px;
  background: rgba(255,255,255,0.08);
}
.hero-v3-stat-num {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}
.hero-v3-stat-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #606060;
}

/* ===========================
   Logo Marquee v3
   =========================== */
.marquee-v3 {
  padding: 48px 0;
  background: #0a0a0a;
  border-bottom: 1px solid #1a1a1a;
  overflow: hidden;
}
.marquee-v3-label {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #404040;
  margin-bottom: 28px;
}
.marquee-v3-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.marquee-v3-track {
  display: flex;
  gap: 72px;
  align-items: center;
  animation: s3-marquee 25s linear infinite;
  flex-shrink: 0;
  padding-right: 72px;
}
.marquee-v3-logo {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.18;
  white-space: nowrap;
  transition: opacity 0.4s ease;
  user-select: none;
  flex-shrink: 0;
}
.marquee-v3-logo:hover {
  opacity: 0.55;
}
@keyframes s3-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

/* ===========================
   Dual Split v3 - Full-Bleed Alternating
   =========================== */
.split-v3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}
.split-v3-media {
  position: relative;
  overflow: hidden;
}
.split-v3-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.split-v3-media:hover img {
  transform: scale(1.04);
}
.split-v3-media::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(10,10,10,0.5) 0%, rgba(10,10,10,0.15) 100%);
}
.split-v3-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
  background: #111111;
}
.split-v3-body.alt {
  background: #0e0e0e;
}
.split-v3-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 60px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #909090;
  margin-bottom: 24px;
  width: fit-content;
}
.split-v3-tag svg {
  width: 14px; height: 14px;
  flex-shrink: 0;
}
.split-v3-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 28px;
}
.split-v3-features span {
  padding: 6px 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  font-size: 12px;
  color: #909090;
  font-weight: 500;
}
.split-v3-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  transition: gap 0.3s ease;
}
.split-v3-link:hover {
  gap: 16px;
}
.split-v3-link svg {
  width: 18px; height: 18px;
  transition: transform 0.3s ease;
}
.split-v3-link:hover svg {
  transform: translateX(4px);
}

/* ===========================
   Video Section v3 - Cinematic Fullwidth
   =========================== */
.cinema-v3 {
  padding: 120px 0;
  background: #0a0a0a;
}
.cinema-v3-player {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  background: #000;
  cursor: pointer;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.05);
  margin-bottom: 64px;
}
.cinema-v3-player video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.5s ease;
}
.cinema-v3-player:hover video {
  filter: brightness(0.6);
}
.cinema-v3-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 88px; height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.35s ease, background 0.35s ease;
  z-index: 2;
  pointer-events: none;
}
.cinema-v3-player:hover .cinema-v3-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255,255,255,0.14);
}
.cinema-v3-player.playing .cinema-v3-play {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cinema-v3-play svg {
  width: 28px; height: 28px;
  margin-left: 3px;
  fill: white;
}
.cinema-v3-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #1a1a1a;
  border-radius: 18px;
  overflow: hidden;
}
.cinema-v3-feat {
  padding: 40px 32px;
  background: #111111;
  border-right: 1px solid #1a1a1a;
  transition: background 0.3s ease;
}
.cinema-v3-feat:last-child {
  border-right: none;
}
.cinema-v3-feat:hover {
  background: #161616;
}
.cinema-v3-feat-icon {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid #1a1a1a;
  border-radius: 12px;
  margin-bottom: 20px;
}
.cinema-v3-feat-icon svg {
  width: 20px; height: 20px;
  color: #909090;
}
.cinema-v3-feat h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}
.cinema-v3-feat p {
  font-size: 0.84rem;
  color: #606060;
  line-height: 1.65;
}

/* ===========================
   Services v3 - Horizontal Scroll Cards
   =========================== */
.svc-v3 {
  padding: 120px 0;
  background: #111111;
}
.svc-v3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #1a1a1a;
  border-radius: 20px;
  overflow: hidden;
}
.svc-v3-card {
  background: #0e0e0e;
  padding: 44px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: background 0.4s ease;
}
.svc-v3-card:hover {
  background: #141414;
}
.svc-v3-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.svc-v3-card:hover::before {
  transform: scaleX(1);
}
.svc-v3-num {
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.05);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 16px;
  transition: color 0.4s ease;
}
.svc-v3-card:hover .svc-v3-num {
  color: rgba(255,255,255,0.1);
}
.svc-v3-icon {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.svc-v3-icon svg {
  width: 22px; height: 22px;
  color: #707070;
  transition: color 0.3s ease;
}
.svc-v3-card:hover .svc-v3-icon svg {
  color: #ffffff;
}
.svc-v3-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.svc-v3-card p {
  font-size: 0.84rem;
  color: #707070;
  line-height: 1.7;
  flex: 1;
}

/* ===========================
   Trust v3 - Large Typography + Icons
   =========================== */
.trust-v3 {
  padding: 120px 0;
  background: #0a0a0a;
}
.trust-v3-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  overflow: hidden;
}
.trust-v3-item {
  padding: 48px 40px;
  background: #0e0e0e;
  border-bottom: 1px solid #1a1a1a;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: background 0.3s ease;
}
.trust-v3-item:nth-child(odd) {
  border-right: 1px solid #1a1a1a;
}
.trust-v3-item:nth-last-child(-n+2) {
  border-bottom: none;
}
.trust-v3-item:hover {
  background: #121212;
}
.trust-v3-icon {
  width: 48px; height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid #1a1a1a;
  border-radius: 14px;
}
.trust-v3-icon svg {
  width: 22px; height: 22px;
  color: #707070;
}
.trust-v3-item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}
.trust-v3-item p {
  font-size: 0.84rem;
  color: #606060;
  line-height: 1.65;
}

/* ===========================
   About v3 - Magazine Asymmetric
   =========================== */
.about-v3 {
  padding: 120px 0;
  background: #111111;
}
.about-v3-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-v3-text .s3-text {
  margin-bottom: 16px;
}
.about-v3-values {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.about-v3-val {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: #0e0e0e;
  border: 1px solid #1a1a1a;
  border-radius: 12px;
  transition: border-color 0.3s ease;
}
.about-v3-val:hover {
  border-color: rgba(255,255,255,0.1);
}
.about-v3-val-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}
.about-v3-val h4 {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}
.about-v3-val p {
  font-size: 12px;
  color: #606060;
  line-height: 1.5;
}
.about-v3-visual {
  position: relative;
  overflow: visible;
}
.about-v3-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.about-v3-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
  transition: filter 0.6s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-v3-img:hover img {
  filter: grayscale(0%);
  transform: scale(1.03);
}
.about-v3-float-stats {
  position: absolute;
  bottom: -24px;
  right: -24px;
  display: flex;
  gap: 12px;
}
.about-v3-float-stat {
  background: #0a0a0a;
  border: 1px solid #1a1a1a;
  border-radius: 14px;
  padding: 20px 24px;
  text-align: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.about-v3-float-stat .big {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 4px;
}
.about-v3-float-stat .label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #606060;
}

/* ===========================
   Map v3
   =========================== */
.map-v3 {
  padding: 120px 0;
  background: #0a0a0a;
}
.map-v3-wrap {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #1a1a1a;
  box-shadow: 0 32px 64px -16px rgba(0,0,0,0.4);
}
.map-v3-wrap #clients-map {
  width: 100%;
  height: 520px;
}

/* ===========================
   CTA v3 - Bold Full Bleed
   =========================== */
.cta-v3 {
  padding: 0;
  background: #0a0a0a;
}
.cta-v3-inner {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cta-v3-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.cta-v3-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.12) saturate(0.3);
}
.cta-v3-bg::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, rgba(10,10,10,0.96) 0%, rgba(10,10,10,0.6) 50%, rgba(10,10,10,0.3) 100%);
}
.cta-v3-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px;
  width: 100%;
}
.cta-v3-content h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 16px;
  max-width: 540px;
}
.cta-v3-content p {
  font-size: 1.05rem;
  color: #909090;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}
.cta-v3-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ===========================
   Contact v3 - Two Column
   =========================== */
.contact-v3 {
  padding: 120px 0;
  background: #111111;
}
.contact-v3-layout {
  display: grid;
  grid-template-columns: minmax(300px, 380px) 1fr;
  gap: 40px;
  align-items: flex-start;
}
.contact-v3-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-v3-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  background: #0e0e0e;
  border: 1px solid #1a1a1a;
  border-radius: 14px;
  transition: border-color 0.3s ease;
}
.contact-v3-card:hover {
  border-color: rgba(255,255,255,0.1);
}
.contact-v3-card-icon {
  width: 42px; height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid #1a1a1a;
  border-radius: 12px;
}
.contact-v3-card-icon svg {
  width: 18px; height: 18px;
  color: #707070;
}
.contact-v3-card h4 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #505050;
  margin-bottom: 3px;
}
.contact-v3-card p {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 500;
}
.contact-v3-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: #0e0e0e;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #1a1a1a;
}
.contact-v3-form .form-group {
  display: flex;
  flex-direction: column;
}
.contact-v3-form .form-group label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #505050;
  margin-bottom: 8px;
}
.contact-v3-form .form-group input,
.contact-v3-form .form-group select,
.contact-v3-form .form-group textarea {
  width: 100%;
  padding: 14px 16px;
  background: #0a0a0a;
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: inherit;
  transition: border-color 0.3s ease;
  outline: none;
}
.contact-v3-form .form-group input:focus,
.contact-v3-form .form-group select:focus,
.contact-v3-form .form-group textarea:focus {
  border-color: rgba(255,255,255,0.2);
}
.contact-v3-form .form-group input::placeholder,
.contact-v3-form .form-group textarea::placeholder {
  color: #404040;
}
.contact-v3-form .form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23505050' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}
.contact-v3-form .form-group select option {
  background: #0a0a0a;
  color: #ffffff;
}
.contact-v3-form .full-width {
  grid-column: 1 / -1;
}

/* ===========================
   Responsive v3
   =========================== */
@media (max-width: 1024px) {
  .s3-pad { padding: 100px 0; }
  .split-v3 {
    grid-template-columns: 1fr;
  }
  .split-v3-media {
    min-height: 340px;
  }
  .split-v3.reverse .split-v3-media {
    order: -1;
  }
  .split-v3-body {
    padding: 56px 40px;
  }
  .cinema-v3-features {
    grid-template-columns: 1fr;
  }
  .cinema-v3-feat {
    border-right: none;
    border-bottom: 1px solid #1a1a1a;
  }
  .cinema-v3-feat:last-child {
    border-bottom: none;
  }
  .svc-v3-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-v3-list {
    grid-template-columns: 1fr;
  }
  .trust-v3-item:nth-child(odd) {
    border-right: none;
  }
  .trust-v3-item {
    border-bottom: 1px solid #1a1a1a;
  }
  .trust-v3-item:last-child {
    border-bottom: none;
  }
  .about-v3-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .about-v3-visual {
    order: -1;
  }
  .about-v3-img {
    aspect-ratio: 16/9;
  }
  .about-v3-float-stats {
    bottom: -16px;
    right: 16px;
  }
  .contact-v3-layout {
    grid-template-columns: 1fr;
  }
  .contact-v3-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact-v3-card {
    flex: 1 1 calc(50% - 6px);
  }
}

@media (max-width: 768px) {
  .s3-pad { padding: 80px 0; }
  .s3-container { padding: 0 20px; }
  .s3-section-header { margin-bottom: 40px; }
  .s3-heading {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
  }
  .hero-v3-body { padding: 0 20px; }
  .hero-v3-content { padding-bottom: 40px; }
  .hero-v3-title {
  font-size: clamp(2.2rem, 9vw, 3rem);
  }
  .hero-v3-actions {
    flex-direction: column;
  }
  .hero-v3-actions .s3-btn {
    width: 100%;
    text-align: center;
  }
  .hero-v3-stats-inner {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .hero-v3-stat {
    flex: 1 1 50%;
    padding: 20px 16px;
    text-align: center;
  }
  .hero-v3-stat:not(:last-child)::after {
    display: none;
  }
  .hero-v3-stat:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,0.08);
  }
  .hero-v3-stat:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .split-v3-body {
    padding: 48px 24px;
  }
  .split-v3-media {
    min-height: 280px;
  }
  .cinema-v3 { padding: 80px 0; }
  .cinema-v3-player { aspect-ratio: 16/9; border-radius: 16px; }
  .svc-v3-grid {
    grid-template-columns: 1fr;
  }
  .svc-v3 { padding: 80px 0; }
  .trust-v3 { padding: 80px 0; }
  .about-v3 { padding: 80px 0; }
  .map-v3 { padding: 80px 0; }
  .contact-v3 { padding: 80px 0; }
  .contact-v3-card {
    flex: 1 1 100%;
  }
  .contact-v3-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .cta-v3-content { padding: 56px 20px; }
  .cta-v3-btns {
    flex-direction: column;
  }
  .cta-v3-btns .s3-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .s3-section-header { margin-bottom: 32px; }
  .cinema-v3-features {
    border-radius: 14px;
  }
  .cinema-v3-feat {
    padding: 28px 24px;
  }
  .svc-v3-card {
    padding: 36px 24px;
  }
  .trust-v3-item {
    padding: 36px 28px;
  }
  .contact-v3-cards {
    flex-direction: column;
  }
  .contact-v3-card {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .hero-v3-body { padding: 0 16px; }
  .hero-v3-stats-inner { padding: 0 16px; }
  .hero-v3-stat-num { font-size: 1.6rem; }
  .split-v3-body { padding: 36px 20px; }
  .cinema-v3-play { width: 64px; height: 64px; }
  .cinema-v3-play svg { width: 22px; height: 22px; }
  .about-v3-float-stats {
    position: relative;
    bottom: auto; right: auto;
    margin-top: 12px;
    justify-content: center;
  }
  .about-v3-float-stat { padding: 16px 18px; }
  .about-v3-float-stat .big { font-size: 1.6rem; }
  .marquee-v3-track {
    gap: 40px;
    padding-right: 40px;
  }
  .marquee-v3-logo {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }
}
