/*
Theme Name: Tomeka 2026
Theme URI: https://tomeka.lt
Author: UAB Tomeka
Description: Custom modern logistics/transport theme for UAB Tomeka. Lightweight, no page builder dependency, built for speed and security.
Version: 1.0.0
Text Domain: tomeka2026
*/


html { scroll-padding-top: 110px; scroll-behavior: smooth; }

body { margin: 0; font-family: 'Manrope', sans-serif; background: #F5F4F0; color: #10161F; }
h1, h2, h3, .display { font-family: 'Space Grotesk', sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; box-sizing: border-box; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .16s; }
.reveal-d3 { transition-delay: .24s; }

#tomeka-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 20px 0; background: rgba(16,22,31,0.94); box-shadow: 0 4px 18px rgba(0,0,0,0.12); transition: background .35s ease, box-shadow .35s ease, padding .35s ease; }
#tomeka-header.scrolled { background: rgba(16,22,31,0.97); box-shadow: 0 8px 30px rgba(0,0,0,0.18); padding: 13px 0; }
#tomeka-header .container { display: flex; align-items: center; justify-content: space-between; }
.tomeka-logo { display: flex; align-items: center; gap: 10px; }
.tomeka-logo span { color: #F5F4F0; font-size: 19px; font-weight: 700; letter-spacing: 0.02em; }
.tomeka-logo img, .custom-logo, .tomeka-logo-img { max-height: 46px; width: auto; display: block; }
#tomeka-header.scrolled .tomeka-logo img, #tomeka-header.scrolled .custom-logo, #tomeka-header.scrolled .tomeka-logo-img { max-height: 36px; }
.tomeka-nav { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.tomeka-nav li { list-style: none; margin: 0; padding: 0; }
.nav-link, .tomeka-nav li > a { position: relative; color: #E7E5DF; font-size: 15px; font-weight: 500; display: inline-block; }
.nav-link::after, .tomeka-nav li > a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: #FF7A33; transition: width .25s ease; }
.nav-link:hover::after, .tomeka-nav li > a:hover::after { width: 100%; }
.cta-btn { background: #FF7A33; color: #10161F; font-weight: 700; font-size: 14px; padding: 11px 22px; border-radius: 999px; display: inline-block; transition: transform .2s ease, box-shadow .2s ease; border: none; cursor: pointer; }
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(255,122,51,0.32); color: #10161F; }
.ghost-btn { border: 1px solid #3A4657; color: #F5F4F0; font-weight: 600; font-size: 16px; padding: 16px 30px; border-radius: 10px; display: inline-block; transition: background .2s ease; }
.ghost-btn:hover { background: rgba(255,255,255,0.08); color: #F5F4F0; }
.menu-toggle { display: none; background: none; border: none; color: #F5F4F0; font-size: 28px; cursor: pointer; }

.hero { position: relative; min-height: 860px; background: linear-gradient(180deg, rgba(10,15,22,0.88) 0%, rgba(14,20,29,0.78) 55%, rgba(19,27,38,0.92) 100%), url('assets/hero-trailer.jpg') center 30%/cover no-repeat; display: flex; align-items: center; overflow: hidden; }
.hero-rings { position: absolute; right: -120px; top: -80px; opacity: 0.5; }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -2px; width: 100%; }
.hero-inner { position: relative; padding: 140px 0 160px; width: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,122,51,0.12); border: 1px solid rgba(255,122,51,0.35); padding: 7px 16px; border-radius: 999px; margin-bottom: 28px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #FF7A33; }
.eyebrow span.txt { color: #FFB088; font-size: 13px; font-weight: 600; letter-spacing: 0.03em; }
.hero h1 { color: #F5F4F0; font-size: 68px; line-height: 1.04; font-weight: 700; max-width: 780px; margin: 0 0 26px; }
.hero p.lede { color: #AEB6C2; font-size: 19px; line-height: 1.6; max-width: 560px; margin: 0 0 42px; }
.hero-ctas { display: flex; gap: 16px; margin-bottom: 76px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 56px; border-top: 1px solid #2A3547; padding-top: 32px; max-width: 720px; flex-wrap: wrap; }
.hero-stats .num { color: #F5F4F0; font-size: 30px; font-weight: 700; }
.hero-stats .lbl { color: #7E8AA0; font-size: 13.5px; margin-top: 4px; }

section.section { padding: 100px 0; }
.section-light { background: #F5F4F0; }
.section-dark { background: #172231; }
.section-photo { position: relative; background-size: cover; background-position: center; }
.section-photo::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,17,25,0.92) 0%, rgba(12,17,25,0.82) 100%); }
.section-photo .container { position: relative; z-index: 1; }
.eyebrow-label { color: #FF7A33; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; margin-bottom: 14px; }
.section h2 { font-size: 38px; font-weight: 700; margin: 0 0 16px; line-height: 1.15; }
.section-dark h2 { color: #F5F4F0; }
.section .lede { color: #5A6373; font-size: 16.5px; line-height: 1.6; margin: 0; max-width: 620px; }
.section-dark .lede { color: #8B93A3; }

.svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 64px; }
.svc-card { background: #FFFFFF; border: 1px solid #E3E0D8; border-radius: 18px; padding: 36px 30px; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(16,22,31,0.14); border-color: rgba(255,122,51,0.5); }
.svc-icon { width: 52px; height: 52px; border-radius: 12px; background: #172231; display: flex; align-items: center; justify-content: center; margin-bottom: 26px; }
.svc-card h3 { font-size: 20px; font-weight: 700; margin: 0 0 12px; }
.svc-card p { color: #5A6373; font-size: 15px; line-height: 1.65; margin: 0 0 20px; }
.svc-card a { font-weight: 700; font-size: 14px; border-bottom: 2px solid #FF7A33; padding-bottom: 2px; }
.svc-card.has-photo { padding: 0 0 30px; overflow: hidden; }
.svc-card .svc-photo { width: 100%; height: 170px; object-fit: cover; display: block; margin-bottom: 24px; }
.svc-card.has-photo .svc-body { padding: 0 30px; }

.why-grid { display: grid; grid-template-columns: minmax(0,0.85fr) minmax(0,1.15fr); gap: 80px; align-items: center; }
.why-items { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 32px; }
.why-item { display: flex; gap: 14px; }
.why-item .t { color: #F5F4F0; font-weight: 700; font-size: 16px; margin-bottom: 6px; }
.why-item .d { color: #7E8AA0; font-size: 14.5px; line-height: 1.6; }

.route-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 48px; }
.route-pill { border: 1px solid #D8D4C8; padding: 10px 18px; border-radius: 999px; font-size: 14px; font-weight: 600; color: #10161F; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.route-pill:hover { background: #10161F; color: #F5F4F0; border-color: #10161F; }
.section-dark .route-pill { border-color: #3A4657; color: #F5F4F0; }
.section-dark .route-pill:hover { background: #FF7A33; border-color: #FF7A33; color: #10161F; }

.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,0.85fr); gap: 64px; }
.contact-info { display: flex; flex-direction: column; gap: 18px; padding-top: 20px; border-top: 1px solid #2A3547; max-width: 460px; }
.contact-info .row { display: flex; gap: 12px; align-items: center; }
.contact-info .k { color: #7E8AA0; font-size: 13px; width: 90px; }
.contact-info .v { color: #F5F4F0; font-weight: 600; font-size: 15.5px; }
.contact-form { background: #F5F4F0; border-radius: 20px; padding: 36px; display: flex; flex-direction: column; gap: 16px; }
.contact-form .two-col { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.contact-form input, .contact-form textarea { padding: 13px 16px; border-radius: 10px; border: 1px solid #D8D4C8; font-size: 14.5px; background: #FFFFFF; font-family: inherit; }
.contact-form textarea { resize: none; }

footer.site-footer { padding: 44px 0; background: #0C1119; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #7E8AA0; font-size: 13.5px; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-links a { color: #7E8AA0; font-size: 13.5px; }

.inner-page { padding: 180px 0 100px; min-height: 50vh; }
.inner-page h1 { font-size: 44px; margin: 0 0 24px; }
.inner-page .content { font-size: 16px; line-height: 1.75; color: #33363c; max-width: 780px; }
.inner-page .content h2 { margin-top: 2em; }

@media (max-width: 900px) {
  .hero h1 { font-size: 44px; }
  .svc-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-items { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .tomeka-nav { position: fixed; top: 0; right: -100%; height: 100vh; width: 78%; max-width: 320px; background: #10161F; flex-direction: column; justify-content: center; align-items: flex-start; padding: 40px; gap: 28px; transition: right .3s ease; }
  .tomeka-nav.open { right: 0; }
  .menu-toggle { display: block; }
}


/* ---- Kainos skaičiuoklė (price calculator) form ---- */
.kainos-intro { max-width: 720px; margin: 0 0 40px; color: #5A6373; font-size: 16.5px; line-height: 1.6; }
.kainos-success, .kainos-error { display: none; border-radius: 14px; padding: 20px 24px; margin-bottom: 32px; font-size: 15px; font-weight: 600; max-width: 900px; }
.kainos-success { background: rgba(46,163,105,0.12); border: 1px solid rgba(46,163,105,0.35); color: #1E7A47; }
.kainos-error { background: rgba(214,69,69,0.1); border: 1px solid rgba(214,69,69,0.35); color: #B23434; }
.kainos-form-card { background: #FFFFFF; border: 1px solid #E3E0D8; border-radius: 20px; padding: 44px; max-width: 920px; }
.kainos-form .form-row { margin-bottom: 24px; }
.kainos-form .two-col { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.kainos-form .three-col { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.kainos-form fieldset { border: none; padding: 0; margin: 0; }
.kainos-form legend, .kainos-form label.field-label { display: block; font-weight: 700; font-size: 14.5px; color: #10161F; margin-bottom: 10px; padding: 0; }
.kainos-form .hint { display: block; font-weight: 400; color: #8B93A3; font-size: 12.5px; margin-top: 6px; }
.kainos-form input[type="text"], .kainos-form input[type="email"], .kainos-form input[type="tel"], .kainos-form input[type="number"], .kainos-form input[type="date"], .kainos-form select, .kainos-form textarea {
  width: 100%; box-sizing: border-box; padding: 13px 16px; border-radius: 10px; border: 1px solid #D8D4C8; font-size: 14.5px; background: #FFFFFF; font-family: inherit; color: #10161F; transition: border-color .2s ease, box-shadow .2s ease;
}
.kainos-form select { appearance: auto; cursor: pointer; }
.kainos-form textarea { resize: vertical; min-height: 120px; }
.kainos-form input:focus, .kainos-form select:focus, .kainos-form textarea:focus { outline: none; border-color: #FF7A33; box-shadow: 0 0 0 3px rgba(255,122,51,0.15); }
.kainos-form .radio-group, .kainos-form .checkbox-group { display: flex; flex-wrap: wrap; gap: 14px 28px; }
.kainos-form .radio-opt, .kainos-form .checkbox-opt { display: flex; align-items: center; gap: 9px; font-size: 14.5px; color: #10161F; cursor: pointer; font-weight: 500; }
.kainos-form .radio-opt input, .kainos-form .checkbox-opt input { width: 18px; height: 18px; accent-color: #FF7A33; cursor: pointer; margin: 0; }
.kainos-form .website-field { position: absolute; left: -9999px; top: -9999px; }
.kainos-form .submit-row { margin-top: 8px; }
.kainos-form .submit-row .cta-btn { border: none; font-size: 15px; padding: 15px 34px; }
.kainos-form .required { color: #FF7A33; }
@media (max-width: 700px) {
  .kainos-form .two-col, .kainos-form .three-col { grid-template-columns: 1fr; }
  .kainos-form-card { padding: 28px 22px; }
}
