/* CORE BRAND STYLES */
:root{
  --gr-red:#f83d49;
  --gr-yellow:#ffe441;
  --gr-orange:#ff991b;
  --gr-charcoal:#4f4f4f;
  --gr-cream:#fffdf7;
}
html{scroll-behavior:smooth;}
body{background:var(--gr-cream); color:#141414;}
.brand-gradient{background:linear-gradient(90deg,var(--gr-yellow),var(--gr-orange),var(--gr-red));}
.text-brand-red{color:var(--gr-red);}
.text-brand-yellow{color:var(--gr-yellow);}
.bg-brand-red{background:var(--gr-red);}
.bg-brand-yellow{background:var(--gr-yellow);}
.border-brand-red{border-color:var(--gr-red);}
.border-brand-yellow{border-color:var(--gr-yellow);}
.card{background:#fff; border:1px solid rgba(0,0,0,.10); border-radius:1rem; box-shadow:0 12px 28px rgba(0,0,0,.10);}
.soft-card{background:#fff; border:1px solid rgba(0,0,0,.10); border-radius:.9rem; box-shadow:0 8px 20px rgba(0,0,0,.09);}
.section-line{height:1px; background:linear-gradient(90deg,var(--gr-yellow),var(--gr-red)); opacity:.85;}
.title-line:before,.title-line:after{content:""; width:40px; height:3px; border-radius:99px; background:linear-gradient(90deg,var(--gr-yellow),var(--gr-orange)); display:inline-block; vertical-align:middle; margin:0 14px;}
.nav-link.active{color:var(--gr-red); font-weight:800;}
.nav-link.active:after{content:""; display:block; height:3px; background:var(--gr-red); border-radius:99px; margin-top:7px;}
.icon-circle{width:74px; height:74px; border-radius:999px; display:grid; place-items:center; margin-inline:auto; box-shadow:0 8px 18px rgba(0,0,0,.12);}
.phone-mock{border:10px solid #111; border-radius:42px; background:white; box-shadow:0 18px 45px rgba(0,0,0,.25); position:relative;}
.phone-mock:before{content:""; position:absolute; top:8px; left:50%; transform:translateX(-50%); width:80px; height:18px; background:#111; border-radius:0 0 14px 14px;}
.form-input{width:100%; border:2px solid #222; border-radius:.65rem; padding:.75rem 1rem; background:#fff; outline:none; transition:.18s ease;}
.form-input:focus{border-color:var(--gr-red); box-shadow:0 0 0 4px rgba(248,61,73,.14);}
.btn-primary{display:inline-flex; align-items:center; justify-content:center; gap:.6rem; border-radius:.85rem; background:var(--gr-red); color:white; font-weight:800; padding:.85rem 1.35rem; box-shadow:0 10px 20px rgba(248,61,73,.18); transition:.18s ease;}
.btn-primary:hover{transform:translateY(-1px); filter:brightness(.98);}
.btn-outline{display:inline-flex; align-items:center; justify-content:center; gap:.6rem; border-radius:.85rem; border:2px solid var(--gr-red); color:#111; font-weight:800; padding:.75rem 1.2rem; background:#fff; transition:.18s ease;}
.btn-outline:hover{background:#fff3f4;}
.footer-link:hover{color:var(--gr-red);}
.required-error{border-color:#dc2626!important; box-shadow:0 0 0 4px rgba(220,38,38,.12)!important;}
@media (max-width:768px){.title-line:before,.title-line:after{width:24px;margin:0 8px}.nav-link.active:after{display:none}}

/* LUCIDE ICON REFINEMENTS */
.lucide-icon-lg{width:2.5rem;height:2.5rem;display:inline-block;vertical-align:middle;stroke-width:1.8;}
.inline-icon{width:1.05rem;height:1.05rem;display:inline-block;vertical-align:-0.18rem;stroke-width:2.2;}
.icon-circle .lucide{width:2.2rem;height:2.2rem;stroke-width:1.8;}
.soft-card>.lucide-icon-lg,.card>.lucide-icon-lg{width:3rem;height:3rem;margin:0 auto 1rem;color:var(--gr-red);}
.hero-shopping-image{min-height:450px;box-shadow:0 18px 40px rgba(0,0,0,.12);}
.hero-shopping-image img{box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);}
[data-mobile-menu] .nav-link.active{color:var(--gr-red);background:#fff3f4;}
[data-mobile-menu] .nav-link.active:after{display:none;}
ul .inline-icon{margin-right:.35rem;}
button .inline-icon,a .inline-icon{margin-left:.4rem;}

/* HERO PHONE AND FADED SHOPPING BACKGROUND */
.hero-visual{border-radius:0;}
.hero-bg-image{opacity:.55;object-position:center right;}
.hero-bg-fade{background:linear-gradient(90deg,rgba(255,253,247,.96) 0%,rgba(255,253,247,.75) 28%,rgba(255,253,247,.28) 58%,rgba(255,253,247,.05) 100%);}
.hero-phone{box-shadow:0 24px 55px rgba(0,0,0,.28);}
.phone-mini-icon{width:.9rem;height:.9rem;display:inline-block;vertical-align:middle;stroke-width:2;}
.phone-service-grid span{display:flex;align-items:center;justify-content:center;gap:.35rem;min-height:42px;border:1px solid rgba(0,0,0,.10);border-radius:.7rem;background:#fff;color:#111;}
.phone-service-grid .lucide{width:.9rem;height:.9rem;color:var(--gr-red);stroke-width:2;}
.phone-nav-icon{width:1rem;height:1rem;margin:0 auto .15rem;color:currentColor;stroke-width:2;}
@media (max-width:1024px){.hero-bg-image{opacity:.42}.hero-bg-fade{background:linear-gradient(90deg,rgba(255,253,247,.98),rgba(255,253,247,.45));}}
