:root {
  --blue: #0b3a82;
  --blue-dark: #06265c;
  --orange: #f57a12;
  --green: #169447;
  --text: #202733;
  --muted: #5d6674;
  --line: #dfe6ee;
  --surface: #ffffff;
  --soft: #f6f9fc;
  --shadow: 0 16px 45px rgba(20, 47, 88, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: #fff;
}

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(11, 58, 130, 0.08);
}

.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 270px;
}

.brand img {
  width: 78px;
  height: 60px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-family: "Great Vibes", cursive;
  color: var(--blue);
  font-size: 44px;
}

.brand-subtitle {
  margin-top: 3px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.34em;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav a {
  padding: 32px 0 27px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.top-contact {
  min-width: 178px;
  padding: 11px 16px;
  border: 1px solid #d9e0e9;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.top-contact span {
  color: var(--muted);
  font-size: 12px;
}

.top-contact strong {
  color: var(--blue);
  font-size: 19px;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 28px;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(245, 122, 18, 0.08), transparent 24%),
    linear-gradient(90deg, #fff 0%, #fff 50%, #f5f8fc 100%);
}

.hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: start;
  gap: 34px;
  padding: 58px 0 48px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero h1 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(44px, 5.1vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.hero h1 span {
  color: var(--orange);
}

.accent-line {
  width: 170px;
  height: 4px;
  margin: 28px 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--orange) 0 48%, var(--green) 48% 100%);
}

.hero-intro {
  max-width: 600px;
  margin: 0;
  color: #47515e;
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.btn {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-weight: 800;
}

.btn-whatsapp {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 26px rgba(22, 148, 71, 0.24);
}

.btn-whatsapp:hover {
  background: #11783a;
}

.btn-outline {
  color: var(--blue);
  border: 2px solid var(--blue);
  background: #fff;
}

.hero-visual {
  position: relative;
  margin-top: 25px;
}

.csc-credentials {
  margin: 0 0 18px;
  text-align: center;
}

.credential-logos {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.credential-logo {
  display: block;
  width: auto;
  max-width: 30%;
  height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff;
}

.credential-csc,
.credential-digital {
  height: 62px;
}

.credential-aaple {
  height: 66px;
}

.credential-divider {
  width: 1px;
  height: 52px;
  flex: 0 0 1px;
  background: rgba(11, 58, 130, 0.22);
}

.csc-credentials p {
  margin: 8px 0 0;
  color: var(--green);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero-visual > img {
  width: 100%;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.service-strip {
  position: relative;
  z-index: 5;
  margin-top: -28px;
}

.service-grid {
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fff;
  border: 1px solid rgba(11, 58, 130, 0.08);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.service-card {
  padding: 14px 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.service-card:last-child {
  border-right: 0;
}

.icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: #edf4ff;
  font-size: 25px;
}

.service-card:nth-child(2) .icon,
.service-card:nth-child(6) .icon {
  color: var(--green);
  background: #eef9f2;
}

.service-card:nth-child(1) .icon {
  color: var(--orange);
  background: #fff3e8;
}

.service-card h2 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 16px;
  line-height: 1.3;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.trust-section {
  padding: 76px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-grid div {
  padding: 22px;
  border-radius: 14px;
  background: var(--soft);
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--blue);
  margin-bottom: 6px;
}

.trust-grid span {
  color: var(--muted);
  font-size: 14px;
}

.contact-section {
  padding: 70px 0;
  color: #fff;
  background: linear-gradient(115deg, var(--blue-dark), var(--blue));
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}

.contact-section .eyebrow {
  color: #8bd5a9;
}

.contact-section h2 {
  margin: 0 0 10px;
  font-size: 38px;
}

.contact-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-details {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.contact-details a {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.28);
}

footer {
  padding: 22px 0;
  background: #051d44;
  color: rgba(255,255,255,.7);
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

@media (max-width: 1050px) {
  .top-contact {
    display: none;
  }

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

  .service-card {
    border-bottom: 1px solid var(--line);
  }

  .service-card:nth-child(3n) {
    border-right: 0;
  }

  .service-card:nth-child(n+4) {
    border-bottom: 0;
  }
}

@media (max-width: 820px) {
  .nav-wrap {
    min-height: 76px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 62px;
    height: 50px;
  }

  .brand-name {
    font-size: 36px;
  }

  .brand-subtitle {
    font-size: 10px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    padding: 14px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--shadow);
  }

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

  .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .hero-visual {
    order: -1;
    margin-top: 0;
  }

  .credential-logos {
    gap: 16px;
  }

  .credential-logo {
    height: 56px;
  }

  .credential-aaple {
    height: 58px;
  }

  .service-strip {
    margin-top: 20px;
  }

  .trust-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 26px, 1180px);
  }

  .brand-text {
    display: none;
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-intro {
    font-size: 16px;
  }

  .credential-logos {
    min-height: 58px;
    gap: 9px;
  }

  .credential-logo,
  .credential-csc,
  .credential-digital,
  .credential-aaple {
    height: 44px;
    max-width: 31%;
  }

  .credential-divider {
    height: 38px;
  }

  .csc-credentials p {
    font-size: 10px;
  }

  .service-grid,
  .trust-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .footer-wrap {
    flex-direction: column;
  }
}


/* Rent Agreements page */
.page-hero {
  padding: 86px 0 78px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 30%, rgba(245, 122, 18, 0.25), transparent 20%),
    linear-gradient(115deg, var(--blue-dark), var(--blue));
}

.page-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(44px, 6vw, 76px);
  letter-spacing: -0.045em;
}

.page-hero p:not(.eyebrow) {
  max-width: 740px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 19px;
  line-height: 1.7;
}

.agreement-options {
  padding: 70px 0;
  background: var(--soft);
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.option-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 47, 88, 0.07);
}

.option-card.featured {
  border-top: 5px solid var(--orange);
}

.option-label {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.option-card h2 {
  margin: 12px 0;
  color: var(--blue);
  font-size: 24px;
}

.option-card p {
  color: var(--muted);
  line-height: 1.65;
}

.option-card a {
  display: inline-block;
  margin-top: 8px;
  color: var(--orange);
  font-weight: 800;
}

.calculator-section {
  padding: 86px 0;
  background: #fff;
}

.calculator-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 64px;
  align-items: start;
}

.calculator-copy h2,
.process-section h2 {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -.035em;
}

.calculator-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.formula-note {
  margin-top: 30px;
  padding: 22px;
  border-left: 4px solid var(--orange);
  border-radius: 0 12px 12px 0;
  background: #fff7ef;
}

.formula-note strong,
.formula-note span {
  display: block;
}

.formula-note strong {
  margin-bottom: 8px;
  color: var(--blue-dark);
}

.formula-note span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.calculator-card {
  padding: 34px;
  border: 1px solid rgba(11,58,130,.1);
  border-radius: 20px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.field-grid label {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.input-with-prefix,
.input-with-unit {
  height: 52px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #cfd9e4;
  border-radius: 9px;
  background: #fff;
}

.input-with-prefix span,
.input-with-unit span {
  padding: 0 12px;
  color: var(--muted);
  font-weight: 700;
}

.input-with-prefix input,
.input-with-unit input {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
}

.input-with-unit input {
  padding-right: 0;
}

.calculate-button {
  width: 100%;
  margin-top: 20px;
  border: 0;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background: var(--blue);
}

.btn-primary:hover {
  background: var(--blue-dark);
}

.calculation-result {
  margin-top: 28px;
  padding: 12px 22px;
  border-radius: 14px;
  background: #fff;
}

.result-row {
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.result-row strong {
  color: var(--blue-dark);
  white-space: nowrap;
}

.service-charge span,
.service-charge strong {
  color: var(--green);
  font-weight: 800;
}

.total-row {
  padding: 18px 0 12px;
  border-bottom: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
}

.total-row strong {
  color: var(--orange);
  font-size: 25px;
}

.calculator-disclaimer {
  margin: 18px 2px 0;
  color: #707985;
  font-size: 12px;
  line-height: 1.6;
}

.process-section {
  padding: 82px 0;
  background: var(--soft);
}

.process-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-grid article {
  padding: 26px;
  border-radius: 16px;
  background: #fff;
}

.process-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-weight: 800;
}

.process-grid h3 {
  margin: 18px 0 8px;
  color: var(--blue);
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.contact-cta {
  padding: 58px 0;
  color: #fff;
  background: var(--blue);
}

.contact-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.contact-cta h2 {
  margin: 0 0 8px;
  font-size: 31px;
}

.contact-cta p {
  margin: 0;
  color: rgba(255,255,255,.8);
}

@media (max-width: 900px) {
  .option-grid,
  .calculator-grid {
    grid-template-columns: 1fr;
  }

  .calculator-grid {
    gap: 34px;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .field-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .calculator-card {
    padding: 22px 16px;
  }

  .result-row {
    align-items: flex-start;
  }

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


.select-wrap {
  height: 52px;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid #cfd9e4;
  border-radius: 9px;
  background: #fff;
}

.select-wrap select {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  border: 0;
  outline: 0;
  color: var(--text);
  background: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}


.documents-section {
  padding: 82px 0;
  background: #fff;
}

.documents-section h2 {
  margin: 0 0 34px;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -.035em;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.document-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
}

.document-card h3 {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-size: 21px;
}

.document-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.document-card li {
  margin-bottom: 10px;
  line-height: 1.55;
}

.authentication-note {
  margin-top: 28px;
  padding: 24px 26px;
  border-left: 5px solid var(--green);
  border-radius: 0 14px 14px 0;
  background: #eef9f2;
}

.authentication-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-size: 18px;
}

.authentication-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 960px) {
  .documents-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 580px) {
  .documents-grid {
    grid-template-columns: 1fr;
  }
}


.other-agreements-section {
  padding: 86px 0;
  background: #fff;
}

.other-agreements-section h2,
.agreement-comparison-section h2 {
  margin: 0 0 34px;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -.035em;
}

.other-agreement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.agreement-type-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}

.agreement-type-card.highlighted {
  border-top: 5px solid var(--green);
  background: #f4fbf6;
}

.agreement-type-card h3 {
  margin: 12px 0;
  color: var(--blue-dark);
  font-size: 24px;
}

.agreement-type-card > p {
  min-height: 92px;
  color: var(--muted);
  line-height: 1.65;
}

.agreement-type-card h4 {
  margin: 24px 0 12px;
  color: var(--blue);
}

.agreement-type-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.agreement-type-card li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.price-box {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(11,58,130,.09);
}

.price-box span {
  color: var(--muted);
  font-size: 13px;
}

.price-box strong {
  color: var(--orange);
  font-size: 22px;
  white-space: nowrap;
}

.price-note {
  margin: 24px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--orange);
  border-radius: 0 12px 12px 0;
  color: var(--muted);
  background: #fff7ef;
  line-height: 1.65;
}

.agreement-comparison-section {
  padding: 82px 0;
  background: var(--soft);
}

.comparison-wrap {
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(20,47,88,.08);
}

.agreement-comparison {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  background: #fff;
}

.agreement-comparison th,
.agreement-comparison td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.agreement-comparison th {
  color: #fff;
  background: var(--blue);
  font-size: 13px;
}

.agreement-comparison td {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.agreement-comparison td strong {
  color: var(--blue-dark);
}

.comparison-note {
  margin-top: 26px;
  padding: 22px 24px;
  display: flex;
  gap: 12px;
  border-radius: 14px;
  background: #eef4ff;
}

.comparison-note strong {
  color: var(--blue-dark);
  white-space: nowrap;
}

.comparison-note span {
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .other-agreement-grid {
    grid-template-columns: 1fr;
  }

  .agreement-type-card > p {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .comparison-note {
    flex-direction: column;
  }
}


.clickable-card {
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.clickable-card:hover,
.clickable-card:focus {
  transform: translateY(-4px);
  border-color: rgba(11,58,130,.25);
  box-shadow: 0 16px 38px rgba(20,47,88,.13);
  outline: none;
}

.option-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--orange);
  font-weight: 800;
}

#stamp-paper-agreement,
#notarised-agreement,
#police-tenant-information,
#registered-agreement {
  scroll-margin-top: 110px;
}


/* Government Services page */
.government-hero {
  background:
    radial-gradient(circle at 78% 35%, rgba(22,148,71,.22), transparent 21%),
    radial-gradient(circle at 88% 15%, rgba(245,122,18,.18), transparent 18%),
    linear-gradient(115deg, var(--blue-dark), var(--blue));
}

.government-category-section {
  padding: 82px 0;
  background: var(--soft);
}

.government-category-section h2 {
  margin: 0 0 34px;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -.035em;
}

.government-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.government-category-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20,47,88,.07);
}

.government-category-card:nth-child(3n+1) {
  border-top: 5px solid var(--orange);
}

.government-category-card:nth-child(3n+2) {
  border-top: 5px solid var(--green);
}

.government-category-card:nth-child(3n) {
  border-top: 5px solid var(--blue);
}

.government-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--blue);
  font-size: 22px;
  font-weight: 800;
}

.government-category-card h3 {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 22px;
}

.government-category-card p {
  min-height: 52px;
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.6;
}

.government-category-card > span {
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
}

.government-detail-section {
  padding: 78px 0;
  background: #fff;
  scroll-margin-top: 105px;
}

.government-detail-section.alternate {
  background: var(--soft);
}

.government-detail-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 58px;
  align-items: start;
}

.government-detail-section h2 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: clamp(33px, 4vw, 48px);
  letter-spacing: -.035em;
}

.government-detail-section .government-detail-grid > div:first-child > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.service-detail-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20,47,88,.06);
}

.alternate .service-detail-card {
  background: #fff;
}

.service-detail-card h3 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 22px;
}

.service-detail-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.service-detail-card li {
  margin-bottom: 11px;
  line-height: 1.55;
}

.service-status-note {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 4px solid var(--orange);
  border-radius: 0 10px 10px 0;
  color: var(--muted);
  background: #fff7ef;
  font-size: 13px;
  line-height: 1.6;
}

.payment-info-section {
  padding: 62px 0;
  color: #fff;
  background: linear-gradient(115deg, var(--blue-dark), var(--blue));
}

.payment-info-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.payment-info-section h2 {
  margin: 0 0 10px;
  font-size: 34px;
}

.payment-info-section p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.8);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .government-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .government-detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 620px) {
  .government-category-grid {
    grid-template-columns: 1fr;
  }

  .government-category-card p {
    min-height: 0;
  }

  .payment-info-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}


.requirements-heading {
  margin-top: 28px !important;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.requirements-block {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 12px;
  background: var(--soft);
}

.requirements-block h4 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 17px;
}

.requirements-block ul {
  margin-bottom: 0;
}


.requirement-block {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.requirement-block:first-of-type {
  padding-top: 0;
}

.requirement-block:last-of-type {
  border-bottom: 0;
}

.requirement-block h4,
.secondary-heading {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 17px;
}

.secondary-heading {
  margin-top: 28px;
}


/* Services dropdown */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  padding: 32px 0 27px;
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--blue-dark);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.nav-dropdown-toggle:hover,
.nav-dropdown.open .nav-dropdown-toggle {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  min-width: 285px;
  padding: 10px;
  display: none;
  transform: translateX(-50%);
  border: 1px solid rgba(11, 58, 130, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.nav-dropdown.open .nav-dropdown-menu,
.nav-dropdown:hover .nav-dropdown-menu {
  display: grid;
}

.nav-dropdown-menu a {
  padding: 12px 14px;
  border: 0;
  border-radius: 9px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.nav-dropdown-menu a:hover {
  color: var(--orange);
  background: var(--soft);
  border: 0;
}

@media (max-width: 820px) {
  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-toggle {
    width: 100%;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    text-align: left;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    padding: 6px 0 8px 14px;
    transform: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .nav-dropdown:not(.open) .nav-dropdown-menu {
    display: none;
  }

  .nav-dropdown-menu a {
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
  }
}


.upcoming-services {
  margin-top: 6px;
  padding: 20px;
  border: 1px dashed rgba(11,58,130,.25);
  border-radius: 14px;
  background: #f8fbff;
}

.upcoming-services p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}


/* Printing, Scanning & Other Services page */
.printing-hero {
  background:
    radial-gradient(circle at 80% 30%, rgba(245,122,18,.24), transparent 20%),
    radial-gradient(circle at 92% 15%, rgba(22,148,71,.18), transparent 16%),
    linear-gradient(115deg, var(--blue-dark), var(--blue));
}

.printing-category-section {
  padding: 82px 0;
  background: var(--soft);
}

.printing-category-section h2,
.price-section h2 {
  margin: 0 0 32px;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -.035em;
}

.printing-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.printing-category-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20,47,88,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.printing-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(20,47,88,.12);
}

.printing-category-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.printing-category-card h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 20px;
}

.price-section {
  padding: 78px 0;
  background: #fff;
  scroll-margin-top: 105px;
}

.price-section.alternate {
  background: var(--soft);
}

.price-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(20,47,88,.07);
}

.price-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  background: #fff;
}

.price-table th,
.price-table td {
  padding: 18px 22px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.price-table th {
  color: #fff;
  background: var(--blue);
}

.price-table td {
  color: var(--muted);
  font-weight: 600;
}

.price-table td:not(:first-child) {
  color: var(--orange);
  font-size: 18px;
  font-weight: 800;
}

.two-column-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.three-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.simple-price-card,
.feature-price-card,
.price-list-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20,47,88,.06);
}

.simple-price-card,
.feature-price-card {
  min-height: 120px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.simple-price-card span,
.feature-price-card span {
  color: var(--muted);
  line-height: 1.5;
}

.simple-price-card strong,
.feature-price-card strong {
  color: var(--orange);
  font-size: 25px;
  white-space: nowrap;
}

.price-list-card {
  overflow: hidden;
}

.price-list-card > div {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.price-list-card > div:last-child {
  border-bottom: 0;
}

.price-list-card span {
  color: var(--muted);
}

.price-list-card strong {
  color: var(--orange);
  font-size: 20px;
}

.section-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.section-copy.small {
  margin-top: 14px;
  font-size: 14px;
}

.text-link {
  color: var(--orange);
  font-weight: 800;
}

.price-disclaimer {
  margin: 24px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--orange);
  border-radius: 0 12px 12px 0;
  color: var(--muted);
  background: #fff7ef;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .printing-category-grid,
  .three-price-grid {
    grid-template-columns: 1fr 1fr;
  }

  .two-column-price-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .printing-category-grid,
  .three-price-grid {
    grid-template-columns: 1fr;
  }

  .simple-price-card,
  .feature-price-card {
    align-items: flex-start;
    flex-direction: column;
  }
}


.contact-profile-name {
  margin-top: 10px !important;
  font-size: 13px;
}

.business-hours {
  margin-top: 10px;
  display: grid;
  gap: 5px;
}

.business-hours strong {
  color: #fff;
}

.business-hours span {
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.site-contact-strip {
  padding: 34px 0;
  color: #fff;
  background: #08295f;
}

.site-contact-strip-inner {
  display: grid;
  grid-template-columns: 1.4fr .9fr 1fr;
  gap: 28px;
  align-items: center;
}

.site-contact-strip-inner > div {
  display: grid;
  gap: 5px;
}

.site-contact-strip strong {
  color: #fff;
}

.site-contact-strip span {
  color: rgba(255,255,255,.75);
  font-size: 13px;
  line-height: 1.55;
}

.site-contact-actions {
  grid-template-columns: repeat(3, auto);
  justify-content: end;
  gap: 10px !important;
}

.site-contact-actions a {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.site-contact-actions a:hover {
  background: rgba(255,255,255,.1);
}

@media (max-width: 850px) {
  .site-contact-strip-inner {
    grid-template-columns: 1fr;
  }

  .site-contact-actions {
    justify-content: start;
  }
}

@media (max-width: 520px) {
  .site-contact-actions {
    grid-template-columns: 1fr;
  }
}


.about-section {
  padding: 82px 0;
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 56px;
  align-items: start;
}

.about-section h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -.035em;
  line-height: 1.12;
}

.about-copy {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
  box-shadow: 0 10px 28px rgba(20,47,88,.06);
}

.about-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-copy strong {
  color: var(--blue-dark);
}

@media (max-width: 820px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
