/* Turna Spare Parts — reference-led visual system */
:root {
  --black: #090909;
  --black-2: #111213;
  --panel: #17191a;
  --line: rgba(255, 255, 255, .16);
  --line-dark: #d9d9d9;
  --white: #fff;
  --muted: #a7a7a7;
  --text: #202122;
  --orange: #f56a0a;
  --orange-dark: #d95500;
  --container: 1416px;
  --radius: 7px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #0e1011; font-family: Inter, Arial, sans-serif; font-size: 15px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 72px), var(--container)); margin: 0 auto; }

.top-strip { height: 46px; color: #efefef; background: #080808; border-bottom: 1px solid #313131; font-size: 14px; }
.top-strip-inner { height: 100%; display: flex; align-items: center; gap: 42px; }
.top-item { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; transition: color .2s ease; }
.top-item:hover { color: var(--orange); }
.top-item svg { width: 19px; height: 19px; fill: none; stroke: var(--orange); stroke-width: 1.7; }
.top-socials { margin-left: auto; display: flex; align-items: center; gap: 17px; font-size: 21px; }
.top-socials a { color: #fff; line-height: 1; transition: color .2s ease, transform .2s ease; }
.top-socials a:first-child { color: #ff56a9; }
.top-socials a:nth-child(2) { color: #27db85; }
.top-socials a:hover { transform: translateY(-1px); color: var(--orange); }
.top-divider { width: 1px; height: 22px; background: #3a3a3a; margin-left: 2px; }
.language-globe { font-size: 22px; color: #efefef; line-height: 1; }
.top-socials select { appearance: none; border: 0; outline: 0; background: transparent; color: #efefef; width: 28px; padding: 0; cursor: pointer; font-weight: 600; }
.top-socials select option { color: #111; }
.chevron { color: #d2d2d2; margin-left: -12px; transform: translateY(-2px); }

.site-header { position: relative; z-index: 20; color: var(--white); background: #0b0b0b; border-bottom: 1px solid #262626; }
.nav { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { display: block; width: 229px; height: 94px; object-fit: cover; object-position: center; mix-blend-mode: screen; }
.desktop-nav { height: 100%; display: flex; align-items: center; gap: clamp(24px, 2.35vw, 48px); margin-left: auto; }
.desktop-nav a { height: 100%; display: inline-flex; align-items: center; position: relative; text-transform: uppercase; font-size: 16px; font-weight: 800; white-space: nowrap; letter-spacing: -.2px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.desktop-nav a.active { color: var(--orange); }
.nav-chevron { font-size: 18px; margin-left: 8px; transform: translateY(-2px); }
.nav-actions { display: flex; align-items: center; gap: 18px; margin-left: 25px; }
.nav-cta, .btn-primary { background: var(--orange); color: #fff; font-weight: 800; text-transform: uppercase; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.nav-cta { min-width: 156px; padding: 18px 22px; text-align: center; font-size: 15px; border-radius: 4px; }
.nav-cta:hover, .btn-primary:hover { background: #ff7b1c; transform: translateY(-2px); box-shadow: 0 11px 25px rgba(245, 106, 10, .22); }
.menu-btn { display: none; color: #fff; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.mobile-nav { display: none; padding: 6px 24px 22px; background: #0b0b0b; }
.mobile-nav.open { display: flex; flex-direction: column; gap: 16px; }
.mobile-nav a { color: #fff; font-weight: 800; text-transform: uppercase; font-size: 13px; }
.mobile-nav .mobile-cta { color: var(--orange); }

.hero-reference { min-height: 596px; position: relative; overflow: hidden; color: #fff; background: #181a1b; }
.hero-image { position: absolute; inset: 0 0 0 35%; background: url("assets/hero-truck.jpg") center right / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #181a1b 0%, rgba(24, 26, 27, .96) 22%, rgba(24, 26, 27, .18) 53%, rgba(24, 26, 27, .03) 100%); }
.hero-content { position: relative; z-index: 1; min-height: 490px; display: flex; align-items: center; }
.hero-copy { width: 525px; padding-bottom: 30px; }
.eyebrow { margin: 0 0 17px; color: var(--orange); font-size: 18px; line-height: 1.2; font-weight: 800; letter-spacing: 2px; }
.orange-eyebrow { color: var(--orange); }
.dark-eyebrow { color: var(--orange-dark); }
.hero-copy h1 { margin: 0 0 19px; color: #fff; font-size: clamp(49px, 4.25vw, 70px); line-height: 1.1; letter-spacing: -2.8px; font-weight: 900; }
.hero-description { max-width: 500px; margin: 0 0 27px; color: #f1f1f1; font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.btn { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 22px; padding: 0 24px; border-radius: 3px; border: 1px solid transparent; font-size: 15px; font-weight: 800; text-transform: uppercase; }
.btn-primary { min-width: 228px; }
.btn-outline { min-width: 196px; border-color: rgba(255,255,255,.8); color: #fff; background: rgba(10,10,10,.1); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-arrow { font-size: 25px; font-weight: 400; line-height: 0; }
.whatsapp-mini { font-size: 23px; font-weight: 400; }

.benefits-strip { position: relative; z-index: 2; min-height: 109px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; color: #fff; background: rgba(10, 10, 10, .94); border-radius: 5px 5px 0 0; }
.benefit-item { min-height: 64px; display: flex; align-items: center; gap: 23px; padding: 0 34px; border-right: 1px solid #3a3a3a; }
.benefit-item:last-child { border-right: 0; }
.benefit-icon { width: 46px; flex: 0 0 46px; display: inline-flex; justify-content: center; align-items: center; color: var(--orange); font-size: 45px; font-weight: 300; line-height: 1; }
.medal-icon { font-size: 45px; }
.truck-icon { font-size: 36px; transform: rotate(-8deg); }
.globe-icon { font-size: 48px; }
.headset-icon { font-size: 58px; transform: rotate(-18deg); }
.benefit-item strong { display: block; margin-bottom: 5px; font-size: 15px; line-height: 1; }
.benefit-item div span { display: block; max-width: 195px; color: #d0d0d0; font-size: 12px; line-height: 1.35; }

.products-section { padding: 20px 0 30px; color: #fff; background: #0d0f10; }
.products-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 38px; align-items: stretch; }
.products-intro { padding-top: 28px; }
.products-intro .eyebrow { margin-bottom: 14px; font-size: 13px; letter-spacing: .5px; }
.products-intro h2 { margin: 0 0 12px; font-size: 25px; line-height: 1.2; letter-spacing: -.7px; }
.products-intro p { max-width: 260px; margin: 0 0 22px; color: #d2d2d2; font-size: 14px; line-height: 1.65; }
.products-cta { min-width: 187px; min-height: 48px; gap: 14px; font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.product-card { min-width: 0; height: 255px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid #393b3d; border-radius: 6px; background: linear-gradient(145deg, #191b1c, #111314); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.product-card:hover { border-color: var(--orange); background: #202223; transform: translateY(-5px); }
.product-card img { width: 100%; height: 190px; display: block; object-fit: cover; object-position: center; mix-blend-mode: screen; opacity: .94; }
.product-card strong { min-height: 55px; display: flex; justify-content: center; align-items: center; padding: 12px 7px 15px; text-align: center; font-size: 14px; line-height: 1.15; }

.section { padding: 100px 0; background: #fff; }
.two-col, .quote-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.section h2 { margin: 0 0 22px; color: #191a1b; font-size: clamp(38px, 4vw, 56px); line-height: 1.1; letter-spacing: -2px; }
.section h2 em, .about-card h3 em { color: var(--orange); font-style: normal; }
.section p { color: #646464; }
.lead { font-size: 17px; color: #303030 !important; }
.text-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 20px; color: var(--orange-dark); font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: .5px; }
.text-link span { font-size: 22px; font-weight: 400; }
.about-card { position: relative; min-height: 360px; padding: 45px; overflow: hidden; color: #fff; background: #171819; border-radius: 5px; box-shadow: 20px 20px 0 #ececec; }
.about-card::after { content: ""; position: absolute; right: -60px; bottom: -82px; width: 250px; height: 250px; border: 1px solid rgba(245,106,10,.3); border-radius: 50%; box-shadow: 0 0 0 22px rgba(245,106,10,.07), 0 0 0 46px rgba(245,106,10,.04); }
.card-index { position: absolute; top: 38px; right: 38px; color: var(--orange); font-weight: 800; font-size: 13px; }
.about-card .eyebrow { margin-bottom: 18px; font-size: 12px; letter-spacing: 1px; }
.about-card h3 { margin: 0 0 16px; font-size: 34px; line-height: 1.15; letter-spacing: -1px; }
.about-card > p:not(.eyebrow) { color: #d2d2d2; }
.about-points { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 10px; margin-top: 26px; padding-top: 21px; border-top: 1px solid #3e3f40; color: #fff; font-size: 12px; }
.about-points span { display: block; }

.dark-section { color: #fff; background: #101820; }
.dark-section h2 { color: #fff; }
.dark-section .section-heading > p { max-width: 380px; color: #b5bdc8; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 42px; }
.section-heading .eyebrow { margin-bottom: 16px; font-size: 13px; }
.section-heading h2 { margin-bottom: 0; }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #334452; border-left: 1px solid #334452; }
.brand-grid > div { min-height: 145px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; border-right: 1px solid #334452; border-bottom: 1px solid #334452; transition: background .2s ease, color .2s ease; }
.brand-grid > div:hover { color: var(--orange); background: #152432; }
.brand-grid strong { text-align: center; font-size: 19px; letter-spacing: 1px; }
.brand-grid small { color: #7e8b98; font-size: 9px; letter-spacing: 2px; }

.services-section { background: #fafafa; }
.light-heading { align-items: start; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #dfe3e7; border-left: 1px solid #dfe3e7; }
.service-grid article { min-height: 260px; padding: 30px 26px; border-right: 1px solid #dfe3e7; border-bottom: 1px solid #dfe3e7; transition: border-color .2s ease, background .2s ease; }
.service-grid article:hover { background: #fff; border-color: var(--orange); }
.service-grid article > span { color: var(--orange-dark); font-weight: 800; font-size: 11px; letter-spacing: 2px; }
.service-grid h3 { margin: 39px 0 11px; font-size: 20px; line-height: 1.2; }
.service-grid p { margin: 0; font-size: 13px; }

.export-section { padding-top: 0; background: #fafafa; }
.export-box { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; padding: 59px 65px; color: #fff; background: #101820; border-radius: 6px; }
.export-box h2 { color: #fff; margin-bottom: 14px; }
.export-box p { max-width: 620px; margin-bottom: 0; color: #b7c0c8; }
.export-box .eyebrow { font-size: 13px; }
.export-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid #334452; }
.export-stats div { padding: 14px 20px; border-right: 1px solid #334452; }
.export-stats strong { display: block; margin-bottom: 10px; color: var(--orange); font-size: 26px; }
.export-stats span { color: #a2acb5; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: 1px; }

.quote-section { background: #fff; }
.quote-grid { align-items: start; }
.contact-fast { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.contact-fast a { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
.contact-fast span { width: 29px; height: 29px; display: inline-flex; justify-content: center; align-items: center; color: var(--orange); background: #101820; font-size: 9px; }
.quote-form { padding: 30px; background: #fafafa; border: 1px solid #dfe4e8; border-radius: 6px; }
.quote-form label { display: block; margin-bottom: 17px; }
.quote-form label > span { display: block; margin-bottom: 7px; color: #67717c; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.quote-form input, .quote-form textarea { width: 100%; padding: 12px 13px; color: #252525; border: 1px solid #d6dce1; border-radius: 4px; outline: none; background: #fff; resize: vertical; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,106,10,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.full { width: 100%; cursor: pointer; border: 0; }
.quote-form small { display: block; margin-top: 12px; color: #8a949e; font-size: 10px; }

.contact-section { padding-top: 25px; }
.contact-grid { align-items: start; }
.contact-list { border-top: 1px solid #dfe4e8; }
.contact-list a { display: flex; gap: 22px; padding: 22px 0; border-bottom: 1px solid #dfe4e8; transition: color .2s ease; }
.contact-list a:hover { color: var(--orange-dark); }
.contact-list a > span { color: var(--orange-dark); font-size: 10px; font-weight: 800; }
.contact-list small { display: block; margin-bottom: 4px; color: #8a949e; font-size: 9px; letter-spacing: 2px; }
.contact-list strong { font-size: 14px; }

.footer { padding: 45px 0 20px; color: #fff; background: #05090c; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-bottom: 32px; border-bottom: 1px solid #27313a; }
.footer .brand img { width: 208px; height: 85px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 27px; color: #a7b1b9; font-size: 12px; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; color: #687688; font-size: 10px; }
.quick-rail { position: fixed; z-index: 25; right: 17px; top: 33%; width: 90px; overflow: hidden; border-radius: 4px; background: #1b1c1d; box-shadow: 0 14px 35px rgba(0,0,0,.25); }
.quick-rail-item { min-height: 84px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; color: #fff; border-bottom: 1px solid #373839; text-align: center; transition: background .2s ease; }
.quick-rail-item:last-child { border-bottom: 0; }
.quick-rail-item:hover, .quick-rail-item.whatsapp { background: var(--orange); }
.quick-icon { font-size: 29px; line-height: 1; }
.quick-rail-item strong { font-size: 11px; }
.whatsapp-float { display: none; }

@media (max-width: 640px) {
  .quick-rail { display: none; }
  .whatsapp-float { position: fixed; z-index: 30; right: 16px; bottom: 16px; width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: #21c16b; border-radius: 50%; font-size: 27px; box-shadow: 0 12px 30px rgba(0,0,0,.28); transition: transform .2s ease; }
  .whatsapp-float:hover { transform: scale(1.08); }
}

@media (max-width: 1400px) {
  .brand img { width: 190px; height: 78px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 12px; }
  .nav-actions { margin-left: 8px; }
  .nav-cta { min-width: 140px; padding-left: 15px; padding-right: 15px; }
}

@media (max-width: 1200px) {
  .desktop-nav { gap: 21px; }
  .desktop-nav a { font-size: 13px; }
  .top-strip-inner { gap: 22px; }
  .benefit-item { gap: 12px; padding: 0 17px; }
  .benefit-item div span { font-size: 11px; }
  .products-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 22px; }
  .product-card { height: 235px; }
  .product-card img { height: 174px; }
}

@media (max-width: 960px) {
  .container { width: min(calc(100% - 42px), var(--container)); }
  .top-strip { height: 42px; }
  .top-item:first-child, .email-item { display: none; }
  .top-socials { gap: 14px; }
  .nav { min-height: 88px; }
  .brand img { width: 194px; height: 80px; }
  .desktop-nav { display: none; }
  .nav-actions { margin-left: auto; }
  .menu-btn { display: block; }
  .hero-reference { min-height: 640px; }
  .hero-image { inset: 0 0 115px 0; background-position: 63% center; }
  .hero-overlay { inset: 0 0 115px 0; background: linear-gradient(90deg, #181a1b 0%, rgba(24,26,27,.82) 45%, rgba(24,26,27,.2) 100%); }
  .hero-content { min-height: 525px; align-items: center; }
  .hero-copy { width: 510px; }
  .benefits-strip { min-height: 115px; grid-template-columns: repeat(2, 1fr); border-radius: 0; }
  .benefit-item { min-height: 53px; padding: 11px 20px; }
  .benefit-item:nth-child(2) { border-right: 0; }
  .benefit-item:nth-child(-n+2) { border-bottom: 1px solid #3a3a3a; }
  .products-layout { grid-template-columns: 1fr; }
  .products-intro { padding-top: 5px; }
  .products-intro p { max-width: 470px; }
  .product-grid { grid-template-columns: repeat(5, minmax(125px, 1fr)); overflow-x: auto; padding-bottom: 3px; }
  .product-card { min-width: 145px; }
  .two-col, .quote-grid, .contact-grid { gap: 45px; }
  .section-heading { align-items: start; flex-direction: column; gap: 12px; }
  .section-heading > p { margin-top: 0; }
  .export-box { padding: 46px 40px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .top-strip { display: none; }
  .nav { min-height: 74px; }
  .brand img { width: 173px; height: 71px; }
  .nav-cta { display: none; }
  .hero-reference { min-height: 650px; }
  .hero-image { inset: 0 0 194px 0; background-position: 61% center; }
  .hero-overlay { inset: 0 0 194px 0; background: linear-gradient(90deg, rgba(24,26,27,.98) 0%, rgba(24,26,27,.78) 66%, rgba(24,26,27,.35) 100%); }
  .hero-content { min-height: 455px; align-items: start; padding-top: 68px; }
  .hero-copy { width: 100%; padding-bottom: 0; }
  .eyebrow { font-size: 13px; letter-spacing: 1.2px; }
  .hero-copy h1 { font-size: 43px; letter-spacing: -1.9px; }
  .hero-description { font-size: 15px; line-height: 1.5; }
  .hero-actions { gap: 10px; }
  .btn { min-height: 49px; padding: 0 16px; font-size: 12px; gap: 11px; }
  .btn-primary { min-width: 172px; }
  .btn-outline { min-width: 145px; }
  .benefits-strip { min-height: 194px; grid-template-columns: 1fr 1fr; }
  .benefit-item { gap: 9px; padding: 10px 12px; }
  .benefit-icon { width: 32px; flex-basis: 32px; font-size: 30px; }
  .truck-icon { font-size: 27px; }
  .globe-icon { font-size: 34px; }
  .headset-icon { font-size: 41px; }
  .benefit-item strong { font-size: 10px; }
  .benefit-item div span { font-size: 9px; line-height: 1.35; }
  .products-section { padding-top: 38px; }
  .products-intro h2 { font-size: 31px; }
  .product-grid { gap: 9px; margin-right: -14px; }
  .product-card { min-width: 142px; height: 225px; }
  .product-card img { height: 169px; }
  .product-card strong { min-height: 54px; font-size: 11px; }
  .section { padding: 73px 0; }
  .two-col, .quote-grid, .contact-grid, .export-box { grid-template-columns: 1fr; }
  .two-col, .quote-grid, .contact-grid { gap: 38px; }
  .section h2 { font-size: 39px; letter-spacing: -1.5px; }
  .about-card { min-height: 350px; padding: 31px 25px; box-shadow: 10px 10px 0 #ececec; }
  .about-card h3 { font-size: 29px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid > div { min-height: 112px; }
  .brand-grid strong { font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 205px; }
  .service-grid h3 { margin-top: 27px; }
  .export-box { gap: 35px; padding: 38px 25px; }
  .export-stats { border-top: 1px solid #334452; border-left: 0; }
  .export-stats div { padding: 15px 10px 5px 0; border-right: 0; }
  .quote-form { padding: 22px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer .brand img { width: 181px; height: 74px; }
  .footer-links { gap: 15px; }
}
