/* === faq.html === */
.page-hero { min-height:auto !important; padding:140px 0 80px; text-align:center; }
    .page-hero .hero-body { grid-template-columns:1fr !important; padding-top:0 !important; padding-bottom:0 !important; }
    .page-hero .tag { margin:0 auto 14px; }
    .page-hero h1 { font-size:clamp(2.2rem,5vw,3.6rem); white-space:normal !important; margin-bottom:16px; }
    .page-hero p { font-size:1.05rem; max-width:580px; margin:0 auto; }

    /* FAQ category header */
    .faq-category-head {
      display: flex;
      align-items: center;
      gap: 14px;
      margin: 0 0 24px;
    }
    .faq-cat-icon {
      width: 44px; height: 44px;
      border-radius: var(--r);
      background: var(--p-50);
      display: flex; align-items: center; justify-content: center;
      color: var(--p-600);
      flex-shrink: 0;
    }
    .faq-cat-icon svg { width: 20px; height: 20px; }
    .faq-cat-title { font-size: 1.15rem; font-weight: 700; color: var(--text); }
    .faq-cat-count { font-size: .8rem; color: var(--text-muted); margin-top: 2px; }

    .faq-category-block { margin-bottom: 56px; }
    .faq-category-block:last-child { margin-bottom: 0; }

    /* FAQ search bar */
    .faq-search-wrap {
      max-width: 520px;
      margin: 0 auto 52px;
      position: relative;
    }
    .faq-search-wrap svg {
      position: absolute;
      left: 16px; top: 50%; transform: translateY(-50%);
      width: 18px; height: 18px;
      color: var(--text-muted);
      pointer-events: none;
    }
    #faqSearch {
      width: 100%;
      padding: 14px 16px 14px 46px;
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      font-size: .95rem;
      font-family: inherit;
      background: #fff;
      color: var(--text);
      outline: none;
      transition: border-color .2s, box-shadow .2s;
    }
    #faqSearch:focus {
      border-color: var(--p-400);
      box-shadow: 0 0 0 3px rgba(0,160,233,.12);
    }
    #faqSearch::placeholder { color: var(--text-muted); }

    /* Quick nav pills */
    .faq-cat-nav {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 52px;
    }
    .faq-cat-nav a {
      padding: 8px 18px;
      border-radius: 999px;
      font-size: .85rem;
      font-weight: 500;
      border: 1px solid var(--border);
      color: var(--text-2);
      background: #fff;
      transition: background .2s, color .2s, border-color .2s;
    }
    .faq-cat-nav a:hover {
      background: var(--p-50);
      border-color: var(--p-300);
      color: var(--p-600);
    }

    /* Page anchor offset for sticky nav */
    .page-anchor { display:block; height:80px; margin-top:-80px; pointer-events:none; }

    /* Contact strip */
    .faq-contact-strip {
      background: linear-gradient(135deg, var(--p-950), var(--p-800));
      border-radius: var(--r-xl);
      padding: 44px 52px;
      display: flex;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
      margin-top: 64px;
    }
    .fcs-text { flex: 1; min-width: 200px; }
    .fcs-text h3 { color: #fff; font-size: 1.4rem; margin-bottom: 10px; }
    .fcs-text p { color: rgba(255,255,255,.72); font-size: .95rem; line-height: 1.7; margin: 0; }
    .fcs-actions { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
    @media(max-width:640px) { .faq-contact-strip { padding:28px 24px; gap:24px; } .fcs-actions { width:100%; } }

    /* Hide non-matching items during search */
    .faq-item.faq-hidden { display: none; }
    .faq-no-results { text-align:center; padding:32px 0; color:var(--text-2); display:none; }
    .faq-no-results.visible { display:block; }

    /* Mobile hero */
    @media(max-width:640px) {
      .page-hero { padding:110px 0 52px; }
      .faq-search-wrap { margin-bottom:32px; }
      .faq-cat-nav { margin-bottom:32px; gap:8px; }
      .faq-cat-nav a { padding:7px 14px; font-size:.82rem; }
      .fcs-actions a { width:100%; text-align:center; justify-content:center; }
    }

/* === about.html === */
/* ── Page hero — inherits .hero bg/shapes, just reduces height ── */
    .page-hero {
      min-height: auto !important;
      padding: 140px 0 80px;
      text-align: center;
    }
    .page-hero .hero-body {
      grid-template-columns: 1fr !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .page-hero .tag { margin: 0 auto 14px; }
    .page-hero h1 {
      font-size: clamp(2.2rem, 5vw, 3.6rem);
      white-space: normal !important;
      margin-bottom: 16px;
    }
    .page-hero p {
      font-size: 1.05rem;
      max-width: 560px;
      margin: 0 auto;
    }

    /* ── About sections ── */
    .about-mission {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: center;
    }
    @media (max-width: 768px) {
      .about-mission { grid-template-columns: 1fr; gap: 32px; }
      .about-mission-visual { padding: 28px 22px; }
      .page-hero { padding: 110px 0 52px; }
    }

    .about-mission-text h2 {
      font-size: clamp(1.7rem, 3vw, 2.5rem);
      font-weight: 800;
      line-height: 1.2;
      margin: 0 0 16px;
      color: var(--text);
    }
    .about-mission-text h2 span {
      background: linear-gradient(120deg, #0073A6 0%, #00A0E9 50%, #00d4ff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .about-mission-text p {
      font-size: 1rem;
      line-height: 1.75;
      color: var(--text-2);
      margin: 0 0 12px;
    }

    .about-mission-visual {
      background: linear-gradient(135deg, var(--p-950) 0%, var(--p-800) 60%, var(--p-700) 100%);
      border-radius: var(--r-xl);
      padding: 40px 36px;
      border: 1px solid rgba(0,160,233,.18);
      box-shadow: 0 0 48px rgba(0,115,166,.12);
    }
    .about-mission-visual .am-stat-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    .am-stat {
      text-align: center;
      padding: 20px 16px;
      background: rgba(255,255,255,.04);
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,.08);
    }
    .am-stat-val {
      font-size: 2.2rem;
      font-weight: 800;
      color: var(--p-300);
      line-height: 1;
      margin-bottom: 6px;
    }
    .am-stat-lbl {
      font-size: .78rem;
      color: rgba(255,255,255,.55);
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .06em;
    }

    /* ── Story timeline ── */
    .story-timeline {
      display: flex;
      flex-direction: column;
      gap: 0;
      max-width: 700px;
      margin: 0 auto;
      position: relative;
    }
    .story-timeline::before {
      content: '';
      position: absolute;
      left: 20px;
      top: 0; bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, var(--p-400), transparent);
    }
    .st-item {
      display: flex;
      gap: 24px;
      padding-bottom: 36px;
    }
    .st-dot {
      flex-shrink: 0;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: var(--g-primary);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      box-shadow: var(--glow-sm);
      position: relative;
      z-index: 1;
    }
    .st-dot svg { width: 18px; height: 18px; }
    .st-body { padding-top: 8px; }
    .st-year {
      font-size: .72rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: var(--p-500);
      margin-bottom: 4px;
    }
    .st-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--text); margin: 0 0 6px; }
    .st-body p  { font-size: .92rem; color: var(--text-2); line-height: 1.65; margin: 0; }

    /* ── Reusable inline gradient text ── */
    .text-gradient-hl {
      background: linear-gradient(120deg, #0073A6 0%, #00A0E9 55%, #00d4ff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* ── Values section — plain white ── */
    .values-section { background: #fff; }

    /* ── Values bento ── */
    .values-bento {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto auto;
      gap: 14px;
    }
    /* Wide cards span 2 cols */
    .val-card:nth-child(1) { grid-column: span 2; }
    .val-card:nth-child(6) { grid-column: span 2; }

    @media (max-width: 860px) {
      .values-bento { grid-template-columns: 1fr 1fr; }
      .val-card:nth-child(1),
      .val-card:nth-child(6) { grid-column: span 2; }
    }
    @media (max-width: 540px) {
      .values-bento { grid-template-columns: 1fr; }
      .val-card:nth-child(1),
      .val-card:nth-child(6) { grid-column: span 1; flex-direction: column; gap: 16px; }
    }

    /* Light card on white background */
    .val-card {
      position: relative;
      overflow: hidden;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--r-xl);
      padding: 32px 28px 28px;
      transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s, border-color .25s;
    }
    .val-card:hover {
      transform: translateY(-4px);
      border-color: var(--vc-accent, var(--p-300));
      box-shadow: 0 12px 40px rgba(0,0,0,.08), 0 0 0 1px var(--vc-accent, rgba(0,160,233,.15));
    }

    /* Colored top accent line */
    .val-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: var(--vc-accent, rgba(0,160,233,.8));
      opacity: .7;
      transition: opacity .25s;
    }
    .val-card:hover::before { opacity: 1; }

    /* Ambient glow blob */
    .val-card::after {
      content: '';
      position: absolute;
      width: 200px; height: 200px;
      border-radius: 50%;
      background: var(--vc-glow, rgba(0,160,233,.18));
      top: -60px; right: -60px;
      filter: blur(50px);
      pointer-events: none;
      transition: transform .4s, opacity .3s;
      opacity: .4;
    }
    .val-card:hover::after { transform: scale(1.35); opacity: .7; }

    /* Big watermark number */
    .val-num {
      position: absolute;
      bottom: -12px; right: 18px;
      font-size: 7rem; font-weight: 900;
      line-height: 1;
      color: rgba(255,255,255,.03);
      pointer-events: none;
      user-select: none;
      font-family: 'Plus Jakarta Sans', sans-serif;
    }

    /* Icon */
    .val-icon {
      width: 48px; height: 48px;
      border-radius: var(--r-lg);
      background: var(--vc-icon-bg, rgba(0,160,233,.08));
      border: 1px solid var(--vc-icon-border, rgba(0,160,233,.15));
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
      color: var(--vc-light, var(--p-600));
      position: relative; z-index: 1;
      transition: background .2s, box-shadow .2s;
    }
    .val-card:hover .val-icon {
      background: var(--vc-icon-bg-h, rgba(0,160,233,.15));
      box-shadow: 0 0 16px var(--vc-glow, rgba(0,160,233,.2));
    }

    /* Wide-card layout — horizontal for span-2 */
    .val-card:nth-child(1),
    .val-card:nth-child(6) {
      display: flex;
      flex-direction: row;
      gap: 28px;
      align-items: flex-start;
    }
    .val-card:nth-child(1) .val-icon,
    .val-card:nth-child(6) .val-icon {
      flex-shrink: 0;
      width: 52px; height: 52px;
      margin-bottom: 0;
      margin-top: 4px;
    }

    .val-card h3 {
      font-size: 1rem; font-weight: 700;
      color: var(--text); margin: 0 0 8px;
      position: relative; z-index: 1;
    }
    .val-card p {
      font-size: .87rem; color: var(--text-2);
      line-height: 1.65; margin: 0;
      position: relative; z-index: 1;
    }
    .val-num { color: rgba(0,0,0,.04); }

    /* Per-card accent colors — richer shades for light bg */
    .vc-speed     { --vc-accent:#0284c7; --vc-glow:rgba(2,132,199,.15);   --vc-icon-bg:rgba(2,132,199,.08);   --vc-icon-bg-h:rgba(2,132,199,.15);   --vc-icon-border:rgba(2,132,199,.2);   --vc-light:#0284c7; }
    .vc-comply    { --vc-accent:#16a34a; --vc-glow:rgba(22,163,74,.15);   --vc-icon-bg:rgba(22,163,74,.08);   --vc-icon-bg-h:rgba(22,163,74,.15);   --vc-icon-border:rgba(22,163,74,.2);   --vc-light:#16a34a; }
    .vc-community { --vc-accent:#7c3aed; --vc-glow:rgba(124,58,237,.15);  --vc-icon-bg:rgba(124,58,237,.08);  --vc-icon-bg-h:rgba(124,58,237,.15);  --vc-icon-border:rgba(124,58,237,.2);  --vc-light:#7c3aed; }
    .vc-allinone  { --vc-accent:#1d4ed8; --vc-glow:rgba(29,78,216,.15);   --vc-icon-bg:rgba(29,78,216,.08);   --vc-icon-bg-h:rgba(29,78,216,.15);   --vc-icon-border:rgba(29,78,216,.2);   --vc-light:#1d4ed8; }
    .vc-scales    { --vc-accent:#ea580c; --vc-glow:rgba(234,88,12,.15);   --vc-icon-bg:rgba(234,88,12,.08);   --vc-icon-bg-h:rgba(234,88,12,.15);   --vc-icon-border:rgba(234,88,12,.2);   --vc-light:#ea580c; }
    .vc-support   { --vc-accent:#0d9488; --vc-glow:rgba(13,148,136,.15);  --vc-icon-bg:rgba(13,148,136,.08);  --vc-icon-bg-h:rgba(13,148,136,.15);  --vc-icon-border:rgba(13,148,136,.2);  --vc-light:#0d9488; }

    /* Highlight key phrase on wide cards */
    .val-highlight {
      display: inline-flex; align-items: center; gap: 6px;
      margin-top: 14px;
      font-size: .78rem; font-weight: 700;
      color: var(--vc-light, #7dd3fc);
      background: var(--vc-icon-bg, rgba(0,160,233,.1));
      border: 1px solid var(--vc-icon-border, rgba(0,160,233,.2));
      border-radius: 999px; padding: 4px 12px;
      position: relative; z-index: 1;
    }

/* === contact.html === */
/* ── Page hero — inherits .hero bg/shapes, just reduces height ── */
    .page-hero {
      min-height: auto !important;
      padding: 140px 0 80px;
      text-align: center;
    }
    .page-hero .hero-body {
      grid-template-columns: 1fr !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .page-hero .tag { margin: 0 auto 14px; }
    .page-hero h1 {
      font-size: clamp(2.2rem, 5vw, 3.6rem);
      white-space: normal !important;
      margin-bottom: 16px;
    }
    .page-hero p {
      font-size: 1.05rem;
      max-width: 520px;
      margin: 0 auto;
    }

    /* ── Contact channel cards ── */
    .contact-channels {
      display: grid;
      grid-template-columns: 1.15fr 1fr 1fr;
      gap: 16px;
      align-items: stretch;
    }
    @media (max-width: 900px) { .contact-channels { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 560px) { .contact-channels { grid-template-columns: 1fr; } }

    /* Base dark card */
    .contact-card {
      display: flex;
      flex-direction: column;
      background: linear-gradient(145deg, #001e3a 0%, #003558 60%, #004a72 100%);
      border: 1px solid rgba(255,255,255,.08);
      border-radius: var(--r-xl);
      padding: 36px 32px 28px;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s;
    }
    /* Ambient glow blob */
    .contact-card::before {
      content: '';
      position: absolute;
      width: 220px; height: 220px;
      border-radius: 50%;
      background: var(--cc-glow, rgba(0,160,233,.25));
      top: -60px; right: -60px;
      filter: blur(60px);
      pointer-events: none;
      transition: transform .4s ease, opacity .3s;
      opacity: .7;
    }
    /* Subtle top border accent */
    .contact-card::after {
      content: '';
      position: absolute;
      top: 0; left: 24px; right: 24px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--cc-accent, rgba(0,160,233,.6)), transparent);
    }
    .contact-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 64px rgba(0,0,0,.35), 0 0 0 1px var(--cc-border, rgba(0,160,233,.2));
    }
    .contact-card:hover::before {
      transform: scale(1.3);
      opacity: 1;
    }

    /* Top row: icon + status */
    .cc-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 24px;
    }
    .cc-icon-wrap {
      width: 52px; height: 52px;
      border-radius: var(--r-lg);
      display: flex; align-items: center; justify-content: center;
      background: var(--cc-icon-bg, rgba(0,160,233,.15));
      color: var(--cc-accent-light, #7dd3fc);
      border: 1px solid var(--cc-icon-border, rgba(0,160,233,.2));
      flex-shrink: 0;
      position: relative; z-index: 1;
    }
    .cc-icon-wrap svg { width: 24px; height: 24px; }
    .cc-status {
      display: inline-flex; align-items: center; gap: 5px;
      font-size: .67rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: .08em;
      color: var(--cc-accent-light, #7dd3fc);
      background: var(--cc-status-bg, rgba(0,160,233,.1));
      border: 1px solid var(--cc-icon-border, rgba(0,160,233,.2));
      padding: 4px 10px; border-radius: 999px;
    }
    .cc-pulse {
      width: 6px; height: 6px; border-radius: 50%;
      background: currentColor;
      animation: ccPulse 2s ease infinite;
    }
    @keyframes ccPulse {
      0%,100% { box-shadow: 0 0 0 0 currentColor; opacity: 1; }
      60%      { box-shadow: 0 0 0 5px transparent; opacity: .8; }
    }

    /* Label / channel name */
    .cc-label {
      font-size: .72rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: .12em;
      color: var(--cc-accent-light, #7dd3fc);
      margin-bottom: 6px;
      position: relative; z-index: 1;
    }
    /* Sub description */
    .cc-sub {
      font-size: .85rem;
      color: rgba(255,255,255,.5);
      line-height: 1.6;
      margin-bottom: 20px;
      position: relative; z-index: 1;
    }
    /* Big phone number */
    .cc-number {
      font-size: 1.45rem;
      font-weight: 800;
      color: #fff;
      letter-spacing: .02em;
      margin-bottom: auto;
      position: relative; z-index: 1;
    }
    /* Action CTA row */
    .cc-action {
      display: flex; align-items: center; justify-content: space-between;
      margin-top: 24px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,.07);
      position: relative; z-index: 1;
    }
    .cc-action-label {
      font-size: .78rem; font-weight: 600;
      color: rgba(255,255,255,.45);
    }
    .cc-action-arrow {
      width: 32px; height: 32px;
      border-radius: 50%;
      background: var(--cc-icon-bg, rgba(0,160,233,.12));
      border: 1px solid var(--cc-icon-border, rgba(0,160,233,.2));
      display: flex; align-items: center; justify-content: center;
      color: var(--cc-accent-light, #7dd3fc);
      transition: transform .2s, background .2s;
    }
    .contact-card:hover .cc-action-arrow {
      transform: translate(2px, -2px);
      background: var(--cc-icon-bg-h, rgba(0,160,233,.22));
    }

    /* ── WhatsApp card ── */
    .cc-wa {
      --cc-glow: rgba(37,211,102,.3);
      --cc-accent: rgba(37,211,102,.6);
      --cc-border: rgba(37,211,102,.25);
      --cc-icon-bg: rgba(37,211,102,.12);
      --cc-icon-bg-h: rgba(37,211,102,.22);
      --cc-icon-border: rgba(37,211,102,.2);
      --cc-accent-light: #4ade80;
      --cc-status-bg: rgba(37,211,102,.1);
    }
    /* ── Phone cards ── */
    .cc-ph {
      --cc-glow: rgba(0,160,233,.28);
      --cc-accent: rgba(0,160,233,.6);
      --cc-border: rgba(0,160,233,.2);
      --cc-icon-bg: rgba(0,160,233,.12);
      --cc-icon-bg-h: rgba(0,160,233,.22);
      --cc-icon-border: rgba(0,160,233,.18);
      --cc-accent-light: #7dd3fc;
      --cc-status-bg: rgba(0,160,233,.1);
    }

    /* ── Hours & info strip ── */
    .contact-info-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      background: linear-gradient(135deg, #001e3a 0%, #003558 50%, #0056a0 100%);
      border-radius: var(--r-xl);
      padding: 36px 32px;
      border: 1px solid rgba(0,160,233,.2);
    }
    @media (max-width: 720px) { .contact-info-strip { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; } }

    .cis-item {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }
    .cis-icon {
      flex-shrink: 0;
      width: 40px; height: 40px;
      border-radius: 10px;
      background: rgba(0,160,233,.12);
      display: flex; align-items: center; justify-content: center;
      color: var(--p-300);
    }
    .cis-icon svg { width: 18px; height: 18px; }
    .cis-body h4 {
      font-size: .82rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: rgba(255,255,255,.45);
      margin: 0 0 4px;
    }
    .cis-body p {
      font-size: .95rem;
      color: #fff;
      margin: 0;
      line-height: 1.5;
    }
    .cis-body a {
      color: var(--p-300);
      text-decoration: none;
    }
    .cis-body a:hover { text-decoration: underline; }

    /* ── CTA — matches existing cta-box/surface style ── */
    .contact-cta {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--r-2xl);
      padding: 56px 48px;
      text-align: center;
    }
    .contact-cta h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--text); margin: 0 0 10px; }
    .contact-cta p  { color: var(--text-2); margin: 0 0 28px; }
    .contact-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
    @media (max-width: 640px) {
      .page-hero { padding: 110px 0 52px; }
      .contact-cta { padding: 36px 24px; }
      .contact-cta-btns { flex-direction: column; align-items: stretch; }
      .contact-cta-btns a { text-align: center; }
    }

/* === pricing.html === */
.page-hero { min-height:auto !important; padding:140px 0 80px; text-align:center; }
    .page-hero .hero-body { grid-template-columns:1fr !important; padding-top:0 !important; padding-bottom:0 !important; }
    .page-hero .tag { margin:0 auto 14px; }
    .page-hero h1 { font-size:clamp(2.2rem,5vw,3.6rem); white-space:normal !important; margin-bottom:16px; }
    .page-hero p { font-size:1.05rem; max-width:580px; margin:0 auto; }

    /* Dynamic pricing how-it-works cards */
    .dynamic-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 20px;
      margin-top: 48px;
    }
    @media(max-width:860px) { .dynamic-grid { grid-template-columns:1fr 1fr; } }
    @media(max-width:540px) { .dynamic-grid { grid-template-columns:1fr; } }
    .dyn-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      padding: 32px 28px;
      transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s;
    }
    .dyn-card:hover { transform:translateY(-4px); box-shadow:0 12px 32px rgba(0,115,166,.1); }
    .dyn-icon {
      width:52px; height:52px; border-radius:var(--r);
      background:var(--p-50); display:flex; align-items:center; justify-content:center;
      margin-bottom:18px; color:var(--p-600);
    }
    .dyn-icon svg { width:24px; height:24px; }
    .dyn-card h3 { font-size:1.02rem; font-weight:700; margin-bottom:8px; }
    .dyn-card p { font-size:.9rem; color:var(--text-2); line-height:1.7; margin:0; }

    /* Included features table */
    .included-table-wrap { overflow-x:auto; margin-top:40px; border-radius:var(--r-lg); border:1px solid var(--border); }
    .included-table { width:100%; border-collapse:collapse; font-size:.9rem; min-width:640px; }
    .included-table th { background:var(--p-900); color:#fff; padding:14px 16px; text-align:left; font-weight:600; font-size:.8rem; text-transform:uppercase; letter-spacing:.07em; white-space:nowrap; }
    .included-table th:not(:first-child) { text-align:center; }
    .included-table td { padding:13px 16px; border-bottom:1px solid var(--border); vertical-align:middle; }
    .included-table tbody tr:last-child td { border-bottom:none; }
    .included-table td:not(:first-child) { text-align:center; }
    .included-table tbody tr:hover { background:var(--p-50); }
    .included-table .feat-name { font-weight:500; color:var(--text); }
    .included-table .feat-cat { font-size:.75rem; color:var(--text-muted); margin-top:2px; }
    .check { color:#16a34a; font-size:1.15rem; font-weight:700; }
    .cross { color:var(--gray-300); font-size:1.15rem; }
    .included-table thead th:nth-child(4) { background:var(--p-700); }
    .incl-plan-label { display:block; font-size:.68rem; color:rgba(255,255,255,.6); font-weight:400; margin-top:3px; text-transform:none; letter-spacing:0; }

    /* Pricing FAQ */
    .pricing-faq-note {
      background: linear-gradient(135deg, var(--p-950), var(--p-800));
      border-radius: var(--r-xl);
      padding: 44px 52px;
      margin-top: 52px;
      display: flex; align-items: center; gap: 48px; flex-wrap: wrap;
    }
    .pfn-text { flex:1; min-width:220px; }
    .pfn-text h3 { color:#fff; font-size:1.5rem; margin-bottom:10px; }
    .pfn-text p { color:rgba(255,255,255,.72); font-size:.95rem; line-height:1.75; margin:0; }
    .pfn-actions { display:flex; gap:12px; flex-wrap:wrap; flex-shrink:0; }
    @media(max-width:640px) { .pricing-faq-note { padding:28px 24px; gap:24px; } .pfn-actions { width:100%; } }

    /* Page anchor offset for sticky nav */
    .page-anchor { display:block; height:80px; margin-top:-80px; pointer-events:none; }

    /* Mobile hero */
    @media(max-width:640px) {
      .page-hero { padding:110px 0 52px; }
    }
    /* Dynamic cards padding on small screens */
    @media(max-width:480px) {
      .dyn-card { padding:24px 20px; }
      .dynamic-grid { margin-top:28px; }
      .included-table-wrap { font-size:.82rem; }
    }

/* === docs.html === */
.page-hero { min-height:auto !important; padding:140px 0 80px; text-align:center; }
    .page-hero .hero-body { grid-template-columns:1fr !important; padding-top:0 !important; padding-bottom:0 !important; }
    .page-hero .tag { margin:0 auto 14px; }
    .page-hero h1 { font-size:clamp(2.2rem,5vw,3.6rem); white-space:normal !important; margin-bottom:16px; }
    .page-hero p { font-size:1.05rem; max-width:580px; margin:0 auto; }

    /* Docs search */
    .docs-search-wrap {
      max-width:520px; margin:0 auto 40px; position:relative;
    }
    .docs-search-wrap svg {
      position:absolute; left:16px; top:50%; transform:translateY(-50%);
      width:18px; height:18px; color:var(--text-muted); pointer-events:none;
    }
    #docsSearch {
      width:100%; padding:14px 16px 14px 46px;
      border:1px solid var(--border); border-radius:var(--r-lg);
      font-size:.95rem; font-family:inherit;
      background:#fff; color:var(--text); outline:none;
      transition:border-color .2s, box-shadow .2s;
    }
    #docsSearch:focus { border-color:var(--p-400); box-shadow:0 0 0 3px rgba(0,160,233,.12); }
    #docsSearch::placeholder { color:var(--text-muted); }

    /* Category pills */
    .docs-cat-nav {
      display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin-bottom:40px;
    }
    .docs-cat-nav a {
      padding:8px 20px; border-radius:999px; font-size:.85rem; font-weight:500;
      border:1px solid var(--border); color:var(--text-2); background:#fff;
      transition:background .2s, color .2s, border-color .2s;
    }
    .docs-cat-nav a:hover, .docs-cat-nav a.active {
      background:var(--p-600); border-color:var(--p-600); color:#fff;
    }

    /* Docs grid */
    .docs-grid {
      display:grid;
      grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
      gap:20px;
      margin-top:32px;
    }

    /* Doc card */
    .doc-card {
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--r-lg);
      padding:24px 22px 20px;
      display:flex; flex-direction:column;
      transition:transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s, border-color .25s;
      position:relative; overflow:hidden;
    }
    .doc-card::before {
      content:'';
      position:absolute; top:0; left:0; right:0; height:3px;
      background:var(--g-primary);
      opacity:0; transition:opacity .2s;
    }
    .doc-card:hover { transform:translateY(-4px); box-shadow:0 12px 32px rgba(0,115,166,.1); border-color:var(--p-200); }
    .doc-card:hover::before { opacity:1; }

    .doc-card-top { display:flex; align-items:flex-start; justify-content:space-between; margin-bottom:14px; }
    .doc-file-icon-lg {
      width:48px; height:48px; border-radius:var(--r);
      background:var(--p-50); display:flex; align-items:center; justify-content:center;
      color:var(--p-600); flex-shrink:0;
    }
    .doc-file-icon-lg svg { width:22px; height:22px; }
    .doc-badge-cat {
      display:inline-flex; align-items:center; padding:4px 10px;
      border-radius:999px; font-size:.72rem; font-weight:600;
      text-transform:uppercase; letter-spacing:.05em;
    }
    .doc-badge-cat.financial { background:rgba(0,115,166,.1); color:var(--p-600); }

    .doc-card-title {
      font-size:.95rem; font-weight:700; color:var(--text);
      line-height:1.4; margin-bottom:8px; word-break:break-word;
    }
    .doc-card-meta {
      display:flex; align-items:center; gap:16px;
      font-size:.8rem; color:var(--text-muted); margin-bottom:18px; margin-top:auto; padding-top:12px;
    }
    .doc-card-meta span { display:inline-flex; align-items:center; gap:4px; }
    .doc-card-meta svg { width:13px; height:13px; }

    .doc-card-actions { display:flex; gap:10px; }
    .btn-doc-preview {
      flex:1; display:inline-flex; align-items:center; justify-content:center; gap:6px;
      padding:9px 14px; border-radius:var(--r-sm); font-size:.82rem; font-weight:600;
      background:var(--surface); color:var(--text-2); border:1px solid var(--border);
      cursor:pointer; transition:background .2s, color .2s; text-decoration:none;
    }
    .btn-doc-preview:hover { background:var(--p-50); color:var(--p-600); border-color:var(--p-300); }
    .btn-doc-preview svg { width:15px; height:15px; }
    .btn-doc-download {
      flex:1; display:inline-flex; align-items:center; justify-content:center; gap:6px;
      padding:9px 14px; border-radius:var(--r-sm); font-size:.82rem; font-weight:600;
      background:var(--g-primary); color:#fff; border:none;
      cursor:pointer; transition:opacity .2s; text-decoration:none;
    }
    .btn-doc-download:hover { opacity:.88; }
    .btn-doc-download svg { width:15px; height:15px; }

    /* External docs link strip */
    .docs-ext-strip {
      background:linear-gradient(135deg, var(--p-950), var(--p-800));
      border-radius:var(--r-xl); padding:40px 48px;
      display:flex; align-items:center; gap:40px; flex-wrap:wrap;
      margin-top:56px;
    }
    .des-icon { width:56px; height:56px; border-radius:var(--r-lg); background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
    .des-icon svg { width:28px; height:28px; color:#fff; }
    .des-text { flex:1; min-width:180px; }
    .des-text h3 { color:#fff; font-size:1.3rem; margin-bottom:8px; }
    .des-text p { color:rgba(255,255,255,.72); font-size:.9rem; line-height:1.7; margin:0; }
    .des-actions { display:flex; gap:12px; flex-wrap:wrap; flex-shrink:0; }
    @media(max-width:640px) { .docs-ext-strip { padding:28px 24px; gap:20px; } .des-actions { width:100%; } }

    /* Preview modal */
    .doc-modal-overlay {
      position:fixed; inset:0; background:rgba(0,0,0,.55);
      z-index:2000; display:flex; align-items:center; justify-content:center; padding:16px;
      opacity:0; pointer-events:none; transition:opacity .2s;
    }
    .doc-modal-overlay.open { opacity:1; pointer-events:auto; }
    .doc-modal {
      background:#fff; border-radius:var(--r-xl); max-width:900px; width:100%;
      max-height:90vh; display:flex; flex-direction:column;
      box-shadow:0 24px 80px rgba(0,0,0,.3);
      transform:scale(.96) translateY(12px); transition:transform .2s;
    }
    .doc-modal-overlay.open .doc-modal { transform:scale(1) translateY(0); }
    .doc-modal-header {
      display:flex; align-items:center; justify-content:space-between;
      padding:16px 20px; border-bottom:1px solid var(--border); flex-shrink:0;
    }
    .doc-modal-header h3 { font-size:1rem; font-weight:700; color:var(--text); margin:0; }
    .doc-modal-close {
      width:32px; height:32px; border:none; background:var(--surface); border-radius:var(--r-sm);
      cursor:pointer; display:flex; align-items:center; justify-content:center; color:var(--text-2);
      transition:background .15s, color .15s;
    }
    .doc-modal-close:hover { background:var(--p-50); color:var(--p-600); }
    .doc-modal-close svg { width:18px; height:18px; }
    .doc-modal-body { flex:1; overflow:auto; padding:0; min-height:400px; }
    .doc-modal-body iframe { width:100%; height:100%; min-height:500px; border:0; display:block; }
    .doc-modal-footer {
      display:flex; justify-content:flex-end; gap:10px;
      padding:14px 20px; border-top:1px solid var(--border); flex-shrink:0;
    }

    .page-anchor { display:block; height:80px; margin-top:-80px; pointer-events:none; }
    .doc-card.doc-hidden { display:none; }
    .docs-no-results { text-align:center; padding:40px 0; color:var(--text-2); display:none; }
    .docs-no-results.visible { display:block; }

    /* Section header */
    .docs-section-head {
      display:flex; align-items:center; gap:12px; margin-bottom:24px; margin-top:48px;
    }
    .docs-section-head:first-of-type { margin-top:0; }
    .dsh-icon {
      width:40px; height:40px; border-radius:var(--r-sm);
      background:var(--p-50); display:flex; align-items:center; justify-content:center;
      color:var(--p-600); flex-shrink:0;
    }
    .dsh-icon svg { width:18px; height:18px; }
    .dsh-title { font-size:1.05rem; font-weight:700; color:var(--text); }
    .dsh-count { font-size:.8rem; color:var(--text-muted); margin-top:2px; }

    /* Mobile responsiveness */
    @media(max-width:640px) {
      .page-hero { padding:110px 0 52px; }
      .docs-search-wrap { margin-bottom:24px; }
      .docs-cat-nav { gap:8px; margin-bottom:24px; }
      .docs-cat-nav a { padding:7px 14px; font-size:.82rem; }
      .docs-grid { grid-template-columns:1fr; gap:16px; }
      .doc-modal { max-height:95vh; }
      .doc-modal-body iframe { min-height:320px; }
    }
    @media(max-width:480px) {
      .doc-card-actions { flex-direction:column; }
      .docs-ext-strip { padding:24px 20px; gap:18px; }
      .des-actions { width:100%; }
      .des-actions a { width:100%; text-align:center; justify-content:center; }
    }

/* Testimonial avatars with optional company logo (e.g. Google Drive uc export) */
.t-avatar.t-avatar--logo {
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.t-avatar.t-avatar--logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.32);
  border-radius: 50%;
}
