/* Embedded styles extracted from demos.html - block 1. */
@media (hover:hover) and (pointer:fine){html,body,body *,a,button,input,textarea,select,summary,[role="button"]{cursor:none!important}}

/* Embedded styles extracted from demos.html - block 2. */
    .demos-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .demo-card {
      background: white;
      border: 1px solid #EDE9E3;
      border-radius: 16px;
      overflow: hidden;
      transition: box-shadow 0.25s, transform 0.25s;
      display: flex;
      flex-direction: column;
    }
    .demo-card:hover {
      box-shadow: 0 12px 40px rgba(0,0,0,0.10);
      transform: translateY(-3px);
    }
    .demo-thumb {
      background: linear-gradient(135deg, #0EA5E9 0%, #10B981 100%);
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 52px;
      position: relative;
      overflow: hidden;
    }
    .demo-thumb::after {
      content: '';
      position: absolute; inset: 0;
      background: rgba(0,0,0,0.08);
    }
    .demo-thumb-icon { position: relative; z-index: 1; }
    .demo-thumb-1 { background: linear-gradient(135deg, #0EA5E9, #38BDF8); }
    .demo-thumb-2 { background: linear-gradient(135deg, #D97706, #FBBF24); }
    .demo-thumb-3 { background: linear-gradient(135deg, #10B981, #34D399); }
    .demo-thumb-4 { background: linear-gradient(135deg, #7C3AED, #A78BFA); }
    .demo-thumb-5 { background: linear-gradient(135deg, #EF4444, #F87171); }
    .demo-thumb-6 { background: linear-gradient(135deg, #0284C7, #0EA5E9); }
    .demo-thumb-7 { background: linear-gradient(135deg, #059669, #10B981); }
    .demo-thumb-8 { background: linear-gradient(135deg, #B45309, #D97706); }
    .demo-thumb-9 { background: linear-gradient(135deg, #4F46E5, #7C3AED); }
    .demo-body {
      padding: 22px 24px 24px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .demo-num {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #9CA3AF;
      margin-bottom: 8px;
    }
    .demo-body h3 {
      font-size: 17px;
      font-weight: 700;
      color: #111827;
      letter-spacing: -0.3px;
      margin-bottom: 10px;
      line-height: 1.3;
    }
    .demo-body p {
      font-size: 13.5px;
      color: #6B7280;
      line-height: 1.65;
      margin-bottom: 20px;
      flex: 1;
    }
    .demo-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #1C1F2E;
      color: white;
      padding: 11px 20px;
      border-radius: 8px;
      font-size: 13px;
      font-weight: 700;
      transition: background 0.2s;
      text-decoration: none;
      align-self: flex-start;
    }
    .demo-link:hover { background: #0EA5E9; }
    .demo-link svg { flex-shrink: 0; }

    .demo-note {
      background: linear-gradient(135deg, rgba(14,165,233,0.07), rgba(16,185,129,0.07));
      border: 1px solid rgba(14,165,233,0.18);
      border-radius: 12px;
      padding: 18px 22px;
      font-size: 13.5px;
      color: #374151;
      line-height: 1.65;
      margin-bottom: 40px;
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .demo-note-icon { font-size: 22px; flex-shrink: 0; }

    @media(max-width:900px) {
      .demos-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media(max-width:480px) {
      .demos-grid { grid-template-columns: 1fr; gap: 18px; }
      .demo-body { padding: 18px 20px 20px; }
      .demo-body h3 { font-size: 16px; }
    }
      .logo-link { display: inline-flex; align-items: center; text-decoration: none; }
    .logo-img { height: 56px !important; width: auto !important; max-width: none !important; object-fit: contain; display: block; }

/* Embedded styles extracted from demos.html - block 3. */
    @media (min-width: 1181px) {
      html body .nav { width:100% !important; height:68px !important; min-height:68px !important; display:grid !important; grid-template-columns:220px minmax(0,1fr) 136px !important; column-gap:22px !important; align-items:center !important; padding:0 52px !important; box-sizing:border-box !important; }
      html body .nav .logo-link { width:220px !important; height:68px !important; display:inline-flex !important; align-items:center !important; justify-content:flex-start !important; overflow:hidden !important; }
      html body .nav .logo-img { width:auto !important; height:44px !important; max-width:188px !important; object-fit:contain !important; display:block !important; }
      html body .nav .nav-links { width:min(720px,100%) !important; display:grid !important; grid-template-columns:repeat(6,minmax(0,1fr)) !important; align-items:center !important; justify-self:center !important; gap:0 !important; min-width:0 !important; }
      html body .nav .nav-links li a { width:100% !important; height:34px !important; padding:0 6px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif !important; font-size:14px !important; font-weight:500 !important; line-height:1 !important; white-space:nowrap !important; }
      html body .nav .nav-cta { width:136px !important; height:40px !important; padding:0 16px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; justify-self:end !important; font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif !important; font-size:14px !important; font-weight:700 !important; line-height:1 !important; box-sizing:border-box !important; }
    }
    /* Mobile readability floor: body copy stays comfortably legible. */
    @media (max-width: 768px) {
      html body { font-size: 16px; }
      .hero-sub,
      .sec-sub,
      .card p,
      .offering-body p,
      .off-body p,
      .process-step p,
      .proc-card-desc,
      .flip-card-back p,
      .why-card p,
      .testi-quote,
      .dark-sub,
      .contact-copy p,
      .footer-about,
      .footer-links a,
      .footer-contact-item,
      .mobile-menu ul li a { font-size: 14px !important; line-height: 1.6 !important; }

      .hero-btn-primary,
      .hero-btn-outline,
      .btn,
      .btn-amber,
      .btn-primary,
      .btn-outline,
      .mobile-cta { font-size: 15px !important; }

      .sec-eyebrow,
      .sec-eyebrow-teal,
      .sec-eyebrow-amber,
      .dark-eyebrow,
      .flip-badge,
      .flip-badge-back,
      .off-tag-box,
      .stat-label,
      .testi-role,
      .footer-copy,
      .footer-legal a { font-size: 12px !important; }

      .tap-cue { font-size: 11px !important; padding: 7px 10px !important; }
      input, textarea, select { font-size: 16px !important; }
    }
    /* ---- CANONICAL HOMEPAGE FOOTER ---- */
    /* ---- FOOTER REDESIGN ---- */
    footer {
      background: #032e3b;
      padding: 60px 72px 32px;
      border-top: 1px solid rgba(255,255,255,0.05);
    }
    .footer-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr 1.6fr;
      gap: 40px;
      margin-bottom: 48px;
    }
    .footer-brand { }
    .footer-logo-wrap {
      margin-bottom: 16px;
      display: inline-flex;
      align-items: center;
      background: rgba(255,255,255,0.86);
      padding: 8px 12px;
      border-radius: 4px;
    }
    .footer-logo-img { height: 44px !important; width: auto !important; max-width: none !important; object-fit: contain; display: block; }
    .footer-tagline {
      font-size: 13px;
      color: rgba(255,255,255,0.35);
      line-height: 1.65;
      max-width: 230px;
      margin-bottom: 18px;
    }
    .footer-contact-row {
      display: flex; align-items: center; gap: 8px;
      color: rgba(255,255,255,0.40); font-size: 13px; margin-bottom: 8px;
    }
    .footer-contact-row a { color: rgba(255,255,255,0.45); transition: color 0.2s; }
    .footer-contact-row a:hover { color: #5CC8D0; }
    .footer-work-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f58220;
      color: white;
      padding: 11px 20px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 14px;
      margin-top: 20px;
      transition: background 0.2s;
      cursor: pointer;
      border: none;
      font-family: inherit;
    }
    .footer-work-btn:hover { background: #e66f12; color: white; }
    .footer-col h4 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.30);
      margin-bottom: 18px;
    }
    .footer-col ul { list-style: none; }
    .footer-col ul li { margin-bottom: 10px; }
    .footer-col ul li a {
      font-size: 13px;
      color: rgba(255,255,255,0.45);
      transition: color 0.2s;
    }
    .footer-col ul li a:hover { color: #F0F0EF; }
    .footer-newsletter h4 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.30);
      margin-bottom: 10px;
    }
    .footer-nl-text {
      font-size: 13px;
      color: rgba(255,255,255,0.35);
      line-height: 1.6;
      margin-bottom: 14px;
    }
    .footer-nl-row {
      display: flex;
      margin-bottom: 20px;
    }
    .footer-nl-input {
      flex: 1;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.14);
      border-right: none;
      border-radius: 6px 0 0 6px;
      padding: 10px 14px;
      color: white;
      font-size: 13px;
      font-family: inherit;
      outline: none;
    }
    .footer-nl-input::placeholder { color: rgba(255,255,255,0.28); }
    .footer-nl-input:focus { border-color: rgba(255,255,255,0.3); }
    .footer-nl-btn {
      background: #E8730A;
      border: none;
      border-radius: 0 6px 6px 0;
      padding: 10px 16px;
      cursor: pointer;
      color: white;
      font-size: 16px;
      font-weight: 700;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s;
    }
    .footer-nl-btn:hover { background: #c55f06; }
    .footer-follow-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.30);
      margin-bottom: 10px;
    }
    .footer-social-row { display: flex; gap: 8px; }
    .footer-social-btn {
      width: 36px; height: 36px;
      border-radius: 8px;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.12);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,0.50);
      transition: background 0.2s, color 0.2s;
      text-decoration: none;
    }
    .footer-social-btn:hover { background: rgba(255,255,255,0.15); color: white; }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.06);
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
    .footer-legal { display: flex; gap: 20px; }
    .footer-legal a { font-size: 12px; color: rgba(255,255,255,0.25); transition: color 0.2s; }
    .footer-legal a:hover { color: rgba(255,255,255,0.55); }


    @media (max-width: 1100px) {
      .footer-top { grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
      .footer-newsletter { grid-column: 1 / -1; }
    }
    @media (max-width: 768px) {
      footer { padding: 48px 24px 28px; }
      .footer-top { grid-template-columns: 1fr; gap: 28px; margin-bottom: 36px; }
      .footer-tagline { max-width: 100%; }
      .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
      .footer-legal { justify-content: center; flex-wrap: wrap; }
    }
