/* ==========================================================================
   Sri Vinayaka Industry — Home Page Styles
   ========================================================================== */

/* ---------- Hero (full-width video/photo background) ---------- */
.hero {
  position: relative;
  z-index: 1;
  min-height: clamp(420px, 62vw, 640px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(155deg, var(--primary) 0%, #041a09 100%);
}
@media (min-width: 900px) {
  .hero { min-height: 100vh; }
}
.hero-bg-video,
.hero-bg-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.28);
  z-index: 1;
}
.hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 1020px; margin-inline: auto; text-align: center; color: #fff; }
.hero-content h1 { color: #fff; margin-bottom: 1.2rem; font-size: clamp(1.75rem, 3.6vw, 55px); }
.hero-content h1 .accent { color: var(--secondary-light); }
@media (max-width: 560px) { .hero-break { display: none; } }
.hero-content .lead { font-size: 1.15rem; color: rgba(241,245,249,0.9); max-width: 620px; margin: 0 auto 2.2rem; }
.hero-cta-row { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* ---------- Hero (premium full-bleed image blend) ---------- */
.hero-new {
  position: relative;
  overflow: hidden;
  background: #FBF7F0;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding-block: clamp(3rem, 8vw, 4rem);
}
@media (min-width: 900px) { .hero-new { min-height: 700px; } }
.hero-new-bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-new-bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 78% center;
  z-index: 0;
}
.hero-new-bg::before {
  content: '';
  position: absolute; inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #FBF7F0 0%, #FBF7F0 24%, rgba(251,247,240,0.7) 36%, rgba(251,247,240,0.1) 50%, rgba(251,247,240,0) 60%);
}
@media (max-width: 900px) {
  .hero-new-bg::before { background: linear-gradient(180deg, rgba(251,247,240,0.4) 0%, #FBF7F0 78%); }
}
.hero-new .container { position: relative; z-index: 1; width: 100%; }

.hero-new-text { max-width: 560px; }
@media (min-width: 900px) {
  .hero-new-text { margin-left: -1.5rem; }
}
.hero-new-eyebrow {
  display: inline-block;
  font-size: 16px; font-weight: 700; font-style: italic; letter-spacing: 0.08em; text-transform: none;
  color: var(--secondary);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--secondary);
  margin-bottom: 1.4rem;
}
.hero-new-heading {
  font-size: 55px;
  font-weight: 800;
  line-height: 1.14;
  color: var(--primary);
  margin-bottom: 1.3rem;
}
@media (max-width: 560px) { .hero-break { display: none; } }
.hero-new-desc { font-size: 1.05rem; color: var(--text); max-width: 480px; line-height: 1.7; margin-bottom: 2rem; }

@media (max-width: 768px) {
  .hero-new { min-height: 520px; padding-block: 1.5rem; }
  .hero-new-bg img { object-position: 50% 40%; }
  .hero-new-bg::before { background: rgba(0,0,0,0.4); }
  .hero-new-eyebrow { color: #fff; border-bottom-color: #fff; }
  .hero-new-heading { color: #fff; font-size: 24px; }
  .hero-new-desc { color: #ffffff; }
  .hero-new-text { max-width: 100%; }
  .btn-hero { padding: 9px 18px; font-size: 0.82rem; }
}

.btn-hero {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--secondary);
  color: #fff;
  font-weight: 700;
  padding: 15px 32px;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 24px rgba(180,21,18,0.25);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-hero:hover { background: var(--primary); transform: translateY(-3px); box-shadow: 0 16px 28px rgba(8,44,16,0.25); }
.btn-hero svg { width: 18px; height: 18px; }

/* ---------- Icon Feature Strip (floats over the hero's bottom edge) ---------- */
.feature-strip { background: var(--bg-alt); padding-top: 0; padding-bottom: var(--section-py-mobile); position: relative; z-index: 3; }
@media (min-width: 900px) { .feature-strip { padding-bottom: var(--section-py-desktop); } }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: -54px;
}
@media (max-width: 780px) { .feature-grid { grid-template-columns: repeat(2, 1fr); row-gap: 2.5rem; } }
.feature-item { display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; }
.feature-icon-circle {
  width: 108px; height: 108px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-icon-circle svg { width: 44px; height: 44px; color: var(--secondary); }
.feature-item:hover .feature-icon-circle { transform: translateY(-6px); box-shadow: 0 24px 44px rgba(8,44,16,0.18); }
.feature-label { font-weight: 700; font-size: 0.92rem; letter-spacing: 0.03em; text-transform: uppercase; color: var(--primary); }

/* ---------- Feature Journey (full-bleed parallax image + dark green overlay) ---------- */
.feature-journey-band {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
}
.feature-journey-bg {
  position: absolute;
  top: -15%; left: 0; right: 0; height: 130%;
  background-image: url("../images/coconut bg.jpg");
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
.feature-journey-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.55);
}
@media (prefers-reduced-motion: reduce) { .feature-journey-bg { transform: none !important; } }
.feature-journey-band .container { position: relative; z-index: 1; }
.feature-journey-band .eyebrow { color: var(--accent); justify-content: center; }
.feature-journey-band .eyebrow::before { background: var(--accent); }
.feature-journey-band .section-head h2 { color: #fff; }
.feature-journey-band .section-head p { color: rgba(241,245,249,0.8); }
.feature-journey-card {
  position: relative; z-index: 1;
  background: transparent;
  box-shadow: none;
  padding: 1.4rem clamp(1.4rem, 4vw, 3rem);
  margin-top: 3rem;
}
.feature-journey { position: relative; }
.feature-journey-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.feature-journey-item {
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.8rem 1.2rem;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.feature-journey-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(180,21,18,0.3); }
.feature-journey-item:nth-child(even) { margin-top: 34px; }
.feature-journey-num {
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.05em;
  color: var(--secondary);
  margin-bottom: 0.6rem;
}
.feature-journey-icon {
  width: 92px; height: 92px; margin: 0 auto 1.1rem;
  border-radius: 50%;
  background: rgba(180,21,18,0.08);
  box-shadow: var(--shadow-sm);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.feature-journey-icon svg { width: 36px; height: 36px; color: var(--secondary); transition: transform 0.35s ease; }
.feature-journey-icon img { width: 44px; height: 44px; object-fit: contain; transition: transform 0.35s ease; }
.feature-journey-item:hover .feature-journey-icon { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feature-journey-item:hover .feature-journey-icon svg { transform: rotate(-8deg); }
.feature-journey-item:hover .feature-journey-num { color: var(--accent); }
.feature-journey-item h3 { font-size: 1.02rem; margin-bottom: 0.4rem; color: var(--primary); }
.feature-journey-item p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.5; }
@media (max-width: 780px) {
  .feature-journey-grid { grid-template-columns: 1fr; max-width: 320px; margin-inline: auto; gap: 2.6rem; position: relative; }
  .feature-journey-item:nth-child(even) { margin-top: 0; }
}

/* ---------- About Preview (text-left, image-right) ---------- */
.about-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}
@media (max-width: 900px) { .about-layout { grid-template-columns: 1fr; } }
.about-layout > .about-image { order: 2; }
@media (max-width: 900px) { .about-layout > .about-image { order: -1; } }

/* Premium layered composition: large primary image + overlapping secondary
   detail image + soft organic accent shape, with subtle hover depth. */
.about-image { position: relative; max-width: 460px; margin-inline: auto; }
.about-visual-shape {
  position: absolute; top: -8%; right: -10%;
  width: 65%; height: 65%;
  background: var(--primary);
  border-radius: 42% 58% 56% 44% / 46% 42% 58% 54%;
  z-index: 0;
}
.about-image-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/4.4;
  z-index: 1;
  transition: box-shadow 0.4s ease;
}
.about-image-frame img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  position: relative; z-index: 1;
  transition: transform 0.8s cubic-bezier(.2,.8,.2,1);
}
.about-image:hover .about-image-frame img { transform: scale(1.03); }
.about-image:hover .about-image-frame { box-shadow: 0 30px 50px rgba(8,44,16,0.22); }
.about-image-badge {
  position: absolute; top: 22px; right: -18px;
  display: flex; align-items: center; gap: 12px;
  background: #fff;
  border-left: 4px solid var(--secondary);
  box-shadow: var(--shadow-lg);
  padding: 0.9rem 1.2rem;
  z-index: 3;
}
.about-image-badge-icon {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(208,147,22,0.14);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.about-image-badge-icon svg { width: 18px; height: 18px; }
.about-image-badge-num { font-size: 0.95rem; font-weight: 800; color: var(--primary); line-height: 1.25; }
.about-image-badge-lbl { font-size: 0.78rem; font-weight: 600; color: var(--text-muted); margin-top: 2px; line-height: 1.3; }
.about-image-secondary {
  position: absolute; bottom: -9%; left: -12%;
  width: 54%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid var(--secondary);
  box-shadow: var(--shadow-lg);
  z-index: 2;
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1);
}
.about-image-secondary img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-image:hover .about-image-secondary { transform: translate(-6px, 6px); }
@media (max-width: 560px) {
  .about-image { max-width: 320px; }
  .about-image-badge { padding: 0.7rem 0.9rem; right: -8px; top: 14px; }
  .about-image-badge-icon { width: 32px; height: 32px; }
  .about-image-badge-num { font-size: 0.82rem; }
  .about-image-badge-lbl { font-size: 0.66rem; }
  .about-image-secondary { width: 50%; bottom: -6%; left: -8%; }
}
@media (max-width: 768px) {
  .about-image { max-width: 260px; margin-inline: auto; }
  .about-visual-shape { right: 0; }
  .about-image-badge { right: 0; }
  .about-image-secondary { left: 0; }
}

.about-stat-strip { display: flex; gap: clamp(1.4rem, 3vw, 2.6rem); margin: 1.6rem 0 1.8rem; }
.about-stat-strip-item { padding-left: 1rem; border-left: 3px solid var(--secondary); }
.about-stat-strip-item .num { font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; color: var(--primary); line-height: 1; }
.about-stat-strip-item .lbl { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.3rem; }

.about-checklist { display: flex; flex-direction: column; gap: 0.9rem; margin: 0 0 2rem; }
.about-check-item { display: flex; align-items: flex-start; gap: 12px; }
.about-check-item .dot {
  flex-shrink: 0; width: 22px; height: 22px; margin-top: 1px;
  border-radius: 50%;
  background: rgba(180,21,18,0.1);
  color: var(--secondary);
  display: flex; align-items: center; justify-content: center;
}
.about-check-item .dot svg { width: 13px; height: 13px; }
.about-check-item span { font-size: 0.95rem; font-weight: 600; color: var(--primary-light); line-height: 1.4; }

.about-collage {
  position: relative; width: 100%; max-width: 420px; margin-inline: auto;
  padding: 22px 0 44px 22px;
}
.about-collage-ring {
  position: absolute; top: -22px; right: 0;
  width: 88%; height: 92%;
  background: var(--primary);
  border-radius: var(--radius-lg);
  z-index: 0;
}
.about-collage-main {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 6px solid #fff;
  outline: 1px solid var(--border);
  z-index: 1;
}
.about-collage-main::before,
.about-collage-main::after {
  content: '';
  position: absolute;
  width: 34px; height: 34px;
  border: 3px solid var(--accent);
  z-index: 2;
}
.about-collage-main::before { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.about-collage-main::after { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }
.about-photo { display: block; width: 100%; height: auto; position: relative; z-index: 1; }

.about-collage-secondary { display: none; }
.about-photo-secondary { display: none; }

.about-stat-circle {
  position: absolute;
  bottom: 14px; left: -14px;
  display: flex; align-items: center; gap: 12px;
  text-align: left;
  background: #fff;
  border-left: 4px solid var(--secondary);
  box-shadow: var(--shadow-lg);
  padding: 0.9rem 1.2rem;
  z-index: 2;
}
.about-stat-icon {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(208,147,22,0.14);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.about-stat-icon svg { width: 18px; height: 18px; }
.about-stat-circle .num { font-size: 0.95rem; font-weight: 800; color: var(--primary); line-height: 1.25; }
.about-stat-circle .lbl { font-size: 0.78rem; font-weight: 600; color: var(--text-muted); margin-top: 2px; line-height: 1.3; }
@media (max-width: 560px) {
  .about-collage { padding: 16px 0 34px 16px; }
  .about-stat-circle { padding: 0.7rem 0.9rem; left: -10px; }
  .about-stat-icon { width: 32px; height: 32px; }
  .about-stat-circle .num { font-size: 0.85rem; }
  .about-stat-circle .lbl { font-size: 0.66rem; }
}

/* ---------- Products — full-width parallax image section with glass cards ---------- */
.products-editorial {
  position: relative;
  overflow: hidden;
  background-color: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='0.08'%3E%3Ccircle cx='30' cy='30' r='14'/%3E%3Cpath d='M30 16c6 4 10 9 10 14s-4 10-10 14'/%3E%3Cpath d='M90 80c-10 0-18 6-22 16M90 80c-10 3-16 10-18 20M90 80c-6 6-9 14-8 22M90 80c2 8 8 14 16 16'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
}
.products-editorial .eyebrow { color: var(--accent); }
.products-editorial .eyebrow::before { background: var(--accent); }
.products-editorial .section-head h2 { color: #fff; }
.products-editorial .section-head p { color: rgba(241,245,249,0.78); }
.products-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) { .products-editorial-grid { grid-template-columns: 1fr; } }
.product-card-ed {
  position: relative;
  display: flex; flex-direction: column;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}
.product-card-ed:hover { transform: translateY(-10px); background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.3); box-shadow: 0 24px 44px rgba(0,0,0,0.35); }
.product-card-ed .product-media { position: relative; aspect-ratio: 4/3; background: rgba(0,0,0,0.15); overflow: hidden; }
.product-card-ed .product-photo { transition: transform 0.5s ease; }
.product-card-ed:hover .product-photo { transform: scale(1.08); }
.product-card-ed .product-media-fallback {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  background: rgba(0,0,0,0.2);
}
.product-card-ed .product-media-fallback svg { width: 64px; height: 64px; }
.product-card-ed .product-icon-badge {
  position: absolute; top: 16px; right: 16px; z-index: 1;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
  color: var(--secondary);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s ease, background 0.3s ease, color 0.3s ease;
}
.product-card-ed .product-icon-badge svg { width: 20px; height: 20px; }
.product-card-ed:hover .product-icon-badge { transform: translateX(3px) rotate(-10deg); background: var(--secondary); color: #fff; }
.product-card-ed .product-body { position: relative; background: #fff; padding: 1.8rem 1.7rem 1.9rem; display: flex; flex-direction: column; flex-grow: 1; border-top: 3px solid var(--accent); }
.product-card-ed .product-category { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--secondary); margin-bottom: 0.5rem; }
.product-card-ed .product-body h3 { margin-bottom: 0.6rem; color: #000; }
@media (max-width: 768px) {
  .product-card-ed .product-body h3 { font-size: 20px; }
}
.product-card-ed .product-body p { color: var(--text-muted); font-size: 0.95rem; flex-grow: 1; margin-bottom: 1.4rem; }
.product-card-ed .product-body .btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.25s ease, background 0.25s ease; background: var(--secondary); color: #fff; }
.product-card-ed .product-body .btn:hover { background: var(--primary); }
.product-card-ed .product-body .btn svg { width: 15px; height: 15px; transition: transform 0.25s ease; }
.product-card-ed .product-body .btn:hover { gap: 12px; }
.product-card-ed .product-body .btn:hover svg { transform: translateX(3px); }

/* ---------- Brand Packages Gallery ---------- */
.brand-packages { background: var(--bg); padding-block: var(--section-py-mobile); }
@media (min-width: 900px) { .brand-packages { padding-block: var(--section-py-desktop); } }
.brand-packages-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.4rem; }
@media (max-width: 1100px) { .brand-packages-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .brand-packages-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } }
.brand-pack-card {
  position: relative;
  display: flex; flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  border: 1.5px solid var(--secondary);
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s cubic-bezier(.34,1.56,.64,1), box-shadow 0.35s ease;
}
.brand-pack-card:hover { transform: translateY(-12px); box-shadow: var(--shadow-lg); }
.brand-pack-media { position: relative; aspect-ratio: 3/4; background: #fff; overflow: hidden; padding: 0.9rem; }
.brand-pack-photo { position: relative; display: block; width: 100%; height: 100%; object-fit: contain; transition: transform 0.5s ease; }
.brand-pack-card:hover .brand-pack-photo { transform: scale(1.06); }
.brand-pack-media-fallback {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--secondary);
  background: rgba(180,21,18,0.06);
}
.brand-pack-media-fallback svg { width: 44px; height: 44px; }
.brand-pack-overlay {
  padding: 0.8rem 0.9rem;
  border-top: 3px solid var(--secondary);
  background: var(--bg-alt);
}
.brand-pack-label {
  display: block;
  font-size: 0.86rem; font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
  text-align: center;
}

/* ---------- Products (legacy card, kept for reference) ---------- */
.product-card { display: flex; flex-direction: column; height: 100%; padding: 0; overflow: hidden; }
.product-media { position: relative; aspect-ratio: 4/3; background: var(--bg-alt); overflow: hidden; }
.product-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.product-card:hover .product-photo { transform: scale(1.06); }
.product-media-fallback {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, var(--primary) 0%, #041a09 100%);
  color: var(--accent);
}
.product-media-fallback svg { width: 56px; height: 56px; }
.product-media .card-tag {
  position: absolute; left: 14px; bottom: 14px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: #fff; background: var(--secondary);
  padding: 5px 13px; border-radius: var(--radius-full);
}
.product-body { padding: 1.7rem 1.7rem 1.9rem; display: flex; flex-direction: column; flex-grow: 1; }
.product-body h3 { margin-bottom: 0.6rem; }
.product-body p { color: var(--text-muted); font-size: 0.95rem; flex-grow: 1; margin-bottom: 1.4rem; }
.product-body .btn { align-self: flex-start; }

/* ---------- Featured Product Banner ---------- */
.featured-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, var(--primary) 0%, #041a09 100%);
  padding-block: var(--section-py-mobile);
}
@media (min-width: 900px) { .featured-banner { padding-block: var(--section-py-desktop); } }
.featured-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) { .featured-grid { grid-template-columns: 1fr; } }

.featured-media { position: relative; max-width: 340px; margin-inline: auto; }
.featured-photo {
  width: 100%; height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
.featured-media-fallback {
  aspect-ratio: 3/4;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.featured-media-fallback svg { width: 72px; height: 72px; }
.featured-badge {
  position: absolute; bottom: -18px; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 8px;
  background: #fff;
  color: var(--primary);
  font-weight: 700; font-size: 0.85rem;
  padding: 10px 20px;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-lg);
  white-space: nowrap;
}
.featured-badge svg { width: 16px; height: 16px; color: var(--success); }

.featured-banner .eyebrow { background: rgba(180,21,18,0.15); border-color: rgba(180,21,18,0.3); }
.featured-banner h2 { color: #fff; }
.featured-banner p { color: rgba(241,245,249,0.8); margin: 1.1rem 0 1.6rem; }
.featured-points { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 2rem; }
.featured-point { display: flex; align-items: flex-start; gap: 12px; font-weight: 500; color: #fff; }
.featured-point svg { width: 20px; height: 20px; color: var(--accent); flex-shrink: 0; margin-top: 1px; }

/* ---------- Process / Workflow (dark premium) ---------- */
.process-section-dark {
  background: var(--primary);
  position: relative;
  overflow: hidden;
}
.process-section-dark::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  z-index: 0;
}
.process-section-dark .container { position: relative; z-index: 1; }
.process-section-dark .eyebrow { color: var(--accent); }
.process-section-dark .eyebrow::before { background: var(--accent); }
.process-section-dark h2 { color: #fff; }

.process-flow-dark { position: relative; }
.process-flow-dark-line {
  position: absolute;
  top: 44px; left: 10%; right: 10%;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.25) 0 10px, transparent 10px 20px);
  z-index: 0;
}
.process-flow-dark-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; position: relative; z-index: 1; }
@media (max-width: 900px) { .process-flow-dark-grid { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; gap: 3rem; } .process-flow-dark-line { display: none; } }

.process-flow-dark-step { text-align: center; }
.process-flow-dark-num {
  font-size: 2.6rem; font-weight: 800;
  color: rgba(255,255,255,0.12);
  line-height: 1;
  margin-bottom: -18px;
}
.process-flow-dark-node {
  position: relative;
  width: 88px; height: 88px; margin: 0 auto 1.4rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 2px solid var(--secondary);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease;
}
.process-flow-dark-node svg { width: 34px; height: 34px; }
.process-flow-dark-step:hover .process-flow-dark-node { transform: translateY(-6px); background: var(--secondary); color: #fff; }
.process-flow-dark-step h3 { color: #fff; margin-bottom: 0.5rem; }
.process-flow-dark-step p { color: rgba(241,245,249,0.75); font-size: 0.92rem; max-width: 260px; margin-inline: auto; }

/* ---------- Counter / Statistics (editorial) ---------- */
.trust-editorial { background: var(--bg-alt); padding-block: var(--section-py-mobile); }
@media (min-width: 900px) { .trust-editorial { padding-block: var(--section-py-desktop); } }
.trust-editorial-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
@media (max-width: 900px) { .trust-editorial-grid { grid-template-columns: repeat(2, 1fr); } }
.trust-editorial-item {
  text-align: center;
  padding: 2.2rem 1rem;
  border-left: 1px solid var(--border);
}
.trust-editorial-item:first-child { border-left: none; }
@media (max-width: 900px) { .trust-editorial-item:nth-child(odd) { border-left: none; } .trust-editorial-item { border-top: 1px solid var(--border); } .trust-editorial-item:nth-child(-n+2) { border-top: none; } }
.trust-editorial-item.is-featured { background: var(--primary); }
.trust-editorial-num { font-size: clamp(2rem, 3.2vw, 2.6rem); font-weight: 800; color: var(--primary); line-height: 1; display: flex; align-items: baseline; justify-content: center; gap: 2px; }
.trust-editorial-num .suffix { color: var(--secondary); font-size: 0.6em; font-weight: 700; }
.trust-editorial-item.is-featured .trust-editorial-num { color: var(--accent); }
.trust-editorial-item.is-featured .trust-editorial-num .suffix { color: var(--accent); }
.trust-editorial-lbl { margin-top: 0.6rem; font-size: 0.88rem; font-weight: 600; color: var(--text-muted); }
.trust-editorial-item.is-featured .trust-editorial-lbl { color: rgba(241,245,249,0.85); }

/* ---------- Counter / Statistics (legacy, kept for reference) ---------- */
.trust-bar { background: var(--bg-alt); position: relative; overflow: hidden; padding-block: var(--section-py-mobile); }
@media (min-width: 900px) { .trust-bar { padding-block: var(--section-py-desktop); } }
.trust-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 4vw, 3rem);
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; position: relative; z-index: 1; }
.trust-item { position: relative; padding-inline: 1rem; }
.trust-item:not(:last-child)::after {
  content: '';
  position: absolute; top: 8px; bottom: 8px; right: 0;
  width: 1px; background: var(--border);
}
@media (max-width: 780px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); row-gap: 2rem; }
  .trust-item:nth-child(2)::after, .trust-item:last-child::after { display: none; }
}
.trust-item .trust-num { font-size: clamp(2rem, 3.6vw, 2.75rem); font-weight: 800; color: var(--primary); line-height: 1; display: flex; align-items: baseline; justify-content: center; gap: 2px; }
.trust-item .trust-num .suffix { color: var(--secondary); font-size: 0.6em; font-weight: 700; }
.trust-item .trust-lbl { margin-top: 0.6rem; font-size: 0.92rem; font-weight: 600; color: var(--text-muted); }

/* ---------- Why Choose Us — asymmetric bento layout ---------- */
.why-bento {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.4rem;
}
@media (max-width: 900px) { .why-bento { grid-template-columns: 1fr; grid-template-rows: auto; } }

.why-bento-visual {
  grid-column: 1; grid-row: 1 / span 2;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  min-height: 320px;
}
@media (max-width: 900px) { .why-bento-visual { grid-column: 1; grid-row: auto; min-height: 220px; aspect-ratio: 16/10; width: 100%; } }
@media (max-width: 768px) { .why-bento { width: 100%; } .why-bento-visual { width: 100%; max-width: 100%; } }
.why-bento-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(.2,.8,.2,1); }
.why-bento-visual:hover img { transform: scale(1.05); }

.why-item {
  position: relative;
  display: flex; flex-direction: column; gap: 0.7rem;
  background: rgba(180,21,18,0.1);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.6rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.why-item .why-icon {
  width: 68px; height: 68px; border-radius: 16px; flex-shrink: 0;
  background: #fff; color: var(--secondary);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease;
}
.why-item:hover .why-icon { transform: translateY(-2px); }
.why-item .why-icon svg { width: 32px; height: 32px; }
.why-item .why-icon img { width: 40px; height: 40px; object-fit: contain; }
.why-item h3 { margin-bottom: 0.15rem; font-size: 1.05rem; }
.why-item p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.55; }

.why-visual {
  position: relative; border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--primary), #041a09);
  aspect-ratio: 4/4.8; overflow: hidden; box-shadow: var(--shadow-lg);
}
.why-visual .grid-overlay { opacity: 0.45; }
.why-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.why-visual-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,26,9,0.2) 0%, rgba(4,26,9,0.85) 100%); }
.why-visual-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 2rem; color: #fff; }
.why-visual-content .big-num { font-size: 4.4rem; font-weight: 800; color: var(--secondary-light); line-height: 1; }
.why-visual-content .cap { font-size: 0.95rem; font-weight: 600; margin-top: 0.75rem; letter-spacing: 0.02em; }
.why-visual-content .sub { font-size: 0.85rem; opacity: 0.7; margin-top: 0.4rem; max-width: 260px; }

/* ---------- Industries / Brands band ---------- */
.industries-band { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.industries-track { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.industry-badge {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 1.1rem 1.5rem; min-width: 190px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industry-badge:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.industry-badge .ib-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(180,21,18,0.09); color: var(--secondary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.industry-badge .ib-icon svg { width: 21px; height: 21px; }
.industry-badge span { font-weight: 600; font-size: 0.92rem; color: var(--primary-light); }

/* ---------- Contact / CTA Banner (simple) ---------- */
.cta-banner {
  background: #f2f3f5;
  padding-block: 50px;
}
.cta-banner-inner { text-align: center; max-width: 720px; margin-inline: auto; }
.cta-banner-inner h2 { color: #000; margin-bottom: 1rem; line-height: 1.3; }
.cta-banner-inner p { color: rgba(8,44,16,0.75); font-size: 1.05rem; margin-bottom: 1.8rem; }
.btn-cta-banner {
  background: var(--secondary);
  color: #fff;
}
.btn-cta-banner:hover { background: var(--primary); color: #fff; transform: translateY(-3px); }

/* ---------- Contact / CTA (no form, centered with contact tiles) ---------- */
.cta-modern {
  position: relative;
  overflow: hidden;
  background: var(--primary);
  padding-block: 50px;
}
.cta-modern-shape {
  position: absolute; top: -140px; right: -140px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  z-index: 0;
}
.cta-modern .container { position: relative; z-index: 1; }
.cta-modern-inner { text-align: center; max-width: 640px; margin-inline: auto; }
.cta-modern-inner .eyebrow { color: var(--accent); justify-content: center; }
.cta-modern-inner .eyebrow::before { background: var(--accent); }
.cta-modern-inner h2 { color: #fff; margin-bottom: 1rem; }
.cta-modern-desc { color: rgba(241,245,249,0.8); font-size: 1.05rem; line-height: 1.7; margin-bottom: 2rem; }

.cta-modern-tiles {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.6rem;
  text-align: left;
}
@media (max-width: 700px) { .cta-modern-tiles { grid-template-columns: 1fr; max-width: 320px; margin-inline: auto; margin-top: 2rem; } }
.cta-modern-tile {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.cta-modern-tile:hover { background: rgba(255,255,255,0.12); border-color: var(--accent); transform: translateY(-4px); }
.cta-modern-tile-icon {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(208,147,22,0.18);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.cta-modern-tile-icon svg { width: 18px; height: 18px; }
.cta-modern-tile-lbl { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: rgba(241,245,249,0.6); margin-bottom: 2px; }
.cta-modern-tile-val { font-size: 0.92rem; font-weight: 700; color: #fff; word-break: break-word; }

/* ---------- Trusted By (logo strip above the footer) ---------- */
.trusted-strip { background: var(--bg-alt); padding-top: 60px; padding-bottom: 60px; }
.trusted-strip-label {
  text-align: center;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 2rem;
}
.trusted-strip-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.6rem);
}
@media (max-width: 768px) {
  .trusted-strip-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding: 0.5rem 30% 0.75rem 0;
    margin: 0 -1.25rem;
    padding-left: 1.25rem;
  }
  .trusted-strip-row .trusted-logo {
    flex: 0 0 70%;
    scroll-snap-align: center;
    max-width: 260px;
  }
}
.trusted-logo {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  border: 1.5px solid var(--secondary);
  border-radius: var(--radius-lg);
  padding: 1rem;
  box-shadow: var(--shadow-sm);
  opacity: 1;
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}
.trusted-logo::after {
  content: '';
  position: absolute; left: 50%; bottom: 8px;
  width: 34px; height: 2px;
  background: var(--secondary);
  transform: translateX(-50%);
}
.trusted-logo:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 36px rgba(8,44,16,0.16);
}
@media (min-width: 900px) {
  .trusted-strip-row:hover .trusted-logo:not(:hover) { opacity: 0.4; transform: scale(0.97); }
}
.trusted-logo { min-height: 175px; }
.trusted-logo img { display: block; height: 125px; width: 100%; max-width: 200px; object-fit: contain; }

/* ---------- Divider Band (between Trusted By and Why Choose Us) ---------- */
.divider-band { background: var(--primary); padding-block: 2.4rem; }
.divider-band-inner {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  text-align: center;
  max-width: 640px; margin-inline: auto;
}
.divider-band-inner svg { width: 26px; height: 26px; color: var(--accent); flex-shrink: 0; }
.divider-band-inner p { color: #fff; font-size: 1.05rem; font-weight: 600; line-height: 1.5; }
@media (max-width: 560px) { .divider-band-inner { flex-direction: column; gap: 8px; } }

/* ---------- CTA Split Band (dark gradient, text left / buttons right) ---------- */
.cta-split {
  background: linear-gradient(135deg, #0a1f2e 0%, var(--primary) 55%, #0a1f2e 100%);
  padding-block: clamp(2.4rem, 5vw, 3.2rem);
}
.cta-split-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 2rem;
}
.cta-split-text { max-width: 560px; }
.cta-split-text h2 { color: #fff; margin-bottom: 0.6rem; font-size: clamp(1.4rem, 2.6vw, 1.9rem); line-height: 1.3; }
.cta-split-text p { color: rgba(241,245,249,0.75); font-size: 0.96rem; line-height: 1.6; }
.cta-split-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.btn-cta-split-fill,
.btn-cta-split-outline {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 0.92rem;
  padding: 13px 24px;
  border-radius: var(--radius-md);
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.btn-cta-split-fill svg, .btn-cta-split-outline svg { width: 17px; height: 17px; }
.btn-cta-split-fill { background: var(--secondary); color: #fff; }
.btn-cta-split-fill:hover { background: var(--primary); transform: translateY(-3px); }
.btn-cta-split-outline { background: var(--secondary); color: #fff; border: 1.5px solid var(--secondary); }
.btn-cta-split-outline:hover { background: var(--primary); border-color: var(--primary); transform: translateY(-3px); }

/* ---------- Process / Workflow (numbered stepper, connected by a line) ---------- */
.process-section { background: var(--bg); position: relative; overflow: hidden; }
.process-flow { position: relative; }
.process-flow-line {
  position: absolute;
  top: 54px; left: 12%; right: 12%;
  height: 3px;
  background: var(--border);
  z-index: 0;
}
.process-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; position: relative; z-index: 1; }
@media (max-width: 900px) { .process-flow-grid { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; gap: 3rem; } .process-flow-line { display: none; } }

.process-flow-step { text-align: center; }
.process-flow-node {
  position: relative;
  width: 108px; height: 108px; margin: 0 auto 1.6rem;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--border);
  color: var(--secondary);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.process-flow-node svg { width: 40px; height: 40px; }
.process-flow-badge {
  position: absolute; top: -6px; right: -6px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  border: 3px solid var(--bg);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 800;
}
.process-flow-step h3 { margin-bottom: 0.6rem; }
.process-flow-step p { color: var(--text-muted); font-size: 0.94rem; max-width: 280px; margin-inline: auto; }

.process-flow-step.is-active .process-flow-node {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--accent);
  box-shadow: 0 0 0 8px rgba(8,44,16,0.08);
}
.process-flow-step.is-active .process-flow-badge { background: var(--accent); color: var(--primary); }
.process-flow-step.is-active h3 { color: var(--primary); }

/* ---------- Testimonials ---------- */
.testimonials-wrap { position: relative; }
.testi-track { display: flex; gap: 1.75rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; scrollbar-width: none; }
.testi-track::-webkit-scrollbar { display: none; }
.testi-card {
  scroll-snap-align: start;
  flex: 0 0 clamp(280px, 85vw, 380px);
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 2rem 1.8rem; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
@media (min-width: 700px) { .testi-card { flex-basis: calc(50% - 0.9rem); } }
@media (min-width: 1080px) { .testi-card { flex-basis: calc(33.333% - 1.2rem); } }
.testi-stars { display: flex; gap: 3px; margin-bottom: 1rem; color: var(--accent); }
.testi-stars svg { width: 17px; height: 17px; }
.testi-quote { font-size: 0.96rem; color: var(--primary-light); flex-grow: 1; margin-bottom: 1.4rem; }
.testi-person { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  color: #fff; font-weight: 700; font-size: 1rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.testi-person .tp-name { font-weight: 700; font-size: 0.92rem; color: var(--primary); }
.testi-person .tp-role { font-size: 0.8rem; color: var(--text-muted); }
.testi-nav { display: flex; justify-content: center; gap: 10px; margin-top: 1.5rem; }
.testi-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border); transition: background 0.25s ease, transform 0.25s ease; }
.testi-dot.is-active { background: var(--secondary); transform: scale(1.25); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.35rem 1.6rem; text-align: left; font-weight: 600; font-size: 1rem; color: var(--primary);
}
.faq-question .faq-plus {
  width: 30px; height: 30px; border-radius: 50%; background: var(--bg-alt);
  color: var(--secondary); flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.faq-question .faq-plus svg { width: 16px; height: 16px; }
.faq-item.is-open .faq-question .faq-plus { transform: rotate(45deg); background: var(--secondary); color: #fff; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer-inner { padding: 0 1.6rem 1.5rem; color: var(--text-muted); font-size: 0.95rem; line-height: 1.7; }
.faq-item.is-open .faq-answer { max-height: 400px; }

