/* ==========================================================================
   IncepBio — Turnkey Pharma Facility Solutions
   Premium redesign v2 · 2026
   Header / Hero / Footer sections are UNTOUCHED below.
   Everything from "CONCEPT TO COMPLIANT HANDOVER" down has been rebuilt
   with a shared "tk2-" prefix: glow bento cards, flip cards, an animated
   timeline and premium motion — using ONLY the existing brand palette
   (#004D88 deep blue + #009C8D teal).
   ========================================================================== */

:root{
  --c-blue:        #004D88;
  --c-blue-deep:   #002F55;
  --c-teal:        #009C8D;
  --c-teal-bright: #12C7A9;
  --c-ink:         #04222B;
  --c-ink-soft:    #3E6169;
  --c-mute:        #6C8A8F;
  --c-bg:          #F5FAF9;
  --c-bg-alt:      #EAF4F2;
  --c-white:       #FFFFFF;
  --c-line:        rgba(0,77,136,.14);
  --c-line-soft:   rgba(0,156,141,.16);

  --grad-brand:    linear-gradient(120deg, #004D88 0%, #007E92 50%, #009C8D 100%);
  --grad-brand-2:  linear-gradient(135deg, #009C8D 0%, #004D88 100%);
  --grad-dark:     linear-gradient(160deg, #04232F 0%, #003561 48%, #045F56 100%);
  --grad-mesh:     radial-gradient(circle at 15% 20%, rgba(0,156,141,.35), transparent 45%),
                    radial-gradient(circle at 85% 0%, rgba(0,77,136,.4), transparent 50%),
                    radial-gradient(circle at 50% 100%, rgba(0,156,141,.25), transparent 55%);
  --grad-text:     linear-gradient(100deg, #004D88, #009C8D 65%, #12C7A9);
  --grad-line:     linear-gradient(90deg, rgba(0,77,136,0) 0%, #009C8D 50%, rgba(0,77,136,0) 100%);

  --shadow-glow:   0 30px 80px -30px rgba(0,53,97,.35), 0 0 0 1px rgba(0,156,141,.10);
  --shadow-soft:   0 18px 44px -22px rgba(0,53,97,.28);
  --shadow-card:   0 10px 30px -14px rgba(0,53,97,.18);

  --r-xl: 32px;
  --r-lg: 24px;
  --r-md: 16px;
  --r-sm: 10px;

  --ff-display: 'Plus Jakarta Sans', sans-serif;
  --ff-body:    'Plus Jakarta Sans', sans-serif;
  --ff-serif:   'Plus Jakarta Sans', sans-serif;

  --ease: cubic-bezier(.16,.84,.32,1);
}

/* ---------- Reset / base scoping for this page only ---------- */
main{ background:var(--c-bg); overflow-x:clip; }
main.tkx-hero * { box-sizing:border-box; }

.tkx-hero h1,
.tkx-hero h2,
.tkx-hero h3,
.tkx-hero h4,
.tkx-hero h5,
.tkx-hero h6,
.tkx-hero p,
.tkx-hero a,
.tkx-hero li,
.tkx-hero span:not(.fas):not(.fa):not(.fab):not(.far) {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.tkx-hero img { max-width:100%; display:block; }
.tkx-hero svg { display:block; }

main section{ position:relative; }
main section:not(:last-child)::after {
  content:'';
  position:absolute;
  bottom:0;
  left:10%;
  right:10%;
  height:2px;
  background:linear-gradient(90deg, transparent 0%, var(--c-teal) 30%, var(--c-brand-2) 50%, var(--c-teal) 70%, transparent 100%);
  opacity:0.3;
  pointer-events:none;
  z-index:10;
}

body.tk-anim-ready main .tk-reveal{ opacity:0; transform:translateY(28px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
body.tk-anim-ready main .tk-reveal.is-visible{ opacity:1; transform:translateY(0); }
body.tk-anim-ready main .tk-reveal-scale{ opacity:0; transform:scale(.94); transition:opacity .9s var(--ease), transform .9s var(--ease); }
body.tk-anim-ready main .tk-reveal-scale.is-visible{ opacity:1; transform:scale(1); }
@media (prefers-reduced-motion: reduce){
  body.tk-anim-ready main .tk-reveal, body.tk-anim-ready main .tk-reveal-scale{ opacity:1 !important; transform:none !important; transition:none !important; }
}

.tk-eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--ff-body); font-size:.72rem; font-weight:700;
  letter-spacing:.18em; text-transform:uppercase; color:var(--c-teal);
}
.tk-eyebrow::before{
  content:''; width:22px; height:1.5px; background:var(--grad-brand-2); border-radius:2px;
}

/* ==========================================================================
   HERO — tkx-hero — UNCHANGED (kept exactly as provided)
   ========================================================================== */
.tkx-hero{
  position:relative; padding:100px 0 40px; isolation:isolate; max-width:100%;
  background:var(--c-bg); overflow:hidden;
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
}
.hero-glow-1 {
  position: absolute; width: 80vw; height: 80vw; max-width: 620px; max-height: 620px;
  background: radial-gradient(circle, rgba(0, 156, 141, 0.14) 0%, transparent 68%);
  top: -22%; right: -30%; pointer-events: none; animation: tkxHeroGlowDrift 12s ease-in-out infinite;
}
.hero-glow-2 {
  position: absolute; width: 70vw; height: 70vw; max-width: 560px; max-height: 560px;
  background: radial-gradient(circle, rgba(0, 77, 136, 0.09) 0%, transparent 68%);
  bottom: -25%; left: -20%; pointer-events: none; animation: tkxHeroGlowDrift 14s ease-in-out infinite reverse;
}
@keyframes tkxHeroGlowDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(3%, -3%) scale(1.08); }
}
.tkx-hero::before{
  content:''; position:absolute; top:0; right:0; width:56%; height:100%;
  background-image: radial-gradient(rgba(0,77,136,0.16) 1px, transparent 1px);
  background-size:20px 20px;
  -webkit-mask-image:radial-gradient(60% 70% at 78% 30%, #000 0%, transparent 72%);
  mask-image:radial-gradient(60% 70% at 78% 30%, #000 0%, transparent 72%);
  z-index:0; pointer-events:none;
}
.tkx-hero::after{
  content:''; position:absolute; inset:0;
  background:radial-gradient(620px 420px at 8% 100%, rgba(0,156,141,0.07), transparent 60%);
  z-index:0; pointer-events:none;
}

.tkx-trace{ position:absolute; inset:0; pointer-events:none; z-index:0; overflow:hidden; }
.tkx-trace svg{ position:absolute; opacity:.5; }
.tkx-trace path{ fill:none; stroke-width:1.4; stroke-linecap:round; }
.tkx-trace .t1{ stroke:var(--c-teal); opacity:.24; }
.tkx-trace .t2{ stroke:var(--c-teal-bright); opacity:.16; }
.tkx-trace .t3{ stroke:var(--c-blue); opacity:.10; }
@keyframes tkx-drift{ 0%{ stroke-dashoffset:0; } 100%{ stroke-dashoffset:-600; } }
.tkx-trace path{ stroke-dasharray:2 14; animation:tkx-drift 26s linear infinite; }
.tkx-trace path.t2{ animation-duration:34s; animation-direction:reverse; }
.tkx-trace path.t3{ animation-duration:42s; }

.tkx-hero-inner{ position:relative; z-index:1; }
.tkx-hero-grid{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:30px; width: 100%; }
.tkx-hero-text{ display:flex; flex-direction:column; align-items:center; max-width:1000px; width: 100%; }
.tkx-hero-visual{ width:100%; max-width:1000px; position:relative; }
.tkx-hero-eyebrow{
  display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:7px 14px 7px 8px;
  background:#fff; border:1px solid var(--c-line); border-radius:100px; box-shadow:var(--shadow-soft);
  font-family:var(--ff-body); font-size:12px; font-weight:700; color:var(--c-teal);
  letter-spacing:.06em; text-transform:uppercase; margin-bottom:16px; max-width:100%;
  text-align:center; flex-wrap:wrap;
}
.tkx-hero-eyebrow .dot-icon{ width:18px; height:18px; border-radius:50%; background:var(--grad-brand-2); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.tkx-hero-eyebrow .dot-icon svg{ width:10px; height:10px; color:#fff; flex:none; max-width:10px; max-height:10px; fill:none; }
.tkx-hero-title{
  font-family:var(--ff-display); font-weight:800; letter-spacing:-0.5px;
  font-size:clamp(24px, 3vw, 38px); line-height:1.2; color:var(--c-ink);
  margin:0 0 16px; position:relative; display:inline-block; max-width:100%;
  text-align: center;
}
@media (max-width: 768px) { .tkx-hero-title { white-space:normal; font-size: 28px; } }
.tkx-hero-title .accent{ background:var(--grad-text); -webkit-background-clip:text; background-clip:text; color:transparent; font-style:normal; }
.tkx-hero-desc{ font-family:var(--ff-body); font-size:16px; line-height:1.6; color:var(--c-ink-soft); max-width:800px; margin:0 auto 24px; text-align:center; }
.tkx-hero-desc strong{ color:var(--c-ink); font-weight:800; }
.tkx-hero-actions { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:14px; margin-bottom:0; }
.tkx-hero-visual{ position:relative; }
.tkx-hero-ring{ position:absolute; border-radius:50%; border:1px dashed rgba(0,156,141,0.3); pointer-events:none; z-index:0; }
.tkx-hero-ring.r1{ width:64%; height:64%; top:-9%; right:-9%; }
.tkx-hero-panel{ position:relative; z-index:1; border-radius:26px; overflow:hidden; background:var(--c-ink); box-shadow:0 34px 70px -26px rgba(0,77,136,0.45); border:1px solid rgba(0,77,136,0.08); }
.tkx-hero-panel-chrome{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:13px 18px; background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0)); border-bottom:1px solid rgba(255,255,255,0.08); }
.tkx-hero-panel-dots{ display:flex; gap:6px; flex-shrink:0; }
.tkx-hero-panel-dots span{ width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,0.18); }
.tkx-hero-panel-live{ display:inline-flex; align-items:center; gap:7px; font-family:var(--ff-body); font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,0.75); }
.tkx-hero-panel-live .pulse{ width:7px; height:7px; border-radius:50%; background:var(--c-teal-bright); position:relative; flex-shrink:0; }
.tkx-hero-panel-live .pulse::after{ content:''; position:absolute; inset:-5px; border-radius:50%; border:1.5px solid var(--c-teal-bright); animation:tkx-pulse 2s ease-out infinite; }
@keyframes tkx-pulse{ 0%{ transform:scale(.5); opacity:1;} 100%{ transform:scale(1.9); opacity:0;} }
.tkx-hero-frame{ position:relative; aspect-ratio:21/9; overflow:hidden; }
.tkx-hero-frame video, .tkx-hero-frame img{ width:100%; height:100%; object-fit:cover; }
.tkx-hero-frame::after{ content:''; position:absolute; inset:0; pointer-events:none; background:linear-gradient(0deg, rgba(0,77,136,0.5) 0%, rgba(0,77,136,0) 30%); }
.tkx-hero-frame-caption{ position:absolute; left:18px; right:18px; bottom:16px; z-index:2; color:#fff; font-family:var(--ff-body); font-weight:700; font-size:13px; }
.tkx-hero-scan{ position:absolute; left:0; right:0; height:38%; z-index:1; pointer-events:none; background:linear-gradient(180deg, rgba(0,156,141,0) 0%, rgba(0,156,141,0.16) 50%, rgba(0,156,141,0) 100%); animation:tkx-scan-sweep 4.5s ease-in-out infinite; }
@keyframes tkx-scan-sweep{ 0%{ top:-40%; } 100%{ top:100%; } }
.tkx-hero-dock{ position:relative; z-index:1; display:grid; grid-template-columns:repeat(4,1fr); background:rgba(255,255,255,0.03); border-top:1px solid rgba(255,255,255,0.08); }
.tkx-hero-dock-item{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:9px; padding:16px 8px; border-right:1px solid rgba(255,255,255,0.08); }
.tkx-hero-dock-item:last-child{ border-right:none; }
.tkx-hero-dock-icon{ width:34px; height:34px; border-radius:10px; background:rgba(255,255,255,0.08); color:var(--c-teal-bright); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.tkx-hero-dock-icon svg{ width:16px; height:16px; flex:none; max-width:16px; max-height:16px; fill:none; }
.tkx-hero-dock-label{ font-family:var(--ff-body); font-size:10.5px; font-weight:700; color:#fff; line-height:1.3; }
.tkx-hero-marquee{ display:none; }
@media (max-width:1000px){ .tkx-hero-grid{ gap:40px; } .tkx-hero::before{ width:100%; opacity:.7; } }
@media (max-width:640px){
  .tkx-hero{ padding:108px 0 60px; min-height:auto; }
  .tkx-hero-actions{ margin-top:28px; flex-direction:column; align-items:stretch; }
  .tkx-hero-actions .btn{ justify-content:center; width:100%; }
  .tkx-hero-ring{ display:none; }
  .tkx-hero-dock{ display:none; }
  .tkx-hero-marquee{ display:block; margin-top:16px; overflow:hidden; position:relative; z-index:1; width:100%; -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); mask-image:linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
  .tkx-hero-marquee-track{ display:flex; gap:12px; width:max-content; animation:tkx-marquee 18s linear infinite; }
  .tkx-hero-marquee-chip{ display:inline-flex; align-items:center; gap:8px; white-space:nowrap; background:var(--c-white); border:1px solid var(--c-line); border-radius:100px; padding:9px 16px; font-family:var(--ff-body); font-size:12px; font-weight:700; color:var(--c-ink); box-shadow:var(--shadow-soft); }
  .tkx-hero-marquee-chip svg{ width:14px; height:14px; color:var(--c-teal); flex:none; max-width:14px; max-height:14px; fill:none; }
  @keyframes tkx-marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
}
@media (prefers-reduced-motion: reduce){ .tkx-hero-marquee-track{ animation:none; } .tkx-hero-scan{ animation:none; } }

/* ==========================================================================
   SHARED SIGNATURE PRIMITIVES (used across every rebuilt section below)
   ========================================================================== */
.tk2-kicker{ text-align:center; max-width:720px; margin:0 auto 56px; }
.tk2-kicker .tk-eyebrow{ justify-content:center; margin-bottom:14px; }
.tk2-kicker h2{
  font-family:var(--ff-display); font-weight:800; font-size:clamp(1.7rem,3vw,2.4rem);
  color:var(--c-blue-deep); margin:0 0 12px; letter-spacing:-.01em; line-height:1.15;
}
.tk2-kicker p{ font-family:var(--ff-body); color:var(--c-ink-soft); font-size:.98rem; line-height:1.7; margin:0; }
.tk2-kicker.is-left{ text-align:left; margin:0 0 40px; }
.tk2-kicker.is-left .tk-eyebrow{ justify-content:flex-start; }

/* Glow border used on hover for every premium card in this redesign */
.tk2-glow-border{ position:relative; isolation:isolate; }
.tk2-glow-border::before{
  content:''; position:absolute; inset:0; border-radius:inherit; padding:1.5px;
  background:var(--grad-brand-2); opacity:0; transition:opacity .4s var(--ease); z-index:2; pointer-events:none;
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude;
}
.tk2-glow-border:hover::before, .tk2-glow-border:focus-within::before{ opacity:1; }

/* Flip-card mechanics — reused by Lifecycle / Industries / Experts */
.tk2-flip-card{ perspective:1600px; cursor:pointer; outline:none; }
.tk2-flip-inner{
  position:relative; width:100%; height:100%; transition:transform .7s var(--ease);
  transform-style:preserve-3d;
}
.tk2-flip-card:hover .tk2-flip-inner,
.tk2-flip-card.is-flipped .tk2-flip-inner,
.tk2-flip-card:focus-visible .tk2-flip-inner{ transform:rotateY(180deg); }
.tk2-flip-front, .tk2-flip-back{
  position:absolute; inset:0; backface-visibility:hidden; -webkit-backface-visibility:hidden;
  border-radius:inherit; display:flex; flex-direction:column;
}
.tk2-flip-back{ transform:rotateY(180deg); }
@media (prefers-reduced-motion: reduce){
  .tk2-flip-inner{ transition:none; }
}
/* Touch devices: hover doesn't stick, JS toggles .is-flipped instead */
@media (hover:none){ .tk2-flip-card:hover .tk2-flip-inner{ transform:none; } }

/* ==========================================================================
   SECTION 02 — CONCEPT TO COMPLIANT HANDOVER → tk2-timeline
   Numbered process nodes on a glowing connector line — a true build sequence,
   so numbering encodes real order here. Image sits pinned alongside.
   ========================================================================== */
.tk2-timeline{ padding:110px 0; background:var(--c-bg); position:relative; overflow:hidden; }
.tk2-timeline::before{
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(circle at 92% 8%, rgba(0,156,141,.10), transparent 42%);
}
.tk2-timeline-container{ max-width:1360px; margin:0 auto; padding:0 32px; position:relative; z-index:1; }

.tk2-timeline-body{ display:grid; grid-template-columns:.86fr 1.14fr; gap:64px; align-items:start; }

.tk2-timeline-image{ position:sticky; top:110px; }
.tk2-timeline-image-box{
  position:relative; border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--shadow-glow);
  border:1px solid var(--c-line-soft); aspect-ratio:4/5;
}
.tk2-timeline-image-box img{ width:100%; height:100%; object-fit:cover; }
.tk2-timeline-image-box::after{ content:''; position:absolute; inset:0; background:linear-gradient(200deg, rgba(0,77,136,.2), transparent 55%); pointer-events:none; }
.tk2-timeline-image-badge{
  position:absolute; left:18px; bottom:18px; z-index:2; display:inline-flex; align-items:center; gap:8px;
  background:rgba(4,34,43,.72); backdrop-filter:blur(10px); color:#fff; border:1px solid rgba(255,255,255,.18);
  padding:10px 16px; border-radius:100px; font-family:var(--ff-body); font-size:.78rem; font-weight:700; letter-spacing:.02em;
}
.tk2-timeline-image-badge::before{ content:''; width:7px; height:7px; border-radius:50%; background:var(--c-teal-bright); box-shadow:0 0 0 4px rgba(18,199,169,.25); }

.tk2-timeline-steps{ position:relative; padding-left:64px; }
.tk2-timeline-line{
  position:absolute; left:23px; top:6px; bottom:6px; width:2px;
  background:linear-gradient(180deg, var(--c-teal) 0%, var(--c-blue) 100%); opacity:.28; border-radius:2px;
}
.tk2-timeline-step{ position:relative; padding-bottom:44px; }
.tk2-timeline-step:last-child{ padding-bottom:0; }
.tk2-timeline-node{
  position:absolute; left:-64px; top:0; width:48px; height:48px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; background:var(--c-white);
  border:2px solid var(--c-line-soft); font-family:var(--ff-display); font-weight:800; font-size:.9rem;
  color:var(--c-blue-deep); box-shadow:var(--shadow-card); z-index:1; transition:all .4s var(--ease);
}
.tk2-timeline-step:hover .tk2-timeline-node{ background:var(--grad-brand-2); color:#fff; border-color:transparent; box-shadow:0 10px 26px -6px rgba(0,196,174,.55); transform:scale(1.08); }
.tk2-timeline-card{
  background:var(--c-white); border:1px solid var(--c-line); border-radius:var(--r-lg);
  padding:24px 26px; box-shadow:var(--shadow-card); transition:transform .4s var(--ease), box-shadow .4s var(--ease);
}
.tk2-timeline-step:hover .tk2-timeline-card{ transform:translateX(6px); box-shadow:0 22px 46px -20px rgba(0,77,136,.3); }
.tk2-timeline-card h3{ font-family:var(--ff-display); font-weight:700; font-size:1.05rem; color:var(--c-blue-deep); margin:0 0 12px; }
.tk2-timeline-card ul{ list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.tk2-timeline-card li{ font-family:var(--ff-body); font-size:.86rem; color:var(--c-ink-soft); line-height:1.5; padding-left:18px; position:relative; }
.tk2-timeline-card li::before{ content:''; position:absolute; left:0; top:.55em; width:6px; height:6px; border-radius:50%; background:var(--c-teal); }

.tk2-timeline-footer{
  text-align:center; margin-top:64px; font-family:var(--ff-serif); font-style:italic; font-weight:600;
  font-size:clamp(1.1rem,1.8vw,1.5rem); color:var(--c-blue-deep);
  padding:26px; border-radius:var(--r-lg); background:var(--c-bg-alt); border:1px dashed var(--c-line-soft);
}

@media (max-width:1024px){
  .tk2-timeline-body{ grid-template-columns:1fr; gap:44px; }
  .tk2-timeline-image{ position:static; aspect-ratio:16/9; }
  .tk2-timeline-image-box{ aspect-ratio:16/9; }
}
@media (max-width:560px){
  .tk2-timeline{ padding:80px 0; }
  .tk2-timeline-steps{ padding-left:52px; }
  .tk2-timeline-line{ left:19px; }
  .tk2-timeline-node{ left:-52px; width:40px; height:40px; font-size:.78rem; }
  .tk2-timeline-card{ padding:20px; }
}

/* ==========================================================================
   SECTION 03 — PROCESS GRID (Redesign) → tk2-process-section
   ========================================================================== */
.tk2-process-section { padding: 110px 0; background: var(--c-bg); position: relative; overflow: hidden; }
.tk2-process-container { max-width: 1360px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }

.tk2-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
  position: relative;
}

/* Horizontal line connecting cards on desktop */
.tk2-process-grid::before {
  content: '';
  position: absolute;
  top: 100px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: var(--c-line);
  z-index: 0;
}
.tk2-process-grid::after {
  content: '';
  position: absolute;
  top: 100px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  background: var(--grad-brand);
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tk2-process-section.is-animated .tk2-process-grid::after { transform: scaleX(1); }

.tk2-process-card {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: visible;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.tk2-process-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-glow);
  border-color: var(--c-teal);
}

.tk2-process-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md) var(--r-md) 0 0;
  background: var(--c-bg-alt);
}
.tk2-process-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.tk2-process-card:hover .tk2-process-img img {
  transform: scale(1.08);
}

.tk2-process-num {
  position: absolute;
  top: 176px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: var(--grad-brand-2);
  color: #fff;
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 2;
  transition: transform 0.4s var(--ease);
}
.tk2-process-card:hover .tk2-process-num {
  transform: scale(1.1);
}

.tk2-process-content {
  padding: 32px 24px 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.tk2-process-content h4 {
  font-family: var(--ff-body);
  font-size: 0.75rem;
  color: var(--c-teal);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 8px;
}
.tk2-process-content h3 {
  font-family: var(--ff-display);
  font-size: 1.15rem;
  color: var(--c-blue-deep);
  font-weight: 800;
  margin: 0 0 12px;
  line-height: 1.3;
}
.tk2-process-content p {
  font-family: var(--ff-body);
  font-size: 0.9rem;
  color: var(--c-ink-soft);
  line-height: 1.6;
  margin: 0;
}

@media (max-width:1024px) {
  .tk2-process-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .tk2-process-grid::before, .tk2-process-grid::after { display: none; }
}
@media (max-width:640px) {
  .tk2-process-grid { grid-template-columns: 1fr; gap: 24px; }
  .tk2-process-section { padding: 80px 0; }
}


/* --- Liquid Glass Premium Card (Shared by Industries) --- */
.tk2-glass-card {
  border-radius:var(--r-xl);
  padding:32px;
  background:linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,0.15);
  box-shadow:0 8px 32px rgba(0,0,0,0.1);
  transition:transform 0.4s var(--ease), border-color 0.4s var(--ease), background 0.4s var(--ease);
  display:flex;
  flex-direction:column;
  gap:20px;
}
.tk2-glass-card:hover {
  transform:translateY(-6px);
  border-color:var(--c-teal);
  background:linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
  box-shadow:0 12px 40px rgba(0,196,174,0.15);
}

.tk2-glass-header {
  display:flex;
  align-items:center;
  gap:16px;
}
.tk2-glass-icon {
  width:56px;
  height:56px;
  border-radius:14px;
  background:var(--grad-brand-2);
  color:#fff;
  flex:none;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 22px -6px rgba(0,196,174,0.55);
}
.tk2-glass-icon svg { width:26px; height:26px; }
.tk2-glass-header h3 {
  font-family:var(--ff-display);
  font-weight:700;
  font-size:1.15rem;
  color:var(--c-blue-deep);
  margin:0;
  line-height:1.25;
}

.tk2-glass-body ul {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.tk2-glass-body li {
  font-family:var(--ff-body);
  font-size:0.9rem;
  color:var(--c-text);
  padding-left:22px;
  position:relative;
  line-height:1.45;
}
.tk2-glass-body li::before {
  content:'✓';
  position:absolute;
  left:0;
  top:2px;
  color:var(--c-teal);
  font-weight:800;
  font-size:0.9rem;
}

/* ==========================================================================
   SECTION 04 — CORE TURNKEY CAPABILITIES → tk2-capabilities (glow bento)
   ========================================================================== */
.tk2-capabilities{ padding:110px 32px; max-width:1360px; margin:0 auto; }
.tk2-cap-grid{ display:grid; grid-template-columns:repeat(4, 1fr); grid-auto-rows:minmax(220px, auto); gap:24px; }

.tk2-cap-card{
  position:relative; border-radius:var(--r-md); padding:40px 24px 28px; overflow:hidden;
  background:var(--c-white); border:1px solid var(--c-line); box-shadow:var(--shadow-sm);
  display:flex; flex-direction:column; justify-content:flex-start;
  transition:transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  isolation:isolate;
}
.tk2-cap-card::before{ content:''; position:absolute; inset:0; z-index:-2; background:var(--grad-dark); opacity:0; transition:opacity .4s var(--ease); }
.tk2-cap-card::after{
  content:''; position:absolute; width:260px; height:260px; border-radius:50%; z-index:-1;
  left:var(--mx, 50%); top:var(--my, 0%); translate:-50% -50%;
  background:radial-gradient(circle, rgba(0,196,174,.55), transparent 70%);
  opacity:0; transition:opacity .4s var(--ease); filter:blur(6px);
}

.tk2-cap-card:hover{ transform:translateY(-8px); box-shadow:var(--shadow-glow); border-color:transparent; }
.tk2-cap-card:hover::before{ opacity:1; }
.tk2-cap-card:hover .tk2-cap-title{ color:#fff; }
.tk2-cap-card:hover .tk2-cap-text{ color:rgba(255,255,255,.8); }
.tk2-cap-card:hover::after{ opacity:1; }
.tk2-cap-card:hover .tk2-cap-icon{ background:rgba(255,255,255,.14); color:#7FE9D8; }
.tk2-cap-card:hover .tk2-cap-tag{ color:#7FE9D8; }

.tk2-cap-icon{
  width:48px; height:48px; border-radius:12px; background:var(--c-bg-alt); color:var(--c-teal);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px; position:relative; z-index:1;
  transition:all .4s var(--ease);
}
.tk2-cap-icon svg{ width:24px; height:24px; }
.tk2-cap-title{ font-family:var(--ff-display); font-weight:700; font-size:1.1rem; color:var(--c-blue-deep); margin:0 0 10px; transition:color .4s var(--ease); position:relative; z-index:1; }
.tk2-cap-text{ font-family:var(--ff-body); font-size:.85rem; color:var(--c-ink-soft); line-height:1.6; margin:0; transition:color .4s var(--ease); position:relative; z-index:1; }
.tk2-cap-tag{ position:absolute; top:20px; right:20px; font-family:var(--ff-body); font-size:.65rem; font-weight:800; letter-spacing:.1em; color:var(--c-teal); z-index:1; transition:color .4s var(--ease); text-transform:uppercase; background:var(--c-bg-alt); padding:4px 8px; border-radius:4px; }
.tk2-cap-card:hover .tk2-cap-tag { background:rgba(255,255,255,0.1); }

@media (max-width:1024px){
  .tk2-cap-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  .tk2-cap-grid{ grid-template-columns:1fr; gap:16px; }
  .tk2-capabilities{ padding:80px 20px; }
}

/* ==========================================================================
   SECTION 05 — DELIVERED PROJECTS SHOWCASE → tk2-projects (glow bento gallery)
   ========================================================================== */
.tk2-projects{ padding:110px 0; background:var(--c-bg-alt); }
.tk2-projects-container{ max-width:1360px; margin:0 auto; padding:0 32px; }

/* --- Outer Carousel --- */
.tk2-projects-slider-wrapper { margin-bottom:56px; padding:20px 0; perspective:1200px; }
.tk2-projects-swiper { width:100%; padding:20px 0 60px; }
.tk2-projects-swiper .swiper-slide { width:800px; max-width:90vw; height:460px; opacity:0.4; transform:scale(0.85); transition:all .6s cubic-bezier(0.25, 1, 0.5, 1); }
.tk2-projects-swiper .swiper-slide-active { opacity:1; transform:scale(1); z-index:5; }
.tk2-projects-swiper .swiper-slide-next, .tk2-projects-swiper .swiper-slide-prev { opacity:0.7; transform:scale(0.9); }

/* --- Project Card --- */
.tk2-project-card {
  position:relative; width:100%; height:100%; border-radius:var(--r-xl, 24px); overflow:hidden;
  box-shadow:0 20px 40px rgba(0,0,0,0.2); border:1px solid rgba(255, 255, 255, 0.1);
  background:#000; transition:all .5s cubic-bezier(0.25, 1, 0.5, 1);
}
.tk2-projects-swiper .swiper-slide-active .tk2-project-card:hover {
  transform:scale(1.02); box-shadow:0 30px 60px rgba(0, 0, 0, 0.4); border-color:rgba(255, 255, 255, 0.25);
}

/* --- Inner Carousel --- */
.tk2-project-inner-swiper { width:100%; height:100%; position:absolute; inset:0; pointer-events:none; }
.tk2-project-inner-swiper .swiper-slide { transition:opacity 0.8s ease; }
.tk2-project-inner-swiper .swiper-slide img { width:100%; height:100%; object-fit:cover; transition:transform 6s ease; }
.tk2-projects-swiper .swiper-slide-active .tk2-project-card:hover .tk2-project-inner-swiper .swiper-slide-active img { transform:scale(1.08); }

/* Overlay & Text */
.tk2-project-card-overlay {
  position:absolute; inset:0; padding:28px; display:flex; flex-direction:column; justify-content:space-between;
  z-index:10; pointer-events:none;
}
.tk2-project-meta { display:flex; gap:12px; }
.tk2-project-badge, .tk2-project-category {
  padding:6px 14px; border-radius:30px; font-size:0.7rem; font-weight:800; text-transform:uppercase; letter-spacing:1px;
  background:rgba(255,255,255,0.1); backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,0.25); color:#fff;
}
.tk2-project-badge { background:rgba(0,156,141,0.8); border-color:rgba(0,156,141,1); }

/* Glass Details Box */
.tk2-project-details {
  background:rgba(10, 10, 15, 0.55); backdrop-filter:blur(16px);
  padding:24px 28px; border-radius:18px; border:1px solid rgba(255,255,255,0.15);
  box-shadow:0 10px 30px rgba(0,0,0,0.3);
  transform:translateY(8px); transition:all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.tk2-projects-swiper .swiper-slide-active .tk2-project-card:hover .tk2-project-details {
  transform:translateY(0); background:rgba(10, 10, 15, 0.75); border-color:rgba(255,255,255,0.3);
}

.tk2-project-details h3 {
  font-family:var(--ff-display); font-size:1.8rem; font-weight:700; color:#fff; margin:0 0 14px;
}
.tk2-project-loc-ind {
  display:flex; gap:20px; border-top:1px solid rgba(255,255,255,0.15); padding-top:14px;
}
.tk2-project-loc, .tk2-project-industry {
  display:inline-flex; align-items:center; gap:8px; font-family:var(--ff-body); font-size:0.95rem; color:rgba(255,255,255,0.85); font-weight:500;
}
.tk2-project-loc svg, .tk2-project-industry svg { width:18px; height:18px; opacity:0.9; }

/* Swiper Nav */
.swiper-pagination-bullet { background:rgba(0,77,136,0.3); opacity:1; }
.swiper-pagination-bullet-active { background:#009C8D; width:24px; border-radius:12px; }
.inner-pagination { bottom: 15px !important; z-index: 3 !important; }

.tk2-projects-cta{
  display:flex; align-items:center; gap:26px; flex-wrap:wrap; justify-content:space-between;
  background:var(--grad-dark); border-radius:var(--r-xl); padding:38px 42px; position:relative; overflow:hidden;
  box-shadow:var(--shadow-glow);
}
.tk2-projects-cta::before{ content:''; position:absolute; inset:0; background:var(--grad-mesh); opacity:.7; pointer-events:none; }
.tk2-projects-cta-icon{
  width:56px; height:56px; border-radius:16px; background:var(--grad-brand-2); display:flex; align-items:center; justify-content:center;
  color:#fff; flex:none; box-shadow:0 10px 24px -8px rgba(0,196,174,.7); z-index:1;
}
.tk2-projects-cta-icon svg{ width:24px; height:24px; }
.tk2-projects-cta-text{ flex:1; min-width:240px; z-index:1; }
.tk2-projects-cta-text h3{ font-family:var(--ff-display); color:#fff; font-size:1.2rem; font-weight:700; margin:0 0 6px; }
.tk2-projects-cta-text p{ font-family:var(--ff-body); color:rgba(255,255,255,.72); margin:0; font-size:.88rem; }
.tk2-projects-cta-btns{ display:flex; gap:12px; flex-wrap:wrap; z-index:1; }
.tk2-btn{
  font-family:var(--ff-body); font-weight:700; font-size:.84rem; padding:13px 22px; border-radius:100px; border:none; cursor:pointer;
  display:inline-flex; align-items:center; gap:8px; transition:transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}
.tk2-btn--primary{ background:var(--grad-brand-2); color:#fff; box-shadow:0 12px 28px -8px rgba(0,196,174,.6); }
.tk2-btn--primary:hover{ transform:translateY(-3px); }
.tk2-btn--secondary{ background:rgba(255,255,255,.1); color:#fff; border:1px solid rgba(255,255,255,.28); }
.tk2-btn--secondary:hover{ background:rgba(255,255,255,.18); transform:translateY(-3px); }

@media (max-width:1024px){
  .tk2-projects-swiper .swiper-slide { width:600px; height:400px; }
  .tk2-projects-cta{ padding:30px 26px; }
}
@media (max-width:768px){
  .tk2-projects-swiper .swiper-slide { width:90vw; height:420px; filter:none; opacity:1; transform:scale(1); }
  .tk2-projects-swiper .swiper-slide-next, .tk2-projects-swiper .swiper-slide-prev { opacity:1; filter:none; transform:scale(1); }
  .tk2-project-card-overlay { padding:24px; }
  .tk2-project-details h3 { font-size:1.4rem; }
}
@media (max-width:560px){
  .tk2-projects{ padding:80px 0; }
  .tk2-projects-swiper { padding:10px 0 40px; }
  .tk2-projects-swiper .swiper-slide { width:95vw; height:380px; }
}

/* ==========================================================================
   SECTION 06 — INDUSTRIES WE SERVE → tk2-industries (flip cards)
   ========================================================================== */
.tk2-industries{ padding:110px 32px; max-width:1360px; margin:0 auto; }
.tk2-industries-body{ display:grid; grid-template-columns:1.35fr 1fr; gap:48px; align-items:center; }

.tk2-industries-grid{ display:grid; gap:18px; }
.tk2-industries { background:url('../img/mesh-bg.svg') center/cover no-repeat; }

.tk2-industries-image{ border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--shadow-glow); border:1px solid var(--c-line-soft); aspect-ratio:4/4.6; position:relative; }
.tk2-industries-image img{ width:100%; height:100%; object-fit:cover; }
.tk2-industries-image::after{ content:''; position:absolute; inset:0; background:linear-gradient(200deg, rgba(0,77,136,.2), transparent 55%); pointer-events:none; }

@media (max-width:1024px){
  .tk2-industries-body{ grid-template-columns:1fr; }
  .tk2-industries-image{ order:-1; aspect-ratio:16/9; }
}
@media (max-width:560px){
  .tk2-industries{ padding:80px 20px; }
  .tk2-industry-card{ min-height:auto; }
}

/* ==========================================================================
   SECTION 07 — WHY INCEPBIO → tk2-why (glow feature cards)
   ========================================================================== */
.tk2-why{ padding:110px 0; background:var(--c-bg-alt); }
.tk2-why-container{ max-width:1360px; margin:0 auto; padding:0 32px; }
.tk2-why-body{ display:grid; grid-template-columns:.85fr 1.15fr; gap:48px; align-items:center; }
.tk2-why-image{ border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--shadow-glow); border:1px solid var(--c-line-soft); position:sticky; top:110px; }
.tk2-why-image img{ width:100%; height:100%; object-fit:cover; }

.tk2-why-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.tk2-why-card{
  background:var(--c-white); border:1px solid var(--c-line); border-radius:var(--r-md); padding:24px 22px;
  transition:transform .4s var(--ease), box-shadow .4s var(--ease); position:relative; overflow:hidden;
}
.tk2-why-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-soft); }
.tk2-why-icon{
  width:40px; height:40px; border-radius:11px; background:var(--c-bg-alt); color:var(--c-teal);
  display:flex; align-items:center; justify-content:center; margin-bottom:14px; transition:all .4s var(--ease);
}
.tk2-why-card:hover .tk2-why-icon{ background:var(--grad-brand-2); color:#fff; }
.tk2-why-icon svg{ width:18px; height:18px; }
.tk2-why-card h3{ font-family:var(--ff-display); font-weight:700; font-size:.94rem; color:var(--c-blue-deep); margin:0 0 8px; }
.tk2-why-card p{ font-family:var(--ff-body); font-size:.82rem; color:var(--c-ink-soft); line-height:1.5; margin:0; }

@media (max-width:1024px){
  .tk2-why-body{ grid-template-columns:1fr; }
  .tk2-why-image{ position:static; aspect-ratio:16/9; }
}
@media (max-width:560px){
  .tk2-why-grid{ grid-template-columns:1fr; }
  .tk2-why{ padding:80px 0; }
}

/* ==========================================================================
   SECTION 08 - MEET OUR EXPERTS   (Imported from Consulting page)
   ========================================================================== */
.ibc-section { padding: 80px 0; position: relative; }
.ibc-section--soft { background: var(--c-bg-alt); }
.ibc-container { max-width: 1360px; margin: 0 auto; padding: 0 32px; }

.ibc-section__head { max-width: 660px; margin: 0 auto 48px; text-align: center; }
.ibc-ref {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--ff-body); font-weight: 800;
  font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-teal); margin-bottom: 16px;
}
.ibc-ref::before { content: ""; width: 18px; height: 1.5px; background: var(--c-teal); }
.ibc-h2 { font-size: clamp(1.7rem, 3.1vw, 2.5rem); margin-bottom: 14px; font-weight: 800; background: var(--grad-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ibc-lead { font-size: 1.02rem; color: var(--c-ink-soft); }

.ibc-team-grid--founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 20px; }
.ibc-team-grid--advisors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ibc-team-card {
  background: #fff; border-radius: 12px; margin-top: 54px; position: relative;
  text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); display: flex; flex-direction: column;
  transition: transform .4s ease, box-shadow .4s ease; border: 1px solid rgba(0,0,0,0.05);
}
.ibc-team-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.ibc-team-card__image-wrapper {
  width: 128px; height: 128px; border-radius: 50%; margin: -54px auto 18px;
  border: 5px solid #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.1); overflow: hidden;
  background: #f8f9fa; position: relative;
  transition: transform .5s cubic-bezier(.4,0,.2,1), box-shadow .5s ease;
}
.ibc-team-card:hover .ibc-team-card__image-wrapper { transform: translateY(-8px) scale(1.02); box-shadow: 0 14px 28px rgba(0,156,141,0.25); }
.ibc-team-card__image-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; border: none; }
.ibc-team-card:hover .ibc-team-card__image-wrapper img { transform: scale(1.1); }
.ibc-team-card__content { padding: 0 20px 20px; flex-grow: 1; }
.ibc-team-card__content h3 { font-size: 1.12rem; color: var(--c-blue-deep); margin-bottom: 4px; font-weight: 700; font-family: var(--ff-display); }
.ibc-team-card__role {
  display: block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; margin-bottom: 14px;
  background: var(--grad-brand-2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ibc-team-card__content p { font-size: 0.82rem; color: var(--c-ink-soft); margin: 0; line-height: 1.55; }
.ibc-team-contact-info { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; text-align: left; border-top: 1px dashed var(--c-line); padding-top: 16px; }
.ibc-contact-pill { display: flex; align-items: center; gap: 10px; background: #f8f9fa; padding: 8px 10px; border-radius: 8px; border: 1px solid transparent; transition: all .3s ease; text-decoration:none; }
.ibc-contact-pill:hover { background: #fff; border-color: rgba(0,156,141,0.3); box-shadow: 0 4px 10px rgba(0,156,141,0.1); transform: translateY(-2px); }
.ibc-contact-icon { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: rgba(0,156,141,0.1); color: var(--c-teal); border-radius: 50%; font-size: 0.76rem; }
.ibc-contact-pill:hover .ibc-contact-icon { background: var(--c-teal); color: #fff; }
.ibc-contact-text { font-size: 0.76rem; color: var(--c-blue-deep); font-weight: 500; }
.ibc-contact-text strong { color: var(--c-ink-soft); font-weight: 700; }
.ibc-team-card__footer { background: var(--grad-dark); padding: 14px; border-radius: 0 0 12px 12px; display: flex; justify-content: center; gap: 12px; }
.ibc-social-link { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.4); color: #fff; transition: all .3s ease; font-size: 0.86rem; text-decoration:none; }
.ibc-social-link:hover { background: #fff; color: var(--c-teal); transform: translateY(-2px); border-color:transparent; }

@media (max-width:1024px){
  .ibc-team-grid--founders { grid-template-columns: 1fr; }
  .ibc-team-grid--advisors { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:640px){
  .ibc-team-grid--advisors { grid-template-columns: 1fr; }
}

/* ==========================================================================
   SECTION 09 — FAQ → tk2-faq
   ========================================================================== */
.tk2-faq{ padding:110px 0; background:var(--c-bg); }
.tk2-faq-container{ max-width:1360px; margin:0 auto; padding:0 32px; }
.tk2-faq-body{ display:grid; grid-template-columns:1.1fr .9fr; gap:48px; align-items:start; }

.tk2-faq-list{ display:grid; gap:14px; counter-reset:tk2-faq-count; }
.tk2-faq-item{
  background:var(--c-white); border:1px solid var(--c-line); border-radius:var(--r-md); overflow:hidden;
  transition:border-color .35s var(--ease), box-shadow .35s var(--ease); counter-increment:tk2-faq-count;
}
.tk2-faq-item:has(.tk2-faq-q[aria-expanded="true"]){ border-color:var(--c-teal); box-shadow:var(--shadow-soft); }
.tk2-faq-q{
  width:100%; text-align:left; background:none; border:none; cursor:pointer;
  font-family:var(--ff-display); font-weight:600; font-size:.95rem; color:var(--c-ink);
  padding:18px 22px; display:flex; align-items:center; gap:16px;
}
.tk2-faq-q::before{
  content:counter(tk2-faq-count,decimal-leading-zero); flex:none; font-family:var(--ff-display); font-weight:800;
  font-size:.72rem; color:var(--c-teal); width:26px; height:26px; border-radius:50%; background:var(--c-bg-alt);
  display:flex; align-items:center; justify-content:center;
}
.tk2-faq-q-text{ flex:1; }
.tk2-faq-icon{ flex:none; width:26px; height:26px; border-radius:50%; background:var(--c-bg-alt); display:flex; align-items:center; justify-content:center; transition:all .35s var(--ease); }
.tk2-faq-icon svg{ width:13px; height:13px; stroke:var(--c-blue-deep); fill:none; stroke-width:2.4; transition:transform .35s var(--ease); }
.tk2-faq-q[aria-expanded="true"] .tk2-faq-icon{ background:var(--grad-brand-2); }
.tk2-faq-q[aria-expanded="true"] .tk2-faq-icon svg{ stroke:#fff; transform:rotate(180deg); }
.tk2-faq-body{ max-height:0; overflow:hidden; transition:max-height .45s var(--ease); }
.tk2-faq-body-inner{ padding:0 22px 20px 64px; font-family:var(--ff-body); font-size:.86rem; color:var(--c-ink-soft); line-height:1.65; }

.tk2-faq-visual{ position:sticky; top:110px; border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--shadow-glow); border:1px solid var(--c-line-soft); }
.tk2-faq-visual img{ width:100%; display:block; }

@media (max-width:1024px){
  .tk2-faq-body{ grid-template-columns:1fr; }
  .tk2-faq-visual{ position:static; order:-1; }
}
@media (max-width:560px){
  .tk2-faq{ padding:80px 0; }
  .tk2-faq-body-inner{ padding-left:22px; }
}

/* ==========================================================================
   FINAL CTA → tk2-cta
   ========================================================================== */
.tk2-cta{ max-width:1360px; margin:0 auto 110px; padding:0 32px; }
.tk2-cta-inner{
  position:relative; overflow:hidden; text-align:center; border-radius:var(--r-xl);
  padding:72px 40px; background:var(--grad-dark); box-shadow:var(--shadow-glow);
}
.tk2-cta-inner::before{ content:''; position:absolute; inset:0; background:var(--grad-mesh); pointer-events:none; }
.tk2-cta-title{
  position:relative; font-family:var(--ff-body); font-weight:800; font-size:clamp(1.7rem,3.2vw,2.5rem); color:#fff;
  margin:0 0 18px; max-width:760px; margin-left:auto; margin-right:auto; letter-spacing:-.01em;
}
.tk2-cta-desc{
  position:relative; font-family:var(--ff-body); color:rgba(255,255,255,.75); font-size:.98rem; line-height:1.7;
  max-width:620px; margin:0 auto 30px;
}
.tk2-cta-actions{ position:relative; display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-bottom:34px; }
.tk2-cta-btn{
  font-family:var(--ff-body); font-weight:700; font-size:.92rem; padding:16px 30px; border-radius:100px; border:none; cursor:pointer;
  transition:transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease);
}
.tk2-cta-btn:first-child{ background:var(--grad-brand-2); color:#fff; box-shadow:0 16px 36px -10px rgba(0,196,174,.6); }
.tk2-cta-btn:first-child:hover{ transform:translateY(-3px); }
.tk2-cta-btn:last-child{ background:rgba(255,255,255,.08); color:#fff; border:1.5px solid rgba(255,255,255,.28); }
.tk2-cta-btn:last-child:hover{ background:rgba(255,255,255,.16); transform:translateY(-3px); }
.tk2-cta-badges{ position:relative; display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.tk2-cta-badge{
  font-family:var(--ff-body); font-size:.72rem; font-weight:700; letter-spacing:.04em; color:rgba(255,255,255,.8);
  padding:8px 16px; border-radius:100px; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.04);
}

@media (max-width:560px){
  .tk2-cta{ margin-bottom:70px; }
  .tk2-cta-inner{ padding:52px 26px; }
}

/* ==========================================================================
   Utility: decorative glow orbs injected by JS (.tk-orb)
   ========================================================================== */
.tk-orb{ position:absolute; border-radius:50%; pointer-events:none; filter:blur(50px); opacity:.5; z-index:0; }

/* ==========================================================================
   SECTION DIVIDER
   ========================================================================== */
.tk2-section-divider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.tk2-divider-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,77,136,0) 0%, rgba(0,77,136,0.15) 50%, rgba(0,77,136,0) 100%);
}
.tk2-divider-glow {
  position: absolute;
  width: 120px;
  height: 4px;
  background: var(--c-teal);
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.6;
  animation: glide 4s ease-in-out infinite alternate;
}
@keyframes glide {
  0% { transform: translateX(-300%); opacity: 0; }
  20% { opacity: 0.8; }
  80% { opacity: 0.8; }
  100% { transform: translateX(300%); opacity: 0; }
}


/* ==========================================================================
   TURNKEY ASSISTANT CHAT WIDGET
   ========================================================================== */
.tk2-assistant-btn {
  position: fixed;
  bottom: 80px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: var(--grad-brand-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 196, 174, 0.4);
  cursor: pointer;
  z-index: 9999;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.tk2-assistant-btn:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 196, 174, 0.6);
}
.tk2-assistant-btn svg { width: 28px; height: 28px; transition: transform 0.3s; }
.tk2-assistant-btn.is-open svg { transform: rotate(90deg) scale(0.8); opacity: 0; }
.tk2-assistant-btn .close-icon { position: absolute; opacity: 0; transform: rotate(-90deg) scale(0.8); transition: transform 0.3s, opacity 0.3s; }
.tk2-assistant-btn.is-open .close-icon { opacity: 1; transform: rotate(0) scale(1); }

.tk2-assistant-panel {
  position: fixed;
  bottom: 155px;
  right: 25px;
  width: 360px;
  max-width: calc(100vw - 50px);
  background: var(--c-white);
  border-radius: var(--r-lg);
  border: 1px solid var(--c-line);
  box-shadow: 0 16px 48px rgba(0, 77, 136, 0.15);
  display: flex;
  flex-direction: column;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transform-origin: bottom right;
  transition: all 0.4s var(--ease);
  overflow: hidden;
}
.tk2-assistant-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.tk2-assistant-header {
  background: var(--grad-dark);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.tk2-assistant-avatar {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.tk2-assistant-avatar svg { width: 20px; height: 20px; color: #7FE9D8; }
.tk2-assistant-title h4 { margin: 0; font-family: var(--ff-display); font-size: 1.05rem; font-weight: 700; color: #fff; }
.tk2-assistant-title p { margin: 0; font-family: var(--ff-body); font-size: 0.75rem; color: rgba(255,255,255,0.7); }

.tk2-assistant-body {
  padding: 20px;
  max-height: 400px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f8fbff;
}

.tk2-msg { display: flex; gap: 12px; max-width: 90%; }
.tk2-msg-bot { align-self: flex-start; }
.tk2-msg-user { align-self: flex-end; flex-direction: row-reverse; }

.tk2-msg-bubble {
  background: #fff;
  border: 1px solid var(--c-line);
  padding: 12px 16px;
  border-radius: 16px;
  border-bottom-left-radius: 4px;
  font-family: var(--ff-body);
  font-size: 0.88rem;
  color: var(--c-text);
  line-height: 1.5;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.tk2-msg-user .tk2-msg-bubble {
  background: var(--c-teal);
  color: #fff;
  border-color: transparent;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 4px;
}

.tk2-assistant-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.tk2-option-btn {
  background: #fff;
  border: 1px solid var(--c-teal);
  color: var(--c-teal);
  font-family: var(--ff-body);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  text-decoration: none;
}
.tk2-option-btn:hover { background: var(--c-teal); color: #fff; }
.tk2-option-btn svg { width: 16px; height: 16px; }

.tk2-assistant-footer {
  padding: 14px 20px;
  background: #fff;
  border-top: 1px solid var(--c-line);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tk2-assistant-footer input {
  flex: 1;
  border: none;
  background: var(--c-bg-alt);
  padding: 10px 14px;
  border-radius: 20px;
  font-family: var(--ff-body);
  font-size: 0.85rem;
  outline: none;
}
.tk2-assistant-footer button {
  background: var(--c-teal);
  color: #fff;
  border: none;
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 0.3s;
}
.tk2-assistant-footer button:hover { background: var(--c-blue-deep); }