@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
--brand: #2563eb;
--brand-2: #1d4ed8;
--brand-3: #60a5fa;
--brand-glow: rgba(37, 99, 235, 0.30);
--accent: #38bdf8;
--accent-2: #0ea5e9;
--dark: #04080f;
--dark-2: #060d1a;
--dark-3: #0a1628;
--surface: #0d1f35;
--surface-2: #112440;
--surface-3: #162d4e;
--text: #e0f2fe;
--text-2: #7fb8d8;
--text-3: #4a7a99;
--border: rgba(56, 189, 248, 0.07);
--border-2: rgba(56, 189, 248, 0.13);
--radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 20px;
--radius-xl: 28px;
}

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

html {
scroll-behavior: smooth;
direction: ltr;
}

body {
font-family: 'Inter', system-ui, sans-serif;
color: var(--text);
background: var(--dark);
min-height: 100vh;
overflow-x: hidden;
direction: ltr;
}

body::before {
content: '';
position: fixed;
inset: 0;
background:
  radial-gradient(ellipse 70% 45% at 15% -5%, rgba(37, 99, 235, 0.13), transparent),
  radial-gradient(ellipse 55% 35% at 85% 5%, rgba(56, 189, 248, 0.09), transparent),
  radial-gradient(ellipse 45% 55% at 50% 105%, rgba(29, 78, 216, 0.07), transparent);
pointer-events: none;
z-index: 0;
}

body.menu-open {
overflow: hidden;
}

.container {
width: min(1160px, calc(100% - 40px));
margin: 0 auto;
}

/* ── Header ── */

.site-header {
position: sticky;
top: 0;
z-index: 100;
padding: 14px 0;
}

.header-shell {
position: relative;
min-height: 64px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 8px 10px 8px 14px;
border: 1px solid var(--border-2);
border-radius: 999px;
background: rgba(6, 13, 26, 0.88);
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
}

.header-shell::before {
content: '';
position: absolute;
inset: 0;
border-radius: 999px;
padding: 1px;
background: linear-gradient(135deg, rgba(37, 99, 235, 0.28), transparent 50%, rgba(56, 189, 248, 0.12));
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
}

.brand {
display: inline-flex;
align-items: center;
gap: 10px;
color: var(--text);
text-decoration: none;
flex: 0 0 auto;
}

.brand-mark {
width: 38px;
height: 38px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 12px;
background: linear-gradient(135deg, var(--brand), var(--accent));
box-shadow: 0 0 18px var(--brand-glow);
overflow: hidden;
}

.brand-mark img {
width: 22px;
height: 22px;
object-fit: contain;
filter: brightness(0) invert(1);
}

.brand-text {
font-size: 18px;
font-weight: 800;
letter-spacing: -0.04em;
color: var(--text);
}

.brand-text span {
background: linear-gradient(135deg, var(--brand-3), var(--accent));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.desktop-nav {
display: flex;
align-items: center;
gap: 2px;
}

.desktop-nav a {
display: inline-flex;
align-items: center;
min-height: 36px;
padding: 0 14px;
border-radius: 999px;
color: var(--text-2);
font-size: 13.5px;
font-weight: 600;
letter-spacing: -0.01em;
text-decoration: none;
transition: all 0.18s ease;
}

.desktop-nav a:hover {
color: var(--text);
background: var(--surface-2);
}

.desktop-nav a.active {
color: #fff;
background: linear-gradient(135deg, var(--brand), var(--brand-2));
box-shadow: 0 4px 16px var(--brand-glow);
}

.header-actions {
display: flex;
align-items: center;
gap: 8px;
}

.header-cta {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
min-height: 40px;
padding: 0 18px;
border-radius: 999px;
color: #fff;
background: linear-gradient(135deg, var(--brand), var(--accent-2));
text-decoration: none;
font-size: 13.5px;
font-weight: 700;
letter-spacing: -0.01em;
box-shadow: 0 0 24px var(--brand-glow), inset 0 1px 0 rgba(255,255,255,0.10);
transition: all 0.18s ease;
white-space: nowrap;
}

.header-cta:hover {
transform: translateY(-1px);
box-shadow: 0 0 38px rgba(37, 99, 235, 0.48), inset 0 1px 0 rgba(255,255,255,0.10);
}

.mobile-menu-toggle {
display: none;
width: 42px;
height: 42px;
border: 1px solid var(--border-2);
border-radius: 12px;
background: var(--surface-2);
cursor: pointer;
flex-shrink: 0;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 5px;
transition: all 0.18s ease;
}

.mobile-menu-toggle:hover {
background: var(--surface-3);
border-color: rgba(56, 189, 248, 0.2);
}

.mobile-menu-toggle span {
display: block;
width: 16px;
height: 1.5px;
border-radius: 99px;
background: var(--text-2);
transition: all 0.22s ease;
}

body.menu-open .mobile-menu-toggle span:first-child {
transform: translateY(6.5px) rotate(45deg);
}

body.menu-open .mobile-menu-toggle span:last-child {
transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-menu {
display: none;
}

/* ── Theme toggle ── */

.theme-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
min-height: 40px;
padding: 0 14px;
border: 1px solid var(--border-2);
border-radius: 999px;
color: var(--text);
background: var(--surface-2);
font-size: 13.5px;
font-weight: 700;
cursor: pointer;
transition: all 0.18s ease;
}

.theme-toggle:hover {
transform: translateY(-1px);
background: var(--surface-3);
}

.theme-toggle-icon {
font-size: 14px;
line-height: 1;
}

/* ── Social buttons ── */

.social-actions {
display: inline-flex;
align-items: center;
gap: 7px;
}

.social-link {
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid var(--border-2);
border-radius: 999px;
color: var(--text);
background: var(--surface-2);
text-decoration: none;
transition: all 0.18s ease;
}

.social-link svg {
width: 17px;
height: 17px;
display: block;
fill: currentColor;
}

.social-link:hover {
transform: translateY(-1px);
color: #ffffff;
background: linear-gradient(135deg, var(--brand), var(--accent-2));
border-color: transparent;
box-shadow: 0 0 22px var(--brand-glow);
}

.mobile-social-actions {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 14px 8px 10px;
}

.mobile-social-actions .social-link {
width: 46px;
height: 46px;
}

.mobile-social-actions .social-link svg {
width: 18px;
height: 18px;
}

/* ── Hero ── */

.site-main {
position: relative;
z-index: 1;
min-height: 60vh;
}

.hero {
position: relative;
padding: 92px 0 120px;
overflow: hidden;
}

.hero-grid {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.78fr);
align-items: center;
gap: 56px;
}

.hero-content {
position: relative;
z-index: 2;
}

.hero-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 5px 12px 5px 6px;
border-radius: 999px;
border: 1px solid rgba(56, 189, 248, 0.22);
background: rgba(37, 99, 235, 0.08);
font-size: 12px;
font-weight: 600;
letter-spacing: 0.03em;
color: var(--accent);
margin-bottom: 28px;
}

.hero-eyebrow-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--accent);
box-shadow: 0 0 8px var(--accent);
animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
0%, 100% { opacity: 1; }
50% { opacity: 0.35; }
}

.hero h1 {
max-width: 820px;
color: #ffffff;
font-size: clamp(48px, 6.4vw, 82px);
line-height: 0.96;
letter-spacing: -0.06em;
font-weight: 900;
margin: 0 0 24px;
}

.hero h1 .gradient-word {
background: linear-gradient(135deg, var(--brand-3), var(--accent));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.hero p {
max-width: 620px;
color: var(--text-2);
font-size: 18px;
line-height: 1.72;
margin: 0 0 34px;
}

.hero-actions {
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
margin-bottom: 28px;
}

.hero-trust {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}

.hero-trust span {
display: inline-flex;
align-items: center;
min-height: 30px;
padding: 0 12px;
border: 1px solid var(--border-2);
border-radius: 999px;
color: var(--text-2);
background: rgba(255, 255, 255, 0.03);
font-size: 12.5px;
font-weight: 600;
}

.hero-app {
position: relative;
z-index: 2;
}

/* ── Buttons ── */

.btn-primary {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 50px;
padding: 0 24px;
border-radius: 999px;
color: #fff;
background: linear-gradient(135deg, var(--brand), var(--accent-2));
text-decoration: none;
font-size: 15px;
font-weight: 700;
letter-spacing: -0.01em;
box-shadow: 0 0 36px var(--brand-glow), inset 0 1px 0 rgba(255,255,255,0.12);
transition: all 0.18s ease;
}

.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 0 56px rgba(37, 99, 235, 0.50), inset 0 1px 0 rgba(255,255,255,0.12);
}

.btn-secondary {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 50px;
padding: 0 24px;
border-radius: 999px;
color: var(--text);
background: var(--surface-2);
border: 1px solid var(--border-2);
text-decoration: none;
font-size: 15px;
font-weight: 600;
letter-spacing: -0.01em;
transition: all 0.18s ease;
}

.btn-secondary:hover {
background: var(--surface-3);
border-color: rgba(56, 189, 248, 0.2);
transform: translateY(-1px);
}

/* ── Search card ── */

.search-card {
position: relative;
padding: 22px;
border: 1px solid var(--border-2);
border-radius: 30px;
background: rgba(13, 31, 53, 0.82);
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
box-shadow: 0 32px 90px rgba(0, 0, 0, 0.26);
overflow: visible;
}

.search-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 30px;
background:
  radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 34%),
  radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.16), transparent 38%);
pointer-events: none;
}

.widget-card {
min-height: 420px;
}

.search-card-top {
position: relative;
z-index: 2;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
margin-bottom: 20px;
}

.search-label {
display: block;
margin-bottom: 7px;
color: var(--accent);
font-size: 12px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.search-card h2 {
margin: 0;
color: var(--text);
font-size: 26px;
line-height: 1.1;
letter-spacing: -0.04em;
}

.ai-chip {
min-width: 46px;
height: 46px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 16px;
color: #ffffff;
background: linear-gradient(135deg, var(--brand), var(--accent-2));
font-size: 15px;
font-weight: 900;
box-shadow: 0 0 28px var(--brand-glow);
}

.search-note {
position: relative;
z-index: 2;
margin-top: 14px;
color: var(--text-3);
font-size: 12.5px;
line-height: 1.5;
text-align: center;
}

/* ── Travelpayouts widget ── */

.travelpayouts-widget-box {
position: relative;
z-index: 2;
min-height: 300px;
padding: 0;
border: 0;
border-radius: 22px;
background: transparent;
overflow: visible;
direction: ltr !important;
text-align: left !important;
}

#tpwl-search,
#tpwl-tickets {
direction: ltr !important;
text-align: left !important;
}

#tpwl-search,
#tpwl-search * {
color: #0f172a !important;
}

#tpwl-search button,
#tpwl-search button *,
#tpwl-search [type="button"],
#tpwl-search [type="submit"],
#tpwl-search [role="button"],
#tpwl-search [role="button"] * {
color: #ffffff !important;
}

#tpwl-search input,
#tpwl-search select,
#tpwl-search textarea {
color: #0f172a !important;
background: #ffffff !important;
}

#tpwl-search input::placeholder,
#tpwl-search textarea::placeholder {
color: #94a3b8 !important;
opacity: 1 !important;
}

/* Calendar popup injected into body */

[class*="calendar"]:not([class*="hero"]):not([class*="section"]):not([class*="icon"]),
[class*="Calendar"]:not([class*="hero"]):not([class*="section"]):not([class*="icon"]),
[class*="datepicker"],
[class*="Datepicker"],
[class*="date-picker"],
[class*="DatePicker"] {
color: #0f172a !important;
background-color: #ffffff !important;
}

[class*="calendar"]:not([class*="hero"]) *,
[class*="Calendar"]:not([class*="hero"]) *,
[class*="datepicker"] *,
[class*="Datepicker"] * {
color: #0f172a !important;
}

[class*="calendar"] button[class*="primary"],
[class*="Calendar"] button[class*="primary"],
[class*="calendar"] button[class*="selected"],
[class*="Calendar"] button[class*="selected"] {
color: #ffffff !important;
}

/* ── Floating cards ── */

.floating-card {
position: absolute;
z-index: 3;
min-width: 150px;
padding: 14px 16px;
border: 1px solid var(--border-2);
border-radius: 20px;
background: rgba(13, 31, 53, 0.86);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
box-shadow: 0 22px 55px rgba(0, 0, 0, 0.20);
}

.floating-card span {
display: block;
margin-bottom: 5px;
color: var(--text-3);
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.06em;
}

.floating-card strong {
display: block;
color: var(--text);
font-size: 18px;
letter-spacing: -0.03em;
}

.floating-card-one {
top: -22px;
right: -16px;
}

.floating-card-two {
left: -22px;
bottom: 42px;
}


/* tpwl-tickets lives here so TP can find it, but stays invisible until modal opens */
#tpwl-tickets-wrapper {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
opacity: 0;
pointer-events: none;
}

/* ── Results modal ── */

body.results-open {
overflow: hidden;
}

.results-modal {
position: fixed;
inset: 0;
z-index: 9999;
display: flex;
align-items: stretch;
justify-content: flex-end;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.22s ease, visibility 0.22s ease;
}

.results-modal.is-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.results-modal-backdrop {
position: absolute;
inset: 0;
background: rgba(2, 6, 23, 0.74);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}

.results-modal-panel {
position: relative;
z-index: 2;
width: min(780px, calc(100% - 18px));
height: calc(100% - 18px);
margin: 9px;
display: flex;
flex-direction: column;
border: 1px solid var(--border-2);
border-radius: 28px;
background: var(--dark-2);
box-shadow: 0 35px 120px rgba(0, 0, 0, 0.45);
overflow: hidden;
transform: translateX(22px);
transition: transform 0.22s ease;
}

.results-modal.is-open .results-modal-panel {
transform: translateX(0);
}

.results-modal-header {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
padding: 20px 22px;
border-bottom: 1px solid var(--border);
background: rgba(255, 255, 255, 0.03);
}

.results-modal-label {
display: block;
margin-bottom: 5px;
color: var(--accent);
font-size: 12px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.results-modal-header h2 {
margin: 0;
color: var(--text);
font-size: 24px;
letter-spacing: -0.04em;
}

.results-modal-close {
width: 42px;
height: 42px;
border: 1px solid var(--border-2);
border-radius: 999px;
color: var(--text);
background: var(--surface-2);
font-size: 28px;
line-height: 1;
cursor: pointer;
transition: 0.18s ease;
display: flex;
align-items: center;
justify-content: center;
}

.results-modal-close:hover {
transform: translateY(-1px);
background: var(--surface-3);
}

.results-modal-body {
flex: 1 1 auto;
overflow: auto;
padding: 16px;
}

.results-modal-body #tpwl-tickets,
.results-modal-body #tpwl-tickets * {
color: #0f172a;
}

html[data-theme="light"] .results-modal-panel {
background: #ffffff;
}

html[data-theme="light"] .results-modal-header {
background: #f8fbff;
}

html[data-theme="light"] .results-modal-body #tpwl-tickets,
html[data-theme="light"] .results-modal-body #tpwl-tickets * {
color: #0f172a;
}

/* ── Footer ── */

.site-footer {
position: relative;
z-index: 1;
padding: 32px 0;
border-top: 1px solid var(--border);
background: var(--dark-2);
}

.footer-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}

.footer-copy {
font-size: 13px;
color: var(--text-3);
font-weight: 500;
}

.footer-links {
display: flex;
align-items: center;
gap: 20px;
}

.footer-links a {
font-size: 13px;
color: var(--text-3);
text-decoration: none;
font-weight: 500;
transition: color 0.15s ease;
}

.footer-links a:hover {
color: var(--text-2);
}

/* ── Misc ── */

.mono {
font-family: 'JetBrains Mono', monospace;
font-size: 0.85em;
}

.badge {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 3px 10px;
border-radius: 999px;
font-size: 11.5px;
font-weight: 600;
letter-spacing: 0.02em;
}

.badge-blue {
background: rgba(37, 99, 235, 0.12);
color: var(--brand-3);
border: 1px solid rgba(37, 99, 235, 0.2);
}

.badge-sky {
background: rgba(56, 189, 248, 0.10);
color: #7dd3fc;
border: 1px solid rgba(56, 189, 248, 0.18);
}

/* ── Light theme ── */

html[data-theme="light"] {
--dark: #f8fbff;
--dark-2: #ffffff;
--dark-3: #eef6ff;
--surface: #ffffff;
--surface-2: #f1f7ff;
--surface-3: #e6f2ff;
--text: #07111f;
--text-2: #475569;
--text-3: #64748b;
--border: rgba(15, 23, 42, 0.08);
--border-2: rgba(15, 23, 42, 0.12);
--brand-glow: rgba(37, 99, 235, 0.20);
}

html[data-theme="light"] body {
color: var(--text);
background: #f8fbff;
}

html[data-theme="light"] body::before {
background:
  radial-gradient(ellipse 70% 45% at 15% -5%, rgba(37, 99, 235, 0.12), transparent),
  radial-gradient(ellipse 55% 35% at 85% 5%, rgba(56, 189, 248, 0.12), transparent),
  radial-gradient(ellipse 45% 55% at 50% 105%, rgba(14, 165, 233, 0.08), transparent);
}

html[data-theme="light"] .header-shell {
background: rgba(255, 255, 255, 0.86);
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .brand,
html[data-theme="light"] .brand-text {
color: #07111f;
}

html[data-theme="light"] .brand-mark img {
filter: none;
}

html[data-theme="light"] .desktop-nav a {
color: #475569;
}

html[data-theme="light"] .desktop-nav a:hover {
color: #0f172a;
background: #eef6ff;
}

html[data-theme="light"] .desktop-nav a.active {
color: #ffffff;
}

html[data-theme="light"] .hero h1 {
color: #07111f;
}

html[data-theme="light"] .hero p {
color: #475569;
}

html[data-theme="light"] .hero-trust span {
background: rgba(255, 255, 255, 0.72);
}

html[data-theme="light"] .search-card {
background: rgba(255, 255, 255, 0.88);
box-shadow: 0 32px 90px rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] .floating-card {
background: rgba(255, 255, 255, 0.88);
box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] .btn-secondary {
color: #07111f;
background: #ffffff;
border-color: rgba(15, 23, 42, 0.10);
}

html[data-theme="light"] .btn-secondary:hover {
background: #eef6ff;
}

html[data-theme="light"] .site-footer {
background: #ffffff;
border-top: 1px solid rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .footer-copy,
html[data-theme="light"] .footer-links a {
color: #64748b;
}

html[data-theme="light"] .footer-links a:hover {
color: #2563eb;
}

/* ── Mobile ── */

@media (max-width: 980px) {
.hero-grid {
  grid-template-columns: 1fr;
  gap: 44px;
}

.hero-app {
  max-width: 560px;
}
}

@media (max-width: 860px) {
.site-header {
  padding: 10px 0;
}

.header-shell {
  min-height: 58px;
  padding: 8px 8px 8px 12px;
  border-radius: 20px;
}

.desktop-nav,
.header-cta {
  display: none;
}

.mobile-menu-toggle {
  display: inline-flex;
}

.brand-text {
  font-size: 17px;
}

.theme-toggle {
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 12px;
}

.theme-toggle-text {
  display: none;
}

.header-actions > .social-actions {
  display: none;
}

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 80px 16px 24px;
  opacity: 0;
  pointer-events: none;
  background: rgba(4, 8, 15, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity 0.22s ease;
  overflow-y: auto;
}

body.menu-open .mobile-menu {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-card {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--border-2);
  transform: translateY(-10px) scale(0.98);
  transition: transform 0.22s ease, opacity 0.22s ease;
  opacity: 0;
}

body.menu-open .mobile-menu-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.mobile-menu-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 14px;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: background 0.15s ease;
}

.mobile-menu-card a:hover {
  background: var(--surface-2);
}

.mobile-menu-card a:not(.social-link):not(.mobile-cta)::after {
  content: "→";
  font-size: 14px;
  color: var(--text-3);
}

.mobile-menu-card .mobile-cta {
  margin-top: 6px;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--accent-2));
  box-shadow: 0 0 22px var(--brand-glow);
}

.mobile-menu-card .mobile-cta::after {
  content: "";
}

.hero {
  padding: 62px 0 84px;
}

.hero h1 {
  font-size: clamp(42px, 12vw, 58px);
}

.hero p {
  font-size: 16px;
}

.hero-actions {
  gap: 10px;
}

.btn-primary,
.btn-secondary {
  min-height: 46px;
  font-size: 14px;
  padding: 0 20px;
}

.search-card {
  padding: 16px;
  border-radius: 24px;
}

.search-card h2 {
  font-size: 22px;
}

.floating-card {
  display: none;
}

.results-modal {
  align-items: flex-end;
  justify-content: center;
}

.results-modal-panel {
  width: calc(100% - 16px);
  height: 88vh;
  margin: 8px;
  border-radius: 24px 24px 18px 18px;
  transform: translateX(0) translateY(22px);
}

.results-modal.is-open .results-modal-panel {
  transform: translateX(0) translateY(0);
}

.footer-inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-links {
  flex-wrap: wrap;
  gap: 14px;
}
}