:root {
  --str-bg: #07111f;
  --str-bg-soft: #10284a;
  --str-red: #ff5c4d;
  --str-yellow: #ffd84a;
  --str-green: #36d18a;
  --str-surface: rgba(10, 26, 51, 0.76);
  --str-surface-strong: rgba(16, 41, 79, 0.92);
  --str-surface-alt: rgba(255, 255, 255, 0.08);
  --str-line: rgba(255, 255, 255, 0.12);
  --str-text: #fff9ef;
  --str-muted: #c6d5ec;
  --str-primary: #ff644d;
  --str-secondary: #ffd84a;
  --str-tertiary: #36d1bb;
  --str-accent: #6ca8ff;
  --str-focus: #fff2a8;
  --str-shadow: 0 28px 70px rgba(2, 10, 24, 0.38);
  --str-gradient-main: linear-gradient(
    110deg,
    #fff7dd 0%,
    var(--str-yellow) 32%,
    #ff9b63 66%,
    var(--str-green) 100%
  );
  --str-gradient-hot: linear-gradient(
    135deg,
    rgba(255, 92, 77, 0.24),
    rgba(255, 216, 74, 0.1)
  );
  --str-gradient-green: linear-gradient(
    135deg,
    rgba(54, 209, 138, 0.24),
    rgba(108, 168, 255, 0.1)
  );
  --str-radius-sm: 1rem;
  --str-radius-md: 1.5rem;
  --str-radius-lg: 2rem;
  --str-radius-xl: 2.5rem;
  --str-container: min(1180px, calc(100vw - 2rem));
  --str-header-height: 5.5rem;
  --str-transition: 240ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--str-text);
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(255, 216, 74, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 84% 14%,
      rgba(255, 92, 77, 0.16),
      transparent 24%
    ),
    radial-gradient(
      circle at 78% 55%,
      rgba(54, 209, 138, 0.12),
      transparent 26%
    ),
    linear-gradient(180deg, #07111f 0%, #0a1730 34%, #081121 100%);
  line-height: 1.6;
  /* opacity: 0; */
  transition: opacity 360ms ease;
}

body.str-is-ready {
  opacity: 1;
}

body.str-menu-open,
body.str-chat-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

input,
select,
textarea {
  width: 100%;
}

svg {
  flex: none;
}

:focus-visible {
  outline: 2px solid var(--str-focus);
  outline-offset: 3px;
}

.str-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.str-container {
  width: var(--str-container);
  margin-inline: auto;
}

.str-section {
  position: relative;
  padding: clamp(4.5rem, 7vw, 7rem) 0;
}

.str-section-alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    radial-gradient(
      circle at 90% 20%,
      rgba(255, 255, 255, 0.04),
      transparent 32%
    );
}

.str-section-rojo {
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 92, 77, 0.18),
      transparent 28%
    ),
    linear-gradient(180deg, rgba(255, 92, 77, 0.08), rgba(255, 255, 255, 0));
}

.str-section-sol {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(255, 216, 74, 0.2),
      transparent 26%
    ),
    linear-gradient(180deg, rgba(255, 216, 74, 0.06), rgba(255, 255, 255, 0));
}

.str-section-verde {
  background:
    radial-gradient(
      circle at 82% 24%,
      rgba(54, 209, 138, 0.18),
      transparent 26%
    ),
    linear-gradient(180deg, rgba(54, 209, 138, 0.06), rgba(255, 255, 255, 0));
}

.str-section-fiesta {
  background:
    radial-gradient(
      circle at 14% 18%,
      rgba(255, 216, 74, 0.14),
      transparent 22%
    ),
    radial-gradient(
      circle at 86% 18%,
      rgba(255, 92, 77, 0.14),
      transparent 24%
    ),
    radial-gradient(
      circle at 68% 70%,
      rgba(54, 209, 138, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.str-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    135deg,
    rgba(255, 216, 74, 0.14),
    rgba(255, 92, 77, 0.12)
  );
  color: #fff7de;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.str-kicker {
  margin: 0 0 1rem;
  color: var(--str-yellow);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.str-title {
  margin: 0;
  display: inline-block;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  background: var(--str-gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.str-subtitle {
  margin: 1rem 0 0;
  max-width: 48rem;
  color: var(--str-muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.str-stack {
  display: grid;
  gap: 1.5rem;
}

.str-grid {
  display: grid;
  gap: 1.5rem;
}

.str-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition:
    transform var(--str-transition),
    border-color var(--str-transition),
    background var(--str-transition),
    color var(--str-transition),
    box-shadow var(--str-transition);
}

.str-btn:hover,
.str-btn:focus-visible {
  transform: translateY(-2px);
}

.str-btn-primary {
  color: #091223;
  background: linear-gradient(
    135deg,
    var(--str-yellow),
    #ffb13b 42%,
    #ff7e62 76%,
    var(--str-green)
  );
  box-shadow: 0 20px 40px rgba(255, 194, 53, 0.36);
}

.str-btn-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 92, 77, 0.08)
  );
}

.str-btn-ghost {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--str-text);
  background: transparent;
}

.str-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  transition:
    transform 320ms ease,
    background 220ms ease,
    border-color 220ms ease;
  border-bottom: 1px solid transparent;
}

.str-header::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(24px);
  background: linear-gradient(
    90deg,
    rgba(5, 12, 25, 0.68),
    rgba(9, 20, 42, 0.44)
  );
  opacity: 0;
  transition: opacity 220ms ease;
}

.str-header.str-is-solid::before {
  opacity: 1;
}

.str-header.str-is-hidden {
  transform: translateY(calc(-100% - 0.5rem));
}

.str-header.str-is-solid {
  border-color: var(--str-line);
}

.str-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--str-header-height);
  gap: 1rem;
}

.str-logo {
  display: inline-grid;
  gap: 0.15rem;
  align-items: center;
}

.str-logo-mark {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(255, 100, 77, 0.28);
}

.str-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.str-logo-line {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.str-logo-title {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.str-logo-copy {
  color: var(--str-muted);
  font-size: 0.74rem;
}

.str-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.str-nav a {
  position: relative;
  color: var(--str-muted);
  font-weight: 700;
  transition: color var(--str-transition);
}

.str-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--str-yellow),
    var(--str-primary),
    var(--str-green)
  );
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--str-transition);
}

.str-nav a:hover,
.str-nav a:focus-visible,
.str-nav a.str-is-current {
  color: var(--str-text);
}

.str-nav a:hover::after,
.str-nav a:focus-visible::after,
.str-nav a.str-is-current::after {
  transform: scaleX(1);
}

.str-header-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.str-burger {
  display: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.str-burger span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0.18rem auto;
  border-radius: 999px;
  background: var(--str-text);
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.str-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 39;
  display: grid;
  place-items: center;
  padding: 5rem 1.25rem 2rem;
  background: rgba(5, 12, 24, 0.94);
  backdrop-filter: blur(24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.str-menu-open .str-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.str-menu-panel {
  width: min(32rem, 100%);
  padding: 1.75rem;
  border-radius: var(--str-radius-xl);
  border: 1px solid var(--str-line);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: var(--str-shadow);
}

.str-menu-panel nav {
  display: grid;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}

.str-menu-panel a {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
}

.str-main {
  padding-top: calc(var(--str-header-height) + 0.75rem);
}

.str-hero {
  overflow: clip;
  padding-top: clamp(3rem, 7vw, 5rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.str-hero-home {
  position: relative;
  min-height: clamp(40rem, 88vh, 52rem);
  padding: clamp(6rem, 10vw, 8rem) 0 clamp(4rem, 6vw, 5rem);
  isolation: isolate;
}

.str-hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(7, 17, 31, 0.52) 0%,
      rgba(7, 17, 31, 0.38) 32%,
      rgba(7, 17, 31, 0.78) 72%,
      rgba(7, 17, 31, 0.9) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 17, 31, 0.28) 0%,
      rgba(7, 17, 31, 0.62) 100%
    );
}

.str-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.str-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: str-hero-zoom 14s ease-in-out infinite alternate;
}

.str-hero-inner {
  display: grid;
  align-items: center;
  min-height: inherit;
}

.str-hero-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  align-items: center;
}

.str-hero-copy {
  position: relative;
  z-index: 1;
  max-width: min(43rem, 58vw);
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: var(--str-radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(7, 17, 31, 0.88), rgba(7, 17, 31, 0.58)),
    radial-gradient(
      circle at top right,
      rgba(255, 92, 77, 0.12),
      transparent 35%
    );
  box-shadow: var(--str-shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.str-hero-copy .str-title {
  font-size: clamp(2.2rem, 4.4vw, 4rem);
}

.str-hero-copy p {
  max-width: 42rem;
  color: var(--str-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
}

.str-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 1.75rem;
}

.str-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.str-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 216, 74, 0.08)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--str-text);
  font-size: 0.92rem;
  font-weight: 700;
}

.str-pill img {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.45rem;
  object-fit: cover;
  flex: 0 0 auto;
  box-shadow: 0 0.55rem 1rem rgba(7, 17, 31, 0.22);
}

.str-hero-visual {
  position: relative;
  min-height: 24rem;
}

.str-card-shell {
  position: relative;
  overflow: hidden;
  border-radius: clamp(1.75rem, 3vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: var(--str-shadow);
}

.str-hero-media {
  aspect-ratio: 4 / 5;
}

.str-hero-media img,
.str-figure img,
.str-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.str-card-glow {
  position: absolute;
  inset: auto auto -3rem -3rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 216, 74, 0.36),
    transparent 70%
  );
  filter: blur(8px);
  pointer-events: none;
}

.str-float-note {
  position: absolute;
  right: -1rem;
  bottom: 1.5rem;
  max-width: 16rem;
  padding: 1rem 1.05rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 18, 35, 0.88);
  backdrop-filter: blur(16px);
}

.str-float-note strong {
  display: block;
  font-size: 1rem;
}

.str-float-note span {
  display: block;
  margin-top: 0.35rem;
  color: var(--str-muted);
  font-size: 0.9rem;
}

.str-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.str-stat {
  display: grid;
  gap: 0.95rem;
  padding: 1.15rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 216, 74, 0.08)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--str-shadow);
  text-align: center;
}

.str-stat:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(255, 92, 77, 0.18), rgba(255, 216, 74, 0.08)),
    rgba(255, 255, 255, 0.03);
}

.str-stat:nth-child(2) {
  background:
    linear-gradient(
      135deg,
      rgba(255, 216, 74, 0.18),
      rgba(108, 168, 255, 0.08)
    ),
    rgba(255, 255, 255, 0.03);
}

.str-stat:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(54, 209, 138, 0.18), rgba(255, 216, 74, 0.08)),
    rgba(255, 255, 255, 0.03);
}

.str-stat-title {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
  background: linear-gradient(
    90deg,
    #fff8de,
    var(--str-yellow) 44%,
    #ff9b63 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.str-stat-icon {
  width: min(8rem, 48%);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 216, 74, 0.08)
    ),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 16px 28px rgba(7, 17, 31, 0.22);
  margin: 0 auto;
}

.str-stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.str-stat-text {
  margin: 0;
  color: rgba(255, 249, 239, 0.9);
  font-size: 0.92rem;
}

.str-split {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}
.str-flex {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.str-header .str-flex,
.str-footer .str-flex {
  gap: 0;
}

.str-panel {
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: var(--str-radius-lg);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(108, 168, 255, 0.06)
    ),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--str-shadow);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.str-list {
  display: grid;
  gap: 0.95rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.str-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.str-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  color: var(--str-secondary);
}

.str-icon-wrap svg {
  width: 1.25rem;
  height: 1.25rem;
}

.str-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.str-feature-grid,
.str-collection-grid,
.str-reason-grid,
.str-info-grid,
.str-impact-grid,
.str-policy-grid {
  display: grid;
  gap: 1.2rem;
}

.str-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.str-feature-card,
.str-reason-card,
.str-impact-card,
.str-policy-card {
  padding: 1.25rem;
  border-radius: 1.6rem;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 216, 74, 0.06)
    ),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.str-impact-card,
.str-info-card {
  display: grid;
  align-content: start;
}

.str-impact-icon,
.str-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(255, 209, 76, 0.2),
      rgba(255, 93, 93, 0.12) 54%,
      rgba(28, 173, 124, 0.18)
    ),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.str-impact-icon {
  width: calc(100% + 2.5rem);
  height: clamp(10rem, 17vw, 12.5rem);
  margin: -1.25rem -1.25rem 0;
  border-radius: 1.6rem 1.6rem 1rem 1rem;
}

.str-info-icon {
  width: calc(100% + 2.4rem);
  height: clamp(9rem, 15vw, 11rem);
  margin: -1.2rem -1.2rem 0;
  border-radius: 1.45rem 1.45rem 1rem 1rem;
}

.str-impact-icon img,
.str-info-icon img {
  width: 100%;
  height: 100%;
  padding: clamp(0.9rem, 2vw, 1.25rem);
  object-fit: contain;
}

.str-feature-card h3,
.str-product-card h3,
.str-reason-card h3,
.str-impact-card h3,
.str-policy-card h3 {
  margin: 1rem 0 0.55rem;
  font-size: 1.1rem;
  font-family: "Sora", sans-serif;
  background: linear-gradient(
    90deg,
    #fff8de,
    var(--str-yellow) 44%,
    #ff9b63 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.str-feature-card p,
.str-product-card p,
.str-reason-card p,
.str-impact-card p,
.str-policy-card p,
.str-panel p,
.str-article p {
  margin: 0;
  color: var(--str-muted);
}

.str-collection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.str-product-card {
  container: str-product / inline-size;
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 1.7rem;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.03)
    ),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 100%;
}

.str-product-card:nth-child(3n + 1) {
  box-shadow: 0 18px 40px rgba(255, 92, 77, 0.14);
}

.str-product-card:nth-child(3n + 2) {
  box-shadow: 0 18px 40px rgba(255, 216, 74, 0.14);
}

.str-product-card:nth-child(3n) {
  box-shadow: 0 18px 40px rgba(54, 209, 138, 0.14);
}

.str-product-media {
  position: relative;
  overflow: hidden;
  border-radius: 1.3rem;
  aspect-ratio: 4 / 3;
}

.str-product-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(7, 17, 31, 0.3));
}

.str-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.str-product-top {
  display: grid;
  gap: 0.9rem;
  align-items: start;
}

.str-product-note {
  display: inline-flex;
  justify-self: start;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(54, 209, 138, 0.18),
    rgba(255, 216, 74, 0.12)
  );
  color: #e8fff6;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@container str-product (min-width: 17rem) {
  .str-product-top {
    grid-template-columns: auto 1fr;
  }
}

.str-footnote {
  margin: 1.1rem 0 0;
  color: var(--str-secondary);
  font-size: 0.95rem;
}

.str-media-card,
.str-figure {
  overflow: hidden;
  border-radius: var(--str-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(108, 168, 255, 0.06)
    ),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--str-shadow);
}

.str-media-card {
  align-self: start;
}

.str-media-card figure,
.str-figure figure {
  margin: 0;
}

.str-media-card img {
  aspect-ratio: 4 / 3;
}

.str-media-caption,
.str-figure figcaption {
  padding: 1rem 1.2rem 1.2rem;
  color: var(--str-muted);
}

.str-reason-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
}

.str-reason-list {
  display: grid;
  gap: 1rem;
}

.str-reason-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.str-info-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.str-info-card {
  padding: 1.2rem;
  border-radius: 1.45rem;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 216, 74, 0.06)
    ),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.str-info-card > span:not(.str-info-icon) {
  display: block;
  color: var(--str-muted);
  font-size: 0.88rem;
}

.str-info-card strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.08rem;
}

.str-timeline {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.str-timeline-item {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.3rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 92, 77, 0.06)),
    rgba(255, 255, 255, 0.03);
}

.str-timeline-meta {
  display: grid;
  gap: 0.65rem;
  justify-items: start;
}

.str-timeline-item strong {
  font-family: "Sora", sans-serif;
}

.str-timeline-icon {
  width: 3rem;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 216, 74, 0.08)
    ),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 12px 24px rgba(7, 17, 31, 0.2);
}

.str-timeline-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.str-faq {
  display: grid;
  gap: 0.95rem;
}

.str-faq-item {
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(54, 209, 138, 0.05)
    ),
    rgba(255, 255, 255, 0.03);
}

.str-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  text-align: left;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.str-faq-trigger svg {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 220ms ease;
}

.str-faq-trigger::-webkit-details-marker {
  display: none;
}

.str-faq-item[open] .str-faq-trigger svg {
  transform: rotate(180deg);
}

.str-faq-item[open]:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(255, 92, 77, 0.22), rgba(255, 216, 74, 0.09)),
    rgba(255, 255, 255, 0.04);
}

.str-faq-item[open]:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(255, 216, 74, 0.22), rgba(108, 168, 255, 0.1)),
    rgba(255, 255, 255, 0.04);
}

.str-faq-item[open]:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(54, 209, 138, 0.22), rgba(255, 216, 74, 0.09)),
    rgba(255, 255, 255, 0.04);
}

.str-faq-item[open]:nth-child(4) {
  background:
    linear-gradient(135deg, rgba(255, 92, 77, 0.18), rgba(108, 168, 255, 0.1)),
    rgba(255, 255, 255, 0.04);
}

.str-faq-item[open]:nth-child(5) {
  background:
    linear-gradient(135deg, rgba(255, 216, 74, 0.18), rgba(54, 209, 138, 0.12)),
    rgba(255, 255, 255, 0.04);
}

.str-faq-content {
  padding: 0 1.2rem 1.2rem;
  color: var(--str-muted);
}

.str-quote {
  position: relative;
  padding: 1.4rem 1.5rem 1.4rem 2rem;
  border-radius: 1.7rem;
  background: linear-gradient(
    135deg,
    rgba(255, 100, 77, 0.14),
    rgba(255, 216, 74, 0.1)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  letter-spacing: -0.03em;
}

.str-quote::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--str-secondary), var(--str-primary));
}

.str-impact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.str-article {
  display: grid;
  gap: 1.2rem;
}

.str-article h2,
.str-article h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.03em;
  background: var(--str-gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.str-article ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--str-muted);
}

.str-article li + li {
  margin-top: 0.55rem;
}

.str-page-hero {
  padding-top: clamp(3rem, 5vw, 4rem);
}

.str-page-hero-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
}

.str-form-card {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: var(--str-radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 92, 77, 0.07)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--str-shadow);
}

.str-form {
  display: grid;
  gap: 1rem;
}

.str-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.str-field {
  display: grid;
  gap: 0.45rem;
}

.str-field label {
  font-weight: 800;
}

.str-field input,
.str-field select,
.str-field textarea {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--str-text);
  background: rgba(255, 255, 255, 0.06);
}

.str-field input::placeholder,
.str-field textarea::placeholder {
  color: rgba(198, 213, 236, 0.75);
}

.str-custom-select {
  position: relative;
}

.str-custom-select-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--str-text);
  background: rgba(255, 255, 255, 0.06);
  transition:
    border-color var(--str-transition),
    transform var(--str-transition),
    box-shadow var(--str-transition);
}

.str-custom-select-trigger svg {
  width: 1.1rem;
  height: 1.1rem;
  transition: transform var(--str-transition);
}

.str-custom-select.str-is-open .str-custom-select-trigger {
  border-color: rgba(255, 216, 74, 0.55);
  box-shadow: 0 14px 30px rgba(255, 216, 74, 0.12);
}

.str-custom-select.str-is-open .str-custom-select-trigger svg {
  transform: rotate(180deg);
}

.str-custom-select-menu {
  position: absolute;
  inset: calc(100% + 0.5rem) 0 auto;
  z-index: 5;
  display: grid;
  gap: 0.45rem;
  padding: 0.55rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 31, 0.98);
  box-shadow: var(--str-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.45rem);
  transition:
    opacity var(--str-transition),
    transform var(--str-transition);
}

.str-custom-select.str-is-open .str-custom-select-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.str-custom-select-option {
  width: 100%;
  text-align: left;
  padding: 0.8rem 0.9rem;
  border-radius: 0.8rem;
  background: transparent;
  color: var(--str-text);
  transition:
    background var(--str-transition),
    transform var(--str-transition);
}

.str-custom-select-option:hover,
.str-custom-select-option:focus-visible,
.str-custom-select-option.str-is-selected {
  background: linear-gradient(
    135deg,
    rgba(255, 216, 74, 0.16),
    rgba(255, 92, 77, 0.12)
  );
}

.str-form-success {
  display: none;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(54, 209, 187, 0.14);
  color: #d9fff7;
  border: 1px solid rgba(54, 209, 187, 0.32);
  font-weight: 700;
}

.str-form-success.str-is-visible {
  display: block;
}

.str-form-note {
  color: var(--str-muted);
  font-size: 0.9rem;
}

.str-product-card,
.str-feature-card,
.str-reason-card,
.str-impact-card,
.str-policy-card,
.str-info-card,
.str-panel,
.str-media-card,
.str-figure,
.str-form-card,
.str-stat,
.str-timeline-item,
.str-faq-item {
  transition:
    transform var(--str-transition),
    box-shadow var(--str-transition),
    border-color var(--str-transition),
    background var(--str-transition);
}

.str-product-card:hover,
.str-feature-card:hover,
.str-reason-card:hover,
.str-impact-card:hover,
.str-policy-card:hover,
.str-info-card:hover,
.str-panel:hover,
.str-media-card:hover,
.str-figure:hover,
.str-form-card:hover,
.str-stat:hover,
.str-timeline-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(7, 17, 31, 0.26);
  border-color: rgba(255, 255, 255, 0.16);
}

.str-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(7, 17, 31, 0.2);
}

.str-product-media img,
.str-media-card img,
.str-figure img,
.str-stat-icon img,
.str-icon-wrap img,
.str-timeline-icon img {
  transition:
    transform 420ms ease,
    filter 420ms ease;
}

.str-product-card:hover .str-product-media img,
.str-media-card:hover img,
.str-figure:hover img,
.str-stat:hover .str-stat-icon img,
.str-timeline-item:hover .str-timeline-icon img {
  transform: scale(1.035);
}

.str-list li:hover .str-icon-wrap img,
.str-feature-card:hover .str-icon-wrap img {
  transform: scale(1.04);
  filter: saturate(1.05) brightness(1.03);
}

.str-feature-card:hover .str-icon-wrap,
.str-list li:hover .str-icon-wrap,
.str-timeline-item:hover .str-timeline-icon,
.str-stat:hover .str-stat-icon {
  box-shadow: 0 12px 24px rgba(255, 216, 74, 0.14);
  border-color: rgba(255, 216, 74, 0.18);
}

.str-list li {
  transition:
    transform var(--str-transition),
    filter var(--str-transition);
}

.str-list li:hover {
  transform: translateX(3px);
}

.str-footer {
  padding: 4rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 9, 20, 0.7);
}

.str-footer-grid {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
}

.str-footer h3 {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-family: "Sora", sans-serif;
}

.str-footer-copy,
.str-footer a,
.str-footer li,
.str-footer p {
  color: var(--str-muted);
}

.str-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.str-socials,
.str-payment-row,
.str-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.str-payment-row {
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
}

.str-social {
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.str-social svg {
  width: 1.1rem;
  height: 1.1rem;
}

/* .str-payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 10rem);
  min-width: 4.2rem;
  height: 2.7rem;
  padding-inline: 0.85rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
} */

.str-payment img,
.str-payment svg {
  /* height: 1.1rem; */
  object-fit: contain;
}

.str-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: 1.7rem;
  margin-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.str-policy-links a {
  color: var(--str-muted);
}

.str-chat {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 45;
}

.str-chat-toggle {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--str-primary), #ff9b4d);
  box-shadow:
    0 18px 36px rgba(255, 100, 77, 0.42),
    0 0 0 0.35rem rgba(255, 100, 77, 0.12);
  isolation: isolate;
}

.str-chat-toggle::before {
  content: "";
  position: absolute;
  inset: -1.2rem;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(
    circle,
    rgba(255, 100, 77, 0.4),
    rgba(255, 176, 77, 0.12) 54%,
    transparent 74%
  );
  animation: str-pulse-glow 2.1s ease-out infinite;
}

.str-chat-toggle::after {
  content: "";
  position: absolute;
  inset: -0.7rem;
  border-radius: inherit;
  border: 1.5px solid rgba(255, 132, 92, 0.72);
  box-shadow: 0 0 1.2rem rgba(255, 128, 92, 0.24);
  animation: str-pulse 1.7s ease-out infinite;
}

.str-chat-toggle svg {
  width: 1.55rem;
  height: 1.55rem;
}

.str-chat-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1rem);
  width: min(24rem, calc(100vw - 1.5rem));
  max-height: min(32rem, 72vh);
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 32, 0.96);
  box-shadow: var(--str-shadow);
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.str-chat.str-is-open .str-chat-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.str-chat-head,
.str-chat-foot {
  padding: 1rem 1rem 0.95rem;
  background: rgba(255, 255, 255, 0.04);
}

.str-chat-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.str-chat-head strong {
  display: block;
  font-family: "Sora", sans-serif;
}

.str-chat-head span,
.str-chat-foot p {
  color: var(--str-muted);
  font-size: 0.88rem;
}

.str-chat-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.str-chat-body {
  overflow: auto;
  padding: 1rem;
  display: grid;
  gap: 0.8rem;
}

.str-chat-message {
  max-width: 90%;
  padding: 0.9rem 1rem;
  border-radius: 1.2rem;
  font-size: 0.95rem;
}

.str-chat-message.str-from-bot {
  background: rgba(255, 255, 255, 0.07);
  justify-self: start;
}

.str-chat-message.str-from-user {
  background: rgba(255, 100, 77, 0.16);
  justify-self: end;
}

@keyframes str-hero-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}

.str-chat-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.str-chat-quick button {
  padding: 0.72rem 0.92rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}

.str-cookie {
  position: fixed;
  inset: auto 1rem 1rem;
  z-index: 44;
  max-width: 32rem;
  padding: 1.1rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 32, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: var(--str-shadow);
  transform: translateY(1.5rem);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.str-cookie.str-is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.str-cookie-head strong {
  display: block;
  font-family: "Sora", sans-serif;
}

.str-cookie-head p,
.str-cookie-prefs label,
.str-cookie-prefs p {
  color: var(--str-muted);
}

.str-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.str-cookie-prefs {
  display: none;
  gap: 0.85rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.str-cookie.str-show-prefs .str-cookie-prefs {
  display: grid;
}

.str-cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
}

.str-cookie-option input {
  margin-top: 0.2rem;
  width: 1rem;
  height: 1rem;
}

.str-cursor,
.str-cursor-halo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition:
    opacity 220ms ease,
    transform 180ms ease,
    width 180ms ease,
    height 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.str-cursor {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--str-secondary);
}

.str-cursor-halo {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 216, 74, 0.42);
  box-shadow: 0 0 36px rgba(255, 216, 74, 0.16);
}

.str-has-fine-pointer .str-cursor,
.str-has-fine-pointer .str-cursor-halo {
  opacity: 1;
}

.str-cursor-halo.str-is-hover {
  width: 4rem;
  height: 4rem;
  background: rgba(255, 216, 74, 0.08);
}

.str-cursor-halo.str-is-clicked {
  width: 3.2rem;
  height: 3.2rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
}

.str-top-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--str-secondary);
  font-weight: 800;
}

@keyframes str-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.95;
  }
  75% {
    transform: scale(1.48);
    opacity: 0;
  }
  100% {
    transform: scale(1.58);
    opacity: 0;
  }
}

@keyframes str-pulse-glow {
  0% {
    transform: scale(0.84);
    opacity: 0.95;
  }
  75% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.38);
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  .str-feature-grid,
  .str-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .str-footer-grid,
  .str-info-grid,
  .str-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .str-nav,
  .str-header .str-header-actions .str-btn-secondary {
    display: none;
  }

  .str-burger {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .str-hero-grid,
  .str-split,
  .str-reason-grid,
  .str-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .str-hero-home {
    min-height: auto;
    padding-top: 7rem;
  }

  .str-hero-copy {
    max-width: none;
  }

  .str-hero-visual {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .str-main {
    padding-top: calc(var(--str-header-height) + 0.35rem);
  }

  .str-section {
    padding: 4rem 0;
  }

  .str-feature-grid,
  .str-collection-grid,
  .str-info-grid,
  .str-impact-grid,
  .str-footer-grid,
  .str-form-grid,
  .str-policy-grid {
    grid-template-columns: 1fr;
  }

  .str-stats {
    grid-template-columns: 1fr;
  }

  .str-timeline-item {
    grid-template-columns: 1fr;
  }

  .str-float-note {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }

  .str-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .str-chat {
    right: 0.9rem;
    bottom: 0.9rem;
  }

  .str-cookie {
    inset-inline: 0.8rem;
    max-width: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
