/* ============================================================
   ictranslating.com — Design System
   Palette: Slate #2C3E50 + Copper #C0652B + Off-White #F7F7F5
   Fonts:   Manrope (headings) + Lato (body)
   Nav:     WHITE STICKY with LANGUAGES MEGA DROPDOWN
   Hero:    BENTO GRID — large cells with stats and language pairs
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Lato:wght@300;400;700&display=swap');

:root {
  --ict-slate:    #2C3E50;
  --ict-slate2:   #3A516A;
  --ict-copper:   #C0652B;
  --ict-copper2:  #D4763A;
  --ict-copper-l: #F5E5DA;
  --ict-cream:    #F7F7F5;
  --ict-white:    #FFFFFF;
  --ict-surface:  #EFEFED;
  --ict-dark:     #1A2534;
  --ict-ink:      #1A2534;
  --ict-mid:      #4A5D6E;
  --ict-muted:    #8A9BAB;
  --ict-border:   rgba(44,62,80,.1);
  --ict-border2:  rgba(44,62,80,.06);
  --ict-ease:     all .22s ease;
  --ict-shadow:   0 2px 14px rgba(26,37,52,.07);
  --ict-shadow2:  0 8px 40px rgba(26,37,52,.14);
  --ict-r4:       4px;
  --ict-r8:       8px;
  --ict-r12:      12px;
  --ict-r16:      16px;
  --ict-r24:      24px;
  --ict-wrap:     1120px;
  --ict-nav:      72px;
  --ict-fh:       'Manrope', sans-serif;
  --ict-fb:       'Lato', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--ict-fb);
  font-size: .9375rem;
  line-height: 1.72;
  color: var(--ict-mid);
  background: var(--ict-white);
  overflow-x: hidden;
  padding-top: var(--ict-nav);
}

img { max-width: 100%; height: auto; display: block; }
a   { color: inherit; text-decoration: none; }
ul  { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ── TYPOGRAPHY ─────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--ict-fh); color: var(--ict-ink); }
h1 { font-size: clamp(2.25rem, 5.5vw, 3.75rem); font-weight: 800; line-height: 1.06; }
h2 { font-size: clamp(1.875rem, 3.5vw, 2.625rem); font-weight: 700; line-height: 1.1; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.625rem); font-weight: 700; line-height: 1.2; }
h4 { font-size: 1.0625rem; font-weight: 700; line-height: 1.25; }
p  { max-width: 66ch; word-wrap: break-word; }

/* ── WHITE STICKY NAV ────────────────────────────── */
.ict-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: var(--ict-nav); background: var(--ict-white);
  border-bottom: 1px solid var(--ict-border);
  box-shadow: var(--ict-shadow);
}
.ict-nav-inner {
  max-width: var(--ict-wrap); margin: 0 auto;
  height: 100%; padding: 0 clamp(1rem, 3vw, 2rem);
  display: flex; align-items: center; gap: 1.5rem;
}
.ict-nav-logo {
  font-family: var(--ict-fh); font-size: clamp(1.1875rem, 2.2vw, 1.5rem);
  font-weight: 800; color: var(--ict-slate); letter-spacing: -.02em;
  flex-shrink: 0;
}
.ict-nav-logo span { color: var(--ict-copper); }
.ict-nav-links { display: flex; align-items: center; gap: .25rem; flex: 1; justify-content: center; }
.ict-nav-item  { position: relative; }
.ict-nav-link  {
  font-family: var(--ict-fb); font-size: 1.0rem; font-weight: 700;
  color: var(--ict-slate); padding: .5rem .875rem;
  transition: color .2s; white-space: nowrap; display: flex; align-items: center; gap: .25rem;
}
.ict-nav-link:hover { color: var(--ict-copper); }
.ict-nav-link.ict-nav-active { color: var(--ict-copper); }

/* MEGA DROPDOWN for Languages */
.ict-mega { position: absolute; top: calc(100% + .5rem); left: 50%; transform: translateX(-50%); width: 480px; background: var(--ict-white); border: 1px solid var(--ict-border); border-radius: var(--ict-r12); box-shadow: var(--ict-shadow2); padding: 1.25rem; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s, transform .2s; transform: translateX(-50%) translateY(-6px); z-index: 400; }
.ict-nav-item:hover .ict-mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.ict-mega-title { font-family: var(--ict-fb); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--ict-muted); margin-bottom: .875rem; }
.ict-mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .375rem; }
.ict-lang-tag { background: var(--ict-cream); border: 1px solid var(--ict-border2); border-radius: var(--ict-r4); padding: .3rem .5rem; font-family: var(--ict-fb); font-size: .8125rem; font-weight: 700; color: var(--ict-slate); text-align: center; white-space: nowrap; transition: var(--ict-ease); }
.ict-lang-tag:hover { background: var(--ict-copper-l); border-color: var(--ict-copper); color: var(--ict-copper); }

.ict-nav-ctas { display: flex; gap: .625rem; align-items: center; flex-shrink: 0; }
.ict-mob-tog  { display: none; background: none; border: none; color: var(--ict-slate); padding: .5rem; }

/* MOBILE PANEL */
.ict-mob { position: fixed; inset: 0; z-index: 900; background: var(--ict-white); padding: 1.5rem; overflow-y: auto; transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; }
.ict-mob.ict-mob-on { transform: none; }
.ict-mob-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.ict-mob-logo { font-family: var(--ict-fh); font-size: 1.375rem; font-weight: 800; color: var(--ict-slate); }
.ict-mob-logo span { color: var(--ict-copper); }
.ict-mob-cls  { background: none; border: none; color: var(--ict-mid); }
.ict-mob-links { display: flex; flex-direction: column; flex: 1; }
.ict-mob-link { font-family: var(--ict-fb); font-size: 1.25rem; font-weight: 700; color: var(--ict-slate); padding: .75rem 0; border-bottom: 1px solid var(--ict-border2); transition: color .2s; }
.ict-mob-link:hover { color: var(--ict-copper); }
.ict-mob-foot { margin-top: 2rem; display: flex; gap: .75rem; flex-wrap: wrap; }

/* ── LAYOUT ─────────────────────────────────────── */
.ict-shell   { max-width: var(--ict-wrap); margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem); }
.ict-slab    { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.ict-slab-sm { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.ict-bg-cream  { background: var(--ict-cream); }
.ict-bg-slate  { background: var(--ict-slate); }
.ict-bg-dark   { background: var(--ict-dark); }

/* ── EYEBROW ─────────────────────────────────────── */
.ict-eyebrow {
  display: inline-flex; align-items: center; gap: .625rem;
  font-family: var(--ict-fb); font-size: .8125rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: var(--ict-copper);
  margin-bottom: .875rem;
}
.ict-eyebrow-lt  { color: rgba(192,101,43,.75); }

/* ── BUTTONS ─────────────────────────────────────── */
.ict-btn-copper {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .8125rem 1.75rem; background: var(--ict-copper); color: var(--ict-white);
  font-family: var(--ict-fb); font-size: .9375rem; font-weight: 700;
  border: 2px solid var(--ict-copper); border-radius: var(--ict-r4);
  transition: var(--ict-ease); white-space: nowrap;
}
.ict-btn-copper:hover { background: var(--ict-copper2); border-color: var(--ict-copper2); }

.ict-btn-slate {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .8125rem 1.75rem; background: var(--ict-slate); color: var(--ict-white);
  font-family: var(--ict-fb); font-size: .9375rem; font-weight: 700;
  border: 2px solid var(--ict-slate); border-radius: var(--ict-r4);
  transition: var(--ict-ease); white-space: nowrap;
}
.ict-btn-slate:hover { background: var(--ict-dark); border-color: var(--ict-dark); }

.ict-btn-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .8125rem 1.75rem; background: transparent; color: var(--ict-slate);
  font-family: var(--ict-fb); font-size: .9375rem; font-weight: 700;
  border: 2px solid var(--ict-slate); border-radius: var(--ict-r4);
  transition: var(--ict-ease); white-space: nowrap;
}
.ict-btn-outline:hover { background: var(--ict-slate); color: var(--ict-white); }

.ict-btn-outline-lt {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .8125rem 1.75rem; background: transparent; color: rgba(255,255,255,.8);
  font-family: var(--ict-fb); font-size: .9375rem; font-weight: 700;
  border: 2px solid rgba(255,255,255,.3); border-radius: var(--ict-r4);
  transition: var(--ict-ease); white-space: nowrap;
}
.ict-btn-outline-lt:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }

.ict-btn-sm { padding: .5625rem 1.25rem; font-size: .875rem; }
.ict-text-link { display: inline-flex; align-items: center; gap: .375rem; font-family: var(--ict-fb); font-weight: 700; color: var(--ict-copper); font-size: .9375rem; }
.ict-text-link:hover { gap: .625rem; }

/* ── BENTO HERO ──────────────────────────────────── */
.ict-hero { padding: clamp(3rem, 6vw, 4.5rem) 0 0; }
.ict-hero-bento { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 1rem; }
.ict-bento-main { grid-row: span 2; background: var(--ict-slate); border-radius: var(--ict-r16); padding: clamp(2rem, 5vw, 3.5rem); display: flex; flex-direction: column; justify-content: space-between; min-height: 420px; }
.ict-bento-main .ict-eyebrow { margin-bottom: 1.25rem; }
.ict-hero-h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.05; color: var(--ict-white); margin-bottom: 1.25rem; }
.ict-hero-h1 em { font-style: normal; color: var(--ict-copper); }
.ict-hero-sub  { font-size: clamp(.9375rem, 1.8vw, 1.0625rem); color: rgba(255,255,255,.6); line-height: 1.75; max-width: 44ch; margin-bottom: 2rem; }
.ict-hero-acts { display: flex; gap: .75rem; flex-wrap: wrap; }
.ict-bento-cell { background: var(--ict-cream); border-radius: var(--ict-r16); padding: 1.75rem 2rem; }
.ict-bento-cell.ict-bento-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.ict-bento-stat-n { font-family: var(--ict-fh); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; color: var(--ict-slate); line-height: 1; margin-bottom: .2rem; }
.ict-bento-stat-l { font-size: .8125rem; color: var(--ict-muted); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-family: var(--ict-fb); }
.ict-bento-langs { background: var(--ict-cream); border-radius: var(--ict-r16); padding: 1.5rem 2rem; overflow: hidden; }
.ict-bento-langs-title { font-family: var(--ict-fb); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--ict-muted); margin-bottom: .875rem; }
.ict-pairs-ticker { display: flex; gap: .5rem; overflow: hidden; }
.ict-pairs-rail { display: flex; gap: .5rem; flex-shrink: 0; animation: ict-slide 20s linear infinite; }
.ict-pair-pill { background: var(--ict-white); border: 1.5px solid var(--ict-border); border-radius: 100px; padding: .25rem .875rem; font-family: var(--ict-fb); font-size: .8125rem; font-weight: 700; color: var(--ict-slate); white-space: nowrap; flex-shrink: 0; }
@keyframes ict-slide { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ── SERVICE CARDS ───────────────────────────────── */
.ict-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.ict-svc-card { background: var(--ict-white); border: 1.5px solid var(--ict-border); border-radius: var(--ict-r12); padding: 1.75rem; display: flex; flex-direction: column; transition: var(--ict-ease); }
.ict-svc-card:hover { box-shadow: var(--ict-shadow2); border-color: var(--ict-copper); transform: translateY(-2px); }
.ict-svc-ico { width: 44px; height: 44px; border-radius: var(--ict-r8); background: var(--ict-copper-l); display: flex; align-items: center; justify-content: center; color: var(--ict-copper); margin-bottom: 1rem; flex-shrink: 0; }
.ict-svc-cat { font-family: var(--ict-fb); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ict-copper); margin-bottom: .5rem; }
.ict-sc-name { font-family: var(--ict-fh); font-size: 1.125rem; font-weight: 700; color: var(--ict-ink); margin-bottom: .5rem; }
.ict-sc-desc { font-size: .875rem; color: var(--ict-muted); line-height: 1.65; flex: 1; margin-bottom: 1.25rem; }
.ict-sc-foot { display: flex; justify-content: space-between; align-items: center; }
.ict-sc-price { font-family: var(--ict-fh); font-size: .9375rem; font-weight: 700; color: var(--ict-slate); }
.ict-sc-arr   { color: var(--ict-copper); }

/* ── STATS BAND ──────────────────────────────────── */
.ict-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.ict-stat-n { font-family: var(--ict-fh); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 800; color: var(--ict-copper); line-height: 1; margin-bottom: .375rem; }
.ict-stat-l { font-size: .875rem; color: rgba(255,255,255,.55); font-family: var(--ict-fb); }

/* ── PROCESS HORIZONTAL ──────────────────────────── */
.ict-proc-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; position: relative; }
.ict-proc-row::before { content: ''; position: absolute; top: 28px; left: calc(12.5% + 22px); right: calc(12.5% + 22px); height: 1px; background: var(--ict-border); }
.ict-proc-step { text-align: center; position: relative; }
.ict-proc-ico { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--ict-copper); background: var(--ict-white); display: flex; align-items: center; justify-content: center; color: var(--ict-copper); margin: 0 auto 1rem; position: relative; z-index: 1; }
.ict-proc-num { position: absolute; top: -6px; right: -6px; width: 20px; height: 20px; border-radius: 50%; background: var(--ict-copper); color: var(--ict-white); font-family: var(--ict-fh); font-size: .6875rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.ict-proc-head { font-family: var(--ict-fh); font-size: 1.0625rem; font-weight: 700; color: var(--ict-ink); margin-bottom: .5rem; }
.ict-proc-body { font-size: .875rem; color: var(--ict-muted); line-height: 1.7; }

/* ── CASE STUDIES ────────────────────────────────── */
.ict-case-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.ict-case-card { background: var(--ict-white); border: 1.5px solid var(--ict-border); border-radius: var(--ict-r16); overflow: hidden; }
.ict-case-img { aspect-ratio: 16/7; background: var(--ict-surface); overflow: hidden; }
.ict-case-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.ict-case-card:hover .ict-case-img img { transform: scale(1.04); }
.ict-case-body { padding: 1.75rem; }
.ict-case-type { font-family: var(--ict-fb); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ict-copper); margin-bottom: .375rem; }
.ict-case-client { font-family: var(--ict-fh); font-size: 1.25rem; font-weight: 700; color: var(--ict-ink); margin-bottom: .625rem; }
.ict-case-sum  { font-size: .875rem; color: var(--ict-muted); margin-bottom: 1.25rem; line-height: 1.7; }
.ict-case-result { font-size: .875rem; color: var(--ict-mid); margin-bottom: 1.25rem; line-height: 1.7; font-style: italic; }
.ict-case-stats { display: flex; gap: 2rem; }
.ict-cs-n { font-family: var(--ict-fh); font-size: 1.5rem; font-weight: 800; color: var(--ict-copper); }
.ict-cs-l { font-size: .75rem; color: var(--ict-muted); font-family: var(--ict-fb); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

/* ── TESTIMONIAL CAROUSEL ────────────────────────── */
.ict-testi-viewport { overflow: hidden; }
.ict-testi-track { display: flex; gap: 1.25rem; transition: transform .45s cubic-bezier(.4,0,.2,1); }
.ict-testi-card { flex: 0 0 calc(50% - .625rem); background: var(--ict-white); border: 1.5px solid var(--ict-border); border-radius: var(--ict-r16); padding: 2rem; }
.ict-testi-stars { display: flex; gap: .2rem; color: var(--ict-copper); margin-bottom: 1rem; }
.ict-testi-q { font-family: var(--ict-fh); font-size: 1.0625rem; font-weight: 500; color: var(--ict-ink); line-height: 1.6; margin-bottom: 1.5rem; font-style: italic; }
.ict-testi-nm { font-family: var(--ict-fb); font-weight: 700; color: var(--ict-ink); margin-bottom: .2rem; }
.ict-testi-rl { font-size: .875rem; color: var(--ict-muted); }
.ict-testi-nav { display: flex; gap: .75rem; justify-content: center; margin-top: 1.75rem; }
.ict-testi-btn { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--ict-border); background: var(--ict-white); display: flex; align-items: center; justify-content: center; color: var(--ict-slate); cursor: pointer; transition: var(--ict-ease); }
.ict-testi-btn:hover { border-color: var(--ict-copper); color: var(--ict-copper); }
.ict-testi-dots { display: flex; gap: .5rem; align-items: center; }
.ict-testi-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ict-border); cursor: pointer; transition: var(--ict-ease); border: none; padding: 0; }
.ict-testi-dot.ict-dot-active { background: var(--ict-copper); transform: scale(1.2); }

/* ── PRICING ─────────────────────────────────────── */
.ict-price-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.ict-price-col { border: 1.5px solid var(--ict-border); border-radius: var(--ict-r16); padding: 2rem; background: var(--ict-white); position: relative; transition: var(--ict-ease); }
.ict-price-col:hover { box-shadow: var(--ict-shadow2); }
.ict-price-col.ict-pop { border-color: var(--ict-copper); background: var(--ict-slate); }
.ict-pop-label { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--ict-copper); color: var(--ict-white); font-family: var(--ict-fb); font-size: .75rem; font-weight: 700; padding: .3rem .875rem; border-radius: 100px; white-space: nowrap; }
.ict-pc-name { font-family: var(--ict-fh); font-size: 1.5rem; font-weight: 700; color: var(--ict-ink); margin-bottom: .375rem; }
.ict-pop .ict-pc-name { color: var(--ict-white); }
.ict-pc-tag  { font-size: .875rem; color: var(--ict-muted); margin-bottom: 1.5rem; }
.ict-pop .ict-pc-tag  { color: rgba(255,255,255,.55); }
.ict-pc-price { display: flex; align-items: baseline; gap: .1rem; margin-bottom: 1.5rem; }
.ict-pc-sym  { font-family: var(--ict-fh); font-size: 1.25rem; font-weight: 700; color: var(--ict-slate); }
.ict-pop .ict-pc-sym  { color: var(--ict-copper); }
.ict-pc-main { font-family: var(--ict-fh); font-size: 3.25rem; font-weight: 800; color: var(--ict-ink); line-height: 1; }
.ict-pop .ict-pc-main { color: var(--ict-white); }
.ict-pc-dec  { font-family: var(--ict-fh); font-size: 1.25rem; font-weight: 700; color: var(--ict-slate); align-self: flex-end; }
.ict-pop .ict-pc-dec  { color: var(--ict-copper); }
.ict-pc-feats { display: flex; flex-direction: column; gap: .625rem; margin-bottom: 1.75rem; }
.ict-pc-feat  { display: flex; align-items: flex-start; gap: .5rem; font-size: .875rem; color: var(--ict-mid); line-height: 1.5; }
.ict-pop .ict-pc-feat { color: rgba(255,255,255,.7); }
.ict-feat-tick { color: var(--ict-copper); flex-shrink: 0; }

/* ── FAQ 2-COL ───────────────────────────────────── */
.ict-faq-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ict-border); border: 1px solid var(--ict-border); border-radius: var(--ict-r12); overflow: hidden; }
.ict-faq-item { background: var(--ict-white); }
.ict-faq-q {
  width: 100%; text-align: left; background: none; border: none; padding: 1.125rem 1.375rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-family: var(--ict-fh); font-size: .9375rem; font-weight: 700; color: var(--ict-ink);
  cursor: pointer; transition: background .2s;
}
.ict-faq-q:hover { background: var(--ict-cream); }
.ict-faq-ico { flex-shrink: 0; color: var(--ict-copper); transition: transform .25s; }
.ict-faq-item.ict-open .ict-faq-ico { transform: rotate(45deg); }
.ict-faq-panel { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.ict-faq-item.ict-open .ict-faq-panel { max-height: 400px; }
.ict-faq-body { padding: 0 1.375rem 1.125rem; font-size: .9375rem; color: var(--ict-muted); line-height: 1.8; }

/* ── SERVICE DETAIL PAGE ─────────────────────────── */
.ict-svd { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; padding: clamp(3rem,6vw,5rem) 0; }
.ict-svd-main { min-width: 0; }
.ict-svd-img { border-radius: var(--ict-r12); overflow: hidden; aspect-ratio: 16/7; background: var(--ict-surface); margin-bottom: 2.5rem; }
.ict-svd-img img { width: 100%; height: 100%; object-fit: cover; }
.ict-svd-text p { color: var(--ict-muted); margin-bottom: 1.125rem; line-height: 1.85; }
.ict-svd-inc { background: var(--ict-copper-l); border-radius: var(--ict-r12); padding: 1.5rem; margin-top: 2rem; }
.ict-svd-inc-h { font-family: var(--ict-fb); font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ict-copper); margin-bottom: 1rem; }
.ict-svd-inc-list li { display: flex; align-items: flex-start; gap: .5rem; font-size: .9375rem; color: var(--ict-mid); margin-bottom: .5rem; }
.ict-svd-inc-list li svg { color: var(--ict-copper); flex-shrink: 0; margin-top: .15rem; }
.ict-svd-aside { position: sticky; top: calc(var(--ict-nav) + 1.5rem); }
.ict-svd-card { background: var(--ict-slate); border-radius: var(--ict-r16); padding: 1.75rem; }
.ict-svd-cn { font-family: var(--ict-fh); font-size: 1rem; font-weight: 700; color: var(--ict-white); margin-bottom: 1rem; }
.ict-svd-price { display: flex; align-items: baseline; gap: .1rem; margin-bottom: .5rem; }
.ict-svd-ps { font-family: var(--ict-fh); font-size: 1.125rem; font-weight: 700; color: var(--ict-copper); }
.ict-svd-pn { font-family: var(--ict-fh); font-size: 2.5rem; font-weight: 800; color: var(--ict-white); line-height: 1; }
.ict-svd-pnote { font-size: .8125rem; color: rgba(255,255,255,.4); margin-bottom: 1.25rem; }
.ict-svd-meta { background: rgba(255,255,255,.07); border-radius: var(--ict-r8); padding: .875rem 1rem; margin-bottom: .875rem; }
.ict-svd-ml { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--ict-copper); margin-bottom: .3rem; font-family: var(--ict-fb); }
.ict-svd-mv { font-size: .875rem; color: rgba(255,255,255,.6); line-height: 1.6; }

/* ── PAGE BANNER ─────────────────────────────────── */
.ict-page-hd { background: var(--ict-slate); padding: clamp(4rem,8vw,6.5rem) 0 clamp(2.5rem,5vw,4rem); text-align: center; }
.ict-page-hd h1 { color: var(--ict-white); }
.ict-page-hd-sub { color: rgba(255,255,255,.55); font-size: clamp(.9375rem,1.8vw,1.0625rem); margin: 1rem auto 0; max-width: 54ch; }

/* ── BUILDER ─────────────────────────────────────── */
.ict-builder { display: grid; grid-template-columns: 1fr 380px; gap: 2.5rem; align-items: start; }
.ict-bldr-left { display: flex; flex-direction: column; gap: 3rem; }
.ict-step-lbl { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--ict-copper); margin-bottom: .5rem; font-family: var(--ict-fb); }
.ict-step-title { font-family: var(--ict-fh); font-size: 1.375rem; font-weight: 700; color: var(--ict-ink); margin-bottom: 1rem; }
.ict-pkg-list { display: flex; flex-direction: column; gap: .75rem; }
.ict-pkg-row {
  border: 1.5px solid var(--ict-border); border-radius: var(--ict-r8);
  padding: 1.25rem 1.5rem; cursor: pointer; display: flex; gap: 1rem; align-items: flex-start;
  transition: var(--ict-ease);
}
.ict-pkg-row:hover { border-color: var(--ict-copper); }
.ict-pkg-row.ict-sel { border-color: var(--ict-copper); background: var(--ict-copper-l); }
.ict-radio-o { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--ict-border); flex-shrink: 0; margin-top: .15rem; display: flex; align-items: center; justify-content: center; transition: var(--ict-ease); }
.ict-pkg-row.ict-sel .ict-radio-o { border-color: var(--ict-copper); background: var(--ict-copper); }
.ict-radio-i { width: 8px; height: 8px; border-radius: 50%; background: var(--ict-white); opacity: 0; }
.ict-pkg-row.ict-sel .ict-radio-i { opacity: 1; }
.ict-row-nm { font-family: var(--ict-fh); font-size: 1.0625rem; font-weight: 700; color: var(--ict-ink); margin-bottom: .2rem; }
.ict-row-ds { font-size: .875rem; color: var(--ict-muted); }
.ict-row-pr { font-family: var(--ict-fh); font-weight: 700; color: var(--ict-slate); white-space: nowrap; flex-shrink: 0; }
.ict-addon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.ict-addon-tile {
  border: 1.5px solid var(--ict-border); border-radius: var(--ict-r8);
  padding: .875rem 1rem; cursor: pointer; display: flex; gap: .625rem; align-items: flex-start;
  transition: var(--ict-ease);
}
.ict-addon-tile:hover { border-color: var(--ict-copper); }
.ict-addon-tile.ict-aon { border-color: var(--ict-copper); background: var(--ict-copper-l); }
.ict-chk-o { width: 18px; height: 18px; border-radius: 3px; border: 1.5px solid var(--ict-border); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: var(--ict-ease); }
.ict-addon-tile.ict-aon .ict-chk-o { background: var(--ict-copper); border-color: var(--ict-copper); }
.ict-chk-tick { display: none; color: var(--ict-white); }
.ict-addon-tile.ict-aon .ict-chk-tick { display: block; }
.ict-add-nm { font-family: var(--ict-fb); font-weight: 700; color: var(--ict-ink); font-size: .9375rem; margin-bottom: .2rem; }
.ict-add-pr { font-size: .8125rem; color: var(--ict-muted); }
.ict-hrs-row { display: flex; align-items: center; gap: 1rem; margin-top: .875rem; }
.ict-hrs-sldr { flex: 1; accent-color: var(--ict-copper); }
.ict-hrs-dsp  { font-family: var(--ict-fh); font-weight: 700; color: var(--ict-ink); font-size: 1.0625rem; min-width: 56px; }
.ict-sum-panel { background: var(--ict-slate); border-radius: var(--ict-r16); padding: 1.75rem; position: sticky; top: calc(var(--ict-nav) + 1rem); }
.ict-sum-h { font-family: var(--ict-fh); font-size: 1.0625rem; font-weight: 700; color: var(--ict-white); margin-bottom: 1.25rem; }
.ict-sum-body { min-height: 3rem; margin-bottom: 1.25rem; }
.ict-sum-ln { display: flex; justify-content: space-between; gap: 1rem; font-size: .875rem; margin-bottom: .5rem; }
.ict-sum-ln-n { color: rgba(255,255,255,.6); }
.ict-sum-ln-v { font-weight: 700; color: var(--ict-white); white-space: nowrap; }
.ict-sum-empty { font-size: .875rem; color: rgba(255,255,255,.35); font-style: italic; }
.ict-sum-rule { border: none; border-top: 1px solid rgba(255,255,255,.1); margin: .875rem 0; }
.ict-sum-tot { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.ict-sum-tot-l { font-size: .875rem; color: rgba(255,255,255,.55); }
.ict-sum-tot-v { font-family: var(--ict-fh); font-size: 2rem; font-weight: 800; color: var(--ict-copper); }
.ict-sum-note { font-size: .75rem; color: rgba(255,255,255,.3); margin-top: .875rem; line-height: 1.6; }

/* ── CHECKOUT ────────────────────────────────────── */
.ict-chk { display: grid; grid-template-columns: 1fr 380px; gap: 2.5rem; align-items: start; padding: clamp(2.5rem,5vw,4rem) 0; }
.ict-chk-form { background: var(--ict-white); border: 1.5px solid var(--ict-border); border-radius: var(--ict-r16); padding: 2rem; }
.ict-chk-form h3 { font-family: var(--ict-fh); font-size: 1.25rem; color: var(--ict-ink); margin-bottom: 1.5rem; }
.ict-field { margin-bottom: 1.25rem; }
.ict-field label { display: block; font-size: .875rem; font-weight: 700; color: var(--ict-ink); margin-bottom: .375rem; font-family: var(--ict-fb); }
.ict-field input, .ict-field select, .ict-field textarea { width: 100%; padding: .75rem 1rem; border: 1.5px solid var(--ict-border); border-radius: var(--ict-r4); font-family: var(--ict-fb); font-size: .9375rem; color: var(--ict-ink); background: var(--ict-cream); transition: border-color .2s; -webkit-appearance: none; }
.ict-field input:focus, .ict-field select:focus { outline: none; border-color: var(--ict-copper); }
.ict-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ict-agree { display: flex; align-items: flex-start; gap: .625rem; font-size: .875rem; color: var(--ict-muted); margin: 1.25rem 0; }
.ict-agree input { width: auto; margin-top: .2rem; }
.ict-agree a { color: var(--ict-copper); font-weight: 700; }
.ict-ord { background: var(--ict-slate); border-radius: var(--ict-r16); padding: 1.75rem; position: sticky; top: calc(var(--ict-nav) + 1rem); }
.ict-ord-h { font-family: var(--ict-fh); font-size: 1.0625rem; font-weight: 700; color: var(--ict-white); margin-bottom: 1.25rem; }
.ict-ord-ln { display: flex; justify-content: space-between; gap: 1rem; font-size: .9375rem; margin-bottom: .625rem; }
.ict-ord-n { color: rgba(255,255,255,.6); }
.ict-ord-v { font-weight: 700; color: var(--ict-white); white-space: nowrap; }
.ict-ord-rule { border: none; border-top: 1px solid rgba(255,255,255,.1); margin: .875rem 0; }
.ict-ord-tot { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.ict-ord-tot-l { font-family: var(--ict-fh); font-weight: 700; color: rgba(255,255,255,.65); }
.ict-ord-tot-v { font-family: var(--ict-fh); font-size: 2.25rem; font-weight: 800; color: var(--ict-copper); }
.ict-ord-nxt { background: rgba(255,255,255,.06); border-radius: var(--ict-r8); padding: .875rem 1rem; }
.ict-ord-nxt-l { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.4); font-family: var(--ict-fb); margin-bottom: .375rem; }
.ict-ord-nxt-t { font-size: .875rem; color: rgba(255,255,255,.65); line-height: 1.65; }

/* ── CONFIRM PAGES ───────────────────────────────── */
.ict-confirm { min-height: 60vh; display: flex; align-items: center; justify-content: center; padding: 4rem 2rem; }
.ict-confirm-box { max-width: 520px; width: 100%; text-align: center; }
.ict-ico-ok { width: 72px; height: 72px; border-radius: 50%; background: var(--ict-copper-l); color: var(--ict-copper); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.ict-ico-no { width: 72px; height: 72px; border-radius: 50%; background: var(--ict-surface); color: var(--ict-muted); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.ict-confirm-box h1 { margin-bottom: .75rem; }
.ict-confirm-box p  { color: var(--ict-muted); margin-bottom: 1.5rem; }
.ict-ok-steps { background: var(--ict-cream); border-radius: var(--ict-r12); padding: 1.5rem; text-align: left; margin-bottom: 1.75rem; }
.ict-ok-row { display: flex; gap: .875rem; margin-bottom: 1rem; }
.ict-ok-row:last-child { margin-bottom: 0; }
.ict-ok-n { width: 28px; height: 28px; border-radius: 50%; background: var(--ict-copper); color: var(--ict-white); font-family: var(--ict-fh); font-size: .8125rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ict-ok-row strong { display: block; font-family: var(--ict-fh); color: var(--ict-ink); margin-bottom: .2rem; }
.ict-ok-row p { font-size: .875rem; color: var(--ict-muted); margin: 0; }
.ict-confirm-btns { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }

/* ── CONTACT ─────────────────────────────────────── */
.ict-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); }
.ict-contact-left h2 { margin-bottom: 1rem; }
.ict-contact-left p { color: var(--ict-muted); margin-bottom: 1.5rem; }
.ict-cdt { display: flex; gap: .75rem; align-items: flex-start; margin-bottom: 1.25rem; }
.ict-cdt-ico { width: 40px; height: 40px; border-radius: var(--ict-r8); background: var(--ict-copper-l); color: var(--ict-copper); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ict-cdt-l { font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--ict-copper); margin-bottom: .2rem; font-family: var(--ict-fb); }
.ict-cdt-v { color: var(--ict-mid); font-size: .9375rem; }
.ict-cdt-v a { color: var(--ict-ink); font-weight: 600; }
.ict-cf { background: var(--ict-cream); border-radius: var(--ict-r12); padding: 2rem; }
.ict-cf h3 { margin-bottom: 1.5rem; }
.ict-cf-ok { background: var(--ict-copper-l); border: 1.5px solid var(--ict-copper); border-radius: var(--ict-r4); padding: .875rem 1rem; color: var(--ict-copper); font-size: .875rem; display: none; margin-bottom: 1rem; }

/* ── ABOUT ───────────────────────────────────────── */
.ict-about-duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,5vw,4.5rem); align-items: center; }
.ict-about-img { border-radius: var(--ict-r16); overflow: hidden; aspect-ratio: 4/5; background: var(--ict-surface); }
.ict-about-img img { width: 100%; height: 100%; object-fit: cover; }
.ict-about-right h2 { margin-bottom: 1rem; }
.ict-about-right p { color: var(--ict-muted); margin-bottom: 1rem; }
.ict-vals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.75rem; }
.ict-val-item { background: var(--ict-cream); border-radius: var(--ict-r8); padding: 1rem; }
.ict-val-item h4 { font-family: var(--ict-fh); font-size: .9375rem; color: var(--ict-ink); margin-bottom: .375rem; }
.ict-val-item p { font-size: .875rem; color: var(--ict-muted); margin: 0; }

/* ── LEGAL ───────────────────────────────────────── */
.ict-legal { max-width: 820px; margin: 0 auto; padding: clamp(3rem,6vw,5rem) clamp(1rem,3vw,2rem); }
.ict-legal h1 { text-align: center; }
.ict-legal-date { text-align: center; color: var(--ict-muted); font-size: .875rem; margin-bottom: 3rem; }
.ict-legal h2 { font-size: 1.25rem; margin: 2.5rem 0 .875rem; }
.ict-legal h3 { font-size: 1.0625rem; margin: 1.75rem 0 .625rem; }
.ict-legal p { color: var(--ict-muted); margin-bottom: 1rem; line-height: 1.85; }
.ict-legal ul, .ict-legal ol { margin: .875rem 0 1rem 1.5rem; }
.ict-legal li { color: var(--ict-muted); margin-bottom: .5rem; line-height: 1.75; }
.ict-legal ul li { list-style: disc; }
.ict-legal ol li { list-style: decimal; }

/* ── FOOTER ──────────────────────────────────────── */
.ict-footer { background: var(--ict-dark); padding: clamp(3.5rem,7vw,5.5rem) 0 2rem; }
.ict-ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 2rem; }
.ict-ft-logo { font-family: var(--ict-fh); font-size: clamp(1.375rem, 2.5vw, 1.875rem); font-weight: 800; color: var(--ict-white); margin-bottom: .875rem; }
.ict-ft-logo span { color: var(--ict-copper); }
.ict-ft-desc { font-size: .875rem; color: rgba(255,255,255,.4); line-height: 1.7; max-width: 28ch; margin-bottom: 1.25rem; }
.ict-ft-soc { display: flex; gap: .5rem; margin-bottom: .875rem; }
.ict-ft-soc-btn { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); transition: var(--ict-ease); }
.ict-ft-soc-btn:hover { border-color: var(--ict-copper); color: var(--ict-copper); }
.ict-ft-disc { font-size: .75rem; color: rgba(255,255,255,.2); line-height: 1.65; }
.ict-ft-h { font-family: var(--ict-fb); font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: rgba(255,255,255,.4); margin-bottom: 1rem; }
.ict-ft-ul { display: flex; flex-direction: column; gap: .5rem; }
.ict-ft-link { font-size: .875rem; color: rgba(255,255,255,.45); transition: color .2s; }
.ict-ft-link:hover { color: var(--ict-copper); }
.ict-ft-cn { display: flex; align-items: flex-start; gap: .5rem; font-size: .875rem; color: rgba(255,255,255,.45); margin-bottom: .625rem; }
.ict-ft-cn svg { color: var(--ict-copper); flex-shrink: 0; margin-top: .2rem; }
.ict-ft-cn a { color: rgba(255,255,255,.65); transition: color .2s; }
.ict-ft-cn a:hover { color: var(--ict-copper); }
.ict-ft-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .75rem; }
.ict-ft-copy { font-size: .8125rem; color: rgba(255,255,255,.25); }
.ict-ft-legal { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.ict-ft-legal-link { font-size: .8125rem; color: rgba(255,255,255,.3); transition: color .2s; }
.ict-ft-legal-link:hover { color: var(--ict-copper); }

/* ── CHAT ────────────────────────────────────────── */
.ict-chat-btn { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 600; width: 52px; height: 52px; border-radius: 50%; background: var(--ict-copper); color: var(--ict-white); display: flex; align-items: center; justify-content: center; border: none; box-shadow: 0 4px 20px rgba(192,101,43,.4); cursor: pointer; transition: transform .2s; }
.ict-chat-btn:hover { transform: scale(1.08); }
.ict-chat-panel { position: fixed; bottom: 5.5rem; right: 1.5rem; z-index: 600; width: 320px; background: var(--ict-white); border: 1px solid var(--ict-border); border-radius: var(--ict-r16); box-shadow: var(--ict-shadow2); overflow: hidden; display: none; flex-direction: column; }
.ict-chat-panel.ict-cp-on { display: flex; }
.ict-chat-hd { background: var(--ict-slate); padding: .875rem 1.125rem; display: flex; align-items: center; justify-content: space-between; }
.ict-chat-nm  { font-family: var(--ict-fh); font-size: 1.0625rem; font-weight: 700; color: var(--ict-white); }
.ict-chat-sub { font-size: .75rem; color: rgba(255,255,255,.5); }
.ict-chat-cls { background: none; border: none; color: rgba(255,255,255,.6); cursor: pointer; }
.ict-chat-msgs { padding: 1rem; min-height: 120px; max-height: 240px; overflow-y: auto; display: flex; flex-direction: column; gap: .625rem; }
.ict-chat-msg { max-width: 86%; padding: .5rem .875rem; border-radius: 10px; font-size: .875rem; line-height: 1.55; }
.ict-chat-msg.ict-them { background: var(--ict-cream); color: var(--ict-mid); align-self: flex-start; border-bottom-left-radius: 3px; }
.ict-chat-msg.ict-us   { background: var(--ict-copper); color: var(--ict-white); align-self: flex-end; border-bottom-right-radius: 3px; }
.ict-chat-ft { display: flex; gap: .5rem; padding: .75rem; border-top: 1px solid var(--ict-border); }
.ict-chat-in  { flex: 1; border: 1px solid var(--ict-border); border-radius: var(--ict-r8); padding: .5rem .75rem; font-family: var(--ict-fb); font-size: .875rem; background: var(--ict-cream); }
.ict-chat-in:focus { outline: none; border-color: var(--ict-copper); }
.ict-chat-go  { background: var(--ict-copper); color: var(--ict-white); border: none; border-radius: var(--ict-r8); padding: .5rem .75rem; transition: background .2s; }
.ict-chat-go:hover { background: var(--ict-copper2); }

/* ── COOKIE ──────────────────────────────────────── */
.ict-cookie { position: fixed; bottom: 0; left: 0; right: 0; z-index: 500; background: var(--ict-dark); padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; transform: translateY(100%); transition: transform .4s ease; }
.ict-cookie.ict-ck-on { transform: none; }
.ict-ck-text { font-size: .875rem; color: rgba(255,255,255,.65); max-width: 55ch; }
.ict-ck-text a { color: var(--ict-copper); font-weight: 700; }
.ict-ck-btns { display: flex; gap: .75rem; flex-shrink: 0; }
.ict-ck-ok { padding: .5rem 1.25rem; background: var(--ict-copper); color: var(--ict-white); border: none; border-radius: var(--ict-r4); cursor: pointer; font-family: var(--ict-fb); font-size: .875rem; font-weight: 700; }
.ict-ck-no { padding: .5rem 1.25rem; background: transparent; color: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.2); border-radius: var(--ict-r4); cursor: pointer; font-family: var(--ict-fb); font-size: .875rem; transition: color .2s; }
.ict-ck-no:hover { color: var(--ict-white); }

/* ── REVEAL ──────────────────────────────────────── */
.ict-fade { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.ict-visible { opacity: 1; transform: none; }

/* ── UTILS ───────────────────────────────────────── */
.ict-sec-intro { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.ict-sec-intro h2 { margin-bottom: .625rem; }
.ict-sec-intro p  { color: var(--ict-muted); font-size: 1.0625rem; }
.ict-centered { text-align: center; }
.ict-centered p { margin-left: auto; margin-right: auto; }
.ict-cta-block { background: var(--ict-copper); padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ict-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.ict-cta-block h2 { color: var(--ict-white); }
.ict-cta-block p  { color: rgba(255,255,255,.75); }
.ict-cta-actions  { display: flex; gap: .875rem; flex-shrink: 0; flex-wrap: wrap; }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1024px) {
  .ict-hero-bento { grid-template-columns: 1fr; }
  .ict-bento-main { grid-row: auto; min-height: auto; }
  .ict-svc-grid { grid-template-columns: 1fr 1fr; }
  .ict-stats-row { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .ict-proc-row { grid-template-columns: 1fr 1fr; }
  .ict-proc-row::before { display: none; }
  .ict-case-row { grid-template-columns: 1fr; }
  .ict-testi-card { flex: 0 0 calc(80% - .625rem); }
  .ict-price-cols { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .ict-builder { grid-template-columns: 1fr; }
  .ict-sum-panel { position: static; }
  .ict-chk { grid-template-columns: 1fr; }
  .ict-ord { position: static; }
  .ict-about-duo { grid-template-columns: 1fr; }
  .ict-contact-grid { grid-template-columns: 1fr; }
  .ict-svd { grid-template-columns: 1fr; }
  .ict-svd-aside { position: static; }
  .ict-ft-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .ict-nav-links { display: none; }
  .ict-mob-tog { display: flex; }
  .ict-nav-ctas .ict-btn-copper { display: none; }
  .ict-svc-grid { grid-template-columns: 1fr; }
  .ict-proc-row { grid-template-columns: 1fr; }
  .ict-testi-card { flex: 0 0 calc(92% - .625rem); }
  .ict-faq-2col { grid-template-columns: 1fr; }
  .ict-addon-grid { grid-template-columns: 1fr; }
  .ict-2col { grid-template-columns: 1fr; }
  .ict-vals-grid { grid-template-columns: 1fr; }
  .ict-ft-grid { grid-template-columns: 1fr; }
  .ict-ft-bottom { flex-direction: column; }
  .ict-cta-inner { flex-direction: column; align-items: flex-start; }
  .ict-chat-panel { width: calc(100vw - 2rem); right: 1rem; }
  .ict-bento-cell.ict-bento-stats { grid-template-columns: 1fr 1fr; }
}
