/* =========================================================
   bluehilstip — Hetbolo Herbal Gel (Srbija)
   Theme: Sky / Azure / Cyan / Clean Botanical Air
   ========================================================= */

:root {
  --color-primary: #0284c7;        /* Sky Deep Blue */
  --color-primary-dark: #0369a1;   /* Azure Blue */
  --color-primary-deep: #0c4a6e;   /* Deep Navy Sky */
  --color-primary-light: #38bdf8;  /* Light Sky Blue */
  --color-accent: #00a8b5;         /* Cyan / Teal matching tube */
  --color-accent-light: #22d3ee;   /* Bright Sky Cyan */
  --color-accent-soft: #cffafe;    /* Pale Cyan Mist */
  
  --color-sky-soft: #f0f9ff;       /* Pure Sky Lightest */
  --color-sky-subtle: #f8fafc;     /* Clean Cloud Background */
  --color-sky-border: #bae6fd;     /* Sky Cloud Border */
  --color-sky-pill: #e0f2fe;       /* Sky Badge Background */
  
  --color-text-dark: #0f172a;      /* Slate Deep */
  --color-text-muted: #334155;     /* Slate Medium */
  --color-text-subtle: #64748b;    /* Slate Light */
  
  --color-gold: #d97706;           /* Warm Amber Sunbeam */
  --color-gold-bg: #fef3c7;
  --color-success: #0d9488;
  --color-danger: #e11d48;
  
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --radius-full: 9999px;
  
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 4px 14px rgba(2, 132, 199, 0.12), 0 2px 6px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 10px 25px rgba(2, 132, 199, 0.18), 0 4px 10px rgba(15, 23, 42, 0.06);
  --shadow-xl: 0 20px 40px rgba(2, 132, 199, 0.22);
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background-color: #f8fafc;
  color: var(--color-text-dark);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  line-height: 1.65;
  font-size: 16px;
}

/* Ambient Sky & Cloud Background Layers */
.bg-sky-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2200px;
  pointer-events: none;
  z-index: 0;
  background-image: 
    radial-gradient(ellipse at 15% 10%, rgba(56, 189, 248, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 20%, rgba(0, 168, 181, 0.15) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 60%, rgba(224, 242, 254, 0.4) 0%, transparent 60%),
    url('../images/sky-cloud-bg.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.85;
}

.bg-sky-cloud-left {
  position: absolute;
  top: 400px;
  left: -80px;
  width: 500px;
  height: 700px;
  background: radial-gradient(circle, rgba(186, 230, 253, 0.35) 0%, rgba(240, 249, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}

.bg-sky-cloud-right {
  position: absolute;
  top: 1300px;
  right: -100px;
  width: 550px;
  height: 750px;
  background: radial-gradient(circle, rgba(0, 168, 181, 0.18) 0%, rgba(240, 249, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(50px);
}

/* Top Editorial Platform Notice (Standard Reference) */
.editorial-notice {
  background: #f0fdf4;
  background: linear-gradient(90deg, #ecfeff 0%, #f0f9ff 100%);
  border-bottom: 1px solid #bae6fd;
  padding: 8px 16px;
  text-align: center;
  font-size: 0.8rem;
  color: #0369a1;
  font-weight: 500;
  position: relative;
  z-index: 55;
}

.editorial-notice strong {
  color: #0c4a6e;
  font-weight: 700;
}

.editorial-notice a {
  color: var(--color-primary);
  text-decoration: underline;
  margin-left: 6px;
  font-weight: 600;
}

/* Top Serbian Sky Announcement Bar */
.announcement-bar {
  background: linear-gradient(90deg, #0369a1 0%, #0284c7 50%, #00a8b5 100%);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 10px 16px;
  text-align: center;
  position: relative;
  z-index: 50;
  box-shadow: 0 2px 10px rgba(2, 132, 199, 0.18);
}

.announcement-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.announcement-pulse {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #38bdf8;
  box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.7);
  animation: pulseSky 2s infinite;
}

@keyframes pulseSky {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.8); }
  70% { transform: scale(1); box-shadow: 0 0 0 9px rgba(56, 189, 248, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 189, 248, 0); }
}

/* Secondary Info Bar */
.trust-bar {
  background: #0f172a;
  color: #e2e8f0;
  font-size: 0.8rem;
  padding: 7px 16px;
  position: relative;
  z-index: 45;
}

.trust-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-items {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.trust-items span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Sticky Header & Navbar */
.navbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(186, 230, 253, 0.6);
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.06);
  transition: all 0.3s ease;
}

.nav-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 48px;
  width: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-link {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #334155;
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
  padding: 6px 2px;
}

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

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  border-radius: 2px;
}

/* Sky Buttons & Sky Icons */
.btn-sky {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: var(--radius-full);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  outline: none;
}

/* Sky Format Button Icon */
.sky-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.sky-icon-badge svg {
  width: 16px;
  height: 16px;
}

.btn-sky:hover .sky-icon-badge {
  transform: translateX(2px) scale(1.08);
}

.btn-sky-primary {
  background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 50%, #00a8b5 100%);
  color: #ffffff;
  padding: 13px 26px;
  font-size: 0.92rem;
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.32);
}

.btn-sky-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(2, 132, 199, 0.42);
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 50%, #00939f 100%);
  color: #ffffff;
}

.btn-sky-sm {
  padding: 9px 18px;
  font-size: 0.82rem;
}

.btn-sky-lg {
  padding: 18px 38px;
  font-size: 1.05rem;
  width: 100%;
}

.btn-sky-outline {
  background: rgba(255, 255, 255, 0.85);
  color: #0369a1;
  border: 2px solid #bae6fd;
  padding: 12px 24px;
  font-size: 0.92rem;
}

.btn-sky-outline:hover {
  background: #f0f9ff;
  border-color: #0284c7;
  color: #0284c7;
  transform: translateY(-2px);
}

.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: #0f172a;
  cursor: pointer;
  padding: 6px;
}

/* Mobile Nav Drawer */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: #ffffff;
  border-bottom: 2px solid #bae6fd;
  padding: 16px 20px;
  gap: 12px;
}

.mobile-nav.open {
  display: flex;
}

/* General Layout Wrappers */
.page-wrapper {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-padding {
  padding: 70px 0;
}

.section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px auto;
}

.sky-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  background: #e0f2fe;
  color: #0284c7;
  border: 1px solid #bae6fd;
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.sky-tag-icon {
  width: 12px;
  height: 12px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.3rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.section-title .highlight {
  background: linear-gradient(135deg, #0284c7, #00a8b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
}

/* =========================================================
   HERO SECTION (Sky Themed)
   ========================================================= */
.hero-section {
  padding: 60px 0 70px 0;
  position: relative;
}

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

.hero-badge-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.18;
  color: #0f172a;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.hero-title .sky-gradient-text {
  background: linear-gradient(120deg, #0284c7 0%, #00a8b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  font-size: 1.15rem;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 28px;
}

.hero-pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.hero-pill-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: var(--radius-md);
  border: 1px solid #e0f2fe;
  box-shadow: var(--shadow-sm);
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e293b;
}

.hero-pill-item svg {
  color: #0284c7;
  flex-shrink: 0;
}

.hero-cta-box {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-price-chip {
  display: flex;
  flex-direction: column;
}

.hero-price-old {
  font-size: 0.85rem;
  text-decoration: line-through;
  color: #94a3b8;
  font-weight: 600;
}

.hero-price-now {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 900;
  color: #0284c7;
  line-height: 1;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card-halo {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
  border-radius: var(--radius-xl);
  padding: 30px;
  border: 1px solid #bae6fd;
  box-shadow: var(--shadow-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sky-aura {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.45) 0%, rgba(0, 168, 181, 0.15) 50%, transparent 75%);
  border-radius: 50%;
  filter: blur(25px);
  z-index: 1;
  pointer-events: none;
}

.product-hero-img {
  position: relative;
  z-index: 2;
  max-width: 220px;
  height: auto;
  filter: drop-shadow(0 14px 24px rgba(2, 132, 199, 0.25));
  transition: transform 0.4s ease;
}

.product-hero-img:hover {
  transform: scale(1.04) rotate(-1deg);
}

.floating-badge {
  position: absolute;
  z-index: 3;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-md);
  border: 1px solid #bae6fd;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0c4a6e;
}

.floating-badge-top {
  top: -12px;
  right: -10px;
  background: #0284c7;
  color: #ffffff;
  border: none;
}

.floating-badge-bottom {
  bottom: -15px;
  left: -10px;
}

/* =========================================================
   BLOCK 1: DETAILED COMPOSITION SECTION (Sastav Hetbolo)
   ========================================================= */
.composition-section {
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: 60px 40px;
  border: 1px solid #e0f2fe;
  box-shadow: var(--shadow-md);
  margin-bottom: 50px;
}

.comp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.comp-card {
  background: #f8fafc;
  background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
  border: 1px solid #bae6fd;
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.comp-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: #38bdf8;
}

.comp-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.comp-icon-box {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, #0284c7, #00a8b5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.3rem;
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.25);
  flex-shrink: 0;
}

.comp-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.comp-latin {
  font-size: 0.78rem;
  color: #0284c7;
  font-style: italic;
  font-weight: 600;
  display: block;
}

.comp-text {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.6;
}

.comp-benefit-tag {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0369a1;
}

/* =========================================================
   BLOCK 2: 4 PILLARS OF MOBILITY (4 Stuba)
   ========================================================= */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.pillar-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  border: 1px solid #e0f2fe;
  border-top: 4px solid #0284c7;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  position: relative;
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-top-color: #00a8b5;
}

.pillar-num {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: #e0f2fe;
  position: absolute;
  top: 14px;
  right: 18px;
  line-height: 1;
}

.pillar-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.pillar-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.pillar-desc {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
}

/* =========================================================
   BLOCK 3: MOBILITY ROUTINE GUIDE (Vodič)
   ========================================================= */
.guide-wrapper {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: var(--radius-xl);
  padding: 50px 40px;
  border: 1px solid #bae6fd;
}

.guide-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.guide-step-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}

.guide-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  background: #0284c7;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.guide-step-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.guide-step-text {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.6;
}

/* =========================================================
   BLOCK 4: CENTRAL ORDER SECTION (Porudžbina)
   ========================================================= */
.order-section {
  position: relative;
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: 60px 40px;
  box-shadow: var(--shadow-xl);
  border: 2px solid #bae6fd;
  overflow: hidden;
}

.order-ambient-sky {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

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

.order-showcase-box {
  background: #f8fafc;
  background: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 100%);
  border: 1px solid #bae6fd;
  border-radius: var(--radius-lg);
  padding: 30px;
  text-align: center;
  position: relative;
}

.order-timer-strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0c4a6e;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.order-timer-num {
  font-family: var(--font-heading);
  font-weight: 900;
  color: #38bdf8;
  letter-spacing: 1px;
}

.order-product-img {
  max-width: 210px;
  height: auto;
  margin: 10px auto;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(2, 132, 199, 0.2));
}

.price-comparison-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e0f2fe;
}

.old-price-box span {
  display: block;
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
}

.old-price-val {
  font-size: 1.15rem;
  text-decoration: line-through;
  color: #94a3b8;
  font-weight: 700;
}

.new-price-box span {
  display: block;
  font-size: 0.8rem;
  color: #0369a1;
  font-weight: 800;
  text-transform: uppercase;
}

.new-price-val {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: #0284c7;
  line-height: 1;
}

.order-form-box {
  background: #ffffff;
  padding: 10px;
}

.form-header-badge {
  display: inline-block;
  background: #ecfeff;
  color: #00a8b5;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
}

.form-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.25;
}

.form-sub {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 22px;
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-input {
  width: 100%;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  border: 1.5px solid #cbd5e1;
  font-family: var(--font-body);
  font-size: 1rem;
  color: #0f172a;
  background: #f8fafc;
  transition: all 0.2s ease;
  outline: none;
}

.form-input:focus {
  border-color: #0284c7;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.15);
}

.form-note {
  font-size: 0.78rem;
  color: #64748b;
  text-align: center;
  margin-top: 6px;
}

.security-strip {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  font-size: 0.78rem;
  color: #475569;
  font-weight: 600;
}

/* =========================================================
   BLOCK 5: KEY ADVANTAGES (Prednosti)
   ========================================================= */
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.advantage-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid #e0f2fe;
  box-shadow: var(--shadow-sm);
  text-align: left;
}

.advantage-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.advantage-title {
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.advantage-text {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.6;
}

/* =========================================================
   BLOCK 6: USER EXPERIENCES (Iskustva)
   ========================================================= */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.test-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid #e0f2fe;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.test-rating {
  color: #f59e0b;
  margin-bottom: 12px;
  font-size: 1rem;
}

.test-body {
  font-size: 0.94rem;
  color: #334155;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 20px;
  flex-grow: 1;
}

.test-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.user-avatar-initial {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0284c7, #00a8b5);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
}

.user-meta-name {
  font-family: var(--font-heading);
  font-weight: 800;
  color: #0f172a;
  font-size: 0.95rem;
}

.user-meta-city {
  font-size: 0.78rem;
  color: #64748b;
}

/* =========================================================
   BLOCK 7: FAQ (Najčešća pitanja)
   ========================================================= */
.faq-container {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #e0f2fe;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.faq-question {
  padding: 18px 24px;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #ffffff;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: #f8fafc;
}

.faq-toggle-icon {
  font-size: 1.2rem;
  color: #0284c7;
  font-weight: 900;
}

.faq-answer {
  padding: 0 24px 20px 24px;
  font-size: 0.94rem;
  color: #475569;
  line-height: 1.65;
}

/* =========================================================
   DEDICATED OFFER PAGE (ponuda.html) — CENTERED LAYOUT
   "измени страницу с офером офер по середине"
   ========================================================= */
.centered-offer-wrapper {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.centered-showcase-card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: 40px 30px;
  border: 2px solid #bae6fd;
  box-shadow: var(--shadow-xl);
  margin-bottom: 30px;
  position: relative;
}

.centered-tube-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.centered-product-img {
  max-width: 250px;
  height: auto;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 16px 30px rgba(2, 132, 199, 0.3));
}

.centered-price-banner {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: var(--radius-lg);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 24px auto;
  max-width: 500px;
}

.centered-form-wrapper {
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: 36px 32px;
  border: 1px solid #bae6fd;
  box-shadow: var(--shadow-lg);
  max-width: 560px;
  margin: 0 auto 40px auto;
  text-align: left;
}

/* =========================================================
   THANK YOU PAGE (thanks.html) — SKY THEMED
   "измени страницу спасибо"
   ========================================================= */
.thankyou-card-sky {
  max-width: 720px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: 50px 40px;
  border: 2px solid #bae6fd;
  box-shadow: var(--shadow-xl);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.thankyou-sky-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0284c7 0%, #00a8b5 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.35);
}

.thankyou-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 30px 0;
  text-align: left;
}

.thankyou-step-item {
  background: #f8fafc;
  border: 1px solid #e0f2fe;
  border-radius: var(--radius-md);
  padding: 16px;
}

.thankyou-step-num {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 900;
  color: #0284c7;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.thankyou-step-text {
  font-size: 0.84rem;
  color: #334155;
  line-height: 1.5;
}

/* Footer */
.footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 60px 0 30px 0;
  margin-top: 80px;
  font-size: 0.9rem;
  position: relative;
  z-index: 20;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo {
  height: 44px;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.footer-desc {
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.6;
}

.footer-col-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #38bdf8;
}

.footer-disclaimer-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 30px;
}

.footer-bottom {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  color: #64748b;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .hero-grid, .order-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .comp-grid, .pillars-grid, .advantages-grid, .testimonials-grid, .guide-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-menu, .trust-bar {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .comp-grid, .pillars-grid, .advantages-grid, .testimonials-grid, .guide-steps-grid, .thankyou-steps {
    grid-template-columns: 1fr;
  }
  .hero-pills {
    grid-template-columns: 1fr;
  }
  .composition-section, .order-section, .guide-wrapper {
    padding: 36px 20px;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
}
