/* ==========================================
   HOME PAGE — COMPLETE STYLES
   ========================================== */

/* ── S1: HERO STATEMENT ───────────────────── */
.statement-hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f8fafb;
}

.sh-bg { position: absolute; inset: 0; z-index: 0; }

.sh-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(102,241,194,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102,241,194,.07) 1px, transparent 1px);
  background-size: 52px 52px;
}

.sh-orb {
  position: absolute; border-radius: 50%;
  filter: blur(90px); opacity: .3;
}
.sh-orb-1 {
  width: 650px; height: 650px;
  background: radial-gradient(circle, #66f1c2, transparent 70%);
  top: -220px; right: -80px;
  animation: float 8s ease-in-out infinite;
}
.sh-orb-2 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, #3dd4a8, transparent 70%);
  bottom: -80px; left: 8%;
  animation: float 11s ease-in-out infinite reverse;
}
.sh-particles { position: absolute; inset: 0; pointer-events: none; }

.sh-inner {
  position: relative; z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
  flex: 1;
  width: 100%;
}

.sh-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.sh-eyebrow {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand-dark);
  background: rgba(102,241,194,.12);
  border: 1px solid rgba(102,241,194,.28);
  display: inline-block;
  padding: .3rem .9rem;
  border-radius: 100px;
  margin-bottom: 1.75rem;
  text-align: center;
}

.sh-title {
  font-family: 'Montserrat', 'Trebuchet MS', Arial, sans-serif;
  font-size: clamp(2.24rem, 4.8vw, 4.16rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .02em;
  color: #2F3E46;
  margin-bottom: 1.75rem;
  max-width: 900px;
}

.sh-divider {
  width: 80px; height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--brand-dark));
  border-radius: 2px;
  margin: 0 auto 1.75rem;
}

.sh-subtitle {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.85;
  max-width: 680px;
  text-align: center;
}

.sh-accent {
  color: var(--msapi);
  font-weight: 600;
}

/* code window (shared) */
.code-window {
  background: #0d1117;
  border-radius: 16px;
  border: 1px solid #1e2a3a;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  animation: float 6s ease-in-out infinite;
}
.cw-header {
  display: flex; align-items: center; gap: .5rem;
  padding: 1rem 1.25rem;
  background: #161b22;
  border-bottom: 1px solid #1e2a3a;
}
.cw-dot { width: 12px; height: 12px; border-radius: 50%; }
.cw-dot.red   { background: #ff5f56; }
.cw-dot.yellow{ background: #ffbd2e; }
.cw-dot.green { background: #27c93f; }
.cw-title { font-family: var(--font-mono); font-size: .75rem; color: rgba(255,255,255,.35); margin-left: .5rem; }
.cw-body { padding: 1.5rem; }
.cw-code { font-family: var(--font-mono); font-size: .82rem; line-height: 1.8; white-space: pre; }
.c-purple{ color: #c792ea; } .c-green{ color: #66f1c2; }
.c-yellow{ color: #ffcb6b; } .c-blue { color: #82aaff; }
.cw-api-pill {
  margin: 0 1.25rem 1.25rem;
  display: flex; align-items: center; gap: .75rem;
  background: rgba(102,241,194,.08);
  border: 1px solid rgba(102,241,194,.2);
  border-radius: 8px;
  padding: .6rem 1rem;
}
.cw-method  { font-family: var(--font-mono); font-size: .72rem; font-weight: 700; color: var(--brand); background: rgba(102,241,194,.15); padding: .2rem .5rem; border-radius: 4px; }
.cw-endpoint{ font-family: var(--font-mono); font-size: .8rem; color: rgba(255,255,255,.7); flex: 1; }
.cw-status  { font-family: var(--font-mono); font-size: .72rem; color: #27c93f; }

/* stats bar */
.hero-stats {
  position: relative; z-index: 1;
  background: white;
  border-top: 1px solid var(--border);
}
.stats-row {
  display: flex; align-items: center; justify-content: center;
  padding: 2rem 0;
}
.stat-item  { display: flex; flex-direction: column; align-items: center; padding: 0 4rem; }
.stat-number{ font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; color: var(--brand-dark); line-height: 1; }
.stat-label { font-size: .85rem; color: var(--text-muted); margin-top: .25rem; }
.stat-divider{ width: 1px; height: 50px; background: var(--border); }


/* ── S2: TRANSFORMAMOS ───────────────────── */
.transform-section {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  background: #0d1117;
}

.transform-bg { position: absolute; inset: 0; }

.tb-shape {
  position: absolute;
  border-radius: 50%;
  opacity: .12;
}
.tb-shape-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, var(--brand), transparent 70%);
  top: -150px; left: -100px;
  filter: blur(60px);
}
.tb-shape-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, var(--msapi), transparent 70%);
  bottom: -120px; right: -80px;
  filter: blur(60px);
  opacity: .10;
}

.transform-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
}

.transform-label {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .75rem; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 1.25rem;
}

.transform-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 700;
  line-height: 1.25;
  color: white;
  margin-bottom: 1.25rem;
}

.transform-highlight {
  color: var(--brand);
}

.transform-sub {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.btn-transform {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-family: var(--font-body);
  font-size: 1rem; font-weight: 700;
  color: #0d1117;
  background: var(--brand);
  text-decoration: none;
  padding: 1rem 2.25rem;
  border-radius: 12px;
  transition: all .25s;
  box-shadow: 0 4px 20px rgba(102,241,194,.3);
}
.btn-transform:hover {
  background: var(--brand-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(102,241,194,.4);
}


.transform-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  flex-shrink: 0;
}
.ti-item {
  display: flex; flex-direction: column; align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  transition: all .3s;
}
.ti-item:hover {
  background: rgba(102,241,194,.08);
  border-color: rgba(102,241,194,.2);
  transform: translateY(-2px);
}
.ti-icon { font-size: 2rem; }
.ti-item span { font-size: .85rem; font-weight: 600; color: rgba(255,255,255,.7); }


/* ── S3: SERVICIOS GRANDES ───────────────── */
.services-overview { background: var(--bg); }
.section-header { margin-bottom: 3rem; }

.services-grid-big {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.svc-big-card {
  display: flex; flex-direction: column;
  text-decoration: none;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .35s;
}
.svc-big-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
  transform: translateY(-6px);
  border-color: rgba(102,241,194,.35);
}

.sbc-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.sbc-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s;
}
.svc-big-card:hover .sbc-img { transform: scale(1.07); }
.sbc-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,.45));
}

.sbc-body {
  padding: 1.75rem;
  display: flex; flex-direction: column;
  flex: 1;
}
.sbc-icon {
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(102,241,194,.12);
  border-radius: 11px;
  color: var(--brand-dark);
  margin-bottom: 1rem;
}
.sbc-body h3 {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 1.05rem; font-weight: 700;
  color: var(--text-primary);
  margin-bottom: .75rem;
}
.sbc-body p {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .875rem;
  color: var(--text-secondary);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1.25rem;
}
.sbc-link {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .85rem; font-weight: 700;
  color: var(--brand-dark);
  transition: letter-spacing .2s;
}
.svc-big-card:hover .sbc-link { letter-spacing: .03em; }


/* ── S4: SAAS ────────────────────────────── */
.saas-section { background: #f0fdf8; }

.saas-header { margin-bottom: 2.5rem; }

.saas-card {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.saas-left {
  padding: 3rem;
  border-right: 1px solid var(--border);
}

.saas-logo-row {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem;
}
.saas-logo { height: 52px; width: auto; }
.saas-product-label {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .7rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--msapi); margin-bottom: .2rem;
}
.saas-product-name {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 700;
  color: var(--msapi);
}

.saas-desc {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .95rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.saas-badges {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin-bottom: 2rem;
}
.saas-badge {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .72rem; font-weight: 500;
  padding: .3rem .75rem;
  background: rgba(255,133,89,.1);
  color: var(--msapi-dark);
  border: 1px solid rgba(255,133,89,.25);
  border-radius: 100px;
}

.saas-right {
  padding: 3rem;
  background: #0d1117;
  display: flex; align-items: center; justify-content: center;
}

.saas-right-img {
  padding: 0;
  background: #f0f4f8;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  min-height: 420px;
}

.saas-app-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
  border-radius: 0;
  box-shadow: none;
  border: none;
  min-height: 420px;
}

.saas-img-placeholder {
  width: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #718096;
  font-size: .9rem;
  gap: .5rem;
  padding: 2rem;
  background: #f0f4f8;
}
.saas-img-placeholder small { font-size: .75rem; font-family: var(--font-mono); color: #a0aec0; }

.saas-endpoints { width: 100%; }
.se-title {
  font-family: var(--font-mono);
  font-size: .72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em;
  color: rgba(255,255,255,.35);
  margin-bottom: 1rem;
}
.se-row {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: .75rem; align-items: center;
  padding: .6rem .85rem;
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  margin-bottom: .5rem;
  font-family: var(--font-mono); font-size: .78rem;
}
.se-m { font-weight: 700; font-size: .7rem; text-align: center; padding: .15rem .35rem; border-radius: 4px; }
.se-m.get  { color: #66f1c2; background: rgba(102,241,194,.12); }
.se-m.post { color: #82aaff; background: rgba(130,170,255,.12); }
.se-m.put  { color: #ffcb6b; background: rgba(255,203,107,.12); }
.se-m.del  { color: #ff5555; background: rgba(255,85,85,.12); }
.se-p { color: rgba(255,255,255,.6); font-size: .76rem; }
.se-p b { color: var(--msapi); font-weight: 600; }
.se-s { color: #27c93f; font-size: .72rem; }
.se-footer {
  display: flex; align-items: center; gap: .5rem;
  font-family: var(--font-mono); font-size: .7rem;
  color: rgba(255,255,255,.25);
  padding-top: .75rem;
  border-top: 1px dashed rgba(255,255,255,.08);
  margin-top: .25rem;
}
.se-footer svg { color: #27c93f; }


/* ── S5: CTA FRESCA ──────────────────────── */
.fresh-cta {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
  background: #f0fdf8;
}

.fcta-bg { position: absolute; inset: 0; }

.fcta-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(102,241,194,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102,241,194,.09) 1px, transparent 1px);
  background-size: 44px 44px;
}

.fcta-circles { position: absolute; inset: 0; }
.fcta-c {
  position: absolute; border-radius: 50%;
  border: 1.5px solid rgba(102,241,194,.25);
}
.fcta-c1 {
  width: 600px; height: 600px;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  animation: pulse-ring 4s ease-in-out infinite;
}
.fcta-c2 {
  width: 420px; height: 420px;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  animation: pulse-ring 4s ease-in-out infinite .6s;
}
.fcta-c3 {
  width: 260px; height: 260px;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  animation: pulse-ring 4s ease-in-out infinite 1.2s;
  background: rgba(102,241,194,.04);
}

@keyframes pulse-ring {
  0%, 100% { opacity: .4; transform: translate(-50%,-50%) scale(1); }
  50%       { opacity: .15; transform: translate(-50%,-50%) scale(1.04); }
}

.fcta-inner {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 680px; margin: 0 auto;
}

.fcta-label {
  display: inline-block;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .75rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand-dark);
  background: rgba(102,241,194,.15);
  border: 1px solid rgba(102,241,194,.3);
  padding: .35rem .9rem; border-radius: 100px;
  margin-bottom: 1.5rem;
}

.fcta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.fcta-sub {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 2.5rem;
}

.fcta-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; flex-wrap: wrap;
  margin-bottom: 2rem;
}

.fcta-btn-main {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-body); font-size: 1rem; font-weight: 700;
  color: #0d1117;
  background: var(--brand);
  text-decoration: none;
  padding: 1rem 2.5rem; border-radius: 12px;
  box-shadow: 0 6px 24px rgba(102,241,194,.4);
  transition: all .25s;
}
.fcta-btn-main:hover {
  background: var(--brand-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(102,241,194,.5);
}

.fcta-btn-sec {
  font-family: var(--font-body); font-size: .95rem; font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  padding: 1rem 1.75rem; border-radius: 12px;
  border: 1.5px solid var(--border);
  background: white;
  transition: all .25s;
}
.fcta-btn-sec:hover {
  border-color: var(--brand);
  color: var(--text-primary);
  background: rgba(102,241,194,.06);
}

.fcta-trust {
  display: flex; align-items: center; justify-content: center;
  gap: 2rem; flex-wrap: wrap;
  font-size: .85rem; color: var(--text-muted); font-weight: 500;
}
.fcta-trust span::before { content: ''; }


/* ── S6: FAQ ─────────────────────────────── */
.faq-section { background: white; }
.faq-header { margin-bottom: 3rem; }

.faq-list {
  max-width: 800px;
  display: flex; flex-direction: column; gap: .75rem;
}

.faq-item {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .25s;
}
.faq-item.open { border-color: rgba(102,241,194,.45); }

.faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  background: white;
  border: none; cursor: pointer;
  text-align: left;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 1rem; font-weight: 600;
  color: var(--text-primary);
  transition: background .2s;
}
.faq-q:hover { background: #f8fafb; }
.faq-item.open .faq-q { background: rgba(102,241,194,.06); color: var(--brand-dark); }

.faq-icon {
  flex-shrink: 0; color: var(--text-muted);
  transition: transform .3s;
}
.faq-item.open .faq-icon { transform: rotate(180deg); color: var(--brand-dark); }

.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .3s ease;
  padding: 0 1.5rem;
  background: rgba(102,241,194,.03);
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding: 1.25rem 1.5rem 1.5rem;
}
.faq-a p {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}
.faq-a strong { color: var(--text-primary); }


/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 1100px) {
  .services-grid-big { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .transform-inner { grid-template-columns: 1fr; }
  .transform-icons { grid-template-columns: repeat(4, 1fr); }
  .saas-card { grid-template-columns: 1fr; }
  .saas-right { border-right: none; border-top: 1px solid rgba(255,255,255,.08); }
}

@media (max-width: 640px) {
  .services-grid-big { grid-template-columns: 1fr; }
  .transform-icons { grid-template-columns: repeat(2, 1fr); }
  .stats-row { flex-wrap: wrap; }
  .stat-divider { display: none; }
  .stat-item { padding: 1rem 1.5rem; }
  .fcta-trust { gap: 1rem; flex-direction: column; }
}


/* transform centered (no icons) */
.transform-centered {
  grid-template-columns: 1fr;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.transform-centered .transform-title { text-align: center; }
.transform-centered .transform-sub   { text-align: center; }
.transform-centered .btn-transform   { margin: 0 auto; }

/* subtitle single line */
.subtitle-nowrap {
  white-space: nowrap;
  overflow: visible;
  max-width: none;
}

/* section titles use Montserrat */
.section-title,
.sh-title,
.transform-title,
.fcta-title,
.sbc-body h3,
.saas-product-name,
.faq-q span {
  font-family: 'Montserrat', 'Trebuchet MS', Arial, sans-serif !important;
}

/* services grid 5 cards: 3+2 layout */
.services-grid-big {
  grid-template-columns: repeat(3, 1fr);
}
/* Override to show 5th card well - last two centered */
@media (min-width: 1024px) {
  .services-grid-big {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-grid-big .svc-big-card:nth-child(4),
  .services-grid-big .svc-big-card:nth-child(5) {
    /* Push 4th and 5th cards to center row */
  }
  .services-grid-big {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
  }
  .services-grid-big .svc-big-card:nth-child(1) { grid-column: span 2; }
  .services-grid-big .svc-big-card:nth-child(2) { grid-column: span 2; }
  .services-grid-big .svc-big-card:nth-child(3) { grid-column: span 2; }
  .services-grid-big .svc-big-card:nth-child(4) { grid-column: 2 / span 2; }
  .services-grid-big .svc-big-card:nth-child(5) { grid-column: 4 / span 2; }
}

/* ══════════════════════════════════════════
   RESPONSIVE ADDITIONS — home.css
   Breakpoints: 1100 · 900 · 768 · 600 · 480
══════════════════════════════════════════ */

/* Hero */
@media (max-width: 900px) {
  .sh-inner { grid-template-columns: 1fr; text-align: center; }
  .sh-ctas { justify-content: center; }
  .sh-right { display: none; }
  .sh-eyebrow { justify-content: center; }
  .sh-stats { justify-content: center; }
  .stats-row { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 600px) {
  .sh-title { font-size: clamp(1.8rem, 8vw, 2.8rem); }
  .sh-ctas { flex-direction: column; align-items: center; }
  .sh-ctas .btn { width: 100%; justify-content: center; max-width: 320px; }
}

/* Services grid — home */
@media (max-width: 768px) {
  .services-grid-big {
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: auto !important;
  }
  .services-grid-big .svc-big-card { grid-column: span 1 !important; }
  .sbc-img-wrap { height: 160px; }
}
@media (max-width: 480px) {
  .services-grid-big { grid-template-columns: 1fr !important; }
  .sbc-img-wrap { height: 180px; }
}

/* Transform section */
@media (max-width: 600px) {
  .transform-title { font-size: 1.6rem; }
  .transform-icons { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
}

/* Products SaaS section */
@media (max-width: 900px) {
  .saas-grid { grid-template-columns: 1fr; }
}

/* FAQ */
@media (max-width: 600px) {
  .faq-q { font-size: .92rem; padding: 1.1rem 1.1rem; }
  .faq-a { padding: 0 1.1rem; }
  .faq-item.open .faq-a { padding: 1rem 1.1rem 1.25rem; }
}

/* Footer CTA section */
@media (max-width: 600px) {
  .fcta-title { font-size: 1.5rem; }
  .fcta-btns { flex-direction: column; align-items: center; }
  .fcta-btns .btn { width: 100%; max-width: 320px; justify-content: center; }
}
