:root {
    --tue-primary: var(--e-global-color-primary, #5f42ed);
    --tue-secondary: var(--e-global-color-secondary, #172544);
    --tue-accent: var(--e-global-color-accent, #ff6958);
    --tue-text: var(--e-global-color-text, #11182b);
    --tue-muted: #5f6678;
    --tue-cream: #fff8f1;
    --tue-soft: #f6f5ff;
    --tue-line: #e4e2ef;
    --tue-green: #159a73;
    --tue-radius: 22px;
    --tue-shadow: 0 18px 50px rgba(27, 33, 66, .10);
    --tue-shell: 1180px;
}

html { scroll-behavior: smooth; }
body.tue-site {
    margin: 0;
    overflow-x: hidden;
    color: var(--tue-text);
    background: #fff;
    font-family: var(--e-global-typography-text-font-family, Inter, Arial, sans-serif);
    -webkit-font-smoothing: antialiased;
}
body.tue-site *, body.tue-site *::before, body.tue-site *::after { box-sizing: border-box; }
.tue-main { min-height: 60vh; }
.tue-skip-link { position: fixed; left: 16px; top: -100px; z-index: 100000; padding: 12px 18px; background: #fff; color: #111; }
.tue-skip-link:focus { top: 16px; }
.tue-shell { width: min(calc(100% - 48px), var(--tue-shell)); margin-inline: auto; }
.tue-section { padding-block: clamp(64px, 7vw, 104px); }
.tue-surface { background: var(--tue-soft); }
.tue-heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.tue-eyebrow .elementor-heading-title,
.tue-eyebrow { color: var(--tue-primary); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.tue-section-title .elementor-heading-title,
.tue-section-title { margin: 0; color: var(--tue-text); font-size: clamp(30px, 4vw, 48px); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; }
.tue-section-lead, .tue-section-lead p { margin: 16px 0 0; color: var(--tue-muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.7; }
.tue-page-title .elementor-heading-title { margin: 0; color: var(--tue-text); font-size: clamp(38px, 5vw, 66px); font-weight: 800; line-height: 1.02; letter-spacing: -.045em; }
.tue-page-lead, .tue-page-lead p { color: var(--tue-muted); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.65; }
.tue-grid-2 { --display: flex; --flex-direction: row; --gap: clamp(30px, 5vw, 68px); }
.tue-grid-3 { --display: flex; --flex-direction: row; --gap: 22px; }
.tue-grid-4 { --display: flex; --flex-direction: row; --gap: 18px; }
.tue-grid-2 > .e-con, .tue-grid-2 > .e-con-inner > .e-con { --width: 50%; min-width: 0; }
.tue-grid-3 > .e-con, .tue-grid-3 > .e-con-inner > .e-con { --width: 33.333%; min-width: 0; }
.tue-grid-4 > .e-con, .tue-grid-4 > .e-con-inner > .e-con { --width: 25%; min-width: 0; }

/* Editable global header and footer. */
.tue-header { min-height: 76px; padding: 12px 0; --display: flex; --flex-direction: row; --align-items: center; --justify-content: space-between; --gap: 26px; }
.tue-header-brand .elementor-heading-title { color: var(--tue-primary); font-size: 24px; font-weight: 800; letter-spacing: -.04em; }
.tue-header-nav { flex: 1; }
.tue-header-nav .elementor-nav-menu { justify-content: center; }
.tue-header-nav .elementor-item { color: var(--tue-text); font-size: 15px; font-weight: 650; }
.tue-header-actions { --display: flex; --flex-direction: row; --align-items: center; --gap: 10px; width: auto; }
.tue-header-login .elementor-button { background: transparent; color: var(--tue-text); padding-inline: 8px; }
.tue-header-trial .elementor-button { background: var(--tue-primary); color: #fff; border-radius: 999px; padding: 13px 20px; font-weight: 750; }
.tue-footer { padding: 68px 24px 24px; background: #fff; border-top: 1px solid var(--tue-line); }
.tue-footer-grid { --display: flex; --flex-direction: row; --gap: 46px; align-items: flex-start; }
.tue-footer-grid > .e-con, .tue-footer-grid > .e-con-inner > .e-con { --width: 25%; min-width: 0; }
.tue-footer-brand .elementor-heading-title { color: var(--tue-primary); font-size: 22px; font-weight: 800; }
.tue-footer-title .elementor-heading-title { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tue-footer-text, .tue-footer-links, .tue-footer-links a { color: var(--tue-muted); font-size: 14px; line-height: 1.9; }
.tue-footer-nav .elementor-nav-menu { display: flex; flex-direction: column; align-items: flex-start; }
.tue-footer-nav .elementor-item { color: var(--tue-muted); padding: 4px 0; font-size: 14px; }
.tue-footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--tue-line); color: #808596; font-size: 13px; }

/* Hero. */
.tue-hero { padding: clamp(64px, 7vw, 100px) 24px; background: radial-gradient(circle at 92% 16%, rgba(95,66,237,.11), transparent 32%), var(--tue-cream); }
.tue-hero .tue-grid-2 { align-items: center; }
.tue-hero-title .elementor-heading-title { color: var(--tue-text); font-size: clamp(44px, 5.6vw, 76px); font-weight: 850; line-height: .99; letter-spacing: -.052em; }
.tue-hero-lead, .tue-hero-lead p { margin: 22px 0 0; color: #4c5261; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; }
.tue-actions { --display: flex; --flex-direction: row; --gap: 12px; margin-top: 26px; width: auto; }
.tue-actions .elementor-widget-button { width: auto; }
.tue-button-primary .elementor-button, .tue-price-button { background: var(--tue-accent); color: #fff; border-radius: 12px; padding: 16px 22px; font-weight: 800; box-shadow: 0 12px 26px rgba(255,105,88,.22); }
.tue-button-secondary .elementor-button { background: #fff; color: var(--tue-text); border: 1px solid #ddd8d4; border-radius: 12px; padding: 16px 22px; font-weight: 800; }
.tue-button-light .elementor-button { background: #fff; color: var(--tue-primary); border-radius: 12px; padding: 16px 22px; font-weight: 800; }
.tue-button-outline-light .elementor-button { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 12px; padding: 15px 22px; font-weight: 800; }
.tue-button-link .elementor-button { background: transparent; color: var(--tue-primary); padding: 12px 0; font-weight: 800; }
.tue-trust, .tue-trust p { margin: 18px 0 0; color: #4f5668; font-size: 13px; }
.tue-origin, .tue-origin p { margin: 12px 0 0; color: #7b7180; font-size: 13px; }
.tue-recommendation { padding: 22px; border: 1px solid #dedcec; border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: var(--tue-shadow); }
.tue-reco-head { --display: flex; --flex-direction: row; --align-items: center; --gap: 10px; }
.tue-reco-avatar { width: 44px; flex: 0 0 44px; }
.tue-reco-avatar img { width: 44px; height: 44px; object-fit: contain; }
.tue-reco-label .elementor-heading-title { color: var(--tue-primary); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tue-reco-title .elementor-heading-title { margin-top: 18px; color: var(--tue-text); font-size: 27px; font-weight: 800; line-height: 1.15; }
.tue-reco-text, .tue-reco-text p { color: var(--tue-muted); font-size: 15px; line-height: 1.55; }
.tue-recommendation > .tue-card { margin-top: 10px; padding: 12px 14px; background: var(--tue-soft); border-color: #ece9ff; box-shadow: none; }
.tue-recommendation > .tue-card .tue-card-label { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--tue-accent); color: #fff; }
.tue-recommendation > .tue-card .tue-card-title .elementor-heading-title { font-size: 15px; }
.tue-recommendation > .tue-card .tue-card-text, .tue-recommendation > .tue-card .tue-card-text p { font-size: 13px; }
.tue-reco-control { margin-top: 14px; padding: 11px 13px; border-radius: 11px; background: var(--tue-secondary); color: #fff; font-size: 13px; }

/* Cards and the dark demonstration. */
.tue-card { padding: 24px; border: 1px solid var(--tue-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(29,34,65,.06); }
.tue-card-label .elementor-heading-title, .tue-card-label { color: var(--tue-accent); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.tue-card-title .elementor-heading-title { margin: 7px 0 0; color: var(--tue-text); font-size: 19px; font-weight: 800; line-height: 1.25; }
.tue-card-text, .tue-card-text p { margin: 9px 0 0; color: var(--tue-muted); font-size: 15px; line-height: 1.6; }
.tue-problem { text-align: center; }
.tue-problem .tue-grid-3 { text-align: left; }
.tue-demo { padding-inline: 24px; background: var(--tue-secondary); color: #fff; }
.tue-demo .tue-eyebrow .elementor-heading-title, .tue-demo .tue-eyebrow { color: #64e6e7; }
.tue-demo .tue-section-title .elementor-heading-title, .tue-demo .tue-section-title { color: #fff; }
.tue-demo .tue-section-lead, .tue-demo .tue-section-lead p { color: #d9e1f4; }
.tue-demo .tue-card { margin-bottom: 12px; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.09); box-shadow: none; }
.tue-demo .tue-card-title .elementor-heading-title { color: #fff; }
.tue-demo .tue-card-text, .tue-demo .tue-card-text p { color: #e3e9f7; }
.tue-demo .tue-card-label .elementor-heading-title, .tue-demo .tue-card-label { color: #6cecf0; }
.tue-outcomes .tue-card { min-height: 245px; }

/* Large, readable tool ticker. */
.tue-tools-marquee { width: 100%; min-height: 112px; overflow: hidden; border-block: 1px solid var(--tue-line); background: #fbfaff; --display: flex; --justify-content: center; }
.tue-tools-track { width: max-content; min-width: max-content; --display: flex; --flex-direction: row; --align-items: center; --gap: 16px; animation: tue-marquee 62s linear infinite; will-change: transform; }
.tue-tools-marquee:hover .tue-tools-track { animation-play-state: paused; }
.tue-tools-marquee.is-paused .tue-tools-track { animation-play-state: paused; }
.tue-tool-pill { flex: 0 0 auto; padding: 15px 23px; border: 1px solid #ddd9ed; border-radius: 999px; background: #fff; }
.tue-tool-pill .elementor-heading-title { color: #363b4d; font-size: 17px; font-weight: 650; white-space: nowrap; }
@keyframes tue-marquee { to { transform: translateX(-50%); } }

/* One product action per readable, fully contained screenshot. */
.tue-product { background: #fff; }
.tue-product-row { margin-top: 30px; padding: clamp(22px, 4vw, 42px); border: 1px solid var(--tue-line); border-radius: var(--tue-radius); background: #fff; box-shadow: var(--tue-shadow); align-items: center; }
.tue-feature-title .elementor-heading-title { color: var(--tue-text); font-size: clamp(27px, 3vw, 40px); font-weight: 800; line-height: 1.1; }
.tue-feature-text, .tue-feature-text p { color: var(--tue-muted); font-size: 18px; line-height: 1.65; }
.tue-product-image, .tue-product-image .elementor-widget-container { width: 100%; overflow: visible; }
.tue-product-image img { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; border-radius: 14px; }
.tue-difference { align-items: center; background: var(--tue-cream); }
.tue-theo-image img { display: block; width: min(100%, 360px); height: auto; object-fit: contain; margin: auto; }
.tue-check-list ul { margin: 22px 0 0; padding: 0; list-style: none; }
.tue-check-list li { position: relative; margin: 12px 0; padding-left: 30px; color: #394053; font-size: 17px; }
.tue-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--tue-green); font-weight: 900; }
.tue-trial { margin-block: 70px; padding: clamp(30px, 5vw, 62px); border-radius: 28px; background: linear-gradient(135deg, #f1edff, #fff4ef); align-items: center; }
.tue-trial-image img { display: block; max-height: 250px; width: auto; margin: auto; object-fit: contain; }

/* Dynamic pricing follows Elementor global colors. */
.tue-pricing { background: var(--tue-soft); }
.tue-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; align-items: stretch; }
.tue-price-card { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--tue-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(31,34,64,.07); }
.tue-price-card.is-featured { border: 2px solid var(--tue-primary); transform: translateY(-8px); box-shadow: 0 20px 48px rgba(95,66,237,.18); }
.tue-price-badge { align-self: flex-start; margin: -42px 0 14px; padding: 7px 12px; border-radius: 999px; background: var(--tue-primary); color: #fff; font-size: 12px; font-weight: 800; }
.tue-price-card h3 { margin: 0; color: var(--tue-text); font-size: 25px; }
.tue-price-description { min-height: 44px; color: var(--tue-muted); line-height: 1.5; }
.tue-price { margin: 15px 0; }
.tue-price strong { color: var(--tue-text); font-size: 37px; letter-spacing: -.04em; }
.tue-price span { color: var(--tue-muted); }
.tue-credits { min-height: 42px; color: var(--tue-primary); font-size: 13px; font-weight: 750; }
.tue-feature-list { flex: 1; margin: 12px 0 24px; padding: 0; list-style: none; }
.tue-feature-list li { display: flex; gap: 9px; padding: 7px 0; color: #42495a; font-size: 14px; line-height: 1.35; }
.tue-feature-list .is-included span { color: var(--tue-green); font-weight: 900; }
.tue-feature-list .is-missing { color: #9a9da8; }
.tue-feature-list .is-missing span { color: #d65757; font-weight: 900; }
.tue-price-button { display: block; text-align: center; text-decoration: none; }
.tue-pricing-more { margin: 24px 0 0; text-align: center; }
.tue-pricing-more a { color: var(--tue-primary); font-weight: 800; }
.tue-pricing-empty { padding: 30px; border: 1px solid var(--tue-line); border-radius: 18px; background: #fff; text-align: center; }

/* FAQ, final call to action and secondary pages. */
.tue-faq-section .elementor-accordion-item { margin-bottom: 10px; overflow: hidden; border: 1px solid var(--tue-line); border-radius: 12px; }
.tue-faq-section .elementor-tab-title { padding: 20px; color: var(--tue-text); font-size: 17px; font-weight: 750; }
.tue-faq-section .elementor-tab-content { padding: 0 20px 20px; border: 0; color: var(--tue-muted); line-height: 1.65; }
.tue-final { width: min(calc(100% - 32px), 1320px); margin: 20px auto 0; padding: clamp(40px, 6vw, 74px); border-radius: 28px 28px 0 0; background: linear-gradient(135deg, #4b2ed2, #734cff); color: #fff; align-items: center; }
.tue-final .tue-eyebrow .elementor-heading-title, .tue-final .tue-eyebrow { color: #b9eff0; }
.tue-final .tue-section-title .elementor-heading-title, .tue-final .tue-section-title { color: #fff; }
.tue-final .tue-section-lead, .tue-final .tue-section-lead p { color: #ece8ff; }
.tue-final-image img { display: block; max-height: 280px; width: auto; margin: auto; object-fit: contain; }
.tue-page-hero { align-items: center; background: var(--tue-cream); }
.tue-page-hero-image img { display: block; width: 100%; height: auto; max-height: 460px; object-fit: contain; }
.tue-contact-form .elementor-field { min-height: 48px; border: 1px solid var(--tue-line); border-radius: 9px; }
.tue-contact-form .elementor-button { min-height: 50px; border-radius: 10px; background: var(--tue-primary); font-weight: 800; }
.tue-legal-content { max-width: 820px; margin: auto; color: #3e4556; font-size: 17px; line-height: 1.75; }
.tue-standard-content { width: min(calc(100% - 40px), 900px); margin: 0 auto; padding: 70px 0; }
.tue-404 { text-align: center; }

/* PHP fallbacks remain usable if Elementor is temporarily disabled. */
.tue-fallback-header, .tue-fallback-footer { padding: 18px 24px; border-bottom: 1px solid var(--tue-line); background: #fff; }
.tue-fallback-shell { width: min(100%, var(--tue-shell)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tue-fallback-brand { color: var(--tue-primary); font-size: 22px; font-weight: 800; text-decoration: none; }
.tue-fallback-header ul, .tue-fallback-footer ul { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; }
.tue-fallback-header a, .tue-fallback-footer a { color: var(--tue-text); text-decoration: none; }
.tue-fallback-cta { display: inline-block; padding: 12px 18px; border-radius: 10px; background: var(--tue-primary); color: #fff; font-weight: 800; }
.tue-fallback-footer { border-top: 1px solid var(--tue-line); border-bottom: 0; }

@media (max-width: 920px) {
    .tue-shell { width: min(calc(100% - 32px), var(--tue-shell)); }
    .tue-grid-2, .tue-grid-3, .tue-grid-4, .tue-footer-grid { --flex-direction: column; }
    .tue-grid-2 > .e-con, .tue-grid-2 > .e-con-inner > .e-con,
    .tue-grid-3 > .e-con, .tue-grid-3 > .e-con-inner > .e-con,
    .tue-grid-4 > .e-con, .tue-grid-4 > .e-con-inner > .e-con,
    .tue-footer-grid > .e-con, .tue-footer-grid > .e-con-inner > .e-con { --width: 100%; width: 100%; }
    .tue-header { flex-wrap: wrap; }
    .tue-header-nav { order: 3; width: 100%; }
    .tue-header-actions { margin-left: auto; }
    .tue-hero { padding-inline: 16px; }
    .tue-hero-title .elementor-heading-title { font-size: clamp(40px, 10vw, 58px); }
    .tue-recommendation { margin-top: 12px; }
    .tue-outcomes .tue-card { min-height: 0; }
    .tue-price-card.is-featured { transform: none; }
    .tue-product-row.is-reversed { flex-direction: column-reverse; }
    .tue-final { width: 100%; border-radius: 0; }
    .tue-fallback-shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
    .tue-section { padding-block: 58px; }
    .tue-actions { --flex-direction: column; width: 100%; }
    .tue-actions .elementor-widget-button, .tue-actions .elementor-button { width: 100%; }
    .tue-header-login { display: none; }
    .tue-tools-marquee { min-height: 98px; }
    .tue-tool-pill { padding: 13px 18px; }
    .tue-tool-pill .elementor-heading-title { font-size: 15px; }
    .tue-product-row { padding: 20px; }
    .tue-footer { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .tue-tools-track { animation: none; transform: none; flex-wrap: wrap; width: auto; min-width: 0; justify-content: center; padding: 20px; }
}
