
body.idpr-redesign-page .page-header,
body.idpr-redesign-page .page-header-catalog,
body.idpr-redesign-page .breadcrumbs,
body.idpr-redesign-page .breadcrumb,
body.idpr-redesign-page .woocommerce-breadcrumb { display: none !important; }
body.idpr-redesign-page #site-header,
body.idpr-redesign-page header#masthead,
body.idpr-redesign-page .site-header:not(.sober-header),
body.idpr-redesign-page #topbar,
body.idpr-redesign-page .topbar,
body.idpr-redesign-page .top-promotion,
body.idpr-redesign-page #colophon,
body.idpr-redesign-page footer.site-footer,
body.idpr-redesign-page .site-footer { display: none !important; }
body.idpr-redesign-page .site-content { padding-top: 0 !important; padding-bottom: 0 !important; }
.idpr-home {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
}
body.admin-bar .idpr-home .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .idpr-home .site-header { top: 46px; } }
.idpr-home {
  --ivory: #f7f4ec;
  --ivory-deep: #ece9dc;
  --paper: #fffefa;
  --ink: #253022;
  --muted: #6b7468;
  --olive: #68785a;
  --olive-deep: #35452f;
  --olive-soft: #dde3d5;
  --amber: #e5a735;
  --amber-deep: #c98720;
  --line: rgba(53, 69, 47, 0.14);
  --white: #ffffff;
}

.idpr-home * {
  box-sizing: border-box;
}

.idpr-home {
  scroll-behavior: smooth;
}

.idpr-home {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.idpr-home a {
  color: inherit;
  text-decoration: none;
}

.idpr-home button,
.idpr-home a {
  -webkit-tap-highlight-color: transparent;
}

.idpr-home button {
  font: inherit;
}

.idpr-home img {
  display: block;
  max-width: 100%;
}

.idpr-home .shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.idpr-home .prototype-bar {
  min-height: 38px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #52634a;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.idpr-home .prototype-bar span {
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 9px;
}

.idpr-home .prototype-bar p {
  margin: 0;
}

.idpr-home .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 244, 236, 0.92);
  backdrop-filter: blur(18px);
}

.idpr-home .header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.idpr-home .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
}

.idpr-home .brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.idpr-home .brand strong {
  font-size: 16px;
  letter-spacing: -0.045em;
}

.idpr-home .brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.idpr-home .brand-mark {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--amber);
  box-shadow: 0 8px 20px rgba(217, 138, 20, 0.24);
}

.idpr-home .brand-mark::before,
.idpr-home .brand-mark::after,
.idpr-home .brand-mark i::before,
.idpr-home .brand-mark i::after {
  content: "";
  position: absolute;
  background: var(--ink);
  border-radius: 99px;
}

.idpr-home .brand-mark::before,
.idpr-home .brand-mark::after {
  width: 13px;
  height: 2px;
  top: 16px;
  left: 11px;
}

.idpr-home .brand-mark::after {
  transform: rotate(90deg);
}

.idpr-home .brand-mark i::before,
.idpr-home .brand-mark i::after {
  width: 9px;
  height: 2px;
  top: 16px;
  left: 13px;
  transform: rotate(45deg);
}

.idpr-home .brand-mark i::after {
  transform: rotate(-45deg);
}

.idpr-home nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #414a41;
  font-size: 14px;
  font-weight: 560;
}

.idpr-home nav a {
  position: relative;
  padding: 10px 0;
}

.idpr-home nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 2px;
  background: var(--amber-deep);
  transition: right 180ms ease;
}

.idpr-home nav a:hover::after,
.idpr-home nav a:focus-visible::after {
  right: 0;
}

.idpr-home .header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(24, 32, 25, 0.55);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 680;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.idpr-home .header-action:hover {
  color: var(--white);
  background: var(--ink);
  transform: translateY(-1px);
}

.idpr-home .hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  isolation: isolate;
}

.idpr-home .hero-glow {
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  right: -180px;
  top: -100px;
  border-radius: 50%;
  background: rgba(229, 167, 53, 0.2);
  filter: blur(4px);
}

.idpr-home .hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 72px;
  padding-block: 70px 86px;
}

.idpr-home .eyebrow {
  margin: 0 0 19px;
  color: var(--olive);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.idpr-home .hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.idpr-home .hero-copy > .eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 5px rgba(229, 167, 53, 0.16);
}

.idpr-home .hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(46px, 4.85vw, 70px);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.idpr-home .hero h1 em {
  color: #617453;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.idpr-home .hero-intro {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.idpr-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.idpr-home .button {
  min-height: 54px;
  padding: 0 23px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.idpr-home .button:hover {
  transform: translateY(-2px);
}

.idpr-home .button-primary {
  background: var(--amber);
  color: var(--ink);
  box-shadow: 0 12px 26px rgba(201, 135, 32, 0.2);
}

.idpr-home .button-primary:hover {
  background: #edb44c;
  box-shadow: 0 16px 32px rgba(201, 135, 32, 0.27);
}

.idpr-home .button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.idpr-home .button-secondary:hover {
  background: var(--paper);
}

.idpr-home .assurances {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  margin-top: 32px;
  color: #626c62;
  font-size: 12px;
  font-weight: 600;
}

.idpr-home .assurances span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.idpr-home .assurances span::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(94, 110, 82, 0.13);
  color: var(--olive);
  font-size: 10px;
  font-weight: 850;
}

.idpr-home .hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.idpr-home .sun-orbit {
  position: absolute;
  border: 1px solid rgba(94, 110, 82, 0.14);
  border-radius: 50%;
}

.idpr-home .orbit-one {
  width: 485px;
  height: 485px;
}

.idpr-home .orbit-two {
  width: 390px;
  height: 390px;
  border-style: dashed;
}

.idpr-home .product-spotlight {
  position: relative;
  z-index: 2;
  width: min(410px, 91%);
  min-height: 455px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(238, 231, 216, 0.78)),
    var(--paper);
  box-shadow:
    0 40px 85px rgba(38, 51, 37, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: rotate(2.2deg);
}

.idpr-home .spotlight-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.idpr-home .product-badge,
.idpr-home .availability-dot,
.idpr-home .recommendation-image > span,
.idpr-home .product-image-wrap > span {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.idpr-home .product-badge {
  background: #4f6148;
  color: var(--white);
}

.idpr-home .availability-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
}

.idpr-home .availability-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(244, 173, 50, 0.15);
}

.idpr-home .product-spotlight > .product-art {
  width: 100%;
  height: 315px;
  margin-top: 9px;
}

.idpr-home .spotlight-copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 3px 4px 0;
}

.idpr-home .spotlight-copy p {
  margin: 0 0 1px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.idpr-home .spotlight-copy h2 {
  margin: 0;
  font-size: 31px;
  letter-spacing: -0.055em;
}

.idpr-home .round-arrow {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--amber);
  font-size: 19px;
}

.idpr-home .floating-proof {
  position: absolute;
  z-index: 4;
  left: -9px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px 13px 13px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(38, 51, 37, 0.14);
}

.idpr-home .proof-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(94, 110, 82, 0.14);
  color: var(--olive);
  font-weight: 900;
}

.idpr-home .floating-proof div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.idpr-home .floating-proof strong {
  font-size: 12px;
}

.idpr-home .floating-proof small {
  color: var(--muted);
  font-size: 10px;
}

.idpr-home .choice-section,
.idpr-home .products-section,
.idpr-home .closing-section {
  padding: 112px 0;
}

.idpr-home .choice-section {
  background: var(--paper);
}

.idpr-home .section-heading {
  max-width: 780px;
}

.idpr-home .section-heading h2,
.idpr-home .trust-story h2,
.idpr-home .closing-card h2 {
  margin: 0;
  font-size: clamp(36px, 4.3vw, 56px);
  font-weight: 610;
  letter-spacing: -0.057em;
  line-height: 1.05;
}

.idpr-home .section-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.idpr-home .choice-layout {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
}

.idpr-home .need-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.idpr-home .need-card {
  width: 100%;
  min-height: 104px;
  border: 1px solid var(--line);
  border-radius: 19px;
  padding: 19px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  background: rgba(247, 243, 233, 0.42);
  text-align: left;
  cursor: pointer;
  transition:
    border 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.idpr-home .need-card:hover,
.idpr-home .need-card.active {
  border-color: rgba(94, 110, 82, 0.44);
  background: var(--ivory);
  transform: translateX(4px);
}

.idpr-home .need-card.active {
  box-shadow: inset 4px 0 0 var(--amber);
}

.idpr-home .need-number {
  color: var(--olive);
  font-size: 10px;
  font-weight: 770;
  letter-spacing: 0.08em;
}

.idpr-home .need-card > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.idpr-home .need-card strong {
  font-size: 15px;
  letter-spacing: -0.018em;
}

.idpr-home .need-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.idpr-home .need-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(94, 110, 82, 0.1);
  transition: background 180ms ease;
}

.idpr-home .need-card.active .need-arrow {
  background: var(--amber);
}

.idpr-home .recommendation {
  min-height: 332px;
  padding: 25px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 34px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.1), transparent 34%),
    #68785a;
  color: var(--white);
  overflow: hidden;
}

.idpr-home .recommendation-image {
  position: relative;
  min-height: 280px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  background: var(--ivory);
  overflow: hidden;
}

.idpr-home .recommendation-image > span {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  color: var(--ink);
  background: var(--amber);
}

.idpr-home .recommendation-image > .product-art {
  width: 93%;
  height: 270px;
}

.idpr-home .recommendation-image > img {
  width: 88%;
  height: 250px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.idpr-home .recommendation-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.idpr-home .mini-eyebrow {
  margin: 0 0 12px;
  color: #ffe0a0;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.idpr-home .recommendation-copy h3 {
  margin: 0;
  font-size: 32px;
  letter-spacing: -0.045em;
}

.idpr-home .recommendation-copy > p:not(.mini-eyebrow) {
  margin: 13px 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.idpr-home .recommendation-copy ul {
  margin: 0 0 23px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.idpr-home .recommendation-copy li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
}

.idpr-home .recommendation-copy a {
  width: fit-content;
  color: #ffe0a0;
  font-size: 12px;
  font-weight: 700;
}

.idpr-home .recommendation-copy a span {
  margin-left: 7px;
}

.idpr-home .products-section {
  background: var(--ivory);
}

.idpr-home .products-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 80px;
}

.idpr-home .products-heading > p {
  margin: 0 0 6px !important;
  font-size: 15px !important;
}

.idpr-home .product-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.idpr-home .product-card {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  overflow: hidden;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.idpr-home .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(38, 51, 37, 0.11);
}

.idpr-home .product-image-wrap {
  position: relative;
  height: 335px;
  padding: 18px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 20%, rgba(244, 173, 50, 0.18), transparent 32%),
    #f0eadf;
  overflow: hidden;
}

.idpr-home .product-image-wrap > span {
  position: absolute;
  z-index: 2;
  left: 17px;
  top: 17px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(38, 51, 37, 0.08);
}

.idpr-home .product-image-wrap > small {
  position: absolute;
  right: 15px;
  bottom: -13px;
  color: rgba(38, 51, 37, 0.08);
  font-size: 90px;
  font-weight: 750;
  letter-spacing: -0.08em;
}

.idpr-home .product-image-wrap > .product-art {
  position: relative;
  z-index: 1;
  width: 94%;
  height: 286px;
}

.idpr-home .product-image-wrap > img {
  position: relative;
  z-index: 1;
  width: 88%;
  height: 285px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 260ms ease;
}

.idpr-home .product-card:hover .product-image-wrap > img {
  transform: scale(1.035);
}

.idpr-home .product-art {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.idpr-home .lamp-body {
  position: relative;
  z-index: 3;
  width: 210px;
  height: 158px;
  padding: 16px;
  border: 7px solid #252a27;
  border-radius: 14px 14px 22px 22px;
  background: #343a36;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.11),
    0 24px 28px rgba(24, 32, 25, 0.2);
  transform: perspective(600px) rotateX(5deg) rotateY(-7deg);
}

.idpr-home .lamp-face {
  width: 100%;
  height: 100%;
  padding: 17px;
  border: 3px solid #171a18;
  border-radius: 8px 8px 14px 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  background:
    radial-gradient(circle at center, #fff8d9, #ffe093 55%, #dca72f 57%, #7a642a 65%);
}

.idpr-home .lamp-face i {
  display: block;
  width: 17px;
  height: 17px;
  margin: auto;
  border-radius: 50%;
  background: #fff9dd;
  box-shadow:
    0 0 0 3px rgba(255, 214, 100, 0.28),
    0 0 12px rgba(255, 214, 100, 0.75);
}

.idpr-home .lamp-base {
  position: absolute;
  width: 54px;
  height: 39px;
  left: 50%;
  bottom: -41px;
  border-radius: 0 0 12px 12px;
  background: #252a27;
  transform: translateX(-50%);
}

.idpr-home .lamp-base::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 13px;
  left: 50%;
  bottom: -10px;
  border-radius: 999px;
  background: #343a36;
  transform: translateX(-50%);
}

.idpr-home .integrated-panel {
  position: absolute;
  z-index: -1;
  width: 225px;
  height: 96px;
  left: 50%;
  top: -101px;
  border: 6px solid #2b302d;
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, transparent 0 35px, rgba(255, 255, 255, 0.22) 36px 38px),
    repeating-linear-gradient(0deg, transparent 0 24px, rgba(255, 255, 255, 0.2) 25px 27px),
    linear-gradient(135deg, #2f5263, #182d38);
  box-shadow: 0 15px 24px rgba(24, 32, 25, 0.18);
  transform: translateX(-50%) perspective(500px) rotateX(8deg);
}

.idpr-home .carry-handle {
  position: absolute;
  z-index: -1;
  width: 115px;
  height: 72px;
  left: 50%;
  top: -64px;
  border: 14px solid #252a27;
  border-bottom: 0;
  border-radius: 42px 42px 0 0;
  transform: translateX(-50%);
}

.idpr-home .art-portable .lamp-body {
  width: 190px;
  height: 150px;
  border-radius: 26px;
}

.idpr-home .art-portable .lamp-face {
  grid-template-columns: repeat(4, 1fr);
  border-radius: 17px;
}

.idpr-home .art-portable .lamp-base {
  display: none;
}

.idpr-home .separate-panel {
  position: absolute;
  z-index: 1;
  width: 165px;
  height: 218px;
  left: 6%;
  top: 12%;
  border: 7px solid #2b302d;
  border-radius: 9px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background:
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(255, 255, 255, 0.22) 32px 34px),
    linear-gradient(135deg, #355c6f, #172c38);
  box-shadow: 0 22px 28px rgba(24, 32, 25, 0.18);
  transform: perspective(600px) rotateY(13deg) rotateZ(-4deg);
}

.idpr-home .separate-panel span {
  border-right: 2px solid rgba(255, 255, 255, 0.23);
}

.idpr-home .art-panel .lamp-body {
  width: 190px;
  height: 145px;
  margin-left: 31%;
  margin-top: 17%;
}

.idpr-home .panel-cable {
  position: absolute;
  z-index: 2;
  width: 125px;
  height: 80px;
  left: 39%;
  top: 50%;
  border-bottom: 3px solid #343a36;
  border-left: 3px solid #343a36;
  border-radius: 0 0 0 40px;
  transform: rotate(8deg);
}

.idpr-home .art-shadow {
  position: absolute;
  z-index: 0;
  width: 72%;
  height: 34px;
  left: 16%;
  bottom: 9%;
  border-radius: 50%;
  background: rgba(24, 32, 25, 0.18);
  filter: blur(15px);
}

.idpr-home .art-compact .lamp-body {
  transform: perspective(600px) rotateX(5deg) rotateY(-7deg) scale(0.83);
}

.idpr-home .art-compact .integrated-panel {
  transform: translateX(-50%) perspective(500px) rotateX(8deg) scale(0.9);
}

.idpr-home .art-compact .separate-panel {
  transform: perspective(600px) rotateY(13deg) rotateZ(-4deg) scale(0.86);
}

.idpr-home .product-card-copy {
  padding: 24px 23px 22px;
}

.idpr-home .product-card-copy h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -0.035em;
}

.idpr-home .product-card-copy > p {
  min-height: 44px;
  margin: 10px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.idpr-home .product-detail {
  padding-top: 17px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.idpr-home .product-detail span {
  color: var(--olive);
  font-size: 11px;
  font-weight: 660;
}

.idpr-home .product-detail a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--amber);
  font-size: 15px;
}

.idpr-home .trust-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 8% 15%, rgba(229, 167, 53, 0.12), transparent 26%),
    #53664b;
  color: var(--white);
}

.idpr-home .trust-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 100px;
}

.idpr-home .eyebrow.light {
  color: var(--amber);
}

.idpr-home .trust-story h2 {
  max-width: 570px;
}

.idpr-home .trust-story > p:not(.eyebrow) {
  max-width: 570px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 16px;
  line-height: 1.72;
}

.idpr-home .trust-story blockquote {
  margin: 36px 0 0;
  padding: 30px 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 5px solid var(--amber);
  border-radius: 6px 22px 22px 6px;
  color: #fff4d9;
  background: rgba(255, 255, 255, 0.07);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.7vw, 36px);
  line-height: 1.24;
  letter-spacing: -0.025em;
}

.idpr-home .trust-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.idpr-home .trust-cards article {
  min-height: 205px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
}

.idpr-home .trust-cards span {
  display: block;
  color: var(--amber);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.idpr-home .trust-cards h3 {
  margin: 41px 0 10px;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.idpr-home .trust-cards p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.6;
}

.idpr-home .closing-section {
  padding-block: 80px;
  background: var(--paper);
}

.idpr-home .closing-card {
  min-height: 260px;
  padding: 54px 58px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border: 1px solid rgba(104, 120, 90, 0.17);
  background:
    radial-gradient(circle at 90% 10%, rgba(229, 167, 53, 0.3), transparent 24%),
    linear-gradient(135deg, var(--olive-soft), var(--ivory-deep));
}

.idpr-home .closing-card h2 {
  max-width: 660px;
}

.idpr-home .closing-card .button {
  flex: 0 0 auto;
}

.idpr-home footer {
  padding: 65px 0 23px;
  background: #35452f;
  color: var(--white);
}

.idpr-home .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 40px;
  padding-bottom: 55px;
}

.idpr-home .brand-footer small,
.idpr-home .footer-grid p,
.idpr-home .footer-grid a {
  color: rgba(255, 255, 255, 0.57);
}

.idpr-home .footer-grid > p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.idpr-home .footer-grid > div {
  display: flex;
  gap: 22px;
  font-size: 12px;
}

.idpr-home .footer-grid > div a:hover {
  color: var(--amber);
}

.idpr-home .footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
}

/* Version 3 · Sober-inspired editorial shell */
.idpr-home .sober-bar {
  min-height: 34px;
  justify-content: space-between;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background: #2f3a2d;
  color: rgba(255, 255, 255, 0.78);
}

.idpr-home .sober-bar span {
  color: #fff6df;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.idpr-home .sober-header {
  background: rgba(255, 254, 250, 0.96);
}

.idpr-home .sober-header-inner {
  height: 92px;
}

.idpr-home .sober-header .brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.idpr-home .sober-header .brand small {
  margin-top: 7px;
  color: #788075;
  font-size: 7px;
}

.idpr-home .sober-header nav {
  gap: 34px;
  font-size: 13px;
}

.idpr-home .header-tools {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #51594f;
  font-size: 11px;
  font-weight: 650;
}

.idpr-home .cart-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.idpr-home .cart-link span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--olive-deep);
  font-size: 9px;
}

.idpr-home .sober-hero {
  min-height: auto;
  padding: 28px 0 0;
  background: var(--paper);
}

.idpr-home .sober-hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
  gap: 52px;
}

.idpr-home .sober-hero-copy {
  padding: 88px 0 78px;
  align-self: center;
}

.idpr-home .sober-hero-copy .eyebrow {
  display: block;
  margin-bottom: 27px;
  color: var(--olive);
}

.idpr-home .sober-hero h1 {
  max-width: 600px;
  font-size: clamp(52px, 5.6vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.072em;
}

.idpr-home .sober-hero h1 em {
  display: block;
  margin-top: 12px;
  color: #697c5c;
  font-size: 0.72em;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.idpr-home .sober-hero .hero-intro {
  max-width: 530px;
  margin-top: 29px;
  font-size: 17px;
}

.idpr-home .sober-hero .button {
  border-radius: 2px;
}

.idpr-home .sober-hero .button-primary {
  color: var(--white);
  background: var(--olive-deep);
  box-shadow: none;
}

.idpr-home .sober-hero .button-primary:hover {
  background: #293526;
  box-shadow: none;
}

.idpr-home .sober-hero .button-secondary {
  border-color: rgba(53, 69, 47, 0.32);
  background: transparent;
}

.idpr-home .hero-microproof {
  margin-top: 48px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.idpr-home .hero-microproof div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.idpr-home .hero-microproof strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
}

.idpr-home .hero-microproof span {
  max-width: 120px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.idpr-home .sober-hero-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #172019;
}

.idpr-home .sober-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(9, 14, 10, 0.58));
  pointer-events: none;
}

.idpr-home .sober-hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(0.84) contrast(1.04);
}

.idpr-home .photo-caption {
  position: absolute;
  z-index: 2;
  left: 29px;
  bottom: 29px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--white);
}

.idpr-home .photo-caption span,
.idpr-home .hero-product-note > span {
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.idpr-home .photo-caption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
}

.idpr-home .hero-product-note {
  position: absolute;
  z-index: 3;
  top: 25px;
  right: 25px;
  width: 228px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 254, 250, 0.94);
  backdrop-filter: blur(12px);
}

.idpr-home .hero-product-note > span {
  color: var(--olive);
}

.idpr-home .hero-product-note div {
  margin-top: 11px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.idpr-home .hero-product-note strong {
  font-size: 13px;
}

.idpr-home .hero-product-note small {
  color: var(--muted);
  font-size: 10px;
}

.idpr-home .need-strip {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: var(--paper);
}

.idpr-home .need-strip a {
  position: relative;
  min-height: 126px;
  padding: 28px 52px 25px 25px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid var(--line);
  transition: background 180ms ease;
}

.idpr-home .need-strip a:last-child {
  border-right: 0;
}

.idpr-home .need-strip a:hover {
  background: var(--ivory);
}

.idpr-home .need-strip span {
  color: var(--amber-deep);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.idpr-home .need-strip strong {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
}

.idpr-home .need-strip small {
  color: var(--muted);
  font-size: 10px;
}

.idpr-home .need-strip i {
  position: absolute;
  right: 23px;
  top: 50%;
  color: var(--olive);
  font-style: normal;
  transform: translateY(-50%);
}

.idpr-home .comparison-block {
  margin-top: 88px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  padding-top: 60px;
}

.idpr-home .comparison-intro h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.idpr-home .comparison-intro > p:last-child {
  max-width: 370px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.idpr-home .comparison-table {
  border-top: 1px solid rgba(53, 69, 47, 0.34);
}

.idpr-home .comparison-row {
  min-height: 74px;
  padding: 18px 8px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.1fr 1.5fr 0.75fr 0.75fr;
  align-items: center;
  gap: 15px;
  color: var(--muted);
  font-size: 11px;
}

.idpr-home .comparison-row strong {
  color: var(--ink);
  font-size: 12px;
}

.idpr-home .comparison-head {
  min-height: 48px;
  color: var(--olive);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.idpr-home .evidence-section {
  padding: 118px 0;
  background: var(--paper);
}

.idpr-home .evidence-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr 0.72fr;
  align-items: center;
  gap: 22px;
}

.idpr-home .evidence-copy {
  padding-right: 24px;
}

.idpr-home .evidence-copy h2,
.idpr-home .faq-grid h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.idpr-home .evidence-copy > p:not(.eyebrow) {
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.idpr-home .evidence-note {
  margin-top: 34px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.idpr-home .evidence-note strong {
  font-size: 12px;
}

.idpr-home .evidence-note span {
  color: var(--muted);
  font-size: 10px;
}

.idpr-home .evidence-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #d9dacd;
}

.idpr-home .evidence-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.idpr-home .evidence-main {
  height: 620px;
}

.idpr-home .evidence-main img {
  object-position: center 56%;
}

.idpr-home .evidence-secondary {
  height: 470px;
  align-self: end;
}

.idpr-home .evidence-secondary img {
  object-position: center;
}

.idpr-home .evidence-photo figcaption {
  position: absolute;
  inset: auto 14px 14px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(33, 43, 31, 0.86);
  backdrop-filter: blur(8px);
  font-size: 9px;
  line-height: 1.4;
}

.idpr-home .faq-section {
  padding: 110px 0 125px;
  background: var(--ivory);
}

.idpr-home .faq-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 110px;
}

.idpr-home .faq-list {
  border-top: 1px solid rgba(53, 69, 47, 0.34);
}

.idpr-home .faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0 3px;
}

.idpr-home .faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 650;
}

.idpr-home .faq-list summary::-webkit-details-marker {
  display: none;
}

.idpr-home .faq-list summary::after {
  content: "+";
  color: var(--olive);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.idpr-home .faq-list details[open] summary::after {
  content: "−";
}

.idpr-home .faq-list p {
  max-width: 590px;
  margin: -4px 0 25px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .idpr-home nav {
    display: none;
  }

  .idpr-home .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 72px;
  }

  .idpr-home .hero-copy {
    max-width: 720px;
  }

  .idpr-home .hero-visual {
    min-height: 560px;
  }

  .idpr-home .choice-layout,
  .idpr-home .trust-grid {
    grid-template-columns: 1fr;
  }

  .idpr-home .choice-layout {
    gap: 22px;
  }

  .idpr-home .trust-grid {
    gap: 60px;
  }

  .idpr-home .products-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .idpr-home .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .idpr-home .product-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
  }

  .idpr-home .closing-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .idpr-home .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .idpr-home .sober-header .header-tools a:not(.cart-link) {
    display: none;
  }

  .idpr-home .sober-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .idpr-home .sober-hero-copy {
    padding: 72px 0;
  }

  .idpr-home .sober-hero-visual {
    min-height: 620px;
  }

  .idpr-home .comparison-block,
  .idpr-home .faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .idpr-home .evidence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .idpr-home .evidence-copy {
    grid-column: 1 / -1;
    max-width: 720px;
    padding: 0 0 30px;
  }

  .idpr-home .footer-grid > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .idpr-home .shell {
    width: min(100% - 30px, 1180px);
  }

  .idpr-home .prototype-bar {
    justify-content: flex-start;
    padding-inline: 15px;
  }

  .idpr-home .prototype-bar p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .idpr-home .sober-bar p:last-child {
    display: none;
  }

  .idpr-home .sober-bar {
    justify-content: space-between;
  }

  .idpr-home .sober-header-inner {
    height: 74px;
  }

  .idpr-home .sober-header .brand strong {
    font-size: 19px;
  }

  .idpr-home .sober-header .brand small {
    display: none;
  }

  .idpr-home .header-tools {
    gap: 0;
  }

  .idpr-home .sober-hero {
    padding-top: 0;
  }

  .idpr-home .sober-hero-copy {
    padding: 64px 0 54px;
  }

  .idpr-home .sober-hero h1 {
    font-size: clamp(49px, 14.2vw, 64px);
  }

  .idpr-home .hero-microproof {
    margin-top: 38px;
    gap: 12px;
  }

  .idpr-home .hero-microproof strong {
    font-size: 16px;
  }

  .idpr-home .sober-hero-visual {
    min-height: 560px;
  }

  .idpr-home .hero-product-note {
    top: 16px;
    right: 16px;
    width: 205px;
  }

  .idpr-home .need-strip {
    width: 100%;
    grid-template-columns: 1fr;
    border-inline: 0;
  }

  .idpr-home .need-strip a {
    min-height: 103px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .idpr-home .need-strip a:last-child {
    border-bottom: 0;
  }

  .idpr-home .comparison-block {
    margin-top: 62px;
    padding-top: 48px;
  }

  .idpr-home .comparison-table {
    overflow-x: auto;
  }

  .idpr-home .comparison-row {
    width: 640px;
  }

  .idpr-home .evidence-section,
  .idpr-home .faq-section {
    padding: 84px 0;
  }

  .idpr-home .evidence-grid {
    grid-template-columns: 1fr;
  }

  .idpr-home .evidence-copy {
    grid-column: auto;
  }

  .idpr-home .evidence-main,
  .idpr-home .evidence-secondary {
    height: 520px;
  }

  .idpr-home .faq-grid {
    gap: 42px;
  }

  .idpr-home .header-inner {
    height: 70px;
  }

  .idpr-home .header-action {
    width: 41px;
    height: 41px;
    padding: 0;
    font-size: 0;
  }

  .idpr-home .header-action span {
    font-size: 18px;
  }

  .idpr-home .brand {
    min-width: 0;
  }

  .idpr-home .brand strong {
    font-size: 14px;
  }

  .idpr-home .hero,
  .idpr-home .hero-grid {
    min-height: auto;
  }

  .idpr-home .hero-grid {
    gap: 40px;
    padding-block: 62px 70px;
  }

  .idpr-home .hero h1 {
    font-size: clamp(43px, 13.5vw, 62px);
  }

  .idpr-home .hero-intro {
    font-size: 16px;
  }

  .idpr-home .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .idpr-home .button {
    width: 100%;
  }

  .idpr-home .assurances {
    align-items: flex-start;
    flex-direction: column;
  }

  .idpr-home .hero-visual {
    min-height: 460px;
  }

  .idpr-home .orbit-one {
    width: 390px;
    height: 390px;
  }

  .idpr-home .orbit-two {
    width: 310px;
    height: 310px;
  }

  .idpr-home .product-spotlight {
    min-height: 400px;
    padding: 16px;
  }

  .idpr-home .product-spotlight > .product-art {
    height: 280px;
  }

  .idpr-home .floating-proof {
    left: -4px;
    bottom: 4px;
  }

  .idpr-home .choice-section,
  .idpr-home .products-section,
  .idpr-home .trust-section {
    padding: 84px 0;
  }

  .idpr-home .section-heading h2,
  .idpr-home .trust-story h2,
  .idpr-home .closing-card h2 {
    font-size: 39px;
  }

  .idpr-home .choice-layout {
    margin-top: 38px;
  }

  .idpr-home .recommendation {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .idpr-home .recommendation-copy {
    padding: 4px 3px 8px;
  }

  .idpr-home .product-grid {
    grid-template-columns: 1fr;
  }

  .idpr-home .product-card:last-child {
    grid-column: auto;
    width: auto;
  }

  .idpr-home .trust-cards {
    grid-template-columns: 1fr;
  }

  .idpr-home .trust-cards article {
    min-height: 165px;
  }

  .idpr-home .trust-cards h3 {
    margin-top: 25px;
  }

  .idpr-home .closing-section {
    padding: 58px 0;
  }

  .idpr-home .closing-card {
    padding: 40px 27px;
    border-radius: 25px;
  }

  .idpr-home .footer-grid {
    grid-template-columns: 1fr;
  }

  .idpr-home .footer-grid > div {
    grid-column: auto;
    flex-direction: column;
  }

  .idpr-home .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Mobile polish — v0.4.0 */
.idpr-home .mobile-menu-toggle {
  display: none;
}

@media (max-width: 680px) {
  html,
  body.idpr-redesign-page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .idpr-home,
  .idpr-home * {
    min-width: 0;
  }

  .idpr-home .shell {
    width: calc(100% - 32px);
  }

  .idpr-home .prototype-bar {
    min-height: 42px;
    padding: 10px 16px;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
  }

  .idpr-home .prototype-bar p {
    display: none;
  }

  .idpr-home .prototype-bar p:first-child {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 750;
    text-align: center;
    text-overflow: ellipsis;
  }

  .idpr-home .prototype-bar span {
    display: none;
  }

  .idpr-home .sober-header-inner {
    position: relative;
    width: calc(100% - 28px);
    height: 68px;
    gap: 10px;
  }

  .idpr-home .sober-header .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .idpr-home .sober-header .brand strong {
    font-size: 16px;
    white-space: nowrap;
  }

  .idpr-home .sober-header .brand small {
    display: none;
  }

  .idpr-home .header-tools {
    flex: 0 0 auto;
    gap: 7px;
  }

  .idpr-home .header-tools > a:not(.cart-link) {
    display: none;
  }

  .idpr-home .mobile-menu-toggle {
    min-height: 40px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #263526;
    border: 1px solid rgba(38, 53, 38, 0.17);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
  }

  .idpr-home .cart-link {
    min-height: 40px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
  }

  .idpr-home .sober-header nav {
    position: absolute;
    z-index: 30;
    top: calc(100% + 1px);
    left: -14px;
    right: -14px;
    padding: 12px 16px 17px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    border: 1px solid rgba(53, 69, 47, 0.12);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    background: #f7f4ec;
    box-shadow: 0 18px 35px rgba(38, 51, 37, 0.14);
  }

  .idpr-home.mobile-menu-open .sober-header nav {
    display: flex;
  }

  .idpr-home .sober-header nav a {
    padding: 12px 8px;
    font-size: 15px;
  }

  .idpr-home .sober-hero,
  .idpr-home .sober-hero-grid {
    min-height: 0;
  }

  .idpr-home .sober-hero-grid {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .idpr-home .sober-hero-copy {
    text-align: center;
  }

  .idpr-home .hero-copy > .eyebrow {
    justify-content: center;
    font-size: 11px;
    line-height: 1.4;
  }

  .idpr-home .sober-hero h1 {
    max-width: 100%;
    font-size: clamp(41px, 12.2vw, 54px);
    line-height: 1;
  }

  .idpr-home .hero-intro {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.6;
  }

  .idpr-home .hero-actions {
    width: 100%;
    margin-top: 29px;
    flex-direction: column;
    gap: 10px;
  }

  .idpr-home .hero-actions .button {
    width: 100%;
    min-height: 56px;
    font-size: 15px;
  }

  .idpr-home .hero-microproof {
    width: 100%;
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
  }

  .idpr-home .hero-microproof div,
  .idpr-home .hero-microproof div:last-child {
    min-height: 0;
    padding: 13px 15px;
    display: grid;
    grid-template-columns: 62px 1fr;
    align-items: center;
    gap: 10px;
    border-right: 0;
  }

  .idpr-home .hero-microproof strong {
    font-size: 14px;
  }

  .idpr-home .hero-microproof span {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .idpr-home {
    scroll-behavior: auto;
  }

  .idpr-home *,
  .idpr-home *::before,
  .idpr-home *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Version 4 · Vibrant, legible store ecosystem */
.idpr-home {
  --ivory: #f6f7e9;
  --ivory-deep: #e9efd6;
  --paper: #fffef8;
  --ink: #16251d;
  --muted: #53625a;
  --olive: #59813d;
  --olive-deep: #173f2c;
  --olive-soft: #dcebc6;
  --amber: #ffc83d;
  --amber-deep: #dd8d00;
  --lime: #b9ed62;
  --aqua: #58d8bf;
  --line: rgba(23, 63, 44, 0.17);
}

.idpr-home {
  font-size: 17px;
  line-height: 1.6;
  background:
    radial-gradient(circle at 8% 2%, rgba(185, 237, 98, 0.16), transparent 28rem),
    var(--ivory);
}

.idpr-home .shell {
  width: min(1240px, calc(100% - 56px));
}

.idpr-home .sober-bar {
  min-height: 44px;
  background: linear-gradient(90deg, #113c2a, #236444 58%, #1e5540);
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 650;
}

.idpr-home .sober-bar span {
  padding: 5px 11px;
  color: #173321;
  background: var(--lime);
  border: 0;
  font-size: 10px;
}

.idpr-home .sober-header {
  background: rgba(255, 254, 248, 0.9);
  box-shadow: 0 8px 34px rgba(18, 49, 34, 0.07);
}

.idpr-home .sober-header-inner {
  height: 96px;
}

.idpr-home .sober-header .brand strong {
  color: var(--olive-deep);
  font-size: 27px;
  font-weight: 700;
}

.idpr-home .sober-header .brand small {
  color: #587062;
  font-size: 10px;
  letter-spacing: 0.13em;
}

.idpr-home .sober-header nav {
  gap: 38px;
  color: #294536;
  font-size: 16px;
  font-weight: 680;
}

.idpr-home .header-tools {
  gap: 20px;
  color: #294536;
  font-size: 14px;
}

.idpr-home .cart-link span {
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, var(--olive-deep), #317052);
  font-size: 11px;
}

.idpr-home .sober-hero {
  padding-top: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 80% 18%, rgba(88, 216, 191, 0.25), transparent 24rem),
    radial-gradient(circle at 20% 88%, rgba(255, 200, 61, 0.16), transparent 22rem),
    linear-gradient(135deg, #eef9d9 0%, #f9f8e8 48%, #e2f5e8 100%);
  background-size: 32px 32px, 32px 32px, auto, auto, auto;
}

.idpr-home .sober-hero-grid {
  min-height: 720px;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 70px;
}

.idpr-home .sober-hero-copy {
  padding: 90px 0 78px;
}

.idpr-home .eyebrow,
.idpr-home .sober-hero-copy .eyebrow {
  margin-bottom: 22px;
  color: #41702f;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.idpr-home .sober-hero h1 {
  max-width: 720px;
  color: #153424;
  font-size: clamp(58px, 5.6vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.idpr-home .sober-hero h1 em {
  margin-top: 14px;
  color: #397c50;
  font-size: 0.72em;
  line-height: 1.05;
}

.idpr-home .sober-hero .hero-intro {
  max-width: 620px;
  margin-top: 32px;
  color: #40564a;
  font-size: 20px;
  line-height: 1.65;
}

.idpr-home .button {
  min-height: 54px;
  padding-inline: 24px;
  font-size: 16px;
}

.idpr-home .sober-hero .button {
  border-radius: 14px;
}

.idpr-home .sober-hero .button-primary,
.idpr-home .closing-card .button-primary {
  color: #173321;
  background: linear-gradient(135deg, var(--lime), var(--amber));
  box-shadow: 0 13px 30px rgba(105, 145, 56, 0.22);
}

.idpr-home .sober-hero .button-primary:hover,
.idpr-home .closing-card .button-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #225b3e, #347958);
  transform: translateY(-2px);
}

.idpr-home .sober-hero .button-secondary {
  border: 2px solid rgba(23, 63, 44, 0.28);
  background: rgba(255, 255, 255, 0.58);
}

.idpr-home .hero-microproof {
  margin-top: 46px;
  padding-top: 27px;
  border-color: rgba(23, 63, 44, 0.2);
}

.idpr-home .hero-microproof strong {
  color: #245e40;
  font-size: 27px;
  font-weight: 700;
}

.idpr-home .hero-microproof span {
  max-width: 180px;
  color: #3f5548;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: none;
}

.idpr-home .ecosystem-visual {
  position: relative;
  min-height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(185, 237, 98, 0.34), transparent 14rem),
    linear-gradient(145deg, #17412e, #236647 58%, #143628);
  box-shadow: 0 35px 80px rgba(18, 62, 42, 0.24);
  isolation: isolate;
}

.idpr-home .ecosystem-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.idpr-home .ecosystem-orbit {
  position: absolute;
  left: 50%;
  top: 46%;
  border: 1px solid rgba(185, 237, 98, 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.idpr-home .orbit-a {
  width: 360px;
  height: 360px;
}

.idpr-home .orbit-b {
  width: 510px;
  height: 510px;
  border-style: dashed;
  border-color: rgba(88, 216, 191, 0.26);
}

.idpr-home .ecosystem-core {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 250px;
  height: 250px;
  padding: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(75, 148, 98, 0.9), rgba(20, 58, 42, 0.96));
  box-shadow: 0 0 0 18px rgba(185, 237, 98, 0.06), 0 22px 55px rgba(3, 23, 14, 0.32);
  transform: translate(-50%, -50%);
}

.idpr-home .ecosystem-core span,
.idpr-home .ecosystem-card small {
  color: var(--lime);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.idpr-home .ecosystem-core strong {
  margin-top: 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.04;
}

.idpr-home .ecosystem-core small {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.idpr-home .ecosystem-card {
  position: absolute;
  z-index: 2;
  min-width: 220px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 38px rgba(4, 29, 18, 0.2);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, background 180ms ease;
}

.idpr-home .ecosystem-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
}

.idpr-home .ecosystem-card > span:last-child {
  display: flex;
  flex-direction: column;
}

.idpr-home .ecosystem-card strong {
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.25;
}

.idpr-home .ecosystem-product {
  left: 25px;
  top: 34px;
}

.idpr-home .ecosystem-product img {
  width: 63px;
  height: 63px;
  object-fit: contain;
  border-radius: 13px;
  background: #fff;
}

.idpr-home .ecosystem-guide {
  right: 24px;
  top: 102px;
}

.idpr-home .ecosystem-local {
  left: 54px;
  bottom: 39px;
}

.idpr-home .ecosystem-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  color: #163322;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--lime), var(--amber));
  font-size: 18px;
  font-weight: 900;
}

.idpr-home .need-strip {
  margin-top: 0;
  border: 0;
  border-radius: 22px 22px 0 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 -12px 40px rgba(24, 68, 45, 0.08);
}

.idpr-home .need-strip a {
  min-height: 142px;
  padding: 30px 58px 27px 30px;
}

.idpr-home .need-strip a:hover {
  background: linear-gradient(135deg, #f4ffd9, #e5f8ee);
}

.idpr-home .need-strip span {
  color: #43803f;
  font-size: 11px;
}

.idpr-home .need-strip strong {
  font-size: 22px;
  font-weight: 600;
}

.idpr-home .need-strip small {
  color: #5a685f;
  font-size: 14px;
}

.idpr-home .choice-section,
.idpr-home .products-section,
.idpr-home .trust-section {
  padding-block: 120px;
}

.idpr-home .choice-section {
  background: linear-gradient(180deg, #fffef8, #f0f5e4);
}

.idpr-home .section-heading h2,
.idpr-home .trust-story h2,
.idpr-home .closing-card h2,
.idpr-home .faq-grid h2 {
  font-size: clamp(44px, 4.5vw, 64px);
  line-height: 1.04;
}

.idpr-home .section-heading > p:last-child,
.idpr-home .products-heading > p,
.idpr-home .trust-story > p:not(.eyebrow),
.idpr-home .comparison-intro > p:last-child,
.idpr-home .faq-list p {
  font-size: 17px;
  line-height: 1.7;
}

.idpr-home .need-card {
  min-height: 116px;
  padding: 22px 23px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.idpr-home .need-card:hover,
.idpr-home .need-card.active {
  border-color: rgba(63, 131, 66, 0.45);
  background: linear-gradient(135deg, #f0ffd8, #e2f6eb);
  box-shadow: 0 16px 38px rgba(45, 97, 54, 0.11);
}

.idpr-home .need-number {
  font-size: 13px;
}

.idpr-home .need-card strong {
  font-size: 18px;
}

.idpr-home .need-card small {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.45;
}

.idpr-home .recommendation {
  border: 1px solid rgba(23, 63, 44, 0.1);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 65px rgba(25, 67, 45, 0.12);
}

.idpr-home .recommendation-image {
  background:
    radial-gradient(circle at 50% 40%, rgba(185, 237, 98, 0.36), transparent 12rem),
    linear-gradient(145deg, #e5f5da, #d7f1e9);
}

.idpr-home .recommendation-copy h3 {
  font-size: 35px;
}

.idpr-home .recommendation-copy > p:not(.mini-eyebrow),
.idpr-home .recommendation-copy li,
.idpr-home .recommendation-copy a {
  font-size: 16px;
}

.idpr-home .mini-eyebrow {
  font-size: 12px;
}

.idpr-home .products-section {
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 200, 61, 0.18), transparent 25rem),
    #f7f8eb;
}

.idpr-home .product-card {
  border: 1px solid rgba(23, 63, 44, 0.12);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 42px rgba(27, 69, 47, 0.08);
}

.idpr-home .product-image-wrap {
  min-height: 360px;
  background: linear-gradient(145deg, #eff8df, #e1f4eb);
}

.idpr-home .product-image-wrap > span {
  font-size: 11px;
}

.idpr-home .product-card-copy {
  padding: 25px 25px 28px;
}

.idpr-home .product-card-copy h3 {
  font-size: 25px;
}

.idpr-home .product-card-copy > p,
.idpr-home .product-detail span {
  font-size: 15px;
  line-height: 1.6;
}

.idpr-home .product-detail a {
  width: 44px;
  height: 44px;
  color: #173321;
  background: var(--lime);
}

.idpr-home .comparison-row {
  min-height: 82px;
  font-size: 14px;
}

.idpr-home .comparison-row strong {
  font-size: 15px;
}

.idpr-home .comparison-head {
  font-size: 11px;
}

.idpr-home .trust-section {
  background:
    radial-gradient(circle at 10% 90%, rgba(185, 237, 98, 0.17), transparent 28rem),
    linear-gradient(135deg, #123c2b, #205c40 62%, #174735);
}

.idpr-home .trust-story > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.idpr-home .trust-story blockquote {
  font-size: 27px;
}

.idpr-home .trust-cards article {
  min-height: 225px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.idpr-home .trust-cards span {
  color: var(--lime);
  font-size: 12px;
}

.idpr-home .trust-cards h3 {
  font-size: 23px;
  line-height: 1.25;
}

.idpr-home .trust-cards p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.65;
}

.idpr-home .closing-section {
  background: #f0f5e4;
}

.idpr-home .closing-card {
  border: 1px solid rgba(23, 63, 44, 0.12);
  background:
    radial-gradient(circle at 88% 15%, rgba(88, 216, 191, 0.28), transparent 16rem),
    linear-gradient(135deg, #fffdf4, #eaffd4);
  box-shadow: 0 25px 65px rgba(32, 81, 53, 0.1);
}

.idpr-home .faq-section {
  background: #fffef8;
}

.idpr-home .faq-list summary {
  min-height: 86px;
  font-size: 18px;
}

.idpr-home footer {
  font-size: 15px;
}

@media (max-width: 980px) {
  .idpr-home .sober-hero-grid {
    gap: 10px;
    padding-bottom: 70px;
  }

  .idpr-home .ecosystem-visual {
    min-height: 600px;
  }

  .idpr-home .section-heading > p:last-child,
  .idpr-home .products-heading > p {
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .idpr-home {
    font-size: 17px;
  }

  .idpr-home .shell {
    width: min(100% - 34px, 1240px);
  }

  .idpr-home .sober-bar {
    min-height: 42px;
    font-size: 12px;
  }

  .idpr-home .sober-bar span {
    font-size: 8px;
  }

  .idpr-home .sober-header-inner {
    height: 78px;
  }

  .idpr-home .sober-header .brand strong {
    font-size: 22px;
  }

  .idpr-home .sober-hero-copy {
    padding: 64px 0 48px;
  }

  .idpr-home .eyebrow,
  .idpr-home .sober-hero-copy .eyebrow {
    font-size: 12px;
    line-height: 1.45;
  }

  .idpr-home .sober-hero h1 {
    font-size: clamp(47px, 13vw, 62px);
    line-height: 0.98;
  }

  .idpr-home .sober-hero .hero-intro {
    font-size: 18px;
  }

  .idpr-home .hero-microproof span {
    font-size: 11px;
  }

  .idpr-home .ecosystem-visual {
    min-height: 540px;
    border-radius: 28px;
  }

  .idpr-home .orbit-a {
    width: 280px;
    height: 280px;
  }

  .idpr-home .orbit-b {
    width: 410px;
    height: 410px;
  }

  .idpr-home .ecosystem-core {
    top: 47%;
    width: 205px;
    height: 205px;
    padding: 28px;
  }

  .idpr-home .ecosystem-core strong {
    font-size: 25px;
  }

  .idpr-home .ecosystem-card {
    min-width: 0;
    padding: 11px 12px;
  }

  .idpr-home .ecosystem-card strong {
    font-size: 13px;
  }

  .idpr-home .ecosystem-card small {
    font-size: 9px;
  }

  .idpr-home .ecosystem-product {
    left: 12px;
    top: 18px;
  }

  .idpr-home .ecosystem-product img {
    width: 48px;
    height: 48px;
  }

  .idpr-home .ecosystem-guide {
    right: 10px;
    top: 118px;
  }

  .idpr-home .ecosystem-local {
    left: 16px;
    bottom: 24px;
  }

  .idpr-home .ecosystem-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 14px;
  }

  .idpr-home .need-strip a {
    min-height: 115px;
    padding: 24px 50px 22px 23px;
  }

  .idpr-home .need-strip strong {
    font-size: 20px;
  }

  .idpr-home .need-strip small {
    font-size: 14px;
  }

  .idpr-home .choice-section,
  .idpr-home .products-section,
  .idpr-home .trust-section {
    padding-block: 88px;
  }

  .idpr-home .section-heading h2,
  .idpr-home .trust-story h2,
  .idpr-home .closing-card h2,
  .idpr-home .faq-grid h2 {
    font-size: clamp(38px, 10.8vw, 48px);
  }

  .idpr-home .recommendation-copy h3 {
    font-size: 30px;
  }

  .idpr-home .product-image-wrap {
    min-height: 330px;
  }

  .idpr-home .comparison-row {
    font-size: 14px;
  }

  .idpr-home .faq-list summary {
    font-size: 17px;
    line-height: 1.4;
  }
}

/* Version 4.1 · Clearer ecosystem panel */
.idpr-home .sober-hero h1 {
  font-size: clamp(54px, 5.1vw, 76px);
}

.idpr-home .journey-board {
  position: relative;
  min-height: 610px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 38px;
  background:
    radial-gradient(circle at 92% 4%, rgba(88, 216, 191, 0.3), transparent 19rem),
    radial-gradient(circle at 0% 100%, rgba(185, 237, 98, 0.2), transparent 20rem),
    linear-gradient(145deg, #123b2a, #1d6545 62%, #174735);
  box-shadow: 0 35px 80px rgba(18, 62, 42, 0.24);
  isolation: isolate;
}

.idpr-home .journey-board::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 34px 34px;
}

.idpr-home .journey-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.idpr-home .journey-topline i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 7px rgba(185, 237, 98, 0.12), 0 0 22px var(--lime);
}

.idpr-home .journey-feature {
  min-height: 235px;
  padding: 22px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 24px;
  color: #173321;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffcf3f, #c7f266 60%, #8ce5b9);
  box-shadow: 0 22px 46px rgba(5, 35, 20, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.idpr-home .journey-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 27px 55px rgba(5, 35, 20, 0.3);
}

.idpr-home .journey-product-image {
  height: 190px;
  padding: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(23, 63, 44, 0.15);
  border-radius: 20px;
  background: #fffef8;
  box-shadow: inset 0 0 0 8px rgba(185, 237, 98, 0.13);
}

.idpr-home .journey-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.18) contrast(1.12) drop-shadow(0 12px 14px rgba(19, 58, 37, 0.2));
}

.idpr-home .journey-feature > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.idpr-home .journey-feature small {
  color: #305f3b;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.idpr-home .journey-feature strong {
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.08;
}

.idpr-home .journey-feature > div:last-child span {
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(23, 51, 33, 0.5);
  font-size: 14px;
  font-weight: 800;
}

.idpr-home .journey-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.idpr-home .journey-steps > div {
  min-height: 112px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.idpr-home .journey-steps span {
  color: var(--lime);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.idpr-home .journey-steps strong {
  margin-top: 7px;
  font-size: 18px;
}

.idpr-home .journey-steps small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.45;
}

.idpr-home .journey-help {
  min-height: 92px;
  padding: 17px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  color: #44251e;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffc07d, #f59a72 58%, #ec7f6b);
  box-shadow: 0 14px 32px rgba(5, 35, 20, 0.2);
  transition: background 180ms ease, transform 180ms ease;
}

.idpr-home .journey-help:hover {
  background: linear-gradient(135deg, #ffd09d, #ffad89 58%, #f8917d);
  transform: translateY(-2px);
}

.idpr-home .journey-help > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #6f3528;
  background: rgba(255, 250, 239, 0.72);
  font-size: 18px;
}

.idpr-home .journey-help div {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.idpr-home .journey-help small {
  font-size: 14px;
  font-weight: 800;
}

.idpr-home .journey-help strong {
  margin-top: 5px;
  font-size: 19px;
  line-height: 1.3;
}

.idpr-home .journey-help > i {
  font-size: 21px;
  font-style: normal;
}

@media (max-width: 980px) {
  .idpr-home .journey-board {
    min-height: 590px;
  }
}

@media (max-width: 680px) {
  .idpr-home .sober-hero h1 {
    font-size: clamp(43px, 12.4vw, 58px);
  }

  .idpr-home .journey-board {
    min-height: auto;
    padding: 20px;
    gap: 16px;
    border-radius: 28px;
  }

  .idpr-home .journey-feature {
    min-height: auto;
    padding: 17px;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 15px;
    border-radius: 20px;
  }

  .idpr-home .journey-product-image {
    height: 155px;
    padding: 9px;
    border-radius: 16px;
  }

  .idpr-home .journey-feature strong {
    font-size: 20px;
  }

  .idpr-home .journey-feature > div:last-child span {
    margin-top: 14px;
    font-size: 12px;
  }

  .idpr-home .journey-steps {
    grid-template-columns: 1fr;
  }

  .idpr-home .journey-steps > div {
    min-height: 92px;
    display: grid;
    grid-template-columns: 32px 0.7fr 1.3fr;
    align-items: center;
    gap: 7px;
  }

  .idpr-home .journey-steps strong,
  .idpr-home .journey-steps small {
    margin-top: 0;
  }

  .idpr-home .journey-help {
    min-height: 100px;
    padding: 15px;
  }

  .idpr-home .journey-help small {
    font-size: 13px;
  }

  .idpr-home .journey-help strong {
    font-size: 17px;
  }

  .idpr-home .hero-microproof strong {
    font-size: 22px;
  }

  .idpr-home .hero-microproof {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .idpr-home .hero-microproof div {
    min-height: 72px;
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid rgba(23, 63, 44, 0.13);
  }

  .idpr-home .hero-microproof div:last-child {
    border-bottom: 0;
  }

  .idpr-home .hero-microproof span {
    max-width: none;
    font-size: 13px;
    line-height: 1.45;
  }

  .idpr-home .trust-cards article {
    min-height: 190px;
    padding: 28px 25px;
  }

  .idpr-home .trust-cards h3 {
    margin-top: 28px;
    font-size: 22px;
  }

  .idpr-home .trust-cards p {
    font-size: 17px;
    line-height: 1.6;
  }
}

@media (max-width: 420px) {
  .idpr-home .journey-feature {
    grid-template-columns: 1fr;
  }

  .idpr-home .journey-product-image {
    height: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .idpr-home .journey-feature,
  .idpr-home .journey-help {
    transition: none;
  }
}

/* Version 4.3 · Focused, centered introduction */
.idpr-home .sober-hero {
  min-height: 760px;
}

.idpr-home .sober-hero-grid {
  min-height: 760px;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 0;
}

.idpr-home .sober-hero-copy {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 104px 0 112px;
  text-align: center;
}

.idpr-home .sober-hero-copy .eyebrow {
  margin-inline: auto;
}

.idpr-home .sober-hero h1 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(62px, 6.8vw, 92px);
}

.idpr-home .sober-hero h1 em {
  max-width: 900px;
  margin-inline: auto;
  margin-top: 17px;
}

.idpr-home .sober-hero .hero-intro {
  max-width: 700px;
  margin-inline: auto;
}

.idpr-home .sober-hero .hero-actions {
  justify-content: center;
}

.idpr-home .hero-microproof {
  width: min(100%, 860px);
  margin: 58px auto 0;
  padding-top: 0;
  gap: 15px;
  border-top: 0;
}

.idpr-home .hero-microproof div {
  min-height: 118px;
  padding: 22px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 63, 44, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 15px 35px rgba(31, 83, 53, 0.07);
  backdrop-filter: blur(10px);
}

.idpr-home .hero-microproof span {
  max-width: 210px;
  text-align: center;
}

@media (max-width: 980px) {
  .idpr-home .sober-hero,
  .idpr-home .sober-hero-grid {
    min-height: auto;
  }

  .idpr-home .sober-hero-grid {
    padding-bottom: 0;
  }

  .idpr-home .sober-hero-copy {
    padding: 92px 0 100px;
  }
}

@media (max-width: 680px) {
  .idpr-home .sober-hero-copy {
    padding: 72px 0 82px;
  }

  .idpr-home .sober-hero h1 {
    font-size: clamp(45px, 12.8vw, 60px);
  }

  .idpr-home .sober-hero .hero-intro {
    font-size: 18px;
  }

  .idpr-home .hero-microproof {
    width: 100%;
    margin-top: 45px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .idpr-home .hero-microproof div {
    min-height: 86px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 82px 1fr;
    justify-items: start;
    gap: 15px;
    border: 1px solid rgba(23, 63, 44, 0.13);
    border-radius: 17px;
  }

  .idpr-home .hero-microproof strong {
    font-size: 22px;
  }

  .idpr-home .hero-microproof span {
    max-width: none;
    text-align: left;
    font-size: 15px;
  }
}

/* Version 4.4 · Product contrast and delivery note */
.idpr-home .hero-microproof span {
  font-size: 17px;
  line-height: 1.5;
}

.idpr-home .recommendation {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(185, 237, 98, 0.14), transparent 18rem),
    linear-gradient(145deg, #183f2e, #266647 65%, #194634);
  box-shadow: 0 24px 65px rgba(18, 59, 39, 0.2);
}

.idpr-home .recommendation-image {
  border: 1px solid rgba(23, 63, 44, 0.12);
  background:
    radial-gradient(circle at 50% 42%, #fffef9 0%, #f5efdf 56%, #e8ddc7 100%);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.28);
}

.idpr-home .recommendation-image > img {
  filter: saturate(1.08) contrast(1.06) drop-shadow(0 14px 18px rgba(35, 55, 39, 0.16));
}

.idpr-home .mini-eyebrow,
.idpr-home .recommendation-copy a {
  color: #ffdc58;
  text-shadow: 0 0 18px rgba(255, 220, 88, 0.14);
}

.idpr-home .recommendation-copy > p:not(.mini-eyebrow) {
  color: rgba(255, 255, 255, 0.86);
}

.idpr-home .recommendation-copy li {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
}

.idpr-home .shipping-note {
  margin-top: 28px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 680px) {
  .idpr-home .hero-microproof span {
    font-size: 16px;
  }

  .idpr-home .shipping-note {
    margin-top: 22px;
    font-size: 13px;
  }
}

/* Version 4.5 · A real, local face for the brand story. */
.idpr-home .idpr-founder-wrap {
  margin-top: 72px;
}
.idpr-home .idpr-founder-card {
  width: min(1000px, 100%);
  margin: 0 auto;
  padding: 28px;
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  border: 1px solid rgba(202, 224, 207, .22);
  border-radius: 30px;
  background: rgba(241, 246, 236, .08);
  box-shadow: 0 24px 60px rgba(8, 38, 25, .18);
}
.idpr-home .idpr-founder-card img {
  width: 400px;
  height: 322px;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
}
.idpr-home .idpr-founder-card span {
  color: #b9ed62;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.idpr-home .idpr-founder-card h3 {
  margin: 10px 0 16px;
  color: #f4f1e7;
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 650;
}
.idpr-home .idpr-founder-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 19px;
  line-height: 1.7;
}

@media (max-width: 680px) {
  .idpr-home .idpr-founder-wrap { margin-top: 54px; }
  .idpr-home .idpr-founder-card {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 24px;
  }
  .idpr-home .idpr-founder-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 31 / 25;
    object-fit: cover;
    object-position: center top;
  }
  .idpr-home .idpr-founder-card h3 { font-size: 26px; }
  .idpr-home .idpr-founder-card p { font-size: 16px; }
}

/* Product page · Foco Solar 100W */
.idpr-home .product-page {
  background: #f8f7eb;
}

.idpr-home .product-buy-section {
  padding: 34px 0 112px;
  background:
    radial-gradient(circle at 96% 6%, rgba(185, 237, 98, 0.2), transparent 25rem),
    radial-gradient(circle at 4% 90%, rgba(255, 200, 61, 0.13), transparent 23rem),
    linear-gradient(145deg, #fbfaf0, #eef5df);
}

.idpr-home .product-breadcrumbs {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #67736a;
  font-size: 14px;
}

.idpr-home .product-breadcrumbs a:hover {
  color: var(--olive-deep);
}

.idpr-home .product-breadcrumbs strong {
  color: #294536;
  font-weight: 700;
}

.idpr-home .product-buy-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
  gap: 62px;
}

.idpr-home .product-gallery {
  min-width: 0;
}

.idpr-home .product-main-image {
  position: relative;
  height: 590px;
  padding: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 63, 44, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 44%, #fffef9 0%, #f3eddb 58%, #e8ddc7 100%);
  box-shadow: 0 25px 65px rgba(36, 77, 49, 0.1);
}

.idpr-home .product-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.28);
  border-radius: inherit;
}

.idpr-home .product-main-image > span {
  position: absolute;
  z-index: 2;
  left: 22px;
  top: 22px;
  padding: 8px 12px;
  color: #173321;
  border-radius: 999px;
  background: var(--lime);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.idpr-home .product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.06) drop-shadow(0 20px 24px rgba(25, 61, 39, 0.16));
}

.idpr-home .product-main-image.is-product img {
  mix-blend-mode: multiply;
}

.idpr-home .product-main-image.is-photo {
  padding: 0;
  background: #183f2e;
}

.idpr-home .product-main-image.is-photo img {
  object-fit: cover;
  mix-blend-mode: normal;
  filter: saturate(1.03) contrast(1.04);
}

.idpr-home .product-thumbnails {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.idpr-home .product-thumbnails button {
  min-width: 0;
  padding: 9px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 10px;
  color: #516158;
  text-align: left;
  border: 1px solid rgba(23, 63, 44, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.idpr-home .product-thumbnails button.active {
  color: #173321;
  border-color: #629653;
  background: #edf9d8;
  box-shadow: 0 10px 24px rgba(53, 105, 57, 0.1);
}

.idpr-home .product-thumbnails img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 10px;
  background: #fff;
}

.idpr-home .product-thumbnails span {
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
}

.idpr-home .product-purchase-panel {
  padding-top: 8px;
}

.idpr-home .product-status {
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #235c3a;
  border: 1px solid rgba(49, 124, 73, 0.18);
  border-radius: 999px;
  background: rgba(185, 237, 98, 0.24);
  font-size: 13px;
  font-weight: 800;
}

.idpr-home .product-status i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #38a755;
  box-shadow: 0 0 0 5px rgba(56, 167, 85, 0.12);
}

.idpr-home .product-purchase-panel > .eyebrow {
  margin-bottom: 15px;
}

.idpr-home .product-purchase-panel h1 {
  max-width: 590px;
  margin: 0;
  color: #173321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.idpr-home .product-lead {
  max-width: 590px;
  margin: 26px 0 0;
  color: #46594d;
  font-size: 18px;
  line-height: 1.7;
}

.idpr-home .product-quick-facts {
  margin-top: 31px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  border-block: 1px solid rgba(23, 63, 44, 0.14);
}

.idpr-home .product-quick-facts div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.idpr-home .product-quick-facts strong {
  color: #275e3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.idpr-home .product-quick-facts span {
  color: #5c695f;
  font-size: 13px;
}

.idpr-home .pack-selector {
  margin-top: 28px;
}

.idpr-home .pack-heading {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.idpr-home .pack-heading strong {
  font-size: 17px;
}

.idpr-home .pack-heading span {
  color: #68756c;
  font-size: 13px;
}

.idpr-home .pack-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.idpr-home .pack-options button {
  min-height: 135px;
  padding: 15px 12px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #45574c;
  text-align: left;
  border: 1px solid rgba(23, 63, 44, 0.15);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  transition: transform 160ms ease, border 160ms ease, background 160ms ease;
}

.idpr-home .pack-options button:hover {
  transform: translateY(-2px);
}

.idpr-home .pack-options button.active {
  color: #173321;
  border: 2px solid #43814d;
  background: linear-gradient(145deg, #f2ffd9, #e3f6e5);
  box-shadow: 0 13px 28px rgba(43, 103, 57, 0.12);
}

.idpr-home .pack-options button > span {
  font-size: 13px;
  font-weight: 800;
}

.idpr-home .pack-options button > strong {
  margin-top: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.idpr-home .pack-options button > small {
  color: #657268;
  font-size: 11px;
}

.idpr-home .pack-options button > i {
  margin-top: auto;
  color: #3d7745;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.idpr-home .purchase-summary {
  margin-top: 17px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(135deg, #173f2c, #2b704c);
  box-shadow: 0 18px 36px rgba(25, 68, 44, 0.18);
}

.idpr-home .purchase-summary > div {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.idpr-home .purchase-summary > div span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.idpr-home .purchase-summary > div strong {
  margin-top: 4px;
  font-size: 15px;
}

.idpr-home .purchase-summary > a {
  min-height: 48px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #173321;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--lime), var(--amber));
  font-size: 14px;
  font-weight: 850;
}

.idpr-home .purchase-assurances {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #59675e;
  font-size: 12px;
  font-weight: 700;
}

.idpr-home .product-purpose,
.idpr-home .installation-section,
.idpr-home .product-video-section,
.idpr-home .product-faq {
  padding: 115px 0;
}

.idpr-home .product-purpose {
  background: #fffef8;
}

.idpr-home .product-section-heading {
  max-width: 790px;
  text-align: center;
  margin-inline: auto;
}

.idpr-home .product-section-heading h2,
.idpr-home .installation-grid h2,
.idpr-home .real-life-copy h2,
.idpr-home .specs-copy h2,
.idpr-home .product-video-grid h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.6vw, 64px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.idpr-home .product-section-heading > p:last-child {
  margin: 22px auto 0;
  color: #59675e;
  font-size: 18px;
  line-height: 1.7;
}

.idpr-home .purpose-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.idpr-home .purpose-grid article {
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(23, 63, 44, 0.12);
  border-radius: 23px;
  background: linear-gradient(145deg, #f7fbe9, #ecf6e3);
}

.idpr-home .purpose-grid article:nth-child(2) {
  background: linear-gradient(145deg, #fff8df, #f5efcf);
}

.idpr-home .purpose-grid article:nth-child(3) {
  background: linear-gradient(145deg, #e9f7ee, #ddf0e5);
}

.idpr-home .purpose-grid span {
  color: #4f864c;
  font-size: 12px;
  font-weight: 900;
}

.idpr-home .purpose-grid h3 {
  margin: 48px 0 10px;
  color: #193b2a;
  font-size: 24px;
}

.idpr-home .purpose-grid p {
  margin: 0;
  color: #56665c;
  font-size: 16px;
  line-height: 1.65;
}

.idpr-home .product-real-life {
  padding: 0;
  color: #fff;
  background: linear-gradient(135deg, #133c2b, #235f42);
}

.idpr-home .real-life-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
}

.idpr-home .real-life-photo {
  position: relative;
  min-height: 720px;
  margin-left: min(0px, calc((1240px - 100vw) / 2));
  overflow: hidden;
}

.idpr-home .real-life-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(7, 24, 15, 0.62));
}

.idpr-home .real-life-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.idpr-home .real-life-photo > span {
  position: absolute;
  z-index: 2;
  left: max(30px, calc((100vw - 1240px) / 2));
  bottom: 30px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(11, 32, 21, 0.72);
  backdrop-filter: blur(9px);
  font-size: 12px;
  font-weight: 750;
}

.idpr-home .real-life-copy {
  padding: 95px 0 90px 78px;
  align-self: center;
}

.idpr-home .real-life-copy > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.75;
}

.idpr-home .real-life-copy ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.idpr-home .real-life-copy li {
  padding: 19px 0;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.idpr-home .real-life-copy li strong {
  color: var(--lime);
  font-size: 18px;
  line-height: 1.35;
}

.idpr-home .real-life-copy li span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.55;
}

.idpr-home .installation-section {
  background: #f3f6e8;
}

.idpr-home .installation-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.idpr-home .installation-grid > div > p:last-child {
  margin: 24px 0 0;
  color: #59675e;
  font-size: 17px;
  line-height: 1.7;
}

.idpr-home .installation-grid ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(23, 63, 44, 0.22);
}

.idpr-home .installation-grid li {
  min-height: 125px;
  padding: 23px 3px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  border-bottom: 1px solid rgba(23, 63, 44, 0.15);
}

.idpr-home .installation-grid li > span {
  color: #56834a;
  font-size: 13px;
  font-weight: 900;
}

.idpr-home .installation-grid li strong {
  color: #193b2a;
  font-size: 20px;
}

.idpr-home .installation-grid li p {
  margin: 5px 0 0;
  color: #5c695f;
  font-size: 15px;
  line-height: 1.55;
}

.idpr-home .product-specs-section {
  padding: 110px 0;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(185, 237, 98, 0.13), transparent 22rem),
    #142f23;
}

.idpr-home .specs-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
}

.idpr-home .specs-copy > p:last-child {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.7;
}

.idpr-home .specs-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.idpr-home .specs-list div {
  min-height: 72px;
  padding: 17px 3px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.idpr-home .specs-list span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.idpr-home .specs-list strong {
  color: #fff;
  font-size: 17px;
}

.idpr-home .product-video-section {
  background: #fffef8;
}

.idpr-home .product-video-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 80px;
}

.idpr-home .product-video-grid > div > p:last-child {
  margin: 24px 0 0;
  color: #5a685f;
  font-size: 17px;
  line-height: 1.7;
}

.idpr-home .product-video-grid video {
  width: 100%;
  max-height: 640px;
  border-radius: 28px;
  object-fit: cover;
  background: #173f2c;
  box-shadow: 0 25px 60px rgba(24, 67, 43, 0.18);
}

.idpr-home .product-faq {
  background: #f3f6e8;
}

.idpr-home .product-final-cta {
  padding: 80px 0;
  background: #fffef8;
}

.idpr-home .product-final-card {
  min-height: 310px;
  padding: 55px 60px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 60px;
  border: 1px solid rgba(23, 63, 44, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 95% 8%, rgba(88, 216, 191, 0.25), transparent 19rem),
    linear-gradient(135deg, #f5ffd9, #e5f5e8);
  box-shadow: 0 25px 65px rgba(25, 73, 47, 0.1);
}

.idpr-home .product-final-card h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.8vw, 64px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.idpr-home .product-final-card > div:last-child {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.idpr-home .product-final-card > div:last-child > strong {
  color: #173321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
}

.idpr-home .product-final-card > div:last-child > strong small {
  color: #5a685f;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 13px;
}

.idpr-home .product-final-card > div:last-child > span {
  margin-top: 7px;
  color: #5a685f;
  font-size: 14px;
}

.idpr-home .product-final-card a {
  min-height: 52px;
  margin-top: 20px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 14px;
  background: #173f2c;
  font-size: 15px;
  font-weight: 850;
}

@media (max-width: 980px) {
  .idpr-home .product-buy-grid,
  .idpr-home .real-life-grid,
  .idpr-home .installation-grid,
  .idpr-home .specs-grid,
  .idpr-home .product-video-grid {
    grid-template-columns: 1fr;
  }

  .idpr-home .product-buy-grid {
    gap: 48px;
  }

  .idpr-home .product-main-image {
    height: 620px;
  }

  .idpr-home .real-life-photo {
    min-height: 610px;
    margin-inline: calc((100% - 100vw) / 2);
  }

  .idpr-home .real-life-copy {
    padding: 75px 0 85px;
  }

  .idpr-home .installation-grid,
  .idpr-home .specs-grid,
  .idpr-home .product-video-grid {
    gap: 50px;
  }

  .idpr-home .product-video-grid video {
    max-height: 720px;
  }
}

@media (max-width: 680px) {
  .idpr-home .product-buy-section {
    padding: 22px 0 78px;
  }

  .idpr-home .product-breadcrumbs {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .idpr-home .product-buy-grid {
    gap: 37px;
  }

  .idpr-home .product-main-image {
    height: 410px;
    padding: 25px;
    border-radius: 23px;
  }

  .idpr-home .product-main-image > span {
    left: 14px;
    top: 14px;
  }

  .idpr-home .product-thumbnails {
    gap: 8px;
  }

  .idpr-home .product-thumbnails button {
    padding: 6px;
    grid-template-columns: 1fr;
  }

  .idpr-home .product-thumbnails img {
    width: 100%;
    height: 75px;
  }

  .idpr-home .product-thumbnails span {
    padding: 0 3px 3px;
    font-size: 10px;
  }

  .idpr-home .product-purchase-panel h1 {
    font-size: clamp(46px, 13vw, 59px);
  }

  .idpr-home .product-lead {
    font-size: 17px;
  }

  .idpr-home .product-quick-facts {
    gap: 8px;
  }

  .idpr-home .product-quick-facts strong {
    font-size: 20px;
  }

  .idpr-home .product-quick-facts span {
    font-size: 12px;
  }

  .idpr-home .pack-options {
    grid-template-columns: 1fr;
  }

  .idpr-home .pack-options button {
    min-height: 92px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2px 14px;
  }

  .idpr-home .pack-options button > strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-top: 0;
  }

  .idpr-home .pack-options button > i {
    margin-top: 4px;
  }

  .idpr-home .purchase-summary {
    padding: 17px;
    grid-template-columns: 1fr;
  }

  .idpr-home .purchase-summary > a {
    width: 100%;
  }

  .idpr-home .product-purpose,
  .idpr-home .installation-section,
  .idpr-home .product-video-section,
  .idpr-home .product-faq,
  .idpr-home .product-specs-section {
    padding: 84px 0;
  }

  .idpr-home .product-section-heading h2,
  .idpr-home .installation-grid h2,
  .idpr-home .real-life-copy h2,
  .idpr-home .specs-copy h2,
  .idpr-home .product-video-grid h2 {
    font-size: clamp(39px, 10.8vw, 50px);
  }

  .idpr-home .purpose-grid {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }

  .idpr-home .purpose-grid article {
    min-height: 205px;
  }

  .idpr-home .purpose-grid h3 {
    margin-top: 36px;
  }

  .idpr-home .real-life-photo {
    min-height: 520px;
  }

  .idpr-home .real-life-copy li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .idpr-home .installation-grid li {
    grid-template-columns: 48px 1fr;
    gap: 10px;
  }

  .idpr-home .specs-list div {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 14px;
  }

  .idpr-home .product-video-grid video {
    min-height: 470px;
  }

  .idpr-home .product-final-cta {
    padding: 60px 0;
  }

  .idpr-home .product-final-card {
    min-height: 0;
    padding: 38px 25px;
    grid-template-columns: 1fr;
    gap: 35px;
    border-radius: 24px;
  }

  .idpr-home .product-final-card h2 {
    font-size: clamp(39px, 10.8vw, 50px);
  }
}

/* Cart and checkout funnel */
.idpr-home .checkout-shell-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 94% 4%, rgba(185, 237, 98, 0.17), transparent 25rem),
    #f4f6e9;
}

.idpr-home .checkout-secure-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #355442;
  font-size: 14px;
  font-weight: 750;
}

.idpr-home .checkout-secure-label span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #173321;
  border-radius: 50%;
  background: var(--lime);
  font-size: 18px;
}

.idpr-home .checkout-stage {
  padding: 45px 0 115px;
}

.idpr-home .checkout-progress {
  width: min(100%, 760px);
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 15px;
}

.idpr-home .checkout-progress > div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7b857e;
  white-space: nowrap;
}

.idpr-home .checkout-progress > div > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 63, 44, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 850;
}

.idpr-home .checkout-progress > div > strong {
  font-size: 13px;
}

.idpr-home .checkout-progress > div.active,
.idpr-home .checkout-progress > div.complete {
  color: #193e2c;
}

.idpr-home .checkout-progress > div.active > span {
  color: #173321;
  border-color: transparent;
  background: linear-gradient(135deg, var(--lime), var(--amber));
  box-shadow: 0 8px 20px rgba(96, 145, 55, 0.2);
}

.idpr-home .checkout-progress > div.complete > span {
  color: #fff;
  border-color: transparent;
  background: #34744f;
}

.idpr-home .checkout-progress > i {
  height: 1px;
  background: rgba(23, 63, 44, 0.16);
}

.idpr-home .checkout-progress > i.complete {
  background: #4e8a5d;
}

.idpr-home .cart-heading,
.idpr-home .checkout-title-row {
  margin-bottom: 42px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.idpr-home .cart-heading h1,
.idpr-home .checkout-title-row h1 {
  margin: 0;
  color: #173321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.idpr-home .cart-heading > a,
.idpr-home .checkout-title-row > a {
  padding-bottom: 4px;
  color: #3e674d;
  border-bottom: 1px solid rgba(62, 103, 77, 0.35);
  font-size: 14px;
  font-weight: 750;
}

.idpr-home .cart-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: start;
  gap: 28px;
}

.idpr-home .cart-product-card {
  padding: 25px;
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 30px;
  border: 1px solid rgba(23, 63, 44, 0.12);
  border-radius: 28px;
  background: #fffef8;
  box-shadow: 0 20px 50px rgba(27, 72, 47, 0.08);
}

.idpr-home .cart-product-image {
  position: relative;
  min-height: 380px;
  padding: 25px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 21px;
  background: radial-gradient(circle, #fff, #eee6d5);
}

.idpr-home .cart-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.idpr-home .cart-product-image > span {
  position: absolute;
  left: 13px;
  top: 13px;
  padding: 7px 10px;
  color: #234b32;
  border-radius: 999px;
  background: var(--lime);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.idpr-home .cart-product-info {
  padding: 18px 8px 8px 0;
}

.idpr-home .cart-product-info h2 {
  margin: 0;
  color: #193b2a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.idpr-home .cart-product-info > p:not(.eyebrow) {
  margin: 14px 0 0;
  color: #5b6a60;
  font-size: 15px;
  line-height: 1.6;
}

.idpr-home .cart-pack-picker {
  margin-top: 30px;
}

.idpr-home .cart-pack-picker > strong {
  font-size: 15px;
}

.idpr-home .cart-pack-picker > div {
  margin-top: 11px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.idpr-home .cart-pack-picker button {
  min-height: 78px;
  padding: 11px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #526158;
  border: 1px solid rgba(23, 63, 44, 0.14);
  border-radius: 14px;
  background: #fafaf2;
  cursor: pointer;
}

.idpr-home .cart-pack-picker button.active {
  color: #183622;
  border: 2px solid #4c8757;
  background: #effbdc;
}

.idpr-home .cart-pack-picker button span {
  font-size: 13px;
  font-weight: 800;
}

.idpr-home .cart-pack-picker button small {
  margin-top: 3px;
  font-size: 11px;
}

.idpr-home .cart-line-price {
  margin-top: 25px;
  padding-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(23, 63, 44, 0.13);
}

.idpr-home .cart-line-price > span {
  color: #5a685f;
  font-size: 13px;
}

.idpr-home .cart-line-price > strong {
  color: #183622;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
}

.idpr-home .cart-line-price small {
  color: #68756c;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 11px;
}

.idpr-home .order-summary-card,
.idpr-home .checkout-order-card {
  padding: 28px;
  border: 1px solid rgba(23, 63, 44, 0.12);
  border-radius: 26px;
  background: #fffef8;
  box-shadow: 0 20px 50px rgba(27, 72, 47, 0.09);
}

.idpr-home .order-summary-card {
  position: sticky;
  top: 125px;
}

.idpr-home .order-summary-card h2 {
  margin: 0;
  color: #193b2a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
}

.idpr-home .summary-lines {
  margin-top: 24px;
  border-top: 1px solid rgba(23, 63, 44, 0.13);
}

.idpr-home .summary-lines > div {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #5b695f;
  border-bottom: 1px solid rgba(23, 63, 44, 0.1);
  font-size: 14px;
}

.idpr-home .summary-lines strong {
  color: #263d30;
}

.idpr-home .summary-lines .free-shipping {
  color: #377647;
}

.idpr-home .summary-total {
  padding: 24px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.idpr-home .summary-total span {
  color: #344b3d;
  font-size: 15px;
  font-weight: 800;
}

.idpr-home .summary-total strong {
  color: #173321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 33px;
}

.idpr-home .checkout-primary-action {
  width: 100%;
  min-height: 56px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #173321;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--lime), var(--amber));
  box-shadow: 0 15px 30px rgba(112, 145, 55, 0.18);
  font-size: 15px;
  font-weight: 900;
}

.idpr-home .summary-note,
.idpr-home .checkout-handoff-note {
  margin: 12px 0 0;
  color: #788078;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}

.idpr-home .checkout-confirmation-preview {
  width: fit-content;
  margin: 12px auto 0;
  display: block;
  color: #4b7157;
  border-bottom: 1px solid rgba(75, 113, 87, 0.35);
  font-size: 12px;
  font-weight: 750;
}

.idpr-home .summary-trust {
  margin-top: 23px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #536258;
  border-top: 1px solid rgba(23, 63, 44, 0.12);
  font-size: 12px;
  font-weight: 700;
}

.idpr-home .checkout-form-stage {
  background: linear-gradient(180deg, #f4f6e9, #edf2e1);
}

.idpr-home .checkout-form-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
  gap: 28px;
}

.idpr-home .checkout-form-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.idpr-home .checkout-form-card {
  padding: 30px;
  border: 1px solid rgba(23, 63, 44, 0.12);
  border-radius: 25px;
  background: #fffef9;
  box-shadow: 0 17px 45px rgba(27, 72, 47, 0.06);
}

.idpr-home .form-section-title {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
}

.idpr-home .form-section-title > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: #224830;
  border-radius: 13px;
  background: #e7f5cf;
  font-size: 11px;
  font-weight: 900;
}

.idpr-home .form-section-title h2 {
  margin: 0;
  color: #193b2a;
  font-size: 23px;
  line-height: 1.2;
}

.idpr-home .form-section-title p {
  margin: 5px 0 0;
  color: #6a756d;
  font-size: 13px;
  line-height: 1.5;
}

.idpr-home .checkout-fields {
  margin-top: 25px;
  display: grid;
  gap: 16px;
}

.idpr-home .checkout-fields.two-columns {
  grid-template-columns: 1fr 1fr;
}

.idpr-home .checkout-fields .three-columns {
  display: grid;
  grid-template-columns: 1fr 0.72fr 0.85fr;
  gap: 13px;
}

.idpr-home .checkout-fields label,
.idpr-home .card-preview-fields label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #415247;
  font-size: 13px;
  font-weight: 750;
}

.idpr-home .checkout-fields label > span small {
  color: #899089;
  font-weight: 500;
}

.idpr-home .checkout-fields input {
  width: 100%;
  height: 51px;
  padding: 0 14px;
  color: #20392a;
  border: 1px solid rgba(23, 63, 44, 0.18);
  border-radius: 12px;
  outline: none;
  background: #fbfcf5;
  font: inherit;
  font-size: 14px;
}

.idpr-home .checkout-fields input:focus {
  border-color: #568c5d;
  box-shadow: 0 0 0 4px rgba(86, 140, 93, 0.1);
}

.idpr-home .checkout-fields input[readonly] {
  color: #627068;
  background: #f0f2e9;
}

.idpr-home .payment-options {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.idpr-home .payment-options button {
  min-height: 74px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  color: #3d5044;
  text-align: left;
  border: 1px solid rgba(23, 63, 44, 0.14);
  border-radius: 15px;
  background: #fafbf4;
  cursor: pointer;
}

.idpr-home .payment-options button.active {
  border: 2px solid #4d8557;
  background: #eff9df;
}

.idpr-home .payment-radio {
  width: 19px;
  height: 19px;
  border: 2px solid #90a096;
  border-radius: 50%;
}

.idpr-home .payment-options button.active .payment-radio {
  border: 6px solid #3f774c;
}

.idpr-home .payment-options button > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.idpr-home .payment-options button strong {
  font-size: 14px;
}

.idpr-home .payment-options button small {
  color: #718078;
  font-size: 11px;
}

.idpr-home .payment-options button > i {
  color: #3f654b;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.idpr-home .card-preview-fields,
.idpr-home .payment-explanation {
  margin-top: 13px;
  padding: 17px;
  border: 1px solid rgba(23, 63, 44, 0.11);
  border-radius: 15px;
  background: #f4f6ed;
}

.idpr-home .card-preview-fields > label > div,
.idpr-home .card-preview-fields > div label > div {
  min-height: 45px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7a837d;
  border: 1px solid rgba(23, 63, 44, 0.14);
  border-radius: 10px;
  background: #fff;
  font-size: 13px;
}

.idpr-home .card-preview-fields > div {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.idpr-home .payment-explanation strong {
  color: #254b32;
}

.idpr-home .payment-explanation p {
  margin: 4px 0 0;
  color: #66736b;
  font-size: 13px;
  line-height: 1.5;
}

.idpr-home .checkout-order-card {
  position: sticky;
  top: 125px;
}

.idpr-home .checkout-order-product {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(23, 63, 44, 0.12);
}

.idpr-home .checkout-order-product img {
  width: 72px;
  height: 72px;
  padding: 5px;
  object-fit: contain;
  border-radius: 12px;
  background: #f2eddf;
  mix-blend-mode: multiply;
}

.idpr-home .checkout-order-product > div {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.idpr-home .checkout-order-product > div strong {
  color: #213e2c;
  font-size: 14px;
}

.idpr-home .checkout-order-product > div span {
  color: #68756c;
  font-size: 12px;
}

.idpr-home .checkout-order-product > div a {
  width: fit-content;
  margin-top: 4px;
  color: #477352;
  font-size: 11px;
  text-decoration: underline;
}

.idpr-home .checkout-order-product > b {
  color: #203c2b;
  font-size: 14px;
}

@media (max-width: 980px) {
  .idpr-home .cart-layout,
  .idpr-home .checkout-form-layout {
    grid-template-columns: 1fr;
  }

  .idpr-home .order-summary-card,
  .idpr-home .checkout-order-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .idpr-home .checkout-secure-label {
    font-size: 12px;
  }

  .idpr-home .checkout-stage {
    padding: 30px 0 82px;
  }

  .idpr-home .checkout-progress {
    margin-bottom: 48px;
    grid-template-columns: auto 1fr auto 1fr auto;
    gap: 7px;
  }

  .idpr-home .checkout-progress > div {
    gap: 0;
  }

  .idpr-home .checkout-progress > div > strong {
    display: none;
  }

  .idpr-home .cart-heading,
  .idpr-home .checkout-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .idpr-home .cart-heading h1,
  .idpr-home .checkout-title-row h1 {
    font-size: clamp(46px, 13vw, 58px);
  }

  .idpr-home .cart-product-card {
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 22px;
  }

  .idpr-home .cart-product-image {
    min-height: 340px;
  }

  .idpr-home .cart-product-info {
    padding: 4px 4px 8px;
  }

  .idpr-home .cart-product-info h2 {
    font-size: 32px;
  }

  .idpr-home .cart-pack-picker > div {
    grid-template-columns: 1fr;
  }

  .idpr-home .cart-pack-picker button {
    min-height: 65px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .idpr-home .order-summary-card,
  .idpr-home .checkout-order-card,
  .idpr-home .checkout-form-card {
    padding: 22px;
    border-radius: 21px;
  }

  .idpr-home .checkout-fields.two-columns,
  .idpr-home .checkout-fields .three-columns {
    grid-template-columns: 1fr;
  }

  .idpr-home .form-section-title {
    grid-template-columns: 37px 1fr;
    gap: 11px;
  }

  .idpr-home .form-section-title > span {
    width: 35px;
    height: 35px;
  }

  .idpr-home .form-section-title h2 {
    font-size: 21px;
  }

  .idpr-home .payment-options button {
    grid-template-columns: auto 1fr;
  }

  .idpr-home .payment-options button > i {
    display: none;
  }

  .idpr-home .checkout-order-product {
    grid-template-columns: 64px 1fr auto;
  }

  .idpr-home .checkout-order-product img {
    width: 64px;
    height: 64px;
  }
}

/* Purchase confirmation preview */
.idpr-home .confirmation-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 237, 98, 0.2), transparent 31rem),
    #f3f6e8;
}

.idpr-home .confirmation-section {
  padding: 45px 0 110px;
}

.idpr-home .confirmation-wrap > .checkout-progress {
  margin-bottom: 60px;
}

.idpr-home .confirmation-hero {
  max-width: 800px;
  margin: 0 auto 55px;
  text-align: center;
}

.idpr-home .confirmation-check {
  width: 82px;
  height: 82px;
  margin: 0 auto 27px;
  display: grid;
  place-items: center;
  color: #173321;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lime), var(--amber));
  box-shadow: 0 18px 45px rgba(90, 139, 51, 0.25);
  font-size: 36px;
  font-weight: 900;
}

.idpr-home .confirmation-hero h1 {
  margin: 0;
  color: #173321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7vw, 88px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.idpr-home .confirmation-hero > p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px auto 0;
  color: #526158;
  font-size: 17px;
  line-height: 1.7;
}

.idpr-home .prototype-warning {
  width: fit-content;
  margin: 25px auto 0;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #68462d;
  border: 1px solid rgba(199, 126, 60, 0.19);
  border-radius: 999px;
  background: #fff1d8;
  font-size: 12px;
}

.idpr-home .prototype-warning strong {
  color: #4f3423;
}

.idpr-home .confirmation-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: start;
  gap: 24px;
}

.idpr-home .confirmation-card {
  padding: 30px;
  border: 1px solid rgba(23, 63, 44, 0.12);
  border-radius: 26px;
  background: #fffef9;
  box-shadow: 0 20px 50px rgba(27, 72, 47, 0.08);
}

.idpr-home .confirmation-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.idpr-home .confirmation-card h2 {
  margin: 0;
  color: #193b2a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.idpr-home .confirmation-card-heading > span {
  padding: 7px 10px;
  color: #46624f;
  border-radius: 999px;
  background: #edf4e2;
  font-size: 11px;
  font-weight: 750;
}

.idpr-home .confirmation-product {
  margin-top: 25px;
  padding: 17px 0;
  display: grid;
  grid-template-columns: 82px 1fr auto;
  align-items: center;
  gap: 15px;
  border-block: 1px solid rgba(23, 63, 44, 0.12);
}

.idpr-home .confirmation-product img {
  width: 82px;
  height: 82px;
  padding: 6px;
  object-fit: contain;
  border-radius: 14px;
  background: #f1ebdc;
  mix-blend-mode: multiply;
}

.idpr-home .confirmation-product > div {
  display: flex;
  flex-direction: column;
}

.idpr-home .confirmation-product > div strong {
  color: #213e2c;
  font-size: 15px;
}

.idpr-home .confirmation-product > div span {
  color: #69766e;
  font-size: 13px;
}

.idpr-home .confirmation-product > b {
  color: #203d2b;
  font-size: 16px;
}

.idpr-home .order-detail-card .summary-lines {
  margin-top: 8px;
  border-top: 0;
}

.idpr-home .next-steps-card {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(185, 237, 98, 0.16), transparent 18rem),
    linear-gradient(145deg, #173f2c, #286b49);
}

.idpr-home .next-steps-card .eyebrow {
  color: var(--lime);
}

.idpr-home .next-steps-card h2 {
  color: #fff;
}

.idpr-home .next-steps-card ol {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.idpr-home .next-steps-card li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.idpr-home .next-steps-card li > span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
}

.idpr-home .next-steps-card li strong {
  font-size: 16px;
}

.idpr-home .next-steps-card li p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.idpr-home .confirmation-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.idpr-home .confirmation-actions a {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 63, 44, 0.2);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 780px) {
  .idpr-home .confirmation-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .idpr-home .confirmation-section {
    padding: 30px 0 80px;
  }

  .idpr-home .confirmation-hero h1 {
    font-size: clamp(50px, 14vw, 66px);
  }

  .idpr-home .prototype-warning {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 17px;
    text-align: left;
  }

  .idpr-home .confirmation-card {
    padding: 22px;
    border-radius: 21px;
  }

  .idpr-home .confirmation-card-heading {
    flex-direction: column;
  }

  .idpr-home .confirmation-product {
    grid-template-columns: 68px 1fr auto;
    gap: 10px;
  }

  .idpr-home .confirmation-product img {
    width: 68px;
    height: 68px;
  }

  .idpr-home .confirmation-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
.idpr-online-location-note {
  width: min(100% - 32px, 720px);
  margin: 18px auto 0;
  padding: 16px 20px;
  border: 1px solid rgba(24, 55, 39, 0.14);
  border-radius: 16px;
  background: #f5f8ef;
  color: #183727;
  text-align: center;
}

.idpr-online-location-note strong,
.idpr-online-location-note span {
  display: block;
}

.idpr-online-location-note strong {
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.idpr-online-location-note span {
  color: #53645a;
  font-size: 0.94rem;
  line-height: 1.5;
}
