@font-face {
  font-family: "Noto Serif Georgian";
  src: url(../fonts/NotoSerifGeorgian-VariableFont_wdth\,wght.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-VariableFont_opsz\,wght.ttf);
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', 'Inter Placeholder', sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #202939;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
.main-header {
  border-bottom: 0.25px solid rgba(21, 64, 112, 0.5);
  padding: 0;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  padding: 10px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.navbar .advert-label {
  font-size: 16px;
  color: #000;
}
.hero-section {
  padding: 14px 20px 20px;
  text-align: left;
}

.hero-title {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 42px;
  font-weight: 500;
  color: #164171;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 23px;
  font-weight: 500;
  color: #364152;
  line-height: 1.4;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.partner-logo {
  height: auto;
  object-fit: contain;
}
.meta-info {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #525252;
}

.featured-image {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  border-radius: 32px;
  padding: 0 20px;
}

.featured-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.image-caption {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #77797d;
  margin-top: 11px;
  letter-spacing: -0.02em;
}

@media (max-width: 809px) {
  .hero-section {
    padding: 8px 20px;
  }

  .hero-title {
    font-size: 29px;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .featured-image {
    padding: 0 20px;
  }

  .navbar {
    flex-wrap: wrap;
    height: auto;
    gap: 12px;
  }
}

/* Info Cards */
.info-cards {
  background: #f5f5f5;
  padding: 20px 0;
  margin: 13px 0;
}

.cards-title {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 28px;
  font-weight: 700;
  color: #164171;
  padding: 0 20px 15px;
  line-height: 1.1;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 1px 30px 1px 20px;
}

.card-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 9px 20px;
  font-size: 18px;
  color: #164171;
}

.card-item svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.card-item strong {
  font-weight: 700;
}

@media (max-width: 809px) {
  .card-grid {
    flex-direction: column;
    padding: 0;
  }

  .card-item {
    width: 100%;
  }
}

/* Awareness Block */
.awareness-block {
  padding: 20px 40px 0 0;
  max-width: 1000px;
  margin: 20px auto 0;
}

.awareness-block h3 {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 28px;
  font-weight: 700;
  color: #164171;
  margin-bottom: 20px;
  line-height: 1.1;
}

.awareness-block p,
.awareness-block li {
  font-size: 18px;
  color: #202939;
  margin-bottom: 15px;
}

.awareness-block ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

@media (max-width: 809px) {
  .awareness-block {
    padding: 9px 20px 20px;
  }

  .awareness-block h3 {
    font-size: 20px;
  }
}

/* Bill Estimator */
.bill-estimator {
  background: rgba(118, 180, 227, 0.28);
  border-radius: 5px;
  padding: 20px;
  margin: 20px auto;
  max-width: 1000px;
  box-shadow: 0 0.6px 0.6px -1.25px rgba(0, 0, 0, 0.18), 0 2.3px 2.3px -2.5px rgba(0, 0, 0, 0.16), 0 10px 10px -3.75px rgba(0, 0, 0, 0.06);
}

.bill-estimator h3 {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 28px;
  font-weight: 600;
  color: #215177;
  margin-bottom: 10px;
}

.bill-estimator p {
  font-size: 17px;
  color: #215177;
  margin-bottom: 15px;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  background: #ff914d;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 1px 0 rgba(255, 255, 255, 0.2);
  transition: background 0.2s;
  flex: 1;
  min-width: 120px;
  text-align: center;
}

.btn:hover {
  background: #e07b3c;
}

.btn.dark {
  background: #215177;
}

.btn.dark:hover {
  background: #1a3e5c;
}

@media (max-width: 809px) {
  .button-group {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}

/* Steps */
.steps-section {
  padding: 20px 0;
  background: #f5f5f5;
  margin: 20px 0;
  box-shadow: 0 -0.6px 0.6px -1.25px rgba(0, 0, 0, 0.18), 0 -2.3px 2.3px -2.5px rgba(0, 0, 0, 0.16), 0 -10px 10px -3.75px rgba(0, 0, 0, 0.06);
}

.steps-title {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 28px;
  font-weight: 700;
  color: #164171;
  padding: 20px 0 0 20px;
}

.steps-content {
  display: flex;
  gap: 20px;
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.steps-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-card {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0.6px 0.6px -1.25px rgba(0, 0, 0, 0.18), 0 2.3px 2.3px -2.5px rgba(0, 0, 0, 0.16), 0 10px 10px -3.75px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.step-card svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.step-card p {
  font-size: 18px;
  color: #202939;
}

.steps-image {
  flex: 1;
}

.steps-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 809px) {
  .steps-content {
    flex-direction: column;
  }
}

/* Region Buttons */
.region-section {
  padding: 20px;
  text-align: center;
}

.region-title {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 28px;
  font-weight: 700;
  color: #164171;
  margin-bottom: 10px;
}

.region-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 20px;
}

.region-btn {
  background: #215177;
  color: #fff;
  padding: 16px 20px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 1px 0 rgba(255, 255, 255, 0.2);
  flex: 1;
  min-width: 150px;
  text-align: center;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.region-btn:hover {
  background: #1a3e5c;
}

@media (max-width: 809px) {
  .region-btn {
    padding: 8px 12px;
    font-size: 16px;
  }
}

/* Final CTA */
.final-cta {
  background: #77b5e3;
  padding: 20px 40px;
  text-align: center;
  margin: 20px 0;
}

.final-cta a {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 809px) {
  .final-cta a {
    font-size: 20px;
  }
}

/* Footer */
.footer {
  text-align: center;
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.footer img {
  margin: 0 auto 10px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.footer-links a {
  color: #202939;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #697586;
}

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 1000;
  flex-wrap: wrap;
}

.cookie-banner p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.cookie-btn {
  background: #215177;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}

.hidden {
  display: none !important;
}