@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

/* Trackmatic 2026 visual system. Presentation only: no content, route or form changes. */
:root {
  --tm2-ink: #0b1d33;
  --tm2-deep: #071526;
  --tm2-navy: #102a4b;
  --tm2-blue: #1769d2;
  --tm2-red: #e43f45;
  --tm2-red-dark: #be2832;
  --tm2-muted: #5f6f82;
  --tm2-soft: #f3f6fa;
  --tm2-soft-blue: #eaf2fb;
  --tm2-line: #dbe3ed;
  --tm2-white: #fff;
  --tm2-radius: 22px;
  --tm2-radius-lg: 32px;
  --tm2-shadow: 0 22px 65px rgba(7, 21, 38, .12);
  --tm2-shadow-soft: 0 12px 35px rgba(7, 21, 38, .075);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--tm2-ink) !important;
  background: var(--tm2-white) !important;
  font-family: "DM Sans", Inter, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body :is(h1, h2, h3, h4, h5, h6) {
  color: var(--tm2-ink);
  font-family: Manrope, "DM Sans", Inter, Arial, sans-serif !important;
  font-weight: 800;
  letter-spacing: -.035em;
  text-wrap: balance;
}
body :is(p, li) { text-wrap: pretty; }
body img { max-width: 100%; height: auto; }
body :is(.container, .tm-wrap) {
  width: min(100% - 48px, 1220px) !important;
  max-width: 1220px !important;
  margin-inline: auto !important;
}
::selection { color: #fff; background: var(--tm2-red); }

/* Header and navigation */
.tm-ie-header,
.tm-header {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  border-top: 4px solid var(--tm2-red) !important;
  border-bottom: 1px solid rgba(11, 29, 51, .08) !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 12px 40px rgba(7, 21, 38, .08) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.tm-ie-topbar,
.tm-topbar {
  min-height: 34px !important;
  border: 0 !important;
  background: var(--tm2-deep) !important;
  color: #dce6f2 !important;
  font-size: 12px !important;
  letter-spacing: .02em;
}
.tm-ie-topbar a,
.tm-topbar a { color: #fff !important; }
.tm-ie-logo img,
.tm-logo { filter: drop-shadow(0 5px 12px rgba(7, 21, 38, .08)); }
.tm-ie-nav,
.tm-main-nav .navbar-nav { gap: 6px !important; }
.tm-ie-nav a,
.tm-main-nav .nav-link {
  position: relative;
  padding: 12px 13px !important;
  border-radius: 10px;
  color: #233b58 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: -.01em;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}
.tm-ie-nav a:hover,
.tm-ie-nav .is-active,
.tm-main-nav .nav-link:hover,
.tm-main-nav .nav-item.active > .nav-link {
  color: var(--tm2-red-dark) !important;
  background: #fff1f2 !important;
  text-decoration: none !important;
}
.tm-main-nav {
  min-height: 72px !important;
  border: 0 !important;
  background: rgba(255, 255, 255, .97) !important;
}
.tm-main-nav .dropdown-menu,
.tm-ie-mobile-menu {
  padding: 12px !important;
  border: 1px solid var(--tm2-line) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--tm2-shadow) !important;
}
.tm-main-nav .dropdown-item {
  padding: 10px 12px !important;
  border-radius: 9px;
  color: #29415c !important;
  font-weight: 650 !important;
}
.tm-main-nav .dropdown-item:hover { color: var(--tm2-red-dark) !important; background: #fff1f2 !important; }
.tm-ie-header .tm-cta,
.tm-header-quote,
.tm-login-btn,
.tm-nav-mobile-quote {
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, var(--tm2-red), var(--tm2-red-dark)) !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(228, 63, 69, .23) !important;
}

/* Shared buttons */
body :is(.tm-btn, .tm-pricing-action, .tm-fleet-action, .tm-plan-button, .tm-submit, .tm-submit-button, .tm-quote-submit, .btn, input[type="submit"]) {
  min-height: 48px;
  padding: 12px 21px;
  border-radius: 11px !important;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -.015em;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
body :is(.tm-btn.primary, .tm-btn.dark, .tm-pricing-action-primary, .tm-fleet-action-primary, .tm-plan-button, .tm-submit, .tm-submit-button, .tm-quote-submit, .btn-primary) {
  border-color: var(--tm2-red) !important;
  background: linear-gradient(135deg, var(--tm2-red), var(--tm2-red-dark)) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(228, 63, 69, .24) !important;
}
body :is(.tm-btn.secondary, .tm-btn.light, .tm-btn.ghost, .tm-pricing-action-secondary, .tm-fleet-action-secondary, .btn-outline-primary, .btn-outline-light) {
  border: 1px solid #bdc9d8 !important;
  background: #fff !important;
  color: var(--tm2-ink) !important;
  box-shadow: 0 7px 18px rgba(7, 21, 38, .06) !important;
}
body :is(.btn-success, .tm-footer-button-whatsapp, .tm-nav-mobile-whatsapp) {
  border-color: #19a957 !important;
  background: #19a957 !important;
  color: #fff !important;
}
@media (hover: hover) {
  body :is(.tm-btn, .tm-pricing-action, .tm-fleet-action, .tm-plan-button, .tm-submit, .tm-submit-button, .tm-quote-submit, .btn, input[type="submit"]):hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(7, 21, 38, .16) !important;
    text-decoration: none !important;
  }
}

/* Ireland homepage: unmistakable product-led hero */
.tm-home {
  padding: 1px 0 0 !important;
  background: linear-gradient(180deg, #f5f8fc 0, #fff 38%, #f3f6fa 100%) !important;
}
.tm-home > .tm-wrap { padding: 0 !important; }
.tm-home .tm-hero {
  align-items: center !important;
  gap: 46px !important;
  margin: 52px auto 82px !important;
}
.tm-home .tm-hero-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 60px !important;
  border: 0 !important;
  border-radius: var(--tm2-radius-lg) !important;
  background:
    linear-gradient(135deg, rgba(7, 21, 38, .98), rgba(16, 52, 91, .96)),
    url('/images/trackmatic-tech-grid.svg') center/680px !important;
  color: #fff !important;
  box-shadow: 0 34px 90px rgba(7, 21, 38, .24) !important;
}
.tm-home .tm-hero-main::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 320px;
  right: -120px;
  top: -150px;
  border-radius: 50%;
  background: rgba(228, 63, 69, .45);
  filter: blur(18px);
}
.tm-home .tm-kicker {
  padding: 8px 13px !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #ffb7ba !important;
  letter-spacing: .11em !important;
}
.tm-home .tm-hero-main h1 {
  max-width: 760px !important;
  margin-bottom: 24px !important;
  color: #fff !important;
  font-size: clamp(3.2rem, 5.2vw, 5.4rem) !important;
  line-height: .98 !important;
  letter-spacing: -.06em !important;
}
.tm-home .tm-hero-main > p { max-width: 650px !important; color: #cbd8e7 !important; font-size: 18px !important; line-height: 1.72 !important; }
.tm-home .tm-hero-points { gap: 12px !important; margin: 31px 0 !important; }
.tm-home .tm-hero-point {
  padding: 17px !important;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .075) !important;
  box-shadow: none !important;
}
.tm-home .tm-hero-point strong { color: #fff !important; }
.tm-home .tm-hero-point span { color: #b8c9db !important; }
.tm-home .tm-hero-meta { color: #aebed0 !important; }
.tm-home .tm-screen-card {
  overflow: hidden;
  border: 10px solid var(--tm2-deep) !important;
  border-radius: 26px !important;
  background: var(--tm2-deep) !important;
  box-shadow: 0 34px 80px rgba(7, 21, 38, .22) !important;
  transform: rotate(1.2deg);
}
.tm-home .tm-proof-card {
  padding: 30px !important;
  border: 1px solid var(--tm2-line) !important;
  border-radius: var(--tm2-radius) !important;
  background: #fff !important;
  box-shadow: var(--tm2-shadow-soft) !important;
}
.tm-home .tm-proof-card h3 { font-size: 27px !important; }
.tm-home .tm-proof-item { padding: 16px !important; border: 0 !important; border-left: 4px solid var(--tm2-red) !important; border-radius: 8px 14px 14px 8px !important; background: var(--tm2-soft) !important; }
.tm-home .tm-section:not(.tm-hero) {
  margin: 0 0 28px !important;
  padding: 76px 56px !important;
  border: 1px solid var(--tm2-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--tm2-shadow-soft);
}
.tm-home .tm-section:nth-of-type(odd):not(.tm-hero) { background: linear-gradient(135deg, #f8fafc, #edf3f9); }
.tm-home .tm-section-head { max-width: 800px !important; margin-bottom: 38px !important; }
.tm-home .tm-section-head h2 { font-size: clamp(2.3rem, 4vw, 3.7rem) !important; line-height: 1.04 !important; }
.tm-home .tm-section-head p { font-size: 17px !important; }
.tm-home :is(.tm-stat, .tm-benefit, .tm-step, .tm-usecase, .tm-tool, .tm-testimonial, .tm-link-card) {
  position: relative;
  overflow: hidden;
  padding: 28px !important;
  border: 1px solid var(--tm2-line) !important;
  border-radius: 19px !important;
  background: #fff !important;
  box-shadow: 0 10px 27px rgba(7, 21, 38, .065) !important;
}
.tm-home :is(.tm-benefit, .tm-step, .tm-usecase, .tm-tool, .tm-link-card)::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(var(--tm2-red), #ff8185);
}
.tm-home .tm-stat-num,
.tm-home .tm-benefit-num,
.tm-home .tm-step-num { color: var(--tm2-red) !important; }
.tm-home .tm-quote-band,
.tm-home .tm-cta {
  padding: 58px !important;
  border: 0 !important;
  border-radius: 28px !important;
  background:
    linear-gradient(125deg, rgba(7, 21, 38, .98), rgba(16, 52, 91, .95)),
    url('/images/trackmatic-tech-grid.svg') center/700px !important;
  color: #fff !important;
  box-shadow: 0 28px 70px rgba(7, 21, 38, .2) !important;
}
.tm-home :is(.tm-quote-band, .tm-cta) :is(h2, h3) { color: #fff !important; }
.tm-home :is(.tm-quote-band, .tm-cta) p,
.tm-home .tm-quote-copy li { color: #cbd8e7 !important; }
.tm-home .tm-form-card { padding: 31px !important; border: 0 !important; border-radius: 20px !important; background: #fff !important; box-shadow: var(--tm2-shadow) !important; }
.tm-home .tm-clients { margin-top: 64px !important; padding: 82px 0 !important; background: var(--tm2-deep) !important; }
.tm-home .tm-clients h2 { color: #fff !important; font-size: clamp(2rem, 4vw, 3.3rem) !important; }
.tm-home .tm-clients p { color: #b8c8d9 !important; }

/* UK homepage: light product-stage composition and premium section rhythm */
body > main > .tm-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0 104px !important;
  background:
    linear-gradient(118deg, rgba(245, 248, 252, .97), rgba(232, 240, 250, .96)),
    url('/images/trackmatic-tech-grid.svg') center/720px !important;
  color: var(--tm2-ink) !important;
}
body > main > .tm-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -9vw;
  top: -230px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 63, 69, .16), transparent 68%);
}
body > main > .tm-hero .tm-eyebrow {
  padding: 8px 13px !important;
  border: 1px solid #f1b9bc !important;
  background: #fff1f2 !important;
  color: var(--tm2-red-dark) !important;
  letter-spacing: .1em !important;
}
body > main > .tm-hero h1 {
  max-width: 760px !important;
  margin-bottom: 24px !important;
  color: var(--tm2-ink) !important;
  font-size: clamp(3.15rem, 5.4vw, 5.25rem) !important;
  line-height: .99 !important;
  letter-spacing: -.06em !important;
}
body > main > .tm-hero p.lead { max-width: 650px !important; color: var(--tm2-muted) !important; font-size: 18px !important; }
body > main > .tm-hero .tm-price-line { color: var(--tm2-ink) !important; }
body > main > .tm-hero .tm-price-line strong { color: var(--tm2-red-dark) !important; }
body > main > .tm-hero .tm-hero-small,
body > main > .tm-hero .tm-hero-proof { color: #50637a !important; }
body > main > .tm-hero .tm-hero-small a { color: var(--tm2-ink) !important; }
body > main > .tm-hero .tm-hero-proof span::before { color: var(--tm2-red) !important; }
body > main > .tm-hero .tm-hero-img {
  position: relative;
  overflow: hidden;
  padding: 11px !important;
  border: 1px solid #193553 !important;
  border-radius: 27px !important;
  background: var(--tm2-deep) !important;
  box-shadow: 0 38px 85px rgba(7, 21, 38, .25) !important;
  transform: rotate(1.25deg);
}
body > main > .tm-hero .tm-hero-img img { border-radius: 17px !important; }
body > main > .tm-badges {
  padding: 31px 0 18px !important;
  border: 0 !important;
  background: var(--tm2-deep) !important;
}
body > main > .tm-badges :is(.tm-badge-item, .tm-badge-label) { color: #d7e1ec !important; }
body > main > .tm-badges .tm-badge-label { color: #fff !important; }
body > main > .tm-section { padding: 94px 0 !important; }
body > main > .tm-alt-section { background: linear-gradient(180deg, #f5f8fc, #edf2f8) !important; }
body > main > .tm-section h2 { margin-bottom: 21px !important; font-size: clamp(2.35rem, 4vw, 3.65rem) !important; line-height: 1.06 !important; }
body > main > .tm-section .tm-subtitle-center { margin-bottom: 48px !important; font-size: 17px !important; }
body > main :is(.tm-feature-box, .tm-install-box, .tm-ecosystem-box, .tm-testimonial, .tm-faq-item) {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 31px !important;
  border: 1px solid var(--tm2-line) !important;
  border-radius: 21px !important;
  background: #fff !important;
  box-shadow: var(--tm2-shadow-soft) !important;
}
body > main .tm-feature-box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--tm2-red), #ff8a8d);
}
body > main .tm-inline-cta,
body > main .tm-partner-strip,
body > main .tm-cta-final {
  padding: 48px !important;
  border: 0 !important;
  border-radius: 27px !important;
  background:
    linear-gradient(125deg, rgba(7, 21, 38, .99), rgba(16, 52, 91, .96)),
    url('/images/trackmatic-tech-grid.svg') center/700px !important;
  color: #fff !important;
  box-shadow: 0 26px 65px rgba(7, 21, 38, .18) !important;
}
body > main :is(.tm-inline-cta, .tm-partner-strip, .tm-cta-final) :is(h2, h3, strong) { color: #fff !important; }
body > main :is(.tm-inline-cta, .tm-partner-strip, .tm-cta-final) p { color: #cbd8e7 !important; }
body > main .tm-testimonial { border-left: 6px solid var(--tm2-red) !important; }

/* Pricing, fleet and vehicle landing pages */
:is(.tm-pricing-page, .tm-fleet-page, .tm-vehicle-page) { background: #fff !important; }
.tm-pricing-page .tm-hero,
.tm-pricing-hero,
.tm-fleet-hero,
.tm-vehicle-page .tm-hero-main {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(7, 21, 38, .99), rgba(16, 52, 91, .96)),
    url('/images/trackmatic-tech-grid.svg') center/720px !important;
  color: #fff !important;
}
.tm-pricing-page .tm-hero { padding: 78px 0 !important; }
.tm-pricing-hero,
.tm-fleet-hero { padding: 88px 0 !important; }
:is(.tm-pricing-page .tm-hero, .tm-pricing-hero, .tm-fleet-hero, .tm-vehicle-page .tm-hero-main) :is(h1, h2, .lead, .tm-p, p) { color: #fff !important; }
:is(.tm-pricing-page .tm-hero, .tm-pricing-hero, .tm-fleet-hero) :is(.tm-kicker, .eyebrow) { color: #ffb7ba !important; }
.tm-pricing-page .tm-price-panel,
.tm-pricing-hero-card,
.tm-fleet-hero-proof {
  padding: 31px !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 22px !important;
  background: #fff !important;
  color: var(--tm2-ink) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22) !important;
}
:is(.tm-price-panel, .tm-pricing-hero-card, .tm-fleet-hero-proof) :is(h2, h3, p, li, span) { color: inherit !important; }
:is(.tm-pricing-section, .tm-fleet-section, .tm-vehicle-page .tm-section) { padding-block: 88px !important; }
:is(.tm-pricing-section-alt, .tm-fleet-section-alt) { background: var(--tm2-soft) !important; }
:is(.tm-pricing-heading, .tm-fleet-heading, .tm-h2) { font-size: clamp(2.25rem, 4vw, 3.45rem) !important; line-height: 1.08 !important; }
:is(.tm-plan-card, .tm-included-card, .tm-pricing-trust-item, .tm-pricing-option, .tm-fleet-feature, .tm-fleet-use, .tm-fleet-trust-item, .tm-card, .tm-panel, .tm-stat) {
  overflow: hidden;
  border: 1px solid var(--tm2-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: var(--tm2-shadow-soft) !important;
}
:is(.tm-plan-card, .tm-fleet-feature, .tm-card) { position: relative; padding: 30px !important; }
:is(.tm-plan-card, .tm-fleet-feature, .tm-card)::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--tm2-red), #ff8a8d);
}
.tm-plan-card-featured { border-color: var(--tm2-red) !important; transform: translateY(-9px); }
.tm-plan-badge { background: var(--tm2-red) !important; color: #fff !important; }
.tm-plan-price .amount,
.tm-price { color: var(--tm2-red-dark) !important; }
:is(.tm-pricing-final, .tm-fleet-final, .tm-vehicle-page .tm-cta) {
  padding: 54px !important;
  border-radius: 27px !important;
  background: var(--tm2-deep) !important;
  color: #fff !important;
  box-shadow: var(--tm2-shadow) !important;
}
:is(.tm-pricing-final, .tm-fleet-final, .tm-vehicle-page .tm-cta) :is(h2, h3, p) { color: #fff !important; }

/* Forms and FAQ */
:is(.tm-form-card, .tm-quote-panel, .tm-install-panel, .getQuoteFormArea, .con_form) {
  padding: 32px !important;
  border: 1px solid var(--tm2-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: var(--tm2-shadow) !important;
}
body :is(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]), select, textarea, .tm-input, .tm-textarea) {
  min-height: 50px !important;
  padding: 12px 14px !important;
  border: 1px solid #c5d1df !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--tm2-ink) !important;
  font: 500 15px/1.4 "DM Sans", sans-serif !important;
  box-shadow: inset 0 1px 2px rgba(7, 21, 38, .025) !important;
}
body textarea { min-height: 130px !important; }
body :is(input, select, textarea):focus {
  border-color: var(--tm2-red) !important;
  outline: 4px solid rgba(228, 63, 69, .12) !important;
  outline-offset: 1px;
  box-shadow: none !important;
}
:is(.tm-faq-item, details) {
  margin-bottom: 13px !important;
  overflow: clip;
  border: 1px solid var(--tm2-line) !important;
  border-radius: 15px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(7, 21, 38, .055) !important;
}
:is(.tm-faq-q, details > summary) { padding: 18px 20px !important; font-family: Manrope, sans-serif !important; font-weight: 750 !important; }
:is(.tm-faq-a, details > :not(summary)) { padding-inline: 20px !important; }

/* Standalone campaign, guide and legacy SEO pages that do not load shared templates. */
body.tm-standalone {
  min-height: 100vh;
  padding: 0 0 80px;
  background:
    linear-gradient(180deg, var(--tm2-deep) 0 300px, var(--tm2-soft) 300px 100%) !important;
}
body.tm-standalone::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, var(--tm2-red), #ff8185 34%, var(--tm2-blue));
}
body.tm-standalone > header {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: var(--tm2-deep) !important;
  color: #fff !important;
}
body.tm-standalone > header .bar,
body.tm-standalone > header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 48px, 1220px);
  max-width: 1220px;
  min-height: 76px;
  margin-inline: auto;
}
body.tm-standalone > header :is(a, .brand) { color: #fff !important; font-weight: 750; }
body.tm-standalone > header nav { display: flex; gap: 24px; }
body.tm-standalone > main {
  width: min(100% - 48px, 1050px) !important;
  max-width: 1050px !important;
  margin: 70px auto 0 !important;
  padding: clamp(38px, 6vw, 76px) !important;
  border: 1px solid var(--tm2-line) !important;
  border-radius: var(--tm2-radius-lg) !important;
  background: #fff !important;
  box-shadow: 0 35px 90px rgba(7,21,38,.2) !important;
}
body.tm-standalone > main > :first-child { margin-top: 0 !important; }
body.tm-standalone > main h1 {
  max-width: 850px;
  margin: 0 0 30px !important;
  color: var(--tm2-ink) !important;
  font-size: clamp(2.8rem, 6vw, 5.15rem) !important;
  line-height: 1 !important;
  letter-spacing: -.06em !important;
}
body.tm-standalone > main h1::before {
  content: "";
  display: block;
  width: 58px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--tm2-red);
}
body.tm-standalone > main h2 {
  margin: 48px 0 18px !important;
  font-size: clamp(1.8rem, 4vw, 2.65rem) !important;
  line-height: 1.1 !important;
}
body.tm-standalone > main h3 { margin-top: 34px !important; font-size: 1.3rem !important; }
body.tm-standalone > main :is(p, li) { color: var(--tm2-muted) !important; font-size: 17px; }
body.tm-standalone > main a { color: var(--tm2-red-dark) !important; font-weight: 750; }
body.tm-standalone > main .card {
  margin: 32px 0 !important;
  padding: 30px !important;
  border: 1px solid var(--tm2-line) !important;
  border-left: 5px solid var(--tm2-red) !important;
  border-radius: 18px !important;
  background: var(--tm2-soft) !important;
  box-shadow: var(--tm2-shadow-soft) !important;
}

/* Footer */
:is(.tm-footer, .footer_wrapper) {
  position: relative;
  padding-top: 78px !important;
  border-top: 5px solid var(--tm2-red) !important;
  background: var(--tm2-deep) !important;
  color: #bac8d7 !important;
}
:is(.tm-footer, .footer_wrapper) :is(h2, h3, h4, strong) { color: #fff !important; }
:is(.tm-footer, .footer_wrapper) a { color: #dce5ef !important; }
:is(.tm-footer, .footer_wrapper) a:hover { color: #ff9a9e !important; }
:is(.tm-footer-cta, .footer_reason, .footer_contact, .tm-footer-badge) {
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 17px !important;
  background: rgba(255, 255, 255, .045) !important;
}
.tm-ai-launcher {
  min-height: 48px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--tm2-blue), #0d4fa5) !important;
  font-family: "DM Sans", sans-serif !important;
  box-shadow: 0 12px 28px rgba(7, 21, 38, .2) !important;
}

@media (hover: hover) {
  :is(.tm-home .tm-benefit, .tm-home .tm-step, .tm-home .tm-usecase, .tm-home .tm-tool, body > main .tm-feature-box, .tm-plan-card, .tm-fleet-feature, .tm-card) {
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  }
  :is(.tm-home .tm-benefit, .tm-home .tm-step, .tm-home .tm-usecase, .tm-home .tm-tool, body > main .tm-feature-box, .tm-plan-card, .tm-fleet-feature, .tm-card):hover {
    transform: translateY(-5px);
    border-color: #f0b9bc !important;
    box-shadow: var(--tm2-shadow) !important;
  }
}

/* Tablet and mobile */
@media (max-width: 991.98px) {
  body :is(.container, .tm-wrap) { width: min(100% - 32px, 1220px) !important; }
  .tm-ie-header,
  .tm-header { position: relative !important; }
  .tm-main-nav { min-height: 62px !important; }
  .tm-main-nav .dropdown-menu { padding: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
  .tm-home .tm-hero { grid-template-columns: 1fr !important; gap: 28px !important; margin: 30px auto 50px !important; }
  .tm-home .tm-hero-main { padding: 54px 42px !important; }
  .tm-home .tm-screen-card { transform: none; }
  body > main > .tm-hero { padding: 62px 0 76px !important; }
  body > main > .tm-hero .tm-hero-img { margin-top: 18px; transform: none; }
  .tm-plan-card-featured { transform: none; }
}

@media (max-width: 767.98px) {
  body :is(.container, .tm-wrap) { width: min(100% - 28px, 1220px) !important; padding-inline: 0 !important; }
  body :is(h1, .tm-home .tm-hero-main h1, body > main > .tm-hero h1, .tm-pricing-hero h1, .tm-fleet-hero h1) {
    font-size: clamp(2.35rem, 11.5vw, 3.3rem) !important;
    line-height: 1.01 !important;
    letter-spacing: -.052em !important;
  }
  body :is(h2, .tm-home .tm-section-head h2, body > main > .tm-section h2, .tm-pricing-heading, .tm-fleet-heading, .tm-h2) {
    font-size: clamp(1.85rem, 8.7vw, 2.55rem) !important;
    line-height: 1.08 !important;
  }
  .tm-home .tm-hero-main { padding: 38px 25px !important; border-radius: 23px !important; }
  .tm-home .tm-hero-main > p { font-size: 16px !important; }
  .tm-home .tm-hero-points { grid-template-columns: 1fr !important; }
  .tm-home .tm-section:not(.tm-hero) { padding: 48px 22px !important; border-radius: 21px !important; }
  .tm-home .tm-quote-band,
  .tm-home .tm-cta,
  body > main .tm-inline-cta,
  body > main .tm-partner-strip,
  body > main .tm-cta-final,
  :is(.tm-pricing-final, .tm-fleet-final, .tm-vehicle-page .tm-cta) { padding: 38px 23px !important; border-radius: 21px !important; }
  body > main > .tm-hero { padding: 48px 0 58px !important; }
  body > main > .tm-hero .tm-hero-cta,
  :is(.tm-hero-actions, .tm-btnrow, .tm-pricing-actions, .tm-fleet-actions, .tm-cta-actions) { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; }
  body > main > .tm-hero .tm-hero-cta > *,
  :is(.tm-hero-actions, .tm-btnrow, .tm-pricing-actions, .tm-fleet-actions, .tm-cta-actions) > * { width: 100% !important; justify-content: center !important; text-align: center !important; }
  body > main > .tm-badges { padding: 23px 0 10px !important; }
  body > main > .tm-section,
  :is(.tm-pricing-section, .tm-fleet-section, .tm-vehicle-page .tm-section) { padding-block: 64px !important; }
  :is(.tm-form-card, .tm-quote-panel, .tm-install-panel, .getQuoteFormArea, .con_form) { padding: 24px 19px !important; border-radius: 18px !important; }
  .tm-ai-panel { max-height: calc(100dvh - 96px) !important; }
  .tm-ai-launcher { right: 12px !important; max-width: calc(100vw - 24px) !important; white-space: nowrap; }
  .tm-mobile-actions { z-index: 900 !important; }
  .tm-footer-whatsapp-float { bottom: calc(76px + env(safe-area-inset-bottom)) !important; }
  body.tm-standalone { padding-bottom: 28px; background: linear-gradient(180deg, var(--tm2-deep) 0 180px, var(--tm2-soft) 180px 100%) !important; }
  body.tm-standalone > header .bar,
  body.tm-standalone > header > div { width: min(100% - 28px, 1220px); min-height: 66px; }
  body.tm-standalone > header nav { display: none; }
  body.tm-standalone > main { width: min(100% - 24px, 1050px) !important; margin-top: 28px !important; padding: 34px 22px !important; border-radius: 21px !important; }
  body.tm-standalone > main h1 { font-size: clamp(2.25rem, 11vw, 3.25rem) !important; }
  body.tm-standalone > main :is(p, li) { font-size: 16px; }
}

@media (max-width: 380px) {
  body :is(.container, .tm-wrap) { width: min(100% - 22px, 1220px) !important; }
  .tm-home .tm-section:not(.tm-hero) { padding-inline: 18px !important; }
  .tm-home :is(.tm-stat, .tm-benefit, .tm-step, .tm-usecase, .tm-tool, .tm-testimonial, .tm-link-card) { padding: 23px 20px !important; }
  .tm-ai-launcher { padding-inline: 13px !important; font-size: 13px !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
