@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700;800;900&display=swap");

:root {
  --navy: #0c1d2e;
  --navy-deep: #00142a;
  --charcoal: #1d2733;
  --steel: #455565;
  --orange: #f44a1e;
  --orange-dark: #d63d16;
  --light: #f1f1f1;
  --white: #ffffff;
  --border: #d9dde2;
  --max-width: 1180px;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(12, 29, 46, 0.12);
  --header-height: 92px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
section[id] { scroll-margin-top: calc(var(--header-height) + 22px); }

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

h1, h2, h3, h4,
.main-nav a,
.header-cta,
.btn,
.eyebrow,
label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.055em;
  margin: 0 0 24px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--orange);
  margin: 0 0 18px;
}

.eyebrow.dark { color: var(--orange-dark); }

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

.header-inner {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo { width: 230px; height: auto; }

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

.main-nav a {
  color: rgba(255,255,255,0.84);
  font-size: 0.92rem;
  font-weight: 800;
  transition: color 0.2s ease;
}

.main-nav a:hover { color: var(--white); }

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--orange);
  color: #ffffff !important;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(244, 74, 30, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-cta:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(244, 74, 30, 0.24);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary,
.form-button {
  background: var(--orange);
  color: #ffffff !important;
  border-color: var(--orange);
  box-shadow: 0 10px 24px rgba(244, 74, 30, 0.18);
}

.btn-primary:hover,
.form-button:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  box-shadow: 0 14px 28px rgba(244, 74, 30, 0.24);
}

.btn-secondary {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.04);
}

.btn-secondary:hover {
  border-color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.09);
}

.btn-whatsapp {
  background: #25D366;
  color: #ffffff !important;
  border-color: #25D366;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.16);
}

.btn-whatsapp:hover {
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.24);
}

.btn-save-contact {
  background: #ffffff;
  color: var(--charcoal) !important;
  border-color: rgba(12, 29, 46, 0.16);
  box-shadow: 0 8px 22px rgba(12, 29, 46, 0.08);
}

.btn-save-contact:hover {
  border-color: rgba(12, 29, 46, 0.34);
  box-shadow: 0 12px 26px rgba(12, 29, 46, 0.12);
}

.wa-icon-img {
  width: 21px;
  height: 21px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 21px;
}

.wa-icon-img.small {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 20, 42, 0.985) 0%, rgba(0, 20, 42, 0.94) 28%, rgba(0, 20, 42, 0.62) 56%, rgba(0, 20, 42, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 20, 42, 0.12), rgba(0, 20, 42, 0.38)),
    url("assets/hero.webp") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 80%, rgba(244, 74, 30, 0.10), transparent 28%),
    linear-gradient(180deg, transparent 68%, rgba(0, 20, 42, 0.35));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.hero h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 5.7vw, 5.9rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.065em;
  max-width: 790px;
  margin: 0 0 20px;
}

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

.hero-text-accent {
  position: relative;
  margin-top: 76px;
  padding-left: 28px;
  max-width: 590px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 1.85vw, 1.8rem);
  font-weight: 800;
  line-height: 1.22;
  color: var(--white);
}

.hero-text-accent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 4px;
  height: calc(100% - 0.2em);
  background: var(--orange);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.prefer-call {
  margin: 16px 0 0;
  color: rgba(255,255,255,0.78);
  font-weight: 700;
}

.prefer-call a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.35);
  text-underline-offset: 4px;
}

.hero-microcopy {
  margin: 14px 0 0;
  max-width: 650px;
  color: rgba(255,255,255,0.82);
  font-weight: 700;
}

.trust-strip {
  background: var(--navy-deep);
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.trust-strip-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

.trust-strip span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
}

.trust-strip span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--orange);
  transform: skew(-14deg);
  margin-right: 10px;
}

.intro,
.asset-section,
.finance-routes-slim,
.who-section,
.process-section,
.about-section,
.faq-section,
.contact-section {
  padding: 76px 0;
}

.intro {
  background: var(--white);
}

.intro-grid,
.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: start;
}

.intro p,
.section-heading p,
.asset-card p,
.process-card p,
.finance-routes-copy p,
.about-section p,
.contact-section p,
.faq-grid p {
  color: #263242;
  font-size: 1.05rem;
}

.asset-section {
  background: var(--light);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 44px;
}

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

.asset-card {
  background: #ffffff;
  color: var(--charcoal);
  border: 1px solid rgba(12, 29, 46, 0.06);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.asset-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(11,20,36,0.18);
}

.asset-photo {
  height: 215px;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.asset-card:hover .asset-photo {
  transform: scale(1.04);
}

.asset-card-content {
  padding: 24px;
  background: #ffffff;
}

.asset-card h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}

.asset-card p {
  margin: 0;
}

.finance-routes-slim {
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 72px;
}

.finance-routes-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(520px, 1.15fr);
  gap: 44px;
  align-items: start;
}

.finance-routes-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  max-width: 470px;
}

.finance-routes-copy p {
  max-width: 470px;
}

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

.route-card {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 12px 26px rgba(12, 29, 46, 0.05);
}

.route-card h3 {
  margin: 0 0 12px;
  font-size: 1.14rem;
}

.route-card h3::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 19px;
  margin-right: 10px;
  background: var(--orange);
  transform: skew(-14deg) translateY(3px);
}

.route-card p {
  margin: 0;
  color: #263242;
  font-size: 0.96rem;
}

.route-card-dark {
  background: var(--navy);
  color: #ffffff;
  border-color: rgba(255,255,255,0.08);
}

.route-card-dark p { color: rgba(255,255,255,0.86); }

.route-support-strip {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.route-support-strip span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.82rem;
  color: var(--navy);
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 14px;
}

.who-section {
  background: #ffffff;
}

.who-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.section-support {
  max-width: 430px;
  color: var(--steel);
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.sector-grid div {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: var(--navy);
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 8px 20px rgba(12, 29, 46, 0.04);
}

.sector-grid div::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 18px;
  background: var(--orange);
  transform: skew(-14deg);
  margin-right: 12px;
  vertical-align: middle;
}

.process-section {
  background: #ffffff;
}

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

.process-card {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.process-card span {
  display: inline-block;
  color: var(--orange-dark);
  font-weight: 900;
  margin-bottom: 22px;
}

.process-card h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.process-card p {
  margin: 0;
}

.process-cta {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: var(--navy);
  color: #ffffff;
  padding: 24px 26px;
  border-radius: var(--radius);
}

.process-cta p {
  margin: 0 0 4px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.18rem;
}

.process-cta span {
  display: block;
  color: rgba(255,255,255,0.74);
  font-size: 0.95rem;
}

.process-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.text-call-link {
  display: inline-flex;
  color: rgba(255,255,255,0.84);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.28);
  text-underline-offset: 4px;
}

.about-section {
  background: var(--navy);
  color: #ffffff;
}

.about-section p,
.about-section .check-list li {
  color: rgba(255,255,255,0.88);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
}

.faq-section {
  background: #ffffff;
  padding-top: 68px;
  padding-bottom: 68px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: end;
  gap: 48px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.faq-grid article {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}

.faq-grid h3 {
  font-size: 1.08rem;
  margin: 0 0 12px;
}

.faq-grid p {
  margin: 0;
  font-size: 0.98rem;
}

.contact-section {
  background: var(--light);
}

.contact-section h2 {
  margin-bottom: 18px;
}

.contact-details {
  margin-top: 30px;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.contact-methods p {
  margin: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
}

.contact-methods strong {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--charcoal);
}

.contact-methods a {
  color: var(--navy);
  font-weight: 800;
  word-break: break-word;
}

.contact-action-stack,
.quick-contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.soft-save-card {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(12, 29, 46, 0.04);
  max-width: 440px;
}

.soft-save-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.soft-save-card p {
  margin: 0;
  color: var(--steel);
}

.quote-form {
  background: #ffffff;
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-row {
  margin-bottom: 14px;
}

label {
  display: block;
  font-weight: 900;
  margin-bottom: 8px;
  font-size: 0.92rem;
}

input, select, textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  background: #ffffff;
}

textarea {
  min-height: 120px;
}

input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(244,74,30,0.35);
  border-color: var(--orange);
}

.checkbox-row label,
.checkbox-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #374151;
  line-height: 1.4;
}

.checkbox-row input,
.checkbox-label input {
  width: auto;
  margin-top: 3px;
}

.form-button {
  width: 100%;
  border: 2px solid var(--orange);
  margin-top: 8px;
}

.form-note {
  font-size: 0.92rem;
  margin: 16px 0 0;
  color: var(--steel);
}

.form-note a {
  color: var(--orange-dark);
  font-weight: 900;
}

.form-note-whatsapp {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.site-footer {
  background: #070d18;
  color: #ffffff;
  padding: 56px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 50px;
}

.footer-logo {
  width: 170px;
  margin-bottom: 22px;
}

.site-footer p {
  color: rgba(255,255,255,0.72);
}

.small-print {
  font-size: 0.82rem;
}

.compliance-placeholder {
  border-left: 3px solid var(--orange);
  padding-left: 14px;
  margin-top: 16px;
}

.site-footer h4 {
  margin: 0 0 18px;
}

.site-footer a {
  display: block;
  width: fit-content;
  color: rgba(255,255,255,0.72);
  margin-bottom: 10px;
}

.site-footer a:hover {
  color: var(--orange);
}

.footer-inline-icon {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.footer-wa-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex: 0 0 16px;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom p {
  font-size: 0.85rem;
}

.legal-page,
.enquiry-page,
.dealer-content-section {
  background: var(--light);
  padding: 110px 0;
  min-height: 70vh;
}

.legal-container {
  max-width: 860px;
}

.legal-page h1,
.enquiry-page h1,
.dealer-page-hero h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0 0 24px;
  color: var(--charcoal);
}

.legal-lead {
  font-size: 1.16rem;
  color: #263242;
  max-width: 680px;
  margin-bottom: 34px;
}

.legal-card,
.quick-contact-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}

.legal-card h2,
.quick-contact-card h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.legal-back {
  display: inline-flex;
  margin-top: 28px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: var(--orange);
}

.page-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.enquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 72px;
  align-items: start;
}

.quick-contact-card {
  margin-top: 32px;
}

.quick-contact-card a {
  color: var(--orange-dark);
  font-weight: 900;
}

.quick-contact-card .btn {
  color: #ffffff !important;
}

.quick-contact-card .btn-save-contact {
  color: var(--charcoal) !important;
}

.dealer-page-hero {
  min-height: 640px;
  background:
    linear-gradient(90deg, rgba(0,20,42,.98) 0%, rgba(0,20,42,.88) 38%, rgba(0,20,42,.35) 100%),
    url("assets/asset-refinance.webp") center right/cover no-repeat;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.dealer-page-grid {
  display: grid;
  grid-template-columns: minmax(0,760px);
}

.dealer-page-hero h1 {
  color: #ffffff;
}

.dealer-page-hero p:not(.eyebrow) {
  color: rgba(255,255,255,.88);
  max-width: 640px;
  font-size: 1.15rem;
}

.dealer-content-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(300px,1.1fr);
  gap: 60px;
  align-items: center;
}

.dealer-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}

.dealer-list span {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.compact-page-section {
  background: #ffffff;
}

@media (max-width: 1080px) {
  .finance-routes-inner {
    grid-template-columns: 1fr;
  }
  .route-support-strip {
    grid-column: auto;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 76px;
  }

  .main-nav {
    display: none;
  }

  .header-inner {
    height: var(--header-height);
  }

  .logo {
    width: 180px;
  }

  .hero {
    min-height: 700px;
    background-position: 60% center;
  }

  .hero h1 {
    font-size: clamp(3rem, 9vw, 4.8rem);
  }

  .hero-text-accent {
    margin-top: 46px;
  }

  .intro-grid,
  .about-grid,
  .contact-grid,
  .who-grid,
  .split-heading,
  .enquiry-grid,
  .dealer-content-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .asset-grid,
  .process-grid,
  .route-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .process-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--max-width));
  }

  .header-cta {
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .hero {
    min-height: 680px;
    background-position: 62% center;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-text-accent {
    margin-top: 38px;
    font-size: 1.15rem;
  }

  .hero-actions .btn,
  .contact-action-stack .btn,
  .quick-contact-actions .btn {
    width: 100%;
  }

  .trust-strip-inner {
    justify-content: flex-start;
    gap: 14px 18px;
    padding: 14px 0;
  }

  .intro,
  .asset-section,
  .finance-routes-slim,
  .who-section,
  .process-section,
  .about-section,
  .faq-section,
  .contact-section,
  .legal-page,
  .enquiry-page,
  .dealer-content-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .asset-grid,
  .process-grid,
  .route-card-grid,
  .sector-grid,
  .faq-grid,
  .dealer-list {
    grid-template-columns: 1fr;
  }

  .contact-methods p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .quote-form,
  .legal-card,
  .quick-contact-card {
    padding: 24px;
  }
}


/* ===== V10.2 visual polish: scoped adjustments only ===== */
html {
  scroll-padding-top: calc(var(--header-height) + 8px);
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + 8px);
}

.hero-support {
  margin-top: 14px;
  display: grid;
  gap: 6px;
  max-width: 650px;
}

.hero-support .prefer-call,
.hero-support .hero-microcopy {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 0.96rem;
  line-height: 1.45;
}

.hero-support .prefer-call {
  font-weight: 800;
}

.hero-support .prefer-call a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.34);
  padding-bottom: 2px;
}

.hero-support .hero-microcopy {
  font-weight: 650;
  color: rgba(255,255,255,0.76);
}

.finance-routes-slim {
  padding-top: 60px;
  padding-bottom: 58px;
}

.finance-routes-inner {
  align-items: center;
}

.finance-routes-copy p {
  max-width: 540px;
}

.route-card-grid {
  align-items: stretch;
}

.route-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.route-card h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.route-card h3::before {
  flex: 0 0 8px;
  margin-right: 0;
  transform: skew(-14deg) translateY(2px);
}

.route-support-strip {
  display: none !important;
}

.who-section {
  padding-top: 62px;
}

.process-section {
  padding-top: 66px;
}

.process-cta-actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 12px 14px;
  align-items: center;
  justify-content: end;
}

.process-cta-actions .text-call-link {
  grid-column: 1 / -1;
  justify-self: end;
  font-size: 0.94rem;
  color: rgba(255,255,255,0.78);
  text-decoration-color: rgba(255,255,255,0.22);
}

.form-note-whatsapp {
  max-width: 520px;
  line-height: 1.5;
}

.form-note-whatsapp .wa-icon-img.small {
  margin-top: 2px;
}

.form-note-whatsapp a {
  font-weight: 850;
}

@media (max-width: 980px) {
  .process-cta-actions {
    justify-content: start;
  }

  .process-cta-actions .text-call-link {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .finance-routes-slim,
  .who-section,
  .process-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hero-support {
    gap: 8px;
  }

  .process-cta-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .process-cta-actions .btn {
    width: 100%;
  }

  .process-cta-actions .text-call-link {
    text-align: center;
    justify-self: center;
  }
}


/* ===== V10.3 final polish: scoped refinements only ===== */

/* Anchor landing: use only scroll-margin for exact sticky-header offset. This avoids the earlier over-correction. */
html {
  scroll-padding-top: 0;
}

section[id] {
  scroll-margin-top: var(--header-height);
}

/* Hero support line: make "Prefer to speak?" feel like a designed helper, not a loose text link. */
.hero-support {
  gap: 8px;
}

.hero-support .prefer-call {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(0, 20, 42, 0.24);
  color: rgba(255,255,255,0.84);
}

.hero-support .prefer-call a {
  font-weight: 900;
  border-bottom: 0;
  padding-bottom: 0;
}

.hero-support .hero-microcopy {
  max-width: 560px;
}

/* Finance options: all cards are now equal, with useful support details presented as compact secondary cards. */
.finance-routes-slim {
  padding-top: 58px;
  padding-bottom: 60px;
}

.finance-routes-inner {
  align-items: start;
}

.route-card {
  min-height: 172px;
}

.finance-support-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.finance-support-grid article {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 11px 14px;
  box-shadow: 0 8px 20px rgba(12, 29, 46, 0.035);
}

.finance-support-grid h3 {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  color: var(--navy);
  white-space: nowrap;
}

.finance-support-grid p {
  display: none;
}

/* Process CTA call helper: align and soften it without creating a third loud button. */
.process-cta-actions .text-call-link {
  border-bottom: 0;
  text-decoration: none;
  color: rgba(255,255,255,0.82);
}

.process-cta-actions .text-call-link:hover {
  color: #ffffff;
}

/* Contact helper line: make it read cleaner as one line where possible. */
.form-note-whatsapp {
  align-items: center;
}

.form-note-whatsapp .wa-icon-img.small {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .finance-support-grid {
    grid-column: auto;
  }
}

@media (max-width: 980px) {
  .finance-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .finance-support-grid {
    grid-template-columns: 1fr;
  }

  .finance-support-grid article {
    border-radius: 14px;
  }

  .finance-support-grid p {
    display: block;
    margin: 6px 0 0;
    color: #455565;
    font-size: 0.92rem;
    line-height: 1.45;
  }
}

@media (max-width: 640px) {
  .hero-support .prefer-call {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-support .hero-microcopy {
    text-align: center;
  }
}


/* ===== V10.4 compliance-ready polish: finance detail row + exact anchor pinning ===== */

/* Header/nav anchor clicks now pin the target section itself, avoiding mixed background bands between sections. */
html {
  scroll-padding-top: 0 !important;
}

section[id] {
  scroll-margin-top: 0 !important;
}

/* Finance Options: keep the useful support detail visible, but make it sit directly under the three main cards. */
.finance-routes-right {
  display: grid;
  gap: 14px;
}

.finance-routes-right .route-card-grid {
  grid-column: auto;
}

.finance-routes-right .finance-support-grid {
  grid-column: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.finance-routes-right .finance-support-grid article {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: 0 8px 18px rgba(12, 29, 46, 0.035);
  padding: 12px 14px;
}

.finance-routes-right .finance-support-grid h3 {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.2;
  color: var(--navy);
  letter-spacing: 0.01em;
  white-space: normal;
}

.finance-routes-right .finance-support-grid h3::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 15px;
  background: var(--orange);
  transform: skew(-14deg) translateY(2px);
  margin-right: 8px;
}

@media (max-width: 1080px) {
  .finance-routes-right {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .finance-routes-right .finance-support-grid {
    grid-template-columns: 1fr;
  }

  .finance-routes-right .finance-support-grid article {
    justify-content: flex-start;
    text-align: left;
  }
}


/* ===== V10.5 Mobile Polish: desktop/tablet preserved, mobile refined ===== */
/* Applies only to phone-width screens. Desktop and tablet layout remain unchanged. */

@media (max-width: 760px) {
  :root {
    --header-height: 70px;
  }

  body {
    -webkit-font-smoothing: antialiased;
  }

  .container {
    width: min(100% - 30px, var(--max-width));
  }

  /* Header: simple phone-first header */
  .header-inner {
    height: var(--header-height);
    gap: 14px;
  }

  .logo {
    width: 158px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.78rem;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(244, 74, 30, 0.16);
  }

  /* Hero: reduce squeeze and make the phone view feel intentionally designed */
  .hero {
    min-height: auto;
    padding: 58px 0 48px;
    align-items: flex-start;
    background:
      linear-gradient(90deg, rgba(0, 20, 42, 0.99) 0%, rgba(0, 20, 42, 0.94) 46%, rgba(0, 20, 42, 0.66) 100%),
      linear-gradient(180deg, rgba(0, 20, 42, 0.12), rgba(0, 20, 42, 0.52)),
      url("assets/hero.webp") 62% center / cover no-repeat;
  }

  .hero h1 {
    font-size: clamp(2.62rem, 13.5vw, 3.4rem);
    line-height: 1.02;
    letter-spacing: -0.06em;
    max-width: 100%;
    margin-bottom: 18px;
  }

  .hero-text-accent {
    margin-top: 34px;
    padding-left: 18px;
    max-width: 100%;
    font-size: 1.08rem;
    line-height: 1.25;
  }

  .hero-text-accent::before {
    width: 3px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 22px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 48px;
  }

  .hero-support {
    margin-top: 12px;
    max-width: 100%;
    text-align: center;
  }

  .hero-support .prefer-call {
    width: 100%;
    justify-content: center;
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .hero-support .hero-microcopy {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.42;
    padding: 0 4px;
  }

  /* Asset focus strip: scrollable chips, not cramped wrapped text */
  .trust-strip-inner {
    min-height: 54px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 18px;
    padding: 11px 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .trust-strip-inner::-webkit-scrollbar {
    display: none;
  }

  .trust-strip span {
    flex: 0 0 auto;
    font-size: 0.72rem;
    letter-spacing: 0.075em;
  }

  /* Section rhythm */
  .intro,
  .asset-section,
  .finance-routes-slim,
  .who-section,
  .process-section,
  .about-section,
  .faq-section,
  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intro-grid,
  .about-grid,
  .contact-grid,
  .who-grid,
  .split-heading {
    gap: 26px;
  }

  h2 {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
    letter-spacing: -0.055em;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .eyebrow {
    font-size: 0.72rem;
    margin-bottom: 13px;
  }

  .intro p,
  .section-heading p,
  .asset-card p,
  .process-card p,
  .finance-routes-copy p,
  .about-section p,
  .contact-section p,
  .faq-grid p {
    font-size: 0.99rem;
  }

  /* Asset cards: tighter, easier to scan on phone */
  .asset-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .asset-card {
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(12, 29, 46, 0.10);
  }

  .asset-photo {
    height: 170px;
  }

  .asset-card-content {
    padding: 20px;
  }

  .asset-card h3 {
    font-size: 1.14rem;
    margin-bottom: 8px;
  }

  /* Finance Options: clean stack with support details attached underneath */
  .finance-routes-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .route-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .route-card {
    min-height: auto;
    padding: 20px;
    border-radius: 16px;
  }

  .route-card h3 {
    font-size: 1.08rem;
    margin-bottom: 8px;
  }

  .route-card p {
    font-size: 0.95rem;
  }

  .finance-routes-right {
    gap: 12px;
  }

  .finance-routes-right .finance-support-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .finance-routes-right .finance-support-grid article {
    min-height: 46px;
    justify-content: flex-start;
    text-align: left;
    border-radius: 14px;
    padding: 12px 14px;
  }

  .finance-routes-right .finance-support-grid h3 {
    font-size: 0.86rem;
  }

  /* Who we help */
  .sector-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sector-grid div {
    padding: 14px 16px;
    border-radius: 13px;
    font-size: 0.94rem;
  }

  /* Process section */
  .process-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .process-card {
    padding: 20px;
    border-radius: 16px;
  }

  .process-card span {
    margin-bottom: 13px;
  }

  .process-card h3 {
    font-size: 1.06rem;
    margin-bottom: 8px;
  }

  .process-cta {
    padding: 20px;
    border-radius: 16px;
  }

  .process-cta p {
    font-size: 1.05rem;
  }

  .process-cta span {
    font-size: 0.9rem;
  }

  .process-cta-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .process-cta-actions .btn {
    width: 100%;
  }

  .process-cta-actions .text-call-link {
    justify-self: center;
    text-align: center;
    font-size: 0.9rem;
  }

  /* About + FAQ */
  .check-list li {
    padding-left: 26px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .faq-grid article {
    padding: 20px;
    border-radius: 16px;
  }

  /* Contact: phone users should see action routes clearly before the form */
  .contact-details {
    margin-top: 24px;
  }

  .contact-methods {
    gap: 8px;
    margin-bottom: 16px;
  }

  .contact-methods p {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    font-size: 0.94rem;
  }

  .contact-action-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .contact-action-stack .btn {
    width: 100%;
  }

  .soft-save-card {
    max-width: none;
    padding: 16px 18px;
    border-radius: 16px;
  }

  .soft-save-card h3 {
    font-size: 1rem;
  }

  .quote-form {
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(12, 29, 46, 0.10);
  }

  .form-row {
    margin-bottom: 13px;
  }

  input,
  select,
  textarea {
    padding: 12px 13px;
  }

  textarea {
    min-height: 110px;
  }

  .form-note-whatsapp {
    align-items: flex-start;
    font-size: 0.88rem;
  }

  .form-note-whatsapp .wa-icon-img.small {
    margin-top: 3px;
  }

  /* Footer */
  .site-footer {
    padding-top: 42px;
  }

  .footer-grid {
    gap: 30px;
  }

  .footer-logo {
    width: 150px;
  }

  .site-footer a {
    margin-bottom: 8px;
  }
}

/* Very small phones */
@media (max-width: 390px) {
  .logo {
    width: 142px;
  }

  .header-cta {
    font-size: 0.72rem;
    padding: 0 11px;
  }

  .hero h1 {
    font-size: 2.48rem;
  }

  .contact-methods p {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}


/* ===== V10.6 Mobile Strip Polish: mobile-only asset focus bar refinement ===== */
/* Desktop/tablet untouched. This replaces the horizontal-scroll mobile strip with visible two-column chips. */

@media (max-width: 760px) {
  .trust-strip {
    padding: 14px 0;
  }

  .trust-strip-inner {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    overflow: visible;
    padding: 0;
  }

  .trust-strip span {
    width: 100%;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    background: rgba(255,255,255,0.035);
    padding: 0 12px;
    font-size: 0.7rem;
    letter-spacing: 0.065em;
    white-space: nowrap;
  }

  .trust-strip span::before {
    width: 6px;
    height: 13px;
    margin-right: 9px;
    flex: 0 0 6px;
  }

  .trust-strip span:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 390px) {
  .trust-strip span {
    font-size: 0.66rem;
    padding: 0 10px;
  }
}


/* ===== V10.7 Mobile Fix: asset strip cleanup + anchor correction ===== */
/* Scoped final override. Desktop/laptop layout remains untouched. */

/* Correct sticky-header anchor landing: section starts directly below the sticky header. */
html {
  scroll-padding-top: var(--header-height) !important;
}

section[id] {
  scroll-margin-top: var(--header-height) !important;
}

/* Replace the bulky mobile chip grid with a compact wrapped strip. */
@media (max-width: 760px) {
  .trust-strip {
    padding: 10px 0 !important;
  }

  .trust-strip-inner {
    min-height: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px 16px !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  .trust-strip span {
    width: auto !important;
    min-height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.075em !important;
    white-space: nowrap !important;
    box-shadow: none !important;
  }

  .trust-strip span::before {
    width: 6px !important;
    height: 10px !important;
    margin-right: 7px !important;
    flex: 0 0 6px !important;
  }

  .trust-strip span:last-child {
    grid-column: auto !important;
  }
}

@media (max-width: 390px) {
  .trust-strip-inner {
    gap: 7px 12px !important;
  }

  .trust-strip span {
    font-size: 0.63rem !important;
    letter-spacing: 0.065em !important;
  }

  .trust-strip span::before {
    margin-right: 6px !important;
  }
}


/* ===== V10.8 Anchor Fix: exact section landing under sticky header ===== */
/* This only changes anchor behaviour. Visual layout is otherwise untouched. */
/* Use scroll-padding on the page, not scroll-margin on sections, to avoid double-offset white/grey overlap. */

html {
  scroll-padding-top: var(--header-height) !important;
}

section[id] {
  scroll-margin-top: 0 !important;
}


/* ===== V10.9 Compliance Updates ===== */

.footer-compliance {
  margin-top: 34px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.10);
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.footer-compliance-logo {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-compliance-logo img {
  max-width: 150px;
  height: auto;
}

.footer-compliance-copy p {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

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

.footer-compliance-copy strong {
  color: #ffffff;
}

.compliance-content h2 {
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 30px 0 12px;
}

.compliance-content h2:first-child {
  margin-top: 0;
}

.compliance-content p,
.compliance-content li {
  color: #263242;
}

.compliance-content ul {
  margin: 12px 0 22px;
  padding-left: 22px;
}

.compliance-content a,
.form-compliance-note a,
.sensitive-form-note a {
  color: var(--orange-dark);
  font-weight: 800;
}

.legal-download {
  width: fit-content;
  margin: 8px 0;
}

.sensitive-form-note,
.form-compliance-note {
  margin: 14px 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8f8f8;
  border: 1px solid var(--border);
  color: #455565;
  font-size: 0.88rem;
  line-height: 1.45;
}

.form-compliance-note {
  background: #fff;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  max-width: 980px;
  margin: 0 auto;
  background: var(--navy);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.26);
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner h2 {
  font-size: 1rem;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}

.cookie-banner p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 0.9rem;
}

.cookie-banner a {
  color: #ffffff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-accept {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #ffffff;
  padding: 0 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 760px) {
  .footer-compliance {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .footer-compliance-logo {
    width: fit-content;
  }

  .footer-compliance-copy p {
    font-size: 0.84rem;
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
  }

  .cookie-accept {
    width: 100%;
  }
}


/* ===== V10.10 Netlify Forms + Thank You Page ===== */

.hidden-field {
  display: none !important;
}

.thank-you-page {
  background: var(--light);
  padding: 110px 0;
  min-height: 70vh;
}

.thank-you-card {
  max-width: 900px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 48px;
}

.thank-you-card h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0 0 24px;
  color: var(--charcoal);
}

.thank-you-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.thank-you-save {
  margin-top: 32px;
  max-width: none;
}

.thank-you-save h2 {
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 0 0 10px;
}

.thank-you-save .btn {
  margin-top: 14px;
}

@media (max-width: 760px) {
  .thank-you-page {
    padding: 58px 0;
  }

  .thank-you-card {
    padding: 26px;
    border-radius: 16px;
  }

  .thank-you-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .thank-you-actions .btn,
  .thank-you-save .btn {
    width: 100%;
  }
}


/* ===== V10.11 Compliance wording update: cookie banner options only ===== */
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-secondary,
.cookie-link-button {
  min-height: 42px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  padding: 0 16px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.cookie-secondary:hover,
.cookie-link-button:hover {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

@media (max-width: 760px) {
  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-secondary,
  .cookie-link-button {
    width: 100%;
  }
}
