:root{
  --bg:#F5F6F6;
  --paper:#FFFFFF;
  --ink:#172C20;
  --muted:#8A8A8A;
  --line:#E2E4E3;
  --accent:#CFF700;
  --primary:#244230;
  --dark:#172C20;
  --radius:24px;
  --manrope: 'Manrope', sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:var(--manrope);
  font-weight:400;
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

/* Super Topbar */
.super-topbar {
  background: var(--dark);
  font-size: 11px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.super-nav {
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
}
.top-contact-info {
  display: flex;
  gap: 24px;
  align-items: center;
}
.top-contact-info a {
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
  letter-spacing: 0.5px;
}
.top-contact-info a:hover {
  color: var(--accent);
}
.top-contact-info strong {
  color: var(--accent);
  margin-right: 4px;
}

/* Navigation */
.topbar {
  border-bottom: 1px solid var(--primary);
  background-color: var(--primary);
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
}
.logo {
  font-weight: 900;
  letter-spacing: -2px;
  font-size: 36px;
  white-space: nowrap;
  color: var(--accent);
  display: flex;
  align-items: center;
}
.logo span{font-weight:400; color:var(--paper);}
.navlinks{
  display:flex;
  gap:30px;
  align-items:center;
  margin-left:auto;
}
.navlinks a{
  font-size:13px;
  font-weight:700;
  transition:.2s;
  color:var(--paper);
}
.navlinks a:hover{color:var(--accent);opacity:1}

.navcontact{
  display:flex;
  align-items:center;
  gap:24px;
  font-size:12px;
  white-space:nowrap;
  color:var(--paper);
}
.navcontact a{transition:opacity .2s;opacity:.9;}
.navcontact a:hover{opacity:1;}
.navcontact strong{display:block;font-size:10px;color:rgba(255,255,255,0.6);letter-spacing:1px;text-transform:uppercase;}
.menu{
  display:none;
  border:0;
  background:none;
  font-size:25px;
  cursor:pointer;
  color:var(--paper);
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid var(--ink);
  border-radius:999px;
  padding:13px 20px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:.25s;
}
.btn-dark{background:var(--primary);border-color:var(--primary);color:white}
.btn-dark:hover{transform:translateY(-2px);background:var(--dark);border-color:var(--dark)}
.btn-light{background:transparent;border-color:var(--primary);color:var(--primary)}
.btn-light:hover{background:var(--primary);color:white}
.btn-accent{background:var(--accent);border-color:var(--accent);color:var(--dark)}
.btn-accent:hover{
  transform:translateY(-2px);
  filter:brightness(.97);
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><text y='24' font-size='24'>⚡</text></svg>") 16 16, pointer;
}

/* ══════════════════════════════════════════════════════
   SUPPLIER LOGO MARQUEE STRIP
   Premium floating glass panel that emerges from the
   diagonal hero split. All SVGs are 810×810 squares;
   the logo artwork typically occupies the centre/lower
   portion — so we render the container tall and
   let each logo scale up naturally via a large width.
══════════════════════════════════════════════════════ */
.supplier-strip {
  position: absolute;
  top: 36px;
  left: 0;
  width: 80vw;
  max-width: 1350px;
  height: 115px;
  display: flex;
  align-items: center;
  z-index: 1;
  /* Premium glass panel */
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(36, 66, 48, 0.08);
  border-left: none;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 12px 35px rgba(20, 40, 30, 0.08);
  overflow: hidden;
}

/* ── Fixed label — 200px reserved area ── */
.supplier-strip__label {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 0 32px;
  white-space: nowrap;
  user-select: none;
}
.supplier-strip__star {
  color: #CFF700;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
  text-shadow: 0 0 14px rgba(207, 247, 0, 0.65);
}
.supplier-strip__text {
  font-family: var(--manrope);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  line-height: 1.4;
}

/* ── Thin vertical divider after label ── */
.supplier-strip__divider {
  flex-shrink: 0;
  width: 1px;
  height: 54px;
  background: rgba(36, 66, 48, 0.14);
  margin: 0 28px 0 0;
}

/* ── Scrolling logo track container ── */
.supplier-strip__scroll {
  flex: 1;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 0;
  /* Fade only the scrolling track, not the background */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0px,
    rgba(0,0,0,1) 40px,
    rgba(0,0,0,1) calc(100% - 60px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0px,
    rgba(0,0,0,1) 40px,
    rgba(0,0,0,1) calc(100% - 60px),
    transparent 100%
  );
}

/* ── Animated track ── */
.supplier-strip__track {
  display: flex;
  align-items: center;
  width: max-content;
  /* -50%  =  exactly one full set of 8 logos scrolls, then loops seamlessly */
  animation: supplierStripScroll 36s linear infinite;
  will-change: transform;
}
.supplier-strip__scroll:hover .supplier-strip__track {
  animation-play-state: paused;
}
@keyframes supplierStripScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════════
   INDIVIDUAL LOGO ITEMS
   All supplier SVGs share viewBox="0 0 810 810" but the logo
   artwork sits in different regions of that square canvas.
   Strategy: give the <img> a generous height so the *visible*
   logo portion renders at ~40-50px, and cap width with max-width.
   The 810×810 square means setting height:100px gives a 100px tall
   image — since artwork is ~50% of canvas, visible mark ≈ 50px.
═══════════════════════════════════════════════════════════════ */

.supplier-strip__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* Right padding = gap between logos */
  padding: 0 40px 0 0;
  flex-shrink: 0;
}

/* Base logo style — height drives sizing since all SVGs are square */
.supplier-strip__item img {
  display: block;
  height: calc(110px * var(--scale, 1));
  width: auto;
  max-width: none;
  object-fit: contain;
  opacity: 0.95;
  transition: opacity 0.22s ease, transform 0.22s ease;
  flex-shrink: 0;
}
.supplier-strip__scroll:hover .supplier-strip__item img {
  opacity: 1;
}

/* Individual logo adjustments for specific padding inside the SVG viewBox */
.supplier-logo--1 { --scale: 1.1; }
.supplier-logo--2 { --scale: 1.3; }
.supplier-logo--3 { --scale: 1.1; }
.supplier-logo--4 { --scale: 2.2; } /* Much smaller actual artwork */
.supplier-logo--5 { --scale: 0.9; } /* Square logo */
.supplier-logo--6 { --scale: 1.1; }
.supplier-logo--7 { --scale: 1.15; }
.supplier-logo--8 { --scale: 1.25; }

/* ── Hero grid offset: push hero content below the floating strip ── */
.hero-grid {
  padding-top: 140px;  /* Brings hero content closer */
}



/* ══════════════════════════════════════════════════════
   Hero Redesign — diagonal split: off-white left, deep green right
 */
.hero {
  padding: 24px 0 20px;
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

/* ── Deep forest green right panel ── */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Diagonal: green starts at 58% at top, 43% at bottom */
  clip-path: polygon(58% 0%, 100% 0%, 100% 100%, 43% 100%);
  background:
    radial-gradient(ellipse 70% 55% at 82% 38%, rgba(207,247,0,0.08) 0%, transparent 65%),
    radial-gradient(ellipse 45% 65% at 92% 78%, rgba(207,247,0,0.045) 0%, transparent 60%),
    linear-gradient(165deg, #1e3428 0%, #172C20 45%, #0d1a10 100%);
  z-index: 2;
  pointer-events: none;
}

/* ── Grain / noise overlay on the green panel ── */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(58% 0%, 100% 0%, 100% 100%, 43% 100%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.04;
  mix-blend-mode: overlay;
  z-index: 3;
  pointer-events: none;
}

.hero-bg-pattern {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(var(--muted) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.09;
  z-index: 0;
  /* Restrict dot pattern to the off-white left side only — diagonal clip */
  clip-path: polygon(0 0, 63% 0, 47% 100%, 0 100%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
  pointer-events: none;
}
/* Wider right column so the person dominates visually */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 4; /* above ::before green panel and ::after noise */
}
.hero-content {
  position: relative;
  z-index: 2;
}

/* Hero Animations */
  .hero-content .eyebrow { animation: fadeInUp15 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) backwards; }
  
  .anim-word { display: inline-block; animation: blurReveal 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) backwards; }
  .anim-word:nth-child(1) { animation-delay: 0.1s; }
  .anim-word:nth-child(2) { animation-delay: 0.2s; }
  .anim-word:nth-child(3) { animation-delay: 0.3s; }
  
  .hero-content .hero-copy { animation: fadeInUp12 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s backwards; }
  
  .hero-content .hero-buttons { animation: scaleFadeInBtn 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s backwards; }
  
  .hero-trust { animation: fadeInUp15 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s backwards; }
  .hero-visual { animation: scaleFadeIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s backwards; }
  .stat.clients { animation: fadeInUp15 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.65s backwards; }
  .stat.rating { animation: fadeInUp15 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.7s backwards; }
  
  .circular-badge { animation: spin 20s linear infinite; }
@keyframes fadeInUp15 {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp12 {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes blurReveal {
  from { opacity: 0; transform: translateY(10px); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes scaleFadeInBtn {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes scaleFadeIn {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 22px;
}
.starburst {
  flex-shrink: 0;
}
h1 {
  font-family: var(--manrope);
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 0.95;
  margin: 0 0 25px;
  max-width: 650px;
  color: var(--primary);
}

@keyframes paintDissolve {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* Lime green gradient on the word "Better" */
.word-glow {
  background: linear-gradient(90deg, var(--accent) 0%, #a2d300 50%, var(--accent) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.word-glow:hover {
  animation: paintDissolve 1.5s ease-out forwards;
}
.hero-copy {
  color: var(--muted);
  max-width: 520px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 35px;
}
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.btn-primary-cta {
  background: var(--accent);
  color: var(--primary);
  border-color: var(--accent);
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-primary-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(207, 247, 0, 0.3);
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><text y='24' font-size='24'>⚡</text></svg>") 16 16, pointer;
}
.btn-primary-cta:hover .arrow-icon {
  transform: translateX(5px);
}
.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Trust Area */
.hero-trust {
  display: flex;
  align-items: center;
  gap: 25px;
}
.trust-divider {
  width: 1px;
  height: 35px;
  background: var(--line);
}
.trust-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.trust-stat strong {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}
.trust-stat span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  font-weight: 700;
}

/* Hero Right Side - Visual */
.hero-visual {
  /* Tall enough for the person to dominate; negative top margin pulls it up into
     the hero's breathing space so the figure aligns with the H1 */
  min-height: 680px;
  margin-top: -20px;
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: visible;
}
/* Abstract blurred shape — upper lime accent */
.hero-visual::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle at 50% 50%, rgba(207,247,0,0.06) 0%, transparent 65%);
  filter: blur(55px);
  top: 0%;
  left: -5%;
  border-radius: 62% 38% 55% 45% / 50% 60% 40% 50%;
  z-index: 0;
  pointer-events: none;
}
/* Abstract blurred shape — lower dark mass */
.hero-visual::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 300px;
  background: radial-gradient(circle, rgba(10,20,12,0.55) 0%, transparent 70%);
  filter: blur(42px);
  bottom: 8%;
  right: -2%;
  border-radius: 40% 60% 45% 55% / 55% 40% 60% 45%;
  z-index: 0;
  pointer-events: none;
}
.broker.image-stage {
  position: relative;
  width: 100%;
  min-height: 680px;
  border-radius: 32px;
  background: transparent;
  overflow: visible;
  flex: 1;
}
/* ─── Organic atmospheric glass glow behind the person ──────────────────────
   This is NOT a card. It is a soft, multi-stop radial-gradient ellipse placed
   absolutely behind the images. No border. No visible box. Just atmosphere. */
.broker.image-stage::before {
  content: "";
  position: absolute;
  /* Oversize the glow — it should be larger than the person */
  inset: -8% -10%;
  border-radius: 50% 60% 55% 65% / 50% 55% 60% 50%;
  /* Layered radial gradients: lime core fading through translucent white
     into the page background — no hard edges anywhere */
  background:
    radial-gradient(
      ellipse 65% 70% at 55% 48%,
      rgba(207, 247, 0, 0.07) 0%,
      rgba(207, 247, 0, 0.03) 40%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 80% 85% at 50% 52%,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.06) 50%,
      transparent 80%
    ),
    radial-gradient(
      ellipse 55% 60% at 40% 60%,
      rgba(36, 66, 48, 0.05) 0%,
      transparent 65%
    );
  /* Gentle blur for the glassy atmosphere */
  filter: blur(28px);
  z-index: 0;
  pointer-events: none;
}
/* Crossfade images — all occupy exactly the same position and dimensions */
.stage-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
  z-index: 1;
  filter: none;
  will-change: opacity, transform;
}
.stage-img.active {
  opacity: 1;
  animation: imgDrift 5s ease-out forwards;
  z-index: 2;
}
@keyframes imgDrift {
  from { transform: scale(1.00); }
  to   { transform: scale(1.02); }
}
/* Indicators */
.stage-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.4s ease, transform 0.3s ease;
}
.indicator:hover {
  transform: scale(1.2);
}
.indicator.active {
  background: var(--accent);
}


/* Circular Badge — inside .broker.image-stage, anchored to upper-right of the image */
.circular-badge {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 116px;
  height: 116px;
  z-index: 10;
  background: var(--paper);
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.10), 0 0 0 1px rgba(36,66,48,0.07);
}
.circular-badge svg {
  width: 100%;
  height: 100%;
}
.circular-badge::after {
  content: "\2726";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--accent);
  font-size: 28px;
  line-height: 1;
}

/* Floating Stat — rating card: inside image-stage, half-overlapping left edge */
.stat {
  position: absolute;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 14px 20px;
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.09);
  z-index: 5;
}
.stat.rating {
  /* Pull the card outside the left edge of the image stage by ~50% of its width
     so it overlaps both the image and the left hero content column */
  left: -70px;
  bottom: 80px;
}
.stat.clients {
  right: -50px;
  top: 180px;
}
.stat b {
  font-family: var(--manrope);
  font-size: 28px;
  font-weight: 800;
  display: block;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 6px;
}
.stat small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
}
.stat small::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
}


/* ──────────────────────────────────────────────────────
   SERVICE / VALUE MARQUEE — dark green + lime, below Hero
────────────────────────────────────────────────────── */
.brand-marquee {
  background: var(--primary);
  color: var(--accent);
  /* Compact: ~62px total */
  height: 62px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.brand-marquee .marquee {
  overflow: hidden;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.brand-marquee .track {
  display: flex;
  width: max-content;
  animation: scroll 28s linear infinite;
  gap: 52px;
  align-items: center;
}
.brand-marquee .supplier {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--accent);
}
@keyframes scroll{to{transform:translateX(-50%)}}

/* Sections */
section{padding:105px 0}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:45px;
}
.section-head h2{
  font-family:var(--manrope);
  font-weight:800;
  font-size:clamp(42px,5vw,66px);
  line-height:.95;
  letter-spacing:-2px;
  margin:0;
  max-width:650px;
  color:var(--primary);
}
.section-head p{max-width:430px;color:var(--muted);margin:0}

/* Services */
.services{background:var(--paper)}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

/* ── Service Card — 3D App-Card Aesthetic ── */
.service-card{
  border-radius:var(--radius);
  padding:27px;
  aspect-ratio:1/1.15;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:var(--primary);
  overflow:hidden;
  transition:background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  cursor:default;
}

/* Card lift + darken on hover */
.service-card:hover{
  background:var(--dark);
  transform:translateY(-8px);
  box-shadow:0 24px 60px rgba(23,44,32,0.38);
}

/* ── 3D Asset ── */
.card-3d-asset{
  position:absolute;
  bottom:-10%;
  right:-8%;
  width:70%;
  pointer-events:none;
  z-index:0;
  transition:transform 0.45s cubic-bezier(0.2,0.8,0.2,1);
  user-select:none;
  display:block;
}
.service-card:hover .card-3d-asset{
  transform:scale(1.12) translateY(-6px);
}
.service-card[data-service="business"] .card-3d-asset {
  bottom: 0%;
  right: -2%;
}

/* ── Card Content (above asset) ── */
.card-content{
  position:relative;
  z-index:2;
  flex:1;
}

/* ── Service Icon ── */
.service-icon{
  width:46px;height:46px;border-radius:50%;
  background:var(--accent);
  display:grid;place-items:center;
  font-size:20px;
  color:var(--dark);
}

/* ── Headings inside card (white on dark) ── */
.service-card h3{
  font-family:var(--manrope);
  font-size:34px;
  font-weight:700;
  letter-spacing:-1px;
  line-height:1.1;
  margin:30px 0 10px;
  max-width:270px;
  color:var(--paper);
}
.service-card p{
  color:rgba(255,255,255,0.62);
  font-size:14px;
  max-width:280px;
}

/* ── Card Bottom Row: glass badge + arrow ── */
.card-bottom{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

/* ── Glassmorphism Pill Badge ── */
.card-glass-badge{
  background:rgba(255,255,255,0.13);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,0.18);
  border-radius:999px;
  padding:7px 16px;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--paper);
  white-space:nowrap;
}

/* ── Arrow Button ── */
.arrow{
  position:static;    /* removed absolute; now flows in card-bottom flex */
  flex-shrink:0;
  width:54px;height:54px;
  border:1px solid rgba(255,255,255,0.28);
  border-radius:50%;
  background:transparent;
  cursor:pointer;
  font-size:22px;
  color:var(--paper);
  display:grid;place-items:center;
  transition:background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
/* Arrow accent on card hover */
.service-card:hover .arrow{
  background:var(--accent);
  border-color:var(--accent);
  color:var(--dark);
}
/* Arrow rotate when service details panel is open */
.service-card.open .arrow{
  background:var(--accent);
  border-color:var(--accent);
  color:var(--dark);
  transform:rotate(45deg);
}

/* ── Service Details Panel — Accordion ── */
.service-details {
  grid-column: 1 / -1;
  border-radius: var(--radius);
  background: var(--bg);
  border: 1px solid var(--line);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.3s ease;
}
.service-details.active {
  max-height: 900px;
}

/* ── 40/60 Value Proposition Layout ── */
.detail-vp {
  display: flex;
  gap: 52px;
  padding: 42px;
  align-items: start;
}
.detail-vp__left {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-vp__right {
  flex: 1;
  min-width: 0;
}
.detail-vp__heading {
  font-family: var(--manrope);
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  color: var(--primary);
  margin: 0;
}
.detail-vp__sub {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
}

/* ── Grid of Trust ── */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.feature-card--full {
  grid-column: 1 / -1;
}

/* ── Feature Mini-Card ── */
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.feature-card:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
}
.feature-icon {
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
}
.feature-card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--ink);
  line-height: 1.5;
}

/* ── Stagger Entrance Animations ── */
  .service-details.active .detail-vp__left {
    animation: vpFadeIn 0.45s ease forwards;
  }
  .service-details.active .feature-card {
    opacity: 0;
    animation: vpCardIn 0.4s ease forwards;
  }
  .service-details.active .feature-card:nth-child(1) { animation-delay: 0.12s; }
  .service-details.active .feature-card:nth-child(2) { animation-delay: 0.18s; }
  .service-details.active .feature-card:nth-child(3) { animation-delay: 0.24s; }
  .service-details.active .feature-card:nth-child(4) { animation-delay: 0.30s; }
  .service-details.active .feature-card:nth-child(5) { animation-delay: 0.36s; }
  .service-details.active .feature-card:nth-child(6) { animation-delay: 0.42s; }
  .service-details.active .feature-card:nth-child(7) { animation-delay: 0.48s; }
@keyframes vpFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}
@keyframes vpCardIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}

.detail-actions { display: flex; gap: 10px; flex-wrap: wrap; }





/* ── Testimonials ── */
.testimonials { background: var(--primary); color: white; overflow: hidden; }
.testimonials .section-head h2 { color: white; }
.testimonials .section-head p { color: rgba(255,255,255,0.7); }

/* Marquee container */
.testimonial-marquee {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 30px; /* Increased top padding to allow images to extend above */
  cursor: default;
}

/* Scrolling track */
.testimonial-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: scrollMarquee 45s linear infinite;
}

/* Pause on hover */
.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}

@keyframes scrollMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 12px)); } /* Gap is 24, so half is 12 */
}


/* Individual card */
.testimonial {
  width: 520px; /* Wider card to fit side-by-side layout */
  flex-shrink: 0;
  background: var(--dark);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 32px 180px 32px 32px; /* Large right padding to make room for image */
  min-height: 280px;
  display: flex;
  position: relative;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.testimonial:hover {
  transform: scale(1.03);
  background: var(--primary);
  box-shadow: 0 12px 36px rgba(207,247,0,0.12);
  border-color: rgba(255,255,255,0.22);
}

/* Text Content Container */
.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

/* Stars */
.stars { color: var(--accent); letter-spacing: 3px; }

/* Quote text */
.testimonial blockquote {
  font-family: var(--manrope);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  margin: 16px 0 24px;
  color: var(--paper);
}

/* Person Info */
.person-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
}
.person-info b {
  color: var(--paper);
  font-size: 15px;
}
.person-info small { color: rgba(255,255,255,0.5); display: block; font-size: 13px; }

/* Pop-out Image on the Right */
.testimonial-image {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 140px;
  height: calc(100% + 40px); /* Extends 40px above the top of the card */
  z-index: 2;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0; /* Rounded top, flat bottom */
  display: block;
}


/* Feedback */
.feedback-wrap{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:start;
}
.feedback h2,.about h2{
  font-family:var(--manrope);
  font-weight:800;
  font-size:clamp(42px,5vw,65px);
  letter-spacing:-2px;
  line-height:.95;
  margin:0;
  color:var(--primary);
}
.feedback p,.about p{color:var(--muted)}
.feedback-form{
  border:1px solid var(--line);
  background:var(--paper);
  padding:30px;
  border-radius:var(--radius);
}
.rating-input{display:flex;gap:8px;margin:10px 0 22px}
.rating-input button{
  border:0;background:none;font-size:30px;color:var(--line);cursor:pointer;padding:0
}
.rating-input button.selected{color:var(--accent)}
textarea{
  width:100%;min-height:130px;border:1px solid var(--line);
  background:var(--bg);border-radius:14px;padding:15px;resize:vertical;
  font:inherit;outline:none;
}

/* About */
.about{background:var(--paper)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.about-copy{max-width:560px}
.about-copy p{font-size:17px;margin:25px 0}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.value{border-top:1px solid var(--line);padding-top:15px}
.value b{font-family:var(--manrope);font-size:25px;font-weight:700;color:var(--primary)}
.value p{font-size:13px;margin-top:8px}

/* CTA / Contact */
.contact{
  background:var(--accent);
  padding:90px 0;
  color:var(--dark);
}
.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:end}
.contact h2{
  font-family:var(--manrope);font-weight:800;
  font-size:clamp(48px,6vw,78px);
  letter-spacing:-3px;line-height:.9;margin:0;
  color:var(--dark);
}
.contact p{max-width:480px;color:var(--primary)}
.contact-details{display:flex;flex-direction:column;gap:16px}
.contact-details a{font-size:20px;font-weight:800;border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:12px;color:var(--dark)}
.contact .btn-dark{width:max-content;margin-top:20px;background:var(--primary);color:white;border-color:var(--primary)}
.contact .btn-dark:hover{background:var(--dark);border-color:var(--dark)}

/* Footer */
footer{background:var(--dark);color:white;padding:60px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:45px}
footer .logo{margin-bottom:15px;color:white}
.footer-copy{color:rgba(255,255,255,0.7);max-width:300px;font-size:13px}
footer h4{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,0.5);margin:0 0 15px}
footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
footer li{font-size:13px;color:rgba(255,255,255,0.8)}
.copyright{border-top:1px solid rgba(255,255,255,0.1);margin-top:45px;padding-top:20px;color:rgba(255,255,255,0.5);font-size:11px;display:flex;justify-content:space-between;gap:20px}

/* ── RESPONSIVE: Tablet 900px ── */
@media(max-width:900px){
  .navlinks,.navcontact{display:none}
  .menu{display:block}

  /* Hero: single column, person below text */
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-grid,.feedback-wrap,.contact-grid{grid-template-columns:1fr}
  .hero { padding-top: 48px; padding-bottom: 70px; }
  .hero-visual { min-height: 500px; margin-top: 0; }
  .broker.image-stage { min-height: 500px; }
  /* Glow backdrop: slightly smaller blur on tablet */
  .broker.image-stage::before { filter: blur(20px); }

  /* Badge: smaller, still overlapping image upper-right */
  .circular-badge { width: 100px; height: 100px; top: 12px; right: -8px; }
  .circular-badge::after { font-size: 20px; }

  .stat.rating { right: 5px; bottom: -10px; }

  /* On tablet (1 col): green panel covers bottom ~45% where the image sits */
  .hero::before {
    clip-path: polygon(0% 53%, 100% 53%, 100% 100%, 0% 100%);
  }
  .hero::after {
    clip-path: polygon(0% 53%, 100% 53%, 100% 100%, 0% 100%);
  }
  .hero-bg-pattern { clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%); }

  /* Supplier strip — tablet */
  .supplier-strip { height: 90px; width: 88%; top: 28px; border-radius: 0 16px 16px 0; }
  .supplier-strip__label { width: 160px; padding-left: 24px; }
  .supplier-strip__star { font-size: 17px; }
  .supplier-strip__text { font-size: 9px; }
  .supplier-strip__divider { height: 44px; margin-right: 20px; }
  .supplier-strip__item img { height: calc(70px * var(--scale, 1)); max-width: none; }
  .supplier-strip__item { padding: 0 60px 0 0; }
  .hero-grid { padding-top: 142px; }

  .service-grid,.testimonial-grid{grid-template-columns:1fr}
  .service-card{aspect-ratio:auto;min-height:300px}
  .service-details{grid-column:auto;max-height:0}
  .service-details.active{max-height:1400px}
  .detail-vp{flex-direction:column;padding:28px;gap:32px}
  .detail-vp__left{flex:unset;width:100%}
  .footer-grid{grid-template-columns:1fr 1fr}
}
/* ── RESPONSIVE: Mobile 560px ── */
@media(max-width:560px){
  .container{width:min(100% - 28px,1180px)}
  .nav{min-height:70px}
  h1{font-size:42px;letter-spacing:-1.5px}
  section{padding:75px 0}

  /* Mobile Hero */
  .hero { overflow: hidden; padding: 36px 0 60px; }
  /* Green panel shrinks — only covers bottom image area */
  .hero::before {
    clip-path: polygon(0% 48%, 100% 48%, 100% 100%, 0% 100%);
  }
  .hero::after {
    clip-path: polygon(0% 48%, 100% 48%, 100% 100%, 0% 100%);
  }
  .hero-bg-pattern { clip-path: polygon(0 0, 100% 0, 100% 46%, 0 46%); }
  /* On mobile: text first, then image — already natural with grid stacking */
  .hero-visual { min-height: 380px; margin-top: 0; padding-bottom: 24px; }
  .broker.image-stage { min-height: 360px; }
  /* Glow backdrop: less blur on mobile for performance */
  .broker.image-stage::before { filter: blur(16px); inset: -5% -5%; }

  /* Badge: repositioned relative to stacked image */
  .circular-badge { width: 80px; height: 80px; top: 8px; right: 4px; }
  .circular-badge::after { font-size: 16px; }

  /* Stat card - fixed positioning to prevent cut off */
  .stat { padding: 10px 14px; }
  .stat b { font-size: 20px; }
  .stat.rating { left: -10px; bottom: 10px; right: auto; top: auto; z-index: 10; transform: scale(0.9); }
  .stat.clients { right: -10px; top: 120px; left: auto; bottom: auto; z-index: 10; transform: scale(0.9); }
  .stage-indicators { bottom: 6px; z-index: 20; }

  .hero-bg-pattern { background-size: 18px 18px; opacity: 0.07; }
  .hero-buttons { flex-direction: column; }
  .btn-primary-cta { width: 100%; text-align: center; justify-content: center; }
  .hero-trust { gap: 15px; flex-wrap: wrap; }

  /* Supplier strip — mobile */
  .supplier-strip { height: 72px; width: 92%; top: 18px; border-radius: 0 14px 14px 0; }
  .supplier-strip__label { width: 130px; padding-left: 16px; gap: 8px; }
  .supplier-strip__star { font-size: 14px; }
  .supplier-strip__text { font-size: 8px; letter-spacing: 0.1em; }
  .supplier-strip__divider { height: 36px; margin-right: 14px; }
  .supplier-strip__item img { height: calc(58px * var(--scale, 1)); max-width: none; }
  .supplier-strip__item { padding: 0 44px 0 0; }
  .hero-grid { padding-top: 110px; }

  /* Service marquee: keep height */
  .brand-marquee { height: 54px; }
  .brand-marquee .supplier { font-size: 11px; letter-spacing: 2px; }

  .service-card{aspect-ratio:auto;min-height:240px}
  .card-3d-asset{width:55%}
  .service-card h3{font-size:26px}
  .feature-grid{grid-template-columns:1fr}
  .feature-card--full{grid-column:auto}
  .detail-vp{padding:20px;gap:24px}
  .values{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .copyright{flex-direction:column}
  
  /* Mobile Navigation Styles */
  .mobile-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: var(--dark);
    padding: 24px;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    z-index: 40;
  }
  .mobile-nav.open {
    display: flex;
    animation: fadeIn 0.3s ease;
  }
  .mobile-nav a {
    color: var(--paper);
    font-size: 16px;
    font-weight: 700;
  }
  .mobile-nav .btn {
    width: 100%;
  }
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

.supplier-strip__item img {
  transition: filter 0.3s ease;
}

.supplier-strip__item img:hover {
  filter: drop-shadow(0 0 12px var(--accent));
}

/* Lucide Icons Defaults */
i[data-lucide], svg.lucide {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  stroke: currentColor;
}
svg.lucide.lucide-fill {
  fill: currentColor;
}
.service-icon svg.lucide {
  width: 1.5em;
  height: 1.5em;
}
.arrow svg.lucide {
  width: 1.2em;
  height: 1.2em;
}
