/*
Theme Name: FreshDrive Salongipuhastus
Theme URI: https://www.freshdrive.ee
Author: FreshDrive
Description: FreshDrive autode salongipuhastuse koduleht Tallinnas. Kiirpuhastus alates 35€.
Version: 1.0.5
Text Domain: freshdrive
*/


  
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --bg: #070D14;
    --surface: #0D1720;
    --border: #162030;
    --text: #E8EDF2;
    --muted: #5A7A99;
    --accent: #3AABF0;
    --green: #7EC820;
    --silver: #C8D8E8;
    --white: #ffffff;
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 8px 48px;
    background: rgba(7,13,20,0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
  }
  .nav-logo img { height: 110px; width: auto; display: block; }
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a {
    color: var(--muted); text-decoration: none; font-size: 14px;
    font-weight: 500; letter-spacing: 0.02em; transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--text); }
  .nav-cta {
    background: var(--green); color: #070D14;
    padding: 10px 22px; border-radius: 100px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600; font-size: 14px;
    text-decoration: none; transition: opacity 0.2s;
  }
  .nav-cta:hover { opacity: 0.85; }

  /* HERO */
  .hero {
    min-height: 100vh;
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    text-align: center;
    padding: 120px 24px 80px;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 60%, rgba(58,171,240,0.08) 0%, transparent 60%), radial-gradient(ellipse 40% 40% at 30% 70%, rgba(126,200,32,0.05) 0%, transparent 60%);
    pointer-events: none;
  }
  .hero-eyebrow {
    font-size: 12px; font-weight: 500; letter-spacing: 0.18em;
    color: var(--accent); text-transform: uppercase;
    margin-bottom: 24px;
    display: flex; align-items: center; gap: 10px;
  }
  .hero-eyebrow::before, .hero-eyebrow::after {
    content: ''; display: block;
    width: 32px; height: 1px; background: var(--accent); opacity: 0.5;
  }
  .hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 700; line-height: 1.0; letter-spacing: -0.04em;
    color: var(--white);
    max-width: 14ch;
    margin-bottom: 28px;
  }
  .hero h1 .highlight { color: var(--green); }
  .hero-sub {
    color: var(--muted); font-size: 18px; font-weight: 300;
    max-width: 48ch; margin-bottom: 8px; line-height: 1.7;
  }
  .hero-tagline {
    color: var(--accent); font-size: 13px; font-weight: 500;
    letter-spacing: 0.1em; text-transform: uppercase;
    margin-bottom: 48px;
  }
  .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
  .btn-primary {
    background: var(--green); color: #070D14;
    padding: 16px 36px; border-radius: 100px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600; font-size: 16px;
    text-decoration: none; transition: transform 0.2s, opacity 0.2s;
    display: inline-block;
  }
  .btn-primary:hover { transform: translateY(-2px); opacity: 0.9; }
  .btn-ghost {
    border: 1px solid var(--border); color: var(--text);
    padding: 16px 36px; border-radius: 100px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500; font-size: 16px;
    text-decoration: none; transition: border-color 0.2s;
    display: inline-block;
  }
  .btn-ghost:hover { border-color: var(--muted); }

  /* SLIDER */
  .slider-section {
    padding: 80px 24px 100px;
    display: flex; flex-direction: column; align-items: center;
  }
  .slider-label {
    font-size: 12px; font-weight: 500; letter-spacing: 0.15em;
    text-transform: uppercase; color: var(--muted);
    margin-bottom: 32px;
  }
  .ba-wrapper {
    position: relative; width: 100%; max-width: 800px;
    height: 420px; border-radius: 16px; overflow: hidden;
    cursor: col-resize; user-select: none;
    border: 1px solid var(--border);
  }
  .ba-after {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #071422 0%, #0D1F35 50%, #0A2845 100%);
    display: flex; align-items: center; justify-content: center;
  }
  .ba-before {
    position: absolute; top: 0; bottom: 0; left: 0;
    width: 50%; overflow: hidden;
    background: linear-gradient(135deg, #071410 0%, #0D1A08 50%, #050F04 100%);
    display: flex; align-items: center; justify-content: center;
  }
  .ba-interior {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
  }
  .interior-graphic {
    width: 260px; height: 160px; border-radius: 12px;
    display: flex; flex-direction: column; gap: 8px;
    padding: 16px; position: relative;
  }
  .ba-before .interior-graphic {
    background: rgba(126,200,32,0.05);
    border: 1px solid rgba(255,255,255,0.06);
  }
  .ba-after .interior-graphic {
    background: rgba(58,171,240,0.08);
    border: 1px solid rgba(58,171,240,0.2);
  }
  .seat-row { display: flex; gap: 8px; }
  .seat { flex: 1; height: 48px; border-radius: 8px; position: relative; overflow: hidden; }
  .ba-before .seat { background: rgba(126,200,32,0.06); }
  .ba-after .seat { background: rgba(58,171,240,0.15); }
  .dirt-spot {
    position: absolute; border-radius: 50%;
    background: rgba(139,90,43,0.6);
  }
  .interior-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
    text-transform: uppercase; text-align: center; padding-top: 4px;
  }
  .ba-before .interior-label { color: rgba(255,255,255,0.25); }
  .ba-after .interior-label { color: var(--accent); }
  .ba-tag {
    position: absolute; bottom: 20px; padding: 6px 14px;
    border-radius: 100px; font-size: 12px; font-weight: 600;
    letter-spacing: 0.06em; text-transform: uppercase;
  }
  .ba-before .ba-tag { right: 20px; background: rgba(255,255,255,0.08); color: var(--muted); }
  .ba-after .ba-tag { left: 20px; background: var(--green); color: #070D14; }
  .ba-handle {
    position: absolute; top: 0; bottom: 0;
    left: 50%; transform: translateX(-50%);
    width: 3px; background: var(--white); z-index: 10;
    display: flex; align-items: center; justify-content: center;
  }
  .ba-handle-circle {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--white); color: #070D14;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 700;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4); flex-shrink: 0;
  }

  /* STATS */
  .stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1px; background: var(--border);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin: 0 0 120px;
  }
  .stat { background: var(--bg); padding: 56px 40px; text-align: center; }
  .stat-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 56px; font-weight: 700; letter-spacing: -0.04em;
    color: var(--white); line-height: 1; margin-bottom: 8px;
  }
  .stat-num span { color: var(--green); }
  .stat-desc { color: var(--muted); font-size: 14px; }

  /* SERVICES */
  .section { padding: 0 48px 120px; max-width: 1280px; margin: 0 auto; }
  .section-header { margin-bottom: 64px; }
  .eyebrow {
    font-size: 12px; font-weight: 500; letter-spacing: 0.15em;
    text-transform: uppercase; color: var(--accent);
    margin-bottom: 20px; display: block;
  }
  .section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700; line-height: 1.1; letter-spacing: -0.03em; color: var(--white);
  }
  .services-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
    background: var(--border); border-radius: 16px; overflow: hidden;
  }
  .service-card {
    background: var(--surface); padding: 40px 36px;
    transition: background 0.25s; position: relative; overflow: hidden;
  }
  .service-card:hover { background: #111D2A; }
  .service-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 2px; background: var(--green);
    transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease;
  }
  .service-card:hover::after { transform: scaleX(1); }
  .service-icon { font-size: 32px; margin-bottom: 24px; display: block; }
  .service-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px; font-weight: 600; color: var(--white);
    margin-bottom: 12px; letter-spacing: -0.01em;
  }
  .service-desc { color: var(--muted); font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
  .service-price {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px; font-weight: 700; color: var(--green);
  }
  .service-price span { font-size: 13px; font-weight: 400; color: var(--muted); }

  /* PROCESS */
  .process-section { padding: 0 48px 120px; max-width: 1280px; margin: 0 auto; }
  .process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-top: 64px; }
  .step-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 72px; font-weight: 700; color: var(--border);
    line-height: 1; margin-bottom: 20px; letter-spacing: -0.05em;
  }
  .step-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px; font-weight: 600; color: var(--white); margin-bottom: 10px;
  }
  .step-desc { color: var(--muted); font-size: 14px; line-height: 1.7; }

  /* CONTACT */
  .contact-section {
    padding: 100px 48px;
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .contact-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
  }
  .contact-info h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(32px, 4vw, 52px); font-weight: 700;
    letter-spacing: -0.03em; color: var(--white); line-height: 1.1; margin-bottom: 20px;
  }
  .contact-info h2 em { color: var(--green); font-style: normal; }
  .contact-info p { color: var(--muted); margin-bottom: 40px; font-size: 16px; line-height: 1.7; }
  .contact-details { display: flex; flex-direction: column; gap: 16px; }
  .contact-item { display: flex; align-items: center; gap: 14px; color: var(--text); font-size: 15px; }
  .contact-icon {
    width: 36px; height: 36px; border-radius: 8px;
    background: rgba(58,171,240,0.1); border: 1px solid rgba(58,171,240,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; flex-shrink: 0;
  }
  .contact-form { display: flex; flex-direction: column; gap: 16px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .form-group { display: flex; flex-direction: column; gap: 8px; }
  .form-group label {
    font-size: 12px; font-weight: 500; color: var(--muted);
    letter-spacing: 0.08em; text-transform: uppercase;
  }
  .form-group input, .form-group select, .form-group textarea {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border); border-radius: 10px;
    padding: 14px 16px; color: var(--text);
    font-family: 'Inter', sans-serif; font-size: 15px;
    transition: border-color 0.2s; outline: none; width: 100%;
  }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: var(--accent);
  }
  .form-group textarea { resize: vertical; min-height: 100px; }
  .form-group select option { background: #0D1720; }
  .form-submit {
    background: var(--green); color: #070D14;
    border: none; padding: 16px 32px; border-radius: 100px;
    font-family: 'Space Grotesk', sans-serif; font-weight: 700;
    font-size: 15px; cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
    letter-spacing: 0.02em; align-self: flex-start;
  }
  .form-submit:hover { opacity: 0.85; transform: translateY(-1px); }


  /* GALLERY */
  .gallery-section { padding: 0 0 120px; }
  .section-inner { padding: 0 48px; max-width: 1280px; margin: 0 auto; }
  .section-inner { max-width: 1280px; margin: 0 auto; }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 240px 240px;
    gap: 12px;
  }
  .gallery-card {
    border-radius: 14px; overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    display: flex; flex-direction: column;
    transition: transform 0.25s, border-color 0.25s;
  }
  .gallery-card:hover { transform: translateY(-4px); border-color: var(--accent); }
  .gallery-card--tall { grid-row: span 2; }
  .gallery-card--wide { grid-column: span 2; }
  .gallery-img {
    flex: 1; position: relative;
    display: flex; align-items: flex-end; padding: 16px;
  }
  .gallery-img--1 { background: linear-gradient(160deg, #0a1a2a 0%, #1a3a5a 40%, #0d2235 100%); }
  .gallery-img--2 { background: linear-gradient(160deg, #071810 0%, #123020 50%, #0a2018 100%); }
  .gallery-img--3 { background: linear-gradient(160deg, #1a1020 0%, #2a1a35 50%, #150d25 100%); }
  .gallery-img--4 { background: linear-gradient(160deg, #0d1520 0%, #1a2a3a 50%, #0a1828 100%); }
  .gallery-img--5 { background: linear-gradient(160deg, #071422 0%, #0e2540 60%, #061020 100%); }

  /* Decorative interior elements inside each card */
  .gallery-img::before {
    content: ''; position: absolute; inset: 0;
    background: 
      radial-gradient(ellipse 60% 40% at 60% 40%, rgba(58,171,240,0.12) 0%, transparent 70%),
      radial-gradient(ellipse 40% 60% at 20% 70%, rgba(126,200,32,0.06) 0%, transparent 60%);
  }
  .gallery-img--2::before {
    background: radial-gradient(ellipse 50% 50% at 50% 40%, rgba(126,200,32,0.15) 0%, transparent 70%);
  }
  .gallery-img--5::before {
    background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(58,171,240,0.18) 0%, transparent 70%);
  }

  /* SVG-style seat outlines inside cards */
  .gallery-img::after {
    content: ''; position: absolute;
    top: 20%; left: 15%; right: 15%; bottom: 30%;
    border: 1px solid rgba(200,216,232,0.08);
    border-radius: 12px;
    background: rgba(200,216,232,0.03);
  }

  .gallery-badge {
    position: relative; z-index: 2;
    background: rgba(7,13,20,0.75); backdrop-filter: blur(8px);
    border: 1px solid rgba(58,171,240,0.25);
    color: var(--accent); font-size: 11px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    padding: 5px 12px; border-radius: 100px;
  }
  .gallery-info {
    padding: 14px 18px; display: flex; justify-content: space-between; align-items: center;
    border-top: 1px solid var(--border);
  }
  .gallery-car {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px; font-weight: 600; color: var(--text);
  }
  .gallery-service { font-size: 12px; color: var(--muted); }

  @media (max-width: 900px) {
    .gallery-section { padding: 0 20px 80px; }
    .gallery-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
    }
    .gallery-card--tall, .gallery-card--wide { grid-column: auto; grid-row: auto; }
  }

  /* FOOTER */
  footer {
    padding: 40px 48px; display: flex; justify-content: space-between; align-items: center;
    max-width: 1280px; margin: 0 auto;
  }
  .footer-logo img { height: 72px; width: auto; }
  .footer-copy { color: var(--muted); font-size: 13px; }
  .footer-socials { display: flex; gap: 16px; }
  .footer-socials a { color: var(--muted); text-decoration: none; font-size: 13px; transition: color 0.2s; }
  .footer-socials a:hover { color: var(--text); }

  @media (max-width: 900px) {
    nav { padding: 8px 16px; }
    .nav-logo img { height: 72px; }
    .nav-links { display: none; }
    .nav-cta { padding: 8px 16px; font-size: 13px; }
    .section, .process-section { padding: 0 16px 60px; }
    .services-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr 1fr; gap: 24px; }
    .step-num { font-size: 48px; }
    .contact-inner { grid-template-columns: 1fr; gap: 40px; }
    .contact-section { padding: 48px 16px; }
    .form-row { grid-template-columns: 1fr; }
    footer { flex-direction: column; gap: 20px; text-align: center; padding: 28px 16px; }
    .footer-logo img { height: 56px; }
  }

  @media (max-width: 480px) {
    .nav-logo img { height: 56px; }
    .nav-cta { display: none; }
    .hero { padding: 100px 16px 60px; }
    .hero h1 { font-size: 36px; }
    .hero-sub { font-size: 15px; }
    .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
    .btn-primary, .btn-ghost { text-align: center; padding: 14px 20px; }
    .slider-section { padding: 48px 12px 60px; }
    .ba-wrapper { height: 280px; }
    .section-title { font-size: 26px; }
    .services-grid { gap: 1px; }
    .service-card { padding: 28px 20px; }
    .process-steps { grid-template-columns: 1fr; gap: 20px; }
    .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .gallery-card--tall, .gallery-card--wide { grid-column: auto; grid-row: auto; }
    .contact-info h2 { font-size: 26px; }
    .form-submit { width: 100%; text-align: center; }
  }

  .contact-details a,
  .contact-item a {
    color: var(--text) !important;
    text-decoration: none !important;
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; }
  }


  /* ═══ WORDPRESS ÜHILDUVUS ═══ */
  .freshdrive-wrap { all: initial; display: block; }

  /* ═══ LISATUD MOBIILIPARANDUSED ═══ */
  @media (max-width: 768px) {
    nav {
      padding: 8px 16px;
      height: auto;
    }
    .nav-logo img {
      height: 60px !important;
    }
    .nav-links { display: none !important; }
    .nav-cta {
      padding: 8px 14px;
      font-size: 13px;
    }
    .hero {
      padding: 100px 16px 56px;
      min-height: auto;
    }
    .hero h1 {
      font-size: 34px;
      letter-spacing: -0.03em;
    }
    .hero-sub { font-size: 15px; max-width: 100%; }
    .hero-actions {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
    }
    .btn-primary, .btn-ghost {
      text-align: center;
      padding: 15px 20px;
      width: 100%;
    }
    .slider-section { padding: 40px 12px 56px; }
    .ba-wrapper { height: 260px; }
    .section {
      padding: 0 16px 64px;
    }
    .section-title { font-size: 26px; }
    .services-grid {
      grid-template-columns: 1fr;
      gap: 1px;
    }
    .service-card { padding: 28px 22px; }
    .service-price { font-size: 20px; }
    .process-section { padding: 0 16px 64px; }
    .process-steps {
      grid-template-columns: 1fr 1fr;
      gap: 20px 16px;
    }
    .step-num { font-size: 44px; }
    .gallery-section { padding: 0 16px 64px; }
    .gallery-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      gap: 8px;
    }
    .gallery-card--tall,
    .gallery-card--wide { grid-column: auto; grid-row: auto; }
    .gallery-img { height: 120px; flex: none; }
    .contact-section { padding: 56px 16px; }
    .contact-inner {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .contact-info h2 { font-size: 26px; }
    .form-row { grid-template-columns: 1fr; }
    .form-submit {
      width: 100%;
      text-align: center;
      align-self: stretch;
    }
    footer {
      flex-direction: column;
      gap: 16px;
      text-align: center;
      padding: 28px 16px;
    }
  }

  @media (max-width: 400px) {
    .hero h1 { font-size: 28px; }
    .nav-logo img { height: 48px !important; }
    .process-steps { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
  }

  /* Hamburger menu mobiilil */
  .nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
  }
  .nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: all 0.3s;
  }
  @media (max-width: 768px) {
    .nav-hamburger { display: flex; }
    .nav-cta { display: none; }
    .mobile-menu {
      display: none;
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(7,13,20,0.97);
      z-index: 200;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 36px;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a {
      color: var(--text);
      text-decoration: none;
      font-family: 'Space Grotesk', sans-serif;
      font-size: 28px;
      font-weight: 600;
      transition: color 0.2s;
    }
    .mobile-menu a:hover { color: var(--green); }
    .mobile-menu .mobile-close {
      position: absolute;
      top: 24px; right: 24px;
      font-size: 32px;
      color: var(--muted);
      cursor: pointer;
      background: none;
      border: none;
    }
    .mobile-menu .mobile-cta {
      background: var(--green);
      color: #070D14 !important;
      padding: 14px 36px;
      border-radius: 100px;
      font-size: 18px !important;
    }
  }
  
body.freshdrive-page{{margin:0!important;padding:0!important;}}
body.freshdrive-page *,body.freshdrive-page *::before,body.freshdrive-page *::after{{box-sizing:border-box;}}
body.freshdrive-page.admin-bar nav{{top:32px;}}
@media screen and (max-width:782px){{body.freshdrive-page.admin-bar nav{{top:46px;}}}}
body.freshdrive-page a{{text-decoration:none;color:inherit;}}
body.freshdrive-page p{{margin:0;}}
body.freshdrive-page ul{{margin:0;padding:0;list-style:none;}}
body.freshdrive-page .nav-logo img{{height:110px!important;width:auto!important;max-width:none!important;display:block!important;border:none!important;box-shadow:none!important;border-radius:0!important;background:transparent!important;}}
body.freshdrive-page .footer-logo img{{height:72px!important;width:auto!important;max-width:none!important;background:transparent!important;}}
body.freshdrive-page .hero-sub{{margin:0 0 20px 0!important;}}
body.freshdrive-page .hero-tagline{{margin:0 0 44px 0!important;}}
body.freshdrive-page .hero h1{{margin:0 0 24px 0!important;padding:0!important;}}
body.freshdrive-page .section-title{{margin:0!important;padding:0!important;}}
body.freshdrive-page .service-name,body.freshdrive-page .step-title{{margin:0 0 12px 0!important;padding:0!important;}}
body.freshdrive-page .service-desc{{margin:0 0 24px 0!important;}}
body.freshdrive-page .step-desc{{margin:0!important;}}
body.freshdrive-page .contact-info p{{margin:0 0 40px 0!important;}}
.contact-details a,.contact-item a{{color:var(--text)!important;text-decoration:none!important;}}
.gallery-img{{position:relative;}}
.gallery-img img{{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}}
@media(max-width:768px){{
  body.freshdrive-page .nav-logo img{{height:64px!important;}}
  nav{{padding:8px 16px;}}.nav-links{{display:none!important;}}.nav-cta{{display:none;}}
  .hero{{padding:100px 16px 60px;}}.hero h1{{font-size:34px;}}
  .hero-sub{{font-size:15px;max-width:100%;}}
  .hero-actions{{flex-direction:column;align-items:stretch;gap:12px;}}
  .btn-primary,.btn-ghost{{text-align:center;padding:15px 20px;width:100%;}}
  .slider-section{{padding:40px 12px 56px;}}.ba-wrapper{{height:260px;}}
  .section{{padding:0 16px 64px;}}.section-title{{font-size:26px;}}
  .services-grid{{grid-template-columns:1fr;gap:1px;}}.service-card{{padding:28px 22px;}}
  .process-section{{padding:0 16px 64px;}}.process-steps{{grid-template-columns:1fr 1fr;gap:20px 16px;}}
  .step-num{{font-size:44px;}}
  .gallery-section{{padding:0 16px 64px;}}
  .gallery-grid{{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:8px;}}
  .gallery-card--tall,.gallery-card--wide{{grid-column:auto;grid-row:auto;}}
  .gallery-img{{height:160px;flex:none;}}
  .contact-section{{padding:56px 16px;}}.contact-inner{{grid-template-columns:1fr;gap:40px;}}
  .contact-info h2{{font-size:26px;}}.form-row{{grid-template-columns:1fr;}}
  .form-submit{{width:100%;text-align:center;align-self:stretch;}}
  footer{{flex-direction:column;gap:16px;text-align:center;padding:28px 16px;}}
}}
@media(max-width:400px){{body.freshdrive-page .nav-logo img{{height:52px!important;}}.hero h1{{font-size:28px;}}.process-steps{{grid-template-columns:1fr;}}.gallery-grid{{grid-template-columns:1fr;}}}}
.nav-hamburger{{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none;}}
.nav-hamburger span{{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:all .3s;}}
@media(max-width:768px){{
  .nav-hamburger{{display:flex;}}
  .mobile-menu{{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(7,13,20,.97);z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:36px;}}
  .mobile-menu.open{{display:flex;}}
  .mobile-menu a{{color:var(--text);text-decoration:none;font-family:'Space Grotesk',sans-serif;font-size:28px;font-weight:600;}}
  .mobile-menu a:hover{{color:var(--green);}}
  .mobile-menu .mobile-close{{position:absolute;top:24px;right:24px;font-size:32px;color:var(--muted);cursor:pointer;background:none;border:none;}}
  .mobile-menu .mobile-cta{{background:var(--green);color:#070D14!important;padding:14px 36px;border-radius:100px;font-size:18px!important;}}
}}
