:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111318;
  background: #fbfaf7;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --accent: #2f6bff;
  --ink: #111318;
  --muted: #68707d;
  --line: #e7e3dc;
  --soft: #f4f1eb;
  --white: #ffffff;
  --radius: 28px;
  --shadow: 0 20px 70px rgba(17, 19, 24, 0.09);
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #fbfaf7; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.ui-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Version 2 commerce polish */
.whatsapp-pill {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e9fbf2;
  color: #087a43;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.hero-visual.realistic {
  background:
    radial-gradient(circle at 24% 20%, rgba(47, 107, 255, .22), transparent 28%),
    radial-gradient(circle at 80% 74%, rgba(21, 184, 106, .18), transparent 30%),
    linear-gradient(145deg, #fff, #eef3fb 55%, #f8f2ea);
}

.hero-phone {
  position: absolute;
  border-radius: 42px;
  border: 10px solid #14171d;
  box-shadow: 0 28px 60px rgba(17, 19, 24, .22);
}
.hero-phone.iphone {
  width: 205px;
  height: 390px;
  left: 42%;
  top: 48px;
  transform: rotate(-8deg);
  background: linear-gradient(160deg, #f7fbff, #cbdcff);
}
.hero-phone.samsung {
  width: 178px;
  height: 345px;
  right: 40px;
  top: 128px;
  transform: rotate(10deg);
  background: linear-gradient(160deg, #2a3039, #737e8c);
  border-color: #0e1116;
}
.hero-phone span {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 66px;
  height: 66px;
  border-radius: 22px;
  background: #15181e;
}
.hero-phone b {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.45);
}
.hero-glass {
  position: absolute;
  width: 148px;
  height: 292px;
  left: 48px;
  top: 148px;
  border-radius: 34px;
  border: 3px solid rgba(47, 107, 255, .22);
  background: linear-gradient(135deg, rgba(255,255,255,.55), rgba(255,255,255,.16));
  backdrop-filter: blur(6px);
  transform: rotate(-16deg);
  box-shadow: inset 16px 0 30px rgba(255,255,255,.42), 0 20px 46px rgba(17,19,24,.12);
}
.hero-watch {
  position: absolute;
  left: 54px;
  top: 62px;
  width: 90px;
  height: 128px;
  border-radius: 34px;
  background: linear-gradient(#8ee8c0, #171a20 28%, #171a20 72%, #8ee8c0);
  box-shadow: 0 18px 36px rgba(17,19,24,.18);
}
.hero-watch span {
  position: absolute;
  inset: 38px 21px;
  border-radius: 16px;
  background: #111318;
  border: 4px solid #d9fff0;
}
.hero-charger {
  position: absolute;
  right: 56px;
  bottom: 108px;
  width: 88px;
  height: 98px;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #dfe5ef);
  box-shadow: 0 18px 36px rgba(17,19,24,.15);
}
.hero-charger:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 23px;
  width: 42px;
  height: 16px;
  border-radius: 8px 8px 2px 2px;
  background: #c8d0dc;
}
.mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.mini-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  color: #343a43;
  font-size: 13px;
  font-weight: 850;
}

.section-tight {
  margin: 10px clamp(18px, 5vw, 76px) 36px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: white;
}
.model-selector {
  display: grid;
  grid-template-columns: .9fr 1.25fr;
  gap: 24px;
  align-items: end;
  box-shadow: 0 18px 60px rgba(17,19,24,.06);
}
.model-selector h2 {
  margin-bottom: 8px;
}
.model-selector p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}
.selector-panel {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}
.selector-panel label,
.plain-select {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}
.selector-panel select,
.plain-select select {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 0 14px;
  background: #fbfaf7;
  color: var(--ink);
}

.visual-cats .category-card {
  min-height: 210px;
}
.category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}
.cat-art {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #173173;
  background: #e9efff;
}
.cat-tempered-glass,
.cat-privacy-glass,
.cat-camera-lens-protectors {
  color: #255138;
  background: #e9fbf2;
}
.cat-smartwatch-straps {
  color: #5c3277;
  background: #f4eaff;
}
.cat-chargers,
.cat-cables,
.cat-power-banks {
  color: #7a4308;
  background: #fff0dc;
}

.mock-device,
.mock-accessory {
  transition: transform .25s ease;
}
.product-card:hover .mock-device,
.drop-card:hover .mock-device {
  transform: translateY(-4px) rotate(-5deg);
}
.product-visual {
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.75), transparent 26%),
    linear-gradient(145deg, #eef4ff, #ffffff);
}
.product-visual .mock-device {
  position: relative;
  z-index: 2;
  width: 92px;
  height: 166px;
  border-radius: 25px;
  border: 7px solid #171a20;
  background: linear-gradient(160deg, rgba(255,255,255,.72), rgba(202,219,255,.72));
  box-shadow: 0 18px 34px rgba(17,19,24,.18);
}
.product-visual .mock-device span {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #171a20;
}
.product-visual .mock-device b {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: rgba(17,19,24,.2);
}
.product-visual .mock-device i {
  display: none;
}
.product-visual .mock-accessory {
  position: absolute;
  z-index: 1;
  width: 82px;
  height: 145px;
  border-radius: 22px;
  border: 2px solid rgba(17,19,24,.14);
  background: rgba(255,255,255,.38);
  transform: translate(46px, -9px) rotate(10deg);
}

.visual-samsung-matte .mock-device,
.visual-carbon-case .mock-device,
.visual-privacy-glass .mock-device,
.visual-privacy-pro .mock-device,
.visual-privacy-android .mock-device {
  background: linear-gradient(155deg, #1a1e25, #717b89);
}
.visual-silicone-case .mock-device { background: linear-gradient(155deg, #ffe3f0, #f9b4d2); }
.visual-leather-case .mock-device { background: linear-gradient(155deg, #d7a976, #7e5232); }
.visual-tempered-glass .mock-accessory,
.visual-ceramic-glass .mock-accessory,
.visual-glass-pack .mock-accessory,
.visual-uv-glass .mock-accessory,
.visual-privacy-glass .mock-accessory,
.visual-privacy-pro .mock-accessory,
.visual-privacy-android .mock-accessory {
  width: 105px;
  height: 180px;
  border: 3px solid rgba(47,107,255,.28);
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.18));
}
.visual-lens-guard .mock-device,
.visual-lens-crystal .mock-device {
  width: 118px;
  height: 118px;
  border-radius: 32px;
}
.visual-lens-guard .mock-device span,
.visual-lens-crystal .mock-device span {
  width: 72px;
  height: 72px;
  border-radius: 25px;
}
.visual-lens-guard .mock-accessory,
.visual-lens-crystal .mock-accessory {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  transform: translate(46px, 20px);
}
.visual-watch-loop .mock-device,
.visual-sport-strap .mock-device,
.visual-metal-strap .mock-device,
.visual-nylon-strap .mock-device {
  width: 82px;
  height: 132px;
  border-radius: 34px;
  border-width: 0;
  background: linear-gradient(#97e8c7, #171a20 30%, #171a20 70%, #97e8c7);
}
.visual-watch-loop .mock-device span,
.visual-sport-strap .mock-device span,
.visual-metal-strap .mock-device span,
.visual-nylon-strap .mock-device span {
  inset: 39px 17px;
  width: auto;
  height: auto;
  border: 4px solid #eafbf3;
}
.visual-ipad-folio .mock-device,
.visual-tablet-kids .mock-device,
.visual-ipad-pencil .mock-device {
  width: 132px;
  height: 174px;
  border-radius: 24px;
  border-width: 8px;
}
.visual-laptop-stand .mock-device,
.visual-desk-kit .mock-device,
.visual-usb-hub .mock-device {
  width: 148px;
  height: 94px;
  border-radius: 14px;
  border-width: 6px;
}
.visual-laptop-stand .mock-device:after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: -30px;
  height: 20px;
  border-radius: 0 0 14px 14px;
  background: #aeb7c4;
}
.visual-charger-33w .mock-device,
.visual-gan-charger .mock-device,
.visual-car-charger .mock-device {
  width: 88px;
  height: 102px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #dfe5ef);
}
.visual-charger-33w .mock-device:before,
.visual-gan-charger .mock-device:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 25px;
  width: 38px;
  height: 17px;
  border-radius: 8px 8px 2px 2px;
  background: #c6ceda;
}
.visual-braided-cable .mock-device,
.visual-lightning-cable .mock-device,
.visual-multi-cable .mock-device,
.visual-c-cable .mock-device {
  width: 150px;
  height: 96px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  border-top: 12px solid #171a20;
  border-right: 12px solid #171a20;
}
.visual-powerpod .mock-device,
.visual-travelmax .mock-device,
.visual-magsnap-bank .mock-device {
  width: 102px;
  height: 158px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(160deg, #edf1ff, #7c9df5);
}
.visual-kit-basic .mock-device,
.visual-kit-style .mock-device,
.visual-kit-privacy .mock-device,
.visual-kit-iphone .mock-device,
.visual-kit-work .mock-device,
.visual-combo-box .mock-device {
  width: 126px;
  height: 126px;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(145deg, #111318, #2f6bff);
}
.product-visual.large .mock-device {
  width: 190px;
  height: 350px;
  border-radius: 42px;
  border-width: 12px;
}
.product-visual.large .mock-accessory {
  width: 150px;
  height: 285px;
  border-radius: 38px;
}
.product-visual.tiny .mock-device {
  width: 38px;
  height: 58px;
  border-width: 4px;
  border-radius: 12px;
}
.product-visual.tiny .mock-device span,
.product-visual.tiny .mock-device b,
.product-visual.tiny .mock-accessory,
.product-visual.tiny .mini-chip {
  display: none;
}
.kit-visual {
  min-height: 155px;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.price-line strong {
  font-size: 20px;
}
.price-line s {
  color: #8b929c;
  font-size: 14px;
}
.price-line em {
  color: #087a43;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.card-bottom span {
  color: #087a43;
  font-size: 12px;
  font-weight: 900;
}
.dual-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.dual-actions button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
}
.dual-actions button:first-child {
  background: #f0ede6;
  color: var(--ink);
}
.dual-actions button:last-child {
  background: #111318;
  color: white;
}

.drop-card {
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: 0 14px 34px rgba(17,19,24,.06);
}
.drop-card small {
  color: var(--muted);
  font-weight: 800;
}

.deep-detail {
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
}
.gallery-wrap {
  position: sticky;
  top: 96px;
  align-self: start;
}
.main-gallery {
  border-radius: 38px;
  overflow: hidden;
}
.thumb-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.thumb-row button {
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}
.thumb-row button.active {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(47,107,255,.12);
}
.detail-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}
.detail-price-row strong {
  font-size: 40px;
}
.detail-price-row s {
  color: #8b929c;
  font-size: 20px;
}
.detail-price-row em {
  color: #087a43;
  font-style: normal;
  font-weight: 900;
}
.option-block {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}
.option-block > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.color-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.color-row button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-weight: 850;
}
.color-row button.active {
  color: white;
  background: #111318;
  border-color: #111318;
}
.detail-qty {
  justify-content: flex-start;
}
.detail-qty b {
  min-width: 28px;
  text-align: center;
}
.accordion-grid {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.accordion-grid article,
.policy-grid article,
.note-card,
.razorpay-box {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  padding: 18px;
}
.accordion-grid h3,
.policy-grid h3 {
  font-size: 18px;
}
.accordion-grid p,
.policy-grid p,
.razorpay-box p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0;
}
.recommended-detail {
  grid-column: 1 / -1;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.installation-page .booking-form,
.checkout-form {
  grid-template-columns: repeat(2, 1fr);
}
.installation-page .booking-form textarea,
.checkout-form .radio-grid,
.checkout-form .razorpay-box,
.checkout-form button,
.booking-form textarea {
  grid-column: 1 / -1;
}
.plain-select select {
  width: 100%;
}
.note-card {
  margin-top: 22px;
  color: #173173;
  background: #eef4ff;
  font-weight: 850;
}
.radio-grid {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fbfaf7;
}
.radio-grid > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.radio-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 750;
}
.razorpay-box {
  background: #111318;
  color: white;
}
.razorpay-box p {
  color: #cfd5df;
}
.coupon {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}
.coupon span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.coupon div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.coupon input {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 12px;
}
.coupon button {
  border: 0;
  border-radius: 14px;
  padding: 0 14px;
  color: white;
  background: #111318;
  font-weight: 900;
}
.summary p.total {
  font-size: 20px;
  color: var(--ink);
}
.remove-link {
  justify-self: start;
  border: 0;
  background: transparent;
  color: #bf2f2f;
  font-weight: 850;
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

@media (max-width: 1180px) {
  .whatsapp-pill {
    display: none;
  }
  .selector-panel {
    grid-template-columns: 1fr 1fr;
  }
  .selector-panel .primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .model-selector,
  .deep-detail {
    grid-template-columns: 1fr;
  }
  .gallery-wrap {
    position: static;
  }
  .selector-panel {
    grid-template-columns: 1fr;
  }
  .installation-page .booking-form,
  .checkout-form,
  .policy-grid {
    grid-template-columns: 1fr;
  }
  .installation-page .booking-form textarea,
  .checkout-form .radio-grid,
  .checkout-form .razorpay-box,
  .checkout-form button,
  .booking-form textarea {
    grid-column: auto;
  }
  .hero-phone.iphone {
    left: 35%;
    width: 180px;
    height: 330px;
  }
  .hero-phone.samsung {
    width: 140px;
    height: 270px;
    right: 20px;
  }
  .hero-glass {
    width: 116px;
    height: 230px;
    left: 28px;
  }
  .hero-watch {
    left: 28px;
    top: 40px;
  }
}

@media (max-width: 560px) {
  .section-tight {
    margin-left: 14px;
    margin-right: 14px;
    border-radius: 26px;
  }
  .visual-cats .category-card {
    min-height: 175px;
  }
  .dual-actions {
    grid-template-columns: 1fr;
  }
  .detail-price-row strong {
    font-size: 32px;
  }
  .hero-phone.iphone {
    left: 30%;
  }
  .hero-charger {
    right: 22px;
    bottom: 98px;
  }
}
.rating .ui-icon,
.testimonials .ui-icon {
  fill: var(--accent);
  stroke: var(--accent);
}

.announcement {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 38px; padding: 9px 16px; color: white; background: #111318;
  font-size: 13px; letter-spacing: 0;
}

.site-header {
  position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 20px;
  padding: 16px clamp(16px, 4vw, 56px); background: rgba(251, 250, 247, 0.86);
  backdrop-filter: blur(18px); border-bottom: 1px solid rgba(231, 227, 220, 0.8);
}

.logo {
  display: inline-flex; align-items: center; gap: 10px; border: 0; background: transparent;
  color: var(--ink); font-size: 21px; font-weight: 850; letter-spacing: 0;
  white-space: nowrap;
}
.logo span {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px;
  color: white; background: var(--accent); box-shadow: 0 8px 24px rgba(47, 107, 255, .28);
}

.desktop-nav { display: flex; align-items: center; gap: 3px; flex: 1; justify-content: center; }
.desktop-nav button, footer button {
  border: 0; background: transparent; color: #2b3038; padding: 10px 11px; border-radius: 999px; font-size: 14px;
}
.desktop-nav button:hover, footer button:hover { background: #efebe3; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.icon-button, .cart-button {
  width: 42px; height: 42px; border: 1px solid var(--line); background: white; border-radius: 15px;
  display: grid; place-items: center; color: var(--ink); position: relative;
}
.cart-button span {
  position: absolute; top: -7px; right: -7px; min-width: 20px; height: 20px; border-radius: 999px;
  display: grid; place-items: center; background: var(--accent); color: white; font-size: 12px; font-weight: 800;
}
.mobile-only, .mobile-nav { display: none; }

.hero {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 560px); gap: clamp(28px, 6vw, 76px);
  min-height: calc(100vh - 112px); align-items: center; padding: clamp(48px, 8vw, 90px) clamp(18px, 5vw, 76px) 44px;
}
.eyebrow {
  margin: 0 0 13px; color: var(--accent); text-transform: uppercase; font-size: 12px; letter-spacing: .12em; font-weight: 850;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 8vw, 94px); line-height: .94; letter-spacing: 0; margin-bottom: 22px; }
h2 { font-size: clamp(30px, 4vw, 54px); line-height: 1; letter-spacing: 0; margin-bottom: 16px; }
h3 { font-size: 22px; line-height: 1.12; margin-bottom: 10px; }
.hero-copy p:not(.eyebrow), .section-heading p, .installation-band p, .category-page-head p, .about-page p, .contact-page p, .form-page p {
  color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 740px;
}
.hero-actions, .store-actions, .detail-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.primary, .secondary, .text-link, .card-bottom button, .chip-row button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px;
  min-height: 48px; padding: 0 20px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.primary { color: white; background: var(--accent); box-shadow: 0 16px 34px rgba(47, 107, 255, .26); }
.secondary { color: var(--ink); background: white; border: 1px solid var(--line); }
.text-link { min-height: 38px; color: var(--ink); background: transparent; padding: 0; }
.primary:hover, .secondary:hover, .card-bottom button:hover { transform: translateY(-2px); }

.hero-visual {
  position: relative; min-height: 560px; border-radius: 42px; overflow: hidden;
  background: radial-gradient(circle at 68% 18%, #d9e5ff 0, transparent 32%), linear-gradient(145deg, white, #eff3f8 56%, #e6f6ee);
  box-shadow: var(--shadow); border: 1px solid white;
}
.hero-device {
  position: absolute; border-radius: 34px; border: 10px solid #171a20; background: linear-gradient(155deg, #f9fbff, #dce7ff);
  box-shadow: 0 22px 50px rgba(17, 19, 24, .18);
}
.hero-device.large { width: 230px; height: 410px; left: 50%; top: 58px; transform: translateX(-50%) rotate(-10deg); }
.hero-device.glass { width: 170px; height: 320px; right: 42px; top: 128px; transform: rotate(12deg); border-color: rgba(17, 19, 24, .18); background: rgba(255,255,255,.42); backdrop-filter: blur(5px); }
.camera { position: absolute; top: 24px; left: 22px; width: 62px; height: 62px; border-radius: 20px; background: #15181e; }
.strap-card, .expert-card, .delivery-line {
  position: absolute; background: rgba(255,255,255,.82); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.9);
  border-radius: 24px; box-shadow: 0 18px 38px rgba(17, 19, 24, .12);
}
.strap-card { left: 34px; top: 86px; padding: 18px; width: 150px; }
.strap-card p, .expert-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.expert-card { left: 30px; right: 30px; bottom: 34px; padding: 16px; display: flex; gap: 13px; align-items: center; }
.avatar { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto; border-radius: 16px; background: var(--accent); color: white; font-weight: 900; }
.delivery-line { right: 38px; bottom: 136px; display: flex; gap: 9px; align-items: center; padding: 12px 16px; font-weight: 800; }

.trust-bar {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 0 clamp(18px, 5vw, 76px) 28px;
  border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--line);
}
.trust-bar div { min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 9px; background: white; font-weight: 800; color: #252a32; }

.section, .shop-page, .product-detail, .form-page, .about-page, .contact-page, .cart-page, .checkout-page {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 76px);
}
.section-heading { margin-bottom: 28px; }
.section-heading.inline, .category-page-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px;
}
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card {
  min-height: 150px; padding: 22px; border: 1px solid var(--line); background: white; border-radius: var(--radius);
  display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; text-align: left;
  font-size: 18px; font-weight: 850; transition: transform .22s ease, box-shadow .22s ease;
}
.category-card:hover, .product-card:hover, .kit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

.soft-section { background: #f5f2ec; }
.kit-grid, .product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.kit-grid.large { grid-template-columns: repeat(3, 1fr); }
.kit-card, .product-card, .testimonials article, .summary, .booking-form, .service-card, .cart-item {
  border: 1px solid var(--line); background: white; border-radius: var(--radius); box-shadow: 0 10px 34px rgba(17, 19, 24, .04);
}
.kit-card { padding: 24px; transition: transform .22s ease, box-shadow .22s ease; }
.badge {
  display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px;
  color: #12306f; background: #eaf0ff; font-size: 12px; font-weight: 900; margin-bottom: 14px;
}
.kit-card p, .product-card p, .summary p, .cart-item span { color: var(--muted); line-height: 1.5; }
.kit-card ul { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 9px; color: #353b45; }
.kit-card li, .promise-list span, .contact-list span { display: flex; align-items: center; gap: 8px; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
.card-bottom strong { font-size: 18px; }
.card-bottom button { min-height: 38px; padding: 0 15px; color: white; background: #111318; }

.installation-band {
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center;
  margin: 40px clamp(18px, 5vw, 76px); padding: clamp(30px, 5vw, 56px); border-radius: 36px;
  color: white; background: #111318; overflow: hidden;
}
.installation-band p { color: #c9d0da; }
.installation-band ol { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 12px; }
.installation-band li {
  display: flex; align-items: center; gap: 13px; padding: 16px; border-radius: 20px; background: rgba(255,255,255,.08);
  color: #f7f8fb; font-weight: 800;
}
.installation-band li span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; color: #111318; background: white; }

.product-card { position: relative; padding: 12px; transition: transform .22s ease, box-shadow .22s ease; }
.wish { position: absolute; right: 20px; top: 20px; z-index: 2; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 13px; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.72); }
.product-title { border: 0; background: transparent; padding: 0; margin: 2px 0 7px; color: var(--ink); text-align: left; font-weight: 900; line-height: 1.25; font-size: 17px; }
.rating, .detail-meta, .promise-list, .contact-list { display: flex; flex-wrap: wrap; gap: 10px; color: #3b414b; font-weight: 750; }
.product-visual {
  position: relative; min-height: 210px; border-radius: 22px; margin-bottom: 15px; overflow: hidden;
  display: grid; place-items: center;
}
.product-visual.small { min-height: 120px; margin: 0; background: transparent !important; }
.product-visual.tiny { min-height: 72px; width: 72px; flex: 0 0 72px; margin: 0; border-radius: 18px; }
.product-visual.large { min-height: 560px; border-radius: 38px; }
.phone-shell {
  position: relative; width: 92px; height: 166px; border-radius: 22px; border: 7px solid #171a20;
  background: rgba(255,255,255,.48); box-shadow: 0 18px 34px rgba(17, 19, 24, .18);
}
.product-visual.large .phone-shell { width: 190px; height: 350px; border-radius: 42px; border-width: 12px; }
.phone-shell span { position: absolute; top: 14px; left: 14px; width: 30px; height: 30px; border-radius: 11px; background: #171a20; }
.phone-shell b { position: absolute; bottom: 13px; left: 50%; transform: translateX(-50%); width: 42px; height: 4px; border-radius: 999px; background: rgba(17,19,24,.2); }
.glass-sheet { position: absolute; width: 78px; height: 140px; border: 2px solid rgba(17,19,24,.14); border-radius: 18px; transform: translate(46px, -9px) rotate(10deg); background: rgba(255,255,255,.36); }
.mini-chip { position: absolute; left: 13px; bottom: 13px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.8); font-size: 12px; font-weight: 850; }

.compare-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.compare-grid div { padding: 24px; border-radius: 26px; background: white; border: 1px solid var(--line); }
.compare-grid .winner { background: #111318; color: white; border-color: #111318; }
.compare-grid .winner p { color: #d5d9e0; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testimonials article { padding: 24px; }
.testimonials div { display: flex; gap: 3px; color: var(--accent); }
.testimonials p { font-size: 21px; font-weight: 850; margin: 15px 0; }
.testimonials span { color: var(--muted); }

.drops-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.drops-grid div { min-height: 190px; border-radius: 28px; padding: 14px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.drops-grid span { font-weight: 850; }

.store-section, .contact-page, .form-page, .product-detail, .cart-page, .checkout-page {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: start;
}
.store-section {
  margin: 30px clamp(18px, 5vw, 76px) 70px; padding: clamp(30px, 5vw, 58px);
  border-radius: 38px; background: white; border: 1px solid var(--line);
}
.map-placeholder {
  min-height: 290px; border-radius: 30px; background: #eff4ff; display: grid; place-items: center; align-content: center; gap: 10px;
  color: #173173; text-align: center; border: 1px dashed #9db4ff;
}
.map-placeholder.tall { min-height: 450px; }

.shop-hero {
  min-height: 320px; border-radius: 38px; padding: clamp(28px, 5vw, 56px); background: #111318; color: white;
  display: flex; flex-direction: column; justify-content: center; margin-bottom: 26px;
}
.shop-hero h1 { font-size: clamp(38px, 5vw, 70px); max-width: 900px; }
.search-bar {
  display: flex; align-items: center; gap: 12px; max-width: 640px; min-height: 58px; padding: 0 18px; border-radius: 19px;
  background: white; color: var(--ink);
}
.search-bar input, .booking-form input, .booking-form textarea {
  width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink);
}
.shop-layout { display: grid; grid-template-columns: 280px 1fr; gap: 24px; }
.filters { position: sticky; top: 94px; align-self: start; border: 1px solid var(--line); background: white; border-radius: 28px; padding: 18px; }
.filters h3 { display: flex; gap: 8px; align-items: center; font-size: 18px; }
.filter-field { position: relative; display: grid; gap: 8px; margin-bottom: 15px; color: var(--muted); font-size: 13px; font-weight: 800; }
.filter-field select {
  appearance: none; min-height: 46px; border: 1px solid var(--line); border-radius: 15px; padding: 0 38px 0 13px; background: #fbfaf7;
}
.filter-field svg { position: absolute; right: 13px; bottom: 15px; pointer-events: none; }
.results-header { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 16px; color: var(--muted); }

.chip-row { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 12px; margin-bottom: 24px; }
.chip-row button { flex: 0 0 auto; min-height: 40px; background: white; color: var(--ink); border: 1px solid var(--line); }
.chip-row button.active { background: #111318; color: white; }
.category-page-head h1, .about-page h1, .contact-page h1, .form-page h1, .cart-page h1, .checkout-page h1, .detail-copy h1 { font-size: clamp(38px, 6vw, 72px); }

.detail-copy { padding-top: 20px; }
.detail-price { display: block; font-size: 36px; margin: 24px 0; }
.detail-meta span { padding: 10px 12px; background: white; border: 1px solid var(--line); border-radius: 999px; }
.service-card { display: flex; gap: 14px; padding: 18px; margin-top: 24px; }
.service-card p { margin: 6px 0 0; color: var(--muted); }

.booking-form { padding: 22px; display: grid; gap: 13px; }
.booking-form input, .booking-form textarea {
  min-height: 52px; border: 1px solid var(--line); border-radius: 17px; padding: 0 15px; background: #fbfaf7;
}
.booking-form textarea { min-height: 105px; padding-top: 15px; resize: vertical; }
.promise-list { margin-top: 24px; }
.promise-list span { padding: 10px 13px; background: white; border: 1px solid var(--line); border-radius: 999px; }
.about-page { max-width: 1100px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.stats div { padding: 24px; border: 1px solid var(--line); border-radius: 28px; background: white; }
.stats strong { display: block; font-size: 34px; }
.stats span { color: var(--muted); }
.contact-list { display: grid; margin-top: 22px; }
.contact-list span { padding: 14px 0; border-bottom: 1px solid var(--line); }

.cart-page, .checkout-page { grid-template-columns: minmax(0, 1fr) 360px; }
.cart-item { display: grid; grid-template-columns: 72px 1fr auto auto; gap: 14px; align-items: center; padding: 12px; margin-bottom: 12px; }
.cart-item div:nth-child(2) { display: grid; gap: 4px; }
.qty { display: flex; align-items: center; gap: 8px; }
.qty button { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; border: 1px solid var(--line); background: white; }
.summary { padding: 22px; position: sticky; top: 94px; }
.summary p { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.summary .primary, .summary .secondary { width: 100%; margin-top: 12px; }
.checkbox { display: flex; gap: 10px; align-items: center; color: var(--muted); font-weight: 750; }

.whatsapp {
  position: fixed; right: 18px; bottom: 18px; z-index: 30; display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 18px; border-radius: 999px; color: white; background: #15b86a; text-decoration: none; font-weight: 900;
  box-shadow: 0 16px 32px rgba(21,184,106,.28);
}

footer {
  display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 30px; padding: 48px clamp(18px, 5vw, 76px);
  color: #d9dde4; background: #111318;
}
footer .logo { color: white; padding: 0; }
footer p, footer span { color: #aab2bf; line-height: 1.6; }
footer h4 { margin: 0 0 12px; color: white; }
footer button { display: block; color: #cfd5df; padding: 7px 0; border-radius: 0; text-align: left; }
footer button:hover { color: white; background: transparent; }
footer div { display: grid; align-content: start; gap: 4px; }

.reveal { animation: rise .7s ease both; }
.delay { animation-delay: .12s; }
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .mobile-only { display: grid; }
  .site-header { justify-content: space-between; }
  .mobile-nav {
    position: absolute; left: 16px; right: 16px; top: 75px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
    padding: 14px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow);
  }
  .mobile-nav button { min-height: 44px; border: 0; border-radius: 15px; background: #f5f2ec; color: var(--ink); font-weight: 800; }
  .kit-grid, .product-grid { grid-template-columns: repeat(3, 1fr); }
  .compare-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .hero, .installation-band, .store-section, .contact-page, .form-page, .product-detail, .cart-page, .checkout-page, .shop-layout {
    grid-template-columns: 1fr;
  }
  .hero { min-height: auto; padding-top: 42px; }
  .hero-visual { min-height: 440px; }
  .hero-device.large { width: 190px; height: 340px; }
  .hero-device.glass { width: 128px; height: 250px; right: 20px; }
  .strap-card { left: 18px; top: 48px; }
  .expert-card { left: 18px; right: 18px; }
  .delivery-line { right: 18px; bottom: 126px; }
  .trust-bar, .category-grid, .testimonials, .drops-grid, .stats, footer { grid-template-columns: 1fr; }
  .trust-bar { margin-top: 12px; }
  .kit-grid, .kit-grid.large, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading.inline, .category-page-head { display: block; }
  .filters, .summary { position: static; }
  .cart-item { grid-template-columns: 64px 1fr; }
  .cart-item .qty, .cart-item > strong { justify-self: start; }
}

@media (max-width: 560px) {
  .announcement { justify-content: flex-start; font-size: 12px; }
  .site-header { padding: 12px 14px; }
  .logo { font-size: 18px; }
  .logo span { width: 31px; height: 31px; border-radius: 10px; }
  h1 { font-size: 46px; }
  h2 { font-size: 32px; }
  .hero-copy p:not(.eyebrow), .section-heading p, .installation-band p, .category-page-head p, .about-page p, .contact-page p, .form-page p { font-size: 16px; }
  .hero-actions, .detail-actions, .store-actions { flex-direction: column; }
  .primary, .secondary { width: 100%; }
  .kit-grid, .product-grid { grid-template-columns: 1fr; }
  .product-visual.large { min-height: 430px; }
  .compare-grid { grid-template-columns: 1fr; }
  .mobile-nav { grid-template-columns: 1fr; top: 66px; }
  .whatsapp { right: 12px; bottom: 12px; min-height: 44px; }
}

/* Version 3 homepage redesign: photo-led, premium D2C storefront */
:root {
  --ink: #0d1321;
  --muted: #596273;
  --line: #e6e9ef;
  --soft: #f6f7f9;
  --accent: #246bfe;
  --shadow: 0 24px 80px rgba(13, 19, 33, .11);
}

body {
  background: #f7f8fb;
}

.site-header {
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(230, 233, 239, .86);
}

.announcement {
  background: #0d1321;
}

.fk-hero-v3 {
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.05fr);
  min-height: calc(100vh - 96px);
  padding-top: clamp(42px, 6vw, 72px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(247,248,251,0)),
    radial-gradient(circle at 14% 8%, rgba(36,107,254,.08), transparent 32%);
}

.fk-hero-v3 h1 {
  max-width: 780px;
  font-size: clamp(48px, 7.8vw, 88px);
  line-height: .96;
}

.fk-hero-v3 .hero-copy p:not(.eyebrow) {
  max-width: 610px;
  font-size: clamp(18px, 2vw, 22px);
  color: #455064;
}

.hero-photo-board {
  position: relative;
  min-height: 620px;
}

.hero-photo,
.product-photo,
.category-photo,
.kit-photo,
.drop-photo,
.detail-photo,
.thumb-photo,
.cart-photo,
.store-photo,
.install-photo {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.hero-photo:after,
.product-photo:after,
.category-photo:after,
.kit-photo:after,
.drop-photo:after,
.store-photo:after,
.install-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 45%, rgba(4, 8, 18, .58));
}

.hero-photo span,
.product-photo span,
.category-photo span,
.kit-photo span,
.drop-photo span,
.store-photo span,
.install-photo span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  text-shadow: 0 1px 12px rgba(0,0,0,.38);
}

.hero-photo.main {
  position: absolute;
  inset: 0 96px 74px 0;
  border-radius: 42px;
  box-shadow: var(--shadow);
}

.hero-photo.service {
  position: absolute;
  right: 0;
  top: 46px;
  width: 230px;
  height: 270px;
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(13,19,33,.18);
  border: 6px solid white;
}

.hero-photo.product {
  position: absolute;
  right: 34px;
  bottom: 0;
  width: 290px;
  height: 230px;
  border-radius: 34px;
  box-shadow: 0 20px 60px rgba(13,19,33,.16);
  border: 6px solid white;
}

.hero-floating-card {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 310px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 48px rgba(13,19,33,.14);
}

.hero-floating-card p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 14px;
}

.mini-proof span {
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 24px rgba(13,19,33,.04);
}

.model-selector {
  border: 0;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(13,19,33,.08);
}

.selector-panel {
  padding: 8px;
  border-radius: 24px;
  background: #f4f6fa;
}

.selector-panel select,
.plain-select select {
  border-color: #dde2ea;
  background: white;
}

.trust-bar {
  border: 0;
  gap: 12px;
  background: transparent;
}

.trust-bar div {
  min-height: 66px;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(13,19,33,.04);
}

.premium-category-section {
  background: #ffffff;
}

.photo-cats {
  grid-template-columns: repeat(5, 1fr);
}

.photo-category {
  min-height: 270px;
  padding: 10px;
  justify-content: flex-start;
  gap: 12px;
  border: 1px solid #e7ebf2;
  background: #fff;
  box-shadow: 0 14px 42px rgba(13,19,33,.05);
}

.photo-category .category-photo {
  width: 100%;
  aspect-ratio: 1.18;
  border-radius: 22px;
  background-color: #eef2f7;
}

.photo-category > span {
  padding: 0 8px;
  font-size: 17px;
}

.photo-category p {
  padding: 0 8px;
  min-height: 42px;
}

.photo-category > .ui-icon {
  margin: auto 8px 4px;
}

.kit-showcase {
  background: #f1f4f9;
}

.kit-card {
  padding: 12px;
}

.kit-photo {
  width: 100%;
  min-height: 170px;
  border-radius: 22px;
  margin-bottom: 16px;
  background-color: #e9edf4;
}

.kit-card h3,
.kit-card p,
.kit-card ul,
.kit-card .price-line,
.kit-card .dual-actions,
.kit-card .badge {
  margin-left: 10px;
  margin-right: 10px;
}

.install-v3 {
  grid-template-columns: .9fr .8fr .72fr;
  background: #0d1321;
  padding: 24px;
  gap: 24px;
}

.install-v3 .install-photo {
  min-height: 460px;
  border-radius: 30px;
  background-color: #1a2233;
}

.install-v3 > div:nth-child(2) {
  align-self: center;
}

.install-v3 h2 {
  color: white;
}

.install-v3 .primary {
  background: white;
  color: #0d1321;
  box-shadow: none;
}

.product-card {
  padding: 10px;
  border: 1px solid #e6ebf2;
  box-shadow: 0 14px 44px rgba(13,19,33,.05);
}

.product-photo {
  width: 100%;
  min-height: 230px;
  border-radius: 22px;
  margin-bottom: 15px;
  background-color: #eef2f7;
}

.product-card .badge,
.product-card .product-title,
.product-card p,
.product-card .rating,
.product-card .price-line,
.product-card .card-bottom {
  margin-left: 8px;
  margin-right: 8px;
}

.product-title {
  font-size: 16px;
}

.card-bottom button,
.dual-actions button:last-child {
  background: var(--accent);
  box-shadow: 0 10px 24px rgba(36,107,254,.2);
}

.why-v3 .compare-grid div {
  min-height: 190px;
  padding: 26px;
  box-shadow: 0 14px 40px rgba(13,19,33,.05);
}

.why-v3 .compare-grid .winner {
  background: linear-gradient(145deg, #0d1321, #17356f);
  transform: translateY(-10px);
  box-shadow: 0 28px 70px rgba(13,19,33,.22);
}

.testimonials-v3 {
  grid-template-columns: repeat(3, 1fr);
}

.testimonials-v3 .section-heading {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

.testimonials-v3 article {
  padding: 28px;
  box-shadow: 0 16px 48px rgba(13,19,33,.06);
}

.testimonials-v3 p {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 750;
}

.social-drops {
  background: #ffffff;
}

.drop-card {
  min-height: 310px;
  background: #f6f8fb;
  border: 1px solid #e6ebf2;
}

.drop-photo {
  min-height: 210px;
  border-radius: 22px;
  margin-bottom: 12px;
}

.drop-card span,
.drop-card small {
  padding-left: 4px;
}

.store-v3 {
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(13,19,33,.08);
}

.store-photo {
  min-height: 330px;
  border-radius: 30px;
  background-color: #edf1f7;
}

.detail-photo {
  min-height: 570px;
  border-radius: 38px;
  background-color: #eef2f7;
}

.thumb-photo {
  min-height: 95px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
}

.cart-photo {
  width: 72px;
  min-height: 72px;
  border-radius: 18px;
  background-color: #eef2f7;
}

.cart-photo span,
.thumb-photo span,
.detail-photo span {
  display: none;
}

@media (max-width: 1180px) {
  .photo-cats {
    grid-template-columns: repeat(3, 1fr);
  }
  .install-v3 {
    grid-template-columns: 1fr 1fr;
  }
  .install-v3 ol {
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 860px) {
  .fk-hero-v3 {
    grid-template-columns: 1fr;
  }
  .hero-photo-board {
    min-height: 520px;
  }
  .hero-photo.main {
    inset: 0 0 128px 0;
  }
  .hero-photo.service {
    width: 178px;
    height: 210px;
    right: 12px;
    top: 28px;
  }
  .hero-photo.product {
    width: 230px;
    height: 180px;
    right: 18px;
  }
  .photo-cats {
    grid-template-columns: repeat(2, 1fr);
  }
  .install-v3,
  .install-v3 ol {
    grid-template-columns: 1fr;
  }
  .install-v3 .install-photo {
    min-height: 330px;
  }
}

@media (max-width: 560px) {
  .fk-hero-v3 h1 {
    font-size: 44px;
  }
  .hero-photo-board {
    min-height: 460px;
  }
  .hero-floating-card {
    left: 14px;
    right: 14px;
    bottom: 16px;
  }
  .photo-cats {
    grid-template-columns: 1fr;
  }
  .photo-category {
    min-height: auto;
  }
  .product-photo {
    min-height: 270px;
  }
  .detail-photo {
    min-height: 420px;
  }
}
