:root {
  --lime: #fbcc27;
  --lime-dark: #d89f00;
  --ink: #10110f;
  --muted: #686b64;
  --paper: #f4f4ef;
  --line: #dedfd8;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.arrow-icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  color: inherit;
}
.arrow-icon::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
}
.arrow-icon::after {
  content: "";
  width: 12px;
  height: 1.7px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: left center;
  border-radius: 2px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: white;
  background: rgba(14, 15, 13, .92);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 124px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav .strx-menu { margin: 0; padding: 0; display: flex; align-items: center; gap: 34px; list-style: none; }
.desktop-nav a { color: #cacbc7; font-size: 14px; font-weight: 600; transition: .2s ease; }
.desktop-nav a:hover { color: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.cart-link { min-height: 42px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; color: #d9dbd5; border: 1px solid #3a3c36; border-radius: 4px; font-size: 12px; font-weight: 700; }
.cart-count { min-width: 20px; height: 20px; display: inline-grid; place-items: center; color: #111; background: var(--lime); border-radius: 50%; font-size: 10px; }
.button {
  min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px;
  color: var(--ink); background: var(--lime); border: 1px solid var(--lime); border-radius: 4px;
  font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #ffda55; }
.button-small { min-height: 42px; padding: 0 18px; gap: 0; font-size: 13px; }
.menu-button, .mobile-nav { display: none; }

.hero {
  min-height: 680px; position: relative; overflow: hidden; color: white;
  background:
    radial-gradient(circle at 82% 42%, rgba(184, 11, 16, .48), transparent 36%),
    radial-gradient(circle at 68% 55%, rgba(107, 5, 9, .3), transparent 43%),
    linear-gradient(105deg, #0d0e0c 0%, #12130f 43%, #210b0b 74%, #100909 100%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}
.hero-layout { min-height: 680px; position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 48px; }
.hero-copy { position: relative; z-index: 2; padding: 60px 0; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow { margin-bottom: 26px; color: #d6d8d2; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(48px, 6.2vw, 84px); line-height: .96; letter-spacing: -.07em; }
h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 560px; margin-bottom: 32px; color: #b7bab2; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: white; font-size: 14px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 6px; }
.hero-stats { display: flex; gap: 42px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-stats div { display: flex; flex-direction: column; gap: 4px; }
.hero-stats strong { color: white; font-size: 18px; }
.hero-stats span { color: #858880; font-size: 11px; }

.hero-visual { height: 600px; position: relative; display: flex; align-items: center; justify-content: flex-end; }
.hero-visual::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -55px;
  top: 0;
  border-radius: 50%;
  background: rgba(175, 12, 16, .2);
  filter: blur(65px);
}
.hero-image-frame {
  width: min(112%, 620px);
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  margin-right: -38px;
  border: 0;
  box-shadow: none;
  -webkit-mask-image: radial-gradient(ellipse 72% 70% at 57% 48%, #000 56%, rgba(0,0,0,.96) 65%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 70% at 57% 48%, #000 56%, rgba(0,0,0,.96) 65%, transparent 100%);
}
.hero-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(31,9,10,.94) 0%, transparent 17%),
    linear-gradient(90deg, rgba(15,16,13,.98) 0%, transparent 20%),
    linear-gradient(0deg, rgba(13,14,12,.78) 0%, transparent 19%);
}
.hero-image-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }

.trust-strip { background: #181a16; color: white; border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 14px; padding: 20px 22px; border-right: 1px solid rgba(255,255,255,.09); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.09); }
.trust-grid > div > span { color: var(--lime); font-size: 19px; }
.trust-grid p { display:flex; flex-direction:column; gap:4px; margin:0; }
.trust-grid strong { font-size: 12px; }
.trust-grid small { color:#94978e; font-size:10px; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 52px; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.section-heading h2, .center-heading h2, .faq-layout h2, .cta-box h2 { margin: 12px 0 0; font-size: clamp(38px, 4vw, 57px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p { max-width: 410px; margin-bottom: 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.kicker { color: #74776f; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 280px; position: relative; padding: 30px; background: #e9eae4; border: 1px solid #ddded8; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; transition: .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: #bfc1b7; }
.feature-card.featured { color: white; background: #171916; border-color: #171916; }
.feature-card.featured::after { content:""; position:absolute; width:200px; height:200px; right:-55px; top:-55px; border-radius:50%; background:var(--lime); opacity:.07; box-shadow:0 0 70px var(--lime); }
.card-number { position:absolute; top:26px; right:28px; color:#989b92; font-size:11px; }
.feature-icon { width: 46px; height: 46px; display:grid; place-items:center; margin-bottom:auto; background:var(--lime); color:#111; border-radius:50%; }
.feature-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin-bottom: 12px; font-size: 20px; letter-spacing: -.04em; }
.feature-card p { margin: 0; color: #74776f; font-size: 13px; line-height: 1.7; }
.feature-card.featured p { color:#92958d; }
.discount-card { grid-column: span 2; color: #111; background: var(--lime); border-color: var(--lime); }
.discount-card .feature-icon { color: white; background: #171916; }
.discount-card p { max-width: 430px; color: #594600; }

.pricing-section { color: white; background: #12130f; }
.pricing-heading .kicker { color: var(--lime); }
.pricing-heading > p { color: #969990; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { padding: 30px; background: #1b1d18; border: 1px solid #30322c; }
.price-card.featured-price { border-top: 4px solid var(--lime); padding-top: 27px; }
.price-card-head { min-height: 95px; display: flex; justify-content: space-between; gap: 22px; border-bottom: 1px solid #343630; }
.price-card-head > span { order: 2; color: #74776f; font-size: 11px; }
.price-card-head small { display: block; margin-bottom: 7px; color: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.price-card-head h3 { margin: 0 0 4px; font-size: 27px; letter-spacing: -.05em; }
.price-card-head p { color: #91948b; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.price-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 25px; }
.price-group h4 { margin: 0 0 13px; color: #b5b8af; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.price-group > div { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px solid #30322c; }
.price-group span { color: #a2a59c; font-size: 11px; }
.price-group strong { white-space: nowrap; color: white; font-size: 12px; }
.price-group div:last-child strong { color: var(--lime); font-size: 10px; }
.addons { margin-top: 18px; display: grid; grid-template-columns: .72fr 1.28fr; background: var(--lime); color: #111; }
.addons-heading { padding: 38px; }
.addons-heading .kicker { color: #685000; }
.addons-heading h3 { margin: 10px 0 0; max-width: 230px; font-size: 30px; line-height: 1.05; letter-spacing: -.05em; }
.addons-list { display: grid; grid-template-columns: 1fr 1fr; background: #f0b900; border-left: 1px solid rgba(0,0,0,.12); }
.addons-list div { min-height: 68px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-right: 1px solid rgba(0,0,0,.12); border-bottom: 1px solid rgba(0,0,0,.12); }
.addons-list span { font-size: 12px; }
.addons-list strong { white-space: nowrap; font-size: 12px; }
.pricing-note { margin-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.pricing-note p { margin: 0; color: #92958c; font-size: 11px; }

.size-section { background: var(--paper); }
.size-heading { margin-bottom: 55px; }
.size-category { display: grid; grid-template-columns: 250px minmax(0, 1fr); border-top: 1px solid #cfd1c8; }
.size-category + .size-category { margin-top: 42px; }
.size-category-head { padding: 30px 30px 30px 0; display: flex; justify-content: space-between; gap: 20px; }
.size-category-head > span { order: 2; color: #92958c; font-size: 11px; }
.size-category-head small { display: block; margin-bottom: 9px; color: #767970; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; }
.size-category-head h3 { margin: 0; font-size: 28px; line-height: 1.05; letter-spacing: -.05em; }
.size-tables { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid #cfd1c8; }
.size-card { min-width: 0; padding: 30px; border-right: 1px solid #cfd1c8; }
.size-card-adult { order: 1; }
.size-card-kid { order: 2; }
.size-card h4 { margin: 0 0 20px; font-size: 15px; letter-spacing: -.02em; }
.table-scroll { overflow-x: auto; }
.size-card table { width: 100%; min-width: 280px; border-collapse: collapse; font-size: 12px; }
.size-card th { padding: 11px 10px; color: #5e6159; background: #e5e6df; text-align: right; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.size-card th:first-child, .size-card td:first-child { text-align: left; }
.size-card td { padding: 10px; text-align: right; border-bottom: 1px solid #d9dad3; }
.size-card tbody tr:hover { background: #ecece6; }
.muslimah-category .size-category-head { position: relative; }
.muslimah-category .size-category-head::before { content: ""; position: absolute; width: 70px; height: 4px; left: 0; top: -2px; background: var(--lime); }
.size-note { margin-top: 24px; padding: 24px 28px; display: flex; align-items: center; gap: 18px; color: white; background: #191b17; }
.size-note-icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; color: #111; background: var(--lime); border-radius: 50%; }
.size-note-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.size-note strong { display: block; margin-bottom: 4px; font-size: 13px; }
.size-note p { margin: 0; color: #a1a49b; font-size: 11px; line-height: 1.6; }

.design-section { background: #e7e8e1; }
.section-heading.compact { align-items: center; }
.text-link.dark { color: var(--ink); border-color: #999b94; }
.design-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.design-card { position: relative; overflow: hidden; background: #f4f4ef; border: 1px solid #d4d6cd; transition: transform .25s ease, box-shadow .25s ease; }
.design-card:hover { transform: translateY(-6px); box-shadow: 0 22px 40px rgba(22,24,20,.12); }
.design-image { aspect-ratio: 1; overflow: hidden; background: #fff; }
.design-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.design-card:hover .design-image img { transform: scale(1.035); }
.design-info { padding: 20px 22px 23px; border-top: 1px solid #d4d6cd; }
.design-info span { display: block; margin-bottom: 7px; color: #74776f; font-size: 10px; letter-spacing: .15em; }
.design-info h3 { margin: 0; font-size: 22px; letter-spacing: -.05em; }

.process-section { background: var(--paper); }
.center-heading { max-width: 650px; margin: 0 auto 65px; text-align: center; }
.center-heading .kicker { justify-content:center; }
.center-heading p { margin-top:18px; color:var(--muted); font-size:14px; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap: 16px; counter-reset: order-flow; }
.step { min-height: 250px; position:relative; padding:30px; background: #e9eae4; border:1px solid #d9dad3; overflow: hidden; }
.step::after { content: "→"; position: absolute; right: 22px; top: 25px; color: #b1b3aa; font-size: 18px; }
.step:nth-child(3n)::after, .step:last-child::after { display: none; }
.step > span { width:42px; height:42px; display:grid; place-items:center; margin-bottom: 55px; color: #111; background:var(--lime); border-radius:50%; font-size:10px; font-weight:800; }
.step h3 { margin:0 0 12px; font-size:18px; letter-spacing: -.035em; }
.step p { margin-bottom: 7px; color:var(--muted); font-size:12px; line-height:1.65; }
.step p:last-child { margin-bottom: 0; }
.step p strong { color: #22231f; }
.final-step { color: white; background: #191b17; border-color: #191b17; }
.final-step p { color: #969990; }
.final-step::before { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; bottom: -80px; border-radius: 50%; background: var(--lime); opacity: .08; }

.faq-section { background:#dedfd8; }
.faq-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:100px; }
.faq-layout > div:first-child > p { max-width:320px; margin-top:20px; color:var(--muted); font-size:13px; line-height:1.7; }
.accordion { border-top:1px solid #c2c4bb; }
details { border-bottom:1px solid #c2c4bb; }
summary { padding:24px 0; display:flex; justify-content:space-between; align-items:center; list-style:none; cursor:pointer; font-size:15px; font-weight:700; }
summary::-webkit-details-marker { display:none; }
summary span { color:#888b82; font-size:20px; font-weight:400; transition:.2s ease; }
details[open] summary span { transform:rotate(45deg); }
details p { max-width:630px; padding:0 50px 22px 0; color:var(--muted); font-size:13px; line-height:1.7; }

.cta-section { padding: 24px; background:#dedfd8; }
.cta-box { width:min(1340px,100%); min-height:420px; padding:75px max(50px, calc((100% - 1130px)/2)); display:grid; grid-template-columns:1.2fr .8fr; align-items:center; gap:80px; color:white; background:var(--lime-dark); position:relative; overflow:hidden; }
.cta-box::after { content:"07"; position:absolute; right:-20px; bottom:-115px; color:rgba(255,255,255,.09); font-size:300px; font-weight:800; letter-spacing:-.1em; }
.kicker.light { color:rgba(255,255,255,.75); }
.cta-box h2 { font-size:clamp(44px,5vw,68px); }
.cta-side { position:relative; z-index:2; }
.cta-side p { max-width:390px; margin-bottom:26px; color:rgba(255,255,255,.78); font-size:14px; line-height:1.7; }
.button-light { color:white; background:#25d366; border-color:#25d366; }
.button-light:hover { color:white; background:#1ebe5d; border-color:#1ebe5d; }
.whatsapp-number { width: fit-content; display: block; margin-top: 13px; color: white; font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.whatsapp-number:hover { text-decoration: underline; }
.cta-side small { display:block; margin-top:14px; color:rgba(255,255,255,.68); font-size:10px; }

footer { color:white; background:#11120f; }
.footer-wrap { min-height:140px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.footer-wrap p, .footer-wrap > span { margin:0; color:#999c93; font-size:11px; }

.wp-content-area, .strx-shop-area { min-height: 65vh; padding: 90px 0; background: var(--paper); }
.wp-content-shell, .strx-shop-shell { max-width: 1180px; }
.wp-entry-card > h1, .wp-entry-card > h2, .woocommerce-products-header__title { margin: 0 0 35px; font-size: clamp(38px, 5vw, 64px); line-height: 1.05; letter-spacing: -.055em; }
.entry-content { color: #565951; font-size: 15px; line-height: 1.8; }
.entry-content > * { max-width: 820px; }
.entry-content img { max-width: 100%; height: auto; }

.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: #777a72; font-size: 12px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto; margin: 0; padding: 0 0 24px; background: white; border: 1px solid #d9dad3; }
.woocommerce ul.products li.product a img { margin: 0 0 22px; aspect-ratio: 1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button { margin-left: 22px; margin-right: 22px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; color: #111; font-size: 18px; }
.woocommerce ul.products li.product .price { color: #805f00; font-size: 14px; font-weight: 800; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  padding: 13px 18px; color: #111; background: var(--lime); border-radius: 4px; font-family: inherit; font-weight: 800;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { color: #111; background: #ffda55; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #805f00; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--lime); }
.woocommerce-message::before, .woocommerce-info::before { color: #b38100; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  min-height: 46px; padding: 11px 13px; border: 1px solid #cfd1c8; border-radius: 3px; font: inherit;
}

@media (max-width: 1180px) and (min-width: 961px) {
  .desktop-nav .strx-menu { gap: 18px; }
  .nav-wrap { gap: 18px; }
  .header-quote { padding: 0 13px; }
}

@media (max-width: 960px) {
  .desktop-nav, .header-actions { display:none; }
  .menu-button { width:42px; height:42px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; border:0; background:transparent; cursor:pointer; }
  .menu-button span { width:21px; height:2px; background:white; transition:.2s ease; }
  .mobile-nav { position:absolute; top:76px; left:0; right:0; padding:20px 24px 26px; flex-direction:column; background:#11120f; border-top:1px solid #282a26; }
  .mobile-nav.open { display:flex; }
  .mobile-nav .strx-menu { margin: 0; padding: 0; list-style: none; }
  .mobile-nav .strx-menu li { margin: 0; }
  .mobile-nav a { padding:12px 0; color:#cacbc7; font-size:13px; border-bottom:1px solid #252621; }
  .hero-layout { grid-template-columns:1fr; padding-top:50px; }
  .hero-copy { padding-bottom:0; }
  .hero-visual { height:500px; }
  .hero-image-frame { width: min(108%, 540px); margin: 0 -20px 0 auto; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .feature-grid, .design-grid { grid-template-columns:repeat(2,1fr); }
  .discount-card { grid-column:1/-1; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-columns { gap: 50px; }
  .size-category { grid-template-columns: 1fr; }
  .size-category-head { padding-right: 0; }
  .size-tables { border-left: 0; border-top: 1px solid #cfd1c8; }
  .steps { grid-template-columns:repeat(2,1fr); }
  .step:nth-child(3n)::after { display: block; }
  .step:nth-child(2n)::after, .step:last-child::after { display: none; }
  .faq-layout { grid-template-columns:1fr; gap:45px; }
  .cta-box { grid-template-columns:1fr; gap:40px; padding:65px 48px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }
  .nav-wrap { height:68px; }
  .brand img { width: 110px; }
  .mobile-nav { top:68px; }
  .hero-layout { min-height:auto; padding-top:18px; }
  .hero-copy { padding:45px 0 10px; }
  h1 { font-size:50px; }
  .hero-copy > p { font-size:14px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:22px; }
  .hero-stats { gap:20px; margin-top:40px; }
  .hero-stats strong { font-size:15px; }
  .hero-visual { height:auto; margin: 34px 0 26px; }
  .hero-visual::before { width: 420px; height: 420px; right: -80px; top: -30px; }
  .hero-image-frame {
    width: calc(100% + 32px);
    margin: 0 -16px;
    -webkit-mask-image: radial-gradient(ellipse 82% 76% at 55% 47%, #000 60%, rgba(0,0,0,.92) 73%, transparent 100%);
    mask-image: radial-gradient(ellipse 82% 76% at 55% 47%, #000 60%, rgba(0,0,0,.92) 73%, transparent 100%);
  }
  .hero-image-frame::after {
    background:
      linear-gradient(180deg, rgba(44,8,11,.92) 0%, transparent 18%),
      linear-gradient(90deg, rgba(15,16,13,.72) 0%, transparent 15%),
      linear-gradient(0deg, rgba(13,14,12,.75) 0%, transparent 16%);
  }
  .trust-grid { grid-template-columns:1fr; padding:8px 0; }
  .trust-grid > div, .trust-grid > div:first-child { border:0; border-bottom:1px solid rgba(255,255,255,.08); padding:16px 4px; }
  .section { padding:78px 0; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:20px; margin-bottom:35px; }
  .section-heading h2, .center-heading h2, .faq-layout h2 { font-size:38px; }
  .feature-grid, .design-grid { grid-template-columns:1fr; }
  .discount-card { grid-column:auto; }
  .price-card { padding: 25px 20px; }
  .price-columns { gap: 18px; }
  .price-group span { font-size: 9px; }
  .price-group strong { font-size: 10px; }
  .addons { grid-template-columns: 1fr; }
  .addons-heading { padding: 30px 24px; }
  .addons-list { grid-template-columns: 1fr; border-left: 0; border-top: 1px solid rgba(0,0,0,.12); }
  .pricing-note { align-items: flex-start; flex-direction: column; }
  .size-heading { margin-bottom: 38px; }
  .size-category-head h3 { font-size: 25px; }
  .size-tables { grid-template-columns: 1fr; }
  .size-card { padding: 26px 0; border-right: 0; border-bottom: 1px solid #cfd1c8; }
  .table-scroll { margin: 0 -16px; padding: 0 16px 8px; }
  .size-card table { min-width: 343px; }
  .size-note { align-items: flex-start; padding: 22px; }
  .steps { grid-template-columns:1fr; gap:12px; }
  .step, .step:last-child { min-height: 0; padding:24px; }
  .step > span { margin-bottom:35px; }
  .step::after, .step:nth-child(2n)::after, .step:nth-child(3n)::after { display: none; }
  .faq-layout { gap:35px; }
  .cta-section { padding:12px; }
  .cta-box { width:100%; padding:55px 28px; gap:34px; }
  .cta-box h2 { font-size:44px; }
  .footer-wrap { padding:45px 0; align-items:center; flex-direction:column; text-align:center; }
  body.admin-bar .site-header { top: 46px; }
  .wp-content-area, .strx-shop-area { padding: 65px 0; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
}
