/* TDM Signage Theme - Extracted verbatim from prototype version-D */
/* Only the :root block uses HubL variable interpolation */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
--primary:#9f0b84;--primary-hover:#84096e;--secondary:#399de0;--accent:#89e0d8;--light-accent:#cfc2dc;
--text-dark:#333344;--text-muted:#666680;--border:#e6e6ef;
--dark-bg:#1a1a2e;--dark-card:#242445;--dark-border:#3a3a5c;
--white:#ffffff;--light-bg:#f7f7f7;
--max-w:1280px;--section-pad:96px;--section-pad-m:48px;
--radius-btn:10px;--radius-card:14px;--radius-img:10px;
}
html{scroll-behavior:smooth;}body{font-family:'DM Sans',sans-serif;font-size:18px;line-height:1.6;color:var(--text-dark);background:var(--white);}p{margin:0 0 16px;}p:last-child{margin-bottom:0;}ul li p,ol li p{margin:0;}
ul,ol{margin:16px 0 24px;padding-left:24px;}
li{margin-bottom:8px;}
li:last-child{margin-bottom:0;}
a{color:var(--secondary);text-decoration:none;}a:hover{color:#64b0e3;}
img{max-width:100%;height:auto;}
h1{font-size:48px;font-weight:700;line-height:1.15;margin-bottom:24px;color:var(--text-dark);}
h2{font-size:40px;font-weight:700;line-height:1.2;margin-bottom:24px;color:var(--text-dark);}
h3{font-size:24px;font-weight:600;line-height:1.3;margin-bottom:24px;color:var(--text-dark);}
h4{font-size:20px;font-weight:600;line-height:1.4;margin-bottom:16px;color:var(--text-dark);}
.container{max-width:var(--max-w);margin:0 auto;padding:0 48px;}
.text-center{text-align:center;}
.text-white{color:var(--white);}
.text-muted-light{color:var(--text-muted);}
.text-muted{color:var(--text-muted);}

/* Buttons - identical style to B */
.btn-primary{display:inline-block;background:var(--primary);color:var(--white);padding:16px 26px;border-radius:8px;font-weight:700;font-size:16px;letter-spacing:0.3px;text-transform:uppercase;border:2px solid var(--primary);transition:all 0.15s ease;cursor:pointer;}
.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);color:var(--white);transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,0.18);}
.btn-secondary{display:inline-block;background:transparent;color:var(--primary);padding:16px 26px;border-radius:8px;font-weight:700;font-size:16px;letter-spacing:0.3px;text-transform:uppercase;border:2px solid var(--primary);transition:all 0.15s ease;}
.btn-secondary:hover{background:rgba(159,11,132,0.08);color:var(--primary);border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,0.12);}
.btn-secondary-light{display:inline-block;background:transparent;color:var(--primary);padding:16px 26px;border-radius:8px;font-weight:700;font-size:16px;letter-spacing:0.3px;text-transform:uppercase;border:2px solid var(--primary);transition:all 0.15s ease;}
.btn-secondary-light:hover{background:rgba(159,11,132,0.08);color:var(--primary);border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,0.12);}
.btn-primary-outline-light{display:inline-block;background:transparent;color:var(--white);padding:16px 26px;border-radius:8px;font-weight:700;font-size:16px;letter-spacing:0.3px;text-transform:uppercase;border:2px solid rgba(255,255,255,0.5);transition:all 0.15s ease;}.btn-primary-outline-light:hover{border-color:#fff;color:#fff;transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,0.12);}
.module-cta-center{display:flex;justify-content:center;margin-top:40px;}

/* Header - WHITE bg for light theme */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 1px 4px rgba(0,0,0,0.04);}
.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;padding:0 48px;height:72px;}
.logo{display:flex;align-items:center;height:100%;flex-shrink:0;}
.logo img{display:block;width:auto;height:auto;max-height:40px;max-width:200px;object-fit:contain;}
.main-nav{display:flex;gap:32px;align-items:center;}
.mobile-menu-actions,.mobile-contact-nav{display:none;}
.nav-item{position:relative;color:var(--text-dark);font-weight:600;font-size:16px;padding:24px 0;cursor:pointer;}
.nav-item > span{display:flex;align-items:center;gap:6px;line-height:1;}
.nav-item > span svg{display:block;width:14px;height:14px;flex-shrink:0;}
.nav-item:hover{color:var(--primary);}
.nav-item a{color:inherit;}
.dropdown{display:none;position:absolute;top:100%;left:-16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-btn);padding:12px 0;min-width:200px;box-shadow:0 8px 32px rgba(0,0,0,0.1);}
.nav-item:hover .dropdown{display:block;}
.dropdown a{display:block;padding:10px 24px;color:var(--text-dark);font-size:15px;font-weight:500;}
.dropdown a:hover{background:rgba(159,11,132,0.06);color:var(--primary);}
.mega-menu{display:none;position:absolute;top:100%;left:-100px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-btn);padding:24px;min-width:480px;box-shadow:0 8px 32px rgba(0,0,0,0.1);}
.nav-item:hover .mega-menu{display:block;}
.mega-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.mega-col h4{color:var(--primary);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;}
.mega-col a{display:block;padding:8px 12px;margin:0 -12px;border-radius:8px;color:var(--text-dark);font-size:15px;font-weight:500;transition:background .15s ease,color .15s ease;}
.mega-col a:hover{background:rgba(159,11,132,0.06);color:var(--primary);}
.mega-col .see-all{color:var(--primary);font-weight:600;margin-top:8px;font-size:14px;}
.header-right{display:flex;align-items:center;gap:16px;}
.header-right .login-link{color:var(--text-muted);font-size:15px;font-weight:500;}
.header-right .login-link:hover{color:var(--primary);}
.header-right .btn-primary{padding:12px 20px;font-size:14px;}
.lang-switch{color:var(--text-muted);font-size:13px;font-weight:500;}
.site-header-spacer{height:72px;width:100%;}

/* Language switcher */
.lang-switcher{position:relative;flex-shrink:0;}
.lang-switcher-toggle{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-family:inherit;font-weight:600;font-size:16px;color:var(--text-dark);padding:8px 6px;border-radius:8px;line-height:1;transition:color .15s ease;}
.lang-switcher-toggle:hover{color:var(--primary);}
.lang-switcher-toggle svg{display:block;}
.lang-switcher-current{text-transform:uppercase;letter-spacing:.3px;}
.lang-switcher-caret{display:block;width:14px;height:14px;flex-shrink:0;transition:transform .2s ease;}
.lang-switcher.open .lang-switcher-caret{transform:rotate(180deg);}
.lang-switcher-menu{display:none;position:absolute;top:100%;right:0;margin-top:8px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-btn);padding:8px 0;min-width:170px;box-shadow:0 8px 32px rgba(0,0,0,0.1);z-index:1100;}
.lang-switcher.open .lang-switcher-menu{display:block;}
.lang-switcher-option{display:block;padding:10px 20px;color:var(--text-dark);font-size:15px;font-weight:500;transition:background .15s ease,color .15s ease;}
.lang-switcher-option:hover{background:rgba(159,11,132,0.06);color:var(--primary);}
.lang-switcher-option.is-current{color:var(--primary);font-weight:600;}
.hamburger{display:none;background:none;border:none;color:var(--text-dark);cursor:pointer;padding:4px;}
.site-header{transition:transform .25s ease;}

/* Sections - LIGHT THEME */
section{padding:var(--section-pad) 0;}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.hero-text h1{color:var(--text-dark);}
.hero-text>p{color:var(--text-muted);font-size:18px;margin-bottom:24px;}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap;margin:24px 0 16px;}
.hero-text .hero-usp{color:var(--text-muted);font-size:15px;font-weight:400;font-style:italic;}
.hero-desc{color:var(--text-muted);font-size:20px;max-width:640px;margin:0 auto;}
section.section-dark{background:var(--dark-bg);color:var(--white);}
section.section-dark .text-white,section.section-dark h1,section.section-dark h2,section.section-dark h3,section.section-dark h4{color:var(--white);}
section.section-dark p,section.section-dark li{color:rgba(255,255,255,0.85);}
section.section-dark .text-muted,section.section-dark .text-muted-light{color:rgba(255,255,255,0.65);}
section.section-white{background:var(--white);color:var(--text-dark);}
section.section-light{background:var(--light-bg);color:var(--text-dark);}
section.section-alt{padding:96px 0;}
.section-cta{background:linear-gradient(135deg,var(--primary) 0%,#6b0759 100%);color:var(--white);padding:48px 0;}
.section-cta h2,.section-cta p{color:var(--white);}
.cta-trust-text{margin:16px auto 0;max-width:600px;color:rgba(255,255,255,.7);font-size:13px;line-height:1.5;font-style:italic;}
.section-intro{max-width:640px;margin:0 auto 48px;text-align:center;color:var(--text-muted);}
section.section-intro-block{padding-bottom:96px;}

/* Placeholder images */
.placeholder-img{background:var(--light-bg);border:1px solid var(--border);border-radius:var(--radius-img);overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:200px;}
.ph-inner{display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--text-muted);}
.ph-inner span{font-size:14px;font-weight:500;}

/* TDM Single Content */
.tdm-single-content-centered{max-width:900px;margin:0 auto;text-align:center;}
.tdm-single-content-intro{max-width:900px;margin:0 auto;color:var(--text-muted);}
.tdm-single-content-intro p,.tdm-single-content-intro li{color:var(--text-muted);}
.tdm-single-content-cta{margin-top:24px;}
.tdm-single-content-media{width:100%;aspect-ratio:16/9;border-radius:var(--radius-img);overflow:hidden;background:var(--light-bg);border:1px solid var(--border);box-shadow:0 4px 12px rgba(0,0,0,0.04);}
.alt-img .tdm-single-content-media{aspect-ratio:16/10;}
.tdm-single-content-media img{width:100%;height:100%;display:block;object-fit:cover;}
.tdm-single-content-centered .tdm-single-content-media{margin-top:40px;}
section.section-dark .tdm-single-content-intro,section.section-dark .tdm-single-content-intro p,section.section-dark .tdm-single-content-intro li{color:rgba(255,255,255,0.85);}
section.section-dark .tdm-single-content-media{background:var(--dark-card);border-color:var(--dark-border);}

/* TDM Icon Content */
.tdm-icon-content-intro{color:var(--text-muted);}
.tdm-icon-content-intro p,.tdm-icon-content-intro li{color:var(--text-muted);}
.tdm-icon-content-list{display:grid;gap:16px;}
.tdm-icon-content-list-1{grid-template-columns:1fr;}
.tdm-icon-content-list-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.tdm-icon-content-list-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.tdm-icon-content-item{display:flex;gap:18px;align-items:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);padding:24px;box-shadow:0 4px 12px rgba(0,0,0,0.04);}
.tdm-icon-content-icon{width:68px;height:68px;flex:0 0 68px;border-radius:12px;background:rgba(159,11,132,0.08);display:flex;align-items:center;justify-content:center;}
.tdm-icon-content-icon img{max-width:48px;max-height:48px;width:auto;height:auto;display:block;}
.tdm-icon-content-list-2 .tdm-icon-content-item,.tdm-icon-content-list-3 .tdm-icon-content-item{flex-direction:column;align-items:center;text-align:center;}
.tdm-icon-content-list-2 .tdm-icon-content-icon,.tdm-icon-content-list-3 .tdm-icon-content-icon{margin:0 auto;}
.tdm-icon-content-item h3{font-size:20px;line-height:1.3;margin-bottom:8px;color:var(--text-dark);}
.tdm-icon-content-description,.tdm-icon-content-description p,.tdm-icon-content-description li{color:var(--text-muted);font-size:16px;line-height:1.55;}
.tdm-icon-content-description > *:last-child{margin-bottom:0;}
section.section-dark .tdm-icon-content-intro,section.section-dark .tdm-icon-content-intro p,section.section-dark .tdm-icon-content-intro li{color:rgba(255,255,255,0.85);}
section.section-dark .tdm-icon-content-item{background:var(--white);border-color:var(--border);}
section.section-dark .tdm-icon-content-item h3{color:var(--text-dark);}
section.section-dark .tdm-icon-content-description,section.section-dark .tdm-icon-content-description p,section.section-dark .tdm-icon-content-description li{color:var(--text-muted);}

/* Alternating rows */
.alt-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.alt-row.reverse .alt-text{order:2;}
.alt-row.reverse .alt-img{order:1;}
.alt-description{color:var(--text-muted);}
.alt-description p,
.alt-description ul,
.alt-description ol{color:var(--text-muted);}
.alt-description > *:last-child{margin-bottom:0;}
.alt-cta{margin-top:16px;}
.alt-img img{width:100%;display:block;border-radius:var(--radius-img);}

/* Cards */
.card-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.card-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.card-grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;}
.card-grid-5>*{min-width:0;}
.card-light{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);padding:32px;box-shadow:0 4px 12px rgba(0,0,0,0.04);}
.card-light h3,.card-light h4{color:var(--text-dark);}
.card-light p,.card-light .text-muted,.card-light .text-muted-light{color:var(--text-muted);}
.card-dark{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);padding:32px;box-shadow:0 4px 12px rgba(0,0,0,0.04);}
.card-dark h3,.card-dark h4{color:var(--text-dark);}
.card-dark p,.card-dark .text-muted,.card-dark .text-muted-light{color:var(--text-muted);}
.persona-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);padding:32px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,0.04);}
.persona-card h3,.persona-card h4{color:var(--text-dark);}
.persona-card p,.persona-card .text-muted,.persona-card .text-muted-light{color:var(--text-muted);font-size:18px;}
a.card-light{display:block;transition:transform 0.2s;color:var(--text-dark);}
a.card-light:hover{transform:translateY(-2px);}
.industry-card{display:block;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);padding:0;box-shadow:0 4px 12px rgba(0,0,0,0.04);color:var(--text-dark);text-align:left;overflow:hidden;}
.industry-card h3,.industry-card h4{color:var(--text-dark);padding:0 16px;font-size:20px;line-height:1.3;}
.industry-card p,.industry-card .text-muted,.industry-card .text-muted-light{color:var(--text-muted);padding:0 16px 16px;font-size:15px;line-height:1.5;}
.industry-card h3{margin:16px 0 16px;}
a.industry-card{transition:transform 0.2s;}
a.industry-card:hover{transform:translateY(-2px);}
.industry-card-image{width:100%;aspect-ratio:2/1;overflow:hidden;background:var(--light-bg);border-bottom:1px solid var(--border);}
.industry-card-image img{width:100%;height:100%;display:block;object-fit:cover;}
section.section-dark .card-light,section.section-dark .card-dark,section.section-dark .persona-card,section.section-dark .industry-card{color:var(--text-dark);}
section.section-dark .card-light h1,section.section-dark .card-light h2,section.section-dark .card-light h3,section.section-dark .card-light h4,section.section-dark .card-dark h1,section.section-dark .card-dark h2,section.section-dark .card-dark h3,section.section-dark .card-dark h4,section.section-dark .persona-card h1,section.section-dark .persona-card h2,section.section-dark .persona-card h3,section.section-dark .persona-card h4,section.section-dark .industry-card h1,section.section-dark .industry-card h2,section.section-dark .industry-card h3,section.section-dark .industry-card h4{color:var(--text-dark);}
section.section-dark .card-light p,section.section-dark .card-light li,section.section-dark .card-light .text-muted,section.section-dark .card-light .text-muted-light,section.section-dark .card-dark p,section.section-dark .card-dark li,section.section-dark .card-dark .text-muted,section.section-dark .card-dark .text-muted-light,section.section-dark .persona-card p,section.section-dark .persona-card li,section.section-dark .persona-card .text-muted,section.section-dark .persona-card .text-muted-light,section.section-dark .industry-card p,section.section-dark .industry-card li,section.section-dark .industry-card .text-muted,section.section-dark .industry-card .text-muted-light{color:var(--text-muted);}

/* 5-column compact mode */
.card-grid-5 h3{font-size:20px;line-height:1.3;word-break:break-word;margin-bottom:16px;}
.card-grid-5 p{font-size:15px;line-height:1.5;overflow-wrap:anywhere;}
.card-grid-5 .icon-box{width:80px;height:80px;}
.card-grid-5 .icon-box img{width:48px;height:48px;}
.card-grid-5 .persona-card,.card-grid-5 .card-light{padding:24px;}
.card-grid-5 .industry-card{padding:0;}
.card-grid-5 .industry-card h3{padding:0 16px;margin:16px 0 16px;font-size:20px;line-height:1.3;}
.card-grid-5 .industry-card p{padding:0 16px 16px;font-size:15px;line-height:1.5;}

/* Icon containers */
.icon-box{width:92px;height:92px;border-radius:10px;background:rgba(159,11,132,0.08);display:flex;align-items:center;justify-content:center;color:var(--primary);margin:0 auto 16px;}
.icon-box img{max-width:56px;max-height:56px;width:auto;height:auto;display:block;}
.icon-box-dark{width:56px;height:56px;border-radius:10px;background:rgba(159,11,132,0.08);display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:16px;}

/* Steps */
.steps-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;align-items:start;}
.step-item{position:relative;}
.step-block{position:relative;text-align:center;padding:16px 12px 0;border-radius:12px;}
.step-top{display:flex;justify-content:center;align-items:center;margin-bottom:24px;}
.step-num{width:64px;height:64px;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:22px;line-height:1;box-shadow:none;position:relative;}
.step-block h3{color:var(--text-dark);font-size:20px;line-height:1.3;margin-bottom:16px;}
.step-block p{color:var(--text-muted);font-size:16px;line-height:1.6;max-width:320px;margin:0 auto;}
.step-arrow{position:absolute;top:28px;right:-6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:rgba(159,11,132,0.7);z-index:5;pointer-events:none;}
.step-arrow svg{width:32px;height:32px;display:block;}
section.section-dark .step-num{background:var(--primary);color:var(--white);box-shadow:none;}
section.section-dark .step-arrow{color:rgba(255,255,255,0.4);}

/* Two columns */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:32px;}

/* Logo row */
.logo-row{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;}
.client-logo{width:120px;height:48px;background:var(--light-bg);border-radius:8px;}

/* Comparison table */
.comparison-table{overflow-x:auto;}
.comparison-table table{width:100%;border-collapse:separate;border-spacing:0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;}
.comparison-table th,.comparison-table td{padding:18px 24px;text-align:center;border-bottom:1px solid var(--border);color:var(--text-dark);background:var(--white);vertical-align:middle;}
.comparison-table th{background:var(--light-bg);font-weight:700;}
.comparison-table td:first-child,.comparison-table th:first-child{text-align:left;font-weight:600;width:38%;}
.comparison-table tbody tr:last-child td{border-bottom:none;}
.comparison-table th.is-featured-col{border-top:6px solid var(--primary);color:var(--primary);}
.comparison-table td.is-featured-col{border-left:1px solid var(--primary);border-right:1px solid var(--primary);}
.comparison-table th.is-standard-col{border-top:none;}
.compare-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;}
.compare-icon svg{width:20px;height:20px;display:block;stroke:currentColor;}
.compare-icon-check{color:#20b486;}
.compare-icon-cross{color:#c76b72;}
.compare-text{color:var(--text-muted);font-weight:500;}
.comparison-table tbody tr:hover td{background:#fcfcfe;}
.comparison-table tbody tr:hover td.is-featured-col{background:rgba(159,11,132,0.02);}

/* Testimonials */
.testimonial-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;}
.testimonial-card{background:linear-gradient(180deg,rgba(57,157,224,0.07) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(159,11,132,0.08) 100%),#ffffff;border:1px solid var(--border);border-radius:var(--radius-card);padding:32px;box-shadow:0 4px 12px rgba(0,0,0,0.04);}
.tq{font-size:16px;color:var(--text-dark);margin-bottom:20px;line-height:1.6;font-style:italic;}
.t-author{display:flex;align-items:center;gap:12px;}
.t-avatar{width:44px;height:44px;border-radius:50%;background:var(--light-accent);overflow:hidden;flex:0 0 44px;}.t-avatar img{width:100%;height:100%;display:block;object-fit:cover;}.t-author strong{color:var(--text-dark);font-size:15px;line-height:1.35;font-weight:600;}.t-author .text-muted{font-size:15px;line-height:1.35;}
section.section-dark .testimonial-card{background:var(--white);color:var(--text-dark);}
section.section-dark .testimonial-card p,section.section-dark .testimonial-card .tq,section.section-dark .testimonial-card .t-author strong{color:var(--text-dark);}
section.section-dark .testimonial-card .text-muted,section.section-dark .testimonial-card .t-author span{color:var(--text-muted);}

/* Stats - use light bg band */
.stats-section{padding:64px 0;}
.stats-row{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;text-align:center;border-radius:var(--radius-card);padding:0;margin-bottom:0;}
.stat-num{font-size:48px;font-weight:700;color:var(--primary);}
.stat-label{color:var(--text-muted);font-size:16px;margin-top:6px;}
.stats-row>div{flex:1 1 160px;min-width:160px;}

/* FAQ */
.faq-item{border-bottom:1px solid var(--border);}
.faq-q{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 0;background:none;border:none;color:var(--text-dark);font-size:18px;font-weight:600;cursor:pointer;font-family:inherit;text-align:left;}
.faq-arrow{transition:transform 0.3s;}
.faq-item.open .faq-arrow{transform:rotate(180deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.3s;}
.faq-item.open .faq-a{max-height:5000px;}
.faq-a p{padding-bottom:20px;color:var(--text-muted);}
section.section-dark .faq-item{border-bottom:1px solid rgba(255,255,255,0.16);}
section.section-dark .faq-q{color:var(--white);}
section.section-dark .faq-a p{color:rgba(255,255,255,0.75);}
section.section-dark .faq-arrow{color:rgba(255,255,255,0.8);}

/* Example grid */
.example-grid-section .section-intro{margin-bottom:32px;}
.example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.example-tile{text-align:center;min-width:0;}
.example-tile__image{width:100%;display:block;aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius-img);box-shadow:0 4px 12px rgba(0,0,0,0.04);}
.example-tile__placeholder{aspect-ratio:16/10;box-shadow:0 4px 12px rgba(0,0,0,0.04);}
.example-tile p{font-size:16px;margin:24px 0 0;color:var(--text-muted);}
section.section-dark .example-tile p{color:var(--text-on-dark);}

/* Pricing */
.pricing-section .section-intro{margin-bottom:32px;}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;}
.pricing-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);padding:40px 32px;text-align:center;position:relative;box-shadow:0 4px 12px rgba(0,0,0,0.04);overflow:visible;}
.pricing-card.featured{border:2px solid var(--primary);box-shadow:none;background:linear-gradient(180deg,rgba(57,157,224,.04) 0%,rgba(255,255,255,0) 28%,rgba(255,255,255,0) 72%,rgba(159,11,132,.05) 100%),#fff;}
.badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#f5e7f2;color:var(--primary);padding:4px 16px;border-radius:var(--radius-btn);font-size:13px;font-weight:700;text-transform:uppercase;white-space:nowrap;z-index:10;box-shadow:0 0 0 4px var(--white);}
.price{margin:16px 0;}.price-amount{font-size:42px;font-weight:700;color:var(--text-dark);line-height:1;}.price span:not(.price-amount){font-size:16px;color:var(--text-muted);font-weight:400;}
.check-list{list-style:none;text-align:left;margin:24px 0;}.check-list li{padding:8px 0;padding-left:28px;position:relative;color:var(--text-dark);}.check-list li::before{content:'';position:absolute;left:0;top:12px;width:16px;height:16px;background:var(--accent);border-radius:4px;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E");-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E");}
.pricing-card .plan-includes{font-size:15px;font-weight:700;line-height:1.5;color:var(--text-dark);margin:0 0 18px;text-align:left;}.pricing-card .check-list{margin:8px 0 0;}.pricing-card .check-list li{font-size:15px;line-height:1.45;padding:6px 0 6px 24px;color:var(--text-dark);}
.currency-switch{display:flex;justify-content:center;gap:8px;margin-bottom:24px;}
.term-switch{display:flex;justify-content:center;gap:8px;margin-bottom:40px;flex-wrap:wrap;}
.term-btn{display:inline-flex;align-items:center;gap:9px;background:var(--light-bg);border:1px solid var(--border);border-radius:var(--radius-btn);padding:8px 12px 8px 16px;cursor:pointer;font-family:inherit;font-weight:600;font-size:15px;color:var(--text-dark);transition:background .2s,border-color .2s,color .2s;}
.term-btn.active{background:rgba(159,11,132,.08);border-color:var(--primary);color:var(--primary);}
.term-saving{display:inline-flex;align-items:center;padding:3px 8px;border:1px solid #b7e4cc;border-radius:6px;background:#e8f7ef;color:#18794e;font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap;}
.curr-btn{background:var(--light-bg);border:1px solid var(--border);border-radius:var(--radius-btn);padding:8px 16px;cursor:pointer;font-family:inherit;font-weight:600;font-size:14px;}
.curr-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary);}
.price-tag{font-size:24px;font-weight:700;color:var(--primary);margin:16px 0;}
.spec-list{list-style:none;text-align:left;margin:16px 0;}.spec-list li{padding:6px 0;color:var(--text-muted);font-size:15px;padding-left:20px;position:relative;}.spec-list li::before{content:'';position:absolute;left:0;top:14px;width:6px;height:6px;background:var(--primary);border-radius:50%;}
.dark-list li{color:var(--text-muted);}.dark-list li::before{background:var(--primary);}
.filter-bar{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;}
.filter-btn{background:var(--white);border:1px solid var(--border);color:var(--text-dark);padding:10px 20px;border-radius:var(--radius-btn);cursor:pointer;font-family:inherit;font-weight:600;font-size:14px;transition:all 0.2s;}
.filter-btn:hover,.filter-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary);}
.feature-compare summary{list-style:none;}

/* Contact form - light theme */
.contact-form{background:var(--light-bg);border:1px solid var(--border);border-radius:var(--radius-card);padding:40px;}
.contact-form h3{color:var(--text-dark);}
.form-group{margin-bottom:20px;}
.form-group label{display:block;color:var(--text-muted);font-size:14px;font-weight:600;margin-bottom:8px;}
.form-group input,.form-group textarea{width:100%;height:52px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-btn);padding:0 16px;color:var(--text-dark);font-family:inherit;font-size:16px;}
.form-group textarea{height:auto;padding:12px 16px;}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);}
.newsletter-form{display:flex;gap:12px;max-width:480px;margin:0 auto;}
.newsletter-form input{flex:1;height:52px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-btn);padding:0 16px;color:var(--text-dark);font-family:inherit;font-size:16px;}
.newsletter-form input:focus{outline:none;border-color:var(--primary);}

/* Legal */
.legal-content{max-width:800px;margin:0 auto;}.legal-content h2{font-size:24px;margin-top:48px;}

/* 404 Page */
.error-page-section{min-height:calc(100vh - 74px);display:flex;align-items:center;padding:140px 0 96px;background:linear-gradient(135deg,#fff 0%,#f7fbff 52%,#f9f2f8 100%);}
.error-page{max-width:760px;margin:0 auto;text-align:center;}
.error-code{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 24px;padding:10px 20px;border-radius:999px;background:rgba(159,11,132,.08);color:var(--primary);font-size:22px;line-height:1;font-weight:800;letter-spacing:.08em;}
.error-page h1{font-size:56px;line-height:1.08;margin:0 0 18px;letter-spacing:-1.5px;}
.error-page p{max-width:620px;margin:0 auto 32px;color:var(--text-muted);font-size:20px;line-height:1.65;}
.error-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;}

/* Footer */
.site-footer{background:#1a1a2e;border-top:1px solid #3a3a5c;padding:64px 0 0;color:rgba(255,255,255,0.6);}
.footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:32px;max-width:var(--max-w);margin:0 auto;padding:0 48px 48px;}
.footer-brand{display:flex;align-items:flex-start;}
.footer-logo{display:block;max-width:180px;width:100%;height:auto;}
.footer-column{min-width:0;}
.footer-column-title{color:var(--white);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0 0 16px;}
.footer-richtext p,.footer-richtext ul,.footer-richtext ol{margin:0;padding:0;}
.footer-richtext p:empty{display:none;}
.footer-richtext a{display:block;padding:4px 0;color:rgba(255,255,255,0.6);font-size:15px;line-height:1.5;text-decoration:none;}
.footer-richtext a:hover{color:var(--white);}
.footer-bottom{max-width:var(--max-w);margin:0 auto;padding:24px 48px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;}
.footer-bottom p{font-size:14px;color:rgba(255,255,255,0.6);margin:0;}
.footer-legal.footer-richtext{display:flex;gap:24px;flex-wrap:wrap;}
.footer-legal.footer-richtext a{display:inline-block;padding:0;font-size:14px;color:rgba(255,255,255,0.6);}
.footer-legal.footer-richtext a:hover{color:#fff;}
.social-icons{display:flex;gap:16px;}
.social-icons a{display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.5);transition:color 0.2s;}
.social-icons a:hover{color:var(--white);}
.social-icons svg{display:block;}

/* Scroll reveal */
.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.6s,transform 0.6s;}.reveal.visible{opacity:1;transform:translateY(0);}

/* Back to top */
.back-to-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity 0.3s;z-index:999;border:none;box-shadow:0 4px 16px rgba(0,0,0,0.15);}.back-to-top.show{opacity:1;}

/* Blog secondary navigation */
.blog-subnav{position:sticky;top:72px;z-index:900;background:var(--dark-bg);border-bottom:1px solid var(--dark-border);}
.blog-subnav-inner{position:relative;height:58px;display:flex;align-items:center;}
.blog-subnav-default{min-height:58px;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;}
.blog-subnav-brand{flex-shrink:0;color:var(--white);font-size:18px;font-weight:700;}
.blog-subnav-brand:hover{color:var(--light-accent);}
.blog-subnav-links{display:flex;align-items:center;justify-content:center;gap:24px;min-width:0;}
.blog-subnav-links a{color:var(--white);font-size:15px;font-weight:600;white-space:nowrap;}
.blog-subnav-links a:hover{color:var(--light-accent);}
.blog-subnav-links a.is-active{color:var(--light-accent);}
.blog-search-toggle{width:42px;height:42px;flex:0 0 42px;margin-left:0;justify-self:end;display:flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:var(--radius-btn);color:var(--white);cursor:pointer;transition:background .15s ease,color .15s ease;}
.blog-search-toggle:hover{background:rgba(255,255,255,.08);color:var(--light-accent);}
.blog-search-toggle svg{width:21px;height:21px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.blog-subnav-search{display:none;width:100%;height:46px;margin:0;padding:0 14px;align-items:center;gap:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-btn);transform-origin:right center;}
.blog-subnav.is-search-open .blog-subnav-default{display:none;}
.blog-subnav.is-search-open .blog-subnav-search{display:flex;animation:blog-search-open .34s cubic-bezier(.16,1,.3,1) both;}
.blog-subnav-search:focus-within{background:rgba(255,255,255,.11);border-color:rgba(207,194,220,.55);}
@keyframes blog-search-open{0%{opacity:0;transform:translateX(28px) scaleX(.78);clip-path:inset(0 0 0 72% round var(--radius-btn));box-shadow:0 0 0 rgba(159,11,132,0);}65%{opacity:1;transform:translateX(0) scaleX(1.015);clip-path:inset(0 0 0 0 round var(--radius-btn));box-shadow:0 0 22px rgba(159,11,132,.28);}100%{opacity:1;transform:translateX(0) scaleX(1);clip-path:inset(0 0 0 0 round var(--radius-btn));box-shadow:0 0 0 rgba(159,11,132,0);}}
.blog-subnav.is-search-open .blog-search-icon{animation:blog-search-icon-in .38s cubic-bezier(.16,1,.3,1) both;}
.blog-subnav.is-search-open .blog-search-close{animation:blog-search-close-in .4s .08s cubic-bezier(.16,1,.3,1) both;}
@keyframes blog-search-icon-in{from{opacity:0;transform:translateX(18px) scale(.65) rotate(-20deg);}to{opacity:1;transform:translateX(0) scale(1) rotate(0);}}
@keyframes blog-search-close-in{from{opacity:0;transform:scale(.6) rotate(-45deg);}to{opacity:1;transform:scale(1) rotate(0);}}
.blog-search-icon{width:21px;height:21px;flex:0 0 21px;display:block;fill:none;stroke:var(--white);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.blog-search-input{flex:1;min-width:0;height:44px;padding:0;background:transparent;border:0;outline:0;color:var(--white);font-family:inherit;font-size:18px;font-weight:500;}
.blog-search-input::placeholder{color:rgba(255,255,255,.55);}
.blog-search-input::-webkit-search-cancel-button{display:none;}
.blog-search-close{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:var(--radius-btn);color:var(--white);cursor:pointer;transition:background .15s ease,color .15s ease;}
.blog-search-close:hover{background:rgba(255,255,255,.08);color:var(--light-accent);}
.blog-search-close svg{width:21px;height:21px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;}

/* Blog hero */
.blog-hero{padding:64px 0 40px;background:var(--white);}
.blog-hero-inner{max-width:760px;}
.blog-hero h1{margin:0 0 14px;font-size:48px;line-height:1.1;letter-spacing:-1px;color:var(--text-dark);}
.blog-hero-description{max-width:700px;color:var(--text-muted);font-size:19px;line-height:1.6;}
.blog-hero-description>*:last-child{margin-bottom:0;}

/* Blog listing */
.blog-listing-section{background:var(--white);padding:24px 0 96px;}

/* Blog featured article */
.blog-featured{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:center;margin-bottom:80px;cursor:pointer;}
.blog-featured-hitarea{position:absolute;inset:0;z-index:2;border-radius:var(--radius-img);}
.blog-featured-hitarea:focus-visible{outline:3px solid var(--primary);outline-offset:5px;}
.blog-featured-content,.blog-featured-image{position:relative;z-index:1;}
.blog-featured-category,.blog-featured-author,.blog-featured-author-image{position:relative;z-index:3;}

.blog-featured-content{min-width:0;padding:24px 0;}
.blog-featured-category{display:inline-block;margin-bottom:18px;color:var(--primary);font-size:14px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.7px;}
.blog-featured-category:hover{color:var(--primary-hover);}

.blog-featured-content h2{max-width:580px;margin:0 0 20px;color:var(--text-dark);font-size:42px;font-weight:700;line-height:1.12;letter-spacing:-.8px;transition:color .15s ease;}
.blog-featured:hover h2{color:var(--primary);}

.blog-featured-summary{max-width:580px;margin-bottom:28px;color:var(--text-muted);font-size:17px;line-height:1.65;}
.blog-featured-summary>*:last-child{margin-bottom:0;}

.blog-featured-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--text-muted);font-size:13px;line-height:1.5;}
.blog-featured-author{position:relative;z-index:3;color:var(--text-dark);font-size:13px;font-weight:700;}
.blog-featured-author:hover{color:var(--primary);}
.blog-featured-date,.blog-featured-read-time{color:var(--text-muted);}
.blog-meta-separator{color:var(--text-muted);}

.blog-featured-image{display:block;width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius-img);background:var(--light-bg);}
.blog-featured-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.blog-featured:hover .blog-featured-image img{transform:scale(1.02);}

/* Blog article grid */
.blog-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:56px 28px;}
.blog-card{position:relative;min-width:0;cursor:pointer;}
.blog-card-hitarea{position:absolute;inset:0;z-index:2;border-radius:var(--radius-img);}
.blog-card-hitarea:focus-visible{outline:3px solid var(--primary);outline-offset:5px;}
.blog-card-image,.blog-card-content{position:relative;z-index:1;}
.blog-card-category,.blog-card-author,.blog-card-author-image{position:relative;z-index:3;}
.blog-card-image{display:block;width:100%;aspect-ratio:16/10;margin-bottom:22px;overflow:hidden;border-radius:var(--radius-img);background:var(--light-bg);}
.blog-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.blog-card:hover .blog-card-image img{transform:scale(1.025);}
.blog-card-content{padding:0;}
.blog-card-category{display:inline-block;margin-bottom:12px;color:var(--primary);font-size:13px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.7px;}
.blog-card-category:hover{color:var(--primary-hover);}
.blog-card-title{margin:0 0 14px;color:var(--text-dark);font-size:23px;font-weight:700;line-height:1.28;transition:color .15s ease;}
.blog-card:hover .blog-card-title{color:var(--primary);}
.blog-card-summary{margin-bottom:20px;color:var(--text-muted);font-size:15px;line-height:1.6;}
.blog-card-summary>*:last-child{margin-bottom:0;}
.blog-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:var(--text-muted);font-size:13px;line-height:1.5;}
.blog-card-author{position:relative;z-index:3;color:var(--text-dark);font-size:13px;font-weight:700;}
.blog-card-author:hover{color:var(--primary);}
.blog-card-date,.blog-card-read-time{color:var(--text-muted);}

/* Blog author archive */
.blog-author-hero{padding:64px 0 56px;background:var(--white);}
.blog-author-hero-inner{display:flex;align-items:center;gap:36px;max-width:900px;}
.blog-author-avatar{width:160px;height:160px;flex:0 0 160px;border-radius:50%;overflow:hidden;background:var(--light-bg);}
.blog-author-avatar img{display:block;width:100%;height:100%;object-fit:cover;}
.blog-author-info{min-width:0;}
.blog-author-label{display:block;margin-bottom:6px;color:var(--primary);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;}
.blog-author-info h1{margin:0 0 14px;color:var(--text-dark);font-size:40px;line-height:1.15;letter-spacing:-.6px;}
.blog-author-bio{max-width:700px;color:var(--text-muted);font-size:16px;line-height:1.65;}
.blog-author-bio>*:last-child{margin-bottom:0;}
.blog-author-socials{display:flex;align-items:center;gap:12px;margin-top:18px;}
.blog-author-socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);border-radius:50%;color:var(--text-dark);}
.blog-author-socials a:hover{border-color:var(--primary);color:var(--primary);}
.blog-author-socials a{line-height:0;}
.blog-author-socials a svg{display:block;width:16px;height:16px;margin:auto;}

/* Blog pagination */
.blog-pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:64px;}
.blog-pagination-numbers{display:flex;align-items:center;gap:8px;}
.blog-pagination-link{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius-btn);background:var(--white);color:var(--text-dark);font-size:15px;font-weight:600;line-height:1;transition:background .15s ease,border-color .15s ease,color .15s ease;}
.blog-pagination-link:hover{background:rgba(159,11,132,.06);border-color:var(--primary);color:var(--primary);}
.blog-pagination-number.is-active{background:var(--primary);border-color:var(--primary);color:var(--white);pointer-events:none;}
.blog-pagination-prev,.blog-pagination-next{min-width:auto;padding:0 16px;}

/* Blog post */
.blog-post{padding:48px 0 96px;background:var(--white);}
.blog-post-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;max-width:760px;margin:0 auto 36px;color:var(--text-muted);font-size:13px;line-height:1.5;}
.blog-post-breadcrumbs a{color:var(--text-muted);font-weight:600;}
.blog-post-breadcrumbs a:hover{color:var(--primary);}
.blog-post-breadcrumbs span[aria-current="page"]{color:var(--text-dark);}
.blog-post-header{max-width:760px;margin:0 auto 48px;}
.blog-post-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--text-muted);font-size:14px;font-weight:600;}
.blog-post-category{color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.7px;}
.blog-post-category:hover{color:var(--primary-hover);}
.blog-post-header h1{margin:0 0 24px;}
.blog-post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--text-muted);font-size:14px;line-height:1.5;}
.blog-post-author{color:var(--text-dark);font-weight:700;}
.blog-post-author:hover{color:var(--primary);}
.blog-post-featured-image{max-width:760px;aspect-ratio:2/1;margin:0 auto 56px;overflow:hidden;border-radius:var(--radius-img);background:var(--light-bg);}
.blog-post-featured-image img{display:block;width:100%;height:100%;object-fit:cover;}

/* Blog post body */
.blog-post-body{max-width:760px;margin:0 auto;}
.blog-post-body h2{margin-top:48px;}
.blog-post-body h3{margin-top:40px;}
.blog-post-body h4{margin-top:32px;}
.blog-post-body img{display:block;width:100%;height:auto;margin:32px auto;border-radius:var(--radius-img);}
.blog-post-body blockquote{margin:32px 0;padding:4px 0 4px 24px;border-left:3px solid var(--primary);color:var(--text-muted);}
.blog-post-body blockquote p:last-child{margin-bottom:0;}

/* Blog post subscription */
.blog-post-subscription{max-width:760px;margin:64px auto 0;}
.blog-post-subscription .tdm-newsletter{padding:40px 0;}
.blog-post-subscription .tdm-newsletter>.container{padding:0 32px;}

/* Blog post author */
.blog-post-author-section{max-width:760px;margin:64px auto 0;padding:0;}
.blog-post-author-section>h2{margin-bottom:32px;}
.blog-post-author-inner{display:flex;align-items:flex-start;gap:28px;}
.blog-post-author-section .blog-author-avatar{display:block;width:120px;height:120px;flex:0 0 120px;border-radius:50%;overflow:hidden;}
.blog-post-author-section .blog-author-avatar img{display:block;width:100%;height:100%;object-fit:cover;}
.blog-post-author-section .blog-author-info{flex:1;}
.blog-post-author-section .blog-author-info h3{margin-bottom:12px;}
.blog-post-author-section .blog-author-info h3 a{color:var(--text-dark);}
.blog-post-author-section .blog-author-info h3 a:hover{color:var(--primary);}

/* Blog related articles */
.blog-related{max-width:var(--max-w);margin:80px auto 0;padding:48px;background:var(--light-bg);border-radius:var(--radius-card);}
.blog-related>h2{margin-bottom:36px;}
.blog-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;}

/* Blog search results */
.blog-search-results-page{padding:64px 0 96px;background:var(--white);}
.blog-search-results-inner{max-width:900px;margin:0 auto;}
.blog-search-results-inner>h1{margin-bottom:40px;}
.blog-search-results-page .hs-search-results__listing{display:flex;flex-direction:column;gap:32px;margin:0;padding:0;list-style:none;}
.blog-search-results-page .hs-search-results__listing__item{display:flex;align-items:flex-start;gap:28px;padding:0 0 32px;border-bottom:1px solid var(--border);}
.blog-search-results-page .hs-search-results__featured-image-wrapper{width:220px;min-width:220px;margin:0;}
.blog-search-results-page .hs-search-results__featured-image{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius-img);}
.blog-search-results-page .hs-search-results__content{min-width:0;}
.blog-search-results-page .hs-search-results__title{margin:0 0 12px;color:var(--text-dark);}
.blog-search-results-page .hs-search-results__link:hover .hs-search-results__title{color:var(--primary);}
.blog-search-results-page .hs-search-results__description{margin:0;color:var(--text-muted);}
.blog-search-results-page .hs-search-results__message{margin-bottom:32px;color:var(--text-muted);}
.blog-search-results-page .hs-search__no-results{padding:40px;background:var(--light-bg);border-radius:var(--radius-card);}
.blog-search-results-page .hs-search__no-results p:last-child{margin-bottom:0;}
.blog-search-results-page .hs-search__no-results a{color:var(--primary);font-weight:600;}
.blog-search-results-page .hs-search__no-results a:hover{color:var(--primary-hover);}

/* Mobile */
@media(max-width:1024px){
  .container{padding:0 32px;}
  h1{font-size:40px;}h2{font-size:32px;margin-bottom:24px;}h3{font-size:24px;}
  section{padding:var(--section-pad-m) 0;}
  .section-cta{padding:48px 0;}
  section.section-alt{padding:32px 0;}
  section.section-intro-block{padding-bottom:32px;}
  .hero-grid,.alt-row,.two-col{grid-template-columns:1fr;gap:32px;}
  .hero-text{text-align:center;}
  .hero-btns{justify-content:center;}
  .hero-text .hero-usp{text-align:center;}
  .alt-row.reverse .alt-text{order:1;}.alt-row.reverse .alt-img{order:2;}
  .card-grid-3,.card-grid-4,.card-grid-5,.pricing-grid,.example-grid{grid-template-columns:repeat(2,1fr);}
  .steps-row{grid-template-columns:1fr;gap:32px;max-width:640px;margin:0 auto;}
  .step-arrow{display:none;}
  .step-block{text-align:center;}
  .step-top{margin-bottom:16px;}
  .pricing-card.featured{transform:none;}
  .stats-row{gap:32px;}
  .example-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .footer-grid{grid-template-columns:repeat(2,1fr);padding:0 32px 48px;text-align:left;}
  .footer-brand{grid-column:1/-1;}
  .footer-logo{max-width:160px;}
  .footer-bottom{padding:24px 32px;}
}

@media(max-width:768px){
.container{padding:0 20px;}
h1{font-size:32px;}
h2{font-size:28px;}
body{font-size:16px;}

.header-inner{height:74px;padding:0 20px;width:100%;}
.site-header-spacer{height:74px;}
.logo{margin:0;padding:0;}
.logo img{max-height:40px;max-width:200px;}
.hamburger{display:block!important;}
.desktop-header-login{display:none!important;}
.desktop-header-cta{display:none!important;}

.main-nav{display:none;}
.main-nav.open{display:flex;flex-direction:column;align-items:stretch;position:fixed;top:74px;left:0;right:0;bottom:0;width:100vw;height:calc(100vh - 74px);background:var(--white);padding:24px 20px 32px;gap:0;overflow-y:auto;z-index:999;box-sizing:border-box;}
.mobile-contact-nav{display:block;}
.mobile-menu-actions{display:flex;flex-direction:column;gap:12px;width:100%;padding-top:24px;}
.mobile-menu-actions .mobile-login-btn,.mobile-menu-actions .mobile-demo-btn{display:block;width:100%;padding:12px 20px;border-radius:var(--radius-btn);font-size:15px;font-weight:600;text-align:center;}
.mobile-menu-actions .mobile-login-btn{background:var(--white);color:var(--primary);border:1px solid var(--primary);}
.mobile-menu-actions .mobile-login-btn:hover{background:rgba(159,11,132,.06);color:var(--primary);}
.nav-item{width:100%;padding:16px 0;border-bottom:1px solid var(--border);}
.nav-item>span,.nav-item>a{display:flex;align-items:center;justify-content:space-between;width:100%;}
  
.hamburger{width:44px;height:44px;display:flex!important;align-items:center;justify-content:center;}
.hamburger svg{width:32px;height:32px;}

.dropdown,.mega-menu{display:none;position:static;width:100%;min-width:0;box-shadow:none;border:none;background:transparent;padding:12px 0 0 16px;}
.nav-item:hover>.dropdown,.nav-item:hover>.mega-menu{display:none;}
.nav-item.mobile-open>.dropdown,.nav-item.mobile-open>.mega-menu{display:block;}
.nav-item.mobile-open>span svg{transform:rotate(180deg);}
.mega-cols{grid-template-columns:1fr;gap:16px;}

.header-right .login-link,.header-right>.btn-primary{display:none!important;}
  
/* Blog secondary navigation - mobile */
.blog-subnav{position:sticky;top:74px;transition:transform .25s ease;}
.blog-subnav.is-scroll-hidden{transform:translateY(calc(-100% - 74px));}
.blog-subnav-inner{position:relative;height:auto;min-height:54px;display:block;}
.blog-subnav-default{min-height:54px;width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:0;}
.blog-subnav-brand{font-size:17px;}
.blog-search-toggle{width:42px;height:42px;flex:0 0 42pxmargin-left:0;justify-self:end;}
.blog-subnav-links{order:3;flex:0 0 100%;width:100%;min-width:0;gap:20px;overflow-x:auto;overflow-y:hidden;padding:6px 0 12px;-webkit-overflow-scrolling:touch;}
.blog-subnav-links:empty{display:none;}
.blog-subnav-links::-webkit-scrollbar{display:none;}
.blog-subnav-links a{font-size:14px;flex-shrink:0;}
.blog-subnav-search{position:absolute;top:4px;left:0;right:0;z-index:2;width:100%;height:46px;min-height:46px;margin:0;padding:0 12px;gap:12px;}
.blog-subnav.is-search-open .blog-subnav-default{display:flex;}
.blog-subnav.is-search-open .blog-subnav-brand,.blog-subnav.is-search-open .blog-search-toggle{visibility:hidden;}
.blog-subnav.is-search-open .blog-subnav-search{display:flex;}
.blog-search-input{height:44px;font-size:16px;}
.blog-search-icon{width:20px;height:20px;flex-basis:20px;}
.blog-search-close{width:40px;height:40px;flex-basis:40px;}
.blog-search-close svg{width:20px;height:20px;}
  
/* Hint that blog categories scroll horizontally */
.blog-subnav-inner::after{content:"→";position:absolute;right:0;bottom:12px;z-index:4;width:52px;height:22px;display:flex;align-items:center;justify-content:flex-end;padding-right:4px;background:linear-gradient(to right,rgba(26,26,46,0),var(--dark-bg) 45%);color:var(--white);font-size:24px;font-weight:700;line-height:22px;pointer-events:none;}
.blog-subnav-links{padding-right:52px;}
  
/* Blog listing - mobile */
.blog-card-grid{grid-template-columns:1fr;gap:48px 0;}

.blog-featured{display:flex;flex-direction:column;gap:0;margin-bottom:48px;align-items:stretch;}
.blog-featured-image{order:1;margin-bottom:22px;}
.blog-featured-content{order:2;padding:0;}
.blog-featured-category{margin-bottom:12px;font-size:13px;}
.blog-featured-content h2{margin:0 0 14px;font-size:23px;line-height:1.28;letter-spacing:0;}
.blog-featured-summary{margin-bottom:20px;font-size:15px;line-height:1.6;}
.blog-featured-meta{font-size:13px;}
  
/* Blog hero - mobile */
.blog-hero{padding:40px 0 32px;}
.blog-hero h1{font-size:34px;line-height:1.15;letter-spacing:-.5px;}
.blog-hero-description{font-size:17px;line-height:1.6;}
  
.blog-author-hero{padding:40px 0 36px;}
.blog-author-hero-inner{display:block;}
.blog-author-avatar{width:120px;height:120px;margin-bottom:24px;}
.blog-author-info h1{font-size:32px;letter-spacing:-.4px;}
.blog-author-bio{font-size:15px;}
.blog-author-articles-title{margin:0 0 36px;color:var(--text-dark);font-size:32px;line-height:1.2;letter-spacing:-.4px;}
  
/* Blog post - mobile */
.blog-post{padding:32px 0 64px;}
.blog-post-breadcrumbs{margin-bottom:28px;font-size:12px;}
.blog-post-header{margin-bottom:32px;}
.blog-post-eyebrow{margin-bottom:14px;font-size:13px;}
.blog-post-header h1{margin-bottom:20px;}
.blog-post-meta{font-size:13px;}
.blog-post-featured-image{margin-bottom:40px;}
  
.blog-post-subscription{margin-top:48px;}
.blog-post-subscription .tdm-newsletter{padding:32px 0;}
.blog-post-subscription .tdm-newsletter>.container{padding:0 20px;}
  
.blog-post-author-section{margin-top:48px;}
.blog-post-author-section>h2{margin-bottom:24px;}
.blog-post-author-inner{display:block;}
.blog-post-author-section .blog-author-avatar{width:96px;height:96px;flex:0 0 96px;margin-bottom:20px;}
  
.blog-related{margin-top:56px;padding:28px 20px;}
.blog-related>h2{margin-bottom:28px;}
.blog-related-grid{grid-template-columns:1fr;gap:48px;}
  
.blog-search-results-page{padding:40px 0 64px;}
.blog-search-results-inner>h1{margin-bottom:32px;}
.blog-search-results-page .hs-search-results__listing{gap:40px;}
.blog-search-results-page .hs-search-results__listing__item{display:block;padding-bottom:40px;}
.blog-search-results-page .hs-search-results__featured-image-wrapper{width:100%;min-width:0;margin:0 0 20px;}
.blog-search-results-page .hs-search__no-results{padding:28px 20px;}

.card-grid-3,.card-grid-4,.card-grid-5,.pricing-grid,.example-grid{grid-template-columns:1fr;}
.hero-btns{flex-direction:column;}
.hero-btns .btn-primary,.hero-btns .btn-secondary-light,.hero-btns .btn-primary-outline-light{text-align:center;}

.alt-text{text-align:center;}
.alt-description{text-align:left;}
.alt-cta{display:inline-block;}
.tdm-single-content-centered{text-align:center;}
.tdm-single-content-intro{text-align:left;}
.tdm-single-content-centered .tdm-single-content-media{margin-top:32px;}
.tdm-single-content-cta{text-align:center;}
  
.tdm-icon-content-list-1,
.tdm-icon-content-list-2,
.tdm-icon-content-list-3{grid-template-columns:1fr;}
.tdm-icon-content-item{padding:20px;gap:16px;}
.tdm-icon-content-icon{width:64px;height:64px;flex-basis:64px;}
.tdm-icon-content-icon img{max-width:44px;max-height:44px;}
.tdm-icon-content-item h3{font-size:20px;}

.step-num{width:56px;height:56px;font-size:20px;}
.step-block h3{font-size:22px;}
.step-block p{font-size:16px;line-height:1.65;}

.comparison-table th,.comparison-table td{font-size:15px;padding:14px 14px;}
.compare-icon svg{width:18px;height:18px;}
.comparison-table td:first-child,.comparison-table th:first-child{line-height:1.4;}
.comparison-table td:not(:first-child),.comparison-table th:not(:first-child){min-width:72px;}

.industry-card-image{aspect-ratio:2/1;max-height:150px;}
.term-btn{font-size:13px;padding:7px 12px;}
.example-grid{grid-template-columns:1fr;}

.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px 24px;padding:0 24px 40px;text-align:center;}
.footer-brand{grid-column:1/-1;justify-content:center;}
.footer-logo{margin:0 auto;}
.footer-bottom{flex-direction:column;text-align:center;align-items:center;padding:24px;}
.footer-legal.footer-richtext{justify-content:center;}
.social-icons{justify-content:center;}
  
.site-header.header-hidden{transform:translateY(-100%);}
.main-nav.open{transform:none;}
  
.error-page-section{min-height:calc(100vh - 74px);padding:96px 0 64px;}
.error-page{text-align:center;}
.error-code{font-size:18px;margin-bottom:20px;}
.error-page h1{font-size:40px;letter-spacing:-1px;}
.error-page p{font-size:17px;line-height:1.65;margin-bottom:28px;}
.error-actions{flex-direction:column;align-items:stretch;}
.error-actions .btn-primary,.error-actions .btn-secondary{text-align:center;}
  
.alt-img .tdm-single-content-media{aspect-ratio:16/10;}
}