:root{
  --black:#020202;
  --black-2:#080808;
  --panel:#0b0b0b;
  --gold:#e2aa14;
  --gold-2:#f2c12a;
  --gold-dark:#8a6500;
  --text:#f7f7f7;
  --muted:#c9c9c9;
  --border:rgba(226,170,20,.58);
  --border-soft:rgba(226,170,20,.28);
  --shadow:0 22px 60px rgba(0,0,0,.45);
  --container:1400px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#020202 0%,#090909 100%);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.45}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(calc(100% - 44px),var(--container));margin-inline:auto}
.section-border{border-top:1px solid var(--border);border-bottom:1px solid var(--border-soft)}

.site-header{position:sticky;top:0;z-index:20;background:rgba(0,0,0,.96);border-top:4px solid var(--gold);border-bottom:1px solid var(--border);backdrop-filter:blur(10px)}
.header-inner{min-height:108px;display:grid;grid-template-columns:360px 1fr 300px;align-items:center;gap:26px}
.brand{display:flex;align-items:center}
.brand-image,.custom-logo{max-width:100%;height:auto;max-height:84px;width:auto}
.main-menu{display:flex;align-items:center;justify-content:center;gap:28px;list-style:none;margin:0;padding:0}
.main-menu a{position:relative;text-transform:uppercase;font-size:15px;letter-spacing:.7px;color:#fff;padding:12px 0;transition:.2s}
.main-menu a:hover,.main-menu .current-menu-item>a{color:var(--gold-2)}
.main-menu a:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.2s}
.main-menu a:hover:after,.main-menu .current-menu-item>a:after,.main-menu li:first-child a:after{transform:scaleX(1)}
.main-menu li:first-child a{color:var(--gold-2)}
.header-phone{display:flex;align-items:center;gap:14px;justify-content:flex-end}
.phone-circle{width:52px;height:52px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold-2);font-size:26px;flex:0 0 auto}
.header-phone small{display:block;color:#fff;text-transform:uppercase;font-size:13px}
.header-phone strong{display:block;color:var(--gold-2);font-size:25px;line-height:1.1}
.menu-toggle{display:none;background:transparent;border:1px solid var(--gold);color:var(--gold);padding:10px 14px;text-transform:uppercase}

.hero{position:relative;overflow:hidden;background:#080808}
.hero-bg{position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.90) 35%,rgba(0,0,0,.35) 68%,rgba(0,0,0,.55) 100%),
  var(--hero-bg-image) right center/62% auto no-repeat,
  radial-gradient(circle at 82% 48%,rgba(226,170,20,.18),transparent 30%),
  linear-gradient(90deg,#060606 0%,#090909 100%);
}
.hero-inner{position:relative;display:grid;grid-template-columns:48% 52%;align-items:center;min-height:370px}
.hero-copy{padding:34px 0 28px;z-index:2}
.hero h1{margin:0;text-transform:uppercase;font-size:clamp(40px,5vw,70px);line-height:.98;letter-spacing:1.5px;font-weight:900}
.hero h1 span{display:inline-block;color:var(--gold-2)}
.hero-subtitle{font-weight:800;font-size:24px;margin:16px 0 24px}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);background:rgba(8,8,8,.76);max-width:632px}
.hero-features article{display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;align-items:start;gap:0 12px;padding:16px 14px;border-right:1px solid rgba(226,170,20,.22)}
.hero-features article:last-child{border-right:0}
.hero-features img{grid-row:1/3;width:28px;height:28px;align-self:center;opacity:.98}
.hero-features strong{color:var(--gold-2);text-transform:uppercase;font-size:12px;line-height:1.2}
.hero-features small{font-size:12px;color:#fff}
.hero-actions{display:flex;gap:18px;margin-top:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:12px 24px;border:1px solid var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.3px;transition:.2s}
.btn img{width:20px;height:20px}
.btn:hover{transform:translateY(-1px);filter:brightness(1.08)}
.btn-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#050505;border-color:var(--gold-2)}
.btn-outline{background:rgba(5,5,5,.55);color:#fff}
.btn-dark{background:#050505;color:#fff;border-color:#050505}
.hero-media{display:none}
.hero-car-image{width:min(760px,100%);filter:drop-shadow(0 22px 42px rgba(0,0,0,.6))}

.services-booking{background:linear-gradient(90deg,#050606,#080908);padding:24px 0 32px}
.split-grid{display:grid;grid-template-columns:55% 45%;gap:26px}
.panel{border-left:1px solid rgba(226,170,20,.35);border-right:1px solid rgba(226,170,20,.35);padding:0 18px}
.panel h2,.why-block h2{margin:0;color:var(--gold-2);text-transform:uppercase;font-size:22px;letter-spacing:.5px}
.title-line{width:30px;height:2px;background:var(--gold);margin:8px 0 14px}
.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.service-card{min-height:194px;border:1px solid var(--border);border-radius:6px;background:radial-gradient(circle at 50% 0,rgba(226,170,20,.08),rgba(10,10,10,.74));padding:22px 14px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.service-icon{height:68px;display:grid;place-items:center}
.service-icon img{height:58px;width:58px}
.service-card h3{margin:10px 0 8px;color:var(--gold-2);font-size:15px;text-transform:uppercase}
.service-card p,.booking-panel p,.why-items p,.contact-card p{margin:0;color:#fff;font-size:13px}
.booking-panel{padding-left:26px}
.booking-panel p{margin:4px 0 10px}
.booking-form{display:grid;gap:8px}
.form-row{display:grid;gap:8px}
.form-row.three{grid-template-columns:repeat(3,1fr)}
input,select,textarea{width:100%;min-height:38px;border:1px solid rgba(226,170,20,.5);background:linear-gradient(180deg,#151719,#0e0f10);color:#fff;padding:0 12px;border-radius:2px;font:inherit;font-size:13px}
textarea{padding-top:10px;min-height:38px;resize:vertical}
.form-submit{width:100%;min-height:40px;border-radius:3px}
.form-submit img{width:18px;height:18px}

.why-contact{padding:8px 0;background:#050605}
.why-grid{display:grid;grid-template-columns:68% 30%;gap:2%;align-items:center}
.why-block h2{text-align:center;display:flex;align-items:center;justify-content:center;gap:12px}
.why-block h2:before,.why-block h2:after{content:"";height:1px;background:rgba(226,170,20,.45);flex:1}
.why-items{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px}
.why-items article{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;border-right:1px solid rgba(226,170,20,.35);padding-right:12px}
.why-items article:last-child{border-right:0}
.why-items img{width:44px;height:44px}
.why-items h3{margin:0 0 4px;color:var(--gold-2);text-transform:uppercase;font-size:14px}
.contact-card{display:grid;grid-template-columns:70px 1fr;gap:10px;align-items:center;background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#070707;border-radius:6px;padding:18px 28px;box-shadow:var(--shadow)}
.contact-card .contact-icon{width:46px;height:46px}
.contact-card h2{margin:0;text-transform:uppercase;font-size:21px;color:#070707}
.contact-card p{color:#050505;margin-bottom:10px}
.contact-card .btn{min-height:36px;padding:8px 18px;font-size:13px}

.site-footer{background:#040404;border-top:1px solid var(--border);padding-top:18px}
.footer-top{display:grid;grid-template-columns:190px 315px 250px 1fr 170px;gap:18px;align-items:center;padding-bottom:18px;border-bottom:1px solid rgba(226,170,20,.35)}
.footer-item{display:flex;align-items:center;gap:10px;color:#fff;font-size:14px;min-width:0}
.footer-item img{width:20px;height:20px;flex:0 0 auto}
.footer-item span:last-child{overflow-wrap:anywhere}
.footer-owner{justify-self:end}
.footer-owner strong{color:var(--gold-2)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:16px 0 22px;color:#cfcfcf;font-size:13px}
.footer-bottom p{margin:0}
.footer-menu{display:flex;gap:15px;list-style:none;margin:0;padding:0}
.footer-menu a:hover{color:var(--gold-2)}

.content-page{padding:70px 0}
.prose{max-width:900px}
.prose h1{color:var(--gold-2);text-transform:uppercase}
.prose a{color:var(--gold-2)}
.post-meta{color:var(--muted)}

@media (max-width:1180px){
  .header-inner{grid-template-columns:280px 1fr;min-height:auto;padding:16px 0}
  .header-phone{grid-column:2;grid-row:1}
  .brand-image,.custom-logo{max-height:70px}
  .primary-nav{grid-column:1/-1}
  .main-menu{justify-content:flex-start;flex-wrap:wrap}
  .hero-inner,.split-grid,.why-grid{grid-template-columns:1fr}
  .hero-media{display:none}
  .hero-bg{background-size:cover;background-position:center right}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .footer-top{grid-template-columns:repeat(2,1fr)}
  .footer-owner{justify-self:start}
}
@media (max-width:760px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .header-inner{grid-template-columns:1fr auto;gap:12px}
  .header-phone{grid-column:1/-1;grid-row:auto;justify-content:flex-start}
  .menu-toggle{display:inline-block}
  .primary-nav{display:none}
  .primary-nav.is-open{display:block}
  .main-menu{display:grid;gap:8px;padding:12px 0}
  .brand-image,.custom-logo{max-height:56px}
  .hero h1{font-size:42px}
  .hero-subtitle{font-size:21px}
  .hero-features{grid-template-columns:1fr 1fr}
  .hero-features article:nth-child(2){border-right:0}
  .hero-actions{flex-direction:column;align-items:stretch}
  .panel{padding:0 10px}
  .service-grid,.why-items,.form-row.three{grid-template-columns:1fr}
  .booking-panel{padding-left:10px}
  .why-block h2:before,.why-block h2:after{display:none}
  .why-items article{border-right:0;border-bottom:1px solid rgba(226,170,20,.3);padding-bottom:12px}
  .contact-card{grid-template-columns:1fr;text-align:center}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{display:grid;gap:12px;text-align:center;justify-items:center}
  .header-phone strong{font-size:22px}
}

.form-message{grid-column:1/-1;border:1px solid var(--border);padding:10px 12px;font-size:13px;margin-bottom:2px;background:#111;color:#fff}
.form-message-success{border-color:#45b36b;color:#dfffea}
.form-message-error{border-color:#d84e4e;color:#ffe7e7}
.subhero{background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.72)),url('../images/hero-scene.png') right center/52% auto no-repeat;border-bottom:1px solid var(--border);padding:72px 0 54px}
.subhero h1{margin:0;color:var(--gold-2);text-transform:uppercase;font-size:clamp(34px,4vw,58px);line-height:1}
.subhero p{max-width:760px;font-size:20px;font-weight:700;margin:14px 0 0}
.theme-section{padding:48px 0;background:linear-gradient(90deg,#050606,#080908)}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{border:1px solid var(--border);border-radius:6px;background:radial-gradient(circle at 50% 0,rgba(226,170,20,.08),rgba(10,10,10,.74));padding:24px}.info-card h2,.info-card h3{color:var(--gold-2);text-transform:uppercase;margin-top:0}.price-list{display:grid;gap:14px}.price-row{display:flex;justify-content:space-between;gap:20px;border:1px solid var(--border);padding:16px 18px;background:rgba(0,0,0,.45)}.fleet-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.fleet-grid img{border:1px solid var(--border);border-radius:6px}.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.contact-detail{display:flex;align-items:center;gap:12px;margin:14px 0}.contact-detail img{width:24px;height:24px}@media(max-width:900px){.info-grid,.fleet-grid,.contact-page-grid{grid-template-columns:1fr}.subhero{background-size:cover}}


/* Editable widgets and updated footer */
.header-contact-wrap{display:grid;gap:5px;justify-items:end}
.header-whatsapp-mini{font-size:12px;color:var(--gold-2);opacity:.95}
.header-whatsapp-mini:hover{text-decoration:underline}
.widget-zone{display:grid;gap:18px}
.home-widget-section{background:#050606;padding:26px 0}
.daynight-widget{border:1px solid var(--border-soft);padding:18px;background:rgba(0,0,0,.35);border-radius:8px}
.daynight-widget .widget-title{margin:0 0 10px;color:var(--gold-2);text-transform:uppercase}

.site-footer-editable{background:#111b2a;border-top:0;padding-top:0;color:#fff}
.footer-gold-strip{height:28px;background:linear-gradient(90deg,#f4c320,#d99700)}
.footer-contact-hero{background:#101827;padding:58px 0 50px;text-align:center}
.footer-contact-inner{max-width:880px}
.footer-logo{margin:0 auto 18px;max-height:76px;width:auto}
.footer-contact-hero h2{font-size:clamp(28px,3vw,38px);margin:0 0 14px;font-weight:800}
.footer-subtitle{margin:0 0 20px;color:#fff}
.footer-contact-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 20px;margin:14px 0}
.footer-phone-main{display:inline-flex;align-items:center;gap:12px;font-size:clamp(23px,3vw,34px);font-weight:900;color:#fff;border:1px solid rgba(242,193,42,.55);border-radius:999px;padding:12px 22px;background:rgba(0,0,0,.23)}
.footer-phone-main img{width:28px;height:28px}
.footer-phone-secondary{color:var(--gold-2);font-weight:700}
.footer-whatsapp{display:inline-flex;align-items:center;gap:9px;background:#050505;color:#fff;border:1px solid var(--gold);padding:12px 20px;border-radius:4px;text-transform:uppercase;font-weight:800}
.footer-whatsapp img{width:22px;height:22px}
.footer-email-line{margin:18px 0 0}
.footer-email-line a{color:#fff;font-weight:700}
.footer-email-line a:hover,.footer-list a:hover,.footer-menu a:hover{color:var(--gold-2)}
.footer-widgets-section{background:#1d2a3a;padding:30px 0}
.footer-widgets-grid{display:grid;grid-template-columns:1.2fr 1fr 1.35fr 1fr;gap:24px}
.footer-col{min-width:0}
.footer-col h3,.footer-col .widget-title{color:var(--gold-2);text-transform:uppercase;margin:0 0 12px;font-size:16px}
.footer-col p{margin:0 0 10px;color:#f5f5f5;font-size:14px}
.footer-list{list-style:none;margin:0;padding:0;display:grid;gap:8px;font-size:14px}
.footer-contact-list li{overflow-wrap:anywhere}
.footer-bottom-new{background:#1f2c3d;border-top:1px solid rgba(255,255,255,.07);padding:18px 0 24px;text-align:center}
.footer-bottom-new p{margin:0 0 16px;color:#fff}
.footer-menu-inline{display:flex;justify-content:center;flex-wrap:wrap;gap:13px 20px;list-style:none;margin:0;padding:0}
.footer-menu-inline a{color:#4a68ff;font-weight:600;font-size:14px}
.footer-widget-area-contact .daynight-widget{border:0;background:transparent;padding:0}
.footer-widget-area-contact .widget-title{font-size:clamp(28px,3vw,38px);color:#fff}

@media (max-width:1180px){
  .header-contact-wrap{grid-column:2;grid-row:1}
  .header-phone{grid-column:auto;grid-row:auto}
  .footer-widgets-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .header-contact-wrap{grid-column:1/-1;grid-row:auto;justify-items:start}
  .footer-contact-actions{display:grid;justify-items:center}
  .footer-widgets-grid{grid-template-columns:1fr}
  .footer-contact-hero{padding:40px 0}
  .footer-phone-main{font-size:22px}
  .footer-gold-strip{height:18px}
}

/* Hide legacy footer layout if an old template part remains cached */
.site-footer-editable .footer-top,.site-footer-editable .footer-bottom{display:none}

.content-with-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px}.page-widget-sidebar{display:grid;gap:16px}@media(max-width:900px){.content-with-sidebar{grid-template-columns:1fr}}


/* Version 1.4: Service cards with popups and large contact form */
.service-popup-section{
  background:linear-gradient(180deg,#060606 0%,#101827 100%);
  color:#fff;
  padding:54px 0 62px;
  border-top:1px solid var(--border);
}
.section-heading{text-align:center;margin:0 auto 32px;max-width:820px}
.section-heading h2{
  margin:0;
  font-size:clamp(28px,3.2vw,42px);
  color:#fff;
  text-transform:none;
  letter-spacing:.2px;
}
.section-heading p{margin:12px 0 0;color:#d7dde7;font-size:17px}
.popup-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.popup-service-card{
  appearance:none;
  border:1px solid rgba(242,193,42,.26);
  background:linear-gradient(180deg,#ffffff 0%,#f1f3f7 100%);
  color:#111827;
  padding:0;
  text-align:left;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
  min-height:100%;
  display:grid;
}
.popup-service-card:hover,.popup-service-card:focus-visible{
  transform:translateY(-5px);
  box-shadow:0 24px 55px rgba(0,0,0,.48);
  border-color:var(--gold-2);
  outline:none;
}
.service-card-image{display:block;padding:20px 20px 0}
.service-card-image img{width:100%;height:185px;object-fit:cover;border-radius:10px;background:#111827}
.service-card-content{display:grid;padding:22px 24px 24px;gap:10px}
.service-card-title{font-size:22px;font-weight:900;color:#111827}
.service-card-text{font-size:16px;line-height:1.55;color:#172033}
.service-card-link{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-weight:800;color:#b47b00;text-transform:uppercase;font-size:13px;letter-spacing:.4px}
.service-card-link:after{content:"→";font-size:18px;line-height:1}

body.modal-open{overflow:hidden}
.service-modal{position:fixed;inset:0;z-index:999;display:none;align-items:center;justify-content:center;padding:28px}
.service-modal.is-open{display:flex}
.service-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.70);backdrop-filter:blur(5px)}
.service-modal-panel{
  position:relative;
  z-index:1;
  width:min(920px,100%);
  max-height:calc(100vh - 56px);
  overflow:auto;
  background:#fff;
  color:#111827;
  border-radius:18px;
  box-shadow:0 28px 90px rgba(0,0,0,.65);
}
.service-modal-close{
  position:absolute;
  top:16px;
  right:16px;
  width:50px;
  height:50px;
  border:0;
  border-radius:10px;
  background:rgba(255,255,255,.94);
  color:#111827;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  z-index:2;
}
.service-modal-close:hover{background:#fff;color:#000}
.service-modal-image img{width:100%;height:255px;object-fit:cover;background:#111827}
.service-modal-body{padding:34px 38px 36px}
.service-modal-body h3{margin:0 0 18px;font-size:clamp(28px,3vw,38px);color:#111827;line-height:1.1}
.service-modal-text{font-size:17px;line-height:1.75;color:#172033}
.service-modal-text p{margin:0 0 14px}
.service-modal-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.service-modal-actions .btn{border-radius:8px;text-transform:none;min-height:44px}
.btn-whatsapp{background:#05a83e;border-color:#05a83e;color:#fff}
.btn-whatsapp:hover{filter:brightness(1.05)}
.btn-whatsapp img{filter:none}

.booking-large-section{
  background:
    radial-gradient(circle at 80% 10%,rgba(242,193,42,.12),transparent 34%),
    linear-gradient(135deg,#050606 0%,#111827 100%);
  padding:58px 0;
}
.booking-large-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:start}
.booking-large-info{
  border:1px solid var(--border-soft);
  border-radius:18px;
  padding:32px;
  background:rgba(0,0,0,.38);
  box-shadow:var(--shadow);
}
.eyebrow{display:inline-flex;color:#080808;background:linear-gradient(135deg,var(--gold-2),var(--gold));padding:7px 12px;border-radius:999px;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.7px;margin-bottom:18px}
.booking-large-info h2{margin:0 0 14px;color:var(--gold-2);font-size:clamp(30px,3vw,42px);text-transform:uppercase;line-height:1.08}
.booking-large-info p{font-size:17px;color:#e7ebf2;margin:0 0 22px}
.quick-contact-list{display:grid;gap:12px;margin-top:22px}
.quick-contact-list a{
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid rgba(242,193,42,.25);
  border-radius:10px;
  padding:13px 15px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-weight:700;
  overflow-wrap:anywhere;
}
.quick-contact-list a:hover{border-color:var(--gold);color:var(--gold-2)}
.quick-contact-list img{width:22px;height:22px;flex:0 0 auto}
.booking-side-widget{margin-top:22px}
.booking-large-form-card{
  border:1px solid rgba(242,193,42,.42);
  border-radius:18px;
  padding:28px;
  background:#fff;
  color:#111827;
  box-shadow:0 24px 60px rgba(0,0,0,.35);
}
.booking-form-large{display:grid;gap:17px}
.booking-form-large .form-row{display:grid;gap:17px}
.booking-form-large .form-row.two{grid-template-columns:repeat(2,1fr)}
.booking-form-large .form-row.three{grid-template-columns:repeat(3,1fr)}
.booking-form-large label{display:grid;gap:8px;font-weight:800;color:#111827;font-size:14px}
.booking-form-large input,.booking-form-large select,.booking-form-large textarea{
  background:#f7f8fb;
  color:#111827;
  border:1px solid #d6dbe5;
  border-radius:10px;
  min-height:48px;
  font-size:15px;
  padding:0 14px;
}
.booking-form-large textarea{padding:14px;min-height:126px}
.booking-form-large input:focus,.booking-form-large select:focus,.booking-form-large textarea:focus{
  outline:2px solid rgba(242,193,42,.48);
  border-color:var(--gold);
}
.booking-form-large .form-submit{
  border-radius:10px;
  min-height:52px;
  font-size:16px;
}
.form-note{margin:0;color:#475569;font-size:13px}
.dn-hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.booking-form-large .form-message{background:#fff;color:#111827;border-radius:10px}
.booking-form-large .form-message-success{background:#eafff1;color:#0f542c;border-color:#45b36b}
.booking-form-large .form-message-error{background:#fff1f1;color:#8a1f1f;border-color:#d84e4e}

@media (max-width:1100px){
  .popup-service-grid{grid-template-columns:repeat(2,1fr)}
  .booking-large-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .service-popup-section{padding:38px 0}
  .popup-service-grid{grid-template-columns:1fr;gap:18px}
  .service-card-image img{height:175px}
  .service-modal{padding:14px}
  .service-modal-panel{max-height:calc(100vh - 28px);border-radius:14px}
  .service-modal-image img{height:190px}
  .service-modal-body{padding:26px 22px}
  .service-modal-actions{display:grid}
  .booking-large-section{padding:38px 0}
  .booking-large-info,.booking-large-form-card{padding:22px;border-radius:14px}
  .booking-form-large .form-row.two,.booking-form-large .form-row.three{grid-template-columns:1fr}
}

/* Page service showcase reuses popup cards */
.service-page-showcase{padding:48px 0;background:linear-gradient(180deg,#050606,#101827)}

.contact-detail-line{display:flex;align-items:center;gap:12px;border:1px solid rgba(242,193,42,.25);border-radius:10px;padding:13px 15px;background:rgba(255,255,255,.04);color:#fff;font-weight:700}.contact-detail-line img{width:22px;height:22px;flex:0 0 auto}

/* Version 1.5: readable CTAs, active menus, legal pages */
.btn-gold,
a.btn-gold,
button.btn-gold,
input.btn-gold,
.theme-section .btn-gold,
.price-cta {
  color:#050505 !important;
  background:linear-gradient(135deg,#ffe17b,var(--gold-2) 45%,var(--gold)) !important;
  border-color:var(--gold-2) !important;
  text-shadow:none !important;
  opacity:1 !important;
}
.btn-gold:hover,
.price-cta:hover{color:#000 !important;filter:brightness(1.08)}
.price-cta{font-size:16px;border-radius:10px;min-height:52px;padding-inline:30px;box-shadow:0 10px 28px rgba(242,193,42,.22)}
.price-cta img{filter:brightness(0)}
.main-menu a{white-space:nowrap}
.header-inner{grid-template-columns:minmax(250px,330px) minmax(620px,1fr) minmax(250px,300px);gap:18px}
.main-menu{gap:18px}
.main-menu a{font-size:14px;letter-spacing:.45px}
.current-menu-item>a,.current_page_item>a{color:var(--gold-2) !important}
.current-menu-item>a:after,.current_page_item>a:after{transform:scaleX(1)}

.legal-subhero{background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.78)),url('../images/hero-scene.png') right center/48% auto no-repeat}
.legal-page-section{padding:54px 0 66px}
.legal-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.legal-content{display:grid;gap:18px;max-width:1050px}
.legal-card{border:1px solid rgba(242,193,42,.35);border-radius:14px;background:rgba(0,0,0,.48);padding:24px;box-shadow:0 18px 40px rgba(0,0,0,.25)}
.legal-card-wide{grid-column:1/-1}
.legal-card h2{margin:0 0 12px;color:var(--gold-2);font-size:22px;text-transform:uppercase}
.legal-card p{margin:0 0 13px;color:#f5f7fb;font-size:16px;line-height:1.7}
.legal-card a{color:var(--gold-2);text-decoration:underline;text-underline-offset:3px}
.legal-hint,.legal-warning{border-color:rgba(242,193,42,.75);background:rgba(242,193,42,.08)}
.form-privacy-note{margin:0;color:#475569;font-size:13px;line-height:1.55}
.form-privacy-note a{color:#111827;font-weight:800;text-decoration:underline;text-underline-offset:3px}

@media (max-width:1280px){
  .header-inner{grid-template-columns:280px 1fr;gap:16px}
  .header-contact-wrap{grid-column:2;grid-row:1}
  .primary-nav{grid-column:1/-1}
  .main-menu{justify-content:flex-start;flex-wrap:wrap}
}
@media (max-width:760px){
  .legal-layout{grid-template-columns:1fr}
  .legal-card{padding:20px}
  .price-row{display:grid;gap:7px}
}
.price-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:20px}
.price-actions .btn-outline{border-radius:10px;min-height:52px;padding-inline:30px}
.widget_archive,.widget_categories,.wp-block-archives,.wp-block-categories,.cat-item-all,.cat-item-none{display:none !important}
.archive-entry{border-bottom:1px solid rgba(242,193,42,.25);padding:18px 0}.archive-entry h2 a{color:var(--gold-2)}

/* Update: remove empty footer contact area/gap */
.site-footer-editable .footer-contact-hero{
  display:none !important;
  padding:0 !important;
  margin:0 !important;
  min-height:0 !important;
}
.site-footer-editable .footer-widgets-section{
  margin-top:0 !important;
}


/* =========================================================
   MOBILE STEP 1 ONLY: Header + Hero + Buttons
   Desktop/tablet/form/services/footer are intentionally untouched.
   Applies only to phones up to 760px.
   ========================================================= */
@media (max-width:760px){
  html, body{
    overflow-x:hidden;
  }

  .site-header{
    position:relative;
    top:auto;
    background:#030303;
    border-top:2px solid var(--gold);
    border-bottom:1px solid rgba(226,170,20,.36);
  }

  .site-header .container,
  .container{
    width:min(calc(100% - 24px), var(--container));
  }

  .header-inner{
    min-height:0 !important;
    padding:12px 0 12px !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 46px !important;
    grid-template-areas:
      "brand toggle"
      "contact contact"
      "nav nav" !important;
    align-items:center !important;
    gap:10px 12px !important;
  }

  .brand{
    grid-area:brand !important;
    min-width:0;
  }

  .brand-image,
  .custom-logo{
    max-height:62px !important;
    max-width:235px !important;
    width:auto !important;
  }

  .menu-toggle{
    grid-area:toggle !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    justify-self:end !important;
    width:44px !important;
    height:44px !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    color:transparent !important;
    font-size:0 !important;
    line-height:0 !important;
  }

  .menu-toggle::before{
    content:"";
    width:31px;
    height:23px;
    display:block;
    background:
      linear-gradient(var(--gold-2),var(--gold-2)) left top/31px 3px no-repeat,
      linear-gradient(var(--gold-2),var(--gold-2)) left center/31px 3px no-repeat,
      linear-gradient(var(--gold-2),var(--gold-2)) left bottom/31px 3px no-repeat;
    border-radius:2px;
  }

  .primary-nav{
    grid-area:nav !important;
    display:none;
    background:#050505;
    border:1px solid rgba(226,170,20,.42);
    border-radius:10px;
    padding:10px 14px;
  }

  .primary-nav.is-open{
    display:block;
  }

  .main-menu{
    display:grid !important;
    justify-content:stretch !important;
    gap:4px !important;
    padding:0 !important;
    margin:0 !important;
  }

  .main-menu a{
    display:block;
    padding:10px 0;
    font-size:14px;
    white-space:nowrap;
  }

  .header-contact-wrap{
    grid-area:contact !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    width:100% !important;
    min-width:0 !important;
    justify-items:stretch !important;
    margin:0 !important;
  }

  .header-phone,
  .header-whatsapp-mini{
    width:100% !important;
    min-width:0 !important;
    min-height:58px !important;
    border:1px solid rgba(226,170,20,.36) !important;
    border-radius:13px !important;
    background:rgba(5,5,5,.72) !important;
    padding:8px 8px !important;
    overflow:hidden !important;
    text-decoration:none !important;
    box-shadow:none !important;
  }

  .header-phone{
    display:grid !important;
    grid-template-columns:31px minmax(0,1fr) !important;
    gap:7px !important;
    align-items:center !important;
    justify-content:start !important;
  }

  .phone-circle{
    width:31px !important;
    height:31px !important;
    border:2px solid var(--gold) !important;
    border-radius:50% !important;
    font-size:0 !important;
    background:#050505 url('../images/icons/phone.svg') center/17px 17px no-repeat !important;
    flex:0 0 auto !important;
  }

  .header-phone small{
    display:block !important;
    font-size:8px !important;
    line-height:1.12 !important;
    color:#fff !important;
    letter-spacing:.25px !important;
    white-space:normal !important;
    text-transform:uppercase !important;
  }

  .header-phone strong{
    display:block !important;
    color:var(--gold-2) !important;
    font-size:11px !important;
    line-height:1.08 !important;
    white-space:nowrap !important;
  }

  .header-whatsapp-mini{
    position:relative !important;
    display:block !important;
    color:transparent !important;
    font-size:0 !important;
    line-height:0 !important;
    padding-left:47px !important;
  }

  .header-whatsapp-mini::before{
    content:"";
    position:absolute;
    left:8px;
    top:50%;
    transform:translateY(-50%);
    width:31px;
    height:31px;
    border:2px solid #16c95c;
    border-radius:50%;
    background:#050505 url('../images/icons/whatsapp.svg') center/18px 18px no-repeat;
  }

  .header-whatsapp-mini::after{
    content:"WhatsApp\A +49 15560 741088";
    position:absolute;
    left:47px;
    right:6px;
    top:50%;
    transform:translateY(-50%);
    white-space:pre;
    color:var(--gold-2);
    font-size:11px;
    line-height:1.12;
    font-weight:800;
  }

  .hero{
    background:#050505 !important;
    border-top:1px solid rgba(226,170,20,.32);
  }

  .hero-bg{
    background:
      linear-gradient(90deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.04) 48%,rgba(0,0,0,.10) 100%),
      url('../images/mobile-hero-reference-bg.jpg') center top/100% auto no-repeat,
      #050505 !important;
  }

  .hero-inner{
    display:block !important;
    min-height:0 !important;
    position:relative !important;
  }

  .hero-copy{
    padding:24px 0 22px !important;
    position:relative;
    z-index:2;
  }

  .hero h1{
    max-width:68% !important;
    margin:0 !important;
    font-size:clamp(26px,8.6vw,36px) !important;
    line-height:1.04 !important;
    letter-spacing:.35px !important;
    font-weight:900 !important;
  }

  .hero h1 span{
    color:var(--gold-2) !important;
  }

  .hero-subtitle{
    max-width:63% !important;
    font-size:14px !important;
    line-height:1.25 !important;
    margin:10px 0 16px !important;
    font-weight:800 !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:minmax(0,190px) !important;
    gap:10px !important;
    margin-top:0 !important;
    align-items:start !important;
  }

  .hero-actions .btn{
    min-height:42px !important;
    border-radius:7px !important;
    padding:10px 14px !important;
    font-size:13px !important;
    line-height:1.1 !important;
    text-transform:none !important;
    justify-content:center !important;
    letter-spacing:0 !important;
  }

  .hero-actions .btn img{
    width:18px !important;
    height:18px !important;
  }

  .hero-actions .btn-outline{
    background:rgba(0,0,0,.64) !important;
    color:var(--gold-2) !important;
    border-color:rgba(226,170,20,.75) !important;
  }

  .hero-features{
    display:none !important;
  }
}

@media (max-width:380px){
  .brand-image,
  .custom-logo{
    max-width:205px !important;
    max-height:55px !important;
  }

  .header-inner{
    gap:8px 10px !important;
  }

  .header-contact-wrap{
    gap:6px !important;
  }

  .header-phone,
  .header-whatsapp-mini{
    padding:7px 6px !important;
    min-height:54px !important;
  }

  .header-phone{
    grid-template-columns:28px minmax(0,1fr) !important;
  }

  .phone-circle,
  .header-whatsapp-mini::before{
    width:28px !important;
    height:28px !important;
  }

  .header-whatsapp-mini{
    padding-left:40px !important;
  }

  .header-whatsapp-mini::after{
    left:40px;
    font-size:10px;
  }

  .header-phone strong{
    font-size:10px !important;
  }

  .header-phone small{
    font-size:7px !important;
  }

  .hero h1{
    font-size:29px !important;
    max-width:70% !important;
  }
}


/* Mobile-only refinement: keep reference layout, only make WhatsApp button green */
@media (max-width:760px){
  .hero-actions .btn-outline{
    background:#16a34a !important;
    color:#fff !important;
    border-color:#16a34a !important;
  }
  .hero-actions .btn-outline img{
    filter:none !important;
  }
}


/* Mobile hero fix v2: clean car background, one-line subtitle, reference-like WhatsApp label */
@media (max-width:760px){
  .hero-bg{
    background:
      linear-gradient(90deg,#050505 0%,#050505 57%,rgba(5,5,5,0.10) 57%,rgba(5,5,5,0.10) 100%),
      url('../images/mobile-hero-car-clean.jpg') right top/43% 100% no-repeat,
      #050505 !important;
  }
  .hero-inner{min-height:392px !important;}
  .hero-copy{padding:22px 0 16px !important;}
  .hero h1{
    max-width:60% !important;
    font-size:clamp(24px,7.2vw,30px) !important;
    line-height:1.03 !important;
    letter-spacing:.1px !important;
  }
  .hero-subtitle{
    max-width:62% !important;
    font-size:12px !important;
    line-height:1.2 !important;
    margin:10px 0 14px !important;
    white-space:nowrap !important;
  }
  .hero-actions{
    grid-template-columns:minmax(0,280px) !important;
    gap:10px !important;
  }
  .hero-actions .btn{
    min-height:48px !important;
    padding:12px 16px !important;
    border-radius:8px !important;
    font-size:14px !important;
    justify-content:flex-start !important;
    gap:12px !important;
  }
  .hero-actions .btn img{width:20px !important;height:20px !important;}
  .hero-actions .btn-gold{
    color:#111 !important;
  }
  .hero-actions .btn-outline{
    background:#16a34a !important;
    color:#fff !important;
    border-color:#16a34a !important;
  }
}
@media (max-width:420px){
  .hero h1{max-width:62% !important;font-size:clamp(22px,7vw,28px) !important;}
  .hero-subtitle{font-size:11px !important;max-width:64% !important;}
  .hero-actions{grid-template-columns:minmax(0,250px) !important;}
  .hero-bg{background-size:auto,44% 100%,auto !important;}
}


/* Mobile hero fix v3: uploaded reference image, smaller parallel buttons, reduce empty space */
@media (max-width:760px){
  .hero-bg{
    background: url('../images/mobile-hero-reference-uploaded.png') center top/cover no-repeat !important;
  }
  .hero-inner{min-height:310px !important;}
  .hero-copy{padding:20px 0 10px !important;}
  .hero h1{
    max-width:56% !important;
    font-size:clamp(23px,7vw,29px) !important;
    line-height:1.02 !important;
    margin-bottom:10px !important;
  }
  .hero-subtitle{
    max-width:56% !important;
    font-size:11px !important;
    line-height:1.1 !important;
    margin:0 0 12px !important;
    white-space:nowrap !important;
  }
  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    max-width:100% !important;
    align-items:stretch !important;
  }
  .hero-actions .btn{
    min-height:42px !important;
    padding:10px 12px !important;
    border-radius:8px !important;
    font-size:13px !important;
    line-height:1.1 !important;
    justify-content:center !important;
    gap:8px !important;
    width:100% !important;
  }
  .hero-actions .btn img{width:17px !important;height:17px !important;}
  .hero-actions .btn-gold{color:#111 !important;}
  .hero-actions .btn-outline{background:#16a34a !important;color:#fff !important;border-color:#16a34a !important;}
}
@media (max-width:420px){
  .hero-inner{min-height:295px !important;}
  .hero h1{max-width:58% !important;font-size:clamp(22px,7vw,28px) !important;}
  .hero-subtitle{max-width:58% !important;font-size:10px !important;}
  .hero-actions .btn{font-size:12px !important;padding:9px 10px !important;min-height:40px !important;}
}


/* Mobile hero fix v4: larger text, stacked buttons, preserve background image size */
@media (max-width:760px){
  .hero-inner{min-height:310px !important;}
  .hero-copy{padding:20px 0 10px !important;}
  .hero h1{
    max-width:56% !important;
    font-size:clamp(27px,8vw,34px) !important;
    line-height:1.02 !important;
    margin-bottom:12px !important;
  }
  .hero-subtitle{
    max-width:70% !important;
    font-size:13px !important;
    line-height:1.15 !important;
    margin:0 0 14px !important;
    white-space:nowrap !important;
  }
  .hero-actions{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
    max-width:48% !important;
    align-items:stretch !important;
  }
  .hero-actions .btn{
    min-height:42px !important;
    padding:10px 12px !important;
    border-radius:8px !important;
    font-size:13px !important;
    line-height:1.1 !important;
    justify-content:center !important;
    gap:8px !important;
    width:100% !important;
  }
  .hero-actions .btn img{width:17px !important;height:17px !important;}
  .hero-actions .btn-gold{color:#111 !important;}
  .hero-actions .btn-outline{background:#16a34a !important;color:#fff !important;border-color:#16a34a !important;}
}
@media (max-width:420px){
  .hero-inner{min-height:300px !important;}
  .hero h1{max-width:58% !important;font-size:clamp(26px,8.2vw,33px) !important;}
  .hero-subtitle{max-width:72% !important;font-size:12px !important;}
  .hero-actions{max-width:48% !important;}
  .hero-actions .btn{font-size:12px !important;padding:9px 10px !important;min-height:40px !important;}
}


/* Mobile hero fix v5: WhatsApp text one line, reference-sized stacked buttons */
@media (max-width:760px){
  .hero-subtitle{white-space:nowrap !important;}
  .hero-actions{
    max-width:52% !important;
    gap:9px !important;
  }
  .hero-actions .btn{
    min-height:40px !important;
    padding:9px 14px !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
    justify-content:flex-start !important;
    text-align:left !important;
    white-space:nowrap !important;
    overflow:hidden !important;
  }
  .hero-actions .btn img{
    width:16px !important;
    height:16px !important;
    flex:0 0 16px !important;
  }
  .hero-actions .btn-outline{
    background:#16a34a !important;
    color:#fff !important;
    border-color:#16a34a !important;
  }
}
@media (max-width:420px){
  .hero-actions{max-width:54% !important;}
  .hero-actions .btn{font-size:11px !important;padding:9px 12px !important;}
}


/* =========================================================
   FINAL MOBILE-ONLY REFERENCE TUNING
   Desktop/tablet/global styles are not changed.
   Background image is kept unchanged; only mobile sizing/spacing.
   ========================================================= */
@media only screen and (max-width:767px){

  .hero{
    background:#050505 !important;
    overflow:hidden !important;
  }

  .hero-inner{
    display:block !important;
    min-height:0 !important;
  }

  .hero-copy{
    padding:26px 0 16px !important;
    position:relative !important;
    z-index:2 !important;
  }

  .hero h1{
    max-width:70% !important;
    margin:0 0 12px !important;
    font-size:clamp(24px,7.1vw,34px) !important;
    line-height:1.08 !important;
    letter-spacing:.15px !important;
    font-weight:900 !important;
  }

  .hero h1 span{
    color:var(--gold-2) !important;
    display:inline-block !important;
    white-space:nowrap !important;
  }

  .hero-subtitle{
    max-width:76% !important;
    margin:0 0 18px !important;
    color:#fff !important;
    font-size:clamp(12px,3.3vw,16px) !important;
    line-height:1.15 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:minmax(0,300px) !important;
    gap:10px !important;
    width:min(300px,58%) !important;
    max-width:300px !important;
    margin:0 !important;
    align-items:start !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-height:45px !important;
    height:45px !important;
    padding:10px 18px !important;
    border-radius:8px !important;
    font-size:14px !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:0 !important;
    text-transform:none !important;
    justify-content:flex-start !important;
    gap:12px !important;
    white-space:nowrap !important;
  }

  .hero-actions .btn img{
    width:19px !important;
    height:19px !important;
    flex:0 0 19px !important;
  }

  .hero-actions .btn-gold{
    color:#050505 !important;
    background:linear-gradient(135deg,#ffe17b,#f2c12a 48%,#e2aa14) !important;
    border-color:#f2c12a !important;
  }

  .hero-actions .btn-gold img{
    filter:brightness(0) !important;
    opacity:.95 !important;
  }

  .hero-actions .btn-outline{
    background:rgba(0,0,0,.64) !important;
    color:var(--gold-2) !important;
    border:2px solid rgba(242,193,42,.72) !important;
  }

  .hero-actions .btn-outline img{
    filter:none !important;
  }

  .hero-features{
    display:none !important;
  }
}

@media only screen and (max-width:420px){
  .hero-copy{
    padding:22px 0 14px !important;
  }

  .hero h1{
    max-width:72% !important;
    font-size:clamp(23px,7vw,31px) !important;
  }

  .hero-subtitle{
    max-width:78% !important;
    font-size:12px !important;
    margin-bottom:14px !important;
  }

  .hero-actions{
    width:min(292px,60%) !important;
    max-width:292px !important;
    gap:9px !important;
  }

  .hero-actions .btn{
    height:42px !important;
    min-height:42px !important;
    font-size:13px !important;
    padding:9px 15px !important;
  }

  .hero-actions .btn img{
    width:18px !important;
    height:18px !important;
    flex-basis:18px !important;
  }
}


/* =========================================================
   MOBILE ONLY: compact hero proportions like reference image
   Desktop and tablet are not touched. Background image unchanged.
   ========================================================= */
@media only screen and (max-width: 767px) {

  .hero {
    overflow: hidden !important;
  }

  .hero-inner {
    min-height: 0 !important;
    display: block !important;
  }

  .hero-copy {
    padding-top: 22px !important;
    padding-bottom: 12px !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .hero h1 {
    max-width: 82% !important;
    margin: 0 0 9px 0 !important;
    font-size: clamp(22px, 6.2vw, 29px) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
    font-weight: 900 !important;
  }

  .hero h1 span {
    display: inline-block !important;
    color: var(--gold-2) !important;
    white-space: nowrap !important;
  }

  .hero-subtitle {
    max-width: 82% !important;
    margin: 0 0 13px 0 !important;
    font-size: clamp(10.5px, 3vw, 13px) !important;
    line-height: 1.16 !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
  }

  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .hero-actions .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 37px !important;
    height: 37px !important;
    padding: 8px 14px !important;
    border-radius: 7px !important;
    font-size: 12.5px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    gap: 10px !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  .hero-actions .btn img {
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 15px !important;
  }

  .hero-actions .btn-gold {
    width: 205px !important;
    color: #050505 !important;
    background: linear-gradient(135deg, #ffe17b 0%, #f2c12a 52%, #e2aa14 100%) !important;
    border: 1px solid #f2c12a !important;
    box-shadow: none !important;
  }

  .hero-actions .btn-gold img {
    filter: brightness(0) !important;
    opacity: .95 !important;
  }

  .hero-actions .btn-outline {
    width: 290px !important;
    background: rgba(0, 0, 0, .64) !important;
    color: var(--gold-2) !important;
    border: 1.5px solid rgba(242, 193, 42, .78) !important;
    box-shadow: none !important;
  }

  .hero-actions .btn-outline img {
    filter: none !important;
  }

  .hero-features {
    display: none !important;
  }
}

@media only screen and (max-width: 420px) {
  .hero-copy {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }

  .hero h1 {
    max-width: 84% !important;
    font-size: clamp(21px, 6vw, 27px) !important;
    margin-bottom: 8px !important;
  }

  .hero-subtitle {
    max-width: 86% !important;
    font-size: 10.8px !important;
    margin-bottom: 12px !important;
  }

  .hero-actions {
    gap: 7px !important;
  }

  .hero-actions .btn {
    height: 35px !important;
    min-height: 35px !important;
    font-size: 11.5px !important;
    padding: 7px 12px !important;
    gap: 9px !important;
  }

  .hero-actions .btn img {
    width: 14px !important;
    height: 14px !important;
    flex-basis: 14px !important;
  }

  .hero-actions .btn-gold {
    width: 190px !important;
  }

  .hero-actions .btn-outline {
    width: 265px !important;
  }
}


/* =========================================================
   MOBILE ONLY: Hero button reference tuning
   Only the two hero buttons are adjusted here.
   Desktop and tablet are untouched.
   ========================================================= */
@media only screen and (max-width: 767px) {

  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 9px !important;
    margin-top: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  .hero-actions .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 43px !important;
    min-height: 43px !important;
    max-height: 43px !important;
    padding: 0 17px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    gap: 10px !important;
    white-space: nowrap !important;
    overflow: visible !important;
    box-shadow: none !important;
  }

  .hero-actions .btn img {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    flex: 0 0 17px !important;
    display: inline-block !important;
  }

  .hero-actions .btn-gold {
    width: 210px !important;
    background: #f2c12a !important;
    background: linear-gradient(135deg, #ffdf70 0%, #f2c12a 52%, #e4aa14 100%) !important;
    border: 1px solid #e2aa14 !important;
    color: #050505 !important;
  }

  .hero-actions .btn-gold img {
    filter: brightness(0) !important;
    opacity: .95 !important;
  }

  .hero-actions .btn-outline {
    width: 292px !important;
    background: rgba(0, 0, 0, .68) !important;
    border: 1.5px solid rgba(242, 193, 42, .82) !important;
    color: #f2c12a !important;
  }

  .hero-actions .btn-outline img {
    filter: none !important;
  }
}

@media only screen and (max-width: 420px) {
  .hero-actions {
    gap: 8px !important;
  }

  .hero-actions .btn {
    height: 41px !important;
    min-height: 41px !important;
    max-height: 41px !important;
    padding: 0 15px !important;
    border-radius: 7px !important;
    font-size: 12px !important;
    gap: 9px !important;
  }

  .hero-actions .btn img {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    flex-basis: 16px !important;
  }

  .hero-actions .btn-gold {
    width: 198px !important;
  }

  .hero-actions .btn-outline {
    width: 270px !important;
  }
}


/* =========================================================
   MOBILE ONLY BUTTON FIX 2
   Only hero buttons changed. Desktop/tablet unchanged.
   Goal: much smaller buttons like reference image.
   ========================================================= */
@media only screen and (max-width: 767px) {

  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    width: auto !important;
    max-width: none !important;
    margin-top: 0 !important;
  }

  .hero-actions .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 13px !important;
    border-radius: 6px !important;
    font-size: 11.5px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    gap: 9px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  .hero-actions .btn img {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    flex: 0 0 15px !important;
    display: inline-block !important;
  }

  .hero-actions .btn-gold {
    width: 170px !important;
    max-width: 170px !important;
    background: linear-gradient(135deg, #ffe17b 0%, #f2c12a 52%, #e2aa14 100%) !important;
    border: 1px solid #e2aa14 !important;
    color: #050505 !important;
  }

  .hero-actions .btn-gold img {
    filter: brightness(0) !important;
    opacity: .95 !important;
  }

  .hero-actions .btn-outline {
    width: 245px !important;
    max-width: 245px !important;
    background: rgba(0, 0, 0, .64) !important;
    border: 1.4px solid rgba(242, 193, 42, .82) !important;
    color: #f2c12a !important;
  }

  .hero-actions .btn-outline img {
    filter: none !important;
  }
}

@media only screen and (max-width: 420px) {
  .hero-actions {
    gap: 7px !important;
  }

  .hero-actions .btn {
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 12px !important;
    font-size: 10.8px !important;
    gap: 8px !important;
  }

  .hero-actions .btn img {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    flex-basis: 14px !important;
  }

  .hero-actions .btn-gold {
    width: 160px !important;
    max-width: 160px !important;
  }

  .hero-actions .btn-outline {
    width: 230px !important;
    max-width: 230px !important;
  }
}
