/* INSUVIT - Natural Botanical Theme */
:root {
  --primary-green: #2d5a3f;
  --primary-green-dark: #1e3d2b;
  --primary-green-light: #417d57;
  --accent-earth: #8b5a2b;
  --accent-earth-light: #a7723e;
  --accent-berry: #5d3b6d;
  --bg-cream: #faf7f2;
  --bg-sand: #f3ede2;
  --bg-card: #ffffff;
  --text-main: #2c332e;
  --text-muted: #5e6861;
  --text-light: #88928b;
  --border-subtle: #e3dac8;
  --badge-gold: #c88a24;
  --badge-bg: #fdf3e2;
  --danger-red: #c0392b;
  --success-green: #27ae60;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --shadow-sm: 0 2px 8px rgba(45, 90, 63, 0.06);
  --shadow-md: 0 6px 20px rgba(45, 90, 63, 0.09);
  --shadow-lg: 0 14px 38px rgba(45, 90, 63, 0.12);
  --font-main: 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-cream);
  color: var(--text-main);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-green-dark);
  line-height: 1.28;
  font-weight: 700;
}

h1 {
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.3rem;
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--primary-green);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--primary-green-dark);
}

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

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.container-narrow {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Announcement Top Bar */
.top-announcement {
  background: var(--primary-green-dark);
  color: #ffffff;
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
  text-align: center;
  font-weight: 600;
}

.top-announcement .highlight {
  color: #f7d283;
  font-weight: 700;
}

/* Header */
.main-header {
  background: rgba(250, 247, 242, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-subtle);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary-green-dark);
  text-decoration: none;
}

.brand-logo svg {
  width: 34px;
  height: 34px;
  fill: var(--primary-green);
}

.brand-logo .sub-tag {
  font-size: 0.7rem;
  color: var(--accent-earth);
  font-weight: 700;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1.5rem;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
  padding: 0.3rem 0;
  position: relative;
}

.nav-link:hover, .nav-link.active {
  color: var(--primary-green);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--primary-green);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.65rem 1.35rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  transition: all 0.25s ease;
}

.header-cta:hover {
  background: var(--primary-green-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--primary-green-dark);
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  padding: 3.5rem 0 4rem;
  position: relative;
  background: linear-gradient(180deg, var(--bg-cream) 0%, var(--bg-sand) 100%);
  border-bottom: 1px solid var(--border-subtle);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--badge-bg);
  border: 1px solid #ebd7b3;
  color: #92580c;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-xl);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.hero-title {
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 1.8rem;
}

.hero-highlights {
  list-style: none;
  margin-bottom: 2rem;
}

.hero-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.02rem;
  color: var(--text-main);
  font-weight: 600;
}

.hero-highlights li svg {
  width: 20px;
  height: 20px;
  fill: var(--primary-green);
  flex-shrink: 0;
  margin-top: 3px;
}

/* Countdown Timer */
.promo-timer-box {
  background: #ffffff;
  border: 2px dashed var(--accent-earth-light);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  margin-bottom: 2rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.timer-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent-earth);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.countdown-digits {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.time-unit {
  background: var(--bg-sand);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.75rem;
  min-width: 68px;
  text-align: center;
}

.time-num {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--primary-green-dark);
  display: block;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.time-text {
  font-size: 0.68rem;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 0.2rem;
  display: block;
}

/* Product Card */
.product-showcase-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-subtle);
  text-align: center;
}

.product-img {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 1.5rem;
  border-radius: var(--radius-md);
  object-fit: cover;
}

.price-container {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.price-current {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary-green-dark);
}

.price-old {
  font-size: 1.3rem;
  color: var(--text-light);
  text-decoration: line-through;
}

.discount-badge {
  background: var(--danger-red);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-dark) 100%);
  color: #ffffff !important;
  font-size: 1.15rem;
  font-weight: 800;
  padding: 1.05rem 1.8rem;
  border: none;
  border-radius: var(--radius-xl);
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(45, 90, 63, 0.28);
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(45, 90, 63, 0.38);
  background: linear-gradient(135deg, var(--primary-green-light) 0%, var(--primary-green) 100%);
}

.micro-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 0.9rem;
  font-weight: 600;
}

.micro-guarantee svg {
  width: 16px;
  height: 16px;
  fill: var(--success-green);
}

/* Section styling */
.section {
  padding: 5rem 0;
}

.section-alt {
  background: var(--bg-sand);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.section-subtitle {
  color: var(--accent-earth);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  display: block;
}

.section-title {
  margin-bottom: 1rem;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.feature-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.feature-icon-wrapper {
  width: 52px;
  height: 52px;
  background: var(--bg-sand);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.feature-icon-wrapper svg {
  width: 26px;
  height: 26px;
  fill: var(--primary-green);
}

.feature-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.2rem;
}

.feature-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Ingredients */
.ingredient-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease;
}

.ingredient-card:hover {
  transform: translateY(-3px);
}

.ingredient-header {
  background: linear-gradient(135deg, var(--bg-sand) 0%, #eddac1 100%);
  padding: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--border-subtle);
}

.ingredient-icon {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  flex-shrink: 0;
}

.ingredient-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--primary-green);
}

.ingredient-latin {
  font-style: italic;
  font-size: 0.85rem;
  color: var(--accent-earth);
  display: block;
}

.ingredient-body {
  padding: 1.4rem;
}

.ingredient-body p {
  font-size: 0.93rem;
  color: var(--text-muted);
}

/* Story Box */
.story-box {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
}

.story-quote {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--primary-green-dark);
  line-height: 1.6;
  border-left: 4px solid var(--accent-earth);
  padding-left: 1.25rem;
  margin: 1.5rem 0;
}

/* Reviews */
.review-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.8rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars {
  color: #f39c12;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  display: flex;
  gap: 2px;
}

.review-text {
  font-size: 0.95rem;
  color: var(--text-main);
  margin-bottom: 1.2rem;
  font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-top: 1px solid var(--bg-sand);
  padding-top: 1rem;
}

.reviewer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bg-sand);
  color: var(--primary-green-dark);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.reviewer-info h4 {
  font-size: 0.95rem;
  margin-bottom: 0.1rem;
}

.reviewer-info span {
  font-size: 0.8rem;
  color: var(--text-light);
}

.verified-badge {
  color: var(--success-green);
  font-size: 0.78rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

/* Order Section */
.order-section {
  background: linear-gradient(135deg, #f7f3eb 0%, #ebe2d3 100%);
  padding: 5rem 0;
  border-top: 1px solid var(--border-subtle);
}

.order-box {
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-subtle);
}

.order-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.4rem;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: #fafafa;
  color: var(--text-main);
  transition: all 0.2s ease;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--primary-green);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(45, 90, 63, 0.12);
}

.form-hint {
  font-size: 0.78rem;
  color: var(--text-light);
  margin-top: 0.35rem;
  display: block;
}

.form-error {
  color: var(--danger-red);
  font-size: 0.8rem;
  margin-top: 0.3rem;
  display: none;
}

/* FAQ Accordion */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-green-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
}

.faq-question svg {
  width: 18px;
  height: 18px;
  fill: var(--primary-green);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 1.5rem 1.25rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Badges & Trust Seals */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
}

.trust-item svg {
  width: 22px;
  height: 22px;
  fill: var(--primary-green);
}

/* Compliance Content Pages */
.page-hero {
  background: linear-gradient(180deg, var(--bg-sand) 0%, var(--bg-cream) 100%);
  padding: 3rem 0 2rem;
  border-bottom: 1px solid var(--border-subtle);
  text-align: center;
}

.page-content {
  padding: 3.5rem 0 5rem;
}

.content-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 3rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
}

.content-card h2 {
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--bg-sand);
}

.content-card h2:first-of-type {
  margin-top: 0;
}

.content-card h3 {
  margin: 1.4rem 0 0.6rem;
}

.content-card ul, .content-card ol {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.content-card li {
  margin-bottom: 0.4rem;
  color: var(--text-muted);
}

.disclaimer-banner {
  background: #f7f3e8;
  border: 1px solid #e2d7c0;
  border-radius: var(--radius-sm);
  padding: 1rem 1.25rem;
  font-size: 0.82rem;
  color: #6a6456;
  line-height: 1.5;
  margin: 2.5rem 0 1rem;
}

/* Footer */
.main-footer {
  background: #1c2b21;
  color: #cfd8d2;
  padding: 4rem 0 1.5rem;
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
  position: relative;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: #a8b8ae;
  transition: color 0.2s ease;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.82rem;
  color: #889e90;
}

/* Checkout Page */
.checkout-box {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-md);
  text-align: center;
  max-width: 680px;
  margin: 2rem auto;
}

.success-icon-badge {
  width: 76px;
  height: 76px;
  background: #e8f7ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.success-icon-badge svg {
  width: 42px;
  height: 42px;
  fill: var(--success-green);
}

.order-code-box {
  background: var(--bg-sand);
  border: 1px dashed var(--accent-earth);
  border-radius: var(--radius-sm);
  padding: 0.9rem 1.5rem;
  display: inline-block;
  margin: 1.2rem 0 1.8rem;
}

.order-code-box span {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: var(--accent-earth);
  font-weight: 700;
  display: block;
}

.order-code-box strong {
  font-size: 1.5rem;
  color: var(--primary-green-dark);
  letter-spacing: 0.05em;
}

.steps-list {
  text-align: left;
  background: var(--bg-cream);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  margin: 1.5rem 0;
  border: 1px solid var(--border-subtle);
}

.step-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 28px;
  height: 28px;
  background: var(--primary-green);
  color: #fff;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Mobile Sticky Bar */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--border-subtle);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.mobile-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sticky-price {
  display: flex;
  flex-direction: column;
}

.sticky-price-now {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-green-dark);
  line-height: 1;
}

.sticky-price-old {
  font-size: 0.8rem;
  color: var(--text-light);
  text-decoration: line-through;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-grid, .order-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 1.5rem;
    box-shadow: var(--shadow-lg);
    border-bottom: 1px solid var(--border-subtle);
    gap: 1rem;
  }
  .nav-menu.is-open {
    display: flex;
  }
  .mobile-toggle {
    display: block;
  }
  .grid-3, .grid-2, .grid-4 {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .mobile-sticky-bar {
    display: block;
  }
  body {
    padding-bottom: 70px;
  }
}
