:root {
  --base: #0F3567;
  --primary: #018BF8;
  --secondary: #36DB9F;
  --secondary-2: #2D947A;
  --text: #616670;
  --text-dark: #333F4D;
  --gray: #F6F6F6;
  --gray2: #EDF8FE;
  --border: #DEDEDE;
  --white: #fff;
  --heading: "Rajdhani", sans-serif;
  --body: "Rubik", sans-serif;
  --shadow: 0 16px 40px rgba(15, 53, 103, 0.08);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.75;
}
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
h1, h2, h3, h4, h5 {
  font-family: var(--heading);
  color: var(--base);
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 700;
}
p { margin: 0 0 14px; }
ul { margin: 0 0 14px; padding-left: 18px; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-sm { padding: 64px 0; }
.bg-soft { background: var(--gray2); }
.bg-gray { background: #f8fbfe; }
.center { text-align: center; }
.eyebrow {
  color: var(--primary);
  font-family: var(--heading);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 8px;
}
.lead { font-size: 17px; max-width: 720px; }
.center .lead, .center .eyebrow { margin-left: auto; margin-right: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--primary);
  color: var(--white);
  border: 0;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 4px;
  font-family: var(--heading);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s ease;
}
.btn:hover { background: var(--base); color: var(--white); }
.btn-navy { background: var(--base); }
.btn-navy:hover { background: var(--primary); }
.btn-outline {
  background: transparent;
  color: var(--base);
  border: 1px solid var(--base);
}
.btn-outline:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn-white { background: #fff; color: var(--base); }
.btn-white:hover { background: var(--base); color: #fff; }

.site-header {
  background: var(--base);
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.logo { display: flex; align-items: center; gap: 10px; color: #fff; flex: 0 0 auto; }
.logo img { width: 48px; height: 48px; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text strong {
  font-family: var(--heading);
  font-size: 26px;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.logo-text span {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9fd0ff;
  margin-top: 3px;
}
.main-nav { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.main-nav a {
  color: #fff;
  font-family: var(--heading);
  font-weight: 600;
  font-size: 17px;
  position: relative;
}
.main-nav a:hover, .main-nav a.active { color: #7ec8ff; }
.main-nav a.active:after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 2px;
  background: var(--primary);
}
.header-social { display: flex; gap: 8px; }
.header-social a, .share a {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff; display: grid; place-items: center; font-size: 13px;
}
.header-social a:hover, .share a:hover { background: var(--primary); border-color: var(--primary); }
.header-help {
  display: flex; align-items: center; gap: 10px; color: #fff; margin-left: 6px;
}
.help-icon {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  display: grid; place-items: center; color: var(--primary); font-size: 18px;
}
.header-help small { display: block; color: #c9d7ea; font-size: 12px; line-height: 1.2; }
.header-help strong { font-family: var(--heading); font-size: 16px; font-weight: 700; }
.nav-toggle {
  display: none; margin-left: auto; background: transparent; border: 0; width: 44px; height: 44px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; }

.hero { background: linear-gradient(180deg, #f3faff 0%, #fff 100%); padding: 72px 0 40px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hero h1 { font-size: 64px; letter-spacing: -0.02em; margin-bottom: 16px; }
.hero p { font-size: 17px; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.hero-visual { position: relative; min-height: 460px; }
.hero-visual .blob {
  position: absolute; right: -20px; top: 10px; width: 430px; height: 430px; border-radius: 50%;
  background: var(--primary);
}
.hero-visual .dots {
  position: absolute; left: 20px; top: 30px; width: 120px; height: 120px;
  background-image: radial-gradient(var(--primary) 1.6px, transparent 1.7px);
  background-size: 14px 14px; opacity: 0.7;
}
.hero-visual img {
  position: relative; z-index: 1; width: 86%; margin-left: auto; margin-top: 36px;
  border-radius: 18px 18px 80px 18px; height: 430px; object-fit: cover;
  box-shadow: 0 20px 50px rgba(15,53,103,0.18);
}

.about-grid, .split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.collage { position: relative; min-height: 460px; }
.collage .main-shot {
  width: 78%; margin-left: auto; height: 430px; object-fit: cover; object-position: center 70%; border-radius: 8px;
  box-shadow: var(--shadow);
}
.collage .side-shot {
  position: absolute; left: 0; top: 36px; width: 210px; height: 250px; object-fit: cover;
  border: 8px solid #fff; border-radius: 8px; box-shadow: var(--shadow);
}
.client-badge {
  position: absolute; left: 36px; bottom: 18px; background: #fff; border-radius: 8px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; padding: 14px 16px; max-width: 250px;
}
.client-badge img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.client-badge strong { display: block; color: var(--base); font-family: var(--heading); font-size: 28px; line-height: 1; }
.client-badge span { font-size: 13px; }
.about-copy h2 { font-size: 46px; max-width: 520px; }
.contact-inline { display: flex; align-items: center; gap: 16px; margin-top: 22px; flex-wrap: wrap; }
.mail-note { color: var(--base); font-weight: 500; }
.mail-note small { display: block; color: var(--text); font-weight: 400; }

.service-rows { max-width: 860px; margin: 0 auto; }
.service-row {
  display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: start;
  padding: 22px 0; border-bottom: 1px solid #e6eef5;
}
.service-row:first-child { border-top: 1px solid #e6eef5; }
.icon-bubble {
  width: 64px; height: 64px; border-radius: 50%; background: #fff; color: var(--primary);
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(1,139,248,0.12); border: 1px solid #e5f3fe;
}
.icon-bubble svg { width: 30px; height: 30px; }
.service-row h3 { margin-bottom: 4px; font-size: 26px; }
.service-row p { margin: 0; }

.query-wrap { background: var(--base); padding: 0 0 70px; }
.query-box {
  background: var(--primary);
  background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.16), transparent 32%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.08) 0 2px, transparent 2px 12px);
  color: #fff; border-radius: 10px; padding: 34px 40px;
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  transform: translateY(42px); position: relative; z-index: 2;
}
.query-box p { margin: 0; letter-spacing: 0.08em; text-transform: uppercase; font-size: 14px; opacity: 0.9; }
.query-box h2 { color: #fff; font-size: 36px; margin: 4px 0 0; }
.query-meta { display: grid; gap: 10px; }
.query-meta div { display: flex; gap: 10px; align-items: center; }
.query-meta strong { display: block; font-size: 14px; }
.query-meta a { color: #fff; }

.project-home { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.project-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.project-card img { width: 100%; height: 250px; object-fit: cover; }
.project-card div { padding: 18px 18px 22px; }
.project-card h3 { font-size: 26px; margin-bottom: 6px; }
.project-card p { margin: 0; }

.feature-grid, .card-grid, .stat-grid, .price-grid, .info-grid, .post-grid, .team-grid, .gallery, .quote-grid {
  display: grid; gap: 24px;
}
.feature-grid, .card-grid { grid-template-columns: repeat(3, 1fr); }
.info-card, .plain-card, .quote-card, .post-card, .price-card, .stat-card {
  background: #fff; border-radius: 8px; box-shadow: var(--shadow);
}
.info-card, .plain-card { padding: 28px 24px 24px; }
.info-card h3, .plain-card h3 { font-size: 26px; }
.read-more {
  color: var(--primary); font-family: var(--heading); font-weight: 700; letter-spacing: 0.08em; font-size: 14px;
}
.icon-line {
  width: 62px; height: 62px; border-radius: 50%; border: 1px solid #d7ecfb; color: var(--primary);
  display: grid; place-items: center; margin-bottom: 14px;
}

.story-band { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: stretch; }
.story-copy h2 { font-size: 42px; }
.quote-panel {
  background: var(--primary); color: #fff; border-radius: 8px; padding: 36px 32px;
  box-shadow: var(--shadow);
}
.quote-panel h3, .quote-panel p { color: #fff; }
.quote-panel p { font-size: 18px; }

.team-home { display: grid; grid-template-columns: repeat(3, 180px); justify-content: center; gap: 36px; text-align: center; }
.avatar-round { width: 170px; height: 170px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; border: 6px solid #fff; box-shadow: var(--shadow); }
.team-home h3 { font-size: 24px; margin-bottom: 2px; }
.team-home p { margin: 0; font-size: 14px; }

.stat-grid { grid-template-columns: repeat(4, 1fr); margin-top: 28px; }
.stat-card { text-align: center; padding: 28px 12px 22px; border-bottom: 4px solid var(--secondary); }
.stat-card strong { display: block; font-family: var(--heading); font-size: 42px; color: var(--base); line-height: 1; }
.stat-card span { color: var(--text); }

.post-grid { grid-template-columns: repeat(3, 1fr); }
.post-card img { height: 210px; width: 100%; object-fit: cover; border-radius: 8px 8px 0 0; }
.post-card div { padding: 18px 18px 22px; }
.post-card time { color: var(--primary); font-size: 13px; font-weight: 500; }
.post-card h3 { font-size: 24px; }

.site-footer { background: #0c2d58; color: #d5e0ee; position: relative; }
.site-footer:before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 10% 20%, rgba(255,255,255,0.04) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.04) 0 2px, transparent 3px);
  pointer-events: none;
}
.footer-grid {
  position: relative; display: grid; grid-template-columns: 1.3fr 0.9fr 1fr 1.1fr; gap: 30px; padding: 80px 0 40px;
}
.site-footer h3, .site-footer h4 { color: #fff; }
.site-footer a { color: #d5e0ee; }
.site-footer a:hover { color: #fff; }
.footer-about p { color: #c5d2e2; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 8px 0; }
.footer-links a:before { content: "› "; color: var(--primary); }
.footer-contact p { margin: 0 0 10px; display: flex; gap: 8px; }
.news-form { display: flex; background: #fff; border-radius: 4px; overflow: hidden; margin-top: 12px; }
.news-form input { border: 0; padding: 12px 14px; flex: 1; outline: none; color: var(--text-dark); }
.news-form button { border: 0; background: var(--primary); color: #fff; width: 48px; cursor: pointer; }
.share { display: flex; gap: 8px; margin-top: 16px; }
.share a { background: rgba(255,255,255,0.06); }
.footer-bottom {
  position: relative; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: 16px 0 22px; font-size: 14px;
}
.footer-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-legal { color: #fff; }

.page-banner {
  background:
    linear-gradient(100deg, rgba(15,53,103,0.92), rgba(15,53,103,0.78)),
    url("../images/house-dusk.jpg") center/cover no-repeat;
  color: #fff; padding: 78px 0 70px;
}
.page-banner h1 {
  color: #fff; font-size: 64px; letter-spacing: 0.04em; text-transform: uppercase; margin: 0;
}
.banner-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.crumbs { color: #d7e6f5; font-size: 15px; }
.crumbs a { color: #fff; }
.page-main { background: #f7fbfe; }
.page-main .section { background: transparent; }

.team-grid { grid-template-columns: repeat(3, 1fr); }
.team-card { text-align: center; }
.team-card .photo-wrap { position: relative; }
.team-card img { width: 100%; height: 340px; object-fit: cover; border-radius: 6px; background: #e9eef3; }
.team-plus {
  width: 46px; height: 46px; border: 0; border-radius: 6px; background: var(--primary); color: #fff;
  font-size: 28px; line-height: 1; margin: -23px auto 10px; position: relative; cursor: pointer; display: grid; place-items: center;
}
.team-card h3 { font-size: 26px; margin-bottom: 0; }
.team-card .role { margin: 0; }
.share-pop {
  display: none; gap: 8px; justify-content: center; margin-top: 8px;
}
.team-card.share-open .share-pop { display: flex; }
.share-pop a {
  width: 32px; height: 32px; border-radius: 50%; background: var(--base); color: #fff; display: grid; place-items: center; font-size: 13px;
}

.gallery { grid-template-columns: repeat(3, 1fr); }
.gallery a { display: block; border-radius: 10px; overflow: hidden; position: relative; }
.gallery img { width: 100%; height: 240px; object-fit: cover; transition: 0.35s ease; }
.gallery a:hover img { transform: scale(1.05); }
.gallery figcaption {
  position: absolute; left: 12px; bottom: 12px; background: #fff; color: var(--base);
  font-family: var(--heading); font-weight: 700; padding: 6px 10px; border-radius: 4px;
}

.service-mosaic { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-tile { position: relative; border-radius: 10px; overflow: hidden; display: block; color: #fff; min-height: 230px; }
.service-tile img { width: 100%; height: 250px; object-fit: cover; }
.service-tile span.arrow {
  position: absolute; left: 14px; bottom: 14px; width: 36px; height: 36px; border-radius: 6px;
  background: var(--primary); display: grid; place-items: center;
}

.detail-layout { display: grid; grid-template-columns: 300px 1fr; gap: 34px; align-items: start; }
.side-list { background: #fff; border-radius: 10px; padding: 12px; box-shadow: var(--shadow); }
.side-list a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 14px; border-radius: 8px; color: var(--text-dark); margin-bottom: 8px; background: #f4f9fd;
}
.side-list a.active, .side-list a:hover { background: var(--primary); color: #fff; }
.help-card {
  margin-top: 18px; border-radius: 10px; overflow: hidden; color: #fff; min-height: 230px;
  background: linear-gradient(160deg, rgba(15,53,103,0.82), rgba(1,139,248,0.78)), url("../images/interior.jpg") center/cover;
  padding: 28px 22px;
}
.help-card h3, .help-card p, .help-card a { color: #fff; }
.detail-block { background: #fff; border-radius: 10px; padding: 28px; box-shadow: var(--shadow); margin-bottom: 22px; }
.detail-block h2 { font-size: 36px; }
.detail-media { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 18px; align-items: center; margin: 14px 0; }
.detail-media img { width: 100%; height: 220px; object-fit: cover; border-radius: 8px; }
.check-list { list-style: none; padding: 0; }
.check-list li { padding-left: 26px; position: relative; margin: 8px 0; }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 700; }

.bill-toggle { display: flex; justify-content: center; gap: 8px; margin: 22px 0 28px; }
.bill-toggle button {
  min-width: 120px; height: 46px; border: 0; border-radius: 4px; cursor: pointer;
  background: var(--base); color: #fff; font-family: var(--heading); font-weight: 700; letter-spacing: 0.08em;
}
.bill-toggle button.active { background: #111; }
.price-grid { grid-template-columns: repeat(3, 1fr); align-items: start; }
.price-card { position: relative; text-align: center; padding: 0 0 28px; overflow: hidden; }
.price-ribbon {
  background: var(--primary); color: #fff; padding: 26px 16px 36px;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
}
.price-card.featured .price-ribbon { background: var(--base); }
.price-ribbon strong { display: block; font-family: var(--heading); font-size: 42px; line-height: 1; }
.price-card h3 { margin-top: 18px; font-size: 28px; }
.price-table { width: 100%; border-collapse: collapse; margin: 8px 0 18px; }
.price-table td { padding: 9px 18px; border-bottom: 1px solid #f0f0f0; }
.price-table td:last-child { text-align: right; color: var(--text-dark); font-weight: 500; }
.price-flag {
  position: absolute; top: 0; right: 0; width: 74px; height: 74px;
  background: repeating-conic-gradient(#111 0% 25%, #fff 0% 50%) 0 0 / 16px 16px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.amount-monthly, .amount-yearly { display: none; }
body[data-billing="monthly"] .amount-monthly, body[data-billing="yearly"] .amount-yearly { display: inline; }
.compare { width: 100%; border-collapse: collapse; background: #fff; box-shadow: var(--shadow); border-radius: 8px; overflow: hidden; }
.compare th, .compare td { padding: 12px 14px; border-bottom: 1px solid #eef2f6; text-align: left; }
.compare th { background: var(--base); color: #fff; font-family: var(--heading); font-size: 18px; }

.quote-grid { grid-template-columns: repeat(3, 1fr); }
.quote-card { padding: 22px; }
.person { display: flex; gap: 12px; align-items: center; margin-bottom: 10px; }
.person img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.person h3 { font-size: 22px; margin: 0; }
.person p { margin: 0; font-size: 13px; }
.stars { color: #f5b400; letter-spacing: 2px; margin-bottom: 8px; }

.info-grid { grid-template-columns: repeat(3, 1fr); }
.info-tile { background: #fff; box-shadow: var(--shadow); text-align: center; padding: 28px 18px; }
.info-tile .tile-icon {
  width: 64px; height: 54px; margin: 0 auto 12px; background: var(--primary); color: #fff;
  display: grid; place-items: center; clip-path: polygon(8% 0, 92% 0, 100% 18%, 100% 100%, 0 100%, 0 18%);
}
.form-wrap { max-width: 760px; margin: 0 auto; }
.form-wrap h2 { text-align: center; font-size: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 14px; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #e4e4e4; background: #fff; min-height: 52px; padding: 12px 14px; border-radius: 2px; color: var(--text-dark); outline: none;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #e23b3b; background: #fff8f8; }
.field input[type="checkbox"],
.field.invalid input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  margin-top: 3px;
  flex: 0 0 16px;
  accent-color: var(--primary);
  background: #fff;
}
.error-msg { color: #d12626; font-size: 13px; margin: 6px 0 0; min-height: 0; }
.check-field { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.form-success {
  background: #fff; border-left: 4px solid var(--secondary); box-shadow: var(--shadow);
  padding: 28px; border-radius: 8px; text-align: center;
}
.form-success h3 { font-size: 30px; }
.form-note { font-size: 14px; }

.legal { background: #fff; border-radius: 10px; box-shadow: var(--shadow); padding: 36px 40px; }
.legal h2 { font-size: 30px; margin-top: 28px; }
.legal h3 { font-size: 22px; margin-top: 18px; }
.legal p, .legal li { color: var(--text-dark); }

.faq details { background: #fff; border-radius: 8px; padding: 14px 16px; margin-bottom: 10px; box-shadow: var(--shadow); }
.faq summary { cursor: pointer; font-family: var(--heading); font-size: 22px; color: var(--base); font-weight: 700; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process article { background: #fff; padding: 20px; border-radius: 8px; box-shadow: var(--shadow); }
.process span { color: var(--primary); font-family: var(--heading); font-size: 28px; font-weight: 700; }

.story-list { display: grid; gap: 18px; }
.story-item { display: grid; grid-template-columns: 280px 1fr; gap: 18px; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.story-item img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.story-item div { padding: 16px 16px 16px 0; }

@media (max-width: 1100px) {
  .header-social { display: none; }
  .hero h1, .page-banner h1 { font-size: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-help strong { font-size: 14px; }
}
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav {
    display: none; position: absolute; top: 96px; left: 0; right: 0; background: #0c2c58;
    flex-direction: column; align-items: flex-start; padding: 16px 22px 22px; gap: 12px;
  }
  .main-nav.open { display: flex; }
  .header-help { display: none; }
  .two-col, .hero-grid, .about-grid, .split, .story-band, .detail-layout, .detail-media, .story-item, .form-row,
  .project-home, .feature-grid, .card-grid, .post-grid, .team-grid, .gallery, .service-mosaic,
  .quote-grid, .info-grid, .price-grid, .stat-grid, .process { grid-template-columns: 1fr; }
  .team-home { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0; }
  .hero-visual .blob { width: 260px; height: 260px; }
  .hero-visual img { height: 300px; width: 100%; }
  .collage { min-height: 0; }
  .collage .main-shot { width: 100%; height: 280px; }
  .collage .side-shot { position: static; width: 100%; height: 200px; margin-top: 12px; }
  .client-badge { position: static; margin-top: 12px; }
  .query-box { flex-direction: column; align-items: flex-start; }
  .banner-row { flex-direction: column; align-items: flex-start; }
  .page-banner h1 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr; padding-top: 56px; }
  .legal { padding: 22px 16px; }
}
