/* ==========================================================================
   GMS Consultants — home.css (gms-homepage.html only)
   Loaded after css/base.css. Contains: rich hero, floating partners banner,
   Jitter-style scroll text reveal, Mobbin-style stacking stats, cost cards,
   bento services grid, approach strip, why-us grid, target sectors,
   and the homepage-specific responsive overrides.
   ========================================================================== */

section{padding:108px 0;position:relative;}

/* ================= ANNOUNCEMENT BAR ================= */
.gms-announce-bar{
  background:linear-gradient(95deg, var(--teal-deep, #2c5953), var(--teal, #3d7a72));
  position:relative;
  z-index:50;
}
.announce-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  padding:11px 24px;
  text-align:center;
}
.announce-badge{
  flex-shrink:0;
  background:rgba(255,255,255,0.16);
  color:#fff;
  font-size:0.68rem;
  font-weight:800;
  letter-spacing:0.06em;
  padding:3px 9px;
  border-radius:5px;
}
.announce-text{
  color:#fdfaf4;
  font-size:0.86rem;
  font-weight:500;
  line-height:1.4;
}
.announce-text strong{font-weight:700;}
.announce-link{
  flex-shrink:0;
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--teal-deep, #2c5953);
  background:#fff;
  font-size:0.78rem;
  font-weight:700;
  text-decoration:none;
  padding:6px 14px;
  border-radius:100px;
  transition:transform .25s ease, box-shadow .25s ease;
}
.announce-link:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,0,0,0.15);}
@media (max-width:640px){
  .announce-inner{padding:10px 18px;gap:8px;}
  .announce-text{font-size:0.78rem;}
  .announce-badge{display:none;}
}

/* ================= HERO ================= */
/* ================= PREMIUM HERO SECTION ================= */
.hero-premium {
  position: relative;
  padding: 180px 0 60px;   /* was: 180px 0 120px */
  background-color: var(--cream, #fffaf5);
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

/* --- Green Streaks & Ambient Lighting Backdrops --- */
.hp-streak-left {
  position: absolute;
  top: -15%;
  left: -10%;
  width: 600px;
  height: 450px;
  background: radial-gradient(ellipse at center, rgba(61, 122, 114, 0.18) 0%, rgba(61, 122, 114, 0.05) 50%, transparent 70%);
  filter: blur(60px);
  transform: rotate(-20deg);
  pointer-events: none;
  z-index: -1;
}

.hp-streak-right {
  position: absolute;
  bottom: 10%;
  right: -5%;
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(61, 122, 114, 0.14) 0%, rgba(255, 241, 227, 0.2) 60%, transparent 80%);
  filter: blur(80px);
  transform: rotate(15deg);
  pointer-events: none;
  z-index: -1;
}

.hp-glow-core {
  position: absolute;
  top: -10%;
  left: 50%;
  width: 1000px;
  height: 600px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 241, 227, 0.7) 0%, rgba(255, 255, 255, 0) 75%);
  pointer-events: none;
  z-index: -1;
}

.hp-grid-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(61, 122, 114, 0.12) 1px, transparent 1.2px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 900px 600px at 50% 20%, black 30%, transparent 80%);
  mask-image: radial-gradient(ellipse 900px 600px at 50% 20%, black 30%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}

/* --- Content & Typography Typography --- */
.hp-content {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.hp-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid var(--line, rgba(0,0,0,0.08));
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 32px;
  color: var(--ink-soft, #555);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.hp-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--teal, #3d7a72);
  box-shadow: 0 0 0 0 rgba(61, 122, 114, 0.5);
  animation: hp-pulse 2s infinite;
}

@keyframes hp-pulse {
  0% { box-shadow: 0 0 0 0 rgba(61, 122, 114, 0.4); }
  70% { box-shadow: 0 0 0 8px rgba(61, 122, 114, 0); }
  100% { box-shadow: 0 0 0 0 rgba(61, 122, 114, 0); }
}

.hero-premium h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.25rem);
  color: var(--ink, #111);
  letter-spacing: -0.03em;
  line-height: 1.15;
  font-weight: 800;
}

.hp-accent {
  color: var(--teal, #3d7a72);
  position: relative;
}

.hp-lede {
  margin: 24px auto 0;
  font-size: 1.18rem;
  line-height: 1.65;
  color: var(--ink-soft, #4a4a4a);
  max-width: 56ch;
  font-weight: 500;
}

/* --- Form Field & Interactive Button State Elements --- */
.hp-action-form {
  display: flex;
  max-width: 540px;
  margin: 40px auto 0;
  background: #ffffff;
  border: 1.5px solid rgba(61, 122, 114, 0.2);
  border-radius: 100px;
  padding: 6px 6px 6px 24px;
  box-shadow: 0 16px 38px rgba(61, 122, 114, 0.07);
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hp-action-form:focus-within {
  border-color: var(--teal, #3d7a72);
  box-shadow: 0 16px 38px rgba(61, 122, 114, 0.14), 0 0 0 4px rgba(61, 122, 114, 0.1);
  transform: translateY(-1px);
}

.hp-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.98rem;
  background: transparent;
  color: var(--ink, #111);
  height: 44px;
}
.hp-input::placeholder {
  color: var(--ink-faint, #aaa);
}

/* Active State Button Adjustments */
.hp-submit-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--teal, #3d7a72);
  color: #ffffff;
  border: none;
  outline: none;
  padding: 0 24px;
  height: 44px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(61, 122, 114, 0.25);
}

.hp-submit-btn:hover {
  background: var(--teal-deep, #2c5953);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(61, 122, 114, 0.35);
}

.hp-submit-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(61, 122, 114, 0.2);
}

.hp-submit-btn svg {
  transition: transform 0.2s ease;
}
.hp-submit-btn:hover svg {
  transform: translateX(3px);
}

.hp-microcopy {
  margin-top: 18px;
  font-size: 0.84rem;
  color: var(--ink-faint, #888);
  font-weight: 500;
}

/* --- Seamless Web Browser Window Frame Container --- */
.hp-visual-window {
  position: relative;
  margin: 68px auto 0;
  max-width: 1000px;
  padding: 0 8px;
}

/* Subtle glow emission behind presentation component */
.hp-visual-window::before {
  content: '';
  position: absolute;
  inset: 30px 50px -10px;
  background: var(--teal, #3d7a72);
  opacity: 0.1;
  filter: blur(50px);
  z-index: -1;
  border-radius: 20px;
}

.hp-window-frame {
  background: #ffffff;
  border: 1px solid rgba(61, 122, 114, 0.15);
  border-radius: 16px 16px 0 0;
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.hp-window-header {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, var(--cream, #fffaf5) 100%);
  padding: 14px 20px;
  border-bottom: 1px solid rgba(61, 122, 114, 0.08);
  position: relative;
}

.hp-window-dots {
  display: flex;
  gap: 8px;
}
.hp-window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e4e4e4;
}
.hp-window-dots span:nth-child(1) { background: #ff5f56; }
.hp-window-dots span:nth-child(2) { background: #ffbd2e; }
.hp-window-dots span:nth-child(3) { background: #27c93f; }

.hp-window-url {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid rgba(61, 122, 114, 0.08);
  padding: 3px 28px;
  border-radius: 6px;
  font-size: 0.76rem;
  color: var(--ink-soft, #666);
  font-weight: 500;
}

.hp-window-body {
  position: relative;
  background: #ffffff;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.hp-image-asset {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ---- Dexter Lab Announcement Panel (replaces dashboard screenshot) ---- */
.hp-announce-body{
  line-height:normal;
  background:
    radial-gradient(ellipse 480px 260px at 90% -10%, rgba(61,122,114,0.16), transparent 70%),
    linear-gradient(135deg, #fbfaf6 0%, var(--cream, #fffaf5) 100%);
}
.announce-panel{
  display:grid;
  grid-template-columns:1.35fr 1fr;
  align-items:stretch;
  text-align:left;
}
.announce-panel-left{
  padding:44px 40px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
}
.announce-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:0.74rem;
  font-weight:700;
  letter-spacing:0.05em;
  text-transform:uppercase;
  color:var(--teal-deep, #2c5953);
  background:var(--teal-pale, #eaf2f0);
  padding:5px 12px;
  border-radius:100px;
  margin-bottom:10px;
}
.announce-panel-left h3{
  font-size:1.5rem;
  font-weight:800;
  line-height:1.25;
  color:var(--ink, #111);
  letter-spacing:-0.01em;
  margin:0 0 12px;
}
.announce-panel-left p{
  font-size:0.92rem;
  line-height:1.6;
  color:var(--ink-soft, #555);
  font-weight:500;
  max-width:38ch;
  margin:0 0 22px;
}
.announce-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:var(--teal, #3d7a72);
  color:#fff;
  font-size:0.86rem;
  font-weight:700;
  text-decoration:none;
  padding:11px 22px;
  border-radius:100px;
  box-shadow:0 6px 16px rgba(61,122,114,0.25);
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.announce-cta:hover{
  background:var(--teal-deep, #2c5953);
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(61,122,114,0.35);
}
.announce-cta svg{transition:transform .2s ease;}
.announce-cta:hover svg{transform:translateX(3px);}

.announce-panel-right{
  background:var(--teal-deep, #2c5953);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:0;
  padding:36px 32px;
}
.announce-stat{
  color:#fff;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,0.14);
  display:flex;
  flex-direction:column;
  gap:2px;
}
.announce-stat:last-child{border-bottom:none;}
.announce-stat span{
  font-size:1.7rem;
  font-weight:800;
  letter-spacing:-0.02em;
  line-height:1;
}
.announce-stat{font-size:0.76rem;font-weight:600;color:rgba(255,255,255,0.78);}

@media (max-width:760px){
  .announce-panel{grid-template-columns:1fr;}
  .announce-panel-left{padding:34px 26px 28px;}
  .announce-panel-left h3{font-size:1.3rem;}
  .announce-panel-right{
    flex-direction:row;
    justify-content:space-between;
    padding:22px 26px;
    gap:10px;
  }
  .announce-stat{
    border-bottom:none;
    padding:0;
    align-items:flex-start;
  }
  .announce-stat span{font-size:1.3rem;}
}
@media (max-width:460px){
  .announce-panel-right{flex-direction:column;gap:14px;}
}

/* ================= FLOATING PARTNERS BANNER ================= */
.partners-section{
  padding:90px 0 40px;
  text-align:center;
  position:relative;
}
.partners-pill{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:#fff;
  border:1px solid var(--line);
  padding:14px 28px;
  border-radius:100px;
  box-shadow:0 4px 14px rgba(23,26,24,0.05), 0 20px 50px -10px rgba(61,122,114,0.18);
  font-size:0.88rem;
  font-weight:600;
  color:var(--ink-soft);
  animation:floatPill 5s ease-in-out infinite;
}
@keyframes floatPill{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-9px);}
}
.partners-pill .stars{color:var(--peach-deep);letter-spacing:1px;}
.partners-pill .sep{width:1px;height:16px;background:var(--line);}

.partners-label{
  margin-top:48px;
  font-size:0.85rem;
  font-weight:600;
  color:var(--ink-faint);
}

.float-track{
  position:relative;
  height:130px;
  margin-top:30px;
  overflow:hidden;
}
.float-track::before, .float-track::after{
  content:'';
  position:absolute;
  top:0;bottom:0;
  width:120px;
  z-index:3;
  pointer-events:none;
}
.float-track::before{left:0;background:linear-gradient(90deg, var(--cream), transparent);}
.float-track::after{right:0;background:linear-gradient(270deg, var(--cream), transparent);}
.float-row{
  display:flex;
  gap:28px;
  width:max-content;
  animation:floatScroll 28s linear infinite;
  align-items:center;
}
.float-row:hover{animation-play-state:paused;}
@keyframes floatScroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}
.float-chip{
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px 22px;
  font-weight:700;
  font-size:0.95rem;
  color:var(--ink);
  box-shadow:var(--shadow-sm);
  white-space:nowrap;
  transition:transform .4s var(--ease), box-shadow .4s var(--ease);
}
.float-chip:hover{transform:translateY(-6px) rotate(-1deg);box-shadow:var(--shadow-lg);}
.float-chip .fc-icon{
  width:30px;height:30px;border-radius:9px;
  background:var(--teal-pale);
  display:flex;align-items:center;justify-content:center;
  color:var(--teal-deep);
  flex-shrink:0;
}
.float-chip.up{margin-top:-14px;}
.float-chip.down{margin-top:14px;}

/* ================= JITTER-STYLE SCROLL TEXT REVEAL ================= */
.reveal-text-section{
  padding:130px 0;
  background:var(--cream);
}
.rt-eyebrow{text-align:center;margin-bottom:36px;}
.scroll-reveal-text{
  max-width:920px;
  margin:0 auto;
  font-size:clamp(1.7rem, 3.4vw, 2.9rem);
  font-weight:700;
  line-height:1.35;
  letter-spacing:-0.01em;
  text-align:center;
}
.scroll-reveal-text .word{
  color:var(--ink-faint);
  transition:color .4s ease;
  display:inline-block;
}
.scroll-reveal-text .word.lit{
  color:var(--ink);
}
.scroll-reveal-text .word.accent-lit{
  color:var(--teal);
}

/* ================= MOBBIN-STYLE STACKING STATS ================= */
.stack-section{
  position:relative;
  padding:60px 0 130px;
  background:var(--cream);
  overflow:hidden;
}
.stack-wrap{
  max-width:760px;
  margin:0 auto;
  text-align:center;
  position:relative;
}
.stack-label{
  font-size:1.05rem;
  font-weight:600;
  color:var(--ink-soft);
  margin-bottom:6px;
}
.stack-row{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:14px;
  font-size:clamp(2.6rem, 6vw, 4.6rem);
  font-weight:800;
  letter-spacing:-0.02em;
  color:var(--ink);
  padding:6px 0;
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s var(--ease), transform .7s var(--ease);
}
.stack-row.is-visible{opacity:1;transform:translateY(0);}
.stack-row .unit{
  font-size:0.45em;
  font-weight:700;
  color:var(--teal);
}
.stack-orbit{
  position:absolute;
  width:54px;height:54px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity .8s var(--ease), transform .8s var(--ease);
}
.stack-orbit.is-visible{opacity:1;}
.stack-orbit svg{width:24px;height:24px;color:var(--teal-deep);}
.orbit-1{top:6%;left:6%;transform:rotate(-8deg);animation:orbitFloat 6s ease-in-out infinite;}
.orbit-2{top:30%;right:4%;transform:rotate(6deg);animation:orbitFloat 7s ease-in-out infinite reverse;}
.orbit-3{bottom:18%;left:10%;transform:rotate(4deg);animation:orbitFloat 5.5s ease-in-out infinite;}
.orbit-4{bottom:0%;right:12%;transform:rotate(-5deg);animation:orbitFloat 6.5s ease-in-out infinite reverse;}
@keyframes orbitFloat{
  0%,100%{transform:translateY(0) rotate(var(--r,0deg));}
  50%{transform:translateY(-12px) rotate(var(--r,0deg));}
}

/* ================= COST CARDS ================= */
.cost-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.cost-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px 28px;
  transition:transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.cost-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-lg);
  border-color:transparent;
}
.cost-card .big{
  font-size:2.5rem;
  font-weight:800;
  color:var(--teal);
  letter-spacing:-0.02em;
}
.cost-card p{
  margin-top:14px;
  font-size:0.92rem;
  line-height:1.6;
  color:var(--ink-soft);
  font-weight:500;
}

/* ---- SERVICES Timeline Section Container ---- */
/* ---- Header Layout Center Corrections ---- */
.section-head.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px auto;
}

/* ---- Section Container Base ---- */
/* ---- Section Layout Container with Green Accent Streaks ---- */
.timeline-section {
  padding: 120px 0;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; /* Keeps the glowing streaks contained inside the section */

  /* Dual light green accent streaks cutting through the background */
  background-image: 
    linear-gradient(115deg, transparent 40%, var(--c1-pale, #f4f9f5) 45%, transparent 55%),
    linear-gradient(125deg, transparent 20%, var(--c1-pale, #f4f9f5) 30%, transparent 45%);
  background-size: 100% 200%;
  background-position: center top;
}

.timeline-section * {
  box-sizing: border-box;
}

.timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 64px auto 0;
  padding: 40px 0;
  width: 100%;
}

/* ---- Core Central Spine & Dynamic Fill Track ---- */
.timeline-spine {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--line, #e5e7eb);
  transform: translateX(-50%);
  z-index: 1;
}

/* The actual scrolling green fill indicator line */
.spine-glow-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%; /* Clean JS control */
  background: var(--c1, #2e7d32);
  box-shadow: 0 0 8px var(--c1, #2e7d32);
  transition: height 0.1s ease-out;
}

/* ---- Grid Layout Rows ---- */
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  width: 100%;
  margin-bottom: 96px;
  z-index: 2;
}
.timeline-item:last-child {
  margin-bottom: 0;
}

/* ---- Dynamic Anchor Connecting Nodes ---- */
.timeline-dot {
  position: absolute;
  left: 50%;
  top: 46px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 2px solid var(--line, #e5e7eb);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Turns the anchor node solid green when active */
.timeline-item.active .timeline-dot {
  background: var(--c1, #2e7d32);
  border-color: var(--c1, #2e7d32);
  box-shadow: 0 0 0 5px #ffffff, 0 0 16px var(--c1, #2e7d32);
  transform: translateX(-50%) scale(1.15);
}

/* ---- Alternating Structural Content Placement ---- */
.timeline-item.left .timeline-card {
  grid-column: 1;
  justify-self: end;
  margin-right: 64px;
}

.timeline-item.right .timeline-card {
  grid-column: 2;
  justify-self: start;
  margin-left: 64px;
}

/* ---- Premium Centered Card Canvas ---- */
.timeline-card {
  display: flex;
  flex-direction: column;
  align-items: center;    
  text-align: center;     
  width: 100%;
  max-width: 420px;
  padding: 44px 36px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid var(--line, #e5e7eb);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              background-color 0.4s ease, 
              border-color 0.4s ease, 
              box-shadow 0.4s ease;
}

/* ---- Seamless Sage Active Highlight on Scroll ---- */
.timeline-item.active .timeline-card {
  background-color: var(--c1-pale, #f4f9f5); 
  border-color: rgba(0, 0, 0, 0.04);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.02), inset 0 0 0 1px #ffffff;
  transform: translateY(-4px);
}

/* ---- Interior Typographic Assets ---- */
.card-meta {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--ink-soft, #4b5563);
  margin-bottom: 16px;
  opacity: 0.8;
  transition: color 0.3s ease;
}
.timeline-item.active .card-meta {
  color: var(--c1-deep, #1b5e20);
}

.timeline-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--line, #e5e7eb);
  color: var(--ink, #111827);
  margin-bottom: 24px;
  transition: all 0.4s ease;
}
.timeline-item.active .timeline-icon {
  background: var(--c1, #2e7d32);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.05);
}

.timeline-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 14px 0;
  color: var(--ink, #111827);
}

.timeline-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
  color: var(--ink-soft, #4b5563);
  font-weight: 500;
}

/* Centered Chips */
.timeline-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  width: 100%;
}

.svc-chip {
  background: #ffffff;
  border: 1px solid var(--line, #e5e7eb);
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 10px;
  color: var(--ink, #111827);
}

/* ---- Mobile Responsive System Clean Collapse ---- */
@media (max-width: 868px) {
  .timeline-spine { left: 24px; transform: none; }
  .timeline-dot { left: 24px; transform: translateX(-50%); top: 40px; }
  .timeline-item { grid-template-columns: 1fr; margin-bottom: 48px; }
  .timeline-item.left .timeline-card,
  .timeline-item.right .timeline-card {
    grid-column: 1;
    justify-self: start;
    margin-left: 56px;
    margin-right: 0;
    max-width: calc(100% - 56px);
  }
}
/* ================= APPROACH STRIP ================= */
.approach{background:var(--sage);}
.approach-row{
  display:flex;
  border-top:1px solid var(--sage-line);
  margin-top:12px;
}
.approach-item{
  flex:1;
  padding:32px 24px;
  border-right:1px solid var(--sage-line);
  transition:background .4s var(--ease);
}
.approach-item:last-child{border-right:none;}
.approach-item:hover{background:rgba(255,255,255,0.5);}
.approach-num{
  font-size:0.82rem;
  color:var(--teal);
  font-weight:700;
}
.approach-item h4{
  color:var(--ink);
  font-size:1.04rem;
  margin:14px 0 10px;
  font-weight:700;
}
.approach-item p{
  font-size:0.85rem;
  color:var(--ink-soft);
  line-height:1.6;
  font-weight:500;
}

/* ================= WHY US ================= */
.why-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.why-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:26px 28px;
  display:flex;
  gap:18px;
  align-items:flex-start;
  transition:border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.why-card:hover{
  border-color:transparent;
  transform:translateX(4px);
  box-shadow:var(--shadow-sm);
}
.why-idx{
  font-size:1.6rem;
  font-weight:800;
  color:var(--sage-line);
  line-height:1;
  flex-shrink:0;
  transition:color .35s var(--ease);
}
.why-card:hover .why-idx{color:var(--teal);}
.why-card h4{font-size:1rem;font-weight:700;margin-bottom:6px;color:var(--ink);}
.why-card p{font-size:0.85rem;color:var(--ink-soft);line-height:1.55;font-weight:500;}

/* ================= TARGET SECTORS ================= */
.sector-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.sector-card{
  border-radius:18px;
  padding:28px 22px;
  background:#fff;
  border:1px solid var(--line);
  text-align:center;
  transition:transform .4s var(--ease), background .4s var(--ease), border-color .4s var(--ease);
}
.sector-card:hover{
  transform:translateY(-4px);
  background:var(--teal);
  border-color:transparent;
}
.sector-card:hover *{color:#fff!important;}
.sector-card .sicon{
  width:42px;height:42px;
  margin:0 auto 16px;
  color:var(--teal);
  transition:color .4s var(--ease);
}
.sector-card h4{font-size:0.94rem;font-weight:700;color:var(--ink);margin-bottom:6px;}
.sector-card p{font-size:0.78rem;color:var(--ink-soft);font-weight:500;}
/* ---- Premium Light Mode CTA Section Container ---- */
/* ---- Hybrid Light CTA Container ---- */
.cta-hybrid-section {
  padding: 120px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line, #e5e7eb);
  background-color: #ffffff;

  /* Combines your image_e99677.png website grid dots with soft sage streaks */
  background-image: 
    radial-gradient(var(--line, #e5e7eb) 1px, transparent 1px), 
    linear-gradient(115deg, transparent 35%, var(--c1-pale, #f4f9f5) 45%, transparent 60%);
  background-size: 24px 24px, 100% 200%;
  background-position: center center, center top;
}

.cta-hybrid-section * {
  box-sizing: border-box;
}

/* Centered Layout Engine */
.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-container h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink, #111827);
  margin: 0 0 32px 0;
  letter-spacing: -0.02em;
}

.cta-or-divider {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-soft, #4b5563);
  margin: 40px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.7;
}

/* ---- Primary Action: Pill Shaped Green Gradient ---- */
.btn-gradient-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--c1, #2e7d32), var(--c1-deep, #1b5e20));
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 48px;
  border-radius: 100px;
  box-shadow: 0 8px 24px rgba(46, 125, 50, 0.2), 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
              filter 0.3s ease;
}

.btn-gradient-green:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 12px 32px rgba(46, 125, 50, 0.35), 0 6px 16px rgba(0, 0, 0, 0.03);
}

.btn-gradient-green:active {
  transform: translateY(0);
}

.btn-gradient-green svg {
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.btn-gradient-green:hover svg {
  transform: translate(1px, -1px);
}

/* ---- Secondary Action Layout Framework ---- */
.cta-secondary-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.btn-outline-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--ink, #111827);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 100px;
  border: 1px solid var(--line, #e5e7eb);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.btn-outline-brand:hover {
  border-color: var(--c1, #2e7d32);
  color: var(--c1-deep, #1b5e20);
  background-color: var(--c1-pale, #f4f9f5);
  box-shadow: 0 4px 12px rgba(46, 125, 50, 0.06);
}

/* ---- Responsive Viewport Collapse System ---- */
@media (max-width: 640px) {
  .cta-hybrid-section {
    padding: 88px 0;
  }
  .cta-container h2 {
    font-size: 1.85rem;
  }
  .btn-gradient-green {
    width: 100%;
  }
  .cta-secondary-row {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .btn-outline-brand {
    width: 100%;
  }
}
/* ================= RESPONSIVE (home-specific) ================= */
@media (max-width: 1024px){
  .bento{grid-template-columns:repeat(2,1fr);}
  .bento-card.span2c{grid-column:span 2;}
  .cost-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .sector-strip{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .hv-body{grid-template-columns:160px 1fr;}
  .hv-cards{grid-template-columns:repeat(2,1fr);}
}

@media (max-width: 720px){
  .hero{padding:120px 0 0;}
  .hero-form{flex-direction:column;border-radius:24px;padding:14px;gap:10px;}
  .hero-form input{text-align:center;padding:8px;}
  .btn-primary{width:100%;justify-content:center;}
  .hero-visual{display:none;}
  section{padding:72px 0;}
  .bento{grid-template-columns:1fr;grid-auto-rows:auto;}
  .bento-card{grid-column:span 1!important;min-height:190px;}
  .approach-row{flex-direction:column;}
  .approach-item{border-right:none;border-bottom:1px solid var(--sage-line);}
  .sector-strip{grid-template-columns:1fr;}
  .stack-row{font-size:clamp(2rem,10vw,2.8rem);}
  .stack-orbit{width:42px;height:42px;}
  .stack-orbit svg{width:18px;height:18px;}
  .scroll-reveal-text{font-size:1.4rem;}
}
@media (max-width: 720px){
  .footer-grid{
    grid-template-columns: 1fr !important;
    gap: 32px;
  }
}