:root {
  --primary: #026773;
  --primary-hover: #014d56;
  --accent: #00bfaf;
  --text-dark: #1f2937;
  --text-muted: #4b5563;
  --bg-light: #f8fafc;
  --white: #ffffff;
  --border: #e2e8f0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  background-color: var(--bg-light);
  line-height: 1.5;
    width: 100%;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.section {
  padding: 70px 0;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.section-header {
  margin-bottom: 40px;
}

.section-tag {
  display: inline-block;
  color: var(--primary);
  background: #e6f4f5;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 12px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.section-subtitle {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  font-family: inherit;
  box-sizing: border-box;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--primary-hover);
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
}

.btn-outline:hover {
  background: #e6f4f5;
}

.btn-sm {
  padding: 8px 16px;
  font-size: 14px;
}

.btn-lg {
  padding: 14px 24px;
  font-size: 15px;
}

.btn-block {
  width: 100%;
}

.icon-tg  { background-color: #229ED9 !important; }
.icon-wa  { background-color: #25D366 !important; }
.icon-max { background: linear-gradient(135deg, #00A3FF 0%, #3052FF 50%, #9024FF 100%) !important; }
.icon-ok  { background-color: #EE8208 !important; }

.top-bar {
  background: #f1f5f9;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-muted);
  padding: 8px 0;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.top-link, .top-phone {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 500;
  white-space: nowrap;
}

.top-phone {
  font-weight: 700;
  color: var(--primary);
}

.header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 68px;
  position: relative;
}

.header-main-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-icon {
  font-size: 28px;
  line-height: 1;
}

.logo-title {
  display: block;
  font-weight: 800;
  font-size: 18px;
  color: var(--primary);
  letter-spacing: 0.5px;
}

.logo-subtitle {
  display: block;
  font-size: 10px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.2s ease;
  position: relative;
}

.nav a:hover {
  color: var(--primary);
  background-color: #f1f8f9;
}

.header-right-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-messengers {
  display: flex;
  gap: 8px;
  align-items: center;
}

.head-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.head-icon:hover {
  transform: scale(1.08);
}

.head-icon svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  display: block;
}

.burger-btn {
  display: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #ffffff;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 1001;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.burger-btn:hover {
  background: #f8fafc;
  border-color: var(--primary);
}

.burger-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--text-dark);
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}

.burger-btn.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: var(--primary);
}

.burger-btn.active span:nth-child(2) {
  opacity: 0;
}

.burger-btn.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background-color: var(--primary);
}

.hero-section {
  padding: 50px 0 70px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #edf7f8 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e0f2fe;
  color: #0369a1;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 100%;
  box-sizing: border-box;
}

.badge-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #0284c7;
}

.hero-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.highlight {
  color: var(--primary);
  background: linear-gradient(120deg, rgba(0,191,175,0.15) 0%, rgba(0,191,175,0.15) 100%);
  padding: 0 4px;
}

.hero-desc {
  font-size: 17px;
  color: var(--text-muted);
  margin-bottom: 26px;
  word-wrap: break-word;
}

.hero-cta-group {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.hero-guarantees {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-muted);
  font-size: 14px;
}

.hero-card {
  background: var(--white);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 20px 40px -15px rgba(0,0,0,0.08);
  border: 1px solid var(--border);
  box-sizing: border-box;
  width: 100%;
}

.card-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.card-header p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 16px;
  position: relative;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.form-group select,
.form-group input[type="tel"],
.form-group input[type="text"] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group select:focus,
.form-group input:focus {
  border-color: var(--primary);
}

.input-error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15) !important;
  animation: shakeInput 0.3s ease-in-out;
}

.error-text {
  display: block;
  font-size: 12px;
  color: #ef4444;
  margin-top: 4px;
  font-weight: 500;
}

@keyframes shakeInput {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

.radio-toggle {
  display: flex;
  gap: 16px;
  font-size: 14px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.radio-toggle label {
  font-weight: 400;
  cursor: pointer;
}

.form-privacy {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  margin-top: 12px;
  text-align: center;
}

.trust-bar {
  background: var(--white);
  padding: 40px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.trust-icon {
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
}

.trust-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text-dark);
}

.trust-text p {
  font-size: 13px;
  color: var(--text-muted);
}

.prices-section {
  background-color: var(--white);
}

.pricing-table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid var(--border);
  margin-bottom: 30px;
}

.pricing-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: left;
}

.pricing-table th {
  background: #f8fafc;
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  border-bottom: 2px solid var(--border);
}

.pricing-table th.th-china {
  background: #eef8f8;
  color: var(--primary);
}

.pricing-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  vertical-align: middle;
}

.pricing-table strong {
  display: block;
  font-size: 15px;
  color: var(--text-dark);
}

.pricing-table .sub-desc {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
}

.price-old {
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 500;
}

.price-china {
  font-size: 17px;
  font-weight: 800;
  color: var(--primary);
  background: #f0faf9;
  white-space: nowrap;
}

.badge-saving {
  display: inline-block;
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.popular-row {
  background-color: #fafffe;
}

.popular-label {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.pricing-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.pricing-cta p {
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 500;
}

.package-section {
  background: #f1f5f9;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.package-card {
  background: var(--white);
  padding: 26px 20px;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.package-card-icon {
  font-size: 32px;
  margin-bottom: 14px;
}

.package-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.package-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 16px;
  flex-grow: 1;
}

.package-free {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  background: #e6f4f5;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
  align-self: flex-start;
}

.about-section {
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.about-lead {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.45;
  word-wrap: break-word;
}

.about-text {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 26px;
  word-wrap: break-word;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feat-box {
  background: var(--bg-light);
  padding: 14px;
  border-radius: 12px;
  border-left: 4px solid var(--primary);
  box-sizing: border-box;
}

.feat-num {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--text-dark);
  white-space: nowrap;
}

.feat-desc {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 4px;
  display: block;
}

.clinic-card-photo {
  background: linear-gradient(135deg, #026773 0%, #014d56 100%);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.media-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}

.clinic-placeholder .placeholder-icon {
  font-size: 50px;
  margin-bottom: 12px;
}

.clinic-placeholder p {
  font-size: 15px;
  font-weight: 500;
  max-width: 240px;
  margin: 0 auto;
}

.doctors-section {
  background: var(--bg-light);
}

.doctors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.doctor-card {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  box-sizing: border-box;
}

.doctor-avatar {
  width: 100%;
  height: 300px;
  background: #e2e8f0;
  overflow: hidden;
  position: relative;
}

.doctor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.doctor-info {
  padding: 20px;
}

.doc-role {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.doc-name {
  font-size: 19px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.doc-exp {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.doc-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

.timeline-section {
  background: var(--white);
}

.timeline-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 850px;
  margin: 0 auto;
}

.step-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #f8fafc;
  padding: 20px 24px;
  border-radius: 14px;
  border: 1px solid var(--border);
  border-left: 5px solid var(--primary);
  box-sizing: border-box;
}

.step-number {
  font-size: 26px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  flex-shrink: 0;
}

.step-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-dark);
}

.step-content p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}

.reviews-section {
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.case-card {
  background: var(--bg-light);
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.case-badge {
  display: inline-block;
  align-self: flex-start;
  background: #e2e8f0;
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 14px;
}

.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  user-select: none;
  margin-bottom: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.ba-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.ba-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.ba-crop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  border-right: 2px solid #ffffff;
}

.ba-crop .ba-img-before {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
  pointer-events: none;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba-handle::before,
.ba-handle::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.ba-handle::before {
  left: 8px;
  border-right: 5px solid var(--primary);
}

.ba-handle::after {
  right: 8px;
  border-left: 5px solid var(--primary);
}

.ba-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 10;
  margin: 0;
  padding: 0;
}

.ba-label {
  position: absolute;
  bottom: 12px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  border-radius: 4px;
  pointer-events: none;
  z-index: 4;
}

.ba-label-before {
  left: 12px;
  background: rgba(239, 68, 68, 0.85);
}

.ba-label-after {
  right: 12px;
  background: rgba(16, 185, 129, 0.85);
}

.case-info h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.case-quote {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  font-style: italic;
  margin-bottom: 14px;
  flex-grow: 1;
}

.case-saving {
  font-weight: 800;
  color: var(--primary);
  font-size: 15px;
}

.faq-section {
  background: var(--bg-light);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 20px;
  cursor: pointer;
  box-sizing: border-box;
}

.faq-item[open] {
  border-color: var(--primary);
}

.faq-question {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
  list-style: none;
  position: relative;
  padding-right: 28px;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  color: var(--primary);
}

.faq-item[open] .faq-question::after {
  content: "—";
}

.faq-answer {
  padding-top: 10px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
}

.final-cta-section {
  background: var(--white);
}

.final-cta-box {
  background: linear-gradient(135deg, #026773 0%, #014149 100%);
  border-radius: 24px;
  padding: 50px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.tag-white {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

.final-cta-content h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.final-cta-content p {
  font-size: 15px;
  color: #cbd5e1;
  line-height: 1.55;
  margin-bottom: 20px;
  word-wrap: break-word;
}

.contact-messenger-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  flex-wrap: wrap;
}

.pill-btn {
  padding: 6px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.pill-btn.wa { background: #25D366; }
.pill-btn.tg { background: #229ED9; }
.pill-btn.max { background: linear-gradient(135deg, #00A3FF 0%, #3052FF 50%, #9024FF 100%); }

.final-form {
  background: var(--white);
  padding: 30px;
  border-radius: 16px;
  color: var(--text-dark);
  box-sizing: border-box;
}

.file-input {
  width: 100%;
  padding: 8px 0;
  font-size: 13px;
}

.consent-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
  color: #64748b;
  margin-top: 14px;
  cursor: pointer;
}

.footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 60px 0 0 0;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1e293b;
}

.text-white { color: #fff; }
.text-gray { color: #94a3b8; }

.footer-desc {
  font-size: 13px;
  line-height: 1.6;
  margin: 14px 0 18px 0;
  word-wrap: break-word;
}

.social-links {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.social-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  flex-shrink: 0;
}

.social-circle svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  display: block;
}

.footer-col h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-contact {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px;
  word-wrap: break-word;
}

.footer-contact a {
  color: var(--accent);
  text-decoration: none;
}

.link-maps {
  display: inline-block;
  margin-top: 4px;
  font-weight: 600;
}

.footer-bottom {
  padding: 20px 0;
  font-size: 12px;
  color: #64748b;
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom a {
  color: #64748b;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 0 16px;
  }
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .top-bar-content {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .top-bar-left span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.35;
  }

  .top-bar-right {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-container {
    padding: 10px 16px !important;
    min-height: 60px;
  }

  .logo-title {
    font-size: 15px;
  }

  .logo-subtitle {
    display: none;
  }

  .header-right-group {
    gap: 6px;
  }

  .header-messengers {
    gap: 6px;
  }

  .head-icon {
    width: 32px;
    height: 32px;
  }

  .head-icon svg {
    width: 15px;
    height: 15px;
  }

  .burger-btn {
    display: flex;
    margin-left: 4px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    padding: 8px 6px;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 16px 20px;
    gap: 10px;
    border-top: 1px solid var(--border);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    z-index: 1000;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
  }

  .hero-section {
    padding: 30px 0 50px 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-title {
    font-size: 26px !important;
    line-height: 1.25;
  }

  .hero-desc {
    font-size: 15px;
  }

  .badge {
    white-space: normal;
    font-size: 12px;
    line-height: 1.4;
  }

  .section-title {
    font-size: 24px !important;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .package-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .feat-box {
    padding: 10px 8px;
  }

  .feat-num {
    font-size: 18px !important;
    white-space: normal;
    word-break: break-word;
  }

  .feat-desc {
    font-size: 11px;
    line-height: 1.25;
  }

  .doctors-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cases-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .final-cta-box {
    grid-template-columns: 1fr;
    padding: 26px 16px;
    gap: 24px;
    border-radius: 16px;
  }

  .final-cta-content h2 {
    font-size: 22px !important;
  }

  .final-form {
    padding: 20px 14px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 22px !important;
  }

  .hero-cta-group {
    flex-direction: column;
    gap: 10px;
  }

  .hero-cta-group .btn {
    width: 100%;
  }

  .about-features {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feat-box {
    padding: 12px 14px;
  }

  .feat-num {
    font-size: 22px !important;
  }

  .contact-messenger-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .pill-btn {
    width: 100%;
    text-align: center;
  }
}