*{box-sizing:border-box}
:root{
  --red:#d71920;
  --red2:#a90f14;
  --black:#090909;
  --charcoal:#181818;
  --silver:#d6d6d6;
  --light:#f5f5f5;
  --white:#fff;
  --text:#202020;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}
a{color:inherit}
.wrap{width:min(1180px,92%);margin:auto}
.site-header{
  position:sticky;
  top:0;
  bottom:auto;
  z-index:50;
  background:rgba(8,8,8,.97);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(12px)
}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none}
.brand-mark{
  width:48px;height:48px;border-radius:12px;
  display:grid;place-items:center;
  font-weight:900;background:linear-gradient(135deg,var(--red),#ef3d43);
  box-shadow:0 8px 28px rgba(215,25,32,.3)
}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text strong{font-size:1.02rem}
.brand-text small{color:#bbb;margin-top:5px}
.nav-links{display:flex;align-items:center;gap:23px}
.nav-links a{color:#eee;text-decoration:none;font-weight:700;font-size:.94rem}
.nav-links a:hover{color:#fff}
.nav-cta{background:var(--red);padding:10px 16px;border-radius:9px}
.menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.6rem}
.hero{
  color:#fff;
  background:
    radial-gradient(circle at 85% 20%,rgba(215,25,32,.35),transparent 28%),
    linear-gradient(130deg,#050505 0%,#171717 58%,#0a0a0a 100%);
  padding:96px 0 84px;
  overflow:hidden
}
.hero-grid{display:grid;grid-template-columns:1.5fr .8fr;align-items:center;gap:64px}
.eyebrow{color:var(--red);font-weight:900;letter-spacing:.16em;font-size:.8rem;margin:0 0 10px}
.eyebrow.light{color:#fff}
.hero h1{font-size:clamp(2.5rem,6vw,5.2rem);line-height:1.01;max-width:850px;margin:0}
.hero h1 span{color:#ef353b}
.lead{font-size:1.15rem;color:#cfcfcf;max-width:760px;margin:26px 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 21px;border-radius:10px;text-decoration:none;
  border:0;font-weight:900;cursor:pointer;font-size:1rem
}
.primary{background:var(--red);color:#fff}
.primary:hover{background:#ec2028}
.secondary{background:#fff;color:#111}
.trust-row{display:flex;gap:20px;flex-wrap:wrap;color:#ddd;margin-top:24px;font-size:.92rem}
.hero-card{
  background:linear-gradient(145deg,#fff,#e8e8e8);
  color:#111;border:3px solid #fff;border-radius:24px;padding:28px;
  text-align:center;transform:rotate(2deg);
  box-shadow:0 25px 70px rgba(0,0,0,.35)
}
.hero-card-top{font-size:.8rem;font-weight:900;letter-spacing:.2em}
.price-burst{display:flex;justify-content:center;align-items:flex-end;gap:10px;margin-top:8px}
.price-burst strong{font-size:6rem;line-height:.8;color:var(--red)}
.price-burst span{font-weight:900;font-size:1.15rem}
.deal-price{font-size:3.2rem!important;font-weight:900;margin:8px 0!important}
.hero-card p{margin:4px 0}
.text-link{display:inline-block;margin-top:14px;color:var(--red);font-weight:900}
.feature-strip{background:var(--red);color:white;padding:20px 0}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.feature-grid div{display:flex;flex-direction:column}
.feature-grid span{font-size:.82rem;opacity:.86}
.section{padding:90px 0}
.section-heading{max-width:780px;margin-bottom:40px}
.section-heading h2,.special-grid h2,.about-grid h2{
  font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;margin:5px 0 16px;color:#111
}
.section-heading p{color:#666}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{
  border:1px solid #e5e5e5;border-radius:18px;padding:28px;
  background:linear-gradient(180deg,#fff,#fafafa);
  box-shadow:0 12px 30px rgba(0,0,0,.045)
}
.card .icon{font-size:2rem}
.card h3{margin:12px 0 6px}
.card p{color:#666;margin:0}
.special-section{
  color:#fff;
  background:
    linear-gradient(120deg,rgba(215,25,32,.96),rgba(155,8,14,.98)),
    #b60f15;
}
.special-grid{display:grid;grid-template-columns:1fr .8fr;gap:65px;align-items:center}
.special-grid h2{color:#fff}
.special-copy{color:#ffeaea;font-size:1.05rem}
.check-list{list-style:none;padding:0;margin:22px 0}
.check-list li{margin:10px 0;padding-left:27px;position:relative}
.check-list li:before{content:"✓";position:absolute;left:0;font-weight:900}
.light-btn{background:white;color:#111}
.coupon{background:#111;padding:18px;border-radius:18px;box-shadow:0 25px 60px rgba(0,0,0,.28);transform:rotate(-1deg)}
.coupon-inner{
  border:2px dashed #777;padding:34px;text-align:center;
  background:linear-gradient(135deg,#fff,#dadada);color:#111;border-radius:10px
}
.coupon-inner strong{display:block;font-size:2.8rem;line-height:1}
.coupon-small{font-size:.75rem;letter-spacing:.18em;font-weight:900}
.coupon-price{font-size:4.5rem;font-weight:900;color:var(--red);line-height:1.1}
.barcode{font-family:monospace;font-size:1.5rem;letter-spacing:2px;margin:20px 0 10px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery-item{
  min-height:230px;border-radius:18px;display:flex;align-items:flex-end;padding:20px;
  color:#fff;font-weight:900;font-size:1.15rem;
  background:
    linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.05)),
    repeating-linear-gradient(45deg,#222,#222 18px,#333 18px,#333 36px);
  border:1px solid #333
}
.about-section{background:#f5f5f5}
.about-grid{display:grid;grid-template-columns:1.2fr .7fr;gap:55px;align-items:start}
.about-grid p{color:#555}
.info-box{background:#111;color:#fff;padding:34px;border-radius:18px;border-top:5px solid var(--red)}
.info-box h3{margin-top:0}
.info-box p{color:#ddd}
.info-box a{color:#fff}
.quote-section{background:#fff}
.quote-form{border:1px solid #e1e1e1;border-radius:20px;padding:30px;box-shadow:0 18px 45px rgba(0,0,0,.05)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
label{display:flex;flex-direction:column;font-weight:800;gap:7px;margin-bottom:18px}
input,select,textarea{
  width:100%;padding:13px 14px;border:1px solid #cacaca;border-radius:10px;
  font:inherit;background:white
}
input:focus,select:focus,textarea:focus{outline:2px solid rgba(215,25,32,.25);border-color:var(--red)}
.form-note{background:#f6f6f6;border-left:4px solid var(--red);padding:12px 14px;margin:3px 0 18px;color:#555}
.form-message{font-weight:700;color:var(--red)}
footer{background:#090909;color:white;padding:40px 0 22px}
.footer-grid{display:flex;justify-content:space-between;gap:40px}
.footer-grid p{color:#aaa;margin:7px 0}
.copyright{border-top:1px solid #292929;margin-top:25px;padding-top:20px;color:#777;font-size:.85rem}
@media(max-width:850px){
  .menu-btn{display:block}
  .nav-links{display:none;position:absolute;top:78px;left:0;right:0;background:#0b0b0b;flex-direction:column;align-items:stretch;padding:22px 4%;border-top:1px solid #222}
  .nav-links.open{display:flex}
  .hero{padding-top:70px}
  .hero-grid,.special-grid,.about-grid{grid-template-columns:1fr}
  .hero-card{max-width:520px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .cards,.gallery-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .brand-text small{display:none}
  .hero h1{font-size:2.7rem}
  .feature-grid,.cards,.gallery-grid,.form-grid{grid-template-columns:1fr}
  .section{padding:68px 0}
  .footer-grid{flex-direction:column}
  .coupon-inner strong{font-size:2.1rem}
  .coupon-price{font-size:3.8rem}
}

.hero-logo{width:min(430px,82%);max-height:165px;object-fit:cover;object-position:center;border-radius:16px;margin-bottom:24px;border:1px solid #333;box-shadow:0 12px 30px rgba(0,0,0,.28)}
.gallery-photo{margin:0;position:relative;min-height:300px;border-radius:18px;overflow:hidden;background:#111;box-shadow:0 12px 30px rgba(0,0,0,.12)}
.gallery-photo img{width:100%;height:100%;min-height:300px;object-fit:cover;display:block;transition:transform .25s ease}
.gallery-photo:hover img{transform:scale(1.025)}
.gallery-photo figcaption{position:absolute;left:0;right:0;bottom:0;padding:42px 18px 16px;color:white;font-weight:900;background:linear-gradient(transparent,rgba(0,0,0,.88))}
.gallery-photo.wide{grid-column:span 2}
.shop-photo-box{padding:0;overflow:hidden}
.shop-photo-box>img{width:100%;height:250px;object-fit:cover;display:block}
.shop-info{padding:26px 30px 30px}
@media(max-width:560px){.gallery-photo.wide{grid-column:span 1}.hero-logo{width:100%}}


.quote-subsection{
  margin:12px 0 22px;
  padding:20px;
  background:#f8f8f8;
  border:1px solid #e7e7e7;
  border-radius:14px;
}
.quote-subsection h3{margin:0 0 4px}
.quote-subsection p{margin:0 0 16px;color:#666;font-size:.92rem}
.size-grid{
  display:grid;
  grid-template-columns:repeat(9,1fr);
  gap:10px;
}
.size-grid label{
  margin:0;
  text-align:center;
  font-size:.85rem;
}
.size-grid input{
  padding:10px 6px;
  text-align:center;
}
.option-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.check-option{
  flex-direction:row;
  align-items:center;
  gap:9px;
  margin:0;
  background:white;
  border:1px solid #ddd;
  border-radius:10px;
  padding:11px 12px;
}
.check-option input{
  width:auto;
  margin:0;
}
.form-help{
  margin:12px 0 0;
  color:#666;
  font-size:.9rem;
}
@media(max-width:850px){
  .size-grid{grid-template-columns:repeat(3,1fr)}
  .option-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .option-grid{grid-template-columns:1fr}
}


/* V4 form usability fixes */
.upload-block{
  margin-top:4px;
}
.file-status{
  margin-top:-8px;
  padding:11px 13px;
  border-radius:10px;
  background:#f6f6f6;
  color:#555;
  font-size:.92rem;
  border:1px solid #e2e2e2;
}
.file-status.success{
  background:#eef9f1;
  color:#176c33;
  border-color:#bfe2c9;
}
.file-status.error{
  background:#fff0f0;
  color:#a90f14;
  border-color:#f0b8ba;
  font-weight:800;
}
.upload-actions{
  margin:10px 0 4px;
}
.btn.small{
  padding:9px 14px;
  font-size:.9rem;
}
.secondary-btn{
  background:#202020;
  color:#fff;
}
#quoteSubmitBtn:disabled{
  opacity:.5;
  cursor:not-allowed;
}

/* Keep sticky navigation from obscuring form content on anchor jumps */
section{
  scroll-margin-top:100px;
}

/* Custom success page */
.thank-you-page{
  min-height:100vh;
  margin:0;
  background:
    radial-gradient(circle at 78% 18%,rgba(215,25,32,.26),transparent 28%),
    linear-gradient(135deg,#060606,#171717 62%,#090909);
  color:#fff;
}
.thank-you-wrap{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:40px 20px;
}
.thank-you-card{
  width:min(720px,100%);
  background:#fff;
  color:#181818;
  border-radius:24px;
  padding:48px;
  box-shadow:0 30px 80px rgba(0,0,0,.38);
  border-top:8px solid var(--red);
  text-align:center;
}
.thank-you-badge{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-size:2.3rem;
  font-weight:900;
}
.thank-you-card h1{
  font-size:clamp(2.7rem,6vw,4.5rem);
  line-height:1;
  margin:0 0 18px;
}
.thank-you-lead{
  font-size:1.22rem;
  font-weight:800;
}
.thank-you-actions{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
  margin:26px 0 16px;
}
.thank-you-note{
  color:#666;
  margin-bottom:0;
}

@media(max-width:560px){
  .thank-you-card{
    padding:34px 22px;
  }
}


/* V5 Dropbox large-file upload option */
.large-upload-box{margin:0 0 22px;padding:20px;border:2px solid var(--red);border-radius:14px;background:#fff7f7;display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.large-upload-box strong{font-size:1.08rem;color:#111}
.large-upload-box p{margin:3px 0 0;color:#555}
.large-upload-box small{color:#555;font-weight:700}
.large-upload-btn{background:var(--black);color:#fff;border:2px solid var(--red);font-size:1rem}
.large-upload-btn:hover{background:var(--red)}
