/* ===== Tobacco Page Specific Styles ===== */
/* Color scheme: DARK BLUE & TOBACCO (from схема.jpg) */
/* #293A48 - Dark blue | #445566 - Medium blue | #576D80 - Light blue */
/* #794722 - Dark brown | #A76F45 - Medium brown | #B29786 - Light beige */

body {
  opacity: 0;
  transition: opacity 0.45s ease;
}

body.page-ready {
  opacity: 1;
}

body.page-exit {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  body {
    transition: none;
  }
}

/* Business Tabs for Tobacco */
.tobacco-hero .business-tab {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #B29786;
}

.tobacco-hero .business-tab:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--color-white);
}

.tobacco-hero .business-tab.active {
  background: #A76F45;
  border-color: #A76F45;
  color: var(--color-white);
  box-shadow: 0 4px 15px rgba(167, 111, 69, 0.3);
}

/* Tobacco Hero Overlay - Dark Filter like Fruits */
.tobacco-hero .hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/* Tobacco Hero Bottom Gradient - Soft Fade Transition (Starts Lower) */
.tobacco-hero .hero-overlay::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(12, 17, 32, 0.3) 30%,
    rgba(12, 17, 32, 0.6) 60%,
    #0C1120 100%
  );
  pointer-events: none;
}

/* Tobacco Hero Video Background */
.tobacco-hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tobacco-hero .hero-video[data-loaded="true"] {
  opacity: 1;
}

/* Tobacco Hero Bottom Gradient - Soft Fade Transition */
.tobacco-hero .gradient-transition {
  display: none;
}

@media (max-width: 768px) {
  .tobacco-hero .gradient-transition {
    height: 150px;
  }
}

/* Tobacco Hero Company Title - Tobacco Style Glow (Brighter) */
.tobacco-hero .hero-company {
  -webkit-text-stroke: 0;
  color: #ffffff;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.8),
    0 4px 20px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(167, 111, 69, 0.5),
    0 0 60px rgba(167, 111, 69, 0.35),
    0 0 90px rgba(167, 111, 69, 0.2);
}

/* Tobacco Hero Slogan */
.tobacco-hero .hero-slogan {
  color: #ffffff;
  font-style: normal;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.8),
    0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Tobacco Hero Divider - Tobacco Style */
.tobacco-hero .tobacco-divider {
  width: 180px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #A76F45 30%,
    #A76F45 70%,
    transparent 100%
  );
  border-radius: 1px;
  box-shadow:
    0 0 8px rgba(167, 111, 69, 0.6),
    0 0 15px rgba(167, 111, 69, 0.3);
  margin: 20px auto;
}

/* Tobacco Hero Description */
.tobacco-hero .hero-desc {
  color: #d4d4d4;
  text-shadow:
    0 1px 4px rgba(0, 0, 0, 0.8),
    0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Tobacco Header */
.tobacco-hero .logo-text {
  color: #ffffff;
}

.tobacco-hero .nav-list a {
  color: #ffffff;
  opacity: 0.9;
}

.tobacco-hero .nav-list a:hover {
  color: #ffffff;
  opacity: 1;
}

.tobacco-hero .burger-line {
  background: #ffffff;
}

/* Business Tabs for Tobacco */
.tobacco-hero .business-tab {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #B29786;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tobacco-hero .business-tab:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--color-white);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.tobacco-hero .business-tab.active {
  background: #A76F45;
  border-color: #A76F45;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(167, 111, 69, 0.3);
}

.tobacco-title {
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.business-tabs {
  margin: 1.5rem 0;
}

.tobacco-slogan {
  font-size: 1.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.tobacco-desc {
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: #B29786;
}

/* Tobacco About Section */
.tobacco-about {
  padding: 50px 0;
  background: linear-gradient(
    180deg,
    #0C1120 0%,
    #121212 25%,
    #1A1512 50%,
    #121212 75%,
    #0C1120 100%
  );
}

.tobacco-intro {
  text-align: center;
  margin-bottom: 60px;
  padding: 40px;
  background: rgba(41, 58, 72, 0.3);
  border-radius: 16px;
  border: 1px solid rgba(68, 85, 102, 0.4);
}

.tobacco-intro-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #B29786;
}

.tobacco-intro-text strong {
  color: #A76F45;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

/* Tobacco Legal Grid */
.tobacco-legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.legal-card {
  background: rgba(41, 58, 72, 0.3);
  border: 1px solid rgba(68, 85, 102, 0.4);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.legal-card:hover {
  transform: translateY(-4px);
  border-color: #A76F45;
  box-shadow: 0 8px 24px rgba(167, 111, 69, 0.2);
  background: rgba(41, 58, 72, 0.5);
}

.legal-icon {
  width: 48px;
  height: 48px;
  color: #A76F45;
  margin-bottom: 16px;
}

.legal-card h4 {
  font-size: 1.125rem;
  margin-bottom: 8px;
  color: var(--color-white);
}

.legal-card p {
  font-size: 0.95rem;
  color: #B29786;
}

/* Tobacco About Blocks - Override default styles */
.tobacco-about .about-block {
  background: rgba(41, 58, 72, 0.2);
  border: 1px solid rgba(68, 85, 102, 0.3);
}

.tobacco-about .about-block:hover {
  background: rgba(41, 58, 72, 0.4);
  border-color: #A76F45;
  box-shadow: 0 8px 24px rgba(167, 111, 69, 0.2);
}

.tobacco-about .about-icon {
  color: #A76F45;
}

.tobacco-about .about-icon svg {
  stroke: #A76F45;
}

.tobacco-about .about-block-title {
  color: var(--color-white);
}

.tobacco-about .about-block p {
  color: #B29786;
}

.tobacco-about .about-block strong {
  color: var(--color-white);
}

/* Shared Section CTA */
.showcase-cta-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.showcase-cta-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: rgb(var(--cta-rgb, 167, 111, 69));
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.showcase-cta-text {
  margin: 0;
  color: #c9c0b5;
  font-size: 0.93rem;
  line-height: 1.7;
}

.showcase-cta-link.btn-primary {
  margin-top: 0;
  background: rgba(var(--cta-rgb, 167, 111, 69), 0.16);
  border-color: rgba(var(--cta-rgb, 167, 111, 69), 0.38);
  box-shadow: 0 10px 26px rgba(var(--cta-rgb, 167, 111, 69), 0.16);
}

.showcase-cta-link.btn-primary:hover {
  background: rgba(var(--cta-rgb, 167, 111, 69), 0.24);
  border-color: rgba(var(--cta-rgb, 167, 111, 69), 0.56);
  box-shadow: 0 14px 28px rgba(var(--cta-rgb, 167, 111, 69), 0.2);
}

/* Quick Pick */
.quick-pick-showcase {
  margin-bottom: 32px;
}

.quick-pick-shell {
  --cta-rgb: 167, 111, 69;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(178, 151, 134, 0.14);
  background:
    radial-gradient(circle at top left, rgba(167, 111, 69, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(14, 19, 31, 0.98), rgba(10, 14, 24, 0.97));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 44px rgba(0, 0, 0, 0.2);
}

.quick-pick-head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 20px;
}

.quick-pick-eyebrow,
.starter-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quick-pick-eyebrow {
  border: 1px solid rgba(178, 151, 134, 0.16);
  color: #dcc2ab;
}

.quick-pick-title,
.starter-title {
  margin: 0 0 12px;
  color: var(--color-white);
  letter-spacing: -0.03em;
}

.quick-pick-title {
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  line-height: 1.08;
}

.quick-pick-desc,
.starter-desc {
  margin: 0;
  color: #c9ced5;
  font-size: 1rem;
  line-height: 1.72;
}

.quick-pick-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.quick-pick-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(178, 151, 134, 0.12);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.quick-pick-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--pick-rgb), 0.42);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.14);
}

.quick-pick-card-top {
  display: grid;
  gap: 10px;
}

.quick-pick-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--pick-rgb), 0.16);
  color: rgb(var(--pick-rgb));
  font-size: 1.15rem;
  font-weight: 800;
}

.quick-pick-name {
  margin: 0;
  color: var(--color-white);
  font-size: 1.05rem;
  line-height: 1.4;
}

.quick-pick-text {
  margin: 0;
  color: #b8b2a9;
  font-size: 0.9rem;
  line-height: 1.65;
}

.quick-pick-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(var(--pick-rgb), 0.26);
  background: rgba(var(--pick-rgb), 0.12);
  color: rgb(var(--pick-rgb));
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Starter Kits */
.starter-showcase {
  margin-bottom: 48px;
}

.starter-shell {
  --cta-rgb: 156, 120, 214;
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(156, 120, 214, 0.14);
  background:
    radial-gradient(circle at top right, rgba(156, 120, 214, 0.12), transparent 24%),
    linear-gradient(155deg, rgba(13, 17, 29, 0.98), rgba(16, 17, 33, 0.97) 52%, rgba(22, 13, 30, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 28px 58px rgba(0, 0, 0, 0.22);
}

.starter-head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 24px;
}

.mok-brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 12px 18px;
  border-radius: 22px;
  border: 1px solid rgba(122, 214, 204, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.16);
}

.mok-brand-logo {
  display: block;
  width: min(220px, 44vw);
  height: auto;
  opacity: 0.9;
  filter: brightness(0) invert(1) opacity(0.86) drop-shadow(0 8px 18px rgba(122, 214, 204, 0.08));
}

.starter-eyebrow {
  border: 1px solid rgba(156, 120, 214, 0.16);
  color: #d8c6ff;
}

.starter-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.starter-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 22px;
  align-items: start;
}

.starter-box-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  border-radius: 28px;
  border: 1px solid rgba(156, 120, 214, 0.12);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 40px rgba(0, 0, 0, 0.16);
}

.starter-box-image {
  width: min(112%, 540px);
  height: auto;
  max-height: 96%;
  display: block;
  object-fit: contain;
  transform: translateY(10px) scale(1.02);
  filter: drop-shadow(0 26px 38px rgba(0, 0, 0, 0.22));
}

.starter-content {
  display: grid;
  gap: 18px;
}

.starter-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.starter-stat {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(156, 120, 214, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.starter-stat-value {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.starter-stat-label {
  margin: 0;
  color: #c6bfd3;
  font-size: 0.88rem;
  line-height: 1.6;
}

.starter-colors,
.starter-flavors {
  display: grid;
  gap: 14px;
}

.starter-subtitle {
  margin: 0;
  color: var(--color-white);
  font-size: 1.14rem;
  line-height: 1.4;
}

.starter-color-grid,
.starter-flavor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.starter-color-card,
.starter-flavor-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(156, 120, 214, 0.1);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.starter-color-card:hover,
.starter-flavor-card:hover {
  transform: translateY(-4px);
  border-color: rgba(156, 120, 214, 0.24);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.starter-color-image {
  width: 100%;
  height: 148px;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.18));
  transition: transform 0.28s ease, filter 0.28s ease;
}

.starter-color-card:hover .starter-color-image {
  transform: translateY(-4px) scale(1.03);
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.22));
}

.starter-color-name,
.starter-flavor-name {
  margin: 0 0 6px;
  color: var(--color-white);
  font-size: 0.98rem;
  line-height: 1.4;
}

.starter-color-text,
.starter-flavor-text {
  margin: 0;
  color: #bcb5c9;
  font-size: 0.86rem;
  line-height: 1.65;
}

.starter-flavor-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.starter-flavor-pack {
  width: 104px;
  flex-shrink: 0;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.18));
  transition: transform 0.28s ease, filter 0.28s ease;
}

.starter-flavor-card:hover .starter-flavor-pack {
  transform: translateY(-4px) rotate(-2deg);
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.22));
}

.starter-note {
  margin: 0;
  color: #aa9fc0;
  font-size: 0.9rem;
  line-height: 1.68;
}

/* COO Showcase */
.coo-showcase {
  margin-bottom: 48px;
}

.coo-showcase-shell {
  --coo-accent-rgb: 214, 59, 70;
  --cta-rgb: 214, 59, 70;
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 32px;
  border: 1px solid rgba(178, 151, 134, 0.18);
  background:
    radial-gradient(circle at top right, rgba(167, 111, 69, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(17, 23, 37, 0.96), rgba(10, 13, 22, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 30px 60px rgba(0, 0, 0, 0.28);
}

.coo-showcase-shell::before,
.coo-showcase-shell::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.coo-showcase-shell::before {
  width: 280px;
  height: 280px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(var(--coo-accent-rgb), 0.18), transparent 70%);
}

.coo-showcase-shell::after {
  width: 380px;
  height: 380px;
  bottom: -210px;
  left: -150px;
  background: radial-gradient(circle, rgba(87, 109, 128, 0.22), transparent 72%);
}

.coo-showcase-head {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  max-width: none;
  text-align: center;
  margin-bottom: 28px;
}

.coo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(178, 151, 134, 0.2);
  color: #d8c0ab;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.coo-title {
  margin: 0 0 14px;
  max-width: 980px;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  line-height: 1.08;
  color: var(--color-white);
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.coo-desc {
  margin: 0;
  max-width: 900px;
  color: #d8d0c7;
  font-size: 1.02rem;
  line-height: 1.75;
}

.coo-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.coo-metric {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(178, 151, 134, 0.12);
  backdrop-filter: blur(12px);
}

.coo-metric-value {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.coo-metric-label {
  margin: 0;
  color: #b6aba0;
  font-size: 0.92rem;
  line-height: 1.6;
}

.coo-flavor-experience {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 228px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.coo-flavor-nav {
  display: grid;
  gap: 10px;
}

.coo-flavor-focus {
  display: grid;
  gap: 14px;
  align-items: start;
}

.coo-flavor-tab {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 6px;
  padding: 14px 16px 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(191, 164, 145, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  color: var(--color-white);
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.coo-flavor-tab::before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: rgba(var(--flavor-rgb), 0.9);
  opacity: 0.65;
}

.coo-flavor-tab:hover,
.coo-flavor-tab:focus-visible {
  transform: translateX(4px);
  border-color: rgba(var(--flavor-rgb), 0.45);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 28px rgba(0, 0, 0, 0.14);
  outline: none;
}

.coo-flavor-tab.is-active {
  border-color: rgba(var(--flavor-rgb), 0.5);
  background:
    linear-gradient(145deg, rgba(var(--flavor-rgb), 0.18), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 34px rgba(0, 0, 0, 0.18);
}

.coo-flavor-tab-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.coo-flavor-tab-name {
  font-size: 0.95rem;
  font-weight: 700;
}

.coo-flavor-tab-number {
  flex-shrink: 0;
  min-width: 38px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(var(--flavor-rgb), 0.18);
  color: rgb(var(--flavor-rgb));
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.coo-flavor-tab-note {
  color: #c5b9ad;
  font-size: 0.81rem;
  line-height: 1.45;
}

.coo-stage {
  position: relative;
  overflow: hidden;
  min-height: 338px;
  padding: 18px 20px 16px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.7), transparent 42%),
    linear-gradient(180deg, #fffefb 0%, #f7efe5 44%, #ebddcc 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -18px 36px rgba(176, 146, 112, 0.08),
    0 24px 44px rgba(10, 14, 24, 0.16),
    0 8px 18px rgba(10, 14, 24, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coo-stage::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.coo-stage-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.coo-stage-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6f5b4c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.coo-stage-price {
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(var(--coo-accent-rgb), 0.18), rgba(var(--coo-accent-rgb), 0.1));
  border: 1px solid rgba(var(--coo-accent-rgb), 0.12);
  color: rgb(var(--coo-accent-rgb));
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 10px 18px rgba(var(--coo-accent-rgb), 0.08);
}

.coo-pack-scene {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coo-pack-aura,
.coo-pack-orbit,
.coo-pack-shadow,
.coo-pack-images {
  position: absolute;
}

.coo-pack-aura {
  width: min(290px, 60%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(var(--coo-accent-rgb), 0.22) 0%, rgba(255, 255, 255, 0.96) 46%, rgba(255, 255, 255, 0) 74%);
  filter: blur(10px);
}

.coo-pack-orbit {
  width: min(332px, 66%);
  aspect-ratio: 1;
  border-radius: 42% 58% 52% 48% / 42% 46% 54% 58%;
  border: 1px solid rgba(86, 74, 63, 0.14);
  opacity: 0.42;
  transform: rotate(18deg);
  animation: cooOrbit 14s linear infinite;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 28px rgba(255, 255, 255, 0.12);
}

.coo-pack-images {
  inset: 0;
  display: grid;
  place-items: center;
}

.coo-pack-image {
  position: absolute;
  width: clamp(178px, 28vw, 248px);
  max-width: 248px;
  opacity: 0;
  transform: translateY(28px) scale(0.92) rotate(-5deg);
  filter:
    drop-shadow(0 26px 34px rgba(17, 24, 39, 0.18))
    drop-shadow(0 10px 18px rgba(255, 255, 255, 0.18));
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.coo-pack-image.is-active {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
  animation: cooPackFloat 5.8s ease-in-out infinite;
}

.coo-pack-shadow {
  bottom: 6px;
  width: 30%;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17, 24, 39, 0.18), rgba(17, 24, 39, 0));
  filter: blur(16px);
}

.coo-stage-note {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5c534b;
  font-size: 0.84rem;
  line-height: 1.52;
}

.coo-detail-card {
  position: relative;
  overflow: hidden;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(191, 164, 145, 0.18);
  background:
    radial-gradient(circle at top right, rgba(var(--coo-accent-rgb), 0.08), transparent 34%),
    linear-gradient(180deg, rgba(27, 31, 44, 0.96), rgba(13, 15, 24, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -18px 34px rgba(0, 0, 0, 0.12),
    0 20px 38px rgba(0, 0, 0, 0.2);
}

.coo-detail-card::before {
  content: '';
  position: absolute;
  inset: auto -40px -80px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--coo-accent-rgb), 0.18), transparent 72%);
  pointer-events: none;
}

.coo-detail-card::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.coo-detail-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(var(--coo-accent-rgb), 0.2), rgba(var(--coo-accent-rgb), 0.12));
  border: 1px solid rgba(var(--coo-accent-rgb), 0.26);
  color: rgb(var(--coo-accent-rgb));
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 18px rgba(var(--coo-accent-rgb), 0.08);
}

.coo-detail-name {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  color: var(--color-white);
  font-size: clamp(1.28rem, 2vw, 1.78rem);
  line-height: 1.08;
}

.coo-detail-desc {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #f5ede4;
  font-size: 0.92rem;
  line-height: 1.55;
}

.coo-detail-extra {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #bba895;
  font-size: 0.84rem;
  line-height: 1.58;
}

.coo-detail-meta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.8fr);
  gap: 12px;
  margin-top: 14px;
}

.coo-strength {
  position: relative;
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(191, 164, 145, 0.14);
}

.coo-strength-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #cfb79e;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.coo-strength-dots {
  display: flex;
  gap: 8px;
}

.coo-strength-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.coo-strength-dot.is-active {
  background: rgba(var(--coo-accent-rgb), 0.9);
  border-color: rgba(var(--coo-accent-rgb), 0.4);
  transform: scale(1.08);
}

.coo-rank {
  position: relative;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 14px 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(191, 164, 145, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.coo-rank-label {
  color: #cfb79e;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.coo-rank-value {
  color: var(--color-white);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.coo-detail-badges {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.coo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(191, 164, 145, 0.14);
  color: #f0e4d7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.coo-badge::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(var(--coo-accent-rgb), 0.92);
  box-shadow: 0 0 14px rgba(var(--coo-accent-rgb), 0.42);
}

.coo-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.coo-proof-card {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(178, 151, 134, 0.12);
}

.coo-proof-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: rgb(var(--coo-accent-rgb));
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.coo-proof-title {
  margin: 0 0 10px;
  color: var(--color-white);
  font-size: 1.1rem;
  line-height: 1.35;
}

.coo-proof-text {
  margin: 0;
  color: #b6aba0;
  font-size: 0.92rem;
  line-height: 1.7;
}

@keyframes cooPackFloat {
  0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) scale(1.01) rotate(0.8deg);
  }
}

@keyframes cooOrbit {
  from {
    transform: rotate(18deg);
  }
  to {
    transform: rotate(378deg);
  }
}

@media (max-width: 1180px) {
  .coo-flavor-experience {
    grid-template-columns: 208px minmax(0, 1fr);
  }

  .coo-stage {
    min-height: 320px;
  }

  .coo-pack-scene {
    min-height: 205px;
  }
}

@media (max-width: 900px) {
  .coo-showcase-shell {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .coo-metrics,
  .coo-proof-grid,
  .coo-flavor-experience {
    grid-template-columns: 1fr;
  }

  .coo-flavor-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coo-stage {
    min-height: 360px;
  }

  .coo-detail-card {
    padding: 22px;
  }
}

@media (max-width: 640px) {
  .coo-showcase {
    margin-bottom: 36px;
  }

  .coo-showcase-shell {
    padding: 22px 16px;
  }

  .coo-metrics {
    gap: 12px;
  }

  .coo-metric {
    padding: 16px;
  }

  .coo-flavor-nav {
    grid-template-columns: 1fr;
  }

  .coo-stage {
    min-height: 330px;
    padding: 18px;
  }

  .coo-stage-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .coo-pack-scene {
    min-height: 210px;
  }

  .coo-pack-image {
    width: min(78%, 250px);
  }

  .coo-detail-number {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .coo-strength-dots {
    gap: 8px;
  }

  .coo-detail-meta {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coo-pack-image,
  .coo-flavor-tab,
  .coo-strength-dot {
    transition: none;
  }

  .coo-pack-image.is-active,
  .coo-pack-orbit {
    animation: none;
  }
}

/* Sensio Showcase */
.sensio-showcase {
  margin-bottom: 48px;
}

.sensio-shell {
  --sensio-accent-rgb: 65, 196, 181;
  --cta-rgb: 65, 196, 181;
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(122, 214, 204, 0.16);
  background:
    radial-gradient(circle at top left, rgba(65, 196, 181, 0.14), transparent 30%),
    linear-gradient(160deg, rgba(7, 14, 24, 0.98), rgba(11, 17, 28, 0.97) 52%, rgba(18, 26, 42, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 28px 58px rgba(0, 0, 0, 0.24);
}

.sensio-shell::before,
.sensio-shell::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.sensio-shell::before {
  top: -120px;
  left: -90px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(var(--sensio-accent-rgb), 0.18), transparent 70%);
}

.sensio-shell::after {
  right: -140px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(81, 103, 198, 0.18), transparent 72%);
}

.sensio-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 20px;
  margin-bottom: 20px;
}

.sensio-copy {
  min-width: 0;
  max-width: 760px;
}

.sentic-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(122, 214, 204, 0.16);
  color: #aee9e1;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sensio-title,
.sentic-title {
  margin: 0 0 12px;
  color: var(--color-white);
  letter-spacing: -0.03em;
}

.sensio-title {
  font-size: clamp(1.68rem, 3vw, 2.45rem);
  line-height: 1.04;
}

.sensio-desc,
.sentic-desc {
  margin: 0;
  color: #c9d0d9;
  font-size: 0.95rem;
  line-height: 1.62;
}

.sensio-head .mok-brand-lockup {
  justify-self: end;
  margin-bottom: 0;
}

.sensio-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: start;
}

.sensio-info-column {
  display: grid;
  gap: 14px;
  align-content: start;
}

.sensio-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sensio-benefit-card {
  padding: 15px 16px 15px 18px;
  border-radius: 20px;
  border: 1px solid rgba(122, 214, 204, 0.12);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  align-content: start;
}

.sensio-benefit-kicker {
  display: inline-block;
  margin-bottom: 6px;
  color: rgb(var(--sensio-accent-rgb));
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sensio-benefit-title {
  margin: 0 0 6px;
  color: var(--color-white);
  font-size: 0.98rem;
  line-height: 1.32;
}

.sensio-benefit-text {
  margin: 0;
  color: #bfc5cf;
  font-size: 0.86rem;
  line-height: 1.56;
}

.sensio-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.sensio-spec {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(122, 214, 204, 0.1);
}

.sensio-spec-value {
  display: block;
  margin-bottom: 4px;
  color: var(--color-white);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sensio-spec-label {
  margin: 0;
  color: #9eabb7;
  font-size: 0.8rem;
  line-height: 1.42;
}

.sensio-stage {
  position: relative;
  overflow: hidden;
  min-height: 0;
  align-self: start;
  padding: 20px 22px 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fbfdfe 0%, #edf5f6 44%, #dfe9ee 100%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 26px 46px rgba(0, 0, 0, 0.16);
}

.sensio-stage-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.sensio-stage-kicker {
  color: #24545a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sensio-stage-price {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(var(--sensio-accent-rgb), 0.14);
  color: rgb(var(--sensio-accent-rgb));
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sensio-device-palette {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.sensio-device-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(18, 28, 43, 0.08);
  background: rgba(255, 255, 255, 0.66);
  color: #244448;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.sensio-device-chip:hover,
.sensio-device-chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(var(--device-rgb), 0.45);
  box-shadow: 0 16px 24px rgba(20, 33, 45, 0.12);
  outline: none;
}

.sensio-device-chip.is-active {
  background: linear-gradient(145deg, rgba(var(--device-rgb), 0.16), rgba(255, 255, 255, 0.9));
  border-color: rgba(var(--device-rgb), 0.45);
}

.sensio-device-chip-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(var(--device-rgb));
  box-shadow: 0 0 12px rgba(var(--device-rgb), 0.4);
}

.sensio-device-scene {
  position: relative;
  min-height: 272px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sensio-device-glow,
.sensio-device-rings,
.sensio-device-images,
.sensio-device-shadow {
  position: absolute;
}

.sensio-device-glow {
  width: min(250px, 54%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--sensio-accent-rgb), 0.26), rgba(255, 255, 255, 0.92) 55%, rgba(255, 255, 255, 0) 76%);
  filter: blur(6px);
}

.sensio-device-rings {
  width: min(300px, 64%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(36, 84, 90, 0.12);
  opacity: 0.55;
  box-shadow:
    0 0 0 18px rgba(36, 84, 90, 0.04),
    0 0 0 40px rgba(36, 84, 90, 0.025);
}

.sensio-device-images {
  inset: 0;
  display: grid;
  place-items: center;
}

.sensio-device-image {
  position: absolute;
  width: auto;
  height: min(270px, 92%);
  max-width: none;
  opacity: 0;
  transform: translateY(30px) scale(0.92);
  filter: drop-shadow(0 38px 34px rgba(14, 26, 37, 0.22));
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sensio-device-image.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: sensioFloat 5.6s ease-in-out infinite;
}

.sensio-device-shadow {
  bottom: 12px;
  width: 28%;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 26, 37, 0.22), rgba(14, 26, 37, 0));
  filter: blur(14px);
}

.sensio-stage-note {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #486067;
  font-size: 0.84rem;
  line-height: 1.5;
}

.sentic-strip {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(122, 214, 204, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.sentic-strip-head {
  max-width: 760px;
  margin-bottom: 16px;
}

.sentic-title {
  font-size: clamp(1.34rem, 2.1vw, 1.82rem);
  line-height: 1.08;
}

.sentic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sentic-card {
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(122, 214, 204, 0.1);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.sentic-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--pack-rgb), 0.42);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.14);
}

.sentic-pack-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  margin-bottom: 10px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(var(--pack-rgb), 0.14));
}

.sentic-pack {
  width: min(192px, 94%);
  filter: drop-shadow(0 18px 22px rgba(17, 24, 39, 0.22));
  transition: transform 0.28s ease;
}

.sentic-card:hover .sentic-pack {
  transform: translateY(-4px) rotate(-2deg) scale(1.02);
}

.sentic-card-name {
  margin: 0 0 6px;
  color: var(--color-white);
  font-size: 0.94rem;
  line-height: 1.28;
}

.sentic-card-text {
  margin: 0;
  color: #bbc4ce;
  font-size: 0.82rem;
  line-height: 1.5;
}

.sentic-card-note {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(var(--pack-rgb), 0.12);
  color: rgb(var(--pack-rgb));
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@keyframes sensioFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.015);
  }
}

@media (max-width: 1180px) {
  .sensio-head {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .sensio-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .sensio-shell {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .sensio-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sensio-head .mok-brand-lockup {
    justify-self: start;
  }

  .sensio-specs {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 640px) {
  .sensio-showcase {
    margin-bottom: 36px;
  }

  .sensio-shell {
    padding: 22px 16px;
  }

  .sensio-benefits,
  .sensio-specs,
  .sentic-grid {
    grid-template-columns: 1fr;
  }

  .sensio-stage {
    padding: 18px;
  }

  .sensio-stage-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .sensio-device-scene {
    min-height: 190px;
  }

  .sensio-device-image {
    height: min(210px, 90%);
  }

  .sentic-strip {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sensio-device-chip,
  .sensio-device-image,
  .sentic-card,
  .sentic-pack {
    transition: none;
  }

  .sensio-device-image.is-active {
    animation: none;
  }
}

/* Market Showcase */
.market-showcase,
.retail-showcase {
  margin-bottom: 48px;
}

.market-shell,
.retail-shell {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 32px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 28px 58px rgba(0, 0, 0, 0.22);
}

.market-shell {
  --market-accent-rgb: 223, 151, 67;
  --cta-rgb: 223, 151, 67;
  border: 1px solid rgba(223, 151, 67, 0.16);
  background:
    radial-gradient(circle at top right, rgba(223, 151, 67, 0.12), transparent 26%),
    linear-gradient(160deg, rgba(12, 17, 28, 0.98), rgba(15, 22, 34, 0.96) 48%, rgba(25, 20, 15, 0.96));
}

.retail-shell {
  --retail-accent-rgb: 104, 180, 214;
  --cta-rgb: 104, 180, 214;
  border: 1px solid rgba(104, 180, 214, 0.16);
  background:
    radial-gradient(circle at top left, rgba(104, 180, 214, 0.12), transparent 24%),
    linear-gradient(160deg, rgba(10, 16, 27, 0.98), rgba(13, 21, 34, 0.97) 50%, rgba(12, 18, 28, 0.98));
}

.market-shell::before,
.market-shell::after,
.retail-shell::before,
.retail-shell::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.market-shell::before {
  top: -140px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(var(--market-accent-rgb), 0.18), transparent 72%);
}

.market-shell::after {
  left: -140px;
  bottom: -160px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(111, 80, 36, 0.18), transparent 72%);
}

.retail-shell::before {
  top: -120px;
  left: -70px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(var(--retail-accent-rgb), 0.18), transparent 72%);
}

.retail-shell::after {
  right: -130px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(66, 102, 178, 0.16), transparent 72%);
}

.market-head,
.retail-head {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-bottom: 24px;
}

.market-eyebrow,
.retail-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.market-eyebrow {
  border: 1px solid rgba(223, 151, 67, 0.16);
  color: #edc88f;
}

.retail-eyebrow {
  border: 1px solid rgba(104, 180, 214, 0.16);
  color: #b9deed;
}

.market-title,
.retail-title {
  margin: 0 0 12px;
  color: var(--color-white);
  letter-spacing: -0.03em;
}

.market-title {
  font-size: clamp(1.8rem, 3.3vw, 2.7rem);
  line-height: 1.08;
}

.retail-title {
  font-size: clamp(1.75rem, 3.1vw, 2.5rem);
  line-height: 1.08;
}

.market-desc,
.retail-desc {
  margin: 0;
  color: #c8cfda;
  font-size: 1rem;
  line-height: 1.75;
}

.market-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.market-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.market-metric-card,
.market-insight-card,
.retail-group-card,
.retail-note-card {
  border-radius: 24px;
  backdrop-filter: blur(12px);
}

.market-metric-card {
  padding: 22px;
  border: 1px solid rgba(223, 151, 67, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.market-metric-value {
  display: block;
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.market-metric-label {
  margin: 0;
  color: #b6b1aa;
  font-size: 0.94rem;
  line-height: 1.7;
}

.market-insight-card {
  padding: 24px;
  border: 1px solid rgba(223, 151, 67, 0.12);
  background: linear-gradient(180deg, rgba(31, 24, 17, 0.92), rgba(12, 12, 16, 0.96));
}

.market-price-head {
  margin-bottom: 16px;
}

.market-price-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: rgb(var(--market-accent-rgb));
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.market-price-title {
  margin: 0;
  color: var(--color-white);
  font-size: 1.25rem;
  line-height: 1.35;
}

.market-price-list,
.market-highlights {
  display: grid;
  gap: 12px;
}

.market-price-item,
.market-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(223, 151, 67, 0.08);
}

.market-price-item {
  margin-bottom: 0;
}

.market-price-brand {
  color: #f0e5d3;
  font-size: 0.94rem;
  font-weight: 700;
}

.market-price-value {
  color: rgb(var(--market-accent-rgb));
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.market-highlights {
  margin-top: 16px;
}

.market-highlight {
  justify-content: flex-start;
}

.market-highlight::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(var(--market-accent-rgb), 0.92);
  box-shadow: 0 0 12px rgba(var(--market-accent-rgb), 0.42);
  flex-shrink: 0;
}

.market-highlight-text {
  color: #c2bbb1;
  font-size: 0.9rem;
  line-height: 1.65;
}

.retail-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: start;
}

.retail-map-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(104, 180, 214, 0.14);
  background: rgba(255, 255, 255, 0.04);
  min-height: 520px;
}

.retail-map-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 15, 24, 0.06), rgba(9, 15, 24, 0.4));
  pointer-events: none;
}

.retail-map-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.retail-proof-column {
  display: grid;
  gap: 16px;
}

.retail-groups {
  display: grid;
  gap: 14px;
}

.retail-group-card,
.retail-note-card {
  padding: 22px;
  border: 1px solid rgba(104, 180, 214, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.retail-group-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: rgb(var(--retail-accent-rgb));
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.retail-group-title {
  margin: 0 0 10px;
  color: var(--color-white);
  font-size: 1.08rem;
  line-height: 1.4;
}

.retail-group-text,
.retail-note-text {
  margin: 0;
  color: #c2c9d4;
  font-size: 0.92rem;
  line-height: 1.7;
}

.retail-group-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.retail-chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(104, 180, 214, 0.1);
  color: #eff7ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.retail-note-card {
  background: linear-gradient(180deg, rgba(13, 22, 34, 0.9), rgba(9, 14, 24, 0.95));
}

.retail-note-value {
  display: block;
  margin-bottom: 10px;
  color: rgb(var(--retail-accent-rgb));
  font-size: clamp(1.9rem, 2.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.retail-note-title {
  margin: 0 0 10px;
  color: var(--color-white);
  font-size: 1.18rem;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .quick-pick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .starter-layout,
  .market-layout,
  .retail-layout {
    grid-template-columns: 1fr;
  }

  .starter-box-card {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .showcase-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .quick-pick-shell,
  .starter-shell,
  .market-shell,
  .retail-shell {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .starter-stats,
  .market-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .starter-color-grid,
  .starter-flavor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .starter-box-image {
    width: min(104%, 480px);
  }

  .retail-map-card {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .quick-pick-showcase,
  .starter-showcase,
  .market-showcase,
  .retail-showcase {
    margin-bottom: 36px;
  }

  .quick-pick-shell,
  .starter-shell,
  .market-shell,
  .retail-shell {
    padding: 22px 16px;
  }

  .quick-pick-grid,
  .starter-stats,
  .starter-color-grid,
  .starter-flavor-grid,
  .market-metrics {
    grid-template-columns: 1fr;
  }

  .starter-box-card {
    min-height: 320px;
  }

  .starter-box-image {
    width: min(114%, 360px);
    transform: translateY(6px) scale(1);
  }

  .starter-color-image {
    height: 136px;
  }

  .starter-flavor-pack {
    width: 92px;
  }

  .mok-brand-logo {
    width: min(180px, 56vw);
  }

  .market-metric-card,
  .starter-stat,
  .starter-color-card,
  .starter-flavor-card,
  .market-insight-card,
  .retail-group-card,
  .retail-note-card {
    padding: 18px;
  }

  .retail-map-card {
    min-height: 320px;
  }
}

/* Tobacco Products Section */
.tobacco-products {
  padding: 40px 0 30px;
  background: linear-gradient(
    180deg,
    #0C1120 0%,
    #121212 25%,
    #1A1512 50%,
    #121212 75%,
    #0C1120 100%
  );
}

.tobacco-category {
  margin-bottom: 40px;
}

.tobacco-products .tobacco-category:last-child {
  margin-bottom: 0;
}

.tobacco-category-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.75rem;
  margin-bottom: 32px;
  color: #B29786;
  font-style: normal;
}

.category-icon {
  width: 32px;
  height: 32px;
  color: #A76F45;
}

.tobacco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.tobacco-card {
  background: rgba(41, 58, 72, 0.2);
  border: 1px solid rgba(68, 85, 102, 0.3);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tobacco-card:hover {
  transform: translateY(-4px);
  border-color: #A76F45;
  box-shadow: 0 8px 24px rgba(167, 111, 69, 0.2);
  background: rgba(41, 58, 72, 0.4);
}

.tobacco-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: rgba(41, 58, 72, 0.5);
  border-bottom: 1px solid rgba(68, 85, 102, 0.4);
}

/* Product Image Placeholder */
.tobacco-card-image {
  width: 100%;
  height: 180px;
  background: rgba(87, 109, 128, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(68, 85, 102, 0.3);
  overflow: hidden;
}

.tobacco-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tobacco-card:hover .tobacco-card-image img {
  transform: scale(1.1);
}

.tobacco-card-image svg {
  width: 64px;
  height: 64px;
  color: rgba(167, 111, 69, 0.5);
}

.tobacco-card-with-image .tobacco-card-header {
  border-bottom: none;
  padding: 16px 24px;
}

.tobacco-icon {
  width: 32px;
  height: 32px;
  color: #A76F45;
}

.tobacco-card-header h4 {
  font-size: 1.25rem;
  color: var(--color-white);
}

.tobacco-card-body {
  padding: 24px;
}

.tobacco-list {
  list-style: none;
  margin-bottom: 16px;
}

.tobacco-list li {
  padding: 8px 0;
  color: #B29786;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tobacco-list li:last-child {
  border-bottom: none;
}

.tobacco-list strong {
  color: #A76F45;
}

.tobacco-origin {
  font-size: 0.875rem;
  color: #B29786;
  font-style: italic;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Equipment Section */
.tobacco-equipment {
  padding: 50px 0;
  background: linear-gradient(
    180deg,
    #0C1120 0%,
    #121212 25%,
    #1A1512 50%,
    #121212 75%,
    #0C1120 100%
  );
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.equipment-card {
  background: rgba(41, 58, 72, 0.2);
  border: 1px solid rgba(68, 85, 102, 0.3);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  transition: all 0.3s ease;
}

.equipment-card:hover {
  transform: translateY(-4px);
  border-color: #A76F45;
  box-shadow: 0 8px 24px rgba(167, 111, 69, 0.2);
  background: rgba(41, 58, 72, 0.4);
}

.equipment-icon {
  width: 56px;
  height: 56px;
  color: #A76F45;
  margin-bottom: 20px;
}

.equipment-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: var(--color-white);
}

.equipment-card p {
  color: #B29786;
  font-size: 0.95rem;
}

/* Case Study */
.case-study {
  background: rgba(41, 58, 72, 0.3);
  border: 1px solid rgba(68, 85, 102, 0.4);
  border-radius: 16px;
  padding: 40px;
  margin-top: 40px;
}

.case-study-title {
  font-size: 1.5rem;
  margin-bottom: 24px;
  color: var(--color-white);
  text-align: center;
}

.case-study-content {
  max-width: 700px;
  margin: 0 auto;
}

.case-study-info p {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  color: #B29786;
}

.case-study-info p:last-child {
  border-bottom: none;
}

.case-study-info strong {
  color: #A76F45;
  margin-right: 16px;
}

.case-study-info span {
  color: var(--color-white);
  text-align: right;
}

/* Tobacco Partners Section */
.tobacco-partners {
  padding: 50px 0;
  background: linear-gradient(
    180deg,
    #0C1120 0%,
    #121212 25%,
    #1A1512 50%,
    #121212 75%,
    #0C1120 100%
  );
}

.tobacco-partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.tobacco-partner-card {
  background: rgba(41, 58, 72, 0.2);
  border: 1px solid rgba(68, 85, 102, 0.3);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  transition: all 0.3s ease;
}

.tobacco-partner-card:hover {
  transform: translateY(-4px);
  border-color: #A76F45;
  box-shadow: 0 8px 24px rgba(167, 111, 69, 0.2);
  background: rgba(41, 58, 72, 0.4);
}

/* Partner Logo Placeholder */
.partner-logo-placeholder {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(41, 58, 72, 0.6) 0%, rgba(87, 109, 128, 0.3) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(68, 85, 102, 0.3);
}

.partner-logo-placeholder img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.partner-logo-placeholder svg {
  width: 48px;
  height: 48px;
  color: rgba(167, 111, 69, 0.5);
}

.tobacco-partner-card:hover {
  transform: translateY(-4px);
  border-color: #A76F45;
  box-shadow: 0 8px 24px rgba(167, 111, 69, 0.2);
  background: rgba(41, 58, 72, 0.4);
}

.partner-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: rgba(41, 58, 72, 0.5);
  border: 1px solid rgba(68, 85, 102, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-icon {
  width: 20px;
  height: 20px;
  color: #A76F45;
}

.tobacco-partner-card h4 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: var(--color-white);
  padding-right: 40px;
}

.tobacco-partner-card p {
  color: #B29786;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.tobacco-partner-card p:last-child {
  margin-bottom: 0;
}

/* Workflow Process Section */
.tobacco-workflow {
  padding: 50px 0;
  background: linear-gradient(
    180deg,
    #0C1120 0%,
    #121212 25%,
    #1A1512 50%,
    #121212 75%,
    #0C1120 100%
  );
}

.workflow-subtitle {
  text-align: center;
  color: #B29786;
  font-size: 1.1rem;
  margin-top: -20px;
  margin-bottom: 60px;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.workflow-step {
  background: rgba(41, 58, 72, 0.2);
  border: 1px solid rgba(68, 85, 102, 0.3);
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.workflow-step:hover {
  transform: translateY(-4px);
  border-color: #A76F45;
  box-shadow: 0 8px 24px rgba(167, 111, 69, 0.2);
  background: rgba(41, 58, 72, 0.4);
}

.step-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, rgba(41, 58, 72, 0.6) 0%, rgba(87, 109, 128, 0.3) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(87, 109, 128, 0.5);
}

.step-icon svg {
  width: 40px;
  height: 40px;
  color: #A76F45;
}

.workflow-step h3 {
  font-size: 1.25rem;
  color: var(--color-white);
  margin-bottom: 12px;
}

.workflow-step p {
  color: #B29786;
  font-size: 0.95rem;
  line-height: 1.6;
}

.step-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(87, 109, 128, 0.3);
  line-height: 1;
}

/* Tobacco Form Inputs - Tobacco Focus Style */
.tobacco-form-wrapper .contact-form input,
.tobacco-form-wrapper .contact-form textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tobacco-form-wrapper .contact-form input:focus,
.tobacco-form-wrapper .contact-form textarea:focus {
  outline: none;
  border-color: #A76F45;
  background: rgba(167, 111, 69, 0.05);
  box-shadow: 0 0 0 3px rgba(167, 111, 69, 0.15);
}

/* Consent Checkbox - Tobacco Style */
.tobacco-form-wrapper .checkbox-group {
  margin-top: 8px;
}

.tobacco-form-wrapper .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #B29786;
  line-height: 1.5;
}

.tobacco-form-wrapper .checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0 0;
  accent-color: #A76F45;
  cursor: pointer;
  flex-shrink: 0;
}

.tobacco-form-wrapper .checkbox-label:hover {
  color: var(--color-white);
}

/* Tobacco Contacts Section */
.tobacco-contacts {
  padding: 50px 0;
  background: linear-gradient(
    180deg,
    #0C1120 0%,
    #121212 25%,
    #1A1512 50%,
    #121212 75%,
    #0C1120 100%
  );
}

.tobacco-contacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.tobacco-contact-card {
  background: rgba(41, 58, 72, 0.2);
  border: 1px solid rgba(68, 85, 102, 0.3);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  transition: all 0.3s ease;
}

.tobacco-contact-card:hover {
  transform: translateY(-4px);
  border-color: #A76F45;
  box-shadow: 0 8px 24px rgba(167, 111, 69, 0.2);
  background: rgba(41, 58, 72, 0.4);
}

.contact-icon-large {
  width: 48px;
  height: 48px;
  color: #A76F45;
  margin-bottom: 16px;
}

.tobacco-contact-card h4 {
  font-size: 1.125rem;
  margin-bottom: 12px;
  color: var(--color-white);
}

.contact-email,
.contact-phone {
  font-size: 1.25rem;
  color: #A76F45;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-email:hover,
.contact-phone:hover {
  color: #794722;
}

.tobacco-contact-card p {
  color: #B29786;
  font-size: 0.95rem;
}

.tobacco-form-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: linear-gradient(
    to right,
    rgba(12, 17, 32, 0.85) 0%,
    rgba(12, 17, 32, 0.6) 30%,
    rgba(12, 17, 32, 0.3) 60%,
    rgba(12, 17, 32, 0.1) 100%
  ), url('../табак/фон.jpg');
  background-size: cover;
  background-position: center;
  border: none;
  border-radius: 16px;
  padding: 40px 60px;
  box-shadow:
    0 4px 30px rgba(0, 0, 0, 0.2),
    0 0 60px rgba(12, 17, 32, 0.15);
}

.tobacco-form-wrapper .form-title {
  text-align: left;
}

.tobacco-form-wrapper .contact-form {
  max-width: 500px;
  margin-left: 0;
}

/* Tobacco Buttons - Blue Style */
.tobacco-hero .btn-primary {
  background: rgba(41, 58, 72, 0.4);
  border: 1px solid rgba(87, 109, 128, 0.6);
  color: var(--color-white);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(87, 109, 128, 0.3);
}

.tobacco-hero .btn-primary:hover {
  background: rgba(41, 58, 72, 0.6);
  border-color: rgba(87, 109, 128, 0.8);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(87, 109, 128, 0.4);
}

.tobacco-contacts .btn-primary {
  background: rgba(41, 58, 72, 0.4);
  border: 1px solid rgba(87, 109, 128, 0.6);
  color: var(--color-white);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(87, 109, 128, 0.3);
}

.tobacco-contacts .btn-primary:hover {
  background: rgba(41, 58, 72, 0.6);
  border-color: rgba(87, 109, 128, 0.8);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(87, 109, 128, 0.4);
}

/* Footer Links */
.footer-links {
  margin-top: 12px;
  font-size: 0.95rem;
  color: #B29786;
}

.footer-links a {
  color: #A76F45;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #794722;
}

/* Scroll Animations */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .tobacco-title {
    font-size: 2.5rem;
  }

  .tobacco-slogan {
    font-size: 1.5rem;
  }

  .tobacco-intro {
    padding: 24px;
  }

  .tobacco-intro-text {
    font-size: 1.1rem;
  }

  .tobacco-category-title {
    font-size: 1.5rem;
  }

  .case-study {
    padding: 24px;
  }

  .case-study-info p {
    flex-direction: column;
    gap: 4px;
  }

  .case-study-info span {
    text-align: left;
  }

  .tobacco-form-wrapper {
    padding: 24px;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .workflow-step {
    padding: 32px 20px;
  }

  .partner-logo-placeholder {
    width: 60px;
    height: 60px;
  }

  .partner-logo-placeholder svg {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .tobacco-title {
    font-size: 2rem;
  }

  .tobacco-slogan {
    font-size: 1.25rem;
  }

  .tobacco-grid {
    grid-template-columns: 1fr;
  }

  .tobacco-partners-grid {
    grid-template-columns: 1fr;
  }

  .tobacco-contacts-grid {
    grid-template-columns: 1fr;
  }

  .tobacco-card-image {
    height: 140px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
  }

  .step-icon svg {
    width: 32px;
    height: 32px;
  }

  .step-number {
    font-size: 1.5rem;
    top: 12px;
    right: 12px;
  }
}
