/*
Theme Name: AutoCare Pro
Theme URI: https://example.com/autocare-pro
Author: AutoCare Pro
Description: Professional car service, repair and booking theme with editable Customizer controls.
Version: 1.0.0
Text Domain: autocare-pro
*/
:root{--autopro-accent:#e8483e;--autopro-ink:#17191d;--autopro-soft:#f7f8fa;--autopro-line:#e5e7eb;--autopro-muted:#68707a;--autopro-radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--autopro-ink);background:#fff;font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none;transition:.2s ease}img{display:block;max-width:100%;height:auto}.autopro-wrap{width:min(1180px,calc(100% - 40px));margin:auto}.autopro-topbar{background:var(--autopro-ink);color:#fff;font-size:11px;padding:9px 0}.autopro-topbar .autopro-wrap{display:flex;justify-content:space-between;gap:20px}.autopro-header{background:#fff;border-bottom:1px solid var(--autopro-line);position:sticky;top:0;z-index:20}.autopro-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:25px}.autopro-brand{display:flex;align-items:center;gap:12px;font-family:'Space Grotesk',sans-serif;font-size:18px;font-weight:700}.autopro-brand img{max-height:52px;width:auto}.autopro-brand-mark{width:44px;height:44px;background:var(--autopro-accent);padding:8px;display:grid;place-items:center}.autopro-nav ul{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0;font-size:12px;font-weight:800}.autopro-nav a:hover{color:var(--autopro-accent)}.autopro-header-cta,.autopro-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 20px;border-radius:999px;background:var(--autopro-accent);color:#fff;font-weight:800;font-size:12px;border:0;cursor:pointer}.autopro-header-cta:hover,.autopro-btn:hover{transform:translateY(-2px);filter:brightness(.95)}.autopro-menu-toggle{display:none;background:none;border:0;font-size:25px}.autopro-hero{margin-top:22px;min-height:400px;border-radius:22px;overflow:hidden;position:relative;background:#581d26 center/cover no-repeat;color:#fff}.autopro-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(32,18,23,.88),rgba(147,31,39,.42),rgba(232,72,62,.7))}.autopro-hero-inner{position:relative;z-index:1;padding:70px 44px;max-width:720px}.autopro-eyebrow{display:inline-block;padding:8px 12px;border:1px solid rgba(255,255,255,.35);border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.autopro-hero h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(42px,6vw,76px);line-height:.95;letter-spacing:-.06em;margin:20px 0 16px}.autopro-hero p{font-size:17px;line-height:1.7;max-width:610px;color:rgba(255,255,255,.82);margin:0 0 28px}.autopro-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.autopro-trust-card{display:flex;gap:13px;align-items:center;padding:17px 20px;border:1px solid var(--autopro-line);border-radius:13px;background:#fff}.autopro-trust-icon{font-size:22px;color:var(--autopro-accent)}.autopro-trust-card strong{display:block;font-size:14px}.autopro-trust-card span{display:block;color:var(--autopro-muted);font-size:12px;margin-top:3px}.autopro-section{padding:76px 0}.autopro-section-head{text-align:center;margin-bottom:32px}.autopro-kicker{color:var(--autopro-accent);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.autopro-section h2{font-family:'Space Grotesk',sans-serif;font-size:clamp(32px,5vw,50px);line-height:1;letter-spacing:-.05em;margin:10px 0}.autopro-section-head p{color:var(--autopro-muted);margin:0}.autopro-services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.autopro-service-card{position:relative;overflow:hidden;border:1px solid var(--autopro-line);border-radius:var(--autopro-radius);background:#fff;box-shadow:0 11px 28px rgba(30,35,40,.06);transition:.25s ease}.autopro-service-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(30,35,40,.12)}.autopro-service-card img{width:100%;height:190px;object-fit:cover}.autopro-service-copy{padding:22px}.autopro-service-copy h3{font-family:'Space Grotesk',sans-serif;font-size:22px;line-height:1.05;margin:0 0 10px}.autopro-service-copy p{color:var(--autopro-muted);font-size:14px;line-height:1.65;margin:0}.autopro-tag{position:absolute;top:14px;left:14px;background:var(--autopro-accent);color:#fff;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800}.autopro-booking{background:var(--autopro-soft);padding:34px;border:1px solid var(--autopro-line);border-radius:20px}.autopro-booking-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.autopro-tab{border:1px solid var(--autopro-line);border-radius:999px;background:#fff;padding:11px 16px;font-weight:800;font-size:12px;cursor:pointer}.autopro-tab.is-active,.autopro-tab:hover{background:var(--autopro-accent);border-color:var(--autopro-accent);color:#fff}.autopro-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.autopro-form-grid .full{grid-column:1/-1}.autopro-form-grid label{display:block;font-size:12px;font-weight:800;margin-bottom:7px}.autopro-form-grid input,.autopro-form-grid select,.autopro-form-grid textarea{width:100%;border:1px solid #d6dbe1;background:#fff;padding:14px 15px;border-radius:10px;font:inherit;font-size:14px}.autopro-form-grid textarea{min-height:105px;resize:vertical}.autopro-form-note{font-size:12px;color:var(--autopro-muted);margin-top:12px}.autopro-footer{background:var(--autopro-ink);color:#fff;padding:35px 0;margin-top:40px}.autopro-footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.autopro-footer small{color:rgba(255,255,255,.6)}.autopro-toast{position:fixed;right:22px;bottom:22px;background:var(--autopro-ink);color:#fff;padding:15px 18px;border-radius:10px;box-shadow:0 15px 40px rgba(0,0,0,.22);z-index:40}.autopro-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.autopro-product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--autopro-line);border-radius:var(--autopro-radius);background:#fff;box-shadow:0 10px 28px rgba(30,35,40,.06)}.autopro-product-card img{height:170px;width:100%;object-fit:cover}.autopro-product-card>div{padding:20px}.autopro-product-card h3{font-family:'Space Grotesk',sans-serif;font-size:20px;margin:0 0 7px}.autopro-product-card p{color:var(--autopro-muted);font-size:13px;min-height:36px}.autopro-product-card .autopro-btn{margin-top:8px;padding:10px 16px;font-size:11px}.autopro-whatsapp{position:fixed;left:22px;right:auto;bottom:22px;width:54px;height:54px;display:grid;place-items:center;background:#22c55e;color:#fff;border-radius:50%;font-size:24px;z-index:30}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}
@media(max-width:900px){.autopro-nav{display:none}.autopro-menu-toggle{display:block}.autopro-header-cta{display:none}.autopro-services{grid-template-columns:repeat(2,1fr)}.autopro-product-grid{grid-template-columns:repeat(2,1fr)}.autopro-hero-inner{padding:55px 30px}}
@media(max-width:640px){.autopro-wrap{width:min(100% - 28px,1180px);}.autopro-topbar{font-size:9px}.autopro-topbar .autopro-wrap span:last-child{display:none}.autopro-header-inner{min-height:64px}.autopro-brand{font-size:15px}.autopro-brand-mark{width:38px;height:38px}.autopro-hero{margin-top:14px;min-height:460px;border-radius:16px}.autopro-hero-inner{padding:42px 22px}.autopro-hero h1{font-size:47px}.autopro-hero p{font-size:14px}.autopro-trust{grid-template-columns:1fr}.autopro-trust-card{padding:14px 16px}.autopro-section{padding:56px 0}.autopro-services{grid-template-columns:1fr}.autopro-product-grid{grid-template-columns:1fr}.autopro-service-card img{height:180px}.autopro-booking{padding:20px}.autopro-form-grid{grid-template-columns:1fr}.autopro-form-grid .full{grid-column:auto}.autopro-footer-inner{align-items:flex-start;flex-direction:column}}
