/* Storefront styles. Loaded only by that page family. */
.store-page .page-hero {
  padding-top: clamp(1.5rem, 3vw, 2.4rem);
  padding-bottom: 0.35rem;
}

.store-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.5fr);
  grid-template-areas:
    "eyebrow typewriter"
    "title typewriter"
    "copy typewriter";
  align-items: end;
  column-gap: clamp(1.5rem, 5vw, 4rem);
}

.store-hero .eyebrow {
  grid-area: eyebrow;
}

.store-hero h1 {
  grid-area: title;
  max-width: 13ch;
}

.store-hero .page-hero-copy {
  grid-area: copy;
  max-width: 42rem;
}

.store-hero .typewriter-line {
  grid-area: typewriter;
  margin: 0;
  align-self: end;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.panel:hover,
.product-card:hover,
.page-link-card:hover,
.showcase-proof-card:hover {
  border-color: rgba(184, 160, 78, 0.24);
}

.showcase-page-hero {
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.46fr);
  align-items: end;
  padding-bottom: 1.4rem;
}

.showcase-page-hero h1 {
  max-width: 16ch;
}

.showcase-hero-notes {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border: 1px solid rgba(184, 160, 78, 0.18);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(184, 160, 78, 0.09), rgba(160, 136, 62, 0.06)),
    rgba(248, 246, 242, 0.56);
  box-shadow: var(--shadow);
}

.showcase-hero-notes span {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #4a4642;
  font-size: 0.92rem;
  line-height: 1.35;
}

.showcase-hero-notes span::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  border: 1px solid rgba(184, 160, 78, 0.72);
  border-radius: 999px;
  background: rgba(184, 160, 78, 0.18);
  
}

.studio-grid,
.signal-layout,
.offer-grid,
.labs-list,
.service-grid,
.page-link-grid,
.contact-layout {
  display: grid;
  gap: 1.2rem;
}

.studio-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.panel {
  border-radius: var(--radius-lg);
  padding: 1.25rem;
}

.page-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 4rem;
}

.seo-service-section .section-heading {
  margin-bottom: 1rem;
}

.seo-service-grid,
.seo-static-list {
  display: grid;
  gap: 1rem;
}

.seo-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-service-grid .panel,
.seo-static-list .panel {
  padding: 1.05rem;
}

.seo-service-grid h3,
.seo-static-list h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-body);
  line-height: 1.12;
}

.seo-service-grid p,
.seo-static-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.seo-static-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.seo-store-feature {
  padding-bottom: 0;
}

.seo-store-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.32fr);
  gap: 1.2rem;
  align-items: center;
  border: 1px solid rgba(27, 203, 174, 0.34);
  background:
    linear-gradient(135deg, rgba(218, 250, 244, 0.96), rgba(245, 251, 255, 0.98) 58%),
    #ffffff;
  color: #102431;
}

.seo-store-card .section-label {
  color: #008f7d;
}

.seo-store-card h2 {
  margin: 0 0 0.75rem;
  max-width: 720px;
  color: #102431;
}

.seo-store-card p {
  max-width: 820px;
  color: #314959;
}

.seo-store-card .service-list li {
  color: #314959;
}

.seo-store-actions {
  display: grid;
  gap: 0.7rem;
}

.seo-store-card .button-primary {
  border-color: rgba(0, 0, 0, 0.18);
  background: #123142;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.seo-store-card .button-primary:hover,
.seo-store-card .button-primary:focus-visible {
  background: #0d2634;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.seo-store-card .button-secondary {
  border-color: rgba(0, 0, 0, 0.18);
  background: #eeeeec;
  color: #123142;
}

.seo-store-card .button-secondary:hover,
.seo-store-card .button-secondary:focus-visible {
  background: #e3f1f5;
}

.seo-store-price {
  display: block;
  color: #102431;
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
}

.limited-offer {
  padding-top: 1.25rem;
}

.limited-offer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.28fr);
  gap: 1rem;
  align-items: center;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(184, 160, 78, 0.34);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 250, 239, 0.98), rgba(236, 250, 248, 0.98)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
  color: #102431;
}

.limited-offer .section-label {
  color: #977020;
}

.limited-offer h2 {
  margin: 0 0 0.55rem;
  color: #102431;
  font-family: var(--font-body);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.limited-offer p {
  margin: 0;
  color: #314959;
  line-height: 1.62;
}

.limited-offer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.limited-offer-list li {
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1c3a4a;
  font-size: 0.9rem;
}

.limited-offer-actions {
  display: grid;
  gap: 0.7rem;
  justify-items: stretch;
}

.limited-offer-price {
  display: grid;
  gap: 0.16rem;
}

.limited-offer-price span,
.limited-offer-countdown {
  color: #5a6e78;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.limited-offer-price strong {
  color: #102431;
  font-family: var(--font-body);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
}

.limited-offer-price s {
  color: #7f929d;
  font-size: 0.58em;
  font-weight: 700;
  text-decoration-thickness: 0.1em;
}

.limited-offer-countdown {
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.limited-offer .button-primary {
  justify-content: center;
  border-color: rgba(0, 0, 0, 0.18);
  background: #123142;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.limited-offer .button-primary:hover,
.limited-offer .button-primary:focus-visible {
  background: #0d2634;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.portfolio-overview-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.portfolio-overview-list .panel {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-height: 0;
  padding: 0.72rem 0.82rem;
}

.portfolio-overview-list h2 {
  margin: 0;
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.16;
}

.portfolio-overview-list p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.portfolio-overview-list .inline-link {
  width: fit-content;
  font-size: 0.84rem;
}

.showcase-seo-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showcase-seo-list {
  gap: 0.7rem;
  margin-bottom: 0.75rem;
}

.showcase-seo-list .panel {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.7rem 0.85rem;
}

.showcase-seo-list h2 {
  margin: 0;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.18;
}

.showcase-seo-list p {
  font-size: 0.9rem;
  line-height: 1.45;
}

.page-link-card {
  display: grid;
  gap: 1rem;
  align-content: space-between;
  min-height: 280px;
}

.page-link-card h2,
.page-link-card h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.visibility-path-grid {
  padding-bottom: 1.25rem;
}

.visibility-path-grid .page-link-card {
  min-height: 100%;
}

.visibility-path-grid .service-list {
  margin: 0;
}

.store-assurance {
  max-width: 980px;
  margin: 0 auto;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(45, 102, 93, 0.18);
  border-radius: var(--radius-sm);
  background: rgba(227, 247, 242, 0.68);
  color: #244c48;
  line-height: 1.65;
  text-align: center;
}

.page-link-card p:not(.mini-label) {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.tag-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.tag-list li,
.hex-grid span,
.showcase-metrics span {
  padding: 0.5rem 0.68rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #4a4642;
  background: rgba(240, 238, 234, 0.66);
}

.capability-list {
  display: grid;
  gap: 0.85rem;
}

.capability-item {
  position: relative;
  padding: 0.95rem 0 0.95rem 1rem;
  border-left: 1px solid rgba(160, 136, 62, 0.34);
}

.capability-item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 1.2rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--teal);
}

.capability-item h3,
.product-title {
  margin: 0 0 0.55rem;
  font-size: 1.18rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.4rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  width: 100%;
  max-width: none;
}

.showcase-shell {
  overflow: hidden;
  padding-top: 1.3rem;
}

.showcase-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.showcase-proof-card {
  position: relative;
  display: grid;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(248, 246, 242, 0.8);
  box-shadow: var(--shadow);
}

.showcase-proof-card-large {
  grid-row: span 2;
  min-height: 520px;
}

.showcase-proof-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(1.02) contrast(1.03);
  transform: scale(1.01);
  transition: transform 500ms ease, filter 500ms ease;
}

.showcase-proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(248, 246, 242, 0.08), rgba(248, 246, 242, 0.84) 72%),
    linear-gradient(90deg, rgba(248, 246, 242, 0.52), transparent 56%);
}

.showcase-proof-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.09) contrast(1.05);
}

.showcase-proof-card > div {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 0.7rem;
  padding: clamp(1rem, 2.4vw, 1.45rem);
}

.showcase-proof-card h2 {
  max-width: 34rem;
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.18rem, 2vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.showcase-proof-card-large h2 {
  font-size: clamp(1.8rem, 3.4vw, 3rem);
}

.showcase-stage {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.2rem;
  align-items: stretch;
  min-height: 0;
  position: relative;
  padding: clamp(0.85rem, 2vw, 1.2rem);
  border-color: rgba(184, 160, 78, 0.2);
  background:
    linear-gradient(115deg, rgba(184, 160, 78, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(235, 233, 229, 0.84), rgba(248, 246, 242, 0.94));
}

.showcase-stage::before {
  content: "";
  position: absolute;
  inset: 0.6rem;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 8px;
}

.showcase-image-wrap,
.product-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  min-height: 340px;
  background:
    radial-gradient(circle at top right, rgba(160, 136, 62, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(243, 241, 237, 0.88), rgba(240, 238, 234, 0.92));
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.showcase-image-wrap {
  align-self: start;
  height: clamp(360px, 32vw, 520px);
  min-height: 0;
  border-color: rgba(184, 160, 78, 0.18);
  background:
    linear-gradient(180deg, rgba(248, 246, 242, 0.16), rgba(248, 246, 242, 0.34)),
    radial-gradient(circle at top right, rgba(184, 160, 78, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(243, 241, 237, 0.9), rgba(240, 238, 234, 0.92));
}

.showcase-image,
.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 360ms ease, filter 360ms ease;
}

.showcase-image-wrap .browser-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.product-card:hover .product-image,
.showcase-stage:hover .showcase-image {
  transform: scale(1.018);
  filter: saturate(1.06) contrast(1.03);
}

.showcase-placeholder,
.product-image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  color: var(--muted);
  background:
    linear-gradient(135deg, rgba(160, 136, 62, 0.08), rgba(160, 136, 62, 0.04)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.02) 12px,
      transparent 12px,
      transparent 24px
    );
}

.showcase-placeholder[hidden],
.product-image-placeholder[hidden],
.showcase-image[hidden],
.product-image[hidden] {
  display: none !important;
}

.showcase-image-dots {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: center;
}

.showcase-copy {
  display: grid;
  grid-template-rows: auto auto minmax(3.6rem, auto) auto minmax(8.5rem, 1fr) auto auto;
  align-content: stretch;
  min-height: 520px;
  position: relative;
  z-index: 1;
  padding: clamp(0.2rem, 1.2vw, 0.65rem);
}

.showcase-copy h2,
.showcase-copy h3 {
  margin: 0.25rem 0 0;
  font-family: var(--font-body);
  font-size: clamp(1.75rem, 2.7vw, 2.45rem);
  line-height: 1.12;
}

.showcase-summary {
  min-height: 3.6rem;
  margin: 0.9rem 0 0;
  line-height: 1.6;
}

.showcase-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-content: start;
  min-height: 3rem;
  margin: 1rem 0 0;
}

.showcase-metrics span {
  border-color: rgba(184, 160, 78, 0.18);
  background:
    linear-gradient(135deg, rgba(184, 160, 78, 0.1), rgba(160, 136, 62, 0.07)),
    rgba(248, 246, 242, 0.56);
}

.showcase-bullets {
  max-height: 10.8rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  overflow: auto;
  color: var(--muted);
  line-height: 1.55;
}

.showcase-bullets li::marker {
  color: var(--gold);
}

.showcase-bullets li + li {
  margin-top: 0.45rem;
}

.showcase-controls {
  grid-row: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  align-self: end;
}

.showcase-controls .button {
  min-width: 7.75rem;
  text-align: center;
}

.showcase-dots {
  flex: 1;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: center;
}

.showcase-dot {
  width: 18px;
  height: 6px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.showcase-dot.is-active {
  border-color: rgba(184, 160, 78, 0.7);
  background: var(--gold);
}

.showcase-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.showcase-route::before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 160, 78, 0.36), rgba(160, 136, 62, 0.28), transparent);
}

.showcase-route article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.65rem;
  min-height: 210px;
  padding: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(235, 233, 229, 0.72), rgba(245, 243, 239, 0.9)),
    rgba(248, 246, 242, 0.72);
}

.showcase-route span {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(184, 160, 78, 0.48);
  border-radius: 999px;
  background: #faf8f4;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
}

.showcase-route h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.showcase-route p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  padding-bottom: 4rem;
}

.portfolio-product-grid {
  padding-bottom: 2.4rem;
}

.portfolio-section-heading {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0.8rem;
}

.portfolio-section-heading h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.1;
}

.portfolio-section-heading p:not(.section-label) {
  margin: 0;
  max-width: 58rem;
  color: var(--muted);
  line-height: 1.65;
}

.offer-grid,
.labs-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  margin-bottom: 1.2rem;
}

.store-feedback {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(243, 241, 237, 0.55);
  color: var(--text);
}

.store-feedback[data-tone="success"] {
  border-color: rgba(76, 175, 136, 0.3);
  background: rgba(76, 175, 136, 0.08);
}

.store-feedback[data-tone="warning"] {
  border-color: rgba(160, 136, 62, 0.35);
  background: rgba(160, 136, 62, 0.08);
}

.store-feedback[data-tone="error"] {
  border-color: rgba(220, 105, 105, 0.3);
  background: rgba(220, 105, 105, 0.07);
}

.product-card,
.offer-card,
.labs-item {
  position: relative;
  overflow: hidden;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  align-items: stretch;
  padding: 0;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(160, 136, 62, 0.3);
  background:
    linear-gradient(180deg, rgba(232, 230, 226, 0.82), rgba(245, 243, 239, 0.92)),
    rgba(243, 241, 237, 0.76);
}

.product-card-media {
  min-width: 0;
}

.product-card::before,
.offer-card::before,
.labs-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 4px;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(160, 136, 62, 0.8), rgba(160, 136, 62, 0.16));
}

.product-image-wrap {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 11;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  border-width: 0 0 1px;
}

.product-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(248, 246, 242, 0.28));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.product-card-copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1rem;
}

.product-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.8rem;
  min-height: calc(42px + 0.8rem + 1.45rem);
}

.product-live-link {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 1.45rem;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 700;
}

.product-live-link:hover {
  color: var(--text);
}

.inline-link {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.inline-link:hover {
  color: var(--text);
}

.product-title {
  font-family: var(--font-body);
  font-size: 1.35rem;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.product-description {
  display: -webkit-box;
  min-height: 4.85rem;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.product-category,
.product-status {
  padding: 0.34rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: rgba(243, 241, 237, 0.5);
}

.product-status {
  color: var(--gold);
}

.product-status[data-status="live"] {
  border-color: rgba(160, 136, 62, 0.32);
  background: rgba(31, 174, 150, 0.14);
  color: var(--teal);
}

.product-status[data-status="concept"] {
  border-color: rgba(184, 160, 78, 0.34);
  background: rgba(196, 118, 55, 0.16);
  color: var(--gold);
}

.product-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  margin: 1rem 0;
}

.product-meta div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.58rem 0.65rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: rgba(248, 246, 242, 0.38);
}

.product-meta dt {
  color: var(--muted);
  font-size: 0.8rem;
  margin-bottom: 0;
}

.product-meta dd {
  margin: 0;
}

.product-highlight {
  margin-bottom: 1rem;
  padding-left: 0.9rem;
  border-left: 2px solid rgba(160, 136, 62, 0.55);
  font-size: 0.96rem;
}

.product-link {
  width: fit-content;
  min-height: 42px;
  padding: 0.72rem 1rem;
  margin-top: 0;
}

.signal-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.signal-stack,
.code-lines {
  display: grid;
  gap: 0.8rem;
}

.signal-stack span,
.code-lines span {
  padding: 0.8rem 0.9rem;
  border-radius: var(--radius-md);
  background: rgba(243, 241, 237, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.hex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.code-lines {
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: #4a4642;
}

.offer-card h3,
.labs-item h3,
.service-card h3 {
  margin-top: 0;
}

.service-card {
  display: grid;
  align-content: space-between;
  gap: 1.15rem;
  padding: clamp(1.15rem, 2vw, 1.45rem);
}

.service-card-top,
.service-footer,
.service-addon-copy {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.service-footer-actions {
  display: grid;
  gap: 0.6rem;
  justify-items: end;
}

.service-card-top {
  align-items: flex-start;
}

.service-title-link {
  color: inherit;
  text-decoration: none;
}

.service-title-link:hover,
.service-title-link:focus-visible {
  color: var(--teal);
}

.service-price {
  flex: 0 0 auto;
  text-align: right;
}

.service-price span,
.service-total span {
  color: #665d4a;
  font-weight: 700;
}

.service-deposit span,
.service-total span,
.service-subtitle {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 0.35rem;
}

.service-deposit strong,
.service-total strong {
  font-family: var(--font-body);
  font-size: 1.35rem;
}

.service-lead {
  margin: 0;
  max-width: 45rem;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.45;
}

.service-detail {
  margin: 0.9rem 0 0;
  padding: 0.8rem 0.9rem;
  border-left: 2px solid rgba(160, 136, 62, 0.55);
  border-radius: 0 8px 8px 0;
  background: rgba(160, 136, 62, 0.06);
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.service-columns {
  display: grid;
  gap: 1rem;
}

.service-row-main,
.service-card-body,
.service-extras {
  display: grid;
  gap: 1rem;
}

.service-extras {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.8rem;
}

.service-extras summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  color: #6b6560;
  font-size: 0.82rem;
  font-weight: 700;
  list-style: none;
}

.service-extras summary::-webkit-details-marker {
  display: none;
}

.service-extras summary::after {
  content: "+";
  color: var(--teal);
  font-size: 1.1rem;
}

.service-extras[open] summary::after {
  content: "-";
}

.service-extras summary span {
  margin-left: auto;
  color: #8a847b;
  font-size: 0.74rem;
  font-weight: 400;
}

.service-extras .service-addons,
.service-extras .service-no-extras {
  margin-top: 0.85rem;
}

.service-card-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 0.15rem;
}

.service-list {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
  line-height: 1.6;
}

.service-addons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.service-addon {
  display: grid;
  gap: 0.45rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 0.75rem 0.8rem;
  background: rgba(243, 241, 237, 0.52);
}

.service-addon-choice {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.service-addon input {
  width: 18px;
  height: 18px;
  accent-color: var(--teal);
}

.service-addon-copy {
  justify-content: flex-start;
  min-width: 0;
}

.service-addon-copy span:last-child {
  color: var(--text);
}

.service-addon-link {
  width: fit-content;
  margin-left: 1.95rem;
  color: var(--teal);
  font-size: 0.82rem;
  text-decoration: none;
}

.service-addon-link:hover,
.service-addon-link:focus-visible {
  text-decoration: underline;
}

.service-cta {
  min-width: 220px;
}

.service-action-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.service-example-cta {
  min-width: 190px;
}

.service-no-extras {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border: 1px dashed rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(243, 241, 237, 0.34);
}

.service-price-note {
  max-width: 32rem;
  margin: 0;
  color: #6b6560;
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: right;
}

.service-price-note strong {
  color: #4f4a44;
}

.service-deposit-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: right;
}

.service-cta:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

/* Store offer paths — clearer hierarchy and distinct visual identities. */
.store-page .visibility-path-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) minmax(0, 0.92fr);
  gap: 1rem;
  align-items: stretch;
  padding-top: 1.25rem;
}

.store-page .offer-path-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 610px;
  border-radius: 22px;
  padding: clamp(1.35rem, 2vw, 1.65rem);
  box-shadow: 0 20px 48px rgba(36, 35, 33, 0.11);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.store-page .offer-path-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(36, 35, 33, 0.16);
}

.store-page .offer-path-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6rem;
  right: -6rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(168, 138, 100, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 2.2rem rgba(168, 138, 100, 0.045), 0 0 0 4.4rem rgba(168, 138, 100, 0.025);
  pointer-events: none;
}

.store-page .offer-path-card--sprint {
  border-color: rgba(168, 138, 100, 0.48);
  background:
    radial-gradient(circle at 88% 10%, rgba(168, 138, 100, 0.22), transparent 14rem),
    linear-gradient(150deg, #242321, #322e2a);
  color: #f7f3ed;
  box-shadow: 0 28px 62px rgba(36, 35, 33, 0.24);
}

.store-page .offer-path-card--free {
  border-color: rgba(108, 98, 88, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(148, 137, 126, 0.2), transparent 15rem),
    linear-gradient(155deg, #f4f0ea, #ebe5dd);
}

.store-page .offer-path-card--report {
  border-color: rgba(168, 138, 100, 0.32);
  background:
    radial-gradient(circle at 100% 0%, rgba(168, 138, 100, 0.2), transparent 15rem),
    linear-gradient(155deg, #faf6f0, #eee5da);
}

.store-page .offer-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  min-height: 2rem;
}

.store-page .offer-card-topline .mini-label {
  margin: 0;
}

.store-page .offer-card-topline > span {
  border: 1px solid rgba(108, 98, 88, 0.2);
  border-radius: 999px;
  padding: 0.36rem 0.55rem;
  color: #665f58;
  background: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.store-page .offer-path-card--sprint .offer-card-topline > span {
  border-color: rgba(247, 243, 237, 0.2);
  color: #eadbc8;
  background: rgba(247, 243, 237, 0.08);
}

.store-page .offer-path-card h3 {
  max-width: 12ch;
  margin: 1.75rem 0 0;
  font-size: clamp(2.1rem, 3.1vw, 3rem);
  line-height: 0.98;
}

.store-page .offer-path-card > p:not(.mini-label) {
  margin-top: 1.35rem;
  font-size: 0.98rem;
  line-height: 1.68;
}

.store-page .offer-path-card .service-list {
  display: grid;
  gap: 0.62rem;
  margin: 1.5rem 0 1.75rem;
  padding: 0;
  list-style: none;
}

.store-page .offer-path-card .service-list li {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  line-height: 1.45;
}

.store-page .offer-path-card .service-list li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.38rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: rgba(168, 138, 100, 0.2);
  box-shadow: 0 0 0 3px rgba(168, 138, 100, 0.08);
}

.store-page .offer-path-card > .button {
  width: 100%;
  margin-top: auto;
  border-radius: 12px;
  min-height: 54px;
  font-weight: 700;
}

.store-page .offer-path-card--sprint .mini-label,
.store-page .offer-path-card--sprint .service-list li::before {
  color: #d8b98e;
}

.store-page .offer-path-card--sprint > p,
.store-page .offer-path-card--sprint .service-list {
  color: #ddd5cc;
}

.store-page .offer-path-card--sprint .button-primary {
  border-color: #f7f3ed;
  background: #f7f3ed;
  color: #242321;
  box-shadow: none;
}

.store-page .offer-path-card--sprint .button-primary:hover,
.store-page .offer-path-card--sprint .button-primary:focus-visible {
  border-color: #e7d6c0;
  background: #e7d6c0;
  color: #242321;
}

.store-page .offer-path-card--free .button-secondary,
.store-page .offer-path-card--report .button-secondary {
  border-color: rgba(36, 35, 33, 0.18);
  background: rgba(255, 255, 255, 0.56);
}

.store-page .offer-path-card--free .button-secondary:hover,
.store-page .offer-path-card--free .button-secondary:focus-visible,
.store-page .offer-path-card--report .button-secondary:hover,
.store-page .offer-path-card--report .button-secondary:focus-visible {
  border-color: rgba(168, 138, 100, 0.5);
  background: rgba(255, 255, 255, 0.9);
}

.store-page .store-assurance--featured {
  display: flex;
  gap: 1rem;
  align-items: center;
  max-width: 1100px;
  margin-top: 1.6rem;
  border-color: rgba(168, 138, 100, 0.36);
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
  background: #2b2927;
  color: #ddd5cc;
  text-align: left;
  box-shadow: 0 15px 34px rgba(36, 35, 33, 0.16);
}

.store-page .store-assurance--featured strong {
  display: block;
  margin-bottom: 0.18rem;
  color: #f7f3ed;
  font-family: var(--font-display);
  font-size: 1.08rem;
}

.store-page .assurance-mark {
  display: grid;
  flex: 0 0 2.7rem;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(231, 214, 192, 0.38);
  border-radius: 50%;
  color: #f7f3ed;
  background: rgba(168, 138, 100, 0.24);
  font-weight: 800;
}

@media (max-width: 980px) {
  .store-page .visibility-path-grid {
    grid-template-columns: 1fr;
  }

  .store-page .offer-path-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .store-page .offer-card-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-page .offer-path-card h3 {
    margin-top: 1.25rem;
  }

  .store-page .store-assurance--featured {
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .store-page .store-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "eyebrow"
      "title"
      "copy"
      "typewriter";
  }

  .store-page .store-hero h1,
  .store-page .store-hero .page-hero-copy,
  .store-page .store-hero .typewriter-line {
    max-width: none;
    min-width: 0;
  }

  .store-page .visibility-path-grid,
  .store-page .service-grid,
  .store-page .service-card-body,
  .store-page .service-addons,
  .store-page .seo-store-card,
  .store-page .signal-layout,
  .store-page .showcase-route,
  .store-page .product-grid,
  .store-page .offer-grid,
  .store-page .labs-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .store-page .service-grid > *,
  .store-page .service-card,
  .store-page .service-row-main,
  .store-page .service-overview,
  .store-page .service-card-body,
  .store-page .service-extras,
  .store-page .service-addons,
  .store-page .service-addon,
  .store-page .service-footer,
  .store-page .service-footer-actions,
  .store-page .service-action-row {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .store-page .service-card-top,
  .store-page .service-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .store-page .service-price,
  .store-page .service-price-note,
  .store-page .service-deposit-note {
    text-align: left;
  }

  .store-page .service-footer-actions {
    justify-items: stretch;
  }

  .store-page .service-action-row {
    flex-direction: column;
    justify-content: stretch;
  }

  .store-page .service-cta,
  .store-page .service-example-cta,
  .store-page .service-action-row .button {
    width: 100%;
    min-width: 0;
  }

  .store-page .service-extras summary {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .store-page .service-extras summary span {
    flex-basis: 100%;
    margin-left: 0;
  }

  .store-page .service-addon-choice {
    align-items: flex-start;
    gap: 0.7rem;
    min-width: 0;
  }

  .store-page .service-addon-copy {
    flex: 1 1 auto;
    min-width: 0;
  }

  .store-page .service-addon-copy span,
  .store-page .service-title-link,
  .store-page .service-lead,
  .store-page .service-detail {
    overflow-wrap: anywhere;
  }

  .store-page .service-addon-link {
    margin-left: 0;
  }
}

/* Remaining store cards — one cohesive system for services, steps and proof. */
.store-page .store-card-section,
.store-page .store-how-section,
.store-page .store-partner-section,
.store-page .store-proof-section {
  position: relative;
}

.store-page .service-card {
  --service-accent: #8c7168;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  gap: 0;
  border: 1px solid rgba(108, 98, 88, 0.2);
  border-radius: 22px;
  padding: 0;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--service-accent) 16%, transparent), transparent 16rem),
    linear-gradient(155deg, #faf7f2, #eee8e0);
  box-shadow: 0 18px 42px rgba(36, 35, 33, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.store-page .service-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--service-accent), color-mix(in srgb, var(--service-accent) 30%, transparent));
}

.store-page .service-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--service-accent) 42%, transparent);
  box-shadow: 0 26px 54px rgba(36, 35, 33, 0.14);
}

.store-page .service-card[data-service="website-build"] { --service-accent: #a88a64; }
.store-page .service-card[data-service="waitlist-page"] { --service-accent: #8c7168; }
.store-page .service-card[data-service="ux-review"] { --service-accent: #746b80; }
.store-page .service-card[data-service="website-care-pass"] { --service-accent: #6c7a72; }
.store-page .service-card[data-service="launch-checklist"] { --service-accent: #96745c; }
.store-page .service-card[data-service="google-business-profile"] { --service-accent: #657784; }

.store-page .service-row-main {
  gap: 0;
}

.store-page .service-overview {
  padding: clamp(1.35rem, 2.2vw, 1.75rem);
}

.store-page .service-card-top {
  gap: 1.5rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(108, 98, 88, 0.14);
}

.store-page .service-card h3 {
  max-width: 15ch;
  margin: 0.45rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.store-page .service-price {
  min-width: 7rem;
  border: 1px solid color-mix(in srgb, var(--service-accent) 30%, transparent);
  border-radius: 13px;
  padding: 0.65rem 0.75rem;
  background: rgba(255, 255, 255, 0.54);
}

.store-page .service-price span {
  display: block;
  margin-bottom: 0.15rem;
  color: #736b64;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-page .service-price strong {
  color: #242321;
  font-family: var(--font-display);
  font-size: 1.65rem;
}

.store-page .service-lead {
  margin-top: 1.25rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.45;
}

.store-page .service-detail {
  margin-top: 1rem;
  border-left-color: var(--service-accent);
  border-radius: 0 10px 10px 0;
  background: color-mix(in srgb, var(--service-accent) 7%, transparent);
}

.store-page .service-card-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  border-block: 1px solid rgba(108, 98, 88, 0.13);
  padding: 1rem clamp(1.35rem, 2.2vw, 1.75rem);
  background: rgba(255, 255, 255, 0.34);
}

.store-page .service-card-body > div {
  border: 1px solid rgba(108, 98, 88, 0.13);
  border-radius: 13px;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.5);
}

.store-page .service-subtitle {
  color: var(--service-accent);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-page .service-card .service-list {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  list-style: none;
}

.store-page .service-card .service-list li {
  display: grid;
  grid-template-columns: 0.6rem minmax(0, 1fr);
  gap: 0.55rem;
  line-height: 1.45;
}

.store-page .service-card .service-list li::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  margin-top: 0.43rem;
  border-radius: 50%;
  background: var(--service-accent);
}

.store-page .service-extras {
  border: 0;
  padding: 0.9rem clamp(1.35rem, 2.2vw, 1.75rem);
  background: rgba(232, 227, 220, 0.58);
}

.store-page .service-extras summary {
  min-height: 2rem;
  color: #4f4a45;
}

.store-page .service-extras summary::after {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border: 1px solid rgba(108, 98, 88, 0.2);
  border-radius: 50%;
  color: var(--service-accent);
  background: rgba(255, 255, 255, 0.54);
}

.store-page .service-footer {
  align-items: flex-end;
  border-top: 1px solid rgba(108, 98, 88, 0.14);
  padding: 1.1rem clamp(1.35rem, 2.2vw, 1.75rem) 1.35rem;
  background: rgba(250, 247, 242, 0.74);
}

.store-page .service-total strong {
  color: #242321;
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.store-page .service-footer-actions {
  gap: 0.75rem;
}

.store-page .service-price-note {
  max-width: 29rem;
}

.store-page .service-card .service-cta {
  border-color: #242321;
  border-radius: 11px;
  background: #242321;
  color: #f7f3ed;
}

.store-page .service-card .service-cta:hover,
.store-page .service-card .service-cta:focus-visible {
  border-color: var(--service-accent);
  background: var(--service-accent);
}

.store-page .store-how-section .offer-grid {
  gap: 0.9rem;
}

.store-page .store-step-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  min-height: 210px;
  border: 1px solid rgba(108, 98, 88, 0.18);
  border-radius: 18px;
  padding: 1.25rem;
  background: linear-gradient(145deg, rgba(247, 243, 237, 0.95), rgba(232, 227, 220, 0.72));
  box-shadow: 0 14px 32px rgba(36, 35, 33, 0.07);
}

.store-page .store-step-card::before {
  inset: auto 0 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background: linear-gradient(90deg, #a88a64, rgba(168, 138, 100, 0.12));
}

.store-page .offer-step-number {
  color: #8c7a66;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.store-page .store-step-card h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.store-page .store-step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.store-page .store-partner-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
  gap: clamp(1.4rem, 4vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(0, 88, 255, 0.28);
  border-radius: 24px;
  padding: clamp(1.5rem, 3.2vw, 2.7rem);
  background:
    radial-gradient(circle at 92% 10%, rgba(0, 88, 255, 0.18), transparent 20rem),
    linear-gradient(145deg, #f8fbff, #e8f0fb);
  box-shadow: 0 22px 52px rgba(30, 62, 108, 0.13);
}

.store-page .store-partner-copy,
.store-page .store-partner-action {
  position: relative;
  z-index: 1;
}

.store-page .partner-ad-label {
  display: inline-flex;
  margin: 0 0 1.5rem;
  border: 1px solid rgba(36, 35, 33, 0.2);
  border-radius: 999px;
  padding: 0.42rem 0.68rem;
  color: #3d3b39;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.store-page .partner-wordmark {
  margin: 0;
  color: #064bc6;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
}

.store-page .store-partner-card h3 {
  max-width: 14ch;
  margin: 1.15rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.store-page .store-partner-copy > p:last-child {
  max-width: 42rem;
  margin: 1.3rem 0 0;
  color: #555b65;
  line-height: 1.68;
}

.store-page .store-partner-action {
  align-self: end;
  border: 1px solid rgba(0, 88, 255, 0.16);
  border-radius: 18px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.72);
}

.store-page .store-partner-action .service-list {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.store-page .store-partner-action .service-list li {
  display: grid;
  grid-template-columns: 0.75rem minmax(0, 1fr);
  gap: 0.55rem;
  color: #414751;
  line-height: 1.45;
}

.store-page .store-partner-action .service-list li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: #064bc6;
}

.store-page .partner-cta {
  width: 100%;
  min-height: 54px;
  border-color: #064bc6;
  border-radius: 11px;
  background: #064bc6;
  box-shadow: none;
}

.store-page .partner-cta:hover,
.store-page .partner-cta:focus-visible {
  border-color: #003c9e;
  background: #003c9e;
}

.store-page .partner-disclosure {
  margin: 0.9rem 0 0;
  color: #626976;
  font-size: 0.76rem;
  line-height: 1.5;
}

.store-page .partner-disclosure strong {
  color: #343941;
}

.store-page .store-planning-panel {
  overflow: hidden;
  border: 1px solid rgba(168, 138, 100, 0.32);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 0%, rgba(168, 138, 100, 0.2), transparent 18rem),
    linear-gradient(145deg, #2a2826, #35312e);
  color: #f7f3ed;
  box-shadow: 0 24px 52px rgba(36, 35, 33, 0.2);
}

.store-page .store-planning-panel p:not(.section-label) {
  color: #d8d0c7;
}

.store-page .store-planning-panel .button-secondary {
  border-color: rgba(247, 243, 237, 0.32);
  background: rgba(247, 243, 237, 0.1);
  color: #f7f3ed;
}

.store-page .store-proof-section .page-link-grid {
  gap: 0.9rem;
}

.store-page .store-proof-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(108, 98, 88, 0.18);
  border-radius: 20px;
  padding: 1.4rem;
  background: linear-gradient(150deg, #f8f4ee, #eae4dc);
  box-shadow: 0 16px 36px rgba(36, 35, 33, 0.08);
}

.store-page .store-proof-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(168, 138, 100, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 1.5rem rgba(168, 138, 100, 0.04);
  pointer-events: none;
}

.store-page .store-proof-card--examples {
  background: linear-gradient(150deg, #eee9e3, #e1d9d1);
}

.store-page .store-proof-card--hotel {
  background: linear-gradient(150deg, #f8f2e9, #eadfce);
}

.store-page .store-proof-card h2 {
  max-width: 13ch;
  font-size: clamp(1.8rem, 2.7vw, 2.45rem);
}

.store-page .store-proof-card .button {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.58);
}

@media (max-width: 980px) {
  .store-page .service-grid,
  .store-page .store-how-section .offer-grid,
  .store-page .store-proof-section .page-link-grid {
    grid-template-columns: 1fr;
  }

  .store-page .service-card-body {
    grid-template-columns: 1fr;
  }

  .store-page .store-partner-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .store-page .service-card-top,
  .store-page .service-footer {
    align-items: stretch;
  }

  .store-page .service-price {
    width: fit-content;
    text-align: left;
  }

  .store-page .store-step-card {
    grid-template-columns: 1fr;
  }
}
