/* ═══════════════════════════════════════════════
   RAWANA B2B - PUBLIC PAGES STYLESHEET
   Theme: The Curated Horizon (Premium Editorial)
   ═══════════════════════════════════════════════ */

:root {
  /* ── Core palette ── */
  --rawana-primary: #00687B;
  --rawana-primary-soft: #01A9C7;
  --rawana-accent: #C5A059;
  --rawana-ink: #121212;
  --rawana-ink-muted: #3D494C;
  --rawana-surface: #FDFDFD;
  --rawana-surface-alt: #F8F9FA;
  --rawana-surface-lifted: #E9ECEF;

  --rawana-primary-rgb: 0, 104, 123;
  --rawana-accent-rgb: 197, 160, 89;
  --rawana-ink-rgb: 18, 18, 18;

  --primary: var(--rawana-primary);
  --accent: var(--rawana-accent);
  --ink: var(--rawana-ink);
  --ink-muted: var(--rawana-ink-muted);
  --surface: var(--rawana-surface);
  --surface-alt: var(--rawana-surface-alt);
  --surface-lifted: var(--rawana-surface-lifted);
  --border-color: var(--rawana-surface-lifted);

  --font-heading: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter', 'Nunito Sans', system-ui, sans-serif;
  --font-editorial: 'Playfair Display', Georgia, serif;

  --rawana-shadow-diffused: 0 12px 40px rgba(0, 0, 0, 0.05);
  --rawana-shadow-bold: 0 24px 64px rgba(0, 0, 0, 0.12);
}

/* ── Global Nav Style (HpNav Design) ── */
.hp-nav {
  transition: all 0.3s ease;
}

.hp-nav-link-item {
  transition: all 0.2s ease;
}

.hp-nav-link-item:hover,
.hp-nav-link-item.is-active {
  color: var(--primary) !important;
  background: rgba(var(--rawana-primary-rgb), 0.05);
}

/* ── Buttons (Handoff shared) ── */
.hp-btn-primary {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary);
  border: none;
  padding: 16px 30px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(var(--rawana-primary-rgb), 0.18);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.hp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(var(--rawana-primary-rgb), 0.28);
}

.hp-btn-gold {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  border: none;
  padding: 16px 28px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(var(--rawana-accent-rgb), 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* ── Editorial Elements ── */
.hp-eyebrow {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-block;
}

.hp-eyebrow--bar {
  padding-left: 0;
}

.hp-italic {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}

/* ── Layout ── */
.hp-section {
  padding: 96px 48px;
}

/* ── Components ── */
.hp-dest-card {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-dest-card:hover {
  transform: translateY(-8px) rotate(0deg) !important;
  box-shadow: var(--rawana-shadow-bold) !important;
}

.hp-pkg-card {
  transition: all 0.4s ease;
}

.hp-pkg-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--rawana-shadow-diffused);
}

/* ── Home Hero Collage Styles ── */
@keyframes hp-dash {
  to {
    stroke-dashoffset: -100;
  }
}

.hp-dash {
  animation: hp-dash 10s linear infinite;
}

/* ── Responsive adjustments for HpNav/HpFooter ── */
@media (max-width: 900px) {
  .hp-nav {
    width: 95% !important;
    top: 10px !important;
    padding: 10px 16px !important;
  }

  .hp-nav-links {
    display: none !important;
  }

  .hp-hamburger-btn {
    display: flex !important;
  }
}

/* ── Typography & Headers (Editorial) ── */
.hp-h1 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin: 0;
}

.hp-h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin: 0;
}

.hp-editorial-headline {
  font-size: clamp(36px, 5vw, 60px);
}

/* ── Hero Collage Section ── */
.hp-hero {
  position: relative;
  padding: 48px 48px 120px;
  overflow: hidden;
  background: var(--surface);
  color: var(--ink);
}

.hp-hero-grid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 80px;
  alignItems: center;
  max-width: 1440px;
  margin: 0 auto;
}

.hp-hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 44px;
}

.hp-hero-stat-val {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 42px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--ink);
}

.hp-hero-stat-lab {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-top: 8px;
  text-transform: uppercase;
}

/* ── Search Card (Editorial) ── */
.hp-search-card-new {
  margin-top: 32px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--surface-lifted);
  box-shadow: var(--rawana-shadow-diffused);
  padding: 18px;
}

.hp-search-tab-new {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: transparent;
  color: var(--ink-muted);
  transition: all 0.3s ease;
}

.hp-search-tab-new.is-active {
  background: var(--primary);
  color: #fff;
}

/* ── Stats Band ── */
.hp-stat-band {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  border-top: 1px solid var(--surface-lifted);
  border-bottom: 1px solid var(--surface-lifted);
  padding: 48px 0;
}

.hp-stat-val {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 48px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--ink);
}

.hp-stat-lab {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--accent);
  text-transform: uppercase;
  margin-top: 10px;
}

/* ── Newsletter (Premium) ── */
.hp-newsletter-card {
  background: var(--primary);
  border-radius: 32px;
  padding: 72px;
  color: #fff;
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 48px;
  alignItems: center;
  box-shadow: var(--rawana-shadow-bold);
}

/* ── Animations ── */
@keyframes hp-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.hp-marquee-track {
  display: flex;
  gap: 64px;
  align-items: center;
  animation: hp-marquee 30s linear infinite;
  width: max-content;
}

.hp-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeIn 0.6s ease forwards;
}

/* ── Responsive adjustments ── */
@media (max-width: 900px) {
  .hp-hero {
    padding: 40px 20px 64px !important;
  }

  .hp-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }

  .hp-hero-stats {
    flex-wrap: wrap;
    gap: 24px !important;
  }

  .hp-stat-band {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .hp-newsletter-card {
    padding: 40px 24px !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .hp-h1 {
    font-size: 44px !important;
  }

  .hp-h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 560px) {
  .hp-stat-band {
    grid-template-columns: 1fr !important;
  }
}

/* ── Utilities ── */
.hidden {
  display: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   hp2-header  —  sticky nav for secondary public pages (contact, about…)
   ═══════════════════════════════════════════════════════════════ */
.hp2-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 253, 253, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--surface-lifted);
}

.hp2-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  height: 68px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.hp2-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.hp2-header__logo-svg {
  height: 32px;
  width: auto;
}

.hp2-header__nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
}

.hp2-nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  color: var(--ink-muted);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
}

.hp2-nav-link .material-icons-outlined {
  font-size: 16px;
}

.hp2-nav-link:hover {
  color: var(--primary);
  background: rgba(var(--rawana-primary-rgb), 0.06);
}

.hp2-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* hp2 button variants */
.hp2-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.hp2-btn--sm {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 999px;
}

.hp2-btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--surface-lifted);
}

.hp2-btn--ghost:hover {
  background: var(--surface-alt);
  border-color: var(--primary);
  color: var(--primary);
}

.hp2-btn--primary {
  background: var(--primary);
  color: #fff;
  border: 1px solid transparent;
}

.hp2-btn--primary:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.hp2-btn--accent {
  background: var(--accent);
  color: #fff;
  border: 1px solid transparent;
}

.hp2-btn--accent:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* ═══════════════════════════════════════════════════════════════
   ct-*  —  Contact page components
   ═══════════════════════════════════════════════════════════════ */

/* Page wrapper */
.ct-page {
  background: var(--surface);
  min-height: 100vh;
}

/* Shared editorial atoms */
.ct-eyebrow {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-block;
}

.ct-eyebrow--bar {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ct-eyebrow--bar::before {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  background: var(--accent);
  border-radius: 2px;
  flex-shrink: 0;
}

.ct-italic {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 500;
  color: var(--primary);
}

/* ── Hero ── */
.ct-hero {
  background: var(--surface);
  padding: 80px 0 56px;
}

.ct-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.ct-hero-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 64px;
  align-items: end;
}

.ct-h1 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(48px, 6.5vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin: 24px 0 0;
}

.ct-lede {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin-top: 24px;
  max-width: 560px;
}

.ct-hero-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ct-cards-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ct-hero-card {
  flex: 1;
  min-width: 160px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--surface-lifted);
  border-radius: 20px;
  box-shadow: var(--rawana-shadow-diffused);
}

.ct-hero-card--primary {
  background: var(--primary);
  border-color: transparent;
  box-shadow: var(--rawana-shadow-bold);
}

.ct-hero-card__label {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
}

.ct-hero-card__phone {
  display: block;
  margin-top: 8px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-decoration: none;
  word-break: break-all;
}

.ct-hero-card--primary .ct-hero-card__phone {
  color: #fff;
  font-size: 16px;
}

.ct-hero-card__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin-top: 4px;
}

.ct-hero-card--primary .ct-hero-card__sub {
  color: rgba(255, 255, 255, 0.7);
}

/* ── Main: form + sidebar ── */
.ct-main {
  background: var(--surface-alt);
  padding: 32px 0 96px;
}

.ct-main__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.ct-main-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 48px;
}

/* Form card */
.ct-form-card {
  background: var(--surface);
  border-radius: 32px;
  border: 1px solid var(--surface-lifted);
  box-shadow: var(--rawana-shadow-diffused);
  padding: 48px;
}

.ct-form-h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 44px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 14px 0 6px;
}

.ct-form-lead {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0 0 32px;
  max-width: 520px;
}

.ct-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.ct-field {
  margin-bottom: 20px;
}

.ct-field__label {
  display: block;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 8px;
}

.ct-field__label em {
  color: var(--accent);
  font-style: normal;
}

.ct-field__input,
.ct-field__textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--surface-alt);
  border: 1px solid var(--surface-lifted);
  border-radius: 12px;
  outline: none;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ct-field__input:focus,
.ct-field__textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(var(--rawana-primary-rgb), 0.08);
}

.ct-field__textarea {
  resize: vertical;
}

/* Topic pills */
.ct-topics {
  margin-bottom: 20px;
}

.ct-topics__label {
  display: block;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 10px;
}

.ct-topics__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ct-pill {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--surface-lifted);
  background: var(--surface);
  color: var(--ink-muted);
  cursor: pointer;
  transition: all 0.2s ease;
}

.ct-pill:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.ct-pill--active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* Form footer */
.ct-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.ct-privacy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--ink-muted);
}

.ct-privacy .material-icons-outlined {
  font-size: 16px;
  color: var(--accent);
}

.ct-privacy a {
  color: var(--primary);
}

.ct-submit {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 8px 20px rgba(var(--rawana-primary-rgb), 0.18);
}

.ct-submit:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(var(--rawana-primary-rgb), 0.28);
}

/* ── Sidebar ── */
.ct-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* HQ card */
.ct-hq-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--rawana-shadow-bold);
}

.ct-hq-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.22;
}

.ct-hq-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.5) 0%, rgba(var(--rawana-primary-rgb), 0.9) 100%);
}

.ct-hq-card__body {
  position: relative;
  z-index: 1;
  padding: 32px;
  background: transparent;
}

.ct-hq-card__overline {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
}

.ct-hq-card__city {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 10px 0 6px;
}

.ct-hq-card__addr {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.ct-hq-card__link {
  display: inline-block;
  margin-top: 20px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: background 0.2s ease;
}

.ct-hq-card__link:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Hours card */
.ct-hours-card {
  background: var(--surface);
  border-radius: 24px;
  border: 1px solid var(--surface-lifted);
  padding: 28px;
  box-shadow: var(--rawana-shadow-diffused);
}

.ct-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 2px;
  border-bottom: 1px dashed var(--surface-lifted);
}

.ct-hours-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.ct-hours-day {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  color: var(--ink);
}

.ct-hours-time {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--ink-muted);
}

.ct-hours-time--open {
  color: var(--primary);
  font-weight: 600;
}

.ct-online-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 12px;
  background: rgba(16, 185, 129, 0.08);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--ink);
}

.ct-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10B981;
  flex-shrink: 0;
}

/* Social card */
.ct-social-card {
  background: var(--accent);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--rawana-shadow-bold);
}

.ct-social-card__overline {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.ct-social-card__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 10px 0 16px;
}

.ct-social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  text-decoration: none;
  margin-bottom: 8px;
  transition: background 0.2s ease;
}

.ct-social-link:last-child {
  margin-bottom: 0;
}

.ct-social-link:hover {
  background: rgba(255, 255, 255, 0.28);
}

.ct-social-link .material-icons-outlined {
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.ct-social-link__info {
  flex: 1;
}

.ct-social-link__name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}

.ct-social-link__handle {
  font-family: var(--font-body);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.ct-social-link__arrow {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 15px !important;
}

/* ── FAQ ── */
.ct-faq {
  background: var(--surface);
  padding: 80px 0 96px;
}

.ct-faq__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.ct-faq-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 56px;
}

.ct-faq-h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 18px 0 0;
}

.ct-faq-lead {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 24px 0 0;
  max-width: 400px;
}

.ct-faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ct-faq-item {
  border-bottom: 1px solid var(--surface-lifted);
}

.ct-faq-item:first-child {
  border-top: 1px solid var(--surface-lifted);
}

.ct-faq-btn {
  width: 100%;
  padding: 22px 8px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}

.ct-faq-q {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.ct-faq-icon {
  color: var(--primary);
  font-size: 22px !important;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.ct-faq-icon--open {
  transform: rotate(45deg);
}

.ct-faq-answer {
  display: none;
  padding: 0 8px 22px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-muted);
  max-width: 640px;
}

.ct-faq-answer--open {
  display: block;
}

/* ── Offices ── */
.ct-offices {
  background: var(--surface-alt);
  padding: 80px 0 96px;
}

.ct-offices__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.ct-offices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.ct-office-card {
  position: relative;
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--rawana-shadow-diffused);
}

.ct-office-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ct-office-card__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 18, 18, 0.92), rgba(18, 18, 18, 0.06));
}

.ct-office-card__content {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ct-office-card__hq-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border-radius: 999px;
}

.ct-office-card__city {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}

.ct-office-card__country {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 4px;
}

.ct-office-card__addr {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 10px;
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════════
   ab-*  —  About page components
   ═══════════════════════════════════════════════════════════════ */
.ab-page {
  background: var(--surface);
  min-height: 100vh;
}

/* Shared italic accent atom */
.ab-italic {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 500;
  color: var(--primary);
}

.ab-italic--gold {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}

/* Shared headline */
.ab-h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 18px 0 0;
}

/* Ghost button on dark bg */
.ab-btn-ghost-white {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.ab-btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* Ghost button on light bg */
.ab-btn-ghost-ink {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--surface-lifted);
  background: #fff;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.ab-btn-ghost-ink:hover {
  border-color: var(--primary);
  color: var(--primary);
}

/* ── HERO ── */
.ab-hero {
  position: relative;
  background: var(--surface);
  color: var(--ink);
  padding: 64px 0 48px;
  overflow: visible;
}

.ab-hero__bg {
  display: none;
}

.ab-hero__overlay {
  display: none;
}

.ab-hero__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.ab-h1 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(40px, 6.5vw, 88px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin: 28px 0 0;
  max-width: 1000px;
}

.ab-hero__lede {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin-top: 28px;
  max-width: 720px;
}

.ab-hero__btns {
  display: flex;
  gap: 12px;
  margin-top: 36px;
  flex-wrap: wrap;
}

/* Hero collage strip */
.ab-hero__collage {
  position: relative;
  max-width: 1280px;
  margin: 56px auto 0;
  padding: 0 48px 32px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr 1fr;
  gap: 16px;
}

.ab-collage-card {
  height: 200px;
  border-radius: 24px;
  overflow: hidden;
  border: 8px solid var(--surface-lifted);
  box-shadow: var(--rawana-shadow-bold);
  transition: transform 0.5s ease;
}

.ab-collage-card:hover {
  transform: rotate(0deg) translateY(0) !important;
}

.ab-collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── WHO WE ARE ── */
.ab-who {
  padding: 100px 0;
  background: var(--surface);
}

.ab-who__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.ab-who-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: start;
}

.ab-who__lede {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 24px 0 0;
  max-width: 420px;
}

/* Pillar rows */
.ab-pillar-list {
  display: flex;
  flex-direction: column;
}

.ab-pillar {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 32px;
}

.ab-pillar--bordered {
  border-top: 1px solid var(--surface-lifted);
}

.ab-pillar__num {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--accent);
  text-transform: uppercase;
  padding-top: 6px;
}

.ab-pillar__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 24px;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.ab-pillar__body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 0;
}

/* Stat band */
.ab-stat-band {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  background: var(--surface-alt);
  border-radius: 28px;
  padding: 44px 48px;
}

.ab-stat-val {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--ink);
}

.ab-stat-lbl {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 10px;
}

/* ── WHAT WE OFFER ── */
.ab-offer {
  padding: 100px 0;
  background: var(--surface-alt);
}

.ab-offer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.ab-offer__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}

.ab-offer__head-copy {
  max-width: 720px;
}

.ab-offer__tabs {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.ab-offer-tab {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--surface-lifted);
  background: #fff;
  color: var(--ink-muted);
  cursor: pointer;
  transition: all 0.25s ease;
}

.ab-offer-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.ab-offer-tab--active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.ab-offer-panel {
  animation: fadeIn 0.4s ease;
}

.ab-offer-grid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 56px;
  align-items: center;
}

.ab-offer-num {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 28px;
  color: var(--accent);
  line-height: 1;
}

.ab-offer-title {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 52px;
  letter-spacing: -0.035em;
  margin: 4px 0 10px;
  line-height: 0.95;
  color: var(--ink);
}

.ab-offer-stat {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ab-offer-body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 0;
  max-width: 480px;
}

.ab-offer-actions {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.ab-offer-img-wrap {
  border-radius: 36px;
  overflow: hidden;
  border: 12px solid #fff;
  box-shadow: var(--rawana-shadow-bold);
  transform: rotate(1.2deg);
}

.ab-offer-img-wrap img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

/* ── AUDIENCE ── */
.ab-audience {
  padding: 100px 0;
  background: var(--surface);
}

.ab-audience__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.ab-audience-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: start;
}

.ab-audience__lede {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 24px 0 0;
}

.ab-audience-img-wrap {
  margin-top: 36px;
  border-radius: 32px;
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow: var(--rawana-shadow-bold);
  transform: rotate(-1.4deg);
}

.ab-audience-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.ab-audience-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ab-audience-card {
  background: var(--surface);
  border: 1px solid var(--surface-lifted);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: var(--rawana-shadow-diffused);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ab-audience-card:hover {
  transform: rotate(0deg) translateY(-4px) !important;
  box-shadow: var(--rawana-shadow-bold);
}

.ab-audience-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(var(--rawana-primary-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.ab-audience-card__icon .material-icons-outlined {
  color: var(--primary);
  font-size: 28px;
}

.ab-audience-card__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.ab-audience-card__body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

/* ── WHY ── */
.ab-why {
  padding: 100px 0;
  background: var(--surface-alt);
  color: var(--ink);
  position: relative;
}

.ab-why__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
}

.ab-why__h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 18px 0 48px;
  max-width: 900px;
}

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

.ab-why-card {
  padding: 36px 32px;
  background: var(--surface);
  border: 1px solid var(--surface-lifted);
  border-radius: 24px;
  box-shadow: var(--rawana-shadow-diffused);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.ab-why-card:hover {
  box-shadow: var(--rawana-shadow-bold);
  transform: translateY(-3px);
}

.ab-why-card__num {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 32px;
  color: var(--accent);
  line-height: 1;
}

.ab-why-card__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 20px;
  margin: 14px 0 10px;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.ab-why-card__body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 0;
}

/* ── TECHNOLOGY ── */
.ab-tech {
  padding: 100px 0;
  background: var(--surface);
}

.ab-tech__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.ab-tech-grid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 64px;
  align-items: center;
}

.ab-tech__visual {
  position: relative;
}

.ab-tech__img-wrap {
  border-radius: 40px;
  overflow: hidden;
  border: 12px solid #fff;
  box-shadow: var(--rawana-shadow-bold);
  transform: rotate(-1.4deg);
}

.ab-tech__img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.ab-tech__badge {
  position: absolute;
  bottom: -18px;
  left: 24px;
  background: var(--accent);
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: var(--rawana-shadow-bold);
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transform: rotate(-4deg);
  white-space: nowrap;
}

.ab-tech__lede {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 24px 0 32px;
  max-width: 480px;
}

.ab-tech-bullets {
  border-top: 1px solid var(--surface-lifted);
}

.ab-tech-bullet {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--surface-lifted);
}

.ab-tech-bullet__key {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--primary);
  text-transform: uppercase;
  padding-top: 4px;
}

.ab-tech-bullet__val {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-muted);
  font-weight: 300;
}

/* ── CTA ── */
.ab-cta {
  padding: 48px 0 96px;
}

.ab-cta__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.ab-cta-card {
  background: var(--primary);
  color: #fff;
  border-radius: 32px;
  padding: 72px;
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 48px;
  align-items: center;
  box-shadow: var(--rawana-shadow-bold);
}

.ab-cta__eyebrow {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  border-left: 4px solid var(--accent);
  padding-left: 16px;
  margin-bottom: 20px;
}

.ab-cta__h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 0;
}

.ab-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ab-cta__sub-link {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  text-align: center;
  margin-top: 4px;
}

.ab-cta__sub-link:hover {
  color: #fff;
}

/* ── About responsive ── */
@media (max-width: 1024px) {

  .ab-hero__inner,
  .ab-hero__collage,
  .ab-who__inner,
  .ab-offer__inner,
  .ab-audience__inner,
  .ab-why__inner,
  .ab-tech__inner,
  .ab-cta__inner {
    padding: 0 32px;
  }

  .ab-cta-card {
    padding: 48px;
  }
}

@media (max-width: 900px) {

  .ab-who-grid,
  .ab-offer-grid,
  .ab-audience-grid,
  .ab-tech-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ab-cta-card {
    grid-template-columns: 1fr;
    padding: 40px 32px;
  }

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

  .ab-stat-band {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .ab-offer__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ab-offer-title {
    font-size: 40px;
  }

  .ab-offer-img-wrap img {
    height: 320px;
  }

  .ab-tech__img-wrap img {
    height: 360px;
  }

  .ab-hero__collage {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {

  .ab-hero__inner,
  .ab-hero__collage,
  .ab-who__inner,
  .ab-offer__inner,
  .ab-audience__inner,
  .ab-why__inner,
  .ab-tech__inner,
  .ab-cta__inner {
    padding: 0 20px;
  }

  .ab-audience-cards {
    grid-template-columns: 1fr;
  }

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

  .ab-pillar {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ab-tech-bullet {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ab-hero__collage {
    display: none;
  }

  .ab-cta__actions {
    width: 100%;
  }

  .hp-btn-gold,
  .ab-btn-ghost-white {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ── Contact responsive ── */
@media (max-width: 1024px) {

  .hp2-header__inner,
  .ct-hero__inner,
  .ct-main__inner,
  .ct-faq__inner,
  .ct-offices__inner {
    padding: 0 32px;
  }
}

@media (max-width: 900px) {
  .hp2-header__nav {
    display: none;
  }

  .ct-hero {
    padding: 48px 0 40px;
  }

  .ct-hero-grid,
  .ct-main-grid,
  .ct-faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ct-h1 {
    font-size: clamp(40px, 9vw, 72px);
  }

  .ct-lede {
    font-size: 17px;
  }

  .ct-form-card {
    padding: 32px 24px;
  }

  .ct-form-row {
    grid-template-columns: 1fr;
  }

  .ct-offices-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {

  .hp2-header__inner,
  .ct-hero__inner,
  .ct-main__inner,
  .ct-faq__inner,
  .ct-offices__inner {
    padding: 0 20px;
  }

  .ct-form-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .ct-submit {
    width: 100%;
    justify-content: center;
  }

  .ct-cards-row {
    flex-direction: column;
  }

  .ct-hero-card {
    min-width: unset;
  }
}

/* ── Footer constraints for editorial pages ── */
.footer-constraint footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-constraint footer>div {
  max-width: 1280px !important;
}

.footer-constraint .hp-footer-inner {
  padding: 64px !important;
}
/* ═══════════════════════════════════════════════
   BLOG INDEX REDESIGN STYLES
   ═══════════════════════════════════════════════ */

.bl-feat {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.bl-feat:hover {
  transform: translateY(-4px);
  box-shadow: var(--rawana-shadow-bold) !important;
}

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

.bl-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--surface-lifted);
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
}
.bl-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--rawana-shadow-diffused);
}

@media (max-width: 960px) {
  .bl-grid { grid-template-columns: 1fr 1fr !important; }
  .bl-feat { grid-template-columns: 1fr !important; }
  .bl-feat img { height: 300px; }
  .hp-editorial-headline { font-size: 40px !important; }
}

@media (max-width: 640px) {
  .bl-grid { grid-template-columns: 1fr !important; }
}
