@import "https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&family=Barlow+Condensed:wght@800&display=swap";@import "https://cdn.jsdelivr.net/npm/remixicon/fonts/remixicon.css";.navbar{box-sizing:border-box;z-index:1000;background-color:#fff;border-bottom:1px solid #00000012;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 40px;transition:background-color .4s,border-color .4s,box-shadow .4s;display:flex;position:fixed;top:0;left:0}.navbar.transparent{box-shadow:none;background-color:#0000;border-bottom-color:#0000}.navbar.scrolled{background-color:#000000f5;border-bottom-color:#0000;box-shadow:0 2px 24px #0000002e}.nav-progress{pointer-events:none;background-color:#000;height:2px;transition:width .1s linear;position:absolute;bottom:0;left:0}.navbar.scrolled .nav-progress{background-color:#04dbbe}.navbar-logo{flex-shrink:0;align-items:center;display:flex}.navbar-logo img{width:46px;height:auto;display:block}.navbar-list{align-items:center;gap:40px;margin:0;padding:0;list-style:none;display:flex}.nav-link{letter-spacing:.06em;text-transform:uppercase;padding-bottom:4px;font-size:14px;font-weight:600;text-decoration:none;transition:color .25s;position:relative}.nav-link.white{color:#fff}.nav-link.black{color:#111}.navbar.scrolled .nav-link{color:#fff}.nav-link:hover{opacity:.7}.nav-underline{transform-origin:0;background-color:#04dbc0;border-radius:2px;width:100%;height:1.5px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.nav-link.active .nav-underline,.nav-link:hover .nav-underline{transform:scaleX(1)}.hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;outline:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.hamburger .bar{transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s,width .3s;display:block}.hamburger.white .bar{background-color:#fff}.hamburger.black .bar{background-color:#111}.navbar.scrolled .hamburger .bar{background-color:#fff}.hamburger.open .bar:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open .bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;animation:.25s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-drawer{z-index:1050;box-sizing:border-box;background-color:#0a0a0a;align-items:center;width:min(72vw,300px);height:100dvh;padding:0 36px;transition:transform .38s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.nav-drawer.active{transform:translate(0)}.drawer-list{flex-direction:column;gap:8px;width:100%;margin:0;padding:0;list-style:none;display:flex}.drawer-list li{opacity:0;transition:opacity .3s ease calc(var(--i) * 60ms + .12s), transform .3s ease calc(var(--i) * 60ms + .12s);transform:translate(20px)}.nav-drawer.active .drawer-list li{opacity:1;transform:translate(0)}.drawer-link{color:#ffffff8c;letter-spacing:-.3px;border-bottom:1px solid #ffffff0f;align-items:baseline;gap:12px;padding:10px 0;font-size:22px;font-weight:700;text-decoration:none;transition:color .2s;display:flex}.drawer-link:hover,.drawer-link.active{color:#04dbc0}.drawer-num{letter-spacing:.08em;color:#ffffff40;margin-bottom:2px;font-size:11px;font-weight:500;line-height:1}.drawer-link.active .drawer-num{color:#ffffff80}@media (width<=768px){.navbar{padding:0 20px}.navbar-list{display:none}.hamburger{display:flex}}@media (width<=480px){.navbar{height:56px;padding:0 16px}.navbar-logo img{width:40px}}.footer{color:#fff;background-color:#0a0a0a;width:100%;font-family:Barlow,sans-serif}.footer-inner{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:56px 40px 32px}.footer-top{grid-template-columns:1.8fr 1fr 1fr;align-items:flex-start;gap:48px;display:grid}.footer-brand{flex-direction:column;gap:14px;display:flex}.footer-logo{width:48px;height:auto}.footer-tagline{color:#fff;max-width:240px;margin:0;font-size:13.5px;line-height:1.6}.footer-heading{letter-spacing:.12em;text-transform:uppercase;color:#fff;margin:0 0 16px;font-size:11px;font-weight:700}.footer-nav{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#fff;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.footer-link:hover{color:#04dbc0}.footer-contact-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-contact-list li{color:#fff;align-items:center;gap:10px;font-size:13.5px;display:flex}.footer-contact-list svg{opacity:1;flex-shrink:0}.footer-divider{background-color:#ffffff1d;height:.5px;margin:40px 0 24px}.footer-bottom{justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-copy{color:#fff;margin:0;font-size:12.5px}.footer-socials{align-items:center;gap:8px;display:flex}.social-icon{color:#fff;border:1px solid #fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:color .2s,border-color .2s,background-color .2s;display:flex}.social-icon:hover{color:#fff;background-color:#04dbc0;border-color:#04dbc0}@media (width<=900px){.footer-top{grid-template-columns:1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1}.footer-tagline{max-width:100%}}@media (width<=600px){.footer-inner{padding:40px 20px 24px}.footer-top{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;gap:16px}}@media (width<=360px){.footer-inner{padding:32px 16px 20px}.social-icon{width:32px;height:32px}}.layout{min-height:100vh}.layout-content{box-sizing:border-box;padding-top:64px;animation:.3s ease-in-out pageFadeIn}.layout-content.home{padding-top:0}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.layout-content{padding-top:56px}}.home{flex-direction:column;display:flex}.home>:first-child{min-height:100vh}.home .section>.container{margin-bottom:48px}.hero-section{box-sizing:border-box;background-image:url(https://res.cloudinary.com/dggey8rb6/image/upload/v1773126337/IMG_3496bfree-960x636_gvfxct.jpg);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.hero-section-text{color:#fff;text-align:center;position:relative}.hero-section-text h1{font-optical-sizing:auto;font-family:Funnel Sans,sans-serif;font-size:103px;font-weight:900;line-height:0}.hero-section-text h2{font-family:sans-serif;font-size:43px;font-weight:700;line-height:0}.hero-section-text p{color:#e4e4e4;letter-spacing:2px;font-family:sans-serif;font-size:15px;font-weight:400}.hero-section-text,button{visibility:hidden;opacity:0;animation:.5s 1s forwards popIn}@keyframes popIn{to{visibility:visible;opacity:1}}.hero-section .hero-section-text h1,.hero-section .hero-section-text h2,.hero-section .hero-section-text p{opacity:0;animation:.5s ease-in 1s forwards fadeInText}@keyframes fadeInText{0%{opacity:0;transform:scale(.99)}to{opacity:1;transform:scale(1)}}.hero-section .hero-section-btn{position:relative}.hero-section .hero-section-btn button{cursor:pointer;background-color:#04dbc0;border:none;border-radius:22px;padding:15px 40px}.hero-section-btn a{color:#fff;font-size:16px;font-weight:400;text-decoration:none}@media (width<=1024px){.hero-section-text h1{font-size:70px}.hero-section-text h2{font-size:32px}.hero-section-text p{font-size:14px}.hero-section-btn button{padding:12px 30px;font-size:15px}}@media (width<=768px){.hero-section{padding:0 15px}.hero-section-text h1,.hero-section-text h2{word-wrap:break-word;line-height:.1}.hero-section-text h1{font-size:68px}.hero-section-text h2{font-size:32px}.hero-section-text p{font-size:15px}.hero-section-btn{margin-top:5px}.hero-section-btn button{padding:10px 20px;font-size:16px}}@media (width<=480px){.hero-section{height:70vh}.hero-section-text h1{font-size:56px}.hero-section-text h2{margin-top:3px;font-size:28px}.hero-section-text p{display:none}.hero-section-btn button{padding:12px 20px;font-size:16px}}.universal-card{aspect-ratio:1;cursor:pointer;border-radius:7px;width:100%;max-width:320px;transition:transform .3s;position:relative;overflow:hidden}.universal-card:hover{transform:scale(1.05)}.card-image{object-fit:cover;width:100%;height:100%}.card-overlay{background:linear-gradient(#0000,#0003,#000c);position:absolute;inset:0}.card-brand{color:#fff;text-shadow:1px 1px 3px #0009;font-size:1.2rem;font-weight:900;position:absolute;bottom:20px;left:15px}@media (width<=1024px){.universal-card{max-width:250px}.card-brand{font-size:1.1rem}}@media (width<=768px){.universal-card{max-width:180px}.card-brand{font-size:1rem;bottom:15px;left:10px}}@media (width<=480px){.universal-card{max-width:150px}.card-brand{font-size:1rem;bottom:15px;left:9px}}.search-by-brand-section{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:20px;display:flex}.search-by-brand-title h2{color:#333;text-align:center;margin-bottom:12px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:clamp(24px,3vw,34px);font-weight:bolder;line-height:1.2}.search-by-brand-title p{color:#a3a2a2;letter-spacing:1px;text-align:center;font-family:sans-serif;font-size:clamp(13px,1.5vw,16px);font-weight:500;line-height:1.5}.search-by-brand-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;width:100%;display:grid}@media (width<=1024px){.search-by-brand-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.search-by-brand-title h2{font-size:1.6rem}.search-by-brand-title p{font-size:14px}}@media (width<=768px){.search-by-brand-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px}.search-by-brand-title h2{font-size:1.6rem}.search-by-brand-title p{font-size:13px}}@media (width<=480px){.search-by-brand-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.search-by-brand-title h2{font-size:1.7rem}.search-by-brand-title p{font-size:14px}}.find-car-section{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:20px;display:flex}.find-car-title h2{color:#333;text-align:center;margin-bottom:12px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:clamp(24px,3vw,34px);font-weight:bolder;line-height:1.2}.find-car-title p{color:#a3a2a2;letter-spacing:1px;text-align:center;font-family:sans-serif;font-size:clamp(13px,1.5vw,16px);font-weight:500;line-height:1.5}.find-car-filters button{color:#00d9c0;cursor:pointer;cursor:pointer;background-color:#0000;border:1px solid #00d9c0;border-radius:20px;padding:8px 18px;font-size:14px;transition:all .2s}.find-car-filters button.active,.find-car-filters button:hover{color:#fff;background-color:#00d9c0;border-color:#00d9c0}.find-car-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;width:100%;display:grid}@media (width<=1024px){.find-car-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.find-car-title h2{font-size:1.6rem}.find-car-title p{font-size:14px}}@media (width<=768px){.find-car-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px}.find-car-title h2{font-size:1.6rem}.find-car-title p{font-size:13px}.find-car-filters button{padding:6px 14px;font-size:13px}}@media (width<=480px){.find-car-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.find-car-title h2{font-size:1.7rem}.find-car-title p{font-size:14px}.find-car-filters button{padding:5px 12px;font-size:12px}}.wcu{color:#fff;text-align:center;background:linear-gradient(135deg,#5856d5,#6c63ff);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.wcu h2{margin-bottom:40px;font-size:clamp(28px,4vw,42px);font-weight:700}.wcu-cards{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:30px;max-width:1200px;display:flex}.wcu-card{border-radius:15px;flex:300px;max-width:350px;padding:25px 20px}.wcu-card i{margin-bottom:15px;font-size:clamp(35px,5vw,50px)}.wcu-card h3{margin-bottom:10px;font-size:clamp(18px,2.5vw,24px);font-weight:700}.wcu-card p{opacity:.9;font-size:clamp(14px,2vw,16px);line-height:1.6}.about-page{width:100%;min-height:100vh}.about-header{background:#fff;border-bottom:.5px solid #e2e2e2;width:100%}.about-header-inner{max-width:680px;margin:0 auto;padding:48px 24px 44px}.about-header-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#999;margin:0 0 12px;font-size:11.5px;font-weight:700}.about-header-title{color:#111;letter-spacing:-.8px;margin:0 0 16px;font-size:clamp(28px,5vw,48px);font-weight:700;line-height:1.12}.about-header-desc{color:#555;margin:0;font-size:clamp(14px,2vw,16px);line-height:1.7}.about-stats-bar{background:#111;width:100%}.about-stats-inner{grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.about-stat-item{border-right:.5px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:28px 16px;display:flex}.about-stat-item:last-child{border-right:none}.about-stat-value{color:#fff;letter-spacing:-1px;font-size:clamp(26px,4vw,36px);font-weight:700;line-height:1}.about-stat-label{color:#ffffff8c;letter-spacing:.04em;text-transform:uppercase;font-size:12px}.about-section{border-bottom:.5px solid #f0f0f0;width:100%;padding:60px 0}.about-section:last-child{border-bottom:none}.about-section-inner{max-width:1200px;margin:0 auto;padding:0 24px}.about-section-head{max-width:520px;margin-bottom:40px}.about-section-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#999;margin:0 0 10px;font-size:11.5px;font-weight:700}.about-section-title{color:#111;letter-spacing:-.5px;margin:0;font-size:clamp(22px,4vw,34px);font-weight:700;line-height:1.2}.about-body-text{color:#555;margin:0 0 16px;font-size:15px;line-height:1.75}.about-body-text:last-child{margin-bottom:0}.about-story{background:#fff}.about-story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.about-story-text{flex-direction:column;gap:0;display:flex}.about-story-text .about-section-title{margin-bottom:20px}.about-story-image-wrap{aspect-ratio:4/3;border-radius:12px;overflow:hidden}.about-story-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.about-story-image-wrap:hover .about-story-img{transform:scale(1.03)}.about-why{background:#fafafa}.about-why-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.about-why-card{background:#fff;border:.5px solid #e2e2e2;border-radius:10px;flex-direction:column;gap:10px;padding:24px 20px;transition:box-shadow .2s,transform .2s;display:flex}.about-why-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000012}.about-why-icon-wrap{background:#111;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.about-why-icon-wrap i{color:#fff;font-size:20px}.about-why-title{color:#111;margin:0;font-size:14.5px;font-weight:700;line-height:1.3}.about-why-desc{color:#666;margin:0;font-size:13.5px;line-height:1.65}.about-team{background:#fff}.about-team-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.about-team-card{background:#fff;border:.5px solid #e2e2e2;border-radius:10px;transition:box-shadow .2s,transform .2s;overflow:hidden}.about-team-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000012}.about-team-img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.about-team-info{flex-direction:column;gap:4px;padding:16px 18px;display:flex}.about-team-name{color:#111;margin:0;font-size:15px;font-weight:700}.about-team-role{color:#888;font-size:12.5px}.about-contact{background:#fafafa}.about-contact-inner{grid-template-columns:1fr auto;align-items:center;gap:48px;display:grid}.about-contact-cards{flex-direction:column;flex-shrink:0;gap:12px;display:flex}.about-contact-card{color:#333;background:#fff;border:.5px solid #e2e2e2;border-radius:10px;align-items:center;gap:12px;min-width:240px;padding:14px 20px;font-size:14px;display:flex}.about-contact-card i{color:#888;flex-shrink:0;font-size:20px}@media (width<=1024px){.about-why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.about-stats-inner{grid-template-columns:repeat(2,1fr)}.about-stat-item:nth-child(2){border-right:none}.about-stat-item:first-child,.about-stat-item:nth-child(2){border-bottom:.5px solid #ffffff1a}.about-story-grid{grid-template-columns:1fr;gap:32px}.about-story-image-wrap{order:-1}.about-team-grid{grid-template-columns:repeat(2,1fr)}.about-contact-inner{grid-template-columns:1fr;gap:28px}.about-contact-cards{flex-flow:wrap}.about-contact-card{flex:200px;min-width:0}}@media (width<=600px){.about-header-inner{padding:36px 16px 32px}.about-section{padding:40px 0}.about-section-inner{padding:0 16px}.about-stats-inner{grid-template-columns:repeat(2,1fr);padding:0 16px}.about-why-grid,.about-team-grid{grid-template-columns:1fr}.about-contact-cards{flex-direction:column}.about-contact-card{min-width:0}}.cs-section{box-sizing:border-box;background-image:url(https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1920&q=80);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:100vh;min-height:500px;max-height:100vh;display:flex;position:relative;overflow:hidden}.cs-overlay{background:#0000008c;position:absolute;inset:0}.cs-content{z-index:1;text-align:center;box-sizing:border-box;width:100%;max-width:620px;padding:24px 20px;position:relative}.cs-title{color:#fff;letter-spacing:-.01em;margin:0 0 20px;font-family:Barlow Condensed,sans-serif;font-size:clamp(40px,8vw,80px);font-weight:800;line-height:1}.cs-title span{color:#fff6}.cs-desc{color:#ffffff8c;margin:0 0 32px;font-family:Barlow,sans-serif;font-size:clamp(13px,2vw,15px);font-weight:400;line-height:1.7}.cs-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.cs-btn{border-radius:6px;padding:12px 24px;font-family:Barlow,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s}.cs-btn:hover{opacity:.85}.cs-primary{color:#0a0a0a;background-color:#fff}.cs-ghost{color:#fff;border:1px solid #ffffff59}@media (width<=600px){.cs-actions{flex-direction:column;align-items:stretch}.cs-btn{text-align:center}}.bc-section{box-sizing:border-box;background:#f7f7f7;width:100%;padding:60px 40px}.bc-section-inner{grid-template-columns:1fr 1fr;align-items:start;gap:40px;max-width:1100px;margin:0 auto;display:grid}.bc-left{flex-direction:column;gap:16px;display:flex}.bc-map-wrap{border:1px solid #ebebeb;border-radius:14px;width:100%;height:260px;overflow:hidden;box-shadow:0 2px 16px #0000000d}.bc-map-wrap iframe{width:100%;height:100%;display:block}.bc-right{flex-direction:column;gap:12px;display:flex}.bc-card{box-sizing:border-box;background:#fff;border:1px solid #ebebeb;border-radius:14px;width:100%;padding:24px;font-family:Barlow,sans-serif;box-shadow:0 2px 16px #0000000d}.bc-header{align-items:flex-start;gap:12px;display:flex}.bc-logo{color:#111;background:#f4f4f4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.bc-header-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.bc-name{color:#111;margin:0;font-size:15px;font-weight:700;line-height:1.3}.bc-category{color:#999;font-size:12px}.bc-badge{color:#1a7a4a;white-space:nowrap;background:#e6f6ee;border-radius:20px;flex-shrink:0;align-items:center;gap:4px;padding:4px 9px;font-size:11px;font-weight:600;display:inline-flex}.bc-divider{background:#f0f0f0;height:1px;margin:18px 0}.bc-stats{justify-content:space-between;align-items:center;display:flex}.bc-stat{flex-direction:column;flex:1;align-items:center;gap:3px;display:flex}.bc-stat-sep{background:#f0f0f0;flex-shrink:0;width:1px;height:36px}.bc-stat-value{color:#111;align-items:center;font-size:24px;font-weight:700;line-height:1;display:flex}.bc-stat-label{color:#aaa;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:500}.bc-stars{gap:1px;display:flex}.bc-star{font-size:11px}.bc-star-sm{font-size:10px}.bc-star-full{color:#fbbf24}.bc-star-empty{color:#e0e0e0}.bc-open-row{align-items:center;gap:5px;display:flex}.bc-open-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.bc-open-dot.open{background:#22c55e}.bc-open-dot.closed{background:#ef4444}.bc-open-text.open{color:#16a34a}.bc-open-text.closed{color:#dc2626}.bc-info{flex-direction:column;gap:10px;display:flex}.bc-info-row{color:#444;align-items:center;gap:10px;font-size:13px;text-decoration:none;display:flex}.bc-info-link{transition:color .15s}.bc-info-link:hover{color:#111}.bc-info-icon{color:#bbb;flex-shrink:0;font-size:15px}.bc-actions{gap:8px;margin-top:18px;display:flex}.bc-btn{box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:11px 14px;font-family:Barlow,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.bc-btn-review{color:#fff;background:#111;flex:1}.bc-btn-review:hover{background:#2a2a2a}.bc-btn-maps{color:#333;background:#f0f0f0;padding:11px 16px}.bc-btn-maps:hover{background:#e5e5e5}.bc-reviews-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.bc-reviews-title{color:#111;font-family:Barlow,sans-serif;font-size:15px;font-weight:700}.bc-reviews-count{color:#aaa;font-family:Barlow,sans-serif;font-size:12px}.bc-reviews-list{flex-direction:column;gap:10px;display:flex}.bc-review{background:#fff;border:1px solid #ebebeb;border-radius:10px;padding:14px;box-shadow:0 1px 6px #0000000a}.bc-review-top{align-items:center;gap:10px;margin-bottom:8px;display:flex}.bc-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-family:Barlow,sans-serif;font-size:12px;font-weight:700;display:flex}.bc-review-meta{flex-direction:column;gap:2px;display:flex}.bc-review-name{color:#111;font-family:Barlow,sans-serif;font-size:13px;font-weight:600;line-height:1}.bc-review-sub{align-items:center;gap:6px;display:flex}.bc-review-time{color:#bbb;font-size:11px}.bc-review-text{color:#555;margin:0;font-family:Barlow,sans-serif;font-size:13px;line-height:1.6}.bc-review-likes{color:#ef4444;align-items:center;gap:4px;margin-top:6px;font-size:11px;display:inline-flex}.bc-show-more{color:#555;cursor:pointer;background:0 0;border:1px solid #ebebeb;border-radius:8px;justify-content:center;align-items:center;gap:4px;width:100%;padding:10px;font-family:Barlow,sans-serif;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:flex}.bc-show-more:hover{color:#111;background:#f5f5f5}@media (width<=860px){.bc-section{padding:48px 24px}.bc-section-inner{grid-template-columns:1fr;gap:28px}}@media (width<=600px){.bc-section{padding:36px 16px}.bc-stat-value{font-size:20px}.bc-actions{flex-direction:column}.bc-btn-maps{padding:11px 14px}.bc-map-wrap{height:220px}}.map-section{box-sizing:border-box;background:#fff;width:100%}.map-section-inner{grid-template-columns:1fr 1.6fr;min-height:480px;display:grid}.map-info{box-sizing:border-box;background:#0a0a0a;flex-direction:column;gap:0;padding:48px 40px;display:flex}.map-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;margin-bottom:10px;font-family:Barlow,sans-serif;font-size:11px;font-weight:600;display:block}.map-title{color:#fff;margin:0 0 16px;font-family:Barlow,sans-serif;font-size:28px;font-weight:700;line-height:1.2}.map-address{color:#ffffff80;align-items:flex-start;gap:8px;margin:0 0 28px;font-family:Barlow,sans-serif;font-size:13.5px;line-height:1.6;display:flex}.map-icon-pin{color:#ffffff4d;flex-shrink:0;margin-top:2px;font-size:15px}.map-contact-list{flex-direction:column;gap:14px;margin-bottom:32px;display:flex}.map-contact-item{align-items:center;gap:14px;text-decoration:none;transition:opacity .15s;display:flex}a.map-contact-item:hover{opacity:.8}.map-contact-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.map-contact-icon-wrap.call{color:#fff;background:#ffffff1a}.map-contact-icon-wrap.whatsapp{color:#fff;background:#25d366}.map-contact-icon-wrap.clock{color:#fff;background:#ffffff1a}.map-contact-text{flex-direction:column;gap:1px;display:flex}.map-contact-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff4d;font-family:Barlow,sans-serif;font-size:11px;font-weight:600}.map-contact-value{color:#fff;font-family:Barlow,sans-serif;font-size:14px;font-weight:600}.map-directions-btn{color:#0a0a0a;background:#fff;border-radius:8px;align-items:center;gap:8px;width:fit-content;margin-top:auto;padding:12px 22px;font-family:Barlow,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.map-directions-btn:hover{background:#ebebeb}.map-embed-wrap{width:100%;height:100%;min-height:400px;overflow:hidden}.map-embed-wrap iframe{width:100%;height:100%;display:block}@media (width<=860px){.map-section-inner{grid-template-rows:auto 380px;grid-template-columns:1fr}.map-info{padding:36px 28px}.map-directions-btn{margin-top:8px}}@media (width<=600px){.map-section-inner{grid-template-rows:auto 300px}.map-info{padding:28px 20px}.map-title{font-size:22px}.map-contact-icon-wrap{width:34px;height:34px;font-size:14px}.map-contact-value{font-size:13px}}.car-card{border:1px solid #0000000d;border-radius:14px;width:100%;max-width:720px;font-family:Barlow,sans-serif;transition:transform .25s,box-shadow .25s;overflow:hidden}.car-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000014}.car-card-image-wrap{background:#f0f0f0;border-radius:12px;width:100%;height:400px;overflow:hidden}.car-card-image{object-fit:cover;object-position:center 40%;width:100%;height:100%;transition:transform .4s;display:block}.car-card:hover .car-card-image{transform:scale(1.05)}.car-card-body{padding:20px 24px 24px}.car-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:5px;display:flex}.car-card-title{flex-direction:column;gap:2px;display:flex}.car-name{color:#111;letter-spacing:-.4px;margin:0;font-size:26px;font-weight:700;line-height:1}.car-rating{align-items:center;gap:6px;display:flex}.stars{gap:2px;display:flex}.star{color:#ddd;font-size:14px;line-height:1}.star.filled{color:#4b6bfb}.review-count{color:#888;font-size:13px}.car-price{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.price-amount{align-items:baseline;gap:3px;display:flex}.price-currency{color:#111;font-size:15px;font-weight:500}.price-value{color:#111;letter-spacing:-1px;font-size:38px;font-weight:700;line-height:1}.price-label{color:#999;font-size:12px}.car-card-divider{height:.5px;margin-bottom:20px}.car-card-footer{flex-wrap:wrap;align-items:flex-start;gap:28px;display:flex}.car-specs{border-radius:8px;align-items:center;gap:0;width:fit-content;display:flex;overflow:hidden}.spec-item{flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:10px 18px;display:flex}.spec-item:last-child{border-right:none}.spec-item i{color:#666;font-size:18px;line-height:1;display:block}.spec-item span{color:#666;white-space:nowrap;font-size:12px;font-weight:500;line-height:1;display:block}.car-features{flex-wrap:wrap;flex:1;gap:28px;display:flex}.features-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.feature-item{color:#222;align-items:center;gap:8px;font-size:13.5px;display:flex}.check-icon{flex-shrink:0;width:16px;height:16px}.car-contact-btns{align-items:center;gap:10px;margin-top:18px;display:flex}.car-contact-btn{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;text-decoration:none;transition:opacity .2s,transform .15s;display:flex}.car-contact-btn:hover{opacity:.85;transform:scale(1.07)}.car-contact-btn:active{transform:scale(.96)}.car-contact-btn.call{color:#fff;background-color:#111}.car-contact-btn.whatsapp{color:#fff;background-color:#25d366}.car-contact-btn.sms{color:#fff;background-color:#4b6bfb}@media (width<=900px){.car-card-image-wrap{height:320px}.car-name{font-size:22px}.price-value{font-size:32px}.car-card-body{padding:16px 18px 20px}}@media (width<=600px){.car-card-image-wrap{border-radius:10px;height:260px}.car-card-body{padding:14px 14px 18px}.car-name{font-size:20px}.price-value{font-size:28px}.price-currency{font-size:13px}.car-card-footer{gap:20px}.car-specs{justify-content:space-around;width:100%}.spec-item{flex:1;padding:8px 12px}.car-features{gap:16px;width:100%}.feature-item{font-size:13px}}@media (width<=500px){.car-card-image-wrap{border-radius:8px;height:210px}.car-card-body{padding:12px 10px 16px}.car-card-header{flex-direction:column;gap:10px}.car-price{align-items:flex-start}.price-value{font-size:26px}.car-name{font-size:18px}.car-card-footer{flex-direction:column;gap:16px}.car-specs{justify-content:space-around;width:100%}.spec-item{flex:1;padding:8px 6px}.spec-item i{font-size:16px}.car-features{gap:12px;width:100%}.feature-item{font-size:12.5px}.car-contact-btns{margin-top:14px}.car-contact-btn{width:34px;height:34px;font-size:15px}}@media (width<=360px){.car-card-image-wrap{height:180px}.car-name{font-size:16px}.price-value{font-size:22px}.spec-item span{font-size:11px}.feature-item{font-size:12px}}.brand-loading{text-align:center;color:#888;padding:40px;font-size:15px}.brand-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:flex-end;width:100%;height:100vh;margin-top:-68px;display:flex;position:relative}.brand-hero-overlay{background:linear-gradient(#0000001a 0%,#000000a6 100%);position:absolute;inset:0}.brand-hero-content{z-index:1;text-align:center;max-width:700px;padding:0 20px 48px;position:relative}.brand-hero-name{color:#fff;letter-spacing:-1px;margin:0 0 12px;font-size:clamp(40px,8vw,80px);font-weight:700;line-height:1}.brand-hero-desc{color:#ffffffd1;margin:0;font-size:clamp(13px,2vw,16px);line-height:1.6}.brand-page-body{grid-template-columns:1fr 300px;align-items:start;gap:32px;max-width:1200px;margin:0 auto;padding:40px 24px 60px;display:grid}.brand-cars-list{flex-direction:column;gap:24px;display:flex}.brand-empty{color:#888;padding:20px 0;font-size:15px}.brand-sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:24px}.sidebar-card{background:#fff;border:.5px solid #e2e2e2;border-radius:10px;padding:20px}.sidebar-title{color:#111;margin:0 0 12px;font-size:16px;font-weight:700;line-height:1.2}.sidebar-divider{background:#e2e2e2;height:.5px;margin-bottom:16px}.sidebar-info-list{flex-direction:column;gap:12px;display:flex}.sidebar-info-item{color:#444;align-items:center;gap:10px;padding-top:15px;font-size:14px;display:flex}.sidebar-info-item i{color:#888;flex-shrink:0;font-size:18px}.sidebar-tips{flex-direction:column;gap:16px;display:flex}.tip-item{align-items:flex-start;gap:12px;display:flex}.tip-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:64px;height:64px}.tip-content{flex-direction:column;gap:4px;display:flex}.tip-title{color:#111;margin:0;font-size:13.5px;font-weight:600;line-height:1.4}.tip-date{color:#999;font-size:12px}@media (width<=900px){.brand-page-body{grid-template-columns:1fr}.brand-sidebar{position:static}}@media (width<=600px){.brand-hero{height:70vh}.brand-page-body{gap:20px;padding:24px 16px 40px}.brand-hero-content{padding:0 16px 36px}}.category-loading{text-align:center;color:#888;padding:40px;font-size:15px}.category-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:flex-end;width:100%;height:100vh;margin-top:-68px;display:flex;position:relative}.category-hero-overlay{background:linear-gradient(#0000001a 0%,#000000a6 100%);position:absolute;inset:0}.category-hero-content{z-index:1;text-align:center;max-width:700px;padding:0 20px 48px;position:relative}.category-hero-name{color:#fff;letter-spacing:-1px;text-transform:capitalize;margin:0 0 12px;font-size:clamp(40px,8vw,80px);font-weight:700;line-height:1}.category-hero-desc{color:#ffffffd1;margin:0;font-size:clamp(13px,2vw,16px);line-height:1.6}.category-page{width:100%}.category-page-body{grid-template-columns:1fr 300px;align-items:start;gap:32px;max-width:1200px;margin:0 auto;padding:40px 24px 60px;display:grid}.category-cars-list{flex-direction:column;gap:24px;display:flex}.category-empty{color:#888;padding:20px 0;font-size:15px}.category-sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:24px}.category-sidebar-card{background:#fff;border:.5px solid #e2e2e2;border-radius:10px;padding:20px}.category-sidebar-title{color:#111;margin:0 0 12px;font-size:16px;font-weight:700;line-height:1.2}.category-sidebar-divider{background:#e2e2e2;height:.5px;margin-bottom:16px}.category-sidebar-info-list{flex-direction:column;gap:12px;display:flex}.category-sidebar-info-item{color:#444;align-items:center;gap:10px;padding-top:15px;font-size:14px;display:flex}.category-sidebar-info-item i{color:#888;flex-shrink:0;font-size:18px}.category-sidebar-tips{flex-direction:column;gap:16px;display:flex}.category-tip-item{align-items:flex-start;gap:12px;display:flex}.category-tip-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:64px;height:64px}.category-tip-content{flex-direction:column;gap:4px;display:flex}.category-tip-title{color:#111;margin:0;font-size:13.5px;font-weight:600;line-height:1.4}.category-tip-date{color:#999;font-size:12px}@media (width<=900px){.category-page-body{grid-template-columns:1fr}.category-sidebar{position:static}}@media (width<=600px){.category-hero{height:70vh}.category-page-body{gap:20px;padding:24px 16px 40px}.category-hero-content{padding:0 16px 36px}}.cars-page{width:100%;min-height:100vh}.cars-header{z-index:100;background:#fff;border-bottom:.5px solid #e2e2e2;width:100%;position:sticky;top:0}.cars-header-inner{flex-direction:column;gap:14px;max-width:1200px;margin:0 auto;padding:20px 24px 16px;display:flex}.cars-header-top{justify-content:space-between;align-items:flex-end;display:flex}.cars-header-title{color:#111;letter-spacing:-.5px;margin:0 0 4px;font-size:clamp(22px,4vw,32px);font-weight:700;line-height:1.1}.cars-header-subtitle{color:#888;margin:0;font-size:13.5px}.cars-header-controls{align-items:center;gap:10px;display:flex}.cars-search-wrap{flex:1;max-width:460px;position:relative}.cars-search-icon{color:#aaa;pointer-events:none;font-size:17px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.cars-search-input{color:#111;box-sizing:border-box;background:#fafafa;border:.5px solid #ddd;border-radius:8px;outline:none;width:100%;height:42px;padding:0 36px 0 38px;font-size:14px;transition:border-color .2s,background .2s}.cars-search-input:focus{background:#fff;border-color:#111}.cars-search-input::placeholder{color:#bbb}.cars-search-clear{cursor:pointer;color:#aaa;background:0 0;border:none;align-items:center;padding:0;font-size:17px;transition:color .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.cars-search-clear:hover{color:#333}.cars-filter-toggle{color:#fff;cursor:pointer;white-space:nowrap;background:#111;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;height:42px;padding:0 16px;font-size:13.5px;font-weight:600;transition:background .15s;display:none}.cars-filter-toggle:hover{background:#333}.cars-filter-toggle i{font-size:17px}.cars-page-body{grid-template-columns:260px 1fr;align-items:start;gap:32px;max-width:1200px;margin:0 auto;padding:32px 24px 60px;display:grid}.cars-sidebar{scrollbar-width:none;max-height:calc(100vh - 120px);position:sticky;top:102px;overflow-y:auto}.cars-sidebar::-webkit-scrollbar{display:none}.cars-sidebar-inner{background:#fff;border:.5px solid #e2e2e2;border-radius:10px;flex-direction:column;gap:0;display:flex;overflow:hidden}.cars-sidebar-header{border-bottom:.5px solid #e2e2e2;justify-content:space-between;align-items:center;padding:16px 18px 14px;display:flex}.cars-sidebar-title{color:#111;font-size:15px;font-weight:700}.cars-filter-reset{color:#e04040;cursor:pointer;background:0 0;border:none;padding:0;font-size:12.5px;font-weight:600;transition:opacity .15s}.cars-filter-reset:hover{opacity:.7}.cars-filter-group{border-bottom:.5px solid #f0f0f0;padding:14px 18px 16px}.cars-filter-group:last-child{border-bottom:none}.cars-filter-group-label{color:#999;letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px;font-size:11.5px;font-weight:700}.cars-filter-options{flex-wrap:wrap;gap:6px;display:flex}.cars-filter-chip{color:#444;cursor:pointer;white-space:nowrap;background:#fafafa;border:.5px solid #ddd;border-radius:20px;height:30px;padding:0 11px;font-size:12.5px;transition:border-color .15s,background .15s,color .15s}.cars-filter-chip:hover{background:#f0f0f0;border-color:#aaa}.cars-filter-chip.active{color:#fff;background:#111;border-color:#111}.cars-price-range{align-items:center;gap:8px;display:flex}.cars-price-input{color:#111;background:#fafafa;border:.5px solid #ddd;border-radius:6px;outline:none;flex:1;min-width:0;height:34px;padding:0 10px;font-size:13px;transition:border-color .15s}.cars-price-input:focus{background:#fff;border-color:#111}.cars-price-sep{color:#bbb;flex-shrink:0;font-size:13px}.cars-main{flex-direction:column;align-items:center;gap:28px;display:flex}.cars-grid{grid-template-columns:1fr;gap:24px;display:grid}.cars-empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;display:flex}.cars-empty-icon{color:#ddd;font-size:48px}.cars-empty p{color:#888;margin:0;font-size:15px}.cars-empty-reset{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;height:38px;margin-top:4px;padding:0 20px;font-size:13.5px;font-weight:600;transition:background .15s}.cars-empty-reset:hover{background:#333}.cars-pagination{justify-content:center;align-items:center;gap:6px;padding-top:8px;display:flex}.cars-page-btn{color:#444;cursor:pointer;background:#fff;border:.5px solid #e2e2e2;border-radius:6px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 10px;font-size:13.5px;transition:border-color .15s,background .15s,color .15s;display:flex}.cars-page-btn:hover:not(:disabled){background:#f5f5f5;border-color:#aaa}.cars-page-btn:disabled{opacity:.35;cursor:default}.cars-page-btn--active{color:#fff;background:#111;border-color:#111;font-weight:700}.cars-page-btn--active:hover{background:#111!important}.cars-page-btn--arrow i{font-size:18px}.cars-sidebar-backdrop{display:none}@media (width<=900px){.cars-page-body{grid-template-columns:1fr;gap:0;padding:24px 16px 40px}.cars-sidebar{z-index:300;background:#fff;border-radius:0;width:280px;height:100vh;max-height:100vh;display:none;position:fixed;top:0;left:0;box-shadow:4px 0 24px #0000001f}.cars-sidebar--open{display:block}.cars-sidebar-inner{border:none;border-radius:0;height:100%;overflow-y:auto}.cars-sidebar-backdrop{z-index:299;background:#00000059;display:block;position:fixed;inset:0}.cars-filter-toggle{display:flex}}@media (width<=600px){.cars-header-inner{padding:16px 16px 12px}.cars-header-controls{flex-wrap:nowrap}.cars-search-wrap{max-width:none}.cars-grid{grid-template-columns:1fr;gap:16px}.cars-pagination{gap:4px}.cars-page-btn{min-width:32px;height:32px;font-size:12.5px}}.contact-page{width:100%;min-height:100vh}.contact-header{background:#fff;border-bottom:.5px solid #e2e2e2;width:100%}.contact-header-inner{max-width:680px;margin:0 auto;padding:48px 24px 44px}.contact-header-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#999;margin:0 0 12px;font-size:11.5px;font-weight:700}.contact-header-title{color:#111;letter-spacing:-.8px;margin:0 0 16px;font-size:clamp(28px,5vw,48px);font-weight:700;line-height:1.12}.contact-header-desc{color:#555;margin:0;font-size:clamp(14px,2vw,16px);line-height:1.7}.contact-page-body{grid-template-columns:1fr 300px;align-items:start;gap:32px;max-width:1200px;margin:0 auto;padding:40px 24px 60px;display:grid}.contact-main{flex-direction:column;gap:24px;display:flex}.contact-section-card{background:#fff;border:.5px solid #e2e2e2;border-radius:10px;padding:24px}.contact-section-title{color:#111;margin:0 0 12px;font-size:16px;font-weight:700;line-height:1.2}.contact-section-divider{background:#e2e2e2;height:.5px;margin-bottom:20px}.contact-form{flex-direction:column;gap:16px;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-field{flex-direction:column;gap:6px;display:flex}.contact-field-label{color:#555;letter-spacing:.02em;font-size:12.5px;font-weight:600}.contact-field-input{color:#111;box-sizing:border-box;background:#fafafa;border:.5px solid #ddd;border-radius:8px;outline:none;width:100%;height:42px;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s}.contact-field-input:focus{background:#fff;border-color:#111}.contact-field-input::placeholder{color:#bbb}.contact-field-textarea{resize:vertical;height:auto;min-height:120px;padding:12px 14px}.contact-form-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;height:44px;padding:0 24px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.contact-form-btn:hover{background:#333}.contact-form-btn i{font-size:17px}.contact-form-success{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:32px 20px;display:flex}.contact-form-success i{color:#2ecc71;font-size:48px}.contact-form-success h3{color:#111;margin:0;font-size:18px;font-weight:700}.contact-form-success p{color:#666;margin:0;font-size:14px}.contact-form-success button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;height:38px;margin-top:6px;padding:0 20px;font-size:13.5px;font-weight:600;transition:background .15s}.contact-form-success button:hover{background:#333}.contact-faq-list{flex-direction:column;gap:0;display:flex}.contact-faq-item{border-bottom:.5px solid #f0f0f0}.contact-faq-item:last-child{border-bottom:none}.contact-faq-q{cursor:pointer;color:#111;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 0;font-size:14px;font-weight:600;transition:color .15s;display:flex}.contact-faq-q:hover{color:#444}.contact-faq-q i{color:#888;flex-shrink:0;font-size:18px}.contact-faq-a{color:#666;margin:0 0 14px;padding-right:24px;font-size:13.5px;line-height:1.7}.contact-sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:24px}.contact-sidebar-card{background:#fff;border:.5px solid #e2e2e2;border-radius:10px;padding:20px}.contact-sidebar-title{color:#111;margin:0 0 12px;font-size:16px;font-weight:700;line-height:1.2}.contact-sidebar-divider{background:#e2e2e2;height:.5px;margin-bottom:16px}.contact-info-list{flex-direction:column;gap:16px;display:flex}.contact-info-item{align-items:flex-start;gap:12px;display:flex}.contact-info-icon{background:#f5f5f5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.contact-info-icon i{color:#555;font-size:18px}.contact-info-text{flex-direction:column;gap:2px;display:flex}.contact-info-value{color:#111;font-size:13.5px;font-weight:600}.contact-info-sub{color:#999;font-size:12px}.contact-hours-list{flex-direction:column;gap:10px;display:flex}.contact-hours-row{color:#444;border-bottom:.5px solid #f5f5f5;justify-content:space-between;padding-bottom:10px;font-size:13.5px;display:flex}.contact-hours-row:last-child{border-bottom:none;padding-bottom:0}.contact-hours-row--off{color:#bbb}.contact-sidebar-card--dark{background:#111;border-color:#111;flex-direction:column;align-items:flex-start;gap:8px;display:flex}.contact-wa-icon{color:#25d366;font-size:28px}.contact-wa-title{color:#fff;margin:0;font-size:15px;font-weight:700}.contact-wa-desc{color:#fff9;margin:0;font-size:13px;line-height:1.55}.contact-wa-btn{color:#fff;background:#25d366;border-radius:8px;align-items:center;height:38px;margin-top:4px;padding:0 18px;font-size:13.5px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.contact-wa-btn:hover{opacity:.85}@media (width<=900px){.contact-page-body{grid-template-columns:1fr;gap:24px}.contact-sidebar{position:static}}@media (width<=600px){.contact-header-inner{padding:36px 16px 32px}.contact-page-body{padding:24px 16px 40px}.contact-form-row{grid-template-columns:1fr}.contact-form-btn{justify-content:center;width:100%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
