body {
  font-family: 'Inter', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at top, #0a1857 0%, #0e2a7b 42%, #122f86 100%);
  color: #eef3ff;
  min-height: 100vh;
}

* {box-sizing: border-box;}
header {
  background: linear-gradient(130deg, rgba(4,17,67,.95), rgba(10,43,120,.95));
  color: #f2f7ff;
  padding: 1.4rem 2rem;
  text-align: center;
  box-shadow: 0 10px 40px rgba(1,11,37,0.45);
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

header h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: 0.8px;
}

header .tagline {
  color: #bdd7ff;
  font-size: 1rem;
  margin-top: 0.45rem;
  font-weight: 500;
}

nav a {
  color: #c7d9f9;
  margin: 0 0.9rem;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(7, 25, 62, 0.45);
  padding: 0.3rem 0.6rem;
  border-radius: 8px;
}

nav a:hover {
  background: rgba(255,255,255,0.14);
  color: #ffffff;
}

.tagline {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.intro {
  padding: 2rem 1rem;
  text-align: center;
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  margin: 1rem;
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
}
.products {
  background: rgba(255,255,255,0.08);
  padding: 2rem 1rem;
  border-radius: 16px;
  margin: 1rem;
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
}
.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 1.25rem;
  justify-content: center;
}
.product {
  background: linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(3, 20, 58, 0.35);
  padding: 1.4rem;
  min-height: 360px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin: 0 auto 1rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.28);
}
footer {
  background: #0b3f6b;
  color: #f0f9ff;
  text-align: center;
  padding: 1.25rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tracker-shell {
  padding: 2rem 1rem 3rem;
}

.tracker-card {
  max-width: 780px;
  margin: 0 auto;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  padding: 1.6rem;
  box-shadow: 0 18px 45px rgba(2, 19, 62, 0.3);
}

.tracker-card h2 {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.tracker-card p {
  color: rgba(234,243,255,0.92);
}

.tracker-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tracker-form label {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-weight: 600;
}

.tracker-form input,
.tracker-form select,
.tracker-form textarea,
.tracker-form button {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  font: inherit;
}

.tracker-form input,
.tracker-form select,
.tracker-form textarea {
  background: rgba(255,255,255,0.95);
  color: #13244c;
}

.tracker-form button {
  background: linear-gradient(120deg, #1c5fa7, #47a4ff);
  color: white;
  font-weight: 700;
  cursor: pointer;
}

.tracker-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tracker-form-grid .full-width {
  grid-column: 1 / -1;
}

.tracker-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.inline-form {
  display: inline-flex;
}

.inline-form button {
  background: rgba(255,255,255,0.14);
  color: white;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 0.6rem 1rem;
  cursor: pointer;
}

.tracker-error {
  background: rgba(255, 78, 78, 0.18);
  color: #ffe0e0;
  border: 1px solid rgba(255, 111, 111, 0.32);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
}

.tracker-success {
  background: rgba(86, 214, 123, 0.18);
  color: #ddffe7;
  border: 1px solid rgba(116, 224, 141, 0.3);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  margin-bottom: 1rem;
}

@media (max-width: 700px) {
  .tracker-form-grid {
    grid-template-columns: 1fr;
  }

  .tracker-header-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

main,
section {
  max-width: 1140px;
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 1fr);
  gap: 2rem;
  background: linear-gradient(120deg, #1c5fa7, #47a4ff);
  color: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  margin: 1.5rem;
  box-shadow: 0 20px 50px rgba(16, 65, 131, 0.35);
  align-items: center;
}

.hero-content {
  max-width: 720px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  color: #e4efff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
  font-weight: 700;
}

.hero-content h2 {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  margin-bottom: 1rem;
  line-height: 1.02;
}

.hero-content p {
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  max-width: 640px;
  color: rgba(241,246,255,0.92);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.7rem;
}

.hero-badges span {
  background: rgba(255,255,255,0.16);
  color: #eaf3ff;
  font-weight: 700;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.7rem;
}

.stat-card {
  flex: 1 1 130px;
  min-width: 130px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  text-align: center;
}

.stat-card strong {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.stat-card span {
  display: block;
  color: rgba(234,243,255,0.88);
  font-size: 0.95rem;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-illustration {
  position: relative;
  width: 100%;
  max-width: 460px;
  min-height: 420px;
  padding: 2rem;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.24), transparent 32%),
    radial-gradient(circle at bottom right, rgba(255,255,255,0.12), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 34px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 22px 50px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.hero-illustration::after {
  content: '';
  position: absolute;
  left: -5%;
  top: 18%;
  width: 120%;
  height: 80%;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.22), transparent 45%);
  filter: blur(35px);
}

.station {
  position: absolute;
  top: 2rem;
  right: 1.4rem;
  width: 128px;
  min-height: 260px;
  background: linear-gradient(180deg, #0e3f79, #1f7ddb);
  border-radius: 34px;
  padding: 1rem 0.95rem;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255,255,255,0.22);
}

.station-top {
  width: 100%;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
  margin-bottom: 1rem;
}

.station-screen {
  padding: 1rem 0.9rem;
  background: rgba(255,255,255,0.08);
  border-radius: 22px;
  text-align: center;
  color: #eef7ff;
  margin-bottom: 1rem;
}

.station-screen strong {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.station-screen small {
  opacity: 0.8;
  font-size: 0.8rem;
}

.station-display {
  display: grid;
  gap: 0.8rem;
}

.status-pill,
.power-level {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 700;
}

.status-pill {
  background: rgba(255,255,255,0.22);
  color: #e9f5ff;
}

.power-level {
  background: rgba(0, 210, 180, 0.12);
  color: #c1f6e4;
}

.station-base {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  margin-top: 1.5rem;
}

.charging-cable {
  position: absolute;
  left: 58px;
  top: 7.6rem;
  width: 14px;
  height: 190px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.35));
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}

.charging-cable::before {
  content: '';
  position: absolute;
  left: -8px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.24);
}

.ev-car {
  position: absolute;
  bottom: 2.2rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  max-width: 320px;
  height: 170px;
}

.car-top {
  position: absolute;
  top: 0;
  left: 18%;
  width: 64%;
  height: 46px;
  border-radius: 40px 40px 22px 22px;
  background: linear-gradient(135deg, #dff1ff, #cbdcff);
  box-shadow: inset 0 8px 18px rgba(255,255,255,0.6);
}

.car-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  border-radius: 34px;
  background: linear-gradient(135deg, #2c75c4, #73b6ff);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}

.car-window {
  position: absolute;
  top: 14px;
  left: 14%;
  width: 72%;
  height: 42px;
  border-radius: 20px;
  background: rgba(255,255,255,0.45);
  backdrop-filter: blur(2px);
}

.car-wheel {
  position: absolute;
  bottom: -10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #1e2f4f, #0b1631);
  border: 6px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.08);
}

.car-wheel.front {
  left: 12%;
}

.car-wheel.back {
  right: 12%;
}

.feature-card,
.testimonial-card {
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 18px;
  padding: 1.35rem 1.4rem;
  background: rgba(255,255,255,0.09);
}

.features,
.testimonials,
.products {
  margin: 2rem 1.25rem;
  padding: 1.75rem;
  background: rgba(255,255,255,0.08);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(2, 20, 62, 0.16);
}

.features h2,
.testimonials h2,
.products h2 {
  text-align: center;
  color: #082b5f;
  margin-bottom: 1.2rem;
}

.section-subtitle {
  max-width: 740px;
  margin: 0 auto 1.75rem;
  color: rgba(9, 46, 78, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.testimonial-card {
  background: rgba(255,255,255,0.95);
  color: #162b4d;
  border-color: rgba(25, 101, 186, 0.18);
}

.testimonial-card p {
  color: #2c3d6f;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.testimonial-card strong {
  display: block;
  color: #0f315f;
  font-size: 0.95rem;
}

.hero .button {
  box-shadow: 0 14px 30px rgba(3, 89, 165, 0.28);
}

body {
  overflow-x: hidden;
}

.feature-card {
  cursor: pointer;
  background: #f9fbff;
  border-color: rgba(0, 119, 204, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.feature-card h3 {
  color: #083d73;
  margin-bottom: 0.6rem;
}

.feature-card p {
  color: #0f4175;
  font-weight: 600;
  line-height: 1.65;
}

  .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #2b74d9, #5db3ff);
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 12px 30px rgba(11, 66, 142, 0.2);
  }

  .highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
  }

.battery-category-grid {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: minmax(220px, auto);
}

.battery-category-card {
  background: rgba(0, 109, 211, 0.06);
  border: 1px solid rgba(0, 109, 211, 0.16);
  border-radius: 16px;
  padding: 1.4rem;
  color: #0e2f60;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 240px;
}

.battery-category-card h4 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #0a3c75;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
}

.battery-group-title {
  margin: 2.5rem 0 1rem;
  color: #f7fbff;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.battery-section-subtitle {
  max-width: 760px;
  margin: 0.75rem 0 1.75rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.75;
}

.battery-category-card ul,

.battery-category-card ol {
  margin: 0;
  padding-left: 1.2rem;
}

.battery-category-card ul li,
.battery-category-card ol li {
  margin-bottom: 0.75rem;
}

.battery-category-card img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

.battery-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.9rem;
}

.battery-spec-table th,
.battery-spec-table td {
  border: 1px solid rgba(0, 64, 128, 0.15);
  padding: 0.8rem 1rem;
  text-align: left;
}

.battery-spec-table th {
  background: rgba(12, 68, 120, 0.08);
}

.other-series-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.other-series-list li {
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 0.85rem 1rem;
}

.dealer-bridge {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(280px, 1fr);
  gap: 2rem;
  align-items: start;
  margin: 2.5rem 0;
  padding: 2rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
}

.dealer-copy .bridge-list {
  padding-left: 1.25rem;
  margin-top: 1rem;
}

.dealer-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.dealer-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 18px 50px rgba(15, 35, 88, 0.12);
}


.dealer-copy .bridge-list li {
  margin-bottom: 0.75rem;
}

.dealer-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 18px 50px rgba(15, 35, 88, 0.12);
}

.feature-card h3,
.testimonial-card strong {
  color: #1a5087;
}

.features h2,
.testimonials h2,
.products h2 {
  text-align: center;
  color: #0f3a69;
  margin-bottom: 1rem;
}

.feature-grid,
.testimonial-list {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
}

.testimonial-card p {
  color: #2d427a;
  line-height: 1.54;
}

nav a {
  color: #e4ebff;
  margin: 0 0.8rem;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  transition: color 0.2s ease;
}

nav a:hover {
  color: #f5f7ff;
}

nav a.active {
  color: #ffffff;
  background: rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 0.65rem 0.95rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.8rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin: 1.3rem 0 2rem;
}

.category-list button {
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.12);
  color: #eef3ff;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.category-list button:hover,
.category-list button.active {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.32);
  transform: translateY(-2px);
}

.product-category {
  display: block;
  gap: 0;
}

.product-category > .product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.35rem;
}

.product-category > h3 {
  margin-bottom: 1rem;
}

.contact-section,
.cart,
.checkout-section {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(4, 21, 68, 0.14);
  margin: 1.75rem 1.25rem;
}

.contact-section h2,
.cart h2,
.checkout-section h2 {
  color: #f7fbff;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.cart-item button {
  background: rgba(255,255,255,0.14);
  color: #08254f;
  border: 1px solid rgba(255,255,255,0.22);
  padding: 0.55rem 0.85rem;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(2, 8, 30, 0.8);
  z-index: 99;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.modal.visible,
.modal[style*="display: flex"] {
  display: flex;
}

.modal .modal-content {
  background: rgba(255,255,255,0.98);
  border-radius: 22px;
  padding: 2rem;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.toast-message {
  position: fixed;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%) translateY(20px);
  background: rgba(10, 45, 94, 0.96);
  color: #fff;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1000;
}

.toast-message.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

form button,
button,
.button {
  border-radius: 999px;
}

footer a {
  color: #d8e6ff;
  text-decoration: none;
}

footer a:hover {
  color: #ffffff;
}

.contact-section a {
  color: #ffffff;
}

.contact-details {
  color: #ffffff;
}

form input,
form textarea,
form select,
input,
textarea {
  background: rgba(255,255,255,0.92);
}

@media (max-width: 900px) {
  header {
    justify-content: center;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-illustration {
    max-width: 100%;
  }
  .button,
  form button {
    width: 100%;
  }
  .category-list,
  .feature-grid,
  .testimonial-list,
  .product-list {
    grid-template-columns: 1fr;
  }
  .product-category > .product-list {
    grid-template-columns: 1fr;
  }
  .dealer-bridge {
    grid-template-columns: 1fr;
  }
  .dealer-image {
    min-height: 220px;
  }
  .battery-category-grid {
    grid-template-columns: 1fr;
  }
}

form {
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 1.6rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.20);
  margin: 1rem 0;
}

#policy-content {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 2rem;
  margin-top: 2rem;
  color: #0f3a69;
}

#policy-content h2 {
  color: #0f3a69;
  margin-bottom: 1rem;
}

#policy-content p {
  color: #2d427a;
  line-height: 1.6;
}

#policy-content ul {
  color: #2d427a;
}

#policy-content li {
  margin-bottom: 0.5rem;
}

#bank-payment {
  background: rgba(0, 34, 80, 0.86);
  border: 1px solid rgba(0, 150, 245, 0.35);
  color: #ffffff;
  padding: 1.25rem;
  border-radius: 12px;
  margin-top: 1.5rem;
}

#bank-payment h3 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

#bank-payment ul {
  margin: 0.4rem 0 0.8rem 1rem;
  padding-left: 0;
  list-style-type: disc;
}

#bank-payment li {
  margin-bottom: 0.35rem;
  color: #ffffff;
  font-weight: 600;
}

#bank-payment p {
  color: #ffffff;
}


form input,
form textarea,
form select {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid #c7d3e5;
  border-radius: 8px;
  font-size: 1rem;
  margin-bottom: 1rem;
  background: #fcfdff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

form input:focus,
form textarea:focus,
form select:focus {
  border-color: #3b7cc5;
  box-shadow: 0 0 0 3px rgba(56, 119, 219, 0.18);
  outline: none;
}

form button,
button,
.button {
  background: linear-gradient(130deg, #0d58af, #2ea5ff);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(9, 74, 150, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

form button:hover,
button:hover,
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(9, 74, 150, 0.28);
}

.product {
  background: #ffffff;
  border: 1px solid #d6dfe9;
  border-radius: 14px;
  padding: 1.5rem;
  width: 280px;
}

.product img {
  width: 180px;
  height: 180px;
}

.product h3 {
  color: #0a3568;
}

.product p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #334466;
}

.container {
  padding: 2rem 1.25rem;
}

.category-list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 1rem 0 2rem;
}

.category-list button {
  border: 1px solid #1d67ba;
  background: #f4f8ff;
  color: #0d407e;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.category-list button:hover,
.category-list button:focus {
  background: #1d67ba;
  color: #fff;
  outline: none;
}

@media (max-width: 900px) {
  .product-list {
    flex-direction: column;
    align-items: center;
  }
  header,
  footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

