/* SPA Styles extracted from GBM Salon Pro Bilingue (Standalone).html */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink: #0d0b0a;
  --cream: #f7f1ea;
  --rose: #c4957a;
  --rose-deep: #a07055;
  --white: #fff;
  --mid: #888078;
  --light: #f5f2ef;
  --grey-card: #f0ece8;
  --pro-dark: #1a1714;
  --pro-accent: #d4af8a;
  --sans: 'Raleway', sans-serif;
  --sans-ar: 'Tajawal', sans-serif;
}
html { font-family: var(--sans); background: var(--white); color: var(--ink); }
html[dir="rtl"] { font-family: var(--sans-ar); }
html[dir="rtl"] body { font-family: var(--sans-ar); }
body { overflow-x: hidden; max-width: 100vw; }

/* announce */
.announce { background: var(--ink); color: var(--cream); font-size: 11.5px; letter-spacing: .14em; text-align: center; padding: 9px 16px; font-weight: 400; text-transform: uppercase; }
.announce a { color: var(--rose); text-decoration: underline; cursor: pointer; }

/* nav */
.nav-wrap { position: sticky; top: 0; z-index: 900; background: white; }
.nav { background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,.07); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 32px; height: 60px; }
.nav-left { display: flex; align-items: center; gap: 10px; }
.mode-toggle { display: flex; background: var(--light); border-radius: 100px; padding: 3px; gap: 2px; }
.mode-btn { font-family: inherit; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; border: none; cursor: pointer; background: transparent; color: var(--mid); transition: all .25s; text-decoration: none; display: inline-flex; align-items: center; }
.mode-btn.active { background: var(--ink); color: white; }
.lang-toggle { display: flex; gap: 1px; background: var(--light); border-radius: 100px; padding: 2px; }
.lang-btn { font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .04em; padding: 4px 10px; border-radius: 100px; border: none; background: transparent; color: var(--mid); cursor: pointer; transition: all .25s; min-width: 28px; }
.lang-btn.active { background: var(--ink); color: white; }
.logo { font-family: var(--sans); font-size: 22px; font-weight: 800; letter-spacing: .06em; color: var(--ink); text-align: center; cursor: pointer; user-select: none; text-decoration: none; }
.logo span { color: var(--rose); }
.nav-right { display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.nav-icon { cursor: pointer; color: var(--ink); display: flex; align-items: center; justify-content: center; transition: color .2s; }
.nav-icon:hover { color: var(--rose); }

/* sub-nav */
.sub-nav { background: white; border-bottom: 1px solid rgba(0,0,0,.07); display: flex; align-items: center; justify-content: center; gap: 32px; height: 44px; position: relative; }
.sub-nav-tagline { position: absolute; left: 32px; font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); }
html[dir="rtl"] .sub-nav-tagline { left: auto; right: 32px; }
.sub-nav-link { font-family: inherit; font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--mid); cursor: pointer; transition: color .2s; padding-bottom: 2px; border-bottom: 2px solid transparent; white-space: nowrap; text-decoration: none; }
.sub-nav-link:hover, .sub-nav-link.active { color: var(--ink); border-color: var(--ink); }
.sub-nav-search { position: absolute; right: 32px; display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--mid); cursor: pointer; }
html[dir="rtl"] .sub-nav-search { right: auto; left: 32px; }

/* hero */
.hero { position: relative; width: 100%; height: 88vh; min-height: 580px; overflow: hidden; background: #1a1814; }
.hero-bg { position: absolute; inset: 0; background-image: url("41db7921-0865-4d24-8eb4-0edbb2368819"); background-size: cover; background-position: center 25%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.1) 100%); }
html[dir="rtl"] .hero-overlay { background: linear-gradient(to left, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.1) 100%); }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 0 90px 80px; max-width: 720px; }
html[dir="rtl"] .hero-content { padding: 0 80px 90px 0; left: auto; right: 0; }
.hero-title { font-size: clamp(48px, 6vw, 88px); font-weight: 800; color: white; line-height: 1.0; margin-bottom: 28px; text-wrap: balance; letter-spacing: -0.01em; }
.hero-desc { font-size: 14px; font-weight: 400; color: rgba(255,255,255,.88); line-height: 1.85; margin-bottom: 36px; max-width: 460px; }
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-pill-dark { font-family: inherit; display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 16px 38px; background: var(--ink); color: white; border: none; border-radius: 100px; cursor: pointer; transition: background .2s, transform .15s; text-decoration: none; }
.btn-pill-dark:hover { background: var(--rose-deep); transform: translateY(-2px); }
.btn-pill-outline { font-family: inherit; display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 15px 38px; background: transparent; color: white; border: 1.5px solid rgba(255,255,255,.7); border-radius: 100px; cursor: pointer; transition: all .2s; text-decoration: none; }
.btn-pill-outline:hover { background: white; color: var(--ink); border-color: white; }

/* why pro */
.why-section { padding: 100px 80px 80px; background: white; text-align: center; }
.why-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; color: var(--rose); margin-bottom: 16px; }
.why-title { font-size: clamp(34px, 4vw, 54px); font-weight: 800; color: var(--ink); margin-bottom: 22px; line-height: 1.1; letter-spacing: -0.01em; }
.why-desc { font-size: 14px; color: var(--mid); line-height: 1.85; max-width: 720px; margin: 0 auto 56px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1200px; margin: 0 auto; }
.why-card { background: var(--grey-card); border-radius: 12px; padding: 38px 32px; text-align: center; transition: transform .25s, box-shadow .25s; cursor: default; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,.06); }
.why-card-title { font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 14px; }
.why-card-desc { font-size: 13px; font-weight: 400; color: var(--mid); line-height: 1.75; }

/* pro coll */
.pro-coll { padding: 90px 80px 100px; background: white; border-top: 1px solid #ede9e5; }
.pro-coll-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
.pro-coll-title { font-size: 32px; font-weight: 800; color: var(--ink); letter-spacing: .04em; }
.pro-coll-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; color: var(--mid); }
.pro-coll-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 32px; }
.pro-card { background: white; border: 1px solid #ede9e5; border-radius: 8px; overflow: hidden; cursor: pointer; transition: box-shadow .25s, transform .2s; text-decoration: none; display: block; }
.pro-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,.1); transform: translateY(-3px); }
.pro-card-img { width: 100%; aspect-ratio: 1/1; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.pro-card-img img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform .4s; }
.pro-card:hover .pro-card-img img { transform: scale(1.04); }
.pro-card-body { padding: 16px 18px 20px; }
.pro-card-stars { display: flex; align-items: center; gap: 4px; margin-bottom: 8px; }
.pro-star { color: #f0b429; font-size: 13px; }
.pro-rating { font-size: 11.5px; color: var(--mid); margin-left: 4px; }
.pro-card-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 8px; line-height: 1.35; }
.pro-card-price { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.pro-card-price .pro-old { font-size: 13px; font-weight: 400; color: var(--mid); text-decoration: line-through; }
.pro-card-price .pro-save { font-size: 11px; font-weight: 700; background: var(--rose); color: white; padding: 3px 9px; border-radius: 100px; letter-spacing: .04em; }
.pro-buy { width: 100%; font-family: inherit; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 12px; background: var(--ink); color: white; border: none; border-radius: 5px; cursor: pointer; transition: background .2s; text-align: center; display: block; text-decoration: none; }
.pro-buy:hover { background: var(--rose-deep); color: white; }
.coll-arrows { display: flex; gap: 10px; justify-content: center; }
.coll-arrow { width: 38px; height: 38px; border: 1.5px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; background: white; transition: all .2s; font-size: 14px; color: var(--ink); }
.coll-arrow:hover { background: var(--ink); color: white; border-color: var(--ink); }

/* info */
.info-section { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; padding: 80px 80px 100px; background: white; border-top: 1px solid #ede9e5; }
.info-img { border-radius: 4px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.info-img img { width: 100%; height: auto; max-height: 100%; object-fit: contain; display: block; }
.info-text { display: flex; flex-direction: column; gap: 28px; }
.info-h { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.info-p { font-size: 13px; color: var(--mid); line-height: 1.85; font-weight: 400; margin-bottom: 10px; }
.info-p strong { color: var(--ink); font-weight: 600; }
.info-p a { color: var(--rose); text-decoration: none; }

/* footer */
.footer { background: var(--pro-dark); padding: 64px 80px 36px; }
.footer-grid { display: grid; grid-template-columns: auto 1fr 1fr 1fr; gap: 56px; margin-bottom: 48px; align-items: start; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
html[dir="rtl"] .footer-brand { align-items: flex-end; }
.footer-gbm-logo { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, var(--pro-accent), #8a6040); display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; color: white; letter-spacing: .04em; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact-item { display: flex; align-items: center; gap: 10px; font-size: 12px; color: rgba(255,255,255,.5); }
.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: white; margin-bottom: 18px; }
.footer-link { display: block; font-size: 13px; font-weight: 300; color: rgba(255,255,255,.4); cursor: pointer; margin-bottom: 11px; transition: color .2s; text-decoration: none; }
.footer-link:hover { color: var(--rose); }
.footer-newsletter-text { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.45); line-height: 1.7; margin-bottom: 16px; }
.footer-subscribe { display: flex; gap: 0; }
.footer-input { flex: 1; font-family: inherit; padding: 11px 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-right: none; color: white; font-size: 12px; outline: none; border-radius: 3px 0 0 3px; }
html[dir="rtl"] .footer-input { border-right: 1px solid rgba(255,255,255,.15); border-left: none; border-radius: 0 3px 3px 0; }
.footer-input::placeholder { color: rgba(255,255,255,.3); }
.footer-sub-btn { padding: 11px 18px; background: var(--rose); color: white; border: none; font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .08em; cursor: pointer; border-radius: 0 3px 3px 0; transition: background .2s; white-space: nowrap; }
html[dir="rtl"] .footer-sub-btn { border-radius: 3px 0 0 3px; }
.footer-sub-btn:hover { background: var(--rose-deep); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: rgba(255,255,255,.3); letter-spacing: .06em; }

/* views */
.view { display: none; }
.view.active { display: block; animation: fadeUp .4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* builder */
.builder-section { padding: 56px 80px 100px; background: white; }
.bld-back { font-family: inherit; font-size: 12px; color: var(--mid); cursor: pointer; display: inline-flex; gap: 6px; align-items: center; margin-bottom: 14px; text-decoration: none; font-weight: 600; letter-spacing: .04em; }
.bld-back:hover { color: var(--rose); }
.bld-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--rose); margin-bottom: 12px; }
.bld-title { font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; color: var(--ink); margin-bottom: 10px; line-height: 1.1; }
.bld-sub { font-size: 14px; color: var(--mid); margin-bottom: 36px; max-width: 580px; line-height: 1.7; }
.types-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 24px; }
.type-card { background: white; border: 1px solid #ede9e5; border-radius: 12px; overflow: hidden; cursor: pointer; transition: all .25s; text-decoration: none; display: block; }
.type-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.08); border-color: var(--rose); }
.type-card-img { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.type-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.type-card:hover .type-card-img img { transform: scale(1.05); }
.type-card-body { padding: 22px 20px 26px; }
.type-card-name { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.type-card-desc { font-size: 12px; color: var(--mid); line-height: 1.7; margin-bottom: 18px; }
.type-card-cta { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); padding-bottom: 3px; border-bottom: 1.5px solid var(--rose); }
.bld-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.bld-sec-title { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.bld-sec-title::before { content: ""; width: 22px; height: 2px; background: var(--rose); }
.bundles-row { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 28px; }
.bundle-card { flex: 0 0 220px; background: var(--ink); color: white; border-radius: 12px; padding: 18px; cursor: pointer; transition: all .2s; position: relative; overflow: hidden; }
.bundle-card::after { content: "✦"; position: absolute; right: 14px; bottom: 8px; font-size: 36px; color: rgba(196,149,122,.18); }
.bundle-card:hover { background: var(--rose-deep); transform: translateY(-3px); }
.bundle-card h4 { font-size: 14.5px; font-weight: 700; margin-bottom: 6px; position: relative; z-index: 1; }
.bundle-card-meta { font-size: 11.5px; color: rgba(255,255,255,.55); margin-bottom: 14px; position: relative; z-index: 1; }
.bundle-card-add { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--rose); background: rgba(255,255,255,.08); padding: 7px 14px; border-radius: 100px; display: inline-block; position: relative; z-index: 1; transition: background .2s; }
.bundle-card:hover .bundle-card-add { background: white; color: var(--ink); }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.chip { font-family: inherit; font-size: 11.5px; font-weight: 600; padding: 8px 16px; border-radius: 100px; border: 1px solid #ede9e5; background: white; color: var(--mid); cursor: pointer; transition: all .2s; }
.chip:hover { border-color: var(--rose); color: var(--ink); }
.chip.active { background: var(--ink); color: white; border-color: var(--ink); }
.bld-prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bld-card { background: white; border: 1px solid #ede9e5; border-radius: 10px; overflow: hidden; transition: box-shadow .25s, transform .2s; display: flex; flex-direction: column; position: relative; }
.bld-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,.08); transform: translateY(-3px); }
.bld-card-img { aspect-ratio: 1/1; overflow: hidden; background: var(--light); position: relative; display: block; }
.bld-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.bld-card:hover .bld-card-img img { transform: scale(1.05); }
.bld-card-tag { position: absolute; top: 10px; right: 10px; background: var(--rose); color: white; font-size: 9px; font-weight: 700; padding: 5px 10px; border-radius: 100px; letter-spacing: .08em; text-transform: uppercase; z-index: 2; }
html[dir="rtl"] .bld-card-tag { right: auto; left: 10px; }
.bld-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; position: relative; z-index: 2;}
.bld-card-cat { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); font-weight: 600; }
.bld-card-name { font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.3; display: block; text-decoration: none;}
.bld-card-price { font-size: 15px; font-weight: 700; color: var(--ink); margin-top: auto; }
.bld-card-price small { font-size: 11px; color: var(--mid); font-weight: 400; }
.bld-add-btn { width: 100%; font-family: inherit; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 11px; background: var(--ink); color: white; border: none; border-radius: 100px; cursor: pointer; transition: background .2s; margin-top: 4px; display: flex; align-items: center; justify-content: center; gap: 8px;}
.bld-add-btn:hover { background: var(--rose-deep); }
.bld-add-btn.loading { opacity: 0.7; pointer-events: none; }
.qstep { display: flex; align-items: center; border: 1px solid #ede9e5; border-radius: 100px; overflow: hidden; margin-top: 4px; }
.qstep button { width: 36px; height: 38px; border: none; background: white; color: var(--ink); font-size: 16px; font-weight: 700; cursor: pointer; transition: background .2s; font-family: inherit; }
.qstep button:hover:not(:disabled) { background: var(--light); }
.qstep button:disabled { opacity: .3; cursor: not-allowed; }
.qstep span { flex: 1; text-align: center; font-weight: 700; font-size: 13.5px; direction: ltr; color: var(--ink) !important; }
.qstep-max { font-size: 9.5px; color: var(--mid); text-align: center; margin-top: 4px; font-weight: 500; letter-spacing: .04em; }

/* cart side */
.cart-side { position: sticky; top: 130px; }
.cart-box { background: white; border: 1px solid #ede9e5; border-radius: 14px; overflow: hidden; box-shadow: 0 10px 36px rgba(0,0,0,.05); }
.cart-top { background: var(--ink); color: white; padding: 18px 22px; }
.cart-top h3 { font-size: 16px; font-weight: 700; margin: 0; }
.cart-top small { font-size: 11.5px; color: rgba(255,255,255,.5); margin-top: 4px; display: block; }
.meter { padding: 18px 22px; border-bottom: 1px solid #ede9e5; background: var(--light); }
.meter-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.meter-now { font-size: 12px; font-weight: 600; color: var(--mid); }
.meter-pct { font-size: 28px; font-weight: 800; color: var(--rose); line-height: 1; direction: ltr; }
.meter-track { height: 8px; background: #e6ddd5; border-radius: 100px; overflow: hidden; }
.meter-fill { height: 100%; background: linear-gradient(90deg, var(--rose), var(--rose-deep)); border-radius: 100px; width: 0; transition: width .5s cubic-bezier(.3,1,.4,1); }
.meter-ticks { display: flex; justify-content: space-between; margin-top: 8px; font-size: 10px; color: var(--mid); font-weight: 500; }
.meter-ticks .hit { color: var(--rose); font-weight: 700; }
.meter-hint { font-size: 11px; color: var(--mid); text-align: center; margin-top: 10px; line-height: 1.5; }
.meter-hint b { color: var(--rose); }
.cart-items { max-height: 280px; overflow-y: auto; padding: 4px 0; }
.cart-items::-webkit-scrollbar { width: 5px; }
.cart-items::-webkit-scrollbar-thumb { background: #ede9e5; border-radius: 100px; }
.cart-item { display: flex; gap: 11px; padding: 11px 22px; align-items: center; }
.ci-th { width: 44px; height: 44px; border-radius: 6px; overflow: hidden; flex-shrink: 0; border: 1px solid #ede9e5; }
.ci-th img { width: 100%; height: 100%; object-fit: cover; }
.ci-info { flex: 1; min-width: 0; }
.ci-name { font-size: 12.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink); }
.ci-meta { font-size: 11px; color: var(--mid); }
.ci-q { display: flex; align-items: center; gap: 6px; }
.ci-q button { width: 24px; height: 24px; border: 1px solid #ede9e5; border-radius: 6px; background: white; font-weight: 700; font-size: 12px; cursor: pointer; transition: background .2s; font-family: inherit; }
.ci-q button:hover:not(:disabled) { background: var(--light); }
.ci-q button:disabled { opacity: .3; cursor: not-allowed; }
.ci-q b { font-size: 12px; min-width: 16px; text-align: center; }
.cart-empty { padding: 40px 24px; text-align: center; color: var(--mid); font-size: 13px; line-height: 1.7; }
.cart-empty svg { width: 44px; height: 44px; opacity: .35; margin-bottom: 12px; }
.cart-totals { padding: 16px 22px; border-top: 1px solid #ede9e5; }
.cart-row { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 8px; color: var(--mid); }
.cart-row.save { color: var(--rose); font-weight: 700; }
.cart-row.save .pill { background: var(--rose); color: white; font-size: 10px; padding: 2px 8px; border-radius: 100px; font-weight: 700; letter-spacing: .04em; }
.cart-grand { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px dashed #ede9e5; padding-top: 12px; margin-top: 4px; }
.cart-grand span { font-size: 14px; font-weight: 600; color: var(--ink); }
.cart-grand b { font-size: 24px; font-weight: 800; color: var(--ink); }
.cart-checkout { display: block; text-align: center; width: 100%; font-family: inherit; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: var(--ink); color: white; padding: 15px; border: none; border-radius: 100px; cursor: pointer; margin-top: 14px; transition: background .2s; text-decoration: none; }
.cart-checkout:hover:not(:disabled) { background: var(--rose-deep); color: white; }
.cart-checkout:disabled { opacity: .4; cursor: not-allowed; }
.cart-note { font-size: 10.5px; color: var(--mid); text-align: center; margin-top: 9px; }

/* responsive */
@media (max-width: 1200px) {
  .builder-section, .sum-section { padding: 48px 32px 80px; }
  .bld-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 22px; }
  .sum-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 26px; }
}
@media (max-width: 1024px) {
  .bld-grid, .sum-grid { grid-template-columns: 1fr; gap: 28px; }
  .cart-side, .form-card { position: static; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .pro-coll-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nav-wrap, .announce, .footer, .view, .builder-section, .sum-section { max-width: 100vw; overflow-x: hidden; }
  .bld-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; min-width: 0; }
  .bld-grid > * { min-width: 0; }
  .cart-side { position: static; min-width: 0; width: 100%; }
  .cart-box { width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; }
  .cart-top, .meter, .cart-items, .cart-totals { min-width: 0; }
  .cart-row, .cart-grand { min-width: 0; gap: 8px; }
  .cart-grand b { font-size: 19px; white-space: nowrap; }
  .cart-checkout { padding: 13px 12px; font-size: 11px; letter-spacing: .06em; }
  .bld-prod-grid { grid-template-columns: 1fr; gap: 12px; min-width: 0; }
  .bld-card { display: grid; grid-template-columns: 100px minmax(0, 1fr); min-height: 100px; min-width: 0; }
  html[dir="rtl"] .bld-card { grid-template-columns: minmax(0, 1fr) 100px; }
  .bld-card-img { aspect-ratio: auto; height: 100%; min-height: 100px; }
  .bld-card-body { padding: 11px 13px; gap: 4px; min-width: 0; }
  .bld-card-name { font-size: 13px; }
  .bld-card-price { font-size: 13.5px; }
  .bld-add-btn { font-size: 10px; padding: 8px; }
  .qstep button { width: 30px; height: 32px; font-size: 13px; }
  .qstep-max { font-size: 8.5px; }
  .announce { font-size: 9.5px; padding: 7px 10px; letter-spacing: .08em; }
  .nav { padding: 0 12px; height: 56px; gap: 6px; }
  .mode-toggle { padding: 2px; }
  .mode-btn { padding: 5px 11px; font-size: 9.5px; letter-spacing: .04em; }
  .lang-btn { padding: 4px 8px; min-width: 24px; font-size: 9.5px; }
  .logo { font-size: 18px; letter-spacing: .04em; }
  .nav-right { gap: 12px; }
  .sub-nav { flex-wrap: nowrap; overflow-x: auto; height: 44px; padding: 0 14px; gap: 18px; justify-content: flex-start; -webkit-overflow-scrolling: touch; }
  .sub-nav::-webkit-scrollbar { display: none; }
  .sub-nav-tagline, .sub-nav-search { position: static; }
  .sub-nav-tagline { font-size: 10px; flex-shrink: 0; }
  .sub-nav-link { font-size: 10.5px; letter-spacing: .05em; flex-shrink: 0; }
  .sub-nav-search { flex-shrink: 0; font-size: 10.5px; }
  .hero { height: 70vh; min-height: 460px; }
  .hero-content { padding: 0 22px 48px; max-width: 100%; }
  html[dir="rtl"] .hero-content { padding: 0 22px 48px; }
  .hero-title { font-size: clamp(34px, 9vw, 48px); margin-bottom: 16px; }
  .hero-desc { font-size: 13px; margin-bottom: 24px; line-height: 1.7; }
  .btn-pill-dark, .btn-pill-outline { padding: 13px 22px; font-size: 11px; letter-spacing: .1em; }
  .why-section { padding: 50px 22px; }
  .why-title { font-size: clamp(26px, 7vw, 34px); margin-bottom: 16px; }
  .why-desc { font-size: 13px; margin-bottom: 40px; }
  .why-grid { grid-template-columns: 1fr; gap: 12px; }
  .why-card { padding: 26px 22px; }
  .pro-coll { padding: 50px 22px; }
  .pro-coll-header { flex-direction: column; align-items: flex-start; gap: 6px; margin-bottom: 24px; }
  .pro-coll-title { font-size: 26px; }
  .pro-coll-grid { grid-template-columns: 1fr; gap: 16px; }
  .info-section { grid-template-columns: 1fr; gap: 24px; padding: 50px 22px; }
  .info-img img { max-height: none !important; }
  .info-h { font-size: 16px; }
  .info-p { font-size: 13px; }
  .footer { padding: 44px 22px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .builder-section, .sum-section { padding: 28px 16px 70px; }
  .bld-back { font-size: 11.5px; margin-bottom: 12px; }
  .bld-eyebrow { font-size: 10.5px; letter-spacing: .22em; margin-bottom: 10px; }
  .bld-title { font-size: 24px; margin-bottom: 8px; line-height: 1.15; }
  .bld-sub { font-size: 12.5px; margin-bottom: 24px; line-height: 1.65; }
  .types-grid { grid-template-columns: 1fr; gap: 14px; }
  .type-card-img { aspect-ratio: 16/9; }
  .type-card-body { padding: 18px 16px 20px; }
  .bld-grid { grid-template-columns: 1fr; gap: 24px; }
  .bundles-row { gap: 11px; padding-bottom: 4px; margin-bottom: 22px; }
  .bundle-card { flex: 0 0 190px; padding: 16px; }
  .filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; margin-bottom: 18px; }
  .filters::-webkit-scrollbar { display: none; }
  .chip { flex-shrink: 0; padding: 7px 14px; font-size: 11px; }
  .bld-prod-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .bld-card { display: grid; grid-template-columns: 108px minmax(0, 1fr); min-height: 108px; min-width: 0; }
  html[dir="rtl"] .bld-card { grid-template-columns: minmax(0, 1fr) 108px; }
  .bld-card-img { aspect-ratio: auto; height: 100%; min-height: 108px; }
  .bld-card-body { padding: 12px 14px; gap: 4px; }
  .bld-card-name { font-size: 13.5px; }
  .bld-card-price { font-size: 14px; }
  .bld-add-btn { font-size: 10.5px; padding: 9px; }
  .qstep button { width: 32px; height: 34px; font-size: 14px; }
  .cart-side { position: static; }
  .cart-box { width: 100%; max-width: 100%; box-sizing: border-box; }
  .cart-top { padding: 15px 18px; }
  .meter { padding: 15px 18px; }
  .meter-pct { font-size: 22px; }
  .cart-items { max-height: none; }
  .cart-item { padding: 10px 18px; gap: 10px; }
  .cart-totals { padding: 14px 18px; }
  .cart-grand b { font-size: 22px; }
  .cart-checkout { font-size: 12px; padding: 14px; letter-spacing: .1em; }
}
@media (max-width: 420px) {
  .nav { gap: 4px; padding: 0 8px !important; }
  .mode-btn { padding: 4px 6px; font-size: 8px; }
  .lang-btn { padding: 3px 7px; font-size: 9px; }
  .logo { font-size: 14px; }
  .nav-right { gap: 8px; }
  .bld-card { grid-template-columns: 92px minmax(0, 1fr); }
  html[dir="rtl"] .bld-card { grid-template-columns: minmax(0, 1fr) 92px; }
  .bld-card-img { min-height: 92px; }
  .meter-ticks span { font-size: 8.5px; }
}

/* Custom Mobile Menu Drawer Styles */
@media (max-width: 900px) {
  .sp-menu-toggle { display: block !important; }
  .nav .lang-toggle { display: none !important; }
  .nav .mode-toggle { display: flex !important; }
  .sub-nav { display: none !important; }
  .logo { justify-self: center; }
  .nav {
    grid-template-columns: auto 1fr auto;
    padding: 0 16px !important;
  }
}

/* Reset search button styling inside main navigation header */
.nav .sp-search-btn {
  background: none !important;
  padding: 0 !important;
  color: var(--ink) !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
}
.sp-mobile-drawer .sub-nav-link {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.sp-mobile-drawer .sub-nav-link:hover {
  color: var(--rose);
}

/* Mobile Cart Drawer & Floating Bar Styles */
@media (max-width: 900px) {
  .cart-side {
    display: none;
    position: fixed !important;
    bottom: 64px !important;
    left: 0 !important;
    width: 100% !important;
    max-height: 70vh !important;
    overflow-y: auto !important;
    z-index: 997 !important;
    background: white !important;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.2) !important;
    border-radius: 14px 14px 0 0 !important;
    animation: slideUp 0.3s ease forwards;
  }
  
  .cart-side.sp-mobile-cart-open {
    display: block !important;
  }
  
  .builder-section {
    padding-bottom: 80px !important;
  }

  .sp-cart-close-x {
    display: block !important;
  }
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
