/* Intensive SR Landing Page Styles */
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* ===== HERO ===== */
.intensive-hero {
  background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.12) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.08) 0%, transparent 35%),
    linear-gradient(180deg, #0a0a0a 0%, #111111 40%, #0d0d0d 100%);
  color: #fff;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.intensive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(212, 175, 55, 0.06) 0%, transparent 60%);
  pointer-events: none;
}
.intensive-hero .container {
  position: relative;
  z-index: 2;
}
.guarantee-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 0.08));
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #d4af37;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 28px;
  border-radius: 50px;
  margin-bottom: 30px;
}
.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #fff;
}
.hero-title .gold {
  color: #d4af37;
  text-shadow: 0 0 40px rgba(212, 175, 55, 0.3);
}
.hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  max-width: 800px;
  margin: 0 auto 20px;
}
.hero-compare {
  font-size: 1.15rem;
  font-weight: 600;
  color: #d4af37;
  margin-bottom: 35px;
}
.hero-compare .strikethrough {
  text-decoration: line-through;
  opacity: 0.5;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.hero-cta {
  display: inline-block;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #d4af37 0%, #b8942e 100%);
  color: #111 !important;
  font-weight: 800;
  font-size: 1.2rem;
  padding: 18px 50px;
  border: none;
  box-shadow: 0 0 35px rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}
.hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 50px rgba(212, 175, 55, 0.45);
  color: #000 !important;
}
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.hero-stat { text-align: center; }
.hero-stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #d4af37;
  line-height: 1;
}
.hero-stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
  font-weight: 400;
}
/* ===== GUARANTEE SECTION ===== */
.guarantee-section {
  background: linear-gradient(135deg, #111 0%, #0a0a0a 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.guarantee-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.guarantee-section .container { position: relative; z-index: 2; }
.guarantee-icon { font-size: 4rem; color: #d4af37; margin-bottom: 20px; }
.guarantee-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}
.guarantee-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 850px;
  margin: 0 auto;
}
.guarantee-text strong { color: #d4af37; font-weight: 700; }
/* ===== LAKE / LUXURY SECTION ===== */
.luxury-section {
  background: linear-gradient(180deg, #0d0d0d 0%, #111 50%, #0d0d0d 100%);
  color: #fff;
  padding: 0;
}
.luxury-image-block {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.luxury-image-block img { width: 100%; height: 100%; object-fit: cover; }
.luxury-image-block::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 120px;
  background: linear-gradient(180deg, transparent, #0d0d0d);
  pointer-events: none;
}
.luxury-content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}
.luxury-label {
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 16px;
}
.luxury-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 24px;
  color: #fff;
  line-height: 1.2;
}
.luxury-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
}
/* ===== WHAT YOU GET ===== */
.what-section {
  background: linear-gradient(135deg, #111 0%, #0a0a0a 100%);
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.what-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(212, 175, 55, 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.what-section .container { position: relative; z-index: 2; }
.section-label {
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}
.section-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 700px;
  margin: 0 auto 60px;
  line-height: 1.6;
}
.get-card {
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  padding: 36px 28px;
  height: 100%;
  transition: all 0.3s ease;
}
.get-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 20px 50px rgba(212, 175, 55, 0.08);
}
.get-card-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4af37;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.get-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.get-card-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}
/* ===== FOLLOW-UP SECTION ===== */
.followup-section {
  background: linear-gradient(180deg, #0d0d0d 0%, #111 50%, #0d0d0d 100%);
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.followup-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(212, 175, 55, 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.followup-section .container { position: relative; z-index: 2; }
.followup-header { text-align: center; margin-bottom: 60px; }
.followup-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.followup-timeline-step {
  text-align: center;
  padding: 24px 36px;
  border-radius: 16px;
  min-width: 200px;
}
.followup-timeline-step.active {
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.1);
}
.followup-timeline-step.completed { opacity: 0.4; }
.followup-timeline-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #d4af37;
  line-height: 1;
  margin-bottom: 8px;
}
.followup-timeline-step.completed .followup-timeline-number { color: rgba(255, 255, 255, 0.3); }
.followup-timeline-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.followup-timeline-arrow { color: #d4af37; font-size: 1.5rem; flex-shrink: 0; }
.followup-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.followup-card {
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.followup-card::before {
  content: "";
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 60px; height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  border-radius: 0 0 3px 3px;
}
.followup-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 20px 50px rgba(212, 175, 55, 0.1);
}
.followup-card-icon {
  width: 70px; height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: #d4af37;
  font-size: 1.8rem;
}
.followup-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #fff;
}
.followup-card-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}
.followup-duration-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #d4af37;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
/* ===== COMPARISON SECTION ===== */
.comparison-section {
  background: linear-gradient(180deg, #0d0d0d 0%, #111 100%);
  color: #fff;
  padding: 100px 0;
}
.comparison-card {
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
}
.comparison-old {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.comparison-new {
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.03));
  border: 2px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 20px 60px rgba(212, 175, 55, 0.1);
  position: relative;
}
.comparison-new::before {
  content: "PREPORUCENO";
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, #d4af37, #b8942e);
  color: #111;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 5px 20px;
  border-radius: 50px;
}
.comparison-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}
.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.comparison-list li i { font-size: 1.1rem; margin-top: 2px; flex-shrink: 0; }
.comparison-old .comparison-list li i { color: rgba(255, 255, 255, 0.25); }
.comparison-new .comparison-list li i { color: #d4af37; }
/* ===== TESTIMONIALS ===== */
.testimonials-section {
  background: linear-gradient(135deg, #111 0%, #0a0a0a 100%);
  color: #fff;
  padding: 100px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.testimonial-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px 28px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.testimonial-card:hover {
  border-color: rgba(212, 175, 55, 0.3);
  transform: translateY(-3px);
}
.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 16px; right: 24px;
  font-size: 4rem;
  color: rgba(212, 175, 55, 0.12);
  font-family: Georgia, serif;
  line-height: 1;
}
.testimonial-stars { color: #d4af37; font-size: 0.9rem; margin-bottom: 16px; }
.testimonial-text {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-author {
  font-size: 1rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 4px;
}
.testimonial-role { font-size: 0.85rem; color: rgba(255, 255, 255, 0.5); }
/* ===== FAQ ===== */
.faq-section {
  background: linear-gradient(180deg, #0d0d0d 0%, #111 100%);
  color: #fff;
  padding: 100px 0;
}
.faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover { border-color: rgba(212, 175, 55, 0.2); }
.faq-item .accordion-button {
  background: transparent;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 20px 24px;
  border: none;
  box-shadow: none;
}
.faq-item .accordion-button:not(.collapsed) {
  background: rgba(212, 175, 55, 0.06);
  color: #d4af37;
}
.faq-item .accordion-button::after { filter: invert(1); }
.faq-item .accordion-button:not(.collapsed)::after {
  filter: invert(0.6) sepia(1) hue-rotate(10deg);
}
.faq-item .accordion-collapse { border: none; }
.faq-item .accordion-body {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.7;
  padding: 0 24px 20px;
}
/* ===== CTA BOTTOM ===== */
.cta-bottom-section {
  background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 60%),
    linear-gradient(135deg, #111 0%, #0a0a0a 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.cta-bottom-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}
.cta-bottom-text {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 650px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
/* ===== LAKE GALLERY TICKER ===== */
.lake-gallery {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.lake-gallery::before,
.lake-gallery::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.lake-gallery::before {
  left: 0;
  background: linear-gradient(90deg, #0a0a0a, transparent);
}
.lake-gallery::after {
  right: 0;
  background: linear-gradient(-90deg, #0a0a0a, transparent);
}
.ticker-track {
  display: flex;
  gap: 12px;
  animation: ticker-scroll 50s linear infinite;
  width: max-content;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-item {
  flex-shrink: 0;
  width: 150px;
  height: 105px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.ticker-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), transparent);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ticker-item:hover::after { opacity: 1; }
.ticker-item:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}
.ticker-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(0.78) saturate(0.88);
}
.ticker-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.92) saturate(1);
}
/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .intensive-hero { padding: 70px 0 60px; }
  .luxury-image-block { height: 350px; }
  .luxury-content { padding: 50px 30px; min-height: auto; }
  .hero-stats { gap: 30px; }
  .ticker-item { width: 220px; height: 150px; }
}
@media (max-width: 768px) {
  body, html { overflow-x: hidden; max-width: 100vw; }
  .intensive-hero { padding: 60px 0 40px; }
  .guarantee-section, .what-section, .followup-section,
  .comparison-section, .testimonials-section, .faq-section { padding: 60px 0; }
  .luxury-section { padding: 0; }
  .luxury-image-block { height: 300px; }
  .luxury-content { padding: 40px 20px; min-height: auto; }
  .get-card, .followup-card, .comparison-card, .testimonial-card { padding: 28px 20px; }
  .get-card-icon, .followup-card-icon { width: 50px; height: 50px; font-size: 1.3rem; }
  .followup-timeline { flex-direction: column; gap: 12px; margin-bottom: 40px; }
  .followup-timeline-step { min-width: auto; width: 100%; padding: 20px 24px; }
  .followup-timeline-arrow { transform: rotate(90deg); }
  .followup-cards { grid-template-columns: 1fr; gap: 16px; }
  .comparison-card { padding: 32px 20px; }
  .testimonial-card { padding: 28px 20px; }
  .faq-item { padding: 0 16px; }
  .hero-cta { padding: 14px 36px; font-size: 1rem; width: 100%; max-width: 320px; }
  .hero-stats { gap: 30px; }
  .hero-stat-number { font-size: 2rem; }
  .section-title { font-size: 1.6rem; }
  .section-subtitle { font-size: 1rem; padding: 0 10px; }
  .section-label { font-size: 0.65rem; letter-spacing: 2px; }
  .what-section .get-card-icon { margin: 0 auto 20px; }
  .what-section .get-card-title { text-align: center; }
  .what-section .get-card-text { text-align: center; }
  .testimonials-section .testimonial-card { text-align: center; }
  .testimonials-section .author-img { margin: 0 auto 16px !important; }
  .testimonials-section .testimonial-stars { justify-content: center; }
  .testimonials-section .testimonial-text { text-align: center; }
  .testimonials-section .testimonial-author { text-align: center; }
  .testimonials-section .testimonial-role { text-align: center; }
  .faq-mobile-break { display: block; }
}
@media (min-width: 769px) { .faq-mobile-break { display: none; } }
@media (max-width: 576px) {
  .intensive-hero { padding: 40px 0 30px; }
  .hero-title { font-size: 1.8rem; }
  .hero-subtitle { font-size: 1rem; }
  .guarantee-section, .what-section, .followup-section,
  .comparison-section, .testimonials-section, .faq-section { padding: 40px 0; }
  .guarantee-icon { font-size: 3rem; }
  .guarantee-title { font-size: 1.5rem; }
  .luxury-image-block { height: 200px; }
  .luxury-title { font-size: 1.5rem; }
  .get-card, .followup-card, .comparison-card, .testimonial-card { padding: 24px 16px; }
  .followup-timeline-step { padding: 16px 20px; }
  .followup-timeline-number { font-size: 2rem; }
  .followup-card-title { font-size: 1.05rem; }
  .followup-card-text { font-size: 0.9rem; }
  .comparison-title { font-size: 1.2rem; }
  .comparison-list li { font-size: 0.9rem; gap: 8px; }
  .section-title { font-size: 1.4rem; }
  .section-subtitle { font-size: 0.95rem; margin-bottom: 40px; }
  .hero-stats { gap: 20px; }
  .hero-stat-number { font-size: 1.8rem; }
  .hero-stat-label { font-size: 0.75rem; }
  .container { padding-left: 16px; padding-right: 16px; }
}
