.elementor-kit-6{--e-global-color-primary:#930000;--e-global-color-secondary:#2A94C1;--e-global-color-text:#181818;--e-global-color-accent:#930000;--e-global-color-c71dadb:#7477B9;--e-global-color-ea6d1a8:#FFFFFF;--e-global-color-874147d:#000000;--e-global-color-ea23d99:#F0F2F8;--e-global-color-372f500:#999999;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Comfortaa";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap");

/* ========================================
   DR. OLIVIJA CAUNE - SIMPLIFIED CSS
   For Elementor WordPress Theme
   ======================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #f0f2f8;
  min-height: 100vh;
  color: #1a1a2e;
  line-height: 1.6;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.container-narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Comfortaa", cursive;
  font-weight: 700;
}

h1 {
  font-size: 3rem;
  margin-bottom: 32px;
  color: #1a1a2e;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1.5rem;
  margin: 48px 0 24px;
  color: #1a1a2e;
  font-weight: 700;
}

h3,
h4 {
  color: #1a1a2e;
}

p {
  color: #4a4a6a;
}

.section {
  padding: 48px 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
}

/* ========================================
   GLASSMORPHISM UTILITIES
   ======================================== */

.glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(9px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.glass-light {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
}

.glass-strong {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.rounded {
  border-radius: 24px;
}

/* ========================================
   BENTO GRID & CARDS
   ======================================== */

.bento-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.bento-item {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 24px;
  box-shadow:
    0 8px 32px 0 rgba(31, 38, 135, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.bento-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 60px rgba(31, 38, 135, 0.15);
  border-color: rgba(42, 148, 193, 0.2);
  background: rgba(255, 255, 255, 0.95);
}

.bento-item.large {
  grid-column: span 2;
}

.card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 24px;
  box-shadow:
    0 8px 32px 0 rgba(31, 38, 135, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(31, 38, 135, 0.12);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(42, 148, 193, 0.2);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.card-header-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.card-icon {
  width: 48px;
  height: 48px;
  background: #2a94c1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 2px 8px rgba(42, 148, 193, 0.25);
  color: white;
}

.card-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a94c1;
}

/* Card badges */
.card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.card-badge.online {
  background: rgba(42, 148, 193, 0.15);
  color: #2a94c1;
  border: 1px solid rgba(42, 148, 193, 0.3);
}

.card-badge.offline {
  background: rgba(150, 0, 0, 0.1);
  color: #960000;
  border: 1px solid rgba(150, 0, 0, 0.2);
}

.card-badge.urgent {
  background: linear-gradient(135deg, #960000 0%, #b84747 100%);
  color: white;
  border: none;
  box-shadow: 0 2px 8px rgba(150, 0, 0, 0.3);
  animation: pulse-badge 2s ease-in-out infinite;
}

.card-badge.popular {
  background: linear-gradient(135deg, #2a94c1 0%, #5a5ad8 100%);
  color: white;
  border: none;
  box-shadow: 0 2px 8px rgba(42, 148, 193, 0.3);
}

.card-badge.new {
  background: rgba(76, 175, 80, 0.15);
  color: #2e7d32;
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.badge-popular {
  position: absolute;
  top: -12px;
  right: 16px;
  background: linear-gradient(135deg, #2a94c1 0%, #5a5ad8 50%, #7c7cff 100%);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(42, 148, 193, 0.3);
}

@keyframes pulse-badge {
  0%,
  100% {
    box-shadow: 0 2px 8px rgba(150, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 2px 16px rgba(150, 0, 0, 0.5);
  }
}

/* Service card */
.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card h3 {
  margin-bottom: 8px;
  color: #1a1a2e;
}

.service-card p {
  color: #4a4a6a;
  margin-bottom: 16px;
  flex-grow: 1;
}

/* Testimonial card */
.testimonial-card {
  display: flex;
  flex-direction: column;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #960000 0%, #7615b3 50%, #2a94c1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: white;
}

.testimonial-name {
  font-weight: 600;
  color: #1a1a2e;
}

.testimonial-date {
  font-size: 0.875rem;
  color: #7a7a9a;
}

.testimonial-text {
  color: #4a4a6a;
  font-style: italic;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 14px 28px !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  text-decoration: none !important;
  color: inherit !important;
}

/* Primary button with shimmer effect */
.btn-primary a {
  background: linear-gradient(
    135deg,
    #960000 0%,
    #960000 72%,
    #7615b3 100%
  ) !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(150, 0, 0, 0.3) !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

.btn-primary a::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(
    135deg,
    transparent 0%,
    #7615b3 50%,
    #2a94c1 100%
  ) !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
  z-index: -1 !important;
  border-radius: 12px !important;
}

.btn-primary a:hover::before {
  opacity: 1 !important;
}

.btn-primary a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(118, 21, 179, 0.4) !important;
}

/* Secondary button */
.btn-secondary a {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px) !important;
  color: #1a1a2e !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.btn-secondary a:hover {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: #2a94c1 !important;
  transform: translateY(-2px) !important;
}

/* Ghost button */
.btn-ghost a {
  background: transparent !important;
  color: #1a1a2e !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.btn-ghost a:hover {
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: #2a94c1 !important;
}

/* Blue gradient */
.btn-gradient-blue a {
  background: linear-gradient(
    135deg,
    #2a94c1 0%,
    #5a5ad8 50%,
    #7c7cff 100%
  ) !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(42, 148, 193, 0.3) !important;
}

.btn-gradient-blue a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(42, 148, 193, 0.4) !important;
}

/* Simple gradients */
.btn-gradient-blue-simple a {
  background: linear-gradient(135deg, #1f4555 0%, #2a94c1 100%) !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(42, 148, 193, 0.3) !important;
}

.btn-gradient-blue-simple a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(42, 148, 193, 0.4) !important;
}

.btn-gradient-red-simple a {
  background: linear-gradient(135deg, #720000 0%, #960000 100%) !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(150, 0, 0, 0.3) !important;
}

.btn-gradient-red-simple a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(150, 0, 0, 0.4) !important;
}

/* Outline buttons */
.btn-outline-blue a {
  background: transparent !important;
  position: relative !important;
  color: #2a94c1 !important;
  border: 2px solid #2a94c1 !important;
  background-clip: padding-box !important;
  box-shadow: 0 4px 15px rgba(42, 148, 193, 0.1) !important;
}

.btn-outline-blue a:hover {
  background: linear-gradient(135deg, #1f4555 0%, #2a94c1 100%) !important;
  color: white !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(42, 148, 193, 0.3) !important;
}

.btn-outline-red a {
  background: transparent !important;
  position: relative !important;
  background: white !important;
  color: #960000 !important;
  border: 2px solid #960000 !important;
  background-clip: padding-box !important;
  box-shadow: 0 4px 15px rgba(150, 0, 0, 0.1) !important;
}

.btn-outline-red a:hover {
  background: linear-gradient(135deg, #720000 0%, #960000 100%) !important;
  color: white !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(150, 0, 0, 0.3) !important;
}

/* White buttons for dark backgrounds */
.btn-white a {
  background: white !important;
  color: #1f4555 !important;
  font-weight: 700 !important;
  padding: 16px 32px !important;
}

.btn-white a:hover {
  background: rgba(255, 255, 255, 0.9) !important;
}

.btn-ghost-white a {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  color: white !important;
  padding: 16px 32px !important;
}

.btn-ghost-white a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* Button sizes */
.btn-sm a {
  padding: 10px 20px !important;
  font-size: 0.875rem !important;
}

.btn-lg a {
  font-size: 1.125rem !important;
  padding: 18px 40px !important;
}

/* CTA Box */
.cta-box {
  text-align: center;
  background: linear-gradient(135deg, #960000 0%, #7615b3 50%, #2a94c1 100%);
  background-size: 200% 200%;
  animation: gradient-flow 8s ease infinite;
  position: relative;
  overflow: hidden;
}

.bento-item.cta-box:hover {
  background: linear-gradient(135deg, #960000 0%, #7615b3 50%, #2a94c1 100%);
  background-size: 200% 200%;
}

@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.cta-box h2 {
  font-size: 2rem;
  margin-bottom: 16px;
  color: white;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
  font-size: 1.125rem;
}

.cta-box-btn {
  background: white;
  color: #960000;
  font-weight: 700;
}

/* ========================================
   FORMS
   ======================================== */

.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  color: #4a4a6a;
  font-size: 0.875rem;
  font-weight: 500;
}

.form-input {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  color: #1a1a2e;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form-input::placeholder {
  color: #7a7a9a;
}

.form-input:hover {
  border-color: #2a94c1;
}

.form-input:focus {
  outline: none;
  border-color: #2a94c1;
  box-shadow:
    0 0 0 3px rgba(42, 148, 193, 0.15),
    inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form-input.error {
  border-color: #960000;
  box-shadow: 0 0 0 3px rgba(150, 0, 0, 0.15);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}

.form-select {
  cursor: pointer;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-grid .form-group:last-child {
  grid-column: span 2;
}

/* Checkbox */
.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 8px 0;
}

.checkbox-input {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  position: relative;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox-input:hover {
  border-color: #2a94c1;
}

.checkbox-input:checked {
  background: #2a94c1;
  border-color: transparent;
}

.checkbox-input:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.checkbox-label {
  color: #1a1a2e;
  font-size: 0.95rem;
  user-select: none;
}

.checkbox-label a {
  color: #2a94c1;
  text-decoration: none;
}

/* ========================================
   TAGS
   ======================================== */

.tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  font-size: 0.875rem;
  color: #1a1a2e;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.tag:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: #2a94c1;
  transform: translateY(-1px);
}

.tag.active {
  background: #2a94c1;
  border-color: transparent;
  color: white;
  box-shadow: 0 2px 4px rgba(42, 148, 193, 0.3);
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

/* ========================================
   ALERTS
   ======================================== */

.alert {
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  backdrop-filter: blur(10px);
}

.alert-info {
  background: rgba(42, 148, 193, 0.08);
  border-color: rgba(42, 148, 193, 0.2);
  color: #2a94c1;
}

.alert-success {
  background: rgba(76, 175, 80, 0.08);
  border-color: rgba(76, 175, 80, 0.2);
  color: #2e7d32;
}

.alert-warning {
  background: rgba(255, 152, 0, 0.08);
  border-color: rgba(255, 152, 0, 0.2);
  color: #ef6c00;
}

.alert-error {
  background: rgba(150, 0, 0, 0.08);
  border-color: rgba(150, 0, 0, 0.2);
  color: #960000;
}

.amelia-notice {
  background: rgba(42, 148, 193, 0.1);
  border: 1px solid rgba(42, 148, 193, 0.2);
  border-radius: 12px;
  padding: 16px 24px;
  margin-bottom: 24px;
  color: #2a94c1;
  font-size: 0.875rem;
}

/* ========================================
   ACCORDION
   ======================================== */

.accordion {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
}

.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  padding: 16px 24px;
  background: transparent;
  border: none;
  color: #1a1a2e;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-header:hover {
  background: rgba(0, 0, 0, 0.02);
}

.accordion-icon {
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  color: #2a94c1;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.active .accordion-content {
  max-height: 500px;
}

.accordion-body {
  padding: 16px 24px;
  color: #4a4a6a;
}

/* ========================================
   TIMELINE (Simple)
   ======================================== */

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
}

.timeline-card {
  position: relative;
  padding-left: 24px;
  border-left: 2px solid #2a94c1;
}

.timeline-card::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2a94c1;
}

.timeline-date {
  font-size: 0.875rem;
  color: #2a94c1;
  font-weight: 600;
  margin-bottom: 4px;
}

.timeline-title {
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.timeline-desc {
  color: #4a4a6a;
  font-size: 0.95rem;
}

/* ========================================
   SECTION SHOWCASE
   ======================================== */

.section-showcase {
  margin: 48px 0;
  padding: 48px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  min-height: 36vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0.27) 100%
  );
  z-index: 0;
  transition: all 0.9s ease;
}

.section-showcase:hover::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.27) 18%,
    rgba(255, 255, 255, 0) 60%
  );
}

.section-showcase .section-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  border-radius: 20px;
  background: transparent;
  transition: all 0.3s ease;
  width: fit-content;
  max-width: 50%;
  border: solid 1px #ffffff00;
}

.section-showcase:hover .section-content {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border: solid 1px #ffffff;
}

/* ========================================
   BACKGROUND IMAGES
   ======================================== */

.bg-hero {
  background-image: url("images/hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-about {
  background-image: url("images/about-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-endocrinology {
  background-image: url("images/endocrinology-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-diabetes {
  background-image: url("images/diabetes-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-thyroid {
  background-image: url("images/thyroid-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-process {
  background-image: url("images/process-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-testimonials {
  background-image: url("images/testimonials-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-online {
  background-image: url("images/online-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-contact {
  background-image: url("images/contact-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ========================================
   GRIDS
   ======================================== */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.schedule-item {
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.schedule-day {
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.schedule-time {
  color: #4a4a6a;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.step-card {
  position: relative;
}

/* ========================================
   TEXT UTILITIES
   ======================================== */

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}

.text-gradient {
  background: linear-gradient(135deg, #960000 0%, #7615b3 50%, #2a94c1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-blue {
  color: #2a94c1;
}
.text-red {
  color: #960000;
}
.text-white {
  color: white;
}
.text-primary {
  color: #1a1a2e;
}
.text-secondary {
  color: #4a4a6a;
}
.text-muted {
  color: #7a7a9a;
}
.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-sm {
  font-size: 0.875rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 2rem;
}
.text-4xl {
  font-size: 2.5rem;
}
.text-hero {
  font-size: 3rem;
}

.font-medium {
  font-weight: 500;
}

/* ========================================
   BACKGROUND UTILITIES
   ======================================== */

.bg-secondary {
  background: #e5e8f3;
}
.bg-gradient {
  background: linear-gradient(135deg, #960000 0%, #7615b3 50%, #2a94c1 100%);
}

.bg-gradient-blue {
  background: linear-gradient(135deg, #2a94c1 0%, #5a5ad8 50%, #7c7cff 100%);
}
.bg-gradient-red {
  background: linear-gradient(135deg, #960000 0%, #b84747 50%, #d47575 100%);
}
.bg-gradient-primary {
  background: linear-gradient(135deg, #960000 0%, #7615b3 50%, #2a94c1 100%);
}
.bg-gradient-blue-dark {
  background: linear-gradient(135deg, #1f4555 0%, #2a94c1 100%);
}

.bg-blue-light {
  background: rgba(42, 148, 193, 0.1);
}
.bg-red-light {
  background: rgba(150, 0, 0, 0.08);
}
.bg-white {
  background: white;
}

/* ========================================
   SPACING UTILITIES
   ======================================== */

.m-0 {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-xs {
  margin-bottom: 4px;
}
.mb-sm {
  margin-bottom: 8px;
}
.mb-md {
  margin-bottom: 16px;
}
.mb-lg {
  margin-bottom: 24px;
}
.mb-xl {
  margin-bottom: 32px;
}
.mb-2xl {
  margin-bottom: 48px;
}

.mt-sm {
  margin-top: 8px;
}
.mt-md {
  margin-top: 16px;
}
.mt-lg {
  margin-top: 24px;
}
.mt-xl {
  margin-top: 32px;
}

.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.py-hero {
  padding: 48px 0 32px;
}

/* ========================================
   FLEX UTILITIES
   ======================================== */

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.self-start {
  align-self: flex-start;
}
.flex-shrink-0 {
  flex-shrink: 0;
}

.gap-xs {
  gap: 4px;
}
.gap-sm {
  gap: 8px;
}
.gap-md {
  gap: 16px;
}
.gap-lg {
  gap: 24px;
}

/* ========================================
   WIDTH & LAYOUT
   ======================================== */

.max-w-sm {
  max-width: 600px;
}
.max-w-md {
  max-width: 800px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-700 {
  max-width: 700px;
}
.max-w-800 {
  max-width: 800px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.w-full {
  width: 100%;
}
.overflow-hidden {
  overflow: hidden;
}

/* ========================================
   ICONS
   ======================================== */

.icon-xs {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.icon-sm {
  width: 16px;
  height: 16px;
}
.icon-md {
  width: 20px;
  height: 20px;
}
.icon-lg {
  width: 24px;
  height: 24px;
}
.icon-xl {
  width: 28px;
  height: 28px;
}
.icon-14 {
  width: 14px;
  height: 14px;
}
.icon-2x {
  font-size: 2.5rem;
}
.icon-3x {
  font-size: 3rem;
}
.icon-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.icon-container-blue {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2a94c1 0%, #5a5ad8 50%, #7c7cff 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.icon-container-red {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #960000 0%, #b84747 50%, #d47575 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

/* ========================================
   BADGES
   ======================================== */

.badge-online {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, #2a94c1 0%, #5a5ad8 50%, #7c7cff 100%);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 100px;
  margin-bottom: 16px;
  width: fit-content;
}

.badge-urgent {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, #960000 0%, #b84747 50%, #d47575 100%);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 100px;
  margin-bottom: 16px;
}

.badge-online-outline {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(42, 148, 193, 0.1);
  color: #2a94c1;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.badge-glass {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

/* ========================================
   BORDERS
   ======================================== */

.border-blue {
  border: 2px solid #2a94c1;
}
.border-red {
  border: 2px solid #960000;
}
.border-blue-left {
  border-left: 4px solid #2a94c1;
}
.border-red-left {
  border-left: 4px solid #960000;
}

/* ========================================
   INFO BOXES
   ======================================== */

.info-box-blue {
  margin-top: 16px;
  padding: 12px;
  background: rgba(42, 148, 193, 0.1);
  border-radius: 8px;
  border-left: 3px solid #2a94c1;
}

.info-box-blue p {
  font-size: 0.9rem;
  margin: 0;
  color: #2a94c1;
  font-weight: 500;
}

.info-box-red {
  border: 2px solid rgba(150, 0, 0, 0.2);
  background: rgba(150, 0, 0, 0.03);
}

.bento-gradient-blue {
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(42, 148, 193, 0.1) 0%,
    rgba(90, 90, 216, 0.1) 100%
  );
  border: 2px solid rgba(42, 148, 193, 0.3);
}

/* ========================================
   IMAGES
   ======================================== */

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ========================================
   PROGRESS BAR
   ======================================== */

.progress-container {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  height: 8px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.progress-bar {
  height: 100%;
  background: #2a94c1;
  border-radius: 10px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========================================
   LISTS
   ======================================== */

.list-spacing li {
  margin-bottom: 8px;
}

.list-styled {
  color: #4a4a6a;
  padding-left: 24px;
}

/* ========================================
   MISC
   ======================================== */

.cursor-pointer {
  cursor: pointer;
}

.section-spacing {
  margin-bottom: 48px;
}

.price-subtle {
  font-size: 0.875rem;
  font-weight: 400;
  color: #7a7a9a;
  margin: 16px 0;
  letter-spacing: 0.02em;
}

.card-badge-container {
  position: relative;
  overflow: visible;
}

/* ========================================
   FOCUS STATES
   ======================================== */

*:focus-visible {
  outline: 2px solid #2a94c1;
  outline-offset: 2px;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #2a94c1;
  outline-offset: 4px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
  .bento-item.large {
    grid-column: span 1;
  }

  h1 {
    font-size: 2rem;
  }

  .text-hero {
    font-size: 2rem;
  }

  .section-showcase .section-content {
    max-width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid .form-group:last-child {
    grid-column: span 1;
  }

  .services-grid,
  .related-grid,
  .timeline-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */