/*
Theme Name: Cheap Flights Austin
Theme URI: https://cheapflightsaustin.com
Author: Cheap Flights Austin
Description: A fast, conversion-focused theme for flight deals departing from Austin-Bergstrom International Airport.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: cheap-flights-austin
*/

:root {
	--navy-950: #0b2338;
	--navy-900: #12304a;
	--sky-500: #38a9e0;
	--sky-100: #dff4ff;
	--orange-500: #f47c48;
	--orange-100: #ffeadf;
	--cream-50: #f8f6f1;
	--white: #ffffff;
	--ink-700: #365064;
	--ink-500: #64798a;
	--line: #d8e0e5;
	--success: #167a64;
	--shadow-sm: 0 8px 28px rgba(11, 35, 56, 0.08);
	--shadow-lg: 0 24px 72px rgba(11, 35, 56, 0.16);
	--radius-sm: 12px;
	--radius-md: 20px;
	--radius-lg: 32px;
	--display: "Montserrat", "Arial Narrow", sans-serif;
	--body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--utility: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--cream-50);
	color: var(--navy-950);
	font-family: var(--body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sky-500); outline-offset: 3px; }
::selection { background: var(--sky-100); color: var(--navy-950); }

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background: var(--white);
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	left: 12px;
	padding: 12px 16px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.shell { margin-inline: auto; max-width: 1200px; padding-inline: 24px; width: 100%; }
.narrow { max-width: 760px; }
.site-main { overflow: hidden; }
.section { padding-block: 104px; }
.section--white { background: var(--white); }
.section--navy { background: var(--navy-950); color: var(--white); }
.section-heading { align-items: end; display: flex; gap: 32px; justify-content: space-between; margin-bottom: 40px; }
.section-heading__copy { max-width: 680px; }
.eyebrow {
	align-items: center;
	color: var(--sky-500);
	display: flex;
	font-family: var(--utility);
	font-size: 0.75rem;
	font-weight: 600;
	gap: 10px;
	letter-spacing: 0.12em;
	margin: 0 0 16px;
	text-transform: uppercase;
}
.eyebrow::before { background: currentColor; content: ""; height: 2px; width: 24px; }
h1, h2, h3, h4 {
	font-family: var(--display);
	font-weight: 750;
	letter-spacing: -0.045em;
	line-height: 1.05;
	margin: 0;
}
h1 { font-size: clamp(3.1rem, 7vw, 6.9rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4.1rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1.5em; }
.lede { color: var(--ink-700); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.65; }
.button {
	align-items: center;
	background: var(--orange-500);
	border: 0;
	border-radius: 999px;
	color: var(--navy-950);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--display);
	font-size: 0.86rem;
	font-weight: 750;
	gap: 10px;
	justify-content: center;
	letter-spacing: -0.01em;
	min-height: 52px;
	padding: 14px 22px;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.button:hover { background: #ff9160; box-shadow: 0 10px 24px rgba(244, 124, 72, 0.28); transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 18px; }
.button--dark { background: var(--navy-950); color: var(--white); }
.button--dark:hover { background: var(--navy-900); }
.text-link { color: var(--navy-900); font-weight: 700; text-decoration-color: var(--sky-500); }

/* Header */
.site-header { background: rgba(248, 246, 241, 0.94); border-bottom: 1px solid rgba(18, 48, 74, 0.08); position: relative; z-index: 50; }
.site-header.is-sticky { backdrop-filter: blur(14px); position: sticky; top: 0; }
.header-inner { align-items: center; display: flex; height: 82px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; gap: 11px; text-decoration: none; }
.brand__mark { height: 40px; width: 44px; }
.brand__name { font-family: var(--display); font-size: 1rem; font-weight: 800; letter-spacing: -0.04em; line-height: 1.05; max-width: 120px; text-transform: uppercase; }
.site-nav { align-items: center; display: flex; gap: 34px; }
.site-nav ul { align-items: center; display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.site-nav a { font-size: 0.9rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover { color: var(--sky-500); }
.menu-toggle { background: transparent; border: 0; color: var(--navy-950); display: none; height: 44px; padding: 10px; width: 44px; }

/* Hero */
.hero { min-height: 760px; padding-block: 80px 90px; position: relative; }
.hero::before {
	background-image: radial-gradient(circle, rgba(56, 169, 224, 0.25) 1.2px, transparent 1.2px);
	background-size: 24px 24px;
	content: "";
	height: 450px;
	mask-image: linear-gradient(90deg, transparent, black);
	opacity: 0.55;
	position: absolute;
	right: -80px;
	top: 40px;
	width: 46%;
}
.hero-grid { align-items: center; display: grid; gap: 7vw; grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr); position: relative; }
.hero h1 { max-width: 810px; }
.hero h1 em { color: var(--sky-500); display: block; font-style: normal; }
.hero .lede { margin: 28px 0 34px; max-width: 620px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.hero-proof__item { align-items: center; display: flex; font-size: 0.84rem; font-weight: 650; gap: 9px; }
.hero-proof__item svg { color: var(--success); height: 18px; width: 18px; }
.hero-note { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 999px; display: inline-flex; font-family: var(--utility); font-size: 0.72rem; gap: 9px; letter-spacing: 0.04em; margin-bottom: 26px; padding: 8px 13px; text-transform: uppercase; }
.live-dot { background: var(--success); border-radius: 50%; box-shadow: 0 0 0 5px rgba(22, 122, 100, 0.12); height: 7px; width: 7px; }

.route-stage { min-height: 520px; perspective: 1200px; position: relative; }
.route-line { color: var(--sky-500); left: -18%; position: absolute; top: -36px; width: 128%; }
.route-line path { stroke-dasharray: 8 12; }
.route-line__plane { animation: plane-float 4s ease-in-out infinite; transform-origin: center; }
.boarding-pass { background: var(--white); border: 1px solid rgba(18, 48, 74, 0.14); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; position: absolute; right: 2%; top: 74px; transform: rotate(2.5deg); width: min(100%, 440px); }
.boarding-pass::after { border: 2px dashed var(--line); border-radius: 50%; content: ""; height: 22px; position: absolute; right: -12px; top: 57.5%; width: 22px; }
.pass-top { align-items: center; background: var(--navy-950); color: var(--white); display: flex; justify-content: space-between; padding: 17px 22px; }
.pass-top span { font-family: var(--utility); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; }
.pass-top strong { background: var(--orange-500); border-radius: 999px; color: var(--navy-950); font-family: var(--utility); font-size: 0.66rem; letter-spacing: 0.05em; padding: 5px 9px; text-transform: uppercase; }
.pass-route { align-items: center; display: grid; gap: 15px; grid-template-columns: auto 1fr auto; padding: 30px 28px 20px; }
.airport-code { font-family: var(--display); font-size: 2.7rem; font-weight: 800; letter-spacing: -0.07em; line-height: 1; }
.airport-name { color: var(--ink-500); display: block; font-size: 0.72rem; margin-top: 6px; }
.pass-flight-line { align-items: center; display: flex; color: var(--sky-500); }
.pass-flight-line::before, .pass-flight-line::after { border-top: 1px dashed currentColor; content: ""; flex: 1; }
.pass-flight-line svg { height: 20px; margin: 0 7px; transform: rotate(90deg); width: 20px; }
.pass-fare { align-items: end; display: flex; justify-content: space-between; padding: 2px 28px 30px; }
.pass-fare__price { font-family: var(--display); font-size: 4rem; font-weight: 800; letter-spacing: -0.08em; line-height: 1; }
.pass-fare__price sup { font-size: 1.3rem; left: 0.15em; position: relative; top: -1.5em; }
.pass-fare__label { color: var(--ink-500); font-family: var(--utility); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }
.pass-details { border-top: 1px dashed var(--line); display: grid; grid-template-columns: repeat(3, 1fr); padding: 20px 28px 26px; }
.pass-detail span { color: var(--ink-500); display: block; font-family: var(--utility); font-size: 0.62rem; letter-spacing: 0.08em; margin-bottom: 3px; text-transform: uppercase; }
.pass-detail strong { font-size: 0.86rem; }
.verified-card { align-items: center; background: var(--sky-100); border: 1px solid rgba(56, 169, 224, 0.35); border-radius: var(--radius-sm); bottom: 28px; display: flex; font-size: 0.78rem; font-weight: 700; gap: 8px; left: -25px; padding: 11px 14px; position: absolute; transform: rotate(-3deg); z-index: 2; }

/* Deal cards */
.deals-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.deal-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); display: flex; flex-direction: column; min-height: 390px; overflow: hidden; position: relative; transition: box-shadow 200ms ease, transform 200ms ease; }
.deal-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.deal-card__band { align-items: center; background: var(--navy-950); color: var(--white); display: flex; justify-content: space-between; min-height: 45px; padding: 10px 18px; }
.deal-card__status { align-items: center; display: flex; font-family: var(--utility); font-size: 0.65rem; gap: 7px; letter-spacing: 0.07em; text-transform: uppercase; }
.deal-card__discount { color: #8edcff; font-size: 0.75rem; font-weight: 750; }
.deal-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.deal-card__route { align-items: center; display: flex; gap: 12px; justify-content: space-between; }
.deal-card__code { font-family: var(--display); font-size: 2rem; font-weight: 800; letter-spacing: -0.06em; }
.deal-card__arrow { color: var(--sky-500); flex: 1; min-width: 42px; position: relative; text-align: center; }
.deal-card__arrow::before { border-top: 1px dashed currentColor; content: ""; left: 4px; position: absolute; right: 4px; top: 50%; }
.deal-card__arrow span { background: var(--white); padding: 0 7px; position: relative; }
.deal-card__destination { color: var(--ink-500); font-size: 0.85rem; margin: 2px 0 25px; }
.deal-card__fare { align-items: baseline; display: flex; gap: 9px; }
.deal-card__price { font-family: var(--display); font-size: 3.1rem; font-weight: 800; letter-spacing: -0.07em; line-height: 1; }
.deal-card__trip { color: var(--ink-500); font-family: var(--utility); font-size: 0.65rem; letter-spacing: 0.07em; text-transform: uppercase; }
.deal-card__meta { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; padding-top: 17px; }
.deal-card__chip { background: var(--cream-50); border-radius: 999px; color: var(--ink-700); font-size: 0.72rem; font-weight: 650; padding: 6px 9px; }
.deal-card__footer { align-items: center; display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; }
.deal-card__verified { color: var(--ink-500); font-size: 0.69rem; }
.demo-label { background: var(--orange-100); border-radius: 999px; color: #874125; font-family: var(--utility); font-size: 0.6rem; letter-spacing: 0.06em; padding: 4px 8px; text-transform: uppercase; }

/* Signup */
.alert-panel { align-items: center; background: var(--sky-100); border: 1px solid rgba(56, 169, 224, 0.32); border-radius: var(--radius-lg); display: grid; gap: 5vw; grid-template-columns: 0.9fr 1.1fr; overflow: hidden; padding: 54px; position: relative; }
.alert-panel::before { border: 1px solid rgba(56, 169, 224, 0.32); border-radius: 50%; content: ""; height: 420px; position: absolute; right: -210px; top: -260px; width: 420px; }
.alert-panel h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.alert-panel p { color: var(--ink-700); margin: 18px 0 0; }
.alert-form { background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: 24px; position: relative; }
.form-row { display: flex; gap: 10px; }
.alert-form label { display: block; font-family: var(--utility); font-size: 0.67rem; font-weight: 650; letter-spacing: 0.08em; margin-bottom: 8px; text-transform: uppercase; }
.alert-form input[type="email"] { background: var(--cream-50); border: 1px solid var(--line); border-radius: 999px; min-height: 52px; padding: 12px 17px; width: 100%; }
.preference-row { border: 0; display: flex; gap: 18px; margin: 16px 0 0; padding: 0; }
.preference-row legend { float: left; height: 1px; overflow: hidden; width: 1px; }
.preference-row label { align-items: center; cursor: pointer; display: flex; font-family: var(--body); font-size: 0.72rem; font-weight: 600; gap: 6px; letter-spacing: 0; margin: 0; text-transform: none; }
.preference-row input { accent-color: var(--navy-950); }
.form-note { color: var(--ink-500); font-size: 0.69rem; margin: 14px 0 0; }
.signup-message { border-radius: var(--radius-sm); font-size: 0.84rem; font-weight: 650; margin-bottom: 14px; padding: 10px 12px; }
.signup-message--success { background: #e4f6ee; color: #126b58; }
.signup-message--error { background: var(--orange-100); color: #874125; }

/* How it works */
.steps { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); }
.step { border-left: 1px solid rgba(255,255,255,0.18); padding: 10px 36px 10px 30px; }
.step:first-child { border-left: 0; padding-left: 0; }
.step__icon { align-items: center; background: rgba(56, 169, 224, 0.14); border: 1px solid rgba(56, 169, 224, 0.35); border-radius: 50%; color: #8edcff; display: flex; height: 54px; justify-content: center; margin-bottom: 28px; width: 54px; }
.step__icon svg { height: 24px; width: 24px; }
.step h3 { margin-bottom: 13px; }
.step p { color: #aab9c4; margin: 0; }

/* Trust and editorial */
.trust-grid { align-items: start; display: grid; gap: 8vw; grid-template-columns: 0.8fr 1.2fr; }
.trust-grid h2 { position: sticky; top: 130px; }
.trust-list { border-top: 1px solid var(--line); }
.trust-item { display: grid; gap: 22px; grid-template-columns: 44px 1fr; padding: 28px 0; border-bottom: 1px solid var(--line); }
.trust-item__mark { color: var(--sky-500); font-family: var(--utility); font-size: 0.77rem; font-weight: 700; padding-top: 2px; }
.trust-item h3 { font-size: 1.25rem; margin-bottom: 8px; }
.trust-item p { color: var(--ink-700); margin: 0; }

/* Archive and single */
.page-hero { background: var(--navy-950); color: var(--white); padding: 84px 0 78px; }
.page-hero p { color: #b6c6d1; margin: 22px 0 0; max-width: 650px; }
.archive-content { padding-block: 72px 104px; }
.archive-content .pagination { margin-top: 44px; }
.archive-content .nav-links { display: flex; gap: 10px; }
.archive-content .page-numbers { background: var(--white); border: 1px solid var(--line); border-radius: 999px; min-width: 42px; padding: 8px 14px; text-align: center; text-decoration: none; }
.archive-content .current { background: var(--navy-950); color: var(--white); }
.deal-hero { background: var(--navy-950); color: var(--white); padding: 72px 0 112px; }
.deal-hero__grid { align-items: end; display: grid; gap: 6vw; grid-template-columns: 1fr auto; }
.deal-hero .eyebrow { color: #8edcff; }
.deal-hero h1 { font-size: clamp(2.9rem, 6vw, 5.8rem); max-width: 800px; }
.deal-hero__fare { text-align: right; }
.deal-hero__price { color: var(--orange-500); font-family: var(--display); font-size: clamp(4.6rem, 9vw, 8rem); font-weight: 800; letter-spacing: -0.09em; line-height: 0.9; }
.deal-hero__label { color: #b6c6d1; font-family: var(--utility); font-size: 0.68rem; letter-spacing: 0.1em; margin-top: 12px; text-transform: uppercase; }
.deal-content { margin-top: -54px; padding-bottom: 100px; position: relative; }
.deal-summary { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.deal-summary__facts { display: grid; grid-template-columns: 1fr 1fr; padding: 38px; }
.deal-fact { border-bottom: 1px solid var(--line); padding: 18px 15px; }
.deal-fact:nth-last-child(-n+2) { border-bottom: 0; }
.deal-fact span { color: var(--ink-500); display: block; font-family: var(--utility); font-size: 0.64rem; letter-spacing: 0.08em; margin-bottom: 4px; text-transform: uppercase; }
.deal-fact strong { font-size: 1rem; }
.deal-summary__action { background: var(--sky-100); display: flex; flex-direction: column; justify-content: center; padding: 46px; }
.deal-summary__action h2 { font-size: 2rem; }
.deal-summary__action p { color: var(--ink-700); margin: 14px 0 22px; }
.disclaimer { color: var(--ink-500); font-size: 0.72rem; margin: 14px 0 0; }
.article-layout { display: grid; gap: 70px; grid-template-columns: minmax(0, 1fr) 330px; padding-top: 72px; }
.prose { color: var(--ink-700); font-size: 1.05rem; }
.prose h2, .prose h3 { color: var(--navy-950); margin: 1.6em 0 0.55em; }
.prose a { color: var(--navy-900); text-decoration-color: var(--sky-500); }
.article-sidebar { position: relative; }
.sidebar-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 26px; position: sticky; top: 116px; }
.sidebar-card h3 { font-size: 1.35rem; }
.sidebar-card p { color: var(--ink-700); font-size: 0.86rem; margin: 11px 0 18px; }
.sidebar-card .form-row { display: block; }
.sidebar-card input { margin-bottom: 10px; }

/* Generic pages */
.content-page { padding-block: 80px 110px; }
.content-page__header { margin-bottom: 42px; }
.content-page__header h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.empty-state { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 42px; text-align: center; }

/* Footer */
.site-footer { background: var(--navy-950); color: var(--white); padding: 72px 0 30px; }
.footer-grid { display: grid; gap: 5vw; grid-template-columns: 1.25fr 0.75fr 0.75fr; }
.footer-brand p { color: #aab9c4; margin: 20px 0 0; max-width: 360px; }
.footer-heading { color: #8edcff; font-family: var(--utility); font-size: 0.68rem; letter-spacing: 0.1em; margin: 0 0 16px; text-transform: uppercase; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li + li { margin-top: 9px; }
.footer-links a { color: #dce6ec; font-size: 0.88rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.14); color: #91a5b4; display: flex; font-size: 0.72rem; gap: 30px; justify-content: space-between; margin-top: 58px; padding-top: 24px; }

@keyframes plane-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-7px) rotate(2deg); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-visible { animation: rise-in 600ms cubic-bezier(.2,.7,.2,1) forwards; }

@media (max-width: 960px) {
	.site-nav ul { display: none; }
	.menu-toggle { display: block; }
	.site-nav.is-open { background: var(--cream-50); border-bottom: 1px solid var(--line); display: block; left: 0; padding: 20px 24px 28px; position: absolute; right: 0; top: 81px; }
	.site-nav.is-open ul { align-items: stretch; display: flex; flex-direction: column; gap: 0; }
	.site-nav.is-open li { border-bottom: 1px solid var(--line); }
	.site-nav.is-open li a { display: block; padding: 13px 2px; }
	.site-nav.is-open .button { display: flex; margin-top: 18px; width: 100%; }
	.hero-grid { gap: 40px; grid-template-columns: 1fr; }
	.hero { padding-top: 62px; }
	.hero-copy { max-width: 760px; }
	.route-stage { margin: 0 auto; width: min(100%, 600px); }
	.deals-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.alert-panel { gap: 34px; grid-template-columns: 1fr; }
	.trust-grid { gap: 50px; grid-template-columns: 1fr; }
	.trust-grid h2 { position: static; }
	.article-layout { gap: 40px; grid-template-columns: 1fr 280px; }
}

@media (max-width: 700px) {
	.shell { padding-inline: 18px; }
	.section { padding-block: 74px; }
	.header-inner { height: 72px; }
	.site-nav.is-open { top: 71px; }
	.brand__name { font-size: 0.88rem; }
	.site-nav .button { display: none; }
	.hero { min-height: auto; padding-block: 48px 52px; }
	.hero::before { display: none; }
	.hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
	.hero .lede { margin: 22px 0 28px; }
	.hero-proof { gap: 12px 20px; margin-top: 28px; }
	.route-stage { min-height: 475px; }
	.route-line { left: -8%; top: -8px; width: 115%; }
	.boarding-pass { right: 2%; top: 58px; transform: rotate(1.3deg); width: 96%; }
	.pass-route { padding: 24px 20px 16px; }
	.airport-code { font-size: 2.15rem; }
	.pass-fare { padding: 2px 20px 24px; }
	.pass-fare__price { font-size: 3.3rem; }
	.pass-details { padding: 17px 20px 21px; }
	.verified-card { bottom: 4px; left: 10px; }
	.section-heading { align-items: start; flex-direction: column; margin-bottom: 30px; }
	.deals-grid { grid-template-columns: 1fr; }
	.alert-panel { padding: 34px 22px; }
	.form-row { flex-direction: column; }
	.preference-row { flex-wrap: wrap; }
	.steps { grid-template-columns: 1fr; }
	.step, .step:first-child { border-left: 0; border-top: 1px solid rgba(255,255,255,0.18); padding: 32px 0; }
	.step:first-child { border-top: 0; padding-top: 0; }
	.deal-hero { padding: 54px 0 88px; }
	.deal-hero__grid { align-items: start; grid-template-columns: 1fr; }
	.deal-hero__fare { text-align: left; }
	.deal-summary { grid-template-columns: 1fr; }
	.deal-summary__facts { padding: 22px 14px; }
	.deal-summary__action { padding: 30px 24px; }
	.article-layout { grid-template-columns: 1fr; }
	.sidebar-card { position: static; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
	.reveal { opacity: 1; transform: none; }
}
