:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --ink: #1f2b37;
  --muted: #5f6b77;
  --brand: #2663d6;
  --brand-dark: #1f52b2;
  --accent: #f2f5fa;
  --line: #e4eaf1;
  --radius: 12px;
  --shadow: 0 10px 24px rgba(13, 33, 58, 0.07);
  --container: 1140px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(var(--container), 92vw);
  margin: 0 auto;
}

.topbar {
  background: #f3f7fc;
  color: #3f4c59;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
}

.topbar a {
  color: #2f4a66;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #21364a;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #295cbf, #1c438d);
  color: #fff;
  font-size: 0.9rem;
  box-shadow: 0 8px 14px rgba(26, 58, 112, 0.25);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: #465565;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  padding: 0.4rem 0.58rem;
  border-radius: 8px;
  font-size: 0.94rem;
}

.nav-links a.active,
.nav-links a:hover {
  color: #1f4e96;
  background: rgba(38, 99, 214, 0.1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
  font-weight: 700;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, var(--brand), var(--brand-dark));
  box-shadow: 0 8px 16px rgba(35, 81, 165, 0.24);
}

.btn-secondary {
  color: #2c4864;
  border: 1px solid #c9d6e5;
  background: #fbfdff;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.35rem;
}

.hero {
  padding: 4.2rem 0 3rem;
  border-bottom: 1px solid var(--line);
}

.hero-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 0;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(180deg, rgba(23, 28, 36, 0.7), rgba(23, 28, 36, 0.78)),
    url("../images/banner-bg.jpg");
  background-size: cover;
  background-position: center;
}

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.28);
}

.hero-banner-content {
  text-align: center;
  padding: 2.8rem 0 1.5rem;
  max-width: 1080px;
  margin: 0 auto;
}

.hero-banner-content h1 {
  color: #f5f7fb;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 1.06;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.hero-subline {
  color: #f2f4f7;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 2rem);
  margin-bottom: 0.3rem;
}

.hero-cta-wrap {
  margin: 1.35rem 0 1.2rem;
}

.hero-cta {
  background: #f6f7fa;
  color: #161b23;
  box-shadow: none;
  padding: 0.75rem 1.45rem;
}

.hero-foot {
  color: #e7d8c7;
  font-size: clamp(1rem, 2.2vw, 2.55rem);
  line-height: 1.3;
  margin: 0;
}

.hero-grid {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
}

.kicker {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.13em;
  font-weight: 800;
  text-transform: uppercase;
  color: #40658a;
}

h1,
h2,
h3 {
  margin: 0 0 0.8rem;
  line-height: 1.2;
  color: #1f2e3e;
}

h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

h3 {
  font-size: 1.16rem;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.card {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 1.25rem;
  box-shadow: none;
}

.why-choose-list-card {
  display: flex;
  align-items: center;
}

.hero-panel {
  padding: 1.5rem;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.list {
  margin: 0;
  padding-left: 1.1rem;
  color: #3f4f5a;
}

section {
  padding: 3rem 0;
}

.section-head {
  max-width: 720px;
  margin-bottom: 1.4rem;
}

.grid-3,
.grid-2 {
  display: grid;
  gap: 1rem;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-grid .card:last-child {
  grid-column: 1 / -1;
  width: min(100%, calc((100% - 1rem) / 2));
  justify-self: center;
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(38, 99, 214, 0.12);
  font-weight: 800;
  color: #2b5dbe;
  margin-bottom: 0.8rem;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.page-hero {
  padding: 2.6rem 0 1.8rem;
}

.page-hero .card {
  border-radius: 12px;
  background: #fff;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  text-align: left;
  padding: 0.82rem;
  border-bottom: 1px solid var(--line);
}

th {
  background: #f4f7fb;
  color: #2d4660;
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

label {
  font-weight: 700;
  color: #314754;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c8d4dc;
  border-radius: 12px;
  padding: 0.72rem 0.8rem;
  font: inherit;
  color: #172731;
  background: #fff;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.notice {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  background: #edf3ff;
  color: #234d97;
  display: none;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0.9rem 1rem;
}

.faq details + details {
  margin-top: 0.85rem;
}

.faq summary {
  font-weight: 700;
  cursor: pointer;
  color: #2a4158;
}

.site-footer {
  background: #f6f8fb;
  color: #364858;
  border-top: 1px solid var(--line);
  padding: 2.4rem 0 1.2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 1.2rem;
}

.site-footer h3 {
  color: #223a54 !important;
  margin-bottom: 0.5rem;
}

.site-footer p {
  color: #5c6c7d;
}

.footer-links a {
  display: block;
  color: #3d556d;
  padding: 0.18rem 0;
}

.footer-links .social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 10px;
  background: #4267b2;
}

.footer-links .social-icon-link svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

.footer-bottom {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #6a7887;
  font-size: 0.9rem;
}

.disclaimer-box {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  background: #fcfdff;
}

.footer-aux {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.newsletter-form {
  display: flex;
  gap: 0.55rem;
}

.newsletter-form input {
  min-width: 0;
}

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

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

@media (max-width: 900px) {
  .hero-grid,
  .grid-3,
  .grid-2,
  .footer-grid,
  .footer-aux,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 4vw;
    width: min(320px, 92vw);
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem;
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .hero-banner-content {
    padding: 1.8rem 0 1.1rem;
  }

  .hero-cta-wrap {
    margin: 1rem 0;
  }

  .services-grid .card:last-child {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }
}
