/*
Theme Name: Astra Child
Template: astra
*/

/* ── CSS Variables ── */
:root {
  --red: #C8281E;
  --red-dk: #9E1F16;
  --red-lt: #FDF1F0;
  --ink: #1C1F26;
  --body: #4A4F5C;
  --muted: #7A808F;
  --border: #E2E5EB;
  --surface: #F5F6F8;
  --white: #fff;
  --font: 'Outfit', sans-serif;
  --max: 1200px;
  --nav-h: 72px;
  --radius: 8px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --shadow: 0 4px 24px rgba(0,0,0,.10);
  --shadow-lg: 0 12px 48px rgba(0,0,0,.16);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none !important; }
a:hover { text-decoration: none !important; color: inherit; }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 28px;
  border-radius: var(--radius);
  transition: .18s;
  cursor: pointer;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn-lg { padding: 16px 36px; font-size: 15px; }
.btn-sm { padding: 9px 18px; font-size: 13px; }
.btn-red { background: var(--red); color: #fff !important; }
.btn-red:hover { background: var(--red-dk); color: #fff !important; transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,.5); }
.btn-outline-white:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff !important; }
.btn-outline { background: transparent; color: var(--ink); border: 2px solid var(--border); }
.btn-outline:hover { border-color: var(--ink); }
.btn-white { background: #fff; color: var(--red) !important; font-weight: 800; }
.btn-white:hover { background: rgba(255,255,255,.92); }

/* ── WordPress layout fixes ── */
.entry-content { max-width: 100% !important; padding: 0 !important; }
.page-id-21 .entry-title, .page-id-21 .entry-header { display: none !important; }
.page-id-21 .entry-content { padding-top: 0 !important; margin-top: 0 !important; }
.ast-container { max-width: 100% !important; }

.entry-content .hero-slider,
.entry-content .video-section,
.entry-content .ql-grid,
.entry-content .why-section,
.entry-content .trust-strip,
.entry-content .placement-section,
.entry-content .products-section,
.entry-content .tabs-section,
.entry-content .faq-section,
.entry-content .cta-section,
.entry-content .product-cards,
.entry-content .ann-bar {
  width: calc(100% + 56px) !important;
  margin-left: -28px !important;
  margin-right: -28px !important;
}

/* ── 公告栏 ── */
.ast-above-header-bar { background: #C8281E !important; text-align: center !important; }
.ast-above-header-wrap,
.ast-above-header-wrap p,
.ast-above-header-wrap a { color: #fff !important; }
.ast-header-html-1 p { margin: 0 !important; padding: 8px 0 !important; text-align: center !important; font-size: 13px !important; font-weight: 500 !important; }
.ast-header-html-1 .emoji { filter: brightness(0) invert(1) !important; }
.site-header-above-section-left { width: 100% !important; justify-content: center !important; }
.ast-header-html-1 { width: 100% !important; text-align: center !important; }

/* ── Cart ── */
.ast-site-header-cart *, .ast-header-woo-cart * { border: none !important; outline: none !important; box-shadow: none !important; }
.ast-site-header-cart .cart-container { background: transparent !important; }

/* ── Navigation ── */
.main-navigation a:hover { color: #C8281E !important; }
.main-navigation .sub-menu { background: #fff !important; border-radius: 8px !important; box-shadow: 0 8px 24px rgba(0,0,0,.12) !important; border: 1px solid #E2E5EB !important; min-width: 200px !important; }
.main-navigation .sub-menu a { padding: 12px 20px !important; font-size: 14px !important; border-bottom: 1px solid #F0F1F3 !important; }
.main-navigation .sub-menu a:hover { color: #C8281E !important; background: #FDF1F0 !important; }

/* ── Slider ── */
.hero-slider { position: relative; overflow: hidden; height: 520px; }
.slider-track { display: flex; width: 300%; height: 100%; transition: transform 0.8s ease-in-out; }
.slide { flex: 0 0 33.333%; height: 100%; position: relative; overflow: hidden; }
.slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 6s ease; transform: scale(1.05); }
.slide.active .slide-bg { transform: scale(1); }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.82) 100%); z-index: 1; }
.slide-bottom { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 0 48px 36px; }
.slide-bottom-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.slide-tag { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #C8281E; margin-bottom: 8px; }
.slide-bottom h2 { font-size: clamp(24px,3vw,46px); font-weight: 900; line-height: 1.08; letter-spacing: -.02em; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,0.4); margin: 0; }
.slide-btns { display: flex; gap: 10px; flex-shrink: 0; align-items: center; }
.slide-bottom .btn { flex-shrink: 0; white-space: nowrap; }
.slider-prev, .slider-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 20; width: 40px; height: 40px; border-radius: 8px; background: rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 22px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .2s; }
.slider-prev:hover, .slider-next:hover { background: #C8281E; border-color: #C8281E; }
.slider-prev { left: 16px; } .slider-next { right: 16px; }
.slider-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.slider-dots span { width: 8px; height: 8px; border-radius: 100px; background: rgba(255,255,255,.35); transition: .3s; display: block; }
.dot-active { background: rgba(255,255,255,.9) !important; width: 24px !important; }

/* ── Product Feature Cards ── */
.product-cards { background: var(--white); padding: 36px 0; }
.pcg { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pfc { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; background: var(--white); border: 2px solid var(--border); border-radius: var(--radius-xl); padding: 28px; transition: .2s; }
.pfc:hover { border-color: var(--red); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.pfc-info h3 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--ink); }
.pfc-info h3 em { display: block; font-style: normal; color: var(--red); font-size: 20px; letter-spacing: -.01em; }
.pfc-info p { font-size: 13px; color: var(--muted); margin: 8px 0 18px; line-height: 1.6; }
.pfc-img { width: 140px; flex-shrink: 0; }
.pfc-img img { max-height: 120px; object-fit: contain; filter: drop-shadow(0 6px 16px rgba(0,0,0,.18)); }

/* ── Video Section ── */
.video-section { background: var(--ink); position: relative; overflow: hidden; padding: 0; }
.video-smoke { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; opacity: .5; }
.video-smoke svg { width: 100%; height: 100%; position: absolute; inset: 0; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; position: relative; z-index: 1; min-height: 420px; }
.video-col { background: #000; }
.yt-wrap { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; background: #000; }
.yt-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.yt-facade { position: absolute; inset: 0; cursor: pointer; display: flex; align-items: center; justify-content: center; background: #000; z-index: 2; }
.yt-facade img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.yt-play { position: relative; z-index: 3; width: 72px; height: 72px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 14px rgba(200,40,30,.22); transition: .2s; }
.yt-facade:hover .yt-play { transform: scale(1.12); background: #e03020; }
.yt-play svg { width: 26px; height: 26px; fill: #fff; margin-left: 4px; }
.yt-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; background: linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 100%); padding: 20px 16px 14px; }
.yt-ch { display: flex; align-items: center; gap: 10px; }
.yt-av { width: 36px; height: 36px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: #fff; flex-shrink: 0; }
.yt-name { color: #fff; font-size: 14px; font-weight: 700; }
.yt-sub { color: rgba(255,255,255,.6); font-size: 12px; }
.yt-badge { margin-left: auto; background: #FF0000; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 4px; letter-spacing: .04em; }
.how-many { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.how-many-bg { position: absolute; inset: 0; background: url('https://www.interconnectsmokealarm.com.au/wp-content/uploads/2026/05/ISA-Web-images-SL2-1.webp') center/cover; filter: brightness(.45) saturate(.7); }
.how-many-content { position: relative; z-index: 2; padding: 40px; }
.how-many-content h2 { font-size: clamp(26px,2.8vw,42px); font-weight: 900; color: var(--red); line-height: 1.1; letter-spacing: -.02em; margin-bottom: 24px; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.how-many-content h2 span { color: #fff; }

/* ── Quick Links ── */
.ql-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.ql-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 30px 16px; background: var(--red); color: #fff !important; text-align: center; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; border-right: 1px solid rgba(255,255,255,.2); transition: .18s; line-height: 1.35; text-decoration: none !important; }
.ql-item:last-child { border-right: none; }
.ql-item:hover { background: var(--red-dk); color: #fff !important; }
.ql-item svg { width: 30px; height: 30px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ── Why Section ── */
.why-section { position: relative; overflow: hidden; background: var(--ink); padding: 72px 0; }
.why-smoke { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; opacity: .55; }
.why-smoke svg { width: 100%; height: 100%; position: absolute; inset: 0; }
.why-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.why-left h2, .why-right h2 { font-size: clamp(20px,2.2vw,30px); font-weight: 800; color: #fff; margin-bottom: 16px; line-height: 1.25; }
.why-list { display: flex; flex-direction: column; gap: 13px; }
.why-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.85); font-size: 15px; font-weight: 500; list-style: none; }
.wbullet { width: 8px; height: 8px; background: var(--red); border-radius: 50%; flex-shrink: 0; }
.why-right p { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.8; margin-bottom: 26px; }

/* ── Trust Strip ── */
.trust-strip { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: none; }

/* ── Placement ── */
.placement-section { padding: 72px 0; background: var(--white); }
.ptitle { font-size: clamp(20px,2.5vw,30px); font-weight: 900; color: var(--ink); text-align: center; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 14px; }
.psub { font-size: 15px; color: var(--muted); text-align: center; max-width: 780px; margin: 0 auto 48px; line-height: 1.8; }
.pimgs { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 920px; margin: 0 auto; }
.pcard { background: var(--surface); border: 1.5px solid var(--border); border-radius: 8px; padding: 24px; text-align: center; }
.pcard img { max-width: 100%; border-radius: 10px; margin: 0 auto 12px; }
.pcard p { font-size: 12px; color: var(--muted); }

/* ── On Sale ── */
.products-section { padding: 64px 0; background: var(--surface); }
.stb { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 12px; }
.stb h2 { font-size: clamp(18px,2.2vw,26px); font-weight: 800; color: var(--ink); text-transform: uppercase; letter-spacing: .06em; border-left: 4px solid var(--red); padding-left: 14px; }
.stb a.btn { display: none; }
.pgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pcard2 { background: var(--white); border: 1.5px solid var(--border); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; transition: .22s; }
.pcard2:hover { border-color: var(--red); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.pimg { background: transparent; height: 260px; display: flex; align-items: center; justify-content: center; position: relative; border-bottom: 1px solid var(--border); }
.pimg img { max-height: 210px; max-width: 78%; object-fit: contain; transition: .3s; }
.pcard2:hover .pimg img { transform: scale(1.06); }
.pbadge { position: absolute; top: 12px; left: 12px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 5px; letter-spacing: .05em; }
.pbody { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.pname { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; line-height: 1.3; }
.pname a:hover { color: var(--red); }
.pdesc { font-size: 13px; color: var(--muted); line-height: 1.7; flex: 1; margin-bottom: 20px; }
.pfoot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pprice .was { font-size: 13px; color: var(--muted); text-decoration: line-through; }
.pprice .now { font-size: 26px; font-weight: 900; color: var(--ink); }
.pprice .save { display: inline-block; font-size: 11px; font-weight: 700; background: #ECFDF3; color: #166534; padding: 2px 8px; border-radius: 4px; margin-top: 2px; }
.batc { display: flex; align-items: center; gap: 8px; background: var(--red); color: #fff; padding: 11px 20px; border-radius: var(--radius); font-size: 13px; font-weight: 700; cursor: pointer; transition: .18s; border: none; letter-spacing: .04em; text-transform: uppercase; }
.batc:hover { background: var(--red-dk); }
.batc svg { width: 15px; height: 15px; stroke: #fff; fill: none; stroke-width: 2; }

/* ── Tabs ── */
.tabs-section { background: var(--ink); padding: 0; }
.tabs-nav { display: grid; grid-template-columns: repeat(4,1fr); }
.tbtn { padding: 22px 16px; text-align: center; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.55); cursor: pointer; border: none; background: rgba(255,255,255,.04); border-right: 1px solid rgba(255,255,255,.08); border-bottom: 3px solid transparent; transition: .18s; }
.tbtn:last-child { border-right: none; }
.tbtn.active { color: #fff; background: rgba(255,255,255,.08); border-bottom-color: var(--red); }
.tbtn:hover:not(.active) { color: rgba(255,255,255,.85); }
.tpanel { display: none; padding: 56px 0; }
.tpanel.active { display: block; }
.tgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tcard { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 26px; }
.tnum { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.tcard h4 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.tcard p { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.8; }

/* ── FAQ ── */
.faq-section { padding: 72px 0; background: var(--surface); }
.fwrap { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 5px; }
.fitem { border: 1.5px solid var(--border); border-radius: 11px; overflow: hidden; transition: .2s; }
.fitem.open { border-color: var(--ink); }
.fq { width: 100%; text-align: left; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 15px; font-weight: 600; color: var(--ink); background: none; border: none; cursor: pointer; transition: .15s; }
.fq:hover { background: var(--white); }
.farrow { width: 26px; height: 26px; border-radius: 50%; background: var(--surface); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: .25s; }
.fitem.open .farrow { background: var(--ink); transform: rotate(180deg); }
.farrow svg { width: 12px; height: 12px; stroke: var(--body); fill: none; stroke-width: 2.5; stroke-linecap: round; }
.fitem.open .farrow svg { stroke: #fff; }
.fa { max-height: 0; overflow: hidden; transition: .3s ease; }
.fitem.open .fa { max-height: 280px; }
.fai { padding: 0 20px 18px; font-size: 14px; color: var(--muted); line-height: 1.78; }

/* ── CTA ── */
.cta-section { background: var(--red); padding: 72px 0; text-align: center; color: #fff; }
.cta-section h2 { font-size: clamp(24px,3vw,40px); font-weight: 900; letter-spacing: -.02em; margin-bottom: 14px; color:#fff; }
.cta-section p { font-size: 17px; color: rgba(255,255,255,.85); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.75; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── Footer ── */
footer { background: #1C1F26 !important; color: rgba(255,255,255,.6) !important; padding: 56px 0 0 !important; }
footer .container { padding: 0 28px !important; }
.fgrid { display: grid !important; grid-template-columns: 1.8fr 1fr 1fr 1fr !important; gap: 48px !important; margin-bottom: 48px !important; align-items: start !important; }
.flogo img { height: 44px !important; width: auto !important; filter: brightness(0) invert(1) !important; opacity: .85 !important; margin-bottom: 16px !important; display: block !important; }
.fbrand p { font-size: 13px !important; line-height: 1.8 !important; color: rgba(255,255,255,.55) !important; max-width: 280px !important; margin-bottom: 20px !important; }
.fphone-link { display: inline-flex !important; align-items: center !important; gap: 8px !important; font-size: 17px !important; font-weight: 800 !important; color: #C8281E !important; text-decoration: none !important; }
.fcol h5 { font-size: 11px !important; font-weight: 800 !important; color: #fff !important; text-transform: uppercase !important; letter-spacing: .12em !important; margin-bottom: 18px !important; }
.fcol ul { display: flex !important; flex-direction: column !important; gap: 10px !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
.fcol ul a { font-size: 13px !important; color: rgba(255,255,255,.55) !important; text-decoration: none !important; }
.fcol ul a:hover { color: #fff !important; }
.fbot { border-top: 1px solid rgba(255,255,255,.1) !important; padding: 20px 0 24px !important; display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 16px !important; }
.fbot p { font-size: 12px !important; color: rgba(255,255,255,.3) !important; margin: 0 !important; }
.fproducts { list-style: none !important; padding: 0 !important; margin: 0 0 16px !important; display: flex !important; flex-direction: column !important; gap: 12px !important; }
.fproducts a { display: flex !important; flex-direction: column !important; gap: 3px !important; text-decoration: none !important; }
.fprod-name { font-size: 13px !important; color: rgba(255,255,255,.7) !important; line-height: 1.4 !important; }
.fproducts a:hover .fprod-name { color: #fff !important; }
.fprod-price { font-size: 12px !important; color: #C8281E !important; font-weight: 700 !important; }
.fshop-link { font-size: 12px !important; color: rgba(255,255,255,.4) !important; text-decoration: none !important; }
.fshop-link:hover { color: #fff !important; }
.fpays { margin-top: 20px !important; padding-top: 16px !important; border-top: 1px solid rgba(255,255,255,.08) !important; }
.fpays > span { font-size: 11px !important; color: rgba(255,255,255,.35) !important; display: block !important; margin-bottom: 8px !important; }
.fpay-icons { display: flex !important; gap: 8px !important; align-items: center !important; flex-wrap: wrap !important; }
.fpay-icons svg { border-radius: 4px !important; opacity: 0.85 !important; }
.fpay-icons svg:hover { opacity: 1 !important; }
.fcontact-info { margin-bottom: 20px !important; }
.fcontact-info p { font-size: 13px !important; color: rgba(255,255,255,.5) !important; margin-bottom: 6px !important; }
.fcontact-info a { font-size: 13px !important; color: rgba(255,255,255,.55) !important; text-decoration: none !important; word-break: break-all !important; }
.fcontact-info a:hover { color: #fff !important; }
.ftrust { display: flex !important; flex-direction: column !important; gap: 10px !important; }
.ftrust-item { display: flex !important; align-items: center !important; gap: 8px !important; font-size: 12px !important; color: rgba(255,255,255,.55) !important; }
.fhours { margin-top: 12px !important; font-size: 12px !important; color: rgba(255,255,255,.35) !important; }

/* ── Responsive ── */
@media(max-width:900px) {
  .pcg, .pgrid, .pimgs { grid-template-columns: 1fr; }
  .pfc { grid-template-columns: 1fr; }
  .pfc-img { display: none; }
  .why-inner, .video-grid, .tgrid { grid-template-columns: 1fr; }
  .ql-grid { grid-template-columns: repeat(2,1fr); }
  .tabs-nav { grid-template-columns: repeat(2,1fr); }
  .fgrid { grid-template-columns: 1fr 1fr !important; }
}
@media(max-width:600px) {
  .hero-slider { height: 380px; }
  .slide-bottom { padding: 0 24px 24px; }
  .slide-bottom h2 { font-size: clamp(20px,6vw,32px); }
  .fgrid { grid-template-columns: 1fr !important; }
  .fbot { flex-direction: column; align-items: flex-start; }
  .cta-btns { flex-direction: column; align-items: center; }
}

/* 去掉Astra内容区padding */
#primary.content-area,
.ast-article-single,
.entry-content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* 全宽sections撑满 */
.entry-content .hero-slider,
.entry-content .video-section,
.entry-content .ql-grid,
.entry-content .why-section,
.entry-content .trust-strip,
.entry-content .placement-section,
.entry-content .products-section,
.entry-content .tabs-section,
.entry-content .faq-section,
.entry-content .cta-section,
.entry-content .product-cards,
.entry-content .ann-bar {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.cta-section { position: relative; overflow: hidden; }

.cta-bg {
    position: absolute;
    inset: 0;
    background: url('https://www.interconnectsmokealarm.com.au/wp-content/uploads/2026/05/ISA-Web-mages-SL8.webp') center/cover no-repeat;
    z-index: 0;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(200, 40, 30, 0.82);
    z-index: 1;
}

/* ── Installation Page ── */
.inst-hero {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
    background: #111;
}
.inst-hero-bg {
    position: absolute; inset: 0;
    background: url('https://www.interconnectsmokealarm.com.au/wp-content/uploads/2026/05/ISA-Web-mages-SL8.webp') center/cover no-repeat;
    opacity: 0.35;
}
.inst-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(28,31,38,0.95) 0%, rgba(200,40,30,0.4) 100%);
}
.inst-hero-content {
    position: relative; z-index: 2;
    padding: 80px 28px;
    color: #fff;
}
.inst-hero-badge {
    display: inline-block;
    background: #C8281E;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.inst-hero-content h1 {
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.02em;
    margin-bottom: 18px;
    color: #fff;
}
.inst-hero-content p {
    font-size: 17px;
    color: rgba(255,255,255,.75);
    max-width: 560px;
    margin-bottom: 28px;
    line-height: 1.7;
}
.inst-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Intro */
.inst-intro { padding: 72px 0; background: #fff; }
.inst-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.inst-intro-text h2 {
    font-size: clamp(22px, 2.5vw, 34px);
    font-weight: 900;
    color: #1C1F26;
    margin-bottom: 16px;
    line-height: 1.15;
}
.inst-intro-text p {
    font-size: 15px;
    color: #4A4F5C;
    line-height: 1.8;
    margin-bottom: 24px;
}
.inst-tags { display: flex; flex-direction: column; gap: 10px; }
.inst-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 6px;
}
.inst-tag-green { background: #ECFDF3; color: #166534; }
.inst-tag-red { background: #FDF1F0; color: #C8281E; }

.inst-tools {
    background: #F5F6F8;
    border-radius: 16px;
    padding: 32px;
}
.inst-tools h3 {
    font-size: 16px;
    font-weight: 800;
    color: #1C1F26;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 20px;
}
.inst-tool-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.inst-tool-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #4A4F5C;
    font-weight: 500;
}
.inst-tool-list svg {
    width: 18px; height: 18px;
    stroke: #C8281E; fill: none; stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round;
    flex-shrink: 0;
}

/* Steps */
.inst-steps-section { padding: 72px 0; background: #F5F6F8; }
.inst-section-header { text-align: center; margin-bottom: 48px; }
.inst-section-header h2 {
    font-size: clamp(22px, 2.5vw, 34px);
    font-weight: 900;
    color: #1C1F26;
    margin-bottom: 12px;
}
.inst-section-header p { font-size: 15px; color: #7A808F; max-width: 560px; margin: 0 auto; line-height: 1.7; }

.inst-steps { display: flex; flex-direction: column; gap: 20px; }
.inst-step {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    background: #fff;
    border-radius: 14px;
    padding: 28px 32px;
    border: 1.5px solid #E2E5EB;
    transition: .2s;
}
.inst-step:hover { border-color: #C8281E; box-shadow: 0 8px 32px rgba(0,0,0,.08); }
.inst-step-num {
    font-size: 36px;
    font-weight: 900;
    color: #C8281E;
    letter-spacing: -.02em;
    line-height: 1;
    flex-shrink: 0;
    min-width: 52px;
}
.inst-step-body h3 {
    font-size: 17px;
    font-weight: 800;
    color: #1C1F26;
    margin-bottom: 8px;
}
.inst-step-body p { font-size: 14px; color: #4A4F5C; line-height: 1.75; }

/* Placement */
.inst-placement { padding: 72px 0; background: #fff; }
.inst-placement-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 920px;
    margin: 0 auto 16px;
}
.inst-placement-card {
    background: #F5F6F8;
    border: 1.5px solid #E2E5EB;
    border-radius: 14px;
    padding: 24px;
    text-align: center;
}
.inst-placement-card img { max-width: 100%; border-radius: 8px; margin: 0 auto 12px; }
.inst-placement-card p { font-size: 13px; color: #7A808F; }
.inst-placement-note { text-align: center; font-size: 12px; color: #7A808F; }

/* CTA */
.inst-cta { position: relative; overflow: hidden; min-height: 320px; display: flex; align-items: center; }
.inst-cta-bg {
    position: absolute; inset: 0;
    background: url('https://www.interconnectsmokealarm.com.au/wp-content/uploads/2026/05/ISA-Web-mages-SL8.webp') center/cover no-repeat;
}
.inst-cta-overlay {
    position: absolute; inset: 0;
    background: rgba(200,40,30,0.88);
}
.inst-cta-content {
    position: relative; z-index: 2;
    padding: 72px 28px;
    text-align: center;
    color: #fff;
}
.inst-cta-content h2 {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 900;
    letter-spacing: -.02em;
    margin-bottom: 14px;
    color: #fff;
}
.inst-cta-content p {
    font-size: 17px;
    color: rgba(255,255,255,.85);
    margin-bottom: 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
}

.wrt-highlight,
.leg-alert,
.inst-hero,
.inst-cta {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

/* Responsive */
@media(max-width:768px) {
    .inst-intro-grid { grid-template-columns: 1fr; gap: 32px; }
    .inst-placement-grid { grid-template-columns: 1fr; }
    .inst-step { flex-direction: column; gap: 12px; }
    .inst-step-num { font-size: 28px; }
}

.inst-tools-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 20px;
    padding: 12px 16px;
    background: rgba(200,40,30,.06);
    border-radius: 8px;
    font-size: 13px;
    color: #4A4F5C;
    line-height: 1.6;
}

.inst-tools-note svg {
    width: 16px !important;
    height: 16px !important;
    stroke: #C8281E;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ── Legislation Page ── */
.leg-alert { background: #FDF1F0; border-bottom: 2px solid #C8281E; padding: 14px 0; }
.leg-alert-inner { display: flex; align-items: center; gap: 12px; }
.leg-alert-inner svg { width: 20px; height: 20px; stroke: #C8281E; fill: none; stroke-width: 2; flex-shrink: 0; }
.leg-alert-inner p { font-size: 14px; color: #1C1F26; margin: 0; line-height: 1.5; }

.leg-main { padding: 72px 0; background: #fff; }
.leg-main-grid { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; }
.leg-content h2 { font-size: clamp(22px,2.5vw,32px); font-weight: 900; color: #1C1F26; margin-bottom: 20px; }
.leg-content h3 { font-size: 16px; font-weight: 800; color: #1C1F26; text-transform: uppercase; letter-spacing: .06em; margin: 36px 0 16px; }
.leg-content p { font-size: 15px; color: #4A4F5C; line-height: 1.8; margin-bottom: 16px; }

.leg-defs { display: flex; flex-direction: column; gap: 0; border: 1.5px solid #E2E5EB; border-radius: 12px; overflow: hidden; }
.leg-def { display: grid; grid-template-columns: 140px 1fr; gap: 0; border-bottom: 1px solid #E2E5EB; }
.leg-def:last-child { border-bottom: none; }
.leg-def-term { font-size: 13px; font-weight: 800; color: #C8281E; padding: 14px 16px; background: #FDF1F0; }
.leg-def-desc { font-size: 13px; color: #4A4F5C; padding: 14px 16px; line-height: 1.6; }

.leg-sidebar { display: flex; flex-direction: column; gap: 24px; }
.leg-product-card { background: #F5F6F8; border: 1.5px solid #E2E5EB; border-radius: 16px; overflow: hidden; }
.leg-product-card img { width: 100%; max-height: 220px; object-fit: contain; background: #fff; padding: 20px; }
.leg-product-info { padding: 20px; }
.leg-compliant-badge { display: inline-block; background: #ECFDF3; color: #166534; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 4px; margin-bottom: 12px; }
.leg-product-info h4 { font-size: 16px; font-weight: 800; color: #1C1F26; margin-bottom: 6px; line-height: 1.3; }
.leg-product-info p { font-size: 13px; color: #7A808F; margin: 0; }

.leg-checklist { background: #1C1F26; border-radius: 16px; padding: 24px; }
.leg-checklist h4 { font-size: 14px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.leg-checklist ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.leg-checklist li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,.8); }
.leg-checklist svg { width: 16px; height: 16px; stroke: #C8281E; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

.leg-comply { padding: 72px 0; background: #F5F6F8; }
.leg-comply-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.leg-comply-card { background: #fff; border: 1.5px solid #E2E5EB; border-radius: 16px; padding: 32px 28px; }
.leg-comply-urgent { border-color: #C8281E; }
.leg-comply-icon { width: 48px; height: 48px; background: #FDF1F0; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.leg-comply-icon svg { width: 22px; height: 22px; stroke: #C8281E; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.leg-comply-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; background: #FDF1F0; color: #C8281E; margin-bottom: 12px; }
.leg-comply-card h3 { font-size: 18px; font-weight: 800; color: #1C1F26; margin-bottom: 10px; }
.leg-comply-card p { font-size: 14px; color: #4A4F5C; line-height: 1.75; }

.leg-comply-urgent .leg-comply-icon { background: #C8281E; }
.leg-comply-urgent .leg-comply-icon svg { stroke: #fff; }
.leg-comply-urgent .leg-comply-badge { background: #C8281E; color: #fff; }

@media(max-width:900px) {
  .leg-main-grid { grid-template-columns: 1fr; }
  .leg-comply-grid { grid-template-columns: 1fr; }
  .leg-def { grid-template-columns: 120px 1fr; }
}

/* ── Contact Page ── */
.contact-main { padding: 72px 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }

.contact-info h2 { font-size: clamp(22px,2.5vw,30px); font-weight: 900; color: #1C1F26; margin-bottom: 12px; }
.contact-info > p { font-size: 15px; color: #4A4F5C; line-height: 1.8; margin-bottom: 36px; }

.contact-items { display: flex; flex-direction: column; gap: 24px; margin-bottom: 36px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-item-icon { width: 44px; height: 44px; flex-shrink: 0; background: #FDF1F0; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.contact-item-icon svg { width: 18px; height: 18px; stroke: #C8281E; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-item-body { display: flex; flex-direction: column; gap: 3px; }
.contact-item-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #7A808F; }
.contact-item-value { font-size: 15px; font-weight: 600; color: #1C1F26; text-decoration: none; }
a.contact-item-value:hover { color: #C8281E; }

.contact-trust { display: flex; flex-direction: column; gap: 10px; padding: 20px; background: #F5F6F8; border-radius: 12px; }
.contact-trust-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #4A4F5C; font-weight: 500; }
.contact-trust-item svg { width: 16px; height: 16px; stroke: #C8281E; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

.contact-form-wrap h2 { font-size: clamp(20px,2vw,28px); font-weight: 900; color: #1C1F26; margin-bottom: 8px; }
.contact-form-wrap > p { font-size: 14px; color: #7A808F; margin-bottom: 28px; line-height: 1.6; }

/* CF7 form styling */
.contact-form-wrap .wpcf7 input[type="text"],
.contact-form-wrap .wpcf7 input[type="email"],
.contact-form-wrap .wpcf7 input[type="tel"],
.contact-form-wrap .wpcf7 textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1.5px solid #E2E5EB !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #1C1F26 !important;
    background: #fff !important;
    margin-bottom: 16px !important;
    transition: border-color .15s !important;
    font-family: inherit !important;
}
.contact-form-wrap .wpcf7 input:focus,
.contact-form-wrap .wpcf7 textarea:focus {
    outline: none !important;
    border-color: #C8281E !important;
}
.contact-form-wrap .wpcf7 textarea { min-height: 140px !important; resize: vertical !important; }
.contact-form-wrap .wpcf7 input[type="submit"] {
    background: #C8281E !important;
    color: #fff !important;
    border: none !important;
    padding: 13px 32px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background .18s !important;
}
.contact-form-wrap .wpcf7 input[type="submit"]:hover { background: #9E1F16 !important; }

/* FAQ strip */
.contact-faq { padding: 72px 0; background: #F5F6F8; }
.contact-faq h2 { font-size: clamp(20px,2.2vw,30px); font-weight: 900; color: #1C1F26; margin-bottom: 36px; }
.contact-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-faq-item { background: #fff; border: 1.5px solid #E2E5EB; border-radius: 12px; padding: 24px; }
.contact-faq-item h4 { font-size: 15px; font-weight: 800; color: #1C1F26; margin-bottom: 10px; }
.contact-faq-item p { font-size: 14px; color: #4A4F5C; line-height: 1.75; margin: 0; }

@media(max-width:768px) {
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .contact-faq-grid { grid-template-columns: 1fr; }
}
/* ── Landlord Page ── */
.ll-groups { padding: 72px 0; background: #fff; }
.ll-groups-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

.ll-group-card { background: #F5F6F8; border: 1.5px solid #E2E5EB; border-radius: 16px; padding: 32px; }
.ll-group-urgent { border-color: #C8281E; background: #fff; }

.ll-group-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.ll-group-icon { width: 48px; height: 48px; flex-shrink: 0; background: #FDF1F0; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.ll-group-icon svg { width: 22px; height: 22px; stroke: #C8281E; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ll-group-urgent .ll-group-icon { background: #C8281E; }
.ll-group-urgent .ll-group-icon svg { stroke: #fff; }

.ll-deadline { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #7A808F; margin-bottom: 6px; }
.ll-deadline-passed { color: #C8281E; }
.ll-group-card h3 { font-size: 18px; font-weight: 800; color: #1C1F26; line-height: 1.2; }

.ll-req-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ll-req-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #4A4F5C; line-height: 1.6; }
.ll-req-list svg { width: 16px; height: 16px; stroke: #C8281E; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 3px; }

/* Why ISA */
.ll-why { padding: 72px 0; background: #F5F6F8; }
.ll-why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.ll-why-card { background: #fff; border: 1.5px solid #E2E5EB; border-radius: 14px; padding: 28px 24px; }
.ll-why-icon { width: 44px; height: 44px; background: #FDF1F0; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.ll-why-icon svg { width: 20px; height: 20px; stroke: #C8281E; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ll-why-card h4 { font-size: 15px; font-weight: 800; color: #1C1F26; margin-bottom: 8px; }
.ll-why-card p { font-size: 13px; color: #4A4F5C; line-height: 1.75; }

@media(max-width:900px) {
    .ll-groups-grid { grid-template-columns: 1fr; }
    .ll-why-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width:600px) {
    .ll-why-grid { grid-template-columns: 1fr; }
}

/* ── Warranty Page ── */
.wrt-highlight { background: #1C1F26; padding: 48px 0; }
.wrt-highlight-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.wrt-stat { text-align: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.1); }
.wrt-stat:last-child { border-right: none; }
.wrt-stat-num { font-size: 52px; font-weight: 900; color: #C8281E; line-height: 1; letter-spacing: -.02em; }
.wrt-stat-label { font-size: 13px; color: rgba(255,255,255,.6); margin-top: 8px; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; }

.wrt-main { padding: 72px 0; background: #fff; }
.wrt-main-grid { display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start; }
.wrt-terms h2 { font-size: clamp(22px,2.5vw,30px); font-weight: 900; color: #1C1F26; margin-bottom: 12px; }
.wrt-terms > p { font-size: 15px; color: #4A4F5C; line-height: 1.8; margin-bottom: 36px; }

.wrt-list { display: flex; flex-direction: column; gap: 0; border: 1.5px solid #E2E5EB; border-radius: 14px; overflow: hidden; }
.wrt-item { display: flex; gap: 0; border-bottom: 1px solid #E2E5EB; }
.wrt-item:last-child { border-bottom: none; }
.wrt-item-num { width: 52px; flex-shrink: 0; background: #F5F6F8; display: flex; align-items: flex-start; justify-content: center; padding: 20px 0; font-size: 13px; font-weight: 800; color: #C8281E; }
.wrt-item-body { padding: 18px 20px; flex: 1; }
.wrt-item-body h4 { font-size: 14px; font-weight: 800; color: #1C1F26; margin-bottom: 6px; }
.wrt-item-body p { font-size: 13px; color: #4A4F5C; line-height: 1.7; margin: 0; }

.wrt-sidebar { display: flex; flex-direction: column; gap: 20px; }
.wrt-claim-card { background: #1C1F26; border-radius: 16px; padding: 28px; }
.wrt-claim-card h3 { font-size: 17px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.wrt-claim-card p { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.7; margin: 0; }
.wrt-email-link, .wrt-phone-link { display: block; margin-top: 12px; font-size: 13px; color: rgba(255,255,255,.6); text-decoration: none; }
.wrt-email-link:hover, .wrt-phone-link:hover { color: #fff; }

.wrt-tips { background: #F5F6F8; border: 1.5px solid #E2E5EB; border-radius: 16px; padding: 24px; }
.wrt-tips h4 { font-size: 13px; font-weight: 800; color: #1C1F26; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.wrt-tips ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.wrt-tips li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #4A4F5C; }
.wrt-tips svg { width: 16px; height: 16px; stroke: #C8281E; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

@media(max-width:900px) {
    .wrt-main-grid { grid-template-columns: 1fr; }
    .wrt-highlight-grid { grid-template-columns: repeat(2,1fr); }
    .wrt-stat { border-bottom: 1px solid rgba(255,255,255,.1); }
}

/* ── Videos Page ── */
.vid-main { padding: 72px 0; background: #fff; }
.vid-tips { padding: 72px 0; background: #F5F6F8; }

.vid-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.vid-card {
    background: #F5F6F8;
    border: 1.5px solid #E2E5EB;
    border-radius: 16px;
    overflow: hidden;
    padding: 28px 28px 0;
}

.vid-step {
    display: inline-block;
    background: #C8281E;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.vid-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1C1F26;
    margin-bottom: 8px;
}

.vid-card > p {
    font-size: 13px;
    color: #7A808F;
    line-height: 1.7;
    margin-bottom: 20px;
}

.vid-wrap {
    position: relative;
    width: calc(100% + 56px);
    margin-left: -28px;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}

.vid-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
}

@media(max-width:768px) {
    .vid-grid { grid-template-columns: 1fr; }
}

/* ── About Page ── */
.about-intro { padding: 72px 0; background: #fff; }
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-intro-img img { width: 100%; border-radius: 16px; object-fit: cover; }
.about-intro-text h2 { font-size: clamp(22px,2.5vw,32px); font-weight: 900; color: #1C1F26; margin-bottom: 16px; }
.about-intro-text p { font-size: 15px; color: #4A4F5C; line-height: 1.8; margin-bottom: 16px; }
.about-values { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.about-value { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: #1C1F26; }
.about-value svg { width: 16px; height: 16px; stroke: #C8281E; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

.about-stats { background: #1C1F26; padding: 48px 0; }
.about-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.about-stat { text-align: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.1); }
.about-stat:last-child { border-right: none; }
.about-stat-num { font-size: 48px; font-weight: 900; color: #C8281E; line-height: 1; letter-spacing: -.02em; }
.about-stat-label { font-size: 13px; color: rgba(255,255,255,.55); margin-top: 8px; text-transform: uppercase; letter-spacing: .06em; font-weight: 500; }

.about-what { padding: 72px 0; background: #F5F6F8; }
.about-what-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-what-text h2 { font-size: clamp(22px,2.5vw,32px); font-weight: 900; color: #1C1F26; margin-bottom: 16px; }
.about-what-text p { font-size: 15px; color: #4A4F5C; line-height: 1.8; margin-bottom: 16px; }
.about-what-list { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.about-what-item { display: flex; align-items: flex-start; gap: 14px; }
.about-what-icon { width: 40px; height: 40px; flex-shrink: 0; background: #FDF1F0; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.about-what-icon svg { width: 18px; height: 18px; stroke: #C8281E; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.about-what-item h4 { font-size: 14px; font-weight: 800; color: #1C1F26; margin-bottom: 4px; }
.about-what-item p { font-size: 13px; color: #7A808F; margin: 0; line-height: 1.6; }
.about-what-img img { width: 100%; border-radius: 16px; object-fit: cover; }

.about-trust { padding: 72px 0; background: #fff; }

@media(max-width:768px) {
    .about-intro-grid, .about-what-grid { grid-template-columns: 1fr; }
    .about-stats-grid { grid-template-columns: repeat(2,1fr); }
    .about-stat { border-bottom: 1px solid rgba(255,255,255,.1); }
}

/* ── Terms Page ── */
.terms-main { padding: 72px 0; background: #fff; }
.terms-grid { display: grid; grid-template-columns: 220px 1fr; gap: 60px; align-items: start; }

.terms-toc {
    position: sticky;
    top: 100px;
    background: #F5F6F8;
    border-radius: 12px;
    padding: 24px;
}
.terms-toc h4 {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #7A808F;
    margin-bottom: 16px;
}
.terms-toc ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.terms-toc a {
    font-size: 13px;
    color: #4A4F5C;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    border-left: 2px solid transparent;
    padding-left: 10px;
    transition: .15s;
}
.terms-toc a:hover { color: #C8281E; border-left-color: #C8281E; }

.terms-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E2E5EB;
}
.terms-section:last-child { border-bottom: none; margin-bottom: 0; }
.terms-section h2 {
    font-size: 18px;
    font-weight: 800;
    color: #1C1F26;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #C8281E;
    display: inline-block;
}
.terms-section p {
    font-size: 14px;
    color: #4A4F5C;
    line-height: 1.8;
    margin-bottom: 12px;
}
.terms-section p:last-child { margin-bottom: 0; }

.terms-contact { background: #F5F6F8; border-radius: 16px; padding: 32px; border-bottom: none !important; }
.terms-contact h2 { color: #1C1F26; }
.terms-contact-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }

@media(max-width:768px) {
    .terms-grid { grid-template-columns: 1fr; }
    .terms-toc { position: static; }
}

/* ── Shipping Page ── */
.ship-summary { background: #1C1F26; padding: 48px 0; }
.ship-summary-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.ship-summary-item { text-align: center; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.1); }
.ship-summary-item:last-child { border-right: none; }
.ship-summary-icon { width: 48px; height: 48px; background: rgba(200,40,30,.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.ship-summary-icon svg { width: 22px; height: 22px; stroke: #C8281E; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ship-summary-item h4 { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.ship-summary-item p { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.5; margin: 0; }

.ship-info-box { display: flex; align-items: flex-start; gap: 12px; background: #F5F6F8; border-left: 3px solid #C8281E; border-radius: 0 8px 8px 0; padding: 16px 20px; margin-top: 20px; }
.ship-info-box svg { width: 20px; height: 20px; stroke: #C8281E; fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 2px; }
.ship-info-box p { font-size: 14px; color: #4A4F5C; margin: 0; line-height: 1.6; }

.terms-section h3 { font-size: 15px; font-weight: 800; color: #1C1F26; margin: 24px 0 12px; }

.ship-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
.ship-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #4A4F5C; }
.ship-list svg { width: 16px; height: 16px; stroke: #C8281E; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

.ship-highlight { display: flex; align-items: flex-start; gap: 16px; background: #FDF1F0; border: 1.5px solid #C8281E; border-radius: 12px; padding: 24px; margin: 20px 0; }
.ship-highlight-icon { width: 44px; height: 44px; flex-shrink: 0; background: #C8281E; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.ship-highlight-icon svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ship-highlight h4 { font-size: 15px; font-weight: 800; color: #1C1F26; margin-bottom: 8px; }
.ship-highlight p { font-size: 14px; color: #4A4F5C; line-height: 1.75; margin: 0; }

.ship-steps { display: flex; flex-direction: column; gap: 16px; margin: 20px 0; }
.ship-step-item { display: flex; align-items: flex-start; gap: 16px; }
.ship-step-num { width: 36px; height: 36px; flex-shrink: 0; background: #C8281E; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; }
.ship-step-item h4 { font-size: 14px; font-weight: 800; color: #1C1F26; margin-bottom: 4px; }
.ship-step-item p { font-size: 13px; color: #4A4F5C; margin: 0; line-height: 1.6; }

@media(max-width:768px) {
    .ship-summary-grid { grid-template-columns: repeat(2,1fr); }
    .ship-summary-item { border-bottom: 1px solid rgba(255,255,255,.1); }
}

/* ── Quote Page ── */
.quote-main { padding: 72px 0; background: #fff; }
.quote-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }

.quote-info h2 { font-size: clamp(20px,2.2vw,28px); font-weight: 900; color: #1C1F26; margin-bottom: 28px; }

.quote-steps { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.quote-step { display: flex; align-items: flex-start; gap: 14px; }
.quote-step-num { width: 36px; height: 36px; flex-shrink: 0; background: #C8281E; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; }
.quote-step h4 { font-size: 14px; font-weight: 800; color: #1C1F26; margin-bottom: 4px; }
.quote-step p { font-size: 13px; color: #7A808F; margin: 0; line-height: 1.6; }

.quote-trust { display: flex; flex-direction: column; gap: 10px; background: #F5F6F8; border-radius: 12px; padding: 20px; }
.quote-trust-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #4A4F5C; font-weight: 500; }
.quote-trust-item svg { width: 16px; height: 16px; stroke: #C8281E; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

.quote-form-wrap { background: #F5F6F8; border-radius: 16px; padding: 36px; }
.quote-form-wrap h2 { font-size: clamp(18px,2vw,24px); font-weight: 900; color: #1C1F26; margin-bottom: 8px; }
.quote-form-wrap > p { font-size: 14px; color: #7A808F; margin-bottom: 28px; line-height: 1.6; }

/* Gravity Forms styling */
.quote-form-wrap .gform_wrapper input[type="text"],
.quote-form-wrap .gform_wrapper input[type="email"],
.quote-form-wrap .gform_wrapper input[type="tel"],
.quote-form-wrap .gform_wrapper select,
.quote-form-wrap .gform_wrapper textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1.5px solid #E2E5EB !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #1C1F26 !important;
    background: #fff !important;
    font-family: inherit !important;
}
.quote-form-wrap .gform_wrapper input:focus,
.quote-form-wrap .gform_wrapper select:focus,
.quote-form-wrap .gform_wrapper textarea:focus {
    outline: none !important;
    border-color: #C8281E !important;
}
.quote-form-wrap .gform_wrapper .gform_submit_button,
.quote-form-wrap .gform_wrapper input[type="submit"] {
    background: #C8281E !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    width: 100% !important;
}
.quote-form-wrap .gform_wrapper .gform_submit_button:hover { background: #9E1F16 !important; }

@media(max-width:768px) {
    .quote-grid { grid-template-columns: 1fr; }
}

/* Privacy Policy */
.privacy-method {
    background: #F5F6F8;
    border-left: 3px solid #C8281E;
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
    margin: 16px 0;
}
.privacy-method h4 {
    font-size: 14px;
    font-weight: 800;
    color: #1C1F26;
    margin-bottom: 8px;
}
.privacy-method p {
    font-size: 14px;
    color: #4A4F5C;
    margin: 0;
    line-height: 1.75;
}

/* ── FAQ Page ── */
.faq-main { padding: 72px 0; background: #F5F6F8; }
.faq-main-grid { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.faq-list { display: flex; flex-direction: column; gap: 8px; }

.faq-sidebar { display: flex; flex-direction: column; gap: 20px; }

.faq-cta-card { background: #1C1F26; border-radius: 16px; padding: 28px; }
.faq-cta-card h3 { font-size: 17px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.faq-cta-card p { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.7; margin: 0; }

.faq-links { background: #fff; border: 1.5px solid #E2E5EB; border-radius: 16px; padding: 24px; }
.faq-links h4 { font-size: 12px; font-weight: 800; color: #1C1F26; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.faq-links ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0; }
.faq-links li { border-bottom: 1px solid #F0F1F3; }
.faq-links li:last-child { border-bottom: none; }
.faq-links a { display: block; padding: 10px 0; font-size: 14px; color: #4A4F5C; text-decoration: none; transition: color .15s; }
.faq-links a:hover { color: #C8281E; }

.faq-product-card { background: #fff; border: 1.5px solid #E2E5EB; border-radius: 16px; overflow: hidden; text-align: center; padding: 24px; }
.faq-product-card img { max-height: 140px; object-fit: contain; margin: 0 auto 16px; }
.faq-product-card h4 { font-size: 15px; font-weight: 800; color: #1C1F26; margin: 8px 0 4px; }
.faq-product-card p { font-size: 13px; color: #7A808F; margin: 0; }

.faq-main .fitem { background: #fff; }
.faq-main .fai p { margin-bottom: 12px; }
.faq-main .fai p:last-child { margin-bottom: 0; }
.faq-main .fai a { color: #C8281E; }

@media(max-width:900px) {
    .faq-main-grid { grid-template-columns: 1fr; }
}

/* FAQ page specific fixes */
.faq-main .fq { color: #1C1F26 !important; }
.faq-main .fq:hover { background: #F5F6F8 !important; color: #1C1F26 !important; }
.faq-main .fitem.open .fq { color: #1C1F26 !important; }
.faq-main .fai { color: #4A4F5C !important; }

/* btn-outline fix */
.btn-outline {
    background: transparent !important;
    color: #1C1F26 !important;
    border: 2px solid #E2E5EB !important;
    text-decoration: none !important;
}
.btn-outline:hover {
    border-color: #1C1F26 !important;
    color: #1C1F26 !important;
}

/* Dark background btn-outline override */
.faq-cta-card .btn-outline {
    color: rgba(255,255,255,.8) !important;
    border-color: rgba(255,255,255,.3) !important;
}
.faq-cta-card .btn-outline:hover {
    color: #fff !important;
    border-color: #fff !important;
}

/* ── Header cart & phone fixes ── */

/* Phone number — bigger */
.ast-header-html-1,
.ast-header-html-2,
.site-header-section .ast-builder-html-element,
.header-main-layout-1 .ast-header-html-1 {
    font-size: 20px !important;
    font-weight: 800 !important;
}

/* 找到phone number具体选择器 */
.ast-header-html-1 a,
.ast-builder-html-element a {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #1C1F26 !important;
    letter-spacing: -.02em !important;
}

/* Cart icon — match phone style, no border */
.ast-site-header-cart .cart-container,
.ast-site-header-cart a,
.ast-header-woo-cart {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #1C1F26 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.ast-site-header-cart .ast-icon,
.ast-header-woo-cart svg,
.ast-site-header-cart svg {
    stroke: #1C1F26 !important;
    fill: none !important;
    width: 22px !important;
    height: 22px !important;
}

.ast-site-header-cart .count,
.ast-header-woo-cart .count {
    background: #C8281E !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}