@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Cinzel:wght@500;600;700&family=Cormorant+Garamond:wght@500;600;700&display=swap');

/* ==========================================================
   Cursio NCC Theme - Clean CSS
   ========================================================== */

:root {
  --navy: #071A2F;
  --navy-2: #0D2745;
  --gold: #C9A13C;
  --gold-2: #E2BD57;
  --cream: #F8F5EF;
  --cream-2: #FFFDF8;
  --text: #28313B;
  --muted: #6B7280;
  --line: rgba(7, 26, 47, .12);
  --shadow: 0 24px 70px rgba(7, 26, 47, .13);
  --radius: 24px;
  --radius-sm: 14px;
  --font: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-logo: "Cinzel", Georgia, serif;
}

/* Base
   ========================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: #fff;
  line-height: 1.55;
  font-size: 17px;
}

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

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

section {
  position: relative;
}

p {
  margin: 0 0 22px;
  color: var(--text);
}

h1,
h2,
h3 {
  margin: 0 0 22px;
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.02;
  letter-spacing: -.03em;
}

h1 {
  font-size: clamp(44px, 6vw, 78px);
}

h2 {
  font-size: clamp(34px, 4vw, 56px);
}

h3 {
  font-size: 23px;
  letter-spacing: -.02em;
}

/* Layout
   ========================================================== */

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

.narrow {
  width: min(860px, calc(100% - 40px));
}

.section {
  padding: 110px 0;
}

.section-light {
  padding: 84px 0;
  background: var(--cream);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading.left {
  margin: 0;
  text-align: left;
}

.section-heading h2,
.contact-intro h2,
.split-copy h2,
.companies-card h2,
.faq-card h2 {
  font-family: var(--font-heading);
  font-weight: 600;
}

.section-heading p,
.split-copy p,
.service-card p,
.companies-card p,
.faq-item p {
  font-family: var(--font);
}

.section-heading p {
  font-size: 19px;
  color: var(--muted);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  width: 88px;
  height: 1px;
  background: rgba(210, 167, 67, .8);
}

.lead {
  max-width: 620px;
  font-size: 21px;
  color: #3A4652;
}

/* Buttons
   ========================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: .2s ease;
}

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

.btn-primary {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 12px 24px rgba(201, 161, 60, .25);
}

.btn-primary:hover {
  background: var(--gold-2);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: rgba(7, 26, 47, .28);
}

.btn-outline:hover {
  background: #fff;
  border-color: var(--navy);
}

.btn-light {
  background: #fff;
  color: var(--navy);
}

/* Header / Navigation
   ========================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1600px, calc(100% - 110px));
  height: 96px;
  margin-inline: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid var(--gold);
  border-radius: 15px;
  background: var(--navy);
  color: var(--gold);
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(7, 26, 47, .12);
}

.brand-text {
  display: flex;
  flex-direction: column;
  color: var(--navy);
  line-height: 1.05;
}

.brand-text strong {
  font-family: var(--font-logo);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: .08em;
}

.brand-text small {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.brand-logo img,
.brand-logo .custom-logo-link img,
.brand-logo img.custom-logo,
body.cursio-ncc-theme .site-header .brand .brand-logo img,
body.cursio-ncc-theme .site-header .brand img.custom-logo,
body.cursio-ncc-theme .site-header .custom-logo-link img {
  width: auto !important;
  max-width: 92px !important;
  height: auto !important;
  max-height: 72px !important;
  object-fit: contain !important;
}

body.cursio-ncc-theme .site-header .brand .brand-logo,
body.cursio-ncc-theme .site-header .brand .custom-logo-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 92px !important;
  max-width: 92px !important;
}

.site-header .brand-text-only {
  gap: 0 !important;
  min-width: 230px;
}

.site-header .brand-text-only .brand-text {
  display: block;
  line-height: 1;
}

.site-header .brand-text-only .brand-text strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
}

.site-header .brand-text-only .brand-text small {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
}

.main-nav a {
  position: relative;
}

.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: .2s ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 11px 17px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--navy);
  color: #fff;
  font-size: 24px;
}

/* Standard hero
   ========================================================== */

.hero {
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -160px -170px;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: rgba(201, 161, 60, .16);
  filter: blur(10px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .85fr;
  align-items: center;
  gap: 64px;
  min-height: 610px;
}

body.cursio-ncc-theme .hero-grid {
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

body.cursio-ncc-theme .hero.section-light {
  padding-top: 54px;
  padding-bottom: 64px;
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  color: var(--muted);
  font-size: 14px;
}

.trust-row span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.trust-row strong {
  margin-right: 4px;
  color: var(--navy);
  font-size: 18px;
}

.hero-media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: auto;
}

.hero-media img {
  width: 100%;
  height: auto;
  max-height: 430px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
  border: 10px solid #fff;
  border-radius: 36px;
  box-shadow: var(--shadow);
}

.hero-card {
  position: static;
  width: 100%;
  max-width: 520px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(7, 26, 47, .12);
}

body.cursio-ncc-theme .hero-card {
  pointer-events: none;
}

.hero-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 17px;
}

.hero-card span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

/* Forms / Contact
   ========================================================== */

.quick-contact {
  position: relative;
  z-index: 2;
  margin-top: -56px;
  padding-bottom: 80px;
}

.contact-card {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: 40px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-intro {
  min-height: 100%;
  padding: 32px;
  border-radius: 26px;
  background: var(--navy);
  color: #fff;
}

.contact-intro h2 {
  color: #fff;
  font-size: 38px;
}

.contact-intro p {
  color: rgba(255, 255, 255, .82);
}

.direct-contacts {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.direct-contacts a {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

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

.quote-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(7, 26, 47, .16);
  border-radius: 14px;
  outline: none;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 161, 60, .13);
}

.full {
  grid-column: 1 / -1;
}

.privacy {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-weight: 600 !important;
  line-height: 1.35;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.privacy input {
  width: auto;
  margin-top: 3px;
}

.form-submit {
  width: 100%;
  margin-top: 20px;
}

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

.form-message {
  grid-column: 1 / -1;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 700;
}

.success {
  background: #E9F9EF;
  color: #17683A;
}

.warning {
  background: #FFF7DC;
  color: #725000;
}

.error {
  background: #FDECEC;
  color: #8A1D1D;
}

/* Content blocks
   ========================================================== */

.stats-band {
  padding: 34px 0;
  background: var(--navy);
  color: #fff;
}

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

.stats-grid div {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.stats-grid strong {
  display: block;
  color: #fff;
  font-size: 22px;
}

.stats-grid span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

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

.service-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 26, 47, .06);
  transition: .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 161, 60, .45);
  box-shadow: var(--shadow);
}

.service-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--cream);
  font-size: 24px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.split-grid {
  display: grid;
  grid-template-columns: .9fr 1fr;
  align-items: center;
  gap: 70px;
}

.split-grid.reverse {
  grid-template-columns: 1fr 1fr;
}

.split-media img,
.gallery-main {
  border: 8px solid #fff;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.portrait img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.split-copy p {
  color: #47515C;
  font-size: 19px;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--navy);
  font-weight: 700;
}

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

.feature-mini-grid,
.vehicle-section .feature-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.feature-mini-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
}

.feature-mini-grid strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
}

.feature-mini-grid span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.gallery-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.gallery-row img {
  width: 100%;
  height: 190px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(7, 26, 47, .1);
}

.vehicle-section .gallery-row img {
  background: #fff;
}

.why-section {
  padding: 105px 0;
  background: var(--navy);
  color: #fff;
}

.why-section h2 {
  color: #fff;
}

.why-section p {
  color: rgba(255, 255, 255, .75);
}

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

.why-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.why-list div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-weight: 750;
}

.companies {
  padding: 105px 0;
}

.companies-card {
  display: grid;
  grid-template-columns: 1fr 1.1fr auto;
  align-items: center;
  gap: 34px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
}

.company-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.company-points span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
  color: var(--navy);
  font-size: 14px;
  font-weight: 750;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 26, 47, .04);
}

.faq-list summary {
  padding: 20px 24px;
  color: var(--navy);
  font-weight: 850;
  cursor: pointer;
}

.faq-list p {
  padding: 0 24px 22px;
  color: var(--muted);
}

.cta-final {
  padding: 115px 0;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.cta-final h2 {
  max-width: 760px;
  color: #fff;
}

.cta-final p {
  max-width: 700px;
  color: rgba(255, 255, 255, .82);
  font-size: 20px;
}

/* Home hero fullscreen
   ========================================================== */

body.home .site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
}

body.home .site-header .header-inner {
  width: min(1620px, calc(100% - 120px));
  padding-top: 10px;
}

body.home .site-header .brand {
  gap: 0;
}

body.home .site-header .brand-text strong {
  color: #f3ebda;
  font-size: 40px;
  line-height: 1;
}

body.home .site-header .brand-text small {
  color: #fff;
}

body.home .site-header .main-nav {
  gap: 42px;
  color: #fff;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
}

body.home .site-header .main-nav a {
  color: rgba(255, 255, 255, .96);
}

body.home .site-header .main-nav a:hover,
body.home .site-header .main-nav a:focus {
  color: #fff;
}

body.home .site-header .main-nav a:not(.nav-cta)::after {
  bottom: -11px;
  height: 2px;
  background: #d2a743;
}

body.home .site-header .main-nav a[href="#top"] {
  color: #e4b650;
}

body.home .site-header .main-nav a[href="#top"]::after {
  transform: scaleX(1);
}

body.home .site-header .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px;
  border: 1.5px solid rgba(210, 167, 67, .95);
  border-radius: 999px;
  background: rgba(0, 0, 0, .16);
  color: #f3ebda;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
}

body.home .site-header .nav-cta::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d2a743' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

body.home .site-header .nav-toggle {
  background: rgba(7, 26, 47, .32);
  color: #fff;
  border-color: rgba(255, 255, 255, .35);
}

body.home .hero-fullscreen {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 720px;
  height: 100vh;
  max-height: 980px;
  padding: 0;
  background: #08192c;
}

body.home .hero-full-bg,
body.home .hero-full-overlay {
  position: absolute;
  inset: 0;
}

body.home .hero-full-bg {
  background-position: bottom center;
  background-size: cover;
  transform: none;
}

body.home .hero-full-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(3, 15, 31, 0.65) 0%,
      rgba(3, 15, 31, 0.62) 13%,
      rgba(3, 15, 31, 0.50) 26%,
      rgba(3, 15, 31, 0.27) 46%,
      rgba(3, 15, 31, 0.13) 60%,
      rgba(3, 15, 31, 0.21) 100%
    ),
    linear-gradient(
      180deg,
      rgba(8, 21, 39, 0.14) 0%,
      rgba(8, 21, 39, 0.07) 45%,
      rgba(8, 21, 39, 0.41) 100%
    );
}

body.home .hero-full-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 680px) 1fr;
  align-items: center;
  width: min(1620px, calc(100% - 120px));
  min-height: 100%;
  margin-inline: auto;
  padding-top: 36px;
}

body.home .hero-fullscreen .hero-copy {
  max-width: 620px;
  margin-left: 0;
}

body.home .hero-fullscreen .eyebrow {
  margin-bottom: 22px;
  color: #d2a743;
  font-family: var(--font);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .06em;
}

body.home .hero-fullscreen .eyebrow::after {
  width: 120px;
  background: rgba(210, 167, 67, .8);
}

body.home .hero-fullscreen h1 {
  max-width: 620px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(68px, 5vw, 92px);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.04em;
  text-wrap: balance;
}

body.home .hero-fullscreen h1 .accent,
body.home .hero-fullscreen .accent {
  color: #d2a743;
}

body.home .hero-fullscreen .lead {
  max-width: 610px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .92);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.38;
}

body.home .hero-fullscreen .hero-actions {
  gap: 18px;
  margin-top: 42px;
}

body.home .hero-fullscreen .btn {
  min-height: 68px;
  padding: 18px 30px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.01em;
}

body.home .hero-fullscreen .btn-primary {
  background: #d2a743;
  color: #fff;
  box-shadow: none;
}

body.home .hero-fullscreen .btn-primary:hover {
  background: #dfb65f;
}

body.home .hero-fullscreen .hero-outline-light {
  border: 1.5px solid rgba(210, 167, 67, .95) !important;
  background: rgba(0, 0, 0, .12) !important;
  color: #fff !important;
}

body.home .hero-fullscreen .btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

body.home .hero-fullscreen .btn-icon::before {
  content: "";
  display: inline-block;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}

body.home .hero-fullscreen .btn-icon-calendar::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

body.home .hero-fullscreen .btn-icon-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d2a743' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.89.35 1.76.68 2.59a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.49-1.25a2 2 0 0 1 2.11-.45c.83.33 1.7.56 2.59.68A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

body.home .trust-row-hero {
  align-items: flex-start;
  gap: 34px;
  margin-top: 36px;
}

body.home .trust-row-hero .trust-item {
  display: grid;
  grid-template-columns: 54px auto;
  align-items: center;
  row-gap: 2px;
  column-gap: 5px;
  max-width: 220px;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, .96);
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 1.15;
  backdrop-filter: none;
}

body.home .trust-row-hero .trust-item::before {
  content: "";
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  border: 1.5px solid rgba(210, 167, 67, .98);
  border-radius: 999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

body.home .trust-row-hero .trust-item-1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d2a743' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

body.home .trust-row-hero .trust-item-2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d2a743' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='8.5' cy='7' r='4'/%3E%3Cpath d='M20 8v6'/%3E%3Cpath d='M23 11h-6'/%3E%3C/svg%3E");
}

body.home .trust-row-hero .trust-item-3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d2a743' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41 11 23l-9-9V4h10l8.59 8.59a2 2 0 0 1 0 2.82z'/%3E%3Cline x1='7' y1='9' x2='7.01' y2='9'/%3E%3C/svg%3E");
}

body.home .trust-row-hero .trust-item strong {
  display: block;
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 38px;
  line-height: 1;
}

body.home .quick-contact {
  margin-top: 0;
}

/* Comfort preview
   ========================================================== */

.comfort-preview {
  position: relative;
  z-index: 6;
  margin-top: -34px;
  padding: 54px 0 62px !important;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -14px 45px rgba(4, 17, 31, .10);
}

.comfort-preview-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 28px;
}

.comfort-preview-heading span {
  width: 72px;
  height: 1px;
  background: var(--gold);
}

.comfort-preview-heading h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 44px;
}

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

.comfort-card-small {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 18px;
  padding: 14px;
  border: 1px solid rgba(201, 161, 60, .25);
  border-radius: 18px;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 12px 32px rgba(7, 26, 47, .05);
}

.comfort-card-small img {
  width: 96px;
  height: 84px;
  border-radius: 12px;
  object-fit: cover;
}

.comfort-card-small h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 18px;
}

.comfort-card-small p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.comfort-card-icon span {
  display: grid;
  place-items: center;
  width: 96px;
  height: 84px;
  border-radius: 12px;
  background: linear-gradient(135deg, #071a2f, #132c4e);
  font-size: 34px;
}

/* Footer / Utilities
   ========================================================== */

.site-footer {
  padding-top: 68px;
  background: #04111F;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 36px;
}

.footer-brand {
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .04em;
}

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

.site-footer h3 {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
}

.footer-bottom {
  margin-top: 46px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  padding: 14px 18px;
  border-radius: 999px;
  background: #22C55E;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
}

.page-content {
  min-height: 60vh;
}

.page-content h1 {
  font-size: 48px;
}

.entry-content {
  font-size: 18px;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: .1s;
}

/* ==========================================================
   Media queries
   ========================================================== */

@media (max-width: 1200px) {
  body.home .site-header .header-inner,
  body.home .hero-full-inner {
    width: min(100%, calc(100% - 64px));
  }

  body.home .site-header .main-nav {
    gap: 28px;
  }

  body.home .hero-fullscreen h1 {
    font-size: 76px;
  }
}

@media (max-width: 980px) {
  .header-inner {
    height: 82px;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .main-nav {
    position: absolute;
    top: 82px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow);
  }

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

  .main-nav a {
    width: 100%;
    padding: 8px 6px;
  }

  .nav-cta {
    width: auto;
    padding: 11px 17px;
  }

  .hero-grid,
  body.cursio-ncc-theme .hero-grid,
  .contact-card,
  .split-grid,
  .split-grid.reverse,
  .why-grid,
  .companies-card {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    gap: 40px;
    padding: 40px 0;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-media img {
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .contact-card {
    padding: 22px;
  }

  .services-grid,
  .stats-grid,
  .comfort-card-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-mini-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-section .feature-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-list {
    grid-template-columns: 1fr;
  }

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

  .companies-card {
    align-items: start;
  }

  .section,
  .section-light {
    padding: 76px 0;
  }

  .quick-contact {
    margin-top: 0;
    padding: 50px 0;
  }

  .section-heading.left {
    margin: 0 auto 36px;
    text-align: center;
  }

  .site-header .brand-text-only .brand-text strong {
    font-size: 22px;
  }

  body.home .site-header .brand-text strong {
    font-size: 30px;
  }

  body.home .site-header .main-nav {
    gap: 10px;
    background: rgba(7, 26, 47, .96);
    border-color: rgba(255, 255, 255, .08);
  }

  body.home .hero-fullscreen {
    height: auto;
    min-height: auto;
    padding: 120px 0 90px;
  }

  body.home .hero-full-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 10px;
  }

  body.home .hero-full-bg {
    background-position: 68% center;
  }

  body.home .hero-fullscreen h1 {
    max-width: 100%;
    font-size: 58px;
  }

  body.home .hero-fullscreen .lead {
    max-width: 100%;
    font-size: 20px;
  }

  body.home .trust-row-hero {
    gap: 22px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text small {
    display: none;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .hero-grid {
    padding: 26px 0;
  }

  .hero-media img {
    height: auto;
    border-radius: 26px;
    aspect-ratio: 16 / 10;
  }

  .hero-card {
    position: static;
    width: 100%;
    margin: 14px 0 0;
  }

  .lead {
    font-size: 18px;
  }

  .btn {
    width: 100%;
  }

  .hero-actions {
    gap: 10px;
  }

  .trust-row span {
    width: 100%;
  }

  .form-grid,
  .services-grid,
  .stats-grid,
  .gallery-row,
  .footer-grid,
  .comfort-card-row,
  .vehicle-section .feature-mini-grid {
    grid-template-columns: 1fr;
  }

  .contact-intro {
    padding: 24px;
  }

  .stats-grid div {
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    padding: 12px 14px;
    font-size: 14px;
  }

  body.home .site-header .header-inner,
  body.home .hero-full-inner {
    width: min(100%, calc(100% - 34px));
  }

  body.home .hero-fullscreen {
    padding: 112px 0 70px;
  }

  body.home .hero-fullscreen h1 {
    font-size: 44px;
  }

  body.home .hero-fullscreen .lead {
    font-size: 18px;
  }

  body.home .hero-fullscreen .btn {
    width: 100%;
    justify-content: center;
  }

  body.home .trust-row-hero {
    gap: 18px;
  }

  body.home .trust-row-hero .trust-item {
    grid-template-columns: 46px auto;
    width: 100%;
  }

  .comfort-preview-heading h2 {
    font-size: 34px;
  }

  .comfort-preview-heading span {
    width: 42px;
  }
}
