:root {
    --tnt-red: #e5161d;
    --tnt-red-dark: #bc0d13;
    --tnt-black: #05080c;
    --tnt-navy: #071321;
    --tnt-ink: #111722;
    --tnt-muted: #626b78;
    --tnt-line: #e3e6ea;
    --tnt-soft: #f5f6f8;
    --tnt-white: #ffffff;
    --tnt-odoo: #714b67;
    --tnt-ready: #139b83;
    --tnt-shadow: 0 16px 45px rgba(4, 12, 24, 0.10);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }

/* Global TNT header/footer also render on Odoo-native website pages. */
.tnt-header,
.tnt-header *,
.tnt-footer,
.tnt-footer * { box-sizing: border-box; }

.tnt-header,
.tnt-footer {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

.tnt-header img,
.tnt-footer img { max-width: 100%; display: block; image-rendering: auto; }
.tnt-header a,
.tnt-footer a { color: inherit; text-decoration: none; }
.tnt-header p,
.tnt-header h1,
.tnt-header h2,
.tnt-header h3,
.tnt-footer p,
.tnt-footer h1,
.tnt-footer h2,
.tnt-footer h3 { margin-top: 0; }

/* Prevent Odoo theme header/footer rules from constraining the custom layout. */
#wrapwrap > .tnt-header,
#wrapwrap > .tnt-footer { width: 100%; max-width: none; margin: 0; }
#wrapwrap > .tnt-header { position: relative; }


/* Keep the custom theme independent of Odoo website container widths. */
.tnt-site #wrap,
.tnt-site .oe_structure {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.tnt-site,
.tnt-site * { box-sizing: border-box; }

.tnt-site {
    margin: 0;
    color: var(--tnt-ink);
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.tnt-site img { max-width: 100%; display: block; image-rendering: auto; }
.tnt-site a { color: inherit; text-decoration: none; }
.tnt-site h1,
.tnt-site h2,
.tnt-site h3,
.tnt-site p { margin-top: 0; }

.tnt-container {
    /* Fluid desktop canvas matching the approved full-width mockups. */
    width: min(1780px, calc(100% - 120px));
    max-width: none;
    margin-inline: auto;
}

.tnt-center { text-align: center; }
.tnt-red-text { color: var(--tnt-red) !important; }

/* Header */
.tnt-header { position: relative; z-index: 1000; background: #fff; }
.tnt-topbar { background: #020304; color: #fff; font-size: 12px; }
.tnt-topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tnt-tagline i { color: var(--tnt-red); margin-right: 6px; }
.tnt-topbar-links { display: flex; align-items: center; gap: 22px; }
.tnt-topbar-links a { color: #fff; opacity: .92; }
.tnt-topbar-links a:hover { color: #fff; opacity: 1; }
.tnt-topbar-links i { margin-right: 7px; }
.tnt-navbar-wrap { background: #fff; border-bottom: 1px solid #eceef1; box-shadow: 0 6px 18px rgba(0,0,0,.035); }
.tnt-navbar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.tnt-logo-link { width: 178px; flex: 0 0 178px; }
.tnt-logo-link img { width: 100%; max-height: 76px; object-fit: contain; }
.tnt-nav { display: flex; align-items: center; gap: 30px; }
.tnt-nav-link { position: relative; padding: 34px 0 29px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .025em; }
.tnt-nav-link::after { content: ""; position: absolute; left: 0; bottom: 22px; width: 0; height: 2px; background: var(--tnt-red); transition: width .25s ease; }
.tnt-nav-link:hover,
.tnt-nav-link.is-active { color: var(--tnt-red); }
.tnt-nav-link:hover::after,
.tnt-nav-link.is-active::after { width: 100%; }
.tnt-nav-quote { margin-left: 6px; }
.tnt-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid #ddd; background: #fff; border-radius: 4px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.tnt-menu-toggle span { display: block; width: 22px; height: 2px; background: var(--tnt-ink); transition: .25s ease; }

/* Buttons */
.tnt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 13px 22px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; transition: .22s ease; }
.tnt-btn:hover { transform: translateY(-2px); }
.tnt-btn-primary { color: #fff !important; background: var(--tnt-red); border-color: var(--tnt-red); box-shadow: 0 8px 22px rgba(229,22,29,.18); }
.tnt-btn-primary:hover { background: var(--tnt-red-dark); border-color: var(--tnt-red-dark); }
.tnt-btn-outline-light { color: #fff !important; border-color: rgba(255,255,255,.55); background: transparent; }
.tnt-btn-outline-light:hover { background: #fff; color: var(--tnt-ink) !important; }
.tnt-btn-outline-red { color: var(--tnt-red) !important; border-color: var(--tnt-red); background: #fff; }
.tnt-btn-outline-red:hover { color: #fff !important; background: var(--tnt-red); }
.tnt-button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.tnt-text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--tnt-red) !important; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }

/* Shared typography */
.tnt-eyebrow { position: relative; margin-bottom: 18px; padding-left: 34px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tnt-eyebrow::before { content: ""; position: absolute; left: 0; top: 50%; width: 24px; height: 2px; transform: translateY(-50%); background: currentColor; }
.tnt-eyebrow-light { color: #fff; }
.tnt-eyebrow-red { color: var(--tnt-red); }
.tnt-red-line { width: 42px; height: 3px; margin: 15px 0 20px; background: var(--tnt-red); }
.tnt-centered-heading { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.tnt-centered-heading h2 { margin-bottom: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(28px, 3vw, 40px); line-height: 1.15; }
.tnt-centered-heading .tnt-red-line { margin-inline: auto; }
.tnt-centered-heading p { color: var(--tnt-muted); }
.tnt-heading-light h2,
.tnt-heading-light p { color: #fff; }

/* Homepage Hero */
.tnt-home-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 15% 15%, rgba(0,92,170,.28), transparent 34%),
        linear-gradient(112deg, #02070d 0%, #08192a 58%, #020509 100%);
}
.tnt-home-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg,#000,transparent 66%); }
.tnt-home-hero-grid { position: relative; z-index: 1; min-height: 575px; display: grid; grid-template-columns: minmax(650px, 44.5%) minmax(0, 55.5%); align-items: stretch; }
.tnt-hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 52px clamp(24px, 2.1vw, 40px) 52px 0; }
.tnt-hero-copy h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(42px, 3.15vw, 58px); line-height: 1.055; text-transform: uppercase; letter-spacing: -.035em; font-weight: 800; }
.tnt-hero-copy h1 span { color: var(--tnt-red); }
.tnt-hero-copy p { max-width: 620px; margin-bottom: 30px; color: rgba(255,255,255,.85); font-size: 17px; }
.tnt-home-hero-visual { align-self: stretch; min-height: 575px; background-color: #020509; background-image: linear-gradient(90deg, #071321 0%, transparent 10%), url('/tnt_solutions_website/static/src/img/home_hero.webp?v=1.0.3'); background-size: 100% 100%, contain; background-repeat: no-repeat; background-position: center; image-rendering: auto; }

/* Home service strip */
.tnt-service-strip { background: #fff; border-bottom: 1px solid var(--tnt-line); }
.tnt-service-strip-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.tnt-service-strip article { min-height: 198px; padding: 30px 20px; text-align: center; border-right: 1px solid var(--tnt-line); }
.tnt-service-strip article:first-child { border-left: 1px solid var(--tnt-line); }
.tnt-service-strip i { color: var(--tnt-red); font-size: 34px; margin-bottom: 15px; }
.tnt-service-strip h3 { margin-bottom: 10px; font-size: 14px; line-height: 1.25; }
.tnt-service-strip p { margin: 0; color: var(--tnt-muted); font-size: 12px; line-height: 1.55; }

/* Home solutions preview */
.tnt-dark-section { color: #fff; background: radial-gradient(circle at 90% 10%, rgba(229,22,29,.08), transparent 28%), linear-gradient(120deg,#06101b,#020508); }
.tnt-solutions-preview { padding: 58px 0; }
.tnt-solutions-preview-grid { display: grid; grid-template-columns: 280px 1fr; gap: 34px; align-items: stretch; }
.tnt-section-intro { padding: 28px 10px 20px 0; }
.tnt-section-intro h2 { font-size: 31px; line-height: 1.18; text-transform: uppercase; }
.tnt-section-intro h2 span { display: block; color: var(--tnt-red); }
.tnt-section-intro p { color: rgba(255,255,255,.74); font-size: 14px; }
.tnt-solution-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tnt-image-card { overflow: hidden; color: var(--tnt-ink); background: #fff; border-radius: 4px; box-shadow: var(--tnt-shadow); }
.tnt-image-card img { width: 100%; height: 160px; object-fit: cover; object-position: center; }
.tnt-image-card > div { padding: 18px; }
.tnt-image-card h3 { margin-bottom: 8px; font-size: 16px; }
.tnt-image-card p { min-height: 66px; margin-bottom: 12px; color: var(--tnt-muted); font-size: 12px; }
.tnt-image-card a { color: var(--tnt-red); font-size: 11px; font-weight: 800; text-transform: uppercase; }

/* Stats */
.tnt-stat-band { color: #fff; background: linear-gradient(90deg,#c90f15,#f01820,#c40c13); }
.tnt-stat-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.tnt-stat-grid article { min-height: 116px; display: flex; align-items: center; gap: 18px; padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.28); }
.tnt-stat-grid article:first-child { border-left: 1px solid rgba(255,255,255,.28); }
.tnt-stat-grid i { font-size: 36px; }
.tnt-stat-grid strong { display: block; font-size: 22px; line-height: 1.1; }
.tnt-stat-grid span { display: block; margin-top: 4px; font-size: 11px; line-height: 1.3; }

/* Why */
.tnt-why-section { padding: 70px 0; }
.tnt-why-grid { display: grid; grid-template-columns: 34% 66%; gap: 44px; align-items: center; }
.tnt-why-copy h2 { font-size: clamp(32px,3.4vw,47px); line-height: 1.1; }
.tnt-why-copy h2 span { color: var(--tnt-red); }
.tnt-why-copy p { color: var(--tnt-muted); margin-bottom: 25px; }
.tnt-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--tnt-line); }
.tnt-feature-grid article { padding: 34px 22px; text-align: center; border-right: 1px solid var(--tnt-line); }
.tnt-feature-grid article:last-child { border-right: 0; }
.tnt-feature-grid i { color: var(--tnt-red); font-size: 34px; margin-bottom: 18px; }
.tnt-feature-grid h3 { font-size: 14px; }
.tnt-feature-grid p { margin: 0; color: var(--tnt-muted); font-size: 12px; }

/* CTA */
.tnt-cta-band { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 90% 60%, rgba(229,22,29,.22), transparent 30%), linear-gradient(110deg,#071421,#020407); }
.tnt-cta-band::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle,#fff 1px,transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg,transparent,#000); }
.tnt-cta-inner { position: relative; z-index: 1; min-height: 145px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.tnt-cta-inner h2 { margin-bottom: 5px; font-size: clamp(25px,3vw,37px); line-height: 1.15; text-transform: uppercase; }
.tnt-cta-inner h2 span { color: var(--tnt-red); }
.tnt-cta-inner p { margin: 0; color: rgba(255,255,255,.76); }

/* Inner hero */
.tnt-inner-hero { overflow: hidden; color: #fff; background: #06111e; }
.tnt-inner-hero-grid { min-height: 330px; display: grid; grid-template-columns: minmax(440px, 44%) minmax(0, 56%); align-items: stretch; }
.tnt-inner-hero-grid > div:first-child { display: flex; flex-direction: column; justify-content: center; padding: 54px 55px 54px 0; }
.tnt-inner-hero h1 { margin-bottom: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(40px,4.2vw,58px); line-height: 1.08; }
.tnt-inner-hero p { max-width: 560px; margin-bottom: 24px; color: rgba(255,255,255,.85); font-size: 17px; }
.tnt-breadcrumb { display: flex; align-items: center; gap: 11px; font-size: 12px; }
.tnt-breadcrumb strong { color: var(--tnt-red); }
.tnt-inner-hero-image { min-height: 330px; background-size: cover; background-repeat: no-repeat; background-position: center; image-rendering: auto; }
.tnt-solutions-hero .tnt-inner-hero-image { background-image: linear-gradient(90deg,#06111e 0%,transparent 28%), url('/tnt_solutions_website/static/src/img/solutions_hero.webp?v=1.0.3'); }
.tnt-products-hero .tnt-inner-hero-image { background-image: linear-gradient(90deg,#06111e 0%,transparent 25%), url('/tnt_solutions_website/static/src/img/products_hero.webp?v=1.0.3'); }
.tnt-about-hero .tnt-inner-hero-image { background-image: linear-gradient(90deg,#06111e 0%,transparent 25%), url('/tnt_solutions_website/static/src/img/about_hero.webp?v=1.0.3'); }
.tnt-contact-hero .tnt-inner-hero-image { background-image: linear-gradient(90deg,#06111e 0%,transparent 25%), url('/tnt_solutions_website/static/src/img/contact_hero.webp?v=1.0.3'); }
.tnt-mini-benefits { display: flex; flex-wrap: wrap; gap: 15px 25px; margin-top: 8px; font-size: 12px; font-weight: 700; }
.tnt-mini-benefits i { margin-right: 6px; color: var(--tnt-red); }

/* Odoo partner */
.tnt-partner-callout-section { padding: 0 0 25px; background: #fff; }
.tnt-partner-callout { position: relative; z-index: 2; margin-top: -22px; min-height: 118px; display: grid; grid-template-columns: 235px 1fr auto; align-items: center; gap: 28px; padding: 24px 30px; background: #fff; border: 1px solid var(--tnt-line); border-radius: 7px; box-shadow: var(--tnt-shadow); }
.tnt-partner-callout h2 { margin-bottom: 5px; font-family: Georgia,serif; font-size: 22px; }
.tnt-partner-callout p { margin: 0; color: var(--tnt-muted); font-size: 13px; }
.tnt-odoo-badge { display: flex; align-items: center; justify-content: center; gap: 10px; color: #3e3540; font-weight: 700; text-transform: uppercase; }
.tnt-odoo-word { color: var(--tnt-odoo); font-size: 40px; font-weight: 700; line-height: 1; letter-spacing: -.08em; text-transform: lowercase; }
.tnt-ready-label { display: inline-block; padding: 4px 7px; color: #fff; background: var(--tnt-ready); border-radius: 2px; font-size: 10px; line-height: 1; text-transform: uppercase; letter-spacing: .03em; }
.tnt-odoo-mini { margin-top: 18px; display: inline-flex; align-items: center; gap: 9px; }
.tnt-odoo-mini .tnt-odoo-word { font-size: 31px; }

/* Solutions page */
.tnt-solution-list-section { padding: 55px 0 70px; }
.tnt-solution-list-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.tnt-solution-list-grid article { min-height: 288px; padding: 30px 25px; text-align: center; background: #fff; border: 1px solid var(--tnt-line); box-shadow: 0 8px 25px rgba(0,0,0,.025); }
.tnt-icon-circle { width: 68px; height: 68px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; color: var(--tnt-red); border: 1px solid var(--tnt-red); border-radius: 50%; font-size: 30px; }
.tnt-odoo-circle { color: var(--tnt-odoo); font-size: 22px; font-weight: 700; letter-spacing: -.06em; }
.tnt-solution-list-grid h3 { font-family: Georgia,serif; font-size: 19px; }
.tnt-solution-list-grid p { min-height: 85px; color: var(--tnt-muted); font-size: 13px; }
.tnt-solution-list-grid a { color: var(--tnt-red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.tnt-choice-band { padding: 42px 0 48px; color: #fff; background: radial-gradient(circle at 80% 20%,rgba(38,108,168,.18),transparent 32%),linear-gradient(110deg,#061321,#020508); }
.tnt-choice-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.tnt-choice-grid article { display: flex; gap: 16px; padding: 10px 26px; border-right: 1px solid rgba(255,255,255,.25); }
.tnt-choice-grid article:last-child { border-right: 0; }
.tnt-choice-grid i { width: 54px; height: 54px; flex: 0 0 54px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; font-size: 22px; }
.tnt-choice-grid h3 { margin-bottom: 5px; font-size: 14px; }
.tnt-choice-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.tnt-approach-section { padding: 58px 0 70px; }
.tnt-approach-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 42px; }
.tnt-approach-grid article { position: relative; text-align: center; }
.tnt-approach-grid article:not(:last-child)::after { content: "→"; position: absolute; right: -32px; top: 32px; color: #7c838c; font-size: 30px; }
.tnt-approach-grid article > span { position: absolute; left: calc(50% - 44px); top: -3px; width: 26px; height: 26px; z-index: 2; display: grid; place-items: center; color: #fff; background: var(--tnt-red); border-radius: 50%; font-weight: 800; font-size: 12px; }
.tnt-approach-grid h3 { font-family: Georgia,serif; }
.tnt-approach-grid p { color: var(--tnt-muted); font-size: 13px; }

/* Products page */
.tnt-category-section { padding: 50px 0 25px; }
.tnt-category-grid { display: grid; grid-template-columns: repeat(8,1fr); border: 1px solid var(--tnt-line); }
.tnt-category-grid a { min-height: 210px; padding: 25px 13px; text-align: center; border-right: 1px solid var(--tnt-line); transition: .2s ease; }
.tnt-category-grid a:last-child { border-right: 0; }
.tnt-category-grid a:hover { transform: translateY(-4px); box-shadow: var(--tnt-shadow); background: #fff; z-index: 2; }
.tnt-category-grid i { color: var(--tnt-red); font-size: 34px; margin-bottom: 18px; }
.tnt-category-grid h3 { font-size: 13px; line-height: 1.25; }
.tnt-category-grid p { color: var(--tnt-muted); font-size: 11px; }
.tnt-category-grid span { color: var(--tnt-red); font-size: 20px; }
.tnt-product-section { padding: 45px 0 60px; }
.tnt-product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-bottom: 30px; }
.tnt-product-card { overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--tnt-line); box-shadow: 0 8px 25px rgba(0,0,0,.035); }
.tnt-product-image { height: 235px; padding: 16px; display: flex; align-items: center; justify-content: center; background: #fff; border-bottom: 1px solid var(--tnt-line); }
.tnt-product-image img { width: 100%; height: 100%; object-fit: contain; }
.tnt-product-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.tnt-product-body h3 { font-size: 16px; line-height: 1.3; }
.tnt-product-body p { flex: 1; color: var(--tnt-muted); font-size: 12px; }
.tnt-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tnt-product-bottom strong { color: var(--tnt-ink); font-size: 16px; }
.tnt-product-bottom .tnt-btn { min-height: 38px; padding: 9px 12px; font-size: 10px; }
.tnt-empty-products { margin-bottom: 28px; padding: 50px; text-align: center; background: var(--tnt-soft); border: 1px dashed #cbd0d7; }
.tnt-empty-products i { color: var(--tnt-red); font-size: 42px; margin-bottom: 15px; }
.tnt-empty-products p { color: var(--tnt-muted); }
.tnt-brand-section { padding: 20px 0 55px; }
.tnt-brand-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.tnt-brand-row span { min-width: 92px; padding: 11px 16px; text-align: center; color: #525a65; border: 1px solid var(--tnt-line); border-radius: 3px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.tnt-help-section { padding: 0 0 65px; }
.tnt-help-grid { overflow: hidden; display: grid; grid-template-columns: 31% 43% 26%; align-items: stretch; background: var(--tnt-soft); border-left: 6px solid var(--tnt-red); }
.tnt-help-image { min-height: 285px; background: linear-gradient(rgba(5,12,20,.15),rgba(5,12,20,.15)), url('/tnt_solutions_website/static/src/img/managed_it.webp?v=1.0.3') center/cover; }
.tnt-help-grid > div:nth-child(2) { padding: 38px 35px; }
.tnt-help-grid h2 { font-family: Georgia,serif; font-size: 31px; }
.tnt-help-grid h2 span { color: var(--tnt-red); }
.tnt-help-grid p { color: var(--tnt-muted); font-size: 13px; }
.tnt-help-grid ul { padding: 0; margin: 22px 0 0; list-style: none; }
.tnt-help-grid li { margin: 9px 0; font-size: 13px; }
.tnt-help-grid li i { color: var(--tnt-red); margin-right: 8px; }
.tnt-help-cta { padding: 38px 28px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #d9dde2; }
.tnt-help-cta > i { color: var(--tnt-red); font-size: 37px; margin-bottom: 15px; }

/* About */
.tnt-story-section { padding: 65px 0; }
.tnt-story-grid { display: grid; grid-template-columns: 42% 58%; gap: 55px; align-items: center; }
.tnt-story-grid h2 { font-family: Georgia,serif; font-size: clamp(34px,3.6vw,48px); line-height: 1.08; }
.tnt-story-grid p { color: var(--tnt-muted); }
.tnt-story-grid img { width: 100%; height: 410px; object-fit: cover; border-radius: 6px; box-shadow: var(--tnt-shadow); }
.tnt-about-stats { background: var(--tnt-soft); }
.tnt-stat-grid-light article { color: var(--tnt-ink); border-color: #dde1e6 !important; }
.tnt-stat-grid-light i { color: var(--tnt-red); }
.tnt-values-section { padding: 65px 0; }
.tnt-values-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.tnt-values-grid article { padding: 25px 24px; text-align: center; border-right: 1px solid var(--tnt-line); }
.tnt-values-grid article:last-child { border-right: 0; }
.tnt-values-grid i { color: var(--tnt-red); font-size: 38px; margin-bottom: 16px; }
.tnt-values-grid h3 { font-size: 15px; }
.tnt-values-grid p { color: var(--tnt-muted); font-size: 12px; }
.tnt-technology-section { padding: 55px 0; background: var(--tnt-soft); }
.tnt-technology-grid { display: grid; grid-template-columns: 28% 72%; gap: 32px; align-items: center; }
.tnt-technology-grid h2 { font-family: Georgia,serif; font-size: 33px; }
.tnt-technology-grid p { color: var(--tnt-muted); }
.tnt-tech-badges { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.tnt-tech-badges article { min-height: 165px; padding: 25px 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; text-align: center; background: #fff; border: 1px solid var(--tnt-line); }
.tnt-tech-badges strong { font-size: 12px; }
.tnt-odoo-badge-stack { flex-direction: column; gap: 7px; }
.tnt-text-logo { color: #515b67; font-size: 26px; font-weight: 800; }
.tnt-cta-image-band { padding: 0 0 45px; background: var(--tnt-soft); }
.tnt-cta-image-inner { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 45px; color: #fff; background: linear-gradient(90deg,rgba(3,6,10,.98),rgba(3,6,10,.72)), url('/tnt_solutions_website/static/src/img/contact_hero.webp?v=1.0.3') center/cover; border-radius: 5px; }
.tnt-cta-image-inner h2 { margin-bottom: 6px; font-family: Georgia,serif; font-size: 35px; }
.tnt-cta-image-inner p { margin: 0; color: rgba(255,255,255,.76); }

/* Contact */
.tnt-contact-quick-section { padding: 28px 0; border-bottom: 1px solid var(--tnt-line); }
.tnt-contact-quick-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.tnt-contact-quick-grid article { padding: 10px 22px; text-align: center; border-right: 1px solid var(--tnt-line); }
.tnt-contact-quick-grid article:last-child { border-right: 0; }
.tnt-contact-quick-grid i { color: var(--tnt-red); font-size: 31px; margin-bottom: 9px; }
.tnt-contact-quick-grid h3 { margin-bottom: 6px; font-size: 14px; }
.tnt-contact-quick-grid p { margin: 0; color: var(--tnt-muted); font-size: 11px; }
.tnt-contact-main-section { padding: 55px 0 32px; }
.tnt-contact-main-grid { display: grid; grid-template-columns: 62% 38%; gap: 20px; }
.tnt-contact-form-card,
.tnt-office-card { padding: 36px; border: 1px solid var(--tnt-line); border-radius: 5px; }
.tnt-contact-form-card h2,
.tnt-office-card h2 { margin-bottom: 0; font-family: Georgia,serif; font-size: 30px; }
.tnt-contact-form-card > p { color: var(--tnt-muted); }
.tnt-contact-form { display: grid; gap: 16px; }
.tnt-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tnt-contact-form label { display: grid; gap: 6px; color: #4e5661; font-size: 12px; font-weight: 700; }
.tnt-contact-form input,
.tnt-contact-form select,
.tnt-contact-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; color: var(--tnt-ink); background: #fff; border: 1px solid #d7dce2; border-radius: 3px; outline: none; font: inherit; font-size: 14px; }
.tnt-contact-form textarea { resize: vertical; }
.tnt-contact-form input:focus,
.tnt-contact-form select:focus,
.tnt-contact-form textarea:focus { border-color: var(--tnt-red); box-shadow: 0 0 0 3px rgba(229,22,29,.08); }
.tnt-submit-btn { width: 260px; justify-self: center; }
.tnt-office-row { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--tnt-line); }
.tnt-office-row:last-child { border-bottom: 0; }
.tnt-office-row > i { width: 28px; flex: 0 0 28px; color: var(--tnt-red); font-size: 25px; }
.tnt-office-row p { margin: 5px 0 0; color: var(--tnt-muted); font-size: 13px; }
.tnt-office-row a { color: var(--tnt-ink); font-weight: 700; }
.tnt-alert { margin: 18px 0; padding: 13px 15px; border-radius: 3px; font-size: 13px; }
.tnt-alert i { margin-right: 8px; }
.tnt-alert-success { color: #126d45; background: #e9f8f0; border: 1px solid #bce8cf; }
.tnt-alert-error { color: #99161b; background: #fff0f0; border: 1px solid #f0c2c4; }
.tnt-map-section { padding: 0 0 35px; }
.tnt-map-section iframe { width: 100%; height: 390px; display: block; border: 0; border-radius: 5px; box-shadow: 0 5px 20px rgba(0,0,0,.07); }
.tnt-support-quote-section { padding: 0 0 45px; }
.tnt-support-quote-grid { display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: linear-gradient(110deg,#03070c,#0b0d11); border-radius: 5px; }
.tnt-support-quote-grid article { display: flex; align-items: center; gap: 25px; padding: 35px 42px; }
.tnt-support-quote-grid article:first-child { border-right: 1px solid rgba(255,255,255,.18); }
.tnt-support-quote-grid > article > i { width: 68px; height: 68px; flex: 0 0 68px; display: grid; place-items: center; color: var(--tnt-red); border: 1px solid rgba(229,22,29,.6); border-radius: 50%; font-size: 31px; }
.tnt-support-quote-grid h2 { margin-bottom: 5px; font-family: Georgia,serif; font-size: 25px; }
.tnt-support-quote-grid p { color: rgba(255,255,255,.72); font-size: 13px; }

/* Footer */
.tnt-footer { color: #fff; background: radial-gradient(circle at 80% 0%,rgba(13,64,105,.14),transparent 30%),#020509; }
.tnt-footer-grid { display: grid; grid-template-columns: 1.35fr .75fr 1.2fr 1fr .8fr; gap: 32px; padding: 48px 0 35px; }
.tnt-footer-brand img { width: 185px; max-height: 100px; object-fit: contain; object-position: left center; }
.tnt-footer p { color: rgba(255,255,255,.7); font-size: 12px; }
.tnt-footer h3 { margin-bottom: 16px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.tnt-footer ul { padding: 0; margin: 0; list-style: none; }
.tnt-footer li { margin: 8px 0; color: rgba(255,255,255,.75); font-size: 12px; }
.tnt-footer li a:hover { color: var(--tnt-red); }
.tnt-footer li::before { content: "›"; color: var(--tnt-red); margin-right: 8px; font-weight: 800; }
.tnt-footer .tnt-contact-list li { display: flex; gap: 10px; }
.tnt-footer .tnt-contact-list li::before { display: none; }
.tnt-footer .tnt-contact-list i { width: 14px; color: var(--tnt-red); margin-top: 3px; }
.tnt-socials { display: flex; gap: 10px; margin-top: 17px; }
.tnt-socials a { width: 31px; height: 31px; display: grid; place-items: center; color: #020509; background: #fff; border-radius: 50%; }
.tnt-socials a:hover { color: #fff; background: var(--tnt-red); }
.tnt-footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.65); border-top: 1px solid rgba(255,255,255,.15); font-size: 11px; }


@media (max-width: 1500px) and (min-width: 921px) {
    .tnt-home-hero-grid { min-height: 460px; grid-template-columns: minmax(520px, 46%) minmax(0, 54%); }
    .tnt-home-hero-visual { min-height: 460px; }
    .tnt-hero-copy { padding-top: 38px; padding-right: 30px; padding-bottom: 38px; }
    .tnt-hero-copy h1 { max-width: 650px; font-size: clamp(40px, 3.45vw, 52px); }
    .tnt-hero-copy p { font-size: 16px; }
}

/* Responsive */
@media (max-width: 1180px) {
    .tnt-container { width: calc(100% - 36px); }
    .tnt-nav { gap: 20px; }
    .tnt-service-strip-grid { grid-template-columns: repeat(3,1fr); }
    .tnt-service-strip article:nth-child(3n) { border-right: 0; }
    .tnt-service-strip article:nth-child(n+4) { border-top: 1px solid var(--tnt-line); }
    .tnt-solution-card-grid { grid-template-columns: repeat(2,1fr); }
    .tnt-category-grid { grid-template-columns: repeat(4,1fr); }
    .tnt-category-grid a:nth-child(4n) { border-right: 0; }
    .tnt-category-grid a:nth-child(n+5) { border-top: 1px solid var(--tnt-line); }
    .tnt-product-grid { grid-template-columns: repeat(3,1fr); }
    .tnt-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
}

@media (max-width: 920px) {
    .tnt-topbar-links a:nth-child(-n+2) { display: none; }
    .tnt-navbar { min-height: 78px; }
    .tnt-logo-link { width: 150px; flex-basis: 150px; }
    .tnt-menu-toggle { display: flex; }
    .tnt-nav { position: absolute; top: 100%; left: 0; right: 0; z-index: 999; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 18px 22px; background: #fff; border-top: 1px solid var(--tnt-line); box-shadow: 0 16px 28px rgba(0,0,0,.12); }
    .tnt-mobile-menu-open .tnt-nav { display: flex; }
    .tnt-nav-link { padding: 14px 5px; border-bottom: 1px solid var(--tnt-line); }
    .tnt-nav-link::after { display: none; }
    .tnt-nav-quote { margin: 14px 0 0; }
    .tnt-mobile-menu-open .tnt-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .tnt-mobile-menu-open .tnt-menu-toggle span:nth-child(2) { opacity: 0; }
    .tnt-mobile-menu-open .tnt-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .tnt-home-hero-grid { grid-template-columns: 1fr; }
    .tnt-hero-copy { padding: 65px 0 36px; }
    .tnt-home-hero-visual { min-height: 0; aspect-ratio: 1050 / 620; background-image: linear-gradient(180deg,#071321 0%,transparent 10%),url('/tnt_solutions_website/static/src/img/home_hero.webp?v=1.0.3'); background-size: 100% 100%, contain; background-repeat: no-repeat; background-position: center; }
    .tnt-solutions-preview-grid { grid-template-columns: 1fr; }
    .tnt-section-intro { max-width: 650px; }
    .tnt-stat-grid { grid-template-columns: repeat(2,1fr); }
    .tnt-stat-grid article:nth-child(2) { border-right: 0; }
    .tnt-stat-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.28); }
    .tnt-why-grid { grid-template-columns: 1fr; }
    .tnt-feature-grid { grid-template-columns: repeat(2,1fr); }
    .tnt-feature-grid article:nth-child(2) { border-right: 0; }
    .tnt-feature-grid article:nth-child(n+3) { border-top: 1px solid var(--tnt-line); }
    .tnt-cta-inner { padding: 32px 0; align-items: flex-start; flex-direction: column; }
    .tnt-inner-hero-grid { grid-template-columns: 1fr; }
    .tnt-inner-hero-grid > div:first-child { padding: 48px 0 35px; }
    .tnt-inner-hero-image { min-height: 260px; }
    .tnt-partner-callout { grid-template-columns: 1fr; text-align: center; }
    .tnt-solution-list-grid { grid-template-columns: repeat(2,1fr); }
    .tnt-choice-grid { grid-template-columns: repeat(2,1fr); gap: 25px 0; }
    .tnt-choice-grid article:nth-child(2) { border-right: 0; }
    .tnt-choice-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); padding-top: 25px; }
    .tnt-approach-grid { grid-template-columns: repeat(2,1fr); }
    .tnt-approach-grid article:nth-child(2)::after { display: none; }
    .tnt-product-grid { grid-template-columns: repeat(2,1fr); }
    .tnt-help-grid { grid-template-columns: 1fr 1fr; }
    .tnt-help-image { min-height: 330px; }
    .tnt-help-cta { grid-column: 1 / -1; border-left: 0; border-top: 1px solid #d9dde2; }
    .tnt-story-grid { grid-template-columns: 1fr; }
    .tnt-values-grid { grid-template-columns: repeat(3,1fr); }
    .tnt-values-grid article:nth-child(3) { border-right: 0; }
    .tnt-values-grid article:nth-child(n+4) { border-top: 1px solid var(--tnt-line); }
    .tnt-technology-grid { grid-template-columns: 1fr; }
    .tnt-tech-badges { grid-template-columns: repeat(2,1fr); }
    .tnt-contact-quick-grid { grid-template-columns: repeat(2,1fr); }
    .tnt-contact-quick-grid article:nth-child(2n) { border-right: 0; }
    .tnt-contact-quick-grid article:nth-child(n+3) { border-top: 1px solid var(--tnt-line); }
    .tnt-contact-quick-grid article:last-child { grid-column: 1 / -1; }
    .tnt-contact-main-grid { grid-template-columns: 1fr; }
    .tnt-support-quote-grid { grid-template-columns: 1fr; }
    .tnt-support-quote-grid article:first-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 680px) {
    .tnt-container { width: min(100% - 28px, 650px); }
    .tnt-topbar-inner { justify-content: center; }
    .tnt-tagline { font-size: 11px; }
    .tnt-topbar-links { position: absolute; right: 14px; }
    .tnt-home-hero-grid { min-height: auto; }
    .tnt-hero-copy h1 { font-size: 39px; }
    .tnt-hero-copy p { font-size: 15px; }
    .tnt-button-row { flex-direction: column; align-items: stretch; }
    .tnt-btn { width: 100%; }
    .tnt-service-strip-grid { grid-template-columns: repeat(2,1fr); }
    .tnt-service-strip article:nth-child(3n) { border-right: 1px solid var(--tnt-line); }
    .tnt-service-strip article:nth-child(2n) { border-right: 0; }
    .tnt-service-strip article:nth-child(n+3) { border-top: 1px solid var(--tnt-line); }
    .tnt-solution-card-grid { grid-template-columns: 1fr; }
    .tnt-stat-grid { grid-template-columns: 1fr; }
    .tnt-stat-grid article { border-right: 0; border-left: 0 !important; border-top: 1px solid rgba(255,255,255,.28); }
    .tnt-stat-grid article:first-child { border-top: 0; }
    .tnt-feature-grid { grid-template-columns: 1fr; }
    .tnt-feature-grid article { border-right: 0; border-top: 1px solid var(--tnt-line); }
    .tnt-feature-grid article:first-child { border-top: 0; }
    .tnt-inner-hero h1 { font-size: 39px; }
    .tnt-inner-hero p { font-size: 15px; }
    .tnt-inner-hero-image { min-height: 220px; }
    .tnt-partner-callout { margin-top: 18px; padding: 25px 20px; }
    .tnt-odoo-badge { flex-wrap: wrap; }
    .tnt-solution-list-grid { grid-template-columns: 1fr; }
    .tnt-choice-grid { grid-template-columns: 1fr; }
    .tnt-choice-grid article { border-right: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 22px 0; }
    .tnt-choice-grid article:first-child { border-top: 0; }
    .tnt-approach-grid { grid-template-columns: 1fr; gap: 25px; }
    .tnt-approach-grid article::after { display: none; }
    .tnt-category-grid { grid-template-columns: repeat(2,1fr); }
    .tnt-category-grid a:nth-child(4n) { border-right: 1px solid var(--tnt-line); }
    .tnt-category-grid a:nth-child(2n) { border-right: 0; }
    .tnt-category-grid a:nth-child(n+3) { border-top: 1px solid var(--tnt-line); }
    .tnt-product-grid { grid-template-columns: 1fr; }
    .tnt-help-grid { grid-template-columns: 1fr; }
    .tnt-help-image { min-height: 250px; }
    .tnt-help-grid > div:nth-child(2),
    .tnt-help-cta { padding: 30px 22px; }
    .tnt-brand-row span { flex: 1 1 90px; }
    .tnt-story-grid img { height: 300px; }
    .tnt-values-grid { grid-template-columns: 1fr; }
    .tnt-values-grid article { border-right: 0; border-top: 1px solid var(--tnt-line); }
    .tnt-values-grid article:first-child { border-top: 0; }
    .tnt-tech-badges { grid-template-columns: 1fr; }
    .tnt-cta-image-inner { padding: 32px 24px; align-items: flex-start; flex-direction: column; }
    .tnt-contact-quick-grid { grid-template-columns: 1fr; }
    .tnt-contact-quick-grid article { border-right: 0; border-top: 1px solid var(--tnt-line); }
    .tnt-contact-quick-grid article:first-child { border-top: 0; }
    .tnt-contact-quick-grid article:last-child { grid-column: auto; }
    .tnt-contact-form-card,
    .tnt-office-card { padding: 25px 20px; }
    .tnt-form-grid { grid-template-columns: 1fr; }
    .tnt-submit-btn { width: 100%; }
    .tnt-support-quote-grid article { padding: 30px 22px; align-items: flex-start; }
    .tnt-footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .tnt-footer-bottom { padding: 17px 0; align-items: flex-start; flex-direction: column; }
}
