:root {
  --royal-blue: #243a70;
  --heritage-gold: #b8903d;
  --warm-white: #f5f2eb;
  --charcoal: #22303d;
  --sage: #6b7d54;
  --line: rgba(30, 48, 88, 0.09);
  --surface: #fffdfa;
  --shadow: 0 18px 36px rgba(25, 34, 54, 0.06);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(184, 144, 61, 0.08), transparent 20%),
    linear-gradient(180deg, #fbf8f2 0%, #f5f2eb 100%);
  color: var(--charcoal);
  font-family: "Inter", sans-serif;
}

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

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

button,
select {
  font: inherit;
}

.site-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0 64px;
}

.site-header,
.mobile-panel,
.showcase-card,
.product-card,
.benefit-card,
.step-card,
.story-card,
.detail-card,
.trust-panel,
.final-cta,
.contact-card,
.faq-item,
.site-footer,
.page-intro {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 10px 10px 16px;
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.88);
  color: var(--royal-blue);
  backdrop-filter: blur(10px);
}

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

.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex: 0 0 auto;
}

.hero-lockup {
  width: 120px;
  height: auto;
  margin-bottom: 16px;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: rgba(36, 58, 112, 0.64);
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.desktop-nav,
.desktop-actions,
.hero-actions,
.trust-tags,
.product-meta,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.desktop-nav {
  gap: 22px;
  margin-left: auto;
  flex-wrap: nowrap;
  min-width: 0;
}

.nav-link {
  color: rgba(25, 34, 54, 0.92);
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}

.nav-link.is-active,
.nav-link:hover {
  color: var(--royal-blue);
}

.language-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(25, 34, 54, 0.92);
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
}

.language-dropdown select {
  min-width: 96px;
  padding: 2px 18px 2px 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 0.78rem;
  appearance: none;
}

.language-dropdown select option {
  color: var(--charcoal);
}

.language-icon {
  font-size: 0.92rem;
  line-height: 1;
}

.header-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  min-height: 52px;
  padding: 0 26px;
  background: #2575ad;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  border-radius: 16px;
}

.desktop-actions {
  flex-wrap: nowrap;
  flex: 0 0 auto;
  gap: 10px;
}

.language-switch {
  flex: 0 0 auto;
}

html[lang="ka"] .site-header {
  gap: 14px;
}

html[lang="ka"] .desktop-nav {
  gap: 14px;
}

html[lang="ka"] .nav-link {
  font-size: 0.88rem;
}

html[lang="ka"] .language-dropdown {
  font-size: 0.74rem;
}

html[lang="ka"] .language-dropdown select {
  min-width: 116px;
  font-size: 0.74rem;
}

html[lang="ka"] .header-reserve {
  min-width: 128px;
  min-height: 48px;
  padding: 0 18px;
  font-size: 0.86rem;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(36, 58, 112, 0.06);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--royal-blue);
}

.mobile-panel {
  display: none;
  margin-top: 12px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  color: var(--royal-blue);
}

.mobile-panel.is-open {
  display: grid;
  gap: 16px;
}

.mobile-nav {
  display: grid;
  gap: 12px;
}

main {
  display: grid;
  gap: 28px;
  padding-top: 30px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
  padding: 18px 0 10px;
  border-radius: var(--radius-xl);
  border: 0;
  box-shadow: none;
  background: transparent;
  color: var(--royal-blue);
  overflow: hidden;
}

.hero-copy,
.hero-media,
.section-intro,
.page-intro,
.contact-layout {
  position: relative;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--heritage-gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 6.2vw, 4.9rem);
  line-height: 0.94;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.15;
}

.lead,
.showcase-copy p,
.product-copy p,
.product-copy small,
.faq-item p,
.contact-card p,
.site-footer p,
.trust-panel p,
.final-cta p {
  line-height: 1.72;
}

.lead {
  max-width: 62ch;
  margin: 22px 0 0;
  color: rgba(34, 48, 61, 0.86);
  font-size: 1.08rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.button-primary {
  background: var(--heritage-gold);
  color: #11213d;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #d6ae45;
  color: #08152b;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(192, 146, 45, 0.24);
}

.button-secondary {
  border: 1px solid rgba(36, 58, 112, 0.18);
  background: transparent;
  color: var(--royal-blue);
}

.trust-tags {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.trust-tags li,
.product-meta span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(36, 58, 112, 0.06);
  color: var(--royal-blue);
  font-size: 0.85rem;
  font-weight: 700;
}

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

.hero-main-frame {
  margin: 0;
  min-height: 540px;
}

.hero-main-frame img {
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
  object-position: center;
}

.page-home main {
  gap: 46px;
}

.page-home .hero {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 46px;
  padding: 22px 0 8px;
  align-items: center;
}

.page-home h1 {
  max-width: 8.8ch;
  font-size: clamp(3.05rem, 5.7vw, 4.7rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.page-home .hero-copy {
  max-width: 36rem;
  display: grid;
  gap: 18px;
}

.page-home .hero-copy > * {
  margin: 0;
}

.page-home .hero-actions {
  margin-top: 2px;
}

.page-home .hero-main-frame {
  min-height: 600px;
}

.page-home .hero-main-frame img {
  border-radius: 34px;
  box-shadow: 0 18px 38px rgba(36, 58, 112, 0.06);
  object-position: center 56%;
}

.page-home .hero-lockup {
  display: none;
}

.hero-usecases {
  display: grid;
  gap: 12px;
}

.hero-usecases-title {
  color: var(--heritage-gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-usecase-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  max-width: 32rem;
}

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

.hero-usecase-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--royal-blue);
  font-weight: 700;
  line-height: 1.38;
}

.hero-usecase-list li::before {
  content: "•";
  color: var(--heritage-gold);
}

.section-intro,
.page-intro {
  display: grid;
  gap: 10px;
  max-width: 880px;
}

.section-intro {
  padding-top: 10px;
}

.section-lead {
  max-width: 56ch;
  margin: 2px 0 0;
  color: rgba(34, 48, 61, 0.8);
  line-height: 1.72;
}

.service-situations-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px 44px;
  align-items: start;
  padding: 18px 0 6px;
}

.service-situations-copy,
.service-situations-card {
  display: grid;
  gap: 16px;
}

.service-situations-copy h2 {
  max-width: 12ch;
}

.service-situations-copy .section-lead,
.service-situations-card p {
  max-width: 40ch;
}

.service-situations-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.service-situations-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.service-situations-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--royal-blue);
  font-weight: 700;
  line-height: 1.4;
}

.service-situations-list li::before {
  content: "•";
  color: var(--heritage-gold);
}

.service-situations-card {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(36, 58, 112, 0.08);
  background: rgba(255, 255, 255, 0.56);
}

.service-situations-card h3 {
  color: var(--royal-blue);
  font-size: 1.34rem;
}

.service-situations-lists-compact {
  gap: 14px 22px;
}

.page-intro {
  padding: 34px 0 10px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.page-intro .lead {
  color: var(--charcoal);
  margin-top: 8px;
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px 44px;
  padding: 34px 0 18px;
  border-top: 1px solid rgba(36, 58, 112, 0.1);
  border-bottom: 0;
}

.home-intro-copy,
.home-intro-points {
  display: grid;
  align-content: start;
}

.home-intro-copy {
  gap: 16px;
}

.home-intro-copy p {
  margin: 0;
  color: rgba(34, 48, 61, 0.82);
  line-height: 1.72;
  max-width: 36ch;
}

.home-intro-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 24px;
}

.home-inline-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--royal-blue);
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.02rem;
}

.home-inline-point::before {
  content: "•";
  color: var(--heritage-gold);
}

.products-layout,
.about-hero,
.about-approach,
.use-cases-page-grid,
.gallery-page-toolbar,
.contact-page-layout,
.contact-page-meta,
.reserve-field-grid,
.process-intro,
.process-steps-stack,
.detail-hero,
.detail-overview-grid,
.detail-benefit-grid,
.detail-tag-row,
.detail-thumb-grid {
  display: grid;
  gap: 24px;
}

.about-hero,
.about-approach,
.contact-page-layout,
.process-intro,
.detail-hero,
.detail-overview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.products-filter-chip,
.product-tag {
  padding: 15px 16px;
  border: 1px solid rgba(36, 58, 112, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--royal-blue);
  font-weight: 700;
}

.products-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.products-sidebar,
.products-sidebar-cta,
.products-main,
.products-main-intro,
.products-showcase-grid,
.about-hero-copy,
.about-approach-cards,
.contact-page-info,
.contact-page-form-card {
  display: grid;
  gap: 18px;
}

.products-sidebar {
  align-self: stretch;
  align-content: start;
}

.contact-page-note,
.contact-page-form-card,
.products-sidebar-cta {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(36, 58, 112, 0.08);
  background: rgba(255, 255, 255, 0.52);
}

.products-showcase-grid,
.use-cases-page-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.products-main {
  gap: 20px;
}

.products-main-intro {
  gap: 20px;
}

.products-main-intro h2 {
  margin: 0;
  color: var(--royal-blue);
}

.products-main-intro .service-situations-card,
.contact-page-form-card .service-situations-card {
  margin-top: 4px;
}

.products-main-intro .service-situations-card p,
.contact-page-form-card .service-situations-card p {
  max-width: 48ch;
}

.products-main-intro .service-situations-lists,
.contact-page-form-card .service-situations-lists {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.products-sidebar .service-situations-card {
  gap: 14px;
}

.products-sidebar .service-situations-card h3 {
  font-size: 1.22rem;
  line-height: 1.2;
}

.service-situations-lists-single {
  grid-template-columns: 1fr;
}

.product-showcase-card {
  border-radius: 30px;
  padding: 16px;
}

.product-media-link {
  display: block;
  color: inherit;
}

.product-card-media,
.product-card-carousel-track,
.product-card-slide {
  position: relative;
}

.product-card-media {
  overflow: hidden;
  border-radius: 24px;
}

.product-card-slide {
  display: none;
}

.product-card-slide.is-active {
  display: block;
}

.product-showcase-card img,
.use-case-page-card img {
  aspect-ratio: 4 / 3;
}

.product-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(36, 58, 112, 0.14);
  background: rgba(255, 255, 255, 0.82);
  color: var(--royal-blue);
  font-size: 1.5rem;
  cursor: pointer;
}

.product-carousel-arrow-prev {
  left: 12px;
}

.product-carousel-arrow-next {
  right: 12px;
}

.product-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.product-carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
}

.product-carousel-dot.is-active {
  background: #fff;
}

.product-showcase-card .card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-title-link {
  color: inherit;
}

.page-products .products-showcase-grid {
  gap: 24px;
}

.page-products .product-showcase-card {
  padding: 16px;
  border-radius: 32px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.page-products .product-showcase-card:hover {
  transform: translateY(-2px);
  border-color: rgba(36, 58, 112, 0.14);
  box-shadow: 0 22px 42px rgba(25, 34, 54, 0.08);
}

.page-products .product-card-media {
  border-radius: 24px;
}

.page-products .product-copy {
  gap: 10px;
  min-height: auto;
  align-content: start;
  padding: 14px 4px 2px;
}

.page-products .product-meta {
  min-height: 0;
  gap: 8px;
}

.page-products .product-meta span {
  padding: 7px 10px;
  font-size: 0.78rem;
  line-height: 1.2;
}

.page-products .product-copy h3 {
  line-height: 1.08;
}

.page-products .product-copy p {
  max-width: 32ch;
  line-height: 1.55;
}

.page-products .card-actions {
  padding-top: 8px;
}

.page-products .button-inline {
  min-height: 44px;
}

.page-products .products-sidebar,
.page-products .products-main-intro {
  gap: 20px;
}

.page-products .products-layout {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
}

.page-products .product-showcase-card img {
  aspect-ratio: 4 / 2.65;
}

.page-products .products-main {
  gap: 16px;
}

.page-products .products-sidebar-cta {
  padding: 22px 20px;
}

.page-products .products-sidebar .service-situations-card {
  padding: 18px;
}

.page-products .product-showcase-card .card-actions {
  padding-top: 2px;
}

.page-products .product-showcase-card .button-inline {
  min-width: 0;
}

.page-products .products-layout {
  padding-top: 0;
}

.product-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-tag {
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
}

.about-hero {
  align-items: center;
}

.about-hero-copy p,
.about-approach p,
.contact-page-info p,
.contact-page-note p,
.contact-page-form-card p {
  margin: 0;
  color: rgba(34, 48, 61, 0.82);
  line-height: 1.75;
}

.about-hero-image {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 30px;
}

.about-approach-cards {
  grid-template-columns: 1fr;
}

.about-approach .detail-card {
  padding: 24px;
  border: 1px solid rgba(36, 58, 112, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.52);
}

.about-cta {
  margin-top: 4px;
}

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

.gallery-page-toolbar {
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  overflow-x: auto;
  padding-bottom: 6px;
}

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

.gallery-page-grid .gallery-card img {
  aspect-ratio: 4 / 4.2;
}

.process-step-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(36, 58, 112, 0.08);
  background: rgba(255, 255, 255, 0.55);
}

.process-step-card strong {
  color: var(--heritage-gold);
  font-size: 2rem;
}

.process-step-card h3,
.contact-page-info h2,
.contact-page-form-card h3 {
  color: var(--royal-blue);
}

.process-step-card p {
  margin: 8px 0 0;
  color: rgba(34, 48, 61, 0.8);
  line-height: 1.7;
}

.how-it-works-intro,
.how-topic-stack {
  display: grid;
  gap: 24px;
}

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

.how-intro-card,
.how-topic-card {
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(36, 58, 112, 0.08);
  background: rgba(255, 255, 255, 0.55);
}

.how-intro-card {
  display: grid;
  gap: 12px;
}

.how-topic-card + .how-topic-card {
  margin-top: 0;
}

.how-topic-card h3,
.how-intro-card h2,
.how-intro-card h3 {
  color: var(--royal-blue);
}

.how-topic-card p,
.how-intro-card p {
  margin: 0;
  color: rgba(34, 48, 61, 0.82);
  line-height: 1.75;
}

.faq-page-list {
  max-width: 980px;
}

.faq-page-list .faq-item {
  background: rgba(255, 255, 255, 0.55);
}

.contact-page-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-contact .page-intro {
  padding-bottom: 18px;
}

.page-contact .page-intro h1 {
  max-width: none;
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  line-height: 0.96;
}

.contact-page-info-card,
.contact-page-layout-single {
  align-content: start;
}

.contact-page-info-card {
  display: grid;
  gap: 22px;
  align-self: stretch;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(36, 58, 112, 0.08);
  background: rgba(255, 255, 255, 0.42);
}

.contact-page-info-card p {
  margin: 0;
  color: rgba(34, 48, 61, 0.82);
  line-height: 1.75;
}

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

.contact-page-meta-wide {
  grid-column: 1 / -1;
}

.contact-page-meta span {
  display: block;
  margin-bottom: 6px;
  color: var(--heritage-gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
}

.contact-page-meta strong {
  color: var(--royal-blue);
  line-height: 1.55;
}

.contact-page-form-card {
  gap: 20px;
}

.page-contact .contact-page-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  align-items: stretch;
}

.contact-page-form {
  display: grid;
  gap: 18px;
}

.thank-you-page {
  padding: clamp(64px, 10vw, 118px) 0 34px;
}

.thank-you-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
  overflow: hidden;
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid rgba(36, 58, 112, 0.09);
  border-radius: 36px;
  background:
    radial-gradient(circle at 10% 0%, rgba(184, 144, 61, 0.13), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 250, 0.92), rgba(255, 255, 255, 0.62));
  box-shadow: 0 28px 80px rgba(25, 34, 54, 0.09);
}

.thank-you-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.thank-you-copy h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--royal-blue);
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.thank-you-copy .lead {
  max-width: 48ch;
  margin: 0;
  color: rgba(34, 48, 61, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.thank-you-copy p:not(.eyebrow):not(.lead) {
  max-width: 48ch;
  margin: 0;
  color: rgba(34, 48, 61, 0.7);
  line-height: 1.7;
}

.thank-you-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.thank-you-contact-item {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(36, 58, 112, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.66);
}

.thank-you-contact-item span {
  color: var(--heritage-gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
}

.thank-you-contact-item strong {
  color: var(--royal-blue);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

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

.thank-you-visual {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: var(--surface);
}

.thank-you-visual::after {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 90px;
  height: 90px;
  content: "";
  border-radius: 999px;
  background: rgba(184, 144, 61, 0.22);
  filter: blur(18px);
}

.thank-you-visual img {
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.contact-context-card {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(36, 58, 112, 0.05);
  border: 1px solid rgba(36, 58, 112, 0.08);
}

.contact-context-card strong {
  color: var(--royal-blue);
}

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

.contact-context-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
}

.contact-context-list span {
  color: var(--heritage-gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
}

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

.contact-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.contact-field span,
.contact-field legend {
  color: var(--royal-blue);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-field legend {
  margin-bottom: 10px;
  padding: 0;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(36, 58, 112, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--charcoal);
  padding: 16px 18px;
  font: inherit;
}

.contact-field input[type="date"] {
  min-height: 54px;
  color-scheme: light;
  cursor: pointer;
}

.contact-required {
  color: var(--gold);
  font-size: 0.95em;
  font-weight: 800;
}

.contact-field textarea {
  resize: vertical;
  min-height: 150px;
}

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

.contact-choice-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-choice-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.contact-choice-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-choice-pill span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(36, 58, 112, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--royal-blue);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.contact-choice-pill input:checked + span {
  border-color: rgba(174, 138, 67, 0.52);
  background: rgba(174, 138, 67, 0.12);
  color: var(--royal-blue);
}

.status-message {
  padding: 14px 16px;
  border-radius: 18px;
  font-weight: 600;
}

.status-success {
  background: rgba(107, 125, 84, 0.12);
  color: #40502f;
}

.status-error {
  background: rgba(167, 65, 65, 0.1);
  color: #7b2e2e;
}

.contact-form-note {
  font-size: 0.95rem;
}

.detail-hero {
  align-items: start;
}

.detail-hero-copy,
.detail-hero-media,
.detail-overview-copy,
.detail-summary-card,
.detail-benefit-card {
  display: grid;
  gap: 16px;
}

.detail-tag-row {
  grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
  gap: 10px;
}

.detail-tag-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(36, 58, 112, 0.06);
  color: var(--royal-blue);
  font-size: 0.9rem;
  font-weight: 700;
}

.detail-hero-image {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 32px;
}

.detail-main-image-button,
.gallery-lightbox-trigger,
.detail-thumb-button {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.detail-main-image-button {
  display: block;
  width: 100%;
  border-radius: 32px;
}

.detail-main-image-button:focus-visible,
.gallery-lightbox-trigger:focus-visible,
.detail-thumb-button:focus-visible,
.image-lightbox__close:focus-visible {
  outline: 3px solid rgba(192, 146, 45, 0.65);
  outline-offset: 4px;
}

.detail-thumb-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.detail-thumb-button {
  overflow: hidden;
  border-radius: 18px;
  opacity: 0.68;
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.detail-thumb-button:hover,
.detail-thumb-button.is-active {
  opacity: 1;
  transform: translateY(-1px);
}

.detail-thumb-button.is-active {
  box-shadow: 0 0 0 2px rgba(192, 146, 45, 0.45);
}

.detail-thumb-grid img,
.detail-thumb-button img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.detail-overview-copy p,
.detail-benefit-card p,
.detail-summary-card li,
.detail-cta-banner p {
  margin: 0;
  color: rgba(34, 48, 61, 0.82);
  line-height: 1.72;
}

.detail-summary-card,
.detail-benefit-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(36, 58, 112, 0.08);
  background: rgba(255, 255, 255, 0.52);
}

.detail-summary-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

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

.detail-cta-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 32px;
  border-radius: 30px;
  background: var(--royal-blue);
  color: var(--surface);
}

.detail-cta-banner h2,
.detail-cta-banner p {
  color: var(--surface);
}

.detail-cta-banner p {
  opacity: 0.82;
}

.card-grid,
.benefit-grid,
.step-grid,
.gallery-preview,
.signature-strip,
.detail-grid,
.story-layout,
.contact-layout,
.faq-list,
.support-row,
.why-columns {
  display: grid;
  gap: 18px;
}

.use-case-grid,
.product-grid,
.gallery-preview,
.contact-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.product-grid-featured,
.support-row,
.why-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.showcase-card,
.product-card,
.gallery-card,
.benefit-card,
.step-card,
.story-card,
.detail-card,
.trust-panel,
.final-cta,
.contact-card,
.faq-item,
.site-footer {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.showcase-card,
.product-card,
.gallery-card,
.story-card,
.detail-card {
  background: var(--surface);
}

.showcase-card,
.product-card,
.gallery-card,
.contact-card {
  box-shadow: none;
  border: 1px solid rgba(36, 58, 112, 0.08);
}

.showcase-card img,
.product-card img,
.gallery-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
}

.showcase-copy,
.product-copy,
.step-card,
.story-card,
.detail-card,
.contact-card,
.trust-panel,
.final-cta,
.site-footer {
  padding: 22px;
}

.showcase-copy p,
.product-copy p,
.product-copy small,
.faq-item p,
.contact-card p,
.site-footer p,
.trust-panel p,
.final-cta p {
  color: var(--charcoal);
  opacity: 0.82;
}

.product-copy,
.showcase-copy {
  display: grid;
  gap: 12px;
}

.product-copy {
  gap: 10px;
  min-height: 100%;
}

.product-copy h3 {
  font-size: 1.34rem;
}

.product-copy small {
  display: block;
  color: rgba(36, 58, 112, 0.72);
  font-weight: 700;
}

.product-card,
.showcase-card {
  padding: 14px;
}

.faq-item {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(36, 58, 112, 0.08);
  box-shadow: none;
  background: rgba(255, 253, 250, 0.88);
}

.product-features {
  margin: 2px 0 0;
  padding-left: 18px;
  color: var(--charcoal);
  opacity: 0.82;
  display: grid;
  gap: 6px;
  line-height: 1.55;
}

.product-meta span {
  background: rgba(30, 48, 88, 0.08);
  color: var(--royal-blue);
}

.product-badge-row,
.product-keyword-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .product-tag {
  padding: 8px 12px;
  font-size: 0.82rem;
  line-height: 1.2;
}

.page-home .home-product-copy {
  align-content: start;
}

.page-home .home-product-tags {
  min-height: 34px;
}

.page-home .product-badge-row {
  align-items: flex-start;
  min-height: 78px;
}

.card-actions {
  padding-top: 10px;
  margin-top: auto;
}

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

.story-card,
.detail-card {
  display: grid;
  align-content: start;
  gap: 12px;
  border: 0;
  box-shadow: none;
}

.story-media-card {
  padding: 0;
  overflow: hidden;
}

.story-photo {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.story-media-copy {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: rgba(255, 253, 250, 0.76);
}

.story-card h2,
.detail-card h3 {
  color: var(--royal-blue);
}

.story-card p,
.detail-card p {
  margin: 0;
  color: var(--charcoal);
  opacity: 0.82;
  line-height: 1.7;
}

.detail-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--charcoal);
  opacity: 0.88;
  line-height: 1.55;
}

.step-card {
  background: rgba(255, 253, 250, 0.78);
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 196px;
  padding: 20px;
}

.step-card strong {
  color: var(--heritage-gold);
  font-size: 1.5rem;
}

.step-card h3 {
  color: var(--royal-blue);
}

.step-card p {
  margin: 0;
  color: var(--charcoal);
  opacity: 0.8;
  line-height: 1.58;
  font-size: 0.95rem;
}

.page-home .step-card {
  min-height: 204px;
  padding: 20px;
}

.step-card-cta {
  background: linear-gradient(180deg, #fffdf9, #f5efe5);
  align-content: center;
}

.step-card-cta .button-primary {
  width: 100%;
  min-height: 48px;
}

.page-home .step-card-cta {
  background: var(--royal-blue);
}

.gallery-card {
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.gallery-lightbox-trigger {
  display: block;
  width: 100%;
  border-radius: 22px;
}

.gallery-lightbox-trigger img {
  display: block;
  width: 100%;
}

.gallery-card figcaption {
  padding: 14px 0 0;
  color: var(--charcoal);
  opacity: 0.82;
  overflow: visible;
  white-space: normal;
  word-break: break-word;
}

.gallery-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 20px;
}

.has-lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: clamp(16px, 3vw, 44px) clamp(18px, 6vw, 92px);
  background: rgba(12, 20, 32, 0.82);
  backdrop-filter: blur(14px);
}

.image-lightbox.is-open {
  display: grid;
}

.image-lightbox__stage {
  width: min(1320px, 100%);
  display: grid;
  gap: 14px;
  justify-items: start;
}

.image-lightbox__image {
  width: auto;
  max-width: 100%;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.image-lightbox__caption {
  margin: 0;
  color: #fff;
  font-weight: 650;
  line-height: 1.5;
}

.image-lightbox__close {
  position: fixed;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.image-lightbox__nav {
  position: fixed;
  top: 50%;
  z-index: 1001;
  width: 56px;
  height: 72px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease;
}

.image-lightbox__nav:hover {
  transform: translateY(-50%) scale(1.04);
  background: #fff;
}

.image-lightbox__nav--prev {
  left: clamp(14px, 2.5vw, 38px);
}

.image-lightbox__nav--next {
  right: clamp(14px, 2.5vw, 38px);
}

.image-lightbox__nav[hidden] {
  display: none;
}

.gallery-feature-main,
.gallery-feature-card {
  margin: 0;
}

.gallery-feature-main img,
.gallery-feature-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.gallery-feature-main img {
  height: 100%;
  min-height: 400px;
}

.gallery-feature-stack {
  display: grid;
  gap: 20px;
}

.gallery-feature-card img {
  min-height: 190px;
}

.testimonials-section {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: 32px;
  align-items: start;
  padding: 18px 0 8px;
}

.testimonials-intro {
  display: grid;
  gap: 12px;
  max-width: 32rem;
}

.testimonials-intro h2 {
  max-width: 11ch;
}

.testimonial-stage {
  display: grid;
  gap: 20px;
}

.testimonial-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.testimonial-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(36, 58, 112, 0.18);
  cursor: pointer;
}

.testimonial-dot.is-active {
  background: var(--royal-blue);
}

.testimonial-card {
  display: none;
  gap: 18px;
  padding: 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(36, 58, 112, 0.08);
}

.testimonial-card.is-active {
  display: grid;
}

.testimonial-card blockquote {
  margin: 0;
  color: var(--royal-blue);
  max-width: 24ch;
  font-size: clamp(1.2rem, 2.05vw, 1.72rem);
  line-height: 1.34;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.testimonial-author {
  margin: 0;
  color: rgba(34, 48, 61, 0.74);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.testimonial-controls {
  display: flex;
  gap: 12px;
}

.testimonial-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(36, 58, 112, 0.14);
  background: rgba(255, 255, 255, 0.68);
  color: var(--royal-blue);
  font-size: 1.6rem;
  cursor: pointer;
}

.signature-strip {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px 28px;
  padding: 18px 0 12px;
  border-top: 1px solid rgba(36, 58, 112, 0.1);
  border-bottom: 1px solid rgba(36, 58, 112, 0.08);
}

.signature-copy {
  display: grid;
  gap: 10px;
}

.signature-strip h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.signature-strip p {
  margin: 0;
  color: rgba(34, 48, 61, 0.82);
  line-height: 1.7;
}

.page-home .section-intro {
  gap: 12px;
  max-width: 760px;
  padding-top: 18px;
}

.page-home .section-intro h2 {
  max-width: 12.5ch;
}

.page-home .use-case-grid,
.page-home .product-grid-featured,
.page-home .gallery-preview {
  gap: 24px;
}

.page-home .showcase-card,
.page-home .product-card {
  border-radius: 28px;
  padding: 14px;
}

.page-home .showcase-copy,
.page-home .product-copy {
  gap: 12px;
  padding: 20px 20px 18px;
}

.page-home .trust-tags li {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(36, 58, 112, 0.74);
  font-size: 0.92rem;
  font-weight: 700;
}

.page-home .trust-tags li::after {
  content: "•";
  margin-left: 14px;
  color: var(--heritage-gold);
}

.page-home .trust-tags li:last-child::after {
  content: "";
  margin: 0;
}

.page-home .home-product-card {
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 248, 243, 0.98));
}

.page-home .home-product-card img {
  aspect-ratio: 4 / 2.7;
  border-radius: 24px;
}

.page-home .home-product-copy p {
  max-width: 30ch;
  line-height: 1.58;
}

.page-home .use-case-grid,
.page-home .product-grid-featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

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

.page-home .home-use-case-card img {
  aspect-ratio: 4 / 3;
}

.page-home .product-grid-featured .home-product-card img {
  aspect-ratio: 4 / 2.78;
}

.product-kicker {
  margin: 0;
  color: var(--heritage-gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}

.home-product-tags {
  gap: 8px;
}

.page-home .home-product-tags span {
  padding: 8px 11px;
  font-size: 0.8rem;
}

.page-home .home-product-copy h3 {
  max-width: 16ch;
  line-height: 1.06;
}

.button-inline {
  min-height: 44px;
  padding: 0 18px;
}

.home-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 68px;
  align-items: start;
}

.home-icon-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.home-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(200, 161, 90, 0.14);
  color: var(--royal-blue);
  font-weight: 800;
  flex: 0 0 auto;
}

.home-icon-card h3 {
  padding-top: 6px;
  font-size: 1.22rem;
  line-height: 1.3;
}

.home-icon-copy {
  display: grid;
  gap: 8px;
}

.home-icon-copy p {
  margin: 0;
  color: rgba(34, 48, 61, 0.76);
  line-height: 1.68;
}

.signature-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: start;
}

.signature-point {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.signature-point::before {
  content: "•";
  color: var(--heritage-gold);
  font-size: 1.1rem;
  line-height: 1;
}

.signature-point span {
  color: var(--royal-blue);
  font-weight: 700;
  line-height: 1.5;
}

.support-card,
.why-item {
  padding: 18px 0;
  border-top: 1px solid rgba(36, 58, 112, 0.12);
}

.support-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.support-card h3,
.why-item h3 {
  color: var(--royal-blue);
}

.support-card p {
  margin: 0;
  color: rgba(34, 48, 61, 0.82);
  line-height: 1.68;
}

.why-item p {
  margin: 8px 0 0;
  color: rgba(34, 48, 61, 0.78);
  line-height: 1.68;
}

.page-home .support-card,
.page-home .why-item {
  padding: 22px 0;
}

.page-home .why-item p {
  max-width: 34ch;
}

.why-column {
  display: grid;
}

.section-action {
  margin-top: -4px;
}

.section-action .button-secondary {
  border-color: var(--royal-blue);
  color: var(--royal-blue);
  background: transparent;
}

.trust-panel,
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  align-items: center;
  padding: 28px 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(36, 58, 112, 0.12);
  box-shadow: none;
  background: transparent;
}

.page-home .trust-panel,
.page-home .final-cta {
  padding: 34px 0;
}

.trust-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.page-home .trust-panel-home {
  align-content: end;
  border-top: 1px solid rgba(36, 58, 112, 0.12);
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  gap: 16px 26px;
}

.home-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 12px 28px;
  padding-top: 8px;
}

.home-trust-list span {
  color: var(--royal-blue);
  font-weight: 700;
}

.home-trust-list span::before {
  content: "• ";
  color: var(--heritage-gold);
}

.page-home .final-cta-home {
  padding: 32px;
  border: 0;
  border-radius: 40px;
  background: var(--royal-blue);
  color: var(--surface);
  grid-template-columns: 1fr;
  align-content: start;
  box-shadow: var(--shadow);
}

.page-home .final-cta-home .eyebrow,
.page-home .final-cta-home h2,
.page-home .final-cta-home p {
  color: var(--surface);
}

.page-home .final-cta-home p {
  opacity: 0.82;
}

.page-home .final-cta-home .button-primary {
  background: var(--heritage-gold);
  color: #10203a;
}

.page-home .final-cta-home .button-secondary {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--surface);
}

.final-cta {
  gap: 20px;
}

.trust-panel h2,
.final-cta h2,
.contact-card h3 {
  color: var(--royal-blue);
}

.site-footer {
  display: grid;
  gap: 0;
  margin-top: 36px;
  background: transparent;
  color: var(--royal-blue);
  padding: 26px 0 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  border-top: 1px solid rgba(36, 58, 112, 0.12);
}

.page-home .site-footer {
  margin-top: 40px;
  padding-top: 28px;
}

.site-footer-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.pre-footer-cta {
  display: grid;
  gap: 16px;
  margin-top: 42px;
  padding: 34px 36px;
  border-radius: 34px;
  background: var(--royal-blue);
  color: var(--surface);
}

.pre-footer-cta .eyebrow,
.pre-footer-cta h2,
.pre-footer-cta p {
  color: var(--surface);
}

.pre-footer-cta p {
  max-width: 52ch;
  margin: 0;
  opacity: 0.86;
}

.pre-footer-cta .button-primary {
  background: var(--heritage-gold);
  color: #10203a;
}

.pre-footer-cta .button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--surface);
}

.site-footer p,
.footer-columns a {
  color: rgba(34, 48, 61, 0.8);
}

.footer-top,
.footer-grid,
.footer-link-list {
  display: grid;
  gap: 18px;
}

.footer-clean-grid {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(120px, 160px) minmax(240px, 320px);
  gap: 24px 56px;
  align-items: start;
  justify-content: space-between;
}

.footer-clean-brand {
  display: grid;
  gap: 14px;
  max-width: 24rem;
}

.footer-clean-social,
.footer-clean-contact {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-clean-social {
  min-width: 0;
}

.footer-clean-contact {
  max-width: 18rem;
}

.footer-clean-label {
  margin: 0;
  color: var(--royal-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-clean-brand strong {
  color: var(--charcoal);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.footer-brand-lead {
  max-width: 24ch;
  margin: 0;
  color: rgba(34, 48, 61, 0.76);
  font-size: 0.98rem;
  line-height: 1.58;
}

.footer-contact-lines {
  display: grid;
  gap: 6px;
}

.footer-contact-lines a,
.footer-contact-lines p {
  margin: 0;
  color: rgba(34, 48, 61, 0.82);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.58;
}

.footer-contact-lines a {
  width: fit-content;
}

.footer-address {
  display: grid;
  gap: 2px;
  padding-top: 2px;
}

.footer-top {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  padding-top: 8px;
}

.footer-minimal {
  display: grid;
  gap: 10px;
}

.footer-link-list a {
  color: rgba(36, 58, 112, 0.86);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.92rem;
}

.footer-socials {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.footer-socials a {
  color: rgba(36, 58, 112, 0.78);
  font-weight: 700;
  font-size: 0.94rem;
}

.footer-clean-bottom {
  padding-top: 14px;
  border-top: 1px solid rgba(36, 58, 112, 0.1);
}

.footer-clean-bottom p {
  margin: 0;
  color: rgba(34, 48, 61, 0.56);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.5;
}

.footer-market-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-market-list span {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--royal-blue);
  font-weight: 700;
  font-size: 0.88rem;
}

.faq-item {
  background: var(--surface);
  padding: 18px 20px;
}

.faq-item summary {
  cursor: pointer;
  color: var(--royal-blue);
  font-weight: 800;
}

.faq-item p {
  margin: 14px 0 0;
}

@media (max-width: 980px) {
  .page-home main {
    gap: 32px;
  }

  .page-home .hero {
    gap: 24px;
    padding: 16px 0 8px;
    grid-template-columns: 1fr;
  }

  .page-home .hero-main-frame {
    min-height: 440px;
  }

  .page-home h1 {
    font-size: clamp(2.8rem, 11vw, 4rem);
    max-width: 10ch;
  }

  .hero-usecase-columns {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none;
  }

  .page-home .section-intro h2 {
    max-width: none;
  }

  .home-intro,
  .gallery-feature,
  .trust-cta-grid,
  .thank-you-card,
  .home-icon-grid,
  .testimonials-section,
  .products-layout,
  .about-hero,
  .about-approach,
  .use-cases-page-grid,
  .contact-page-layout,
  .process-intro,
  .how-it-works-intro,
  .detail-hero,
  .detail-overview-grid,
  .detail-benefit-grid {
    grid-template-columns: 1fr;
  }

  .page-home .use-case-grid,
  .page-home .product-grid-featured {
    grid-template-columns: 1fr;
  }

  .service-situations-lists,
  .products-main-intro .service-situations-lists,
  .contact-page-form-card .service-situations-lists {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 24px;
  }

  .testimonial-card blockquote {
    max-width: none;
  }

  .home-intro-points {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .page-home .trust-panel-home {
    grid-template-columns: 1fr;
  }

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

  .gallery-feature-main img {
    min-height: 320px;
  }

  .page-home .final-cta-home {
    padding: 28px 24px;
  }

  .products-showcase-grid,
  .gallery-page-grid,
  .contact-field-grid {
    grid-template-columns: 1fr;
  }

  .products-layout {
    gap: 20px;
  }

  .page-products .products-layout,
  .page-contact .contact-page-layout {
    grid-template-columns: 1fr;
  }

  .page-products .products-main {
    order: 1;
  }

  .page-products .products-sidebar {
    order: 2;
  }

  .page-contact .contact-page-info-card {
    order: 1;
  }

  .page-contact .contact-page-form-card {
    order: 2;
  }

  .gallery-page-toolbar {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-hero-image {
    min-height: 320px;
  }

  .image-lightbox {
    padding: 72px 16px 28px;
  }

  .image-lightbox__image {
    max-height: 76vh;
    border-radius: 14px;
  }

  .image-lightbox__nav {
    width: 46px;
    height: 56px;
    font-size: 26px;
  }

  .detail-cta-banner {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .hero,
  .signature-strip,
  .use-case-grid,
  .product-grid,
  .gallery-preview,
  .detail-grid,
  .story-layout,
  .step-grid,
  .contact-layout,
  .trust-panel,
  .final-cta,
  .support-row,
  .why-columns {
    grid-template-columns: 1fr;
  }

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

  .site-footer-inner {
    gap: 14px;
  }

  .footer-clean-social,
  .footer-clean-contact {
    max-width: none;
  }

  .footer-socials {
    justify-items: start;
  }

  .contact-page-meta {
    grid-template-columns: 1fr;
  }

  .contact-page-meta-compact,
  .contact-field-grid {
    grid-template-columns: 1fr;
  }

  .pre-footer-cta {
    padding: 28px 24px;
  }

  .signature-points {
    grid-template-columns: 1fr;
  }

  .thank-you-page {
    padding-top: 42px;
  }

  .thank-you-card {
    padding: 24px;
    border-radius: 28px;
  }

  .thank-you-copy h1 {
    max-width: 12ch;
  }

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

  .thank-you-visual,
  .thank-you-visual img {
    min-height: 300px;
  }
}

@media (max-width: 1080px) {
  .desktop-nav,
  .desktop-actions .language-dropdown,
  .header-reserve {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-shell {
    width: min(100% - 20px, 1200px);
  }
}

@media (max-width: 780px) {

  .site-header {
    border-radius: 24px;
  }

  .hero {
    padding: 0;
  }
}
