img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  border: none;
}
.container {
  width: min(1200px, 100% - 2rem);
  margin-inline: auto;
}

/* ==== ÜST BAR ==== */
.topbar {
  background-color: #13875a;
  color: white;
  padding: 10px;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.topbar .links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.topbar a {
  font-weight: 700;
  font-size: 0.9rem;
  opacity: 0.95;
}

/* ==== HEADER ==== */

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(140%) blur(6px);
  border-bottom: 1px solid #e6ece9;
  transition: box-shadow 0.2s ease, padding 0.2s ease;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  transition: padding 0.2s ease;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.brand img {
  height: 62px;
  width: auto;
  display: block;
  transition: height 0.2s ease;
}
.nav {
  display: flex;
  gap: 1rem;
}
.nav a {
  position: relative;
  font-weight: 700;
  color: #0e2d23;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 3px;
  border-radius: 3px;
  background: transparent;
  transition: background 0.15s ease;
}
.nav a:hover {
  color: var(--primary);
}
.nav a:hover::after {
  background: var(--primary);
}
.cta {
  background: var(--primary);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 0.6rem 1rem;
  font-weight: 800;
  box-shadow: var(--shadow);
}
.cta:hover {
  background: var(--primary-600);
}
.burger {
  display: none;
  background: transparent;
  border: 0;
  font-size: 1.2rem;
  color: #0e2d23;
}
.header.scrolled {
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
}
.header.scrolled .container {
  padding: 0.6rem 0;
}
.header.scrolled .brand img {
  height: 56px;
}

/* ==== HERO ==== */
.hero {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(118, 169, 141, 0.14),
    rgba(118, 169, 141, 0.05) 55%,
    transparent 100%
  );
  padding: 2.2rem 0 1.6rem;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -0% -18% -10%;
  height: 42%;
  background: radial-gradient(
    1200px 260px at 50% 0%,
    rgba(19, 135, 90, 0.1),
    transparent 70%
  );
  pointer-events: none;
}
.hero .wrap {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 2.2rem;
  align-items: stretch;
}
.hero h1 {
  margin: 0.35rem 0 0.4rem;
  font-size: 2.3rem;
  line-height: 1.14;
}
.eyebrow {
  display: none;
}
.subtitle {
  color: #1f2937;
  margin: 0 0 0.85rem;
  max-width: 60ch;
}
.hero .wrap > .left {
  max-width: 560px;
}
.value-list {
  list-style: none;
  display: grid;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0;
}
.value-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.value-list i {
  color: var(--primary);
}
.form-card {
  background: #fff;
  border: 1px solid #e6ece9;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 1rem;
  max-width: 520px;
}
.trust {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.75rem;
  color: #0b3b2a;
  font-weight: 700;
}
.trust small {
  color: var(--muted);
  font-weight: 600;
}
.kpis {
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  margin: 0.6rem 0 0;
}
.kpi {
  background: #fff;
  border: 1px solid #e6ece9;
  border-radius: 12px;
  padding: 0.6rem 0.75rem;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.kpi strong {
  font-size: 1.1rem;
}
.media-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.media-frame-mobile {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.media-frame-mobile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.stat-card {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #0d2c22;
  color: #fff;
  border-radius: 12px;
  padding: 0.6rem 0.75rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.stat-card i {
  color: #9ee7c7;
}
.brand-logos {
  display: none;
}
.form .cta {
  width: 100%;
}
.helper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
  color: var(--primary-700);
  font-weight: 700;
}
.field-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0b3b2a;
}
.form {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.5rem;
}
.form input {
  border: 1px solid #d9e7e1;
  border-radius: 10px;
  padding: 0.8rem 0.9rem;
  outline: none;
}
.form input:focus {
  border-color: var(--primary);
  box-shadow: var(--ring);
}
.agree {
  font-size: 0.8rem;
  color: var(--muted);
}
.hero-media {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

/* ==== İKON ŞERİDİ ==== */
.icon-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  padding-top: 100px;
  justify-content: start;
  justify-items: stretch;
}
.i-card {
  width: 100%;
  background: #fff;
  border: 1px solid #e6ece9;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 1rem;
  display: grid;
  place-items: center;
  gap: 0.35rem;
  min-height: 92px;
  transition: transform 0.18s ease, border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.i-card i {
  font-size: 1.6rem;
  color: var(--primary);
}
.i-card span {
  font-weight: 800;
  text-align: center;
}
.i-card:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
  box-shadow: 0 16px 45px rgba(16, 116, 81, 0.14);
}

/* ==== e-Devlet BİLGİ BLOĞU ==== */
.egov {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border: 1px solid #e6ece9;
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

/* ==== PLANLAR BÖLÜMÜ ==== */
.plans {
  margin-top: 2rem;
  background: linear-gradient(
    180deg,
    var(--navy) 0%,
    rgba(118, 169, 141, 0.65) 60%,
    transparent 100%
  );
  padding: 2.8rem 0 2.2rem;
}
.plans .container {
  width: min(1200px, 100% - 2rem);
}
.plans h2 {
  color: #eafff3;
  text-align: center;
  margin: 0 0 0.4rem;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
}
.plans .subhead {
  color: #eafff3;
  opacity: 0.85;
  text-align: center;
  margin: 0 0 1.2rem;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* Carousel */
.carousel {
  position: relative;
}
.carousel .viewport {
  overflow: hidden;
  padding: 4px;
}
.carousel .track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
  padding: 0.2rem;
}
.carousel .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  display: grid;
  place-items: center;
  color: #0e2d23;
  z-index: 2;
}
.carousel .nav-btn:hover {
  background: #f7fffb;
}
.carousel .nav-btn[disabled] {
  opacity: 0.5;
  filter: saturate(0.3);
  pointer-events: none;
}
.carousel .prev {
  left: -32px;
}
.carousel .next {
  right: -32px;
}

/* Plan Kartı (birebir görünüm için ayrıntılı) */
.plan {
  flex: 0 0 calc((100% - 72px) / 4);
  max-width: none;
  min-width: 0;
  background: #fff;
  border: 1px solid #dfe9e4;
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(16, 116, 81, 0.14);
}
.plan .topbar {
  background: var(--primary);
  height: 12px;
  border-radius: 18px 18px 0 0;
}
.plan .inner {
  padding: 1rem 1rem 0.75rem;
  min-height: 286px;
  display: flex;
  flex-direction: column;
}
.plan .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}
.price {
  font-weight: 800;
  font-size: 1.9rem;
}
.old {
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 700;
  font-size: 0.95rem;
}
.gauge {
  display: grid;
  place-items: center;
  gap: 0.2rem;
}
.gauge .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: conic-gradient(
    var(--primary) 220deg,
    rgba(19, 135, 90, 0.25) 220deg
  );
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: inset 0 0 0 6px #fff;
}
.gauge small {
  font-size: 0.75rem;
  color: #0b3b2a;
  font-weight: 700;
}

.sub {
  margin: 0.15rem 0 0.75rem;
  font-weight: 800;
  color: #0b3b2a;
}
.divider {
  height: 1px;
  background: #e7eeea;
  margin: 0.5rem 0 0.9rem;
}
.feat {
  list-style: none;
  margin: 0;
  padding: 0 0 0.9rem 0;
  display: grid;
  gap: 0.5rem;
  flex: 1;
}
.feat li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #102b22;
}
.feat i {
  color: var(--primary);
}

.edevlet {
  margin: 0.2rem 1rem 0.9rem;
  background: transparent;
  border: 0;
  border-radius: 5px;
  padding: 0;
  display: block;
  border: 1px solid #0b3b2a;
}
.edevlet img {
  display: block;
  width: 60%;
  height: auto;
  border-radius: 12px;
  margin: 0 auto;
  padding: 10px;
}

.plan .bottom {
  display: flex;
}
.plan .bottom .bar {
  flex: 1;
  display: grid;
  place-items: center;
  font-weight: 800;
  padding: 0.85rem 0;
}
.plan .bottom .bar.details {
  background: var(--primary);
  color: #fff;
  border-bottom-left-radius: 18px;
}
.plan .bottom .bar.apply {
  background: var(--primary);
  color: #fff;
  border-bottom-right-radius: 18px;
}

/* Dikey şerit */
.ribbon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--danger);
  color: #fff;
  padding: 0.55rem 0.35rem;
  border-radius: 10px 0 0 10px;
  font-weight: 800;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.5px;
}

/* Altyapı sorgu bandı */
.band {
  margin: 1.25rem 0;
}
.band-inner {
  border: 1px solid #e6ece9;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.band .cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.1rem;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--primary), var(--primary-600));
  color: #fff;
  border: 0;
  box-shadow: 0 12px 30px rgba(16, 116, 81, 0.18);
  font-weight: 800;
}
.band .cta:hover {
  background: linear-gradient(180deg, var(--primary-600), var(--primary-700));
}
.band .cta i {
  font-size: 1rem;
}

/* Dijital Abonelik CTA section */
.egov-cta {
  margin: 1.6rem 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.egov-cta .card {
  background: #fff;
  border: 1px solid #e6ece9;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 1.25rem;
}
.egov-cta .grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 1rem;
}
.egov-cta .logo {
  height: 34px;
  margin-bottom: 0.9rem;
}
.egov-cta h3 {
  margin: 0.2rem 0 0.6rem;
  color: #0b3b2a;
  font-size: 1.6rem;
  line-height: 1.2;
}
.egov-cta p {
  margin: 0 0 0.9rem;
  color: #334155;
}
.egov-cta .actions {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
}
.egov-cta .ghost {
  background: #e8f4f0;
  color: #0d2c22;
  border: 0;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-weight: 800;
}
.egov-cta .media {
  border-radius: 14px;
  overflow: hidden;
}
.egov-cta .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1100px) {
  .egov-cta .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  .egov-cta h3 {
    font-size: 1.35rem;
  }
}
/* Blog kartları */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.blog {
  background: #fff;
  border: 1px solid #e6ece9;
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.blog .body {
  padding: 0.9rem;
}
/* SSS */
#sss {
  margin-top: 80px;
  margin-bottom: 80px;
}
.accordion {
  margin: 1rem 0;
  background: #fff;
  border: 1px solid #e6ece9;
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.acc-item {
  background: #fff;
}
.acc-item + .acc-item {
  border-top: 1px dashed #e6ece9;
}
.acc-head {
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 800;
}
.acc-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #0b3b2a;
}
.acc-title i {
  color: var(--primary);
}
.acc-arrow {
  transition: transform 0.2s ease;
  color: #0e2d23;
}
.acc-item.active .acc-arrow {
  transform: rotate(180deg);
}
.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  color: #334155;
  padding: 0px;
}
.acc-item.active .acc-body {
  padding: 20px;
  margin-left: 5px;
}

/* Footer genel alan */
.footer {
  margin-top: 2rem;
  width: 100%;
}

/* İçerik genişliği 1100px ile sınırlı */
.footer .container {
  width: min(1100px, 100% - 2rem);
  margin: 0 auto;
}
.footer {
  background-color: #13875a;
}

.footer .hero {
  position: relative;
  width: 100% !important;
  height: 300px;
  background: linear-gradient(rgba(19, 135, 90, 0.7), rgba(19, 135, 90, 0.7)),
    url("/img/footer.jpg") center center / cover no-repeat;
  display: flex;
  justify-content: center; /* yatay ortalama */
  align-items: center; /* dikey ortalama */
}

.footer .cols {
  position: relative;
  z-index: 10; /* yazıları öne al */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  padding: 1rem 2rem;
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6); /* okunabilirlik için gölge */
}

.footer h4 {
  margin: 0.2rem 0 0.8rem 0;
  color: #ffffff;
  font-weight: 600;
}

.footer a {
  display: block;
  opacity: 0.95;
  margin: 0.35rem 0;
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover {
  opacity: 1;
  color: #d2d2d2;
  text-decoration: none;
}

/* Yazılar hero içinde */
.footer .hero .container {
  position: relative;
  z-index: 2; /* yazılar üstte */
}
.media-frame-mobile {
  display: none !important;
}
/* Footer kolonları */
.footer .cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  padding: 2rem 0 1.5rem;
  color: white;
}
@media (max-width: 800px) {
  .footer .cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer {
    padding: 10px;
  }
  .footer .hero {
    height: 400px;
  }
  .media-frame-mobile {
    display: block !important;
  }
  .footer {
    width: 100% !important;
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
}

/* Başlık ve linkler */
.footer h4 {
  margin: 0.2rem 0 0.8rem 0;
  color: #ffffff;
}

.footer a {
  display: block;
  opacity: 0.95;
  margin: 0.35rem 0;
  color: #ffffff;
}

.footer a:hover {
  opacity: 1;
  text-decoration: none;
  color: #d2d2d2;
}

/* Foot-top alanı */
.footer .foot-top {
  position: relative;
  background: #ffffff;
  color: #000000;
  z-index: 5; /* hero üstüne çıkar */
}

.footer .foot-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/* Marka ve sosyal medya */
.footer .foot-top .brand img {
  height: 58px;
}

.footer .foot-top .social {
  display: flex;
  gap: 0.6rem;
}

.footer .foot-top .social a {
  border: 1px solid #13875a;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #000;
}

.footer .foot-top .social a:hover {
  background: #13875a;
  color: #fff;
}

/* Mobile slide menu & modal */
body.menu-open,
body.modal-open {
  overflow: hidden;
}
.mobile-menu {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  top: 56px;
  background: #fff;
  border-bottom: 1px solid #e6ece9;
  padding: 0.6rem 10px 0.8rem;
  display: grid;
  gap: 0.25rem;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
  z-index: 60;
}
.mobile-menu a {
  padding: 0.6rem 0.4rem;
  border-radius: 10px;
  font-weight: 700;
  color: #0e2d23;
}
.mobile-menu a:active {
  background: #f2f7f5;
}
.mobile-menu.open {
  transform: translateY(0);
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 80;
}
.modal-overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.modal {
  width: min(560px, calc(100% - 10px));
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  position: relative;
}
.modal.video-modal {
  width: min(800px, calc(100% - 20px));
}
.modal .content {
  padding: 1rem;
}
.modal.video-modal .content {
  padding: 1.5rem;
}
.modal .close {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  background: #fff;
  border: 1px solid #e6ece9;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
}

/* Responsiveness */
.only-mobile {
  display: none;
}
@media (max-width: 1100px) {
  .hero .wrap {
    grid-template-columns: 1fr;
    margin-bottom: 30px !important;
  }
  .icon-strip {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 80px;
  }
  .egov {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* plans: show 2 per view */
  .carousel .track {
    gap: 18px;
  }
  .plan {
    flex: 0 0 calc((100% - 18px) / 2);
  }
}
@media (max-width: 800px) {
  .media-frame{
    display: none !important;
  }
  .topbar {
    display: none;
  }
  .container {
    width: calc(100% - 20px);
  }
  .nav {
    display: none;
  }
  .burger {
    display: inline-grid;
  }
  .only-mobile {
    display: block;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  /* Mobile header: hide desktop CTA to avoid duplicates */
  .header .cta:not(.only-mobile) {
    display: none;
  }
  .header .container {
    padding: 0.5rem 0;
  }
  .brand {
    gap: 0.5rem;
  }
  .brand strong {
    font-size: 1rem;
  }
  /* Mobile hero sizing */
  .hero {
    padding: 0.7rem 0 0.7rem;
  }
  .hero::before {
    display: none !important;
  }
  .hero h1 {
    font-size: 1.55rem;
    line-height: 1.18;
  }
  .subtitle {
    font-size: 0.95rem;
  }
  .mobile-menu {
    display: grid !important;
  }
  .form-card {
    padding: 1rem;
  }
  .form input {
    padding: 0.75rem 0.85rem;
  }
  /* Mobile-first layout: hide desktop hero grid */
  .hero .wrap {
    display: block;
  }
  .hero .left {
    display: none;
  }

  .hero .hero-media img {
    width: 50% !important;
  }
  /* Mobile hero carousel */
  .m-hero {
    display: none;
  }
  .m-hero .mcar {
    position: relative;
  }
  .m-hero .viewport {
    overflow: hidden;
    border-radius: 14px;
  }
  .m-hero .track {
    display: flex;
    gap: 8px;
    transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .m-hero .slide {
    min-width: 100%;
  }
  .m-hero img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
  }
  .m-hero .nav {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 2px;
  }
  .m-hero .nav button {
    pointer-events: auto;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }
  /* Mobile form block (separate) */
  .m-form {
    display: block;
    margin: 0.5rem 0 0.8rem;
  }
  .m-form .form {
    gap: 0.65rem;
  }
  .m-form .form input {
    padding: 0.9rem 1rem;
  }
  .m-form .form .cta {
    margin-top: 0.2rem;
  }

  .m-form .form .cta {
    width: 100%;
  }
  .m-trust {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem 0;
    color: #0b3b2a;
    font-weight: 700;
  }
  /* Icon grid: two-up equal height under form */
  .icon-strip {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
  .i-card {
    padding: 0.9rem;
    border-radius: 12px;
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .i-card i {
    font-size: 1.4rem;
  }
  .i-card span {
    font-size: 0.95rem;
  }
  /* Section spacings to match reference */
  .egov {
    margin-top: 0.4rem;
  }
  .egov-cta .actions {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .egov-cta .actions button {
    width: 100%;
    margin-top: 5px;
  }
  .plans {
    margin-top: 1rem;
    padding: 1.2rem 0 1rem;
  }
  .band {
    margin: 0.9rem 0;
  }
  /* plans: show 1 per view */
  .carousel .track {
    gap: 12px;
  }
  .plan {
    flex: 0 0 100%;
  }
  .plan .inner {
    padding: 0.9rem;
  }
  .price {
    font-size: 1.6rem;
  }
  .gauge .icon {
    width: 54px;
    height: 54px;
  }
  .ribbon {
    top: 170px;
  }

  .band-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }
  .band .cta {
    width: 100%;
    justify-content: center;
  }
  .acc-head {
    padding: 1rem;
  }
}
@media (max-width: 520px) {
  .mobile-menu {
    display: grid !important;
  }
  .mobile-menu.open {
    top: 80px;
  }

  .icon-strip {
    grid-template-columns: repeat(1, 1fr);
  }
  .carousel .nav-btn {
    margin: 0 10px;
    width: 40px;
    height: 40px;
  }
  .carousel .prev {
    left: -14px;
  }
  .carousel .next {
    right: -14px;
  }
}
