/* =====================================================
       TAPCHECK BRAND GUARDRAILS : DO NOT EDIT
       CSS is wrapped in raw tags so HubL parser ignores it.
    ===================================================== */
    *, *::before, *::after { box-sizing: border-box; }
    body { margin:0; padding:0; font-family:'DM Sans',Arial,sans-serif; color:#001065; background:#fff; }


    /* ── HEADER */
    .tc-header { background:#fff; padding:16px 40px; display:flex; align-items:center; justify-content:center; }
    .tc-header a { display:inline-flex; align-items:center; text-decoration:none; }
    .tc-header-logo { height:40px; display:block; }
    .tc-gradient-bar { height:4px; width:100%; display:block; background:linear-gradient(to right, rgba(0,16,101,1), rgba(73,0,191,1)); }

    /* ── HERO */
    
    .tc-hero-inner { max-width:1160px; margin:0 auto; display:grid; grid-template-columns:1fr 460px; gap:48px; align-items:flex-start; }
    .tc-hero-copy .tc-h1 { font-family:'Tiempos Headline',Georgia,serif; font-weight:700; font-size:56px; line-height:1.05; color:#fff; margin:0 0 20px; display:block; }
    .tc-hero-copy .tc-h1 * { color:#fff; }
    .tc-hero-copy .tc-body { font-size:16px; line-height:1.75; color:rgba(255,255,255,0.82); margin:0 0 32px; display:block; }
    .tc-hero-copy .tc-body p { color:rgba(255,255,255,0.82); margin:0; }
    .tc-hero-buttons { display:flex; gap:16px; flex-wrap:wrap; align-items:center; }
    .tc-btn-primary .hs-button { display:inline-block; background:#2FE9DB; color:#001065; font-family:'DM Sans',Arial,sans-serif; font-size:16px; font-weight:700; text-decoration:none; padding:14px 30px; border-radius:50px; border:2px solid #2FE9DB; cursor:pointer; }
    .tc-btn-secondary .hs-button { display:inline-block; background:transparent; color:#fff; font-family:'DM Sans',Arial,sans-serif; font-size:16px; font-weight:600; text-decoration:none; padding:14px 30px; border-radius:50px; border:2px solid rgba(255,255,255,0.6); cursor:pointer; }
    .tc-hero-image { display:flex; justify-content:center; align-items:center; }
    .tc-hero-image img { width:100%; max-width:520px; height:auto; display:block; border-radius:16px; }

    /* ── LOGO BAR */
    .tc-logo-bar { background:#F8F6F3; padding:40px 48px; text-align:center; }
    .tc-logo-bar-label { font-size:12px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:#6202FF; margin:0 0 24px; display:block; }
    .tc-logo-grid { max-width:960px; margin:0 auto; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:20px 36px; }
    .tc-logo-grid img { height:30px; width:auto; opacity:0.45; filter:grayscale(100%); display:block; }

    /* ── SHARED SECTION SHELL */
    .tc-section { padding:80px 64px; }
    .tc-section-white { background:#fff; }
    .tc-section-tan { background:#F8F6F3; }
    .tc-section-purple { background:#F3EBFF; }
    .tc-section-dark { background:#001065; }
    .tc-inner { max-width:1160px; margin:0 auto; }
    .tc-inner-narrow { max-width:800px; margin:0 auto; }
    .tc-inner-mid { max-width:960px; margin:0 auto; }

    /* ── TYPOGRAPHY WITHIN SECTIONS */
    .tc-eyebrow { font-size:12px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:#6202FF; display:block; margin-bottom:12px; }
    
    
    .tc-h2-center { text-align:center; }
    .tc-h3 { font-family:'DM Sans',Arial,sans-serif; font-weight:700; font-size:20px; line-height:1.3; color:#001065; margin:0 0 10px; display:block; }
    .tc-body-text { font-size:16px; line-height:1.75; color:#001065; }
    .tc-body-text p { margin:0 0 16px; }
    .tc-body-text p:last-child { margin-bottom:0; }
    .tc-body-text ul, .tc-body-text ol { margin:0 0 16px; padding-left:24px; }
    .tc-body-text li { margin-bottom:8px; line-height:1.65; }
    .tc-body-text strong { font-weight:700; color:#001065; }
    .tc-body-text em { font-style:italic; }
    .tc-subtext { font-size:16px; line-height:1.7; color:rgba(0,16,101,0.7); display:block; }
    .tc-subtext-center { text-align:center; }
    .tc-subtext-white { color:rgba(255,255,255,0.75); }
    

    /* ── FEATURE GRID */
    .tc-feature-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:36px; }
    .tc-imgcard-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin-top:48px; }
    .tc-imgcard-grid-3 { grid-template-columns:repeat(3,1fr); }
    .tc-imgcard-link { display:inline-block; margin-top:14px; font-family:'DM Sans',Arial,sans-serif; font-size:15px; font-weight:700; color:#001065; text-decoration:underline; text-underline-offset:2px; white-space:nowrap; }
    .tc-imgcard-link * { display:inline !important; white-space:nowrap !important; color:#001065 !important; font-weight:700 !important; }
    .tc-imgcard-link:hover { opacity:0.7; }
    .tc-imgcard { background:#fff; border:1px solid #e8e8f0; border-radius:16px; overflow:hidden; display:flex; flex-direction:column; }
    .tc-imgcard img { width:100%; height:200px; object-fit:cover; display:block; }
    .tc-imgcard-body { padding:24px; flex:1; }
    .tc-imgcard-title { font-family:'DM Sans',Arial,sans-serif; font-size:17px; font-weight:700; color:#1F5EFF; display:block; margin-bottom:10px; padding-bottom:10px; border-bottom:2px solid #1F5EFF; }
    .tc-imgcard-title * { font-family:'DM Sans',Arial,sans-serif !important; font-size:17px !important; font-weight:700 !important; color:#1F5EFF !important; }
    .tc-imgcard-text { font-size:14px; color:rgba(0,16,101,0.72); line-height:1.65; margin:0; }
    .tc-imgcard-text * { font-size:14px !important; color:rgba(0,16,101,0.72) !important; }
    .tc-iconlist-wrap { display:grid; grid-template-columns:1fr 1.4fr; gap:80px; align-items:start; }
    .tc-iconlist-left { position:sticky; top:40px; }
    .tc-iconlist-left .tc-h2 { display:block; margin:8px 0 16px; }
    .tc-iconlist-left .tc-body { color:rgba(0,16,101,0.65); margin:0; }
    .tc-iconlist-right { display:flex; flex-direction:column; gap:0; }
    .tc-iconlist-item { display:grid; grid-template-columns:56px 1fr; gap:20px; align-items:start; padding:28px 0; border-bottom:1px solid rgba(0,16,101,0.08); }
    .tc-iconlist-item:last-child { border-bottom:none; }
    .tc-iconlist-icon { width:48px; height:48px; border-radius:12px; background:#F3EBFF; display:flex; align-items:center; justify-content:center; flex-shrink:0; overflow:hidden; }
    .tc-iconlist-icon img { width:48px !important; height:48px !important; object-fit:cover; }
    .tc-iconlist-title { font-family:'DM Sans',Arial,sans-serif; font-size:17px; font-weight:700; color:#001065; display:block; margin-bottom:6px; }
    .tc-iconlist-title * { font-family:'DM Sans',Arial,sans-serif !important; font-size:17px !important; font-weight:700 !important; color:#001065 !important; }
    .tc-iconlist-body { font-size:15px; color:rgba(0,16,101,0.68); line-height:1.65; margin:0; }
    .tc-iconlist-body * { font-size:15px !important; color:rgba(0,16,101,0.68) !important; }
    .tc-feature-grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:36px; }
    
    .tc-feature-card img.tc-icon { width:48px; height:48px; display:block; margin-bottom:16px; }
    .tc-feature-card .tc-h3 { margin-bottom:8px; }
    .tc-feature-card p { font-size:15px; color:#001065; line-height:1.65; margin:0; opacity:0.75; }

    /* ── STATS */
    .tc-stats-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; text-align:center; }
    
    

    /* ── IMAGE + TEXT */
    .tc-img-text { display:grid; grid-template-columns:55% 1fr; gap:64px; align-items:flex-start; }
    .tc-img-text-flip { direction:rtl; }
    .tc-img-text-flip > * { direction:ltr; }
    .tc-img-text img { width:100%; border-radius:12px; display:block; }
    .tc-img-text-copy .tc-h2 { margin-bottom:16px; }
    .tc-img-text-copy .tc-body-text { margin-bottom:24px; }
    .tc-text-link { display:inline-flex; align-items:center; gap:6px; color:#6202FF; font-weight:700; font-size:15px; text-decoration:underline; text-underline-offset:2px; }
    .tc-text-link:hover { opacity:0.7; }
    .tc-img-text-copy .hs-button { display:inline-block; background:#6202FF; color:#fff !important; font-family:'DM Sans',Arial,sans-serif; font-size:15px; font-weight:600; padding:12px 24px; border-radius:50px; border:none; cursor:pointer; text-decoration:none; margin-top:8px; }
    .tc-img-text-copy .hs-button:after { content:none; }
    .tc-img-text-copy .hs-button:hover { background:#5200df; }

    /* ── VIDEO */
    @media (max-width:768px) {
    }

    /* ── TESTIMONIAL */
    
    
    
    .tc-attr-name { font-weight:700; font-size:15px; color:#fff !important; display:block; margin-bottom:4px; }
    .tc-attr-name * { color:#fff !important; }
    .tc-attr-title { font-size:13px; color:rgba(255,255,255,0.55) !important; display:block; margin-bottom:20px; }
    .tc-attr-title * { color:rgba(255,255,255,0.55) !important; }
    .tc-co-logo { height:28px; width:auto; opacity:0.6; filter:grayscale(100%); }

    /* ── VALUE PROP CARDS */
    .tc-vp-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:stretch; }
    .tc-vp-card { background:#fff; border:2px solid #e8e8f0; border-radius:16px; padding:36px 32px; display:flex; flex-direction:column; }
    .tc-vp-card-featured { background:#001065; border-color:#001065; }
    
    .tc-vp-number-light { color:#2FE9DB; }
    .tc-vp-card-headline { font-family:'DM Sans',Arial,sans-serif; font-size:19px; font-weight:700; color:#001065; display:block; margin-bottom:12px; line-height:1.3; }
    .tc-vp-card-headline-light { color:#ffffff; }
    .tc-vp-card-body { font-size:15px; color:#001065; line-height:1.65; margin:0; opacity:0.72; flex-grow:1; }
    .tc-vp-card-body-light { color:rgba(255,255,255,0.75); opacity:1; }

    /* ── FAQ */
    .tc-faq-list { max-width:760px; margin:0 auto; }
    .tc-faq-item { border-bottom:1px solid #e8e8f0; }
    .tc-faq-item:first-child { border-top:1px solid #e8e8f0; }
    .tc-faq-q { width:100%; background:none; border:none; text-align:left; padding:20px 0; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; font-family:'DM Sans',Arial,sans-serif; font-size:17px; font-weight:600; color:#001065; line-height:1.35; }
    .tc-faq-q .tc-faq-icon { flex-shrink:0; width:24px; height:24px; border-radius:50%; border:2px solid #6202FF; display:flex; align-items:center; justify-content:center; color:#6202FF; font-size:18px; line-height:1; transition:transform 0.2s; }
    .tc-faq-a { max-height:0; overflow:hidden; transition:max-height 0.3s ease, padding 0.2s; }
    .tc-faq-a-inner { padding:0 0 20px; font-size:15px; color:#001065; line-height:1.7; opacity:0.8; }
    .tc-faq-item.open .tc-faq-a { max-height:400px; }
    .tc-faq-item.open .tc-faq-icon { transform:rotate(45deg); }

    /* ── FORM SECTION */
    .tc-form-section { display:grid; grid-template-columns:1fr 460px; gap:64px; align-items:start; }
    .tc-form-copy .tc-h2 { margin-bottom:16px; }
    .tc-form-copy ul { list-style:none; padding:0; margin:24px 0 0; }
    .tc-form-copy ul li { display:flex; align-items:flex-start; gap:12px; font-size:15px; color:#fff; opacity:0.85; margin-bottom:14px; line-height:1.5; }
    .tc-form-copy ul li::before { content:"✓"; background:#2FE9DB; color:#001065; font-weight:700; font-size:11px; width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px; }
    .tc-form-card { background:#fff; border-radius:16px; padding:36px; }
    .tc-form-card h3 { font-family:'Tiempos Headline',Georgia,serif; font-size:22px; font-weight:700; color:#001065; margin:0 0 8px; }
    .tc-form-card p { font-size:14px; color:#001065; opacity:0.65; margin:0 0 24px; }
    .tc-form-card input[type=submit],
    .tc-form-card .hs-button,
    .tc-form-card .hs_submit input { background:#2FE9DB !important; color:#001065 !important; font-family:'DM Sans',Arial,sans-serif !important; font-size:16px !important; font-weight:700 !important; padding:14px 32px !important; border-radius:50px !important; border:none !important; cursor:pointer !important; width:100% !important; display:block !important; margin-top:8px !important; }

    /* ── CTA STRIP */
    
    
    .tc-cta-strip .tc-h2-white { margin-bottom:16px; text-align:center; }
    .tc-cta-strip .tc-subtext-white { margin-bottom:32px; text-align:center; }
    .tc-cta-strip .hs-button { background:#6202FF; color:#fff; font-family:'DM Sans',Arial,sans-serif; font-size:16px; font-weight:700; text-decoration:none; padding:16px 36px; border-radius:50px; border:none; cursor:pointer; display:inline-block; }

    /* ── SOCIAL FOOTER (exact from lp.tapcheck.com) */
    .tc-social-footer { background:#ffffff; padding:20px 0; text-align:center; }
    .hs-social-follow { display:inline-flex; align-items:center; justify-content:center; gap:20px; }
    .hs-social-follow__link { display:inline-flex; align-items:center; justify-content:center; width:24px; height:24px; text-decoration:none; }
    .hs-social-follow__icon svg { width:min(32px,100%); height:min(32px,100%); fill:#000000; display:block; }

    /* ── RESPONSIVE */
    @media (max-width:960px) {
      .tc-section { padding:56px 32px; }
      .tc-hero { padding:56px 32px; }
      .tc-logo-bar { padding:32px; }
      .tc-hero-inner, .tc-img-text, .tc-form-section { grid-template-columns:1fr; gap:24px; width:100%; }
      .tc-img-text-flip { direction:ltr; }
      .tc-hero-copy .tc-h1 { font-size:40px; }
      .tc-h2 { font-size:34px; }
      .tc-h2-white { font-size:34px; }
      .tc-feature-grid-3 { grid-template-columns:1fr 1fr; }
      .tc-imgcard-grid { grid-template-columns:1fr 1fr; }
      .tc-imgcard-grid-3 { grid-template-columns:1fr 1fr !important; }
      .tc-iconlist-wrap { grid-template-columns:1fr; gap:40px; }
      .tc-iconlist-left { position:static; }
      .tc-stats-grid { grid-template-columns:1fr; gap:36px; }
      .tc-vp-grid { grid-template-columns:1fr; }
    }
    @media (max-width:600px) {
      .tc-section { padding:44px 20px; }
      .tc-hero { padding:44px 20px; }
      .tc-header { padding:14px 20px; }
      .tc-logo-bar { padding:28px 20px; }
      .tc-hero-copy .tc-h1 { font-size:32px; }
      .tc-h2 { font-size:28px; }
      .tc-h2-white { font-size:28px; }
      .tc-hero-buttons { flex-direction:column; align-items:flex-start; gap:12px; }
      .tc-feature-grid-3, .tc-feature-grid-2 { grid-template-columns:1fr; }
      .tc-imgcard-grid { grid-template-columns:1fr; }
      .tc-imgcard-grid-3 { grid-template-columns:1fr !important; }
      .tc-stat-num { font-size:44px; }
      .tc-testimonial-card { padding:32px 24px; }
      .tc-quote { font-size:20px; }
      .tc-form-card { padding:24px; }
      .tc-social-footer { padding:16px 0; }
    }

    

    

    /* ── HERO VARIANTS */
    .tc-hero-icon-list { display:flex; flex-direction:column; gap:14px; margin:24px 0 0; }
    .tc-hero-icon-item { display:flex; align-items:center; gap:12px; }
    .tc-hero-icon-item .hs-image-widget { width:32px !important; height:32px !important; flex-shrink:0; border-radius:50%; }
    .tc-hero-icon-item span { font-size:15px; color:rgba(255,255,255,0.88); line-height:1.45; display:block; }
    .tc-hero-icon-item span * { color:rgba(255,255,255,0.88) !important; }

    /* ── HERO 2E : INLINE FORM */
    .tc-hero-inline-form { margin-top:28px; max-width:340px; }
    .tc-hero-inline-form-label { font-size:13px; font-weight:600; color:rgba(255,255,255,0.75); margin-bottom:10px; letter-spacing:0.02em; }
    .tc-hero-inline-form .hs-form { display:flex; flex-direction:column; gap:10px; align-items:flex-start; }
    .tc-hero-inline-form .hs-form-field { width:100%; margin:0 !important; }
    .tc-hero-inline-form .hs-form-field label { display:none !important; }
    .tc-hero-inline-form .hs-input { width:100% !important; padding:14px 18px !important; border-radius:50px !important; border:2px solid rgba(255,255,255,0.3) !important; background:rgba(255,255,255,0.12) !important; color:#fff !important; font-family:'DM Sans',Arial,sans-serif !important; font-size:15px !important; outline:none !important; box-sizing:border-box !important; }
    .tc-hero-inline-form .hs-input::placeholder { color:rgba(255,255,255,0.55) !important; }
    .tc-hero-inline-form .hs-input:focus { border-color:rgba(47,233,219,0.7) !important; background:rgba(255,255,255,0.18) !important; }
    .tc-hero-inline-form .hs_submit { width:100%; margin:0 !important; }
    .tc-hero-inline-form .hs-button,
    .tc-hero-inline-form input[type=submit] { background:#2FE9DB !important; color:#001065 !important; font-family:'DM Sans',Arial,sans-serif !important; font-size:15px !important; font-weight:700 !important; padding:14px 28px !important; border-radius:50px !important; border:none !important; cursor:pointer !important; white-space:nowrap !important; display:block !important; width:100% !important; text-align:center !important; }
    .tc-hero-inline-form .hs-error-msgs { list-style:none; padding:4px 0 0 18px; margin:0; }
    .tc-hero-inline-form .hs-error-msgs li label { display:block !important; font-size:12px !important; color:#2FE9DB !important; margin-top:4px !important; }
    .tc-hero-inline-form .hs-richtext { display:none; }

    /* ── IMG+TEXT BUTTON */
    .tc-img-text-copy .hs-button { background:#6202FF !important; color:#fff !important; padding:12px 24px !important; border-radius:50px !important; text-decoration:none !important; }
    .tc-img-text-copy .hs-button:hover { background:#5200df !important; }

    /* ── HERO BODY WHITE TEXT - all variants */
    .tc-hero-copy .tc-body { color:rgba(255,255,255,0.82) !important; }
    .tc-hero-copy .tc-body * { color:rgba(255,255,255,0.82) !important; }
    .tc-hero-copy .tc-body p { color:rgba(255,255,255,0.82) !important; }
    .tc-hero-copy .tc-body ul { color:rgba(255,255,255,0.82) !important; }
    .tc-hero-copy .tc-body ul li { color:rgba(255,255,255,0.82) !important; }
    .tc-hero-copy .tc-body li::marker { color:rgba(255,255,255,0.82) !important; }
    .tc-hero-icon-item > div, .tc-hero-icon-item .hs_cos_wrapper { color:rgba(255,255,255,0.88) !important; }
    .tc-hero-icon-item > div *, .tc-hero-icon-item .hs_cos_wrapper * { color:rgba(255,255,255,0.88) !important; }
    /* ===== END GUARDRAILS ===== */

/* ══════════════════════════════════════════════════════
   NEW SECTIONS: Banner, A-H
   ══════════════════════════════════════════════════════ */

/* ── ANNOUNCEMENT BANNER */
.tc-announcement-banner { background:linear-gradient(to right,#2FE9DB,#1F5EFF); padding:0 32px; width:100%; box-sizing:border-box; }
.tc-banner-inner { max-width:100%; margin:0 auto; display:flex; align-items:center; justify-content:center; gap:14px; flex-wrap:nowrap; overflow:hidden; min-height:44px; }
.tc-banner-text { font-family:'DM Sans',Arial,sans-serif; font-size:14px; font-weight:600; color:#001065; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; flex-shrink:1; min-width:0; }
.tc-banner-text p { margin:0; color:#001065; }
.tc-banner-text strong { color:#001065; font-weight:800; }
.tc-banner-divider { width:1px; height:16px; background:rgba(0,16,101,0.25); flex-shrink:0; }
.tc-banner-link { font-family:'DM Sans',Arial,sans-serif; font-size:14px; font-weight:700; color:#001065; text-decoration:underline; text-underline-offset:2px; white-space:nowrap; flex-shrink:0; cursor:pointer; }
.tc-banner-link:hover { opacity:0.7; }
.tc-banner-link * { color:#001065 !important; font-weight:700 !important; }
.tc-banner-inner .hs_cos_wrapper { font-size:14px !important; line-height:1 !important; display:inline !important; }
.tc-banner-inner .hs-button,
.tc-banner-inner a.hs-button,
.tc-banner-inner a.hs-button:link,
.tc-banner-inner a.hs-button:visited,
.tc-banner-inner a.hs-button:hover { background:none !important; border:none !important; padding:0 !important; font-family:'DM Sans',Arial,sans-serif !important; font-size:14px !important; font-weight:600 !important; color:#001065 !important; text-decoration:underline !important; text-underline-offset:2px !important; white-space:nowrap !important; cursor:pointer !important; box-shadow:none !important; border-radius:0 !important; display:inline !important; }
.tc-imgcard-body .hs-button,
.tc-imgcard-body a.hs-button,
.tc-imgcard-body a.hs-button:link,
.tc-imgcard-body a.hs-button:visited,
.tc-imgcard-body a.hs-button:hover { background:none !important; border:none !important; padding:0 !important; font-family:'DM Sans',Arial,sans-serif !important; font-size:15px !important; font-weight:700 !important; color:#001065 !important; text-decoration:underline !important; text-underline-offset:2px !important; white-space:nowrap !important; cursor:pointer !important; box-shadow:none !important; border-radius:0 !important; display:inline-block !important; margin-top:14px !important; width:auto !important; }

/* ── COMPARISON TABLE */
.tc-compare-wrap { overflow-x:auto; -webkit-overflow-scrolling:touch; }
.tc-compare-table { width:100%; border-collapse:collapse; min-width:560px; }
.tc-compare-table thead tr { background:#001065; }
.tc-compare-table thead th { padding:18px 20px; font-size:14px; font-weight:700; color:#fff; text-align:center; white-space:nowrap; }
.tc-compare-table thead th:first-child { text-align:left; color:rgba(255,255,255,0.55); font-weight:400; }
.tc-compare-table thead th.tc-featured-col { background:#6202FF; }
.tc-compare-table tbody tr { border-bottom:1px solid #e8e8f0; }
.tc-compare-table tbody tr:last-child { border-bottom:none; }
.tc-compare-table tbody tr:nth-child(even) { background:#F8F6F3; }
.tc-compare-table tbody td { padding:14px 20px; font-size:14px; color:#001065; text-align:center; }
.tc-compare-table tbody td:first-child { text-align:left; font-weight:600; }
.tc-compare-table tbody td.tc-featured-col { background:rgba(98,2,255,0.06); }

/* ── NUMBERED STEPS */
.tc-steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:48px; position:relative; }
.tc-steps-grid::before { content:''; position:absolute; top:32px; left:calc(16.66% + 16px); right:calc(16.66% + 16px); height:2px; background:linear-gradient(to right,#6202FF,#2FE9DB); pointer-events:none; }
.tc-step { text-align:center; }

.tc-step-title { font-weight:700; font-size:18px; color:#001065; margin:0 0 10px; display:block; }
.tc-step-title * { color:#001065 !important; }
.tc-step-body { font-size:15px; color:rgba(0,16,101,0.7); line-height:1.65; margin:0; display:block; }

/* ── SOCIAL PROOF BAR */
.tc-proof-bar { background:#001065; padding:28px 64px; }
.tc-proof-inner { max-width:1160px; margin:0 auto; display:flex; align-items:center; justify-content:center; gap:40px; flex-wrap:wrap; }
.tc-proof-item { display:flex; align-items:center; gap:12px; }
.tc-proof-stars { color:#FB8F2C; font-size:14px; letter-spacing:2px; display:block; }
.tc-proof-score { font-size:24px; font-weight:700; color:#fff; display:block; }
.tc-proof-score * { color:#fff !important; }
.tc-proof-label { font-size:12px; color:rgba(255,255,255,0.55); display:block; line-height:1.4; }
.tc-proof-label * { color:rgba(255,255,255,0.55) !important; }
.tc-proof-divider { width:1px; height:36px; background:rgba(255,255,255,0.15); flex-shrink:0; }

/* ── TESTIMONIAL MULTI-CARD */
.tc-tcard-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.tc-tcard { background:#fff; border:1.5px solid #e8e8f0; border-radius:16px; padding:28px; display:flex; flex-direction:column; }
.tc-tcard-featured { border-color:#6202FF; border-width:2px; }
.tc-tcard-stars { color:#FB8F2C; font-size:14px; letter-spacing:2px; margin-bottom:14px; display:block; }
.tc-tcard-quote { font-size:15px; color:#001065; line-height:1.65; margin:0 0 20px; flex-grow:1; }
.tc-tcard-quote * { color:#001065 !important; }
.tc-tcard-attr { display:flex; align-items:center; gap:12px; }
.tc-tcard-initials { width:40px; height:40px; border-radius:50%; background:#F3EBFF; color:#6202FF; font-weight:700; font-size:14px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.tc-tcard-name { font-weight:700; font-size:14px; color:#001065; display:block; }
.tc-tcard-role { font-size:12px; color:rgba(0,16,101,0.55); display:block; }

/* ── SPEAKER CARDS */
.tc-speaker-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.tc-speaker-grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:40px; max-width:720px; margin:0 auto; }
.tc-speaker-card { text-align:center; }
.tc-speaker-avatar { width:120px; height:120px; border-radius:50%; overflow:hidden; margin:0 auto 16px; background:#F3EBFF; }
.tc-speaker-avatar img { width:120px !important; height:120px !important; display:block; border-radius:50%; object-fit:cover; }
.tc-speaker-card .tc-speaker-name, .tc-speaker-grid-3 .tc-speaker-name, .tc-speaker-grid-2 .tc-speaker-name { font-family:'DM Sans',Arial,sans-serif !important; font-weight:700 !important; font-size:18px !important; color:#001065 !important; margin:0 0 4px !important; display:block !important; }
.tc-speaker-card .tc-speaker-name *, .tc-speaker-grid-3 .tc-speaker-name *, .tc-speaker-grid-2 .tc-speaker-name * { font-family:'DM Sans',Arial,sans-serif !important; font-weight:700 !important; font-size:18px !important; color:#001065 !important; }
.tc-speaker-card .tc-speaker-title, .tc-speaker-grid-3 .tc-speaker-title, .tc-speaker-grid-2 .tc-speaker-title { font-family:'DM Sans',Arial,sans-serif !important; font-size:14px !important; color:rgba(0,16,101,0.6) !important; margin:0 0 12px !important; display:block !important; font-style:italic !important; }
.tc-speaker-card .tc-speaker-bio, .tc-speaker-grid-3 .tc-speaker-bio, .tc-speaker-grid-2 .tc-speaker-bio { font-family:'DM Sans',Arial,sans-serif !important; font-size:14px !important; color:rgba(0,16,101,0.7) !important; line-height:1.6 !important; margin:0 !important; display:block !important; }

/* ── INTEGRATION LOGOS */
.tc-integration-grid { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:12px; }
.tc-integration-chip { background:#fff; border:1.5px solid #e8e8f0; border-radius:8px; padding:10px 18px; font-size:14px; font-weight:600; color:#001065; display:inline-block; }
.tc-chip-more { border-style:dashed; background:#F8F6F3; color:rgba(0,16,101,0.5); }
.tc-int-cta .hs-button { background:#6202FF !important; color:#fff !important; font-family:'DM Sans',Arial,sans-serif !important; font-size:15px !important; font-weight:600 !important; padding:12px 24px !important; border-radius:50px !important; border:none !important; text-decoration:none !important; display:inline-block !important; cursor:pointer !important; }

/* ── WEBINAR AGENDA */
.tc-agenda { max-width:720px; margin:0 auto; }
.tc-agenda-item { display:grid; grid-template-columns:100px 1fr; gap:24px; padding:24px 0; border-bottom:1px solid rgba(0,16,101,0.1); align-items:start; }
.tc-agenda-item:last-child { border-bottom:none; }
.tc-agenda-time { font-size:13px; font-weight:700; color:#6202FF; padding-top:3px; display:block; }
.tc-agenda-time * { color:#6202FF !important; }
.tc-agenda-item p.tc-agenda-title, .tc-agenda .tc-agenda-title { font-weight:700 !important; font-size:17px !important; color:#001065 !important; margin:0 0 6px !important; display:block !important; font-style:normal !important; }
.tc-agenda-item p.tc-agenda-title *, .tc-agenda .tc-agenda-title * { font-weight:700 !important; font-size:17px !important; color:#001065 !important; }
.tc-agenda-item p.tc-agenda-desc, .tc-agenda .tc-agenda-desc { font-size:14px !important; color:rgba(0,16,101,0.65) !important; line-height:1.6 !important; margin:0 !important; display:block !important; font-weight:400 !important; }
.tc-agenda .tc-agenda-desc * { font-size:14px !important; color:rgba(0,16,101,0.65) !important; font-weight:400 !important; }
.tc-agenda-item p.tc-agenda-desc, .tc-agenda .tc-agenda-desc { font-size:14px !important; color:rgba(0,16,101,0.65) !important; line-height:1.6 !important; margin:0 !important; display:block !important; font-weight:400 !important; }

/* ── TWO-COLUMN CHECKLIST */
.tc-checklist-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; }
.tc-cl-no ul, .tc-cl-yes ul { list-style:none; padding:0; margin:0; }
.tc-cl-no li, .tc-cl-yes li { display:flex; align-items:flex-start; gap:12px; font-size:15px; color:#001065; line-height:1.55; margin-bottom:14px; }
.tc-cl-no li::before { content:'–'; width:20px; height:20px; border-radius:50%; background:#e8e8f0; color:#999; font-size:13px; font-weight:700; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.tc-cl-yes li::before { content:'✓'; width:20px; height:20px; border-radius:50%; background:#6202FF; color:#fff; font-size:11px; font-weight:700; flex-shrink:0; display:flex; align-items:center; justify-content:center; }

/* ── HERO WHITE TEXT */
.tc-hero-copy .tc-body { color:rgba(255,255,255,0.82) !important; }
.tc-hero-copy .tc-body * { color:rgba(255,255,255,0.82) !important; }
.tc-hero-copy .tc-body li::marker { color:rgba(255,255,255,0.82) !important; }
.tc-hero-icon-item > div * { color:rgba(255,255,255,0.88) !important; }

/* ── GLOBAL IMAGE FIX */
img { max-width:100%; height:auto; }
.hs-image-widget img, .hs_cos_wrapper img { max-width:100% !important; height:auto !important; }
.tc-hero-image img { width:100%; max-width:520px; height:auto !important; border-radius:16px; display:block; margin:0 auto; }

/* ── RESPONSIVE: NEW SECTIONS */
@media (max-width:768px) {
  .tc-proof-bar { padding:24px 20px !important; }
  .tc-proof-inner { display:flex !important; flex-direction:column !important; align-items:center !important; gap:16px !important; text-align:center !important; }
  .tc-proof-item { justify-content:center !important; }
  .tc-proof-divider { display:none; }
  .tc-steps-grid { grid-template-columns:1fr !important; }
  .tc-steps-grid::before { display:none !important; }
  .tc-tcard-grid { grid-template-columns:1fr !important; }
  .tc-speaker-grid-3, .tc-speaker-grid-2 { grid-template-columns:1fr !important; max-width:100%; }
  .tc-checklist-grid { grid-template-columns:1fr !important; gap:32px !important; }
  .tc-agenda-item { grid-template-columns:1fr !important; gap:4px !important; }
  .tc-banner-text { font-size:12px !important; }
}
/* ── BANNER TEXT LINK */



/* ══════════════════════════════════════════════════════
   ELEVATED DESIGN SYSTEM - applied to all sections
   ══════════════════════════════════════════════════════ */

/* ── HERO: larger headline, more breathing room */
.tc-hero { background:linear-gradient(140deg,#0a0a5e 0%,#3a00cc 50%,#1F5EFF 100%); padding:96px 20px; }
.tc-hero-copy .tc-h1 { font-family:'Tiempos Headline',Georgia,serif; font-weight:700; font-size:68px; line-height:1.02; color:#fff; margin:0 0 24px; letter-spacing:-0.02em; display:block; }
.tc-hero-copy .tc-h1 * { color:#fff; }
.tc-hero-copy .tc-body { font-size:18px; line-height:1.7; color:rgba(255,255,255,0.82); margin:0 0 36px; display:block; }

/* ── GRADIENT BRIDGE: hero to logo bar */
.tc-hero-bridge { height:4px; background:linear-gradient(to right,#0a0a5e,#3a00cc,#1F5EFF); }
.tc-hero-bullets { color:rgba(255,255,255,0.88) !important; }
.tc-hero-bullets ul { margin:0; padding-left:20px; }
.tc-hero-bullets ul li { font-family:'DM Sans',Arial,sans-serif; font-size:16px; color:rgba(255,255,255,0.88) !important; line-height:1.6; margin-bottom:6px; }
.tc-hero-bullets ul li * { color:rgba(255,255,255,0.88) !important; }
.tc-hero-bullets ul li::marker { color:rgba(255,255,255,0.88) !important; }
.tc-hero-bullets li { color:rgba(255,255,255,0.88) !important; }
.tc-hero-bullets li * { color:rgba(255,255,255,0.88) !important; }
.tc-hero-bullets li::marker { color:rgba(255,255,255,0.88) !important; }
.tc-hero-bullets * { color:rgba(255,255,255,0.88) !important; }

/* ── LOGO BAR: marquee animation */
.tc-marquee-wrap { overflow:hidden; }
.tc-marquee { display:flex; gap:56px; animation:tc-marquee 22s linear infinite; width:max-content; align-items:center; }
.tc-marquee-inner { display:flex; gap:56px; align-items:center; }
@keyframes tc-marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── TYPOGRAPHY: tighter, more editorial */
.tc-h2 { font-family:'Tiempos Headline',Georgia,serif; font-weight:700; font-size:46px; line-height:1.05; color:#001065; margin:0 0 18px; letter-spacing:-0.01em; display:block; }
.tc-h2-white { font-family:'Tiempos Headline',Georgia,serif; font-weight:700; font-size:46px; line-height:1.05; color:#fff; margin:0 0 18px; letter-spacing:-0.01em; display:block; }
.tc-section-header { text-align:center; margin-bottom:64px; }

/* ── FEATURE CARDS: elevated with card containers + icon bg */
.tc-feature-card { background:#fff; border:1px solid #e8e8f0; border-radius:16px; padding:28px; display:flex; flex-direction:column; transition:transform 0.2s,box-shadow 0.2s; }
.tc-feature-card:hover { transform:translateY(-3px); box-shadow:0 12px 32px rgba(0,16,101,0.08); }
.tc-icon-wrap { width:52px; height:52px; border-radius:12px; background:#F3EBFF; display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.tc-icon-wrap img { width:24px; height:24px; }
.tc-feature-card .tc-h3 { margin-bottom:8px; }

/* ── STATS: dark navy background, teal numbers */
.tc-section-purple.tc-stats-elevated { background:#001065; position:relative; overflow:hidden; }
.tc-section-purple.tc-stats-elevated::before { content:''; position:absolute; top:-120px; right:-120px; width:480px; height:480px; border-radius:50%; background:rgba(98,2,255,0.12); pointer-events:none; }
.tc-section-purple.tc-stats-elevated::after { content:''; position:absolute; bottom:-80px; left:-80px; width:320px; height:320px; border-radius:50%; background:rgba(31,94,255,0.1); pointer-events:none; }
.tc-section-purple.tc-stats-elevated .tc-h2 { color:#fff; }
.tc-section-purple.tc-stats-elevated .tc-eyebrow { color:#2FE9DB; }
.tc-section-purple.tc-stats-elevated .tc-subtext { color:rgba(255,255,255,0.6); }
.tc-stat-num { font-family:'Tiempos Headline',Georgia,serif; font-size:72px; font-weight:700; color:#6202FF; line-height:1; display:block; margin-bottom:12px; }
.tc-stat-lbl { font-size:16px; color:#001065; line-height:1.5; display:block; }
.tc-section-purple.tc-stats-elevated .tc-stat-lbl { color:rgba(255,255,255,0.7); }

/* ── TESTIMONIAL: dark navy card with decorative quote mark */
.tc-testimonial-card { background:#001065; border-radius:24px; padding:48px 64px; text-align:left; max-width:800px; margin:0 auto; position:relative; color:#fff !important; }
.tc-testimonial-card * { color:#fff !important; }
.tc-testimonial-pill { display:inline-block; font-family:'DM Sans',Arial,sans-serif; font-size:12px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; padding:6px 14px; border-radius:999px; margin-bottom:16px; }
.tc-testimonial-pill-dark { background:rgba(47,233,219,0.15); color:#2FE9DB; }
.tc-testimonial-pill-light { background:rgba(98,2,255,0.1); color:#6202FF; }
.tc-stars { color:#FB8F2C; font-size:20px; letter-spacing:3px; display:block; margin-bottom:24px; position:relative; z-index:1; }
.tc-quote { font-family:'Tiempos Headline',Georgia,serif; font-size:26px; font-weight:600; color:#fff !important; line-height:1.45; margin:0 0 32px; position:relative; z-index:1; }
.tc-quote * { color:#fff !important; }
.tc-attr-row { display:flex; align-items:center; gap:20px; position:relative; z-index:1; }
.tc-attr-name { font-weight:700; font-size:15px; color:#fff !important; display:block; }
.tc-attr-name * { color:#fff !important; }
.tc-attr-title { font-size:13px; color:rgba(255,255,255,0.55) !important; display:block; margin-top:2px; }
.tc-attr-title * { color:rgba(255,255,255,0.55) !important; }
.tc-co-logo { height:28px; width:auto; opacity:0.5; filter:brightness(10); margin-left:auto; }

/* ── VALUE PROP CARDS: top accent borders, elevated stats */
.tc-vp-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:stretch; }
.tc-vp-card { border-radius:20px; padding:40px 36px; display:flex; flex-direction:column; border:none; border-top:4px solid transparent; }
.tc-vp-card:not(.tc-vp-card-blue):not(.tc-vp-card-teal) { background:#F3EBFF; border-top-color:#6202FF; }
.tc-vp-card-blue { background:#EEF4FF; border-top-color:#1F5EFF; }
.tc-vp-card-teal { background:#ffffff; border-top-color:#001065; }
.tc-vp-number { font-family:'Tiempos Headline',Georgia,serif; font-size:64px; font-weight:700; line-height:1; display:block; margin-bottom:14px; }
.tc-vp-card:not(.tc-vp-card-blue):not(.tc-vp-card-teal) .tc-vp-number { color:#6202FF; }
.tc-vp-card-blue .tc-vp-number { color:#1F5EFF; }
.tc-vp-card-teal .tc-vp-number { color:#001065; }
.tc-vp-card-headline { font-size:19px; font-weight:700; display:block; margin-bottom:12px; line-height:1.3; color:#001065; }
.tc-vp-card-body { font-size:15px; line-height:1.65; margin:0; flex-grow:1; color:rgba(0,16,101,0.7); }
.tc-vp-card-body-light { color:rgba(255,255,255,0.65) !important; opacity:1 !important; }

/* ── HOW IT WORKS STEPS: larger circles, card containers */
.tc-step { background:#fff; border-radius:16px; border:1px solid #e8e8f0; padding:36px 28px; text-align:center; position:relative; z-index:1; border-top:4px solid; }
.tc-step:nth-child(1) { border-top-color:#6202FF; }
.tc-step:nth-child(2) { border-top-color:#3a00cc; }
.tc-step:nth-child(3) { border-top-color:#2FE9DB; }
.tc-step-num { width:80px; height:80px; border-radius:50%; background:linear-gradient(135deg,#6202FF,#1F5EFF); color:#fff; font-family:'Tiempos Headline',Georgia,serif; font-size:28px; font-weight:700; display:flex; align-items:center; justify-content:center; margin:0 auto 24px; position:relative; z-index:1; }
.tc-step-title { font-weight:700 !important; font-size:18px !important; color:#001065 !important; margin:0 0 10px !important; display:block !important; }
.tc-step-title * { font-weight:700 !important; font-size:18px !important; color:#001065 !important; }
.tc-step-body { font-size:14px !important; color:rgba(0,16,101,0.65) !important; line-height:1.65 !important; margin:0 !important; display:block !important; }
.tc-step-body * { font-size:14px !important; color:rgba(0,16,101,0.65) !important; }

/* ── CTA STRIP: proof stat on left, CTA on right */
.tc-cta-strip { text-align:center; }
.tc-cta-strip-centered { max-width:640px; margin:0 auto; position:relative; z-index:1; }
.tc-cta-strip .hs-button,
.tc-cta-strip a.hs-button,
.tc-cta-strip a.hs-button:link,
.tc-cta-strip a.hs-button:visited,
.tc-cta-strip a.hs-button:hover { background:#2FE9DB !important; color:#001065 !important; font-family:'DM Sans',Arial,sans-serif; font-size:16px; font-weight:700; text-decoration:none !important; padding:16px 36px; border-radius:50px; border:none; cursor:pointer; display:inline-block; }
.tc-cta-proof-num { font-family:'Tiempos Headline',Georgia,serif; font-size:96px; font-weight:700; color:#2FE9DB; line-height:1; display:block; }
.tc-cta-proof-label { font-size:18px; color:rgba(255,255,255,0.7); display:block; margin-top:8px; }
.tc-cta-strip .tc-h2-white { font-size:38px; margin-bottom:16px; text-align:center; }
.tc-cta-strip .tc-subtext-white { margin-bottom:32px; display:block; text-align:center; }
.tc-cta-strip .hs-button { background:#6202FF; color:#fff; font-family:'DM Sans',Arial,sans-serif; font-size:16px; font-weight:700; text-decoration:none; padding:16px 36px; border-radius:50px; border:none; cursor:pointer; display:inline-block; }

/* ── PROOF BAR: 4 items max */
.tc-proof-bar { background:#001065; padding:32px 64px; }
.tc-proof-inner { max-width:1160px; margin:0 auto; display:flex; align-items:center; justify-content:center; gap:48px; flex-wrap:wrap; }
.tc-proof-score { font-size:26px; font-weight:700; color:#fff; display:block; }
.tc-proof-score * { color:#fff !important; }
.tc-proof-label { font-size:12px; color:rgba(255,255,255,0.5); display:block; line-height:1.4; }
.tc-proof-divider { width:1px; height:40px; background:rgba(255,255,255,0.15); flex-shrink:0; }

/* ── IMG+TEXT BUTTON: solid purple button */
.tc-img-text-copy .hs-button { display:inline-block; background:#6202FF !important; color:#fff !important; font-family:'DM Sans',Arial,sans-serif; font-size:15px; font-weight:600; padding:12px 24px !important; border-radius:50px !important; border:none; cursor:pointer; text-decoration:none !important; margin-top:8px; }
.tc-img-text-copy .hs-button:after { content:none !important; }
.tc-img-text-copy .hs-button:hover { background:#5200df !important; }

/* ── RESPONSIVE UPDATES */
@media (max-width:768px) {
  .tc-hero-copy .tc-h1 { font-size:40px !important; }
  .tc-h2 { font-size:32px !important; }
  .tc-h2-white { font-size:32px !important; }
  .tc-stat-num { font-size:52px !important; }
  .tc-cta-strip-inner { grid-template-columns:1fr !important; gap:32px !important; }
  .tc-cta-proof-num { font-size:64px !important; }
  .tc-step-num { width:64px !important; height:64px !important; font-size:22px !important; }
  .tc-testimonial-card { padding:36px 28px !important; text-align:center !important; }
  .tc-quote { font-size:20px !important; }
  .tc-vp-number { font-size:48px !important; }
  .tc-proof-inner { display:grid !important; grid-template-columns:1fr 1fr !important; gap:20px 16px !important; justify-items:start !important; }
  .tc-vp-grid { grid-template-columns:1fr !important; }
  .tc-hero { padding:44px 20px !important; }
  .tc-section { padding:44px 20px !important; }
  .tc-hero-inner, .tc-img-text, .tc-form-section { grid-template-columns:1fr !important; gap:24px !important; width:100% !important; max-width:100% !important; }
  .tc-img-text-flip { direction:ltr !important; }
  .tc-imgcard-grid { grid-template-columns:1fr !important; }
  .tc-imgcard-grid-3 { grid-template-columns:1fr !important; }
  .tc-hero-inline-form .hs-form { flex-direction:column !important; }
  .tc-hero-inline-form .hs-form-field { flex:1 1 100% !important; width:100% !important; }
  .tc-hero-inline-form .hs_submit { width:100% !important; }
  .tc-hero-inline-form .hs-button,
  .tc-hero-inline-form input[type=submit] { width:100% !important; text-align:center !important; }
}

/* Force white text on all purple buttons regardless of HubSpot link color */
.tc-img-text-copy a.hs-button,
.tc-img-text-copy .hs-button,
.tc-cta-strip a.hs-button,
.tc-cta-strip .hs-button { color:#fff !important; }
.tc-img-text-copy a.hs-button:visited,
.tc-cta-strip a.hs-button:visited { color:#fff !important; }

/* ══════════════════════════════════════════════════════
   CONTENT GATE OVERLAY
   ══════════════════════════════════════════════════════ */

/* Blur the page body when gate is active */
body.tc-gated .tc-gate-blur { filter:blur(6px); pointer-events:none; user-select:none; }

/* Full-screen backdrop */
.tc-gate-overlay { position:fixed; inset:0; z-index:9999; background:rgba(0,16,101,0.55); backdrop-filter:blur(2px); display:flex; align-items:center; justify-content:center; padding:20px; }
.tc-gate-overlay.tc-gate-hidden { display:none; }

/* Modal card */
.tc-gate-modal { background:#fff; border-radius:20px; padding:48px 44px; max-width:480px; width:100%; box-shadow:0 24px 80px rgba(0,16,101,0.25); position:relative; }
.tc-gate-modal::before { display:none; }

/* Modal typography */
.tc-gate-logo { display:block; margin:0 auto 28px; height:32px; width:auto; }
.tc-gate-headline { font-family:'Tiempos Headline',Georgia,serif; font-size:28px; font-weight:700; color:#001065; line-height:1.15; margin:0 0 12px; text-align:center; }
.tc-gate-headline * { color:#001065 !important; }
.tc-gate-subtext { font-size:15px; color:rgba(0,16,101,0.65); line-height:1.65; margin:0 0 28px; text-align:center; }
.tc-gate-subtext * { color:rgba(0,16,101,0.65) !important; }

/* Form styling inside modal */
.tc-gate-modal .hs-form { display:flex; flex-direction:column; gap:10px; }
.tc-gate-modal .hs-form-field { width:100%; margin:0 !important; }
.tc-gate-modal .hs-form-field label { display:none !important; }
.tc-gate-modal .hs-input { width:100% !important; padding:14px 18px !important; border-radius:50px !important; border:2px solid #e8e8f0 !important; background:#F8F6F3 !important; color:#001065 !important; font-family:'DM Sans',Arial,sans-serif !important; font-size:15px !important; outline:none !important; box-sizing:border-box !important; }
.tc-gate-modal .hs-input::placeholder { color:rgba(0,16,101,0.4) !important; }
.tc-gate-modal .hs-input:focus { border-color:#6202FF !important; background:#fff !important; }
.tc-gate-modal .hs_submit { width:100%; margin:0 !important; }
.tc-gate-modal .hs-button,
.tc-gate-modal input[type=submit] { background:#2FE9DB !important; color:#001065 !important; font-family:'DM Sans',Arial,sans-serif !important; font-size:15px !important; font-weight:700 !important; padding:14px 28px !important; border-radius:50px !important; border:none !important; cursor:pointer !important; width:100% !important; display:block !important; text-align:center !important; }
.tc-gate-modal .hs-button:hover,
.tc-gate-modal input[type=submit]:hover { background:#1fd4c8 !important; }
.tc-gate-modal .hs-error-msgs { list-style:none; padding:4px 0 0 18px; margin:0; }
.tc-gate-modal .hs-error-msgs li label { display:block !important; font-size:12px !important; color:#6202FF !important; margin-top:4px !important; }
.tc-gate-modal .hs-richtext { display:none; }

/* Mobile */
@media (max-width:600px) {
  .tc-gate-modal { padding:36px 24px; }
  .tc-gate-headline { font-size:22px; }
}
