/*
Theme Name: Eductour Danubia V11
Theme URI: https://example.com/
Author: Sebri & Codex
Author URI: https://example.com/
Description: Theme WordPress pour presenter un eductour Hongrie aux professionnels du tourisme avec formulaire d'inscription.
Version: 1.0.11
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eductour-hongrie
*/
:root {
	--color-ink: #16201d;
	--color-muted: #52625d;
	--color-line: #dce4df;
	--color-bg: #f7faf8;
	--color-surface: #ffffff;
	--color-primary: #146b5f;
	--color-primary-dark: #0d4d46;
	--color-accent: #f2b84b;
	--shadow: 0 18px 45px rgba(22, 32, 29, 0.1);
	--radius: 8px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--color-bg);
	color: var(--color-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.container {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.skip-link,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.skip-link:focus {
	z-index: 20;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: var(--color-ink);
	color: #fff;
	clip: auto;
}

.site-header {
	position: sticky;
	z-index: 10;
	top: 0;
	background: rgba(247, 250, 248, 0.92);
	border-bottom: 1px solid var(--color-line);
	backdrop-filter: blur(14px);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	gap: 24px;
}

.brand {
	display: inline-flex;
	align-items: center;
	color: var(--color-ink);
	font-weight: 800;
	text-decoration: none;
}

.brand-title {
	font-size: 1.05rem;
}

.brand-logo {
	display: block;
	width: 168px;
	max-height: 58px;
	object-fit: contain;
}

.custom-logo {
	max-height: 54px;
	width: auto;
}

.primary-nav ul,
.footer-nav ul {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-nav a,
.footer-nav a {
	display: inline-flex;
	padding: 10px 12px;
	color: var(--color-muted);
	font-weight: 700;
	text-decoration: none;
}

.primary-nav a:hover,
.footer-nav a:hover {
	color: var(--color-primary);
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: var(--color-surface);
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--color-ink);
}

.hero {
	padding: 92px 0 70px;
	background:
		linear-gradient(135deg, rgba(20, 107, 95, 0.12), rgba(242, 184, 75, 0.18)),
		var(--color-bg);
}

.hero-eductour {
	background:
		linear-gradient(135deg, rgba(20, 107, 95, 0.9), rgba(22, 32, 29, 0.68)),
		url("https://i0.wp.com/danubia.fr/wp-content/uploads/2025/04/Picture1.jpg?resize=1024%2C681&ssl=1") center/cover;
	color: #fff;
}

.hero-commercial {
	position: relative;
	min-height: calc(100vh - 76px);
	display: flex;
	align-items: center;
	padding: 120px 0 96px;
	background:
		linear-gradient(90deg, rgba(11, 37, 34, 0.88), rgba(20, 107, 95, 0.62), rgba(11, 37, 34, 0.3)),
		url("https://i0.wp.com/danubia.fr/wp-content/uploads/2025/04/Picture1.jpg?resize=1024%2C681&ssl=1") center/cover;
}

.hero-commercial-inner {
	display: grid;
	grid-template-columns: minmax(0, 850px);
}

.hero-commercial h1 {
	max-width: 980px;
	color: #fff;
	font-size: clamp(2.9rem, 6.8vw, 6.2rem);
	letter-spacing: 0;
	text-wrap: balance;
}

.hero-date {
	display: inline-flex;
	width: fit-content;
	margin: 22px 0 0;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: var(--radius);
	color: #fff;
	font-weight: 900;
}

.hero-commercial .lead {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 800;
}

.hero-badge {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 18px;
	padding: 10px 14px;
	background: rgba(242, 184, 75, 0.18);
	border: 1px solid rgba(242, 184, 75, 0.55);
	border-radius: 999px;
	color: #fff;
	font-weight: 900;
}

.hero-commercial .button-secondary {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	backdrop-filter: blur(10px);
}

.scarcity-bar {
	background: var(--color-accent);
	color: var(--color-ink);
}

.scarcity-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 58px;
	text-align: center;
	font-weight: 800;
}

.scarcity-inner span {
	color: rgba(22, 32, 29, 0.78);
}

.section-heading-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.difference-section {
	background:
		linear-gradient(135deg, rgba(20, 107, 95, 0.08), rgba(242, 184, 75, 0.16)),
		var(--color-surface);
}

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

.premium-card {
	padding: 24px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.premium-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--color-primary);
	color: #fff;
	font-weight: 900;
}

.premium-card p {
	color: var(--color-muted);
}

.hero-eductour .lead {
	color: rgba(255, 255, 255, 0.82);
}

.hero-eductour .eyebrow {
	color: var(--color-accent);
}

.hero-grid,
.split,
.contact-box {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 54px;
	align-items: center;
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--color-primary);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

h1,
h2,
h3 {
	margin: 0;
	line-height: 1.12;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 700;
}

h1 {
	max-width: 780px;
	font-size: clamp(3.2rem, 8vw, 6.4rem);
}

h2 {
	font-size: clamp(2.3rem, 4.6vw, 3.8rem);
}

h3 {
	font-size: 1.45rem;
}

.lead {
	max-width: 650px;
	margin: 24px 0 0;
	color: var(--color-muted);
	font-size: 1.2rem;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: var(--radius);
	font-weight: 800;
	text-decoration: none;
}

.button-primary {
	background: var(--color-primary);
	color: #fff;
}

.button-primary:hover {
	background: var(--color-primary-dark);
}

.button-secondary {
	border-color: var(--color-line);
	background: var(--color-surface);
	color: var(--color-ink);
}

.hero-panel {
	display: grid;
	gap: 14px;
	padding: 24px;
	background: var(--color-surface);
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.hero-eductour .hero-panel {
	background: rgba(255, 255, 255, 0.94);
	color: var(--color-ink);
}

.hero-price div {
	grid-template-columns: 110px 1fr;
}

.hero-price span {
	color: var(--color-primary);
	font-size: 0.95rem;
}

.hero-price strong {
	line-height: 1.35;
}

.intro-section {
	background: var(--color-surface);
}

.image-band {
	padding-top: 0;
}

.image-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 18px;
	align-items: stretch;
}

.feature-image {
	position: relative;
	min-height: 360px;
	margin: 0;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--color-ink);
}

.feature-image-large {
	min-height: 520px;
}

.feature-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature-image figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	padding: 14px 16px;
	background: rgba(22, 32, 29, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	color: #fff;
	font-weight: 800;
}

.hero-panel div {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 14px;
	align-items: center;
	padding: 16px;
	background: #f9fbfa;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
}

.hero-panel span {
	color: var(--color-accent);
	font-weight: 900;
}

.section {
	padding: 82px 0;
}

.section-muted {
	background: var(--color-surface);
	border-top: 1px solid var(--color-line);
	border-bottom: 1px solid var(--color-line);
}

.section-heading {
	max-width: 680px;
	margin-bottom: 34px;
}

.cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.card,
.post-card {
	padding: 26px;
	background: var(--color-surface);
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
}

.card p,
.rich-text p,
.contact-box p,
.post-card p {
	color: var(--color-muted);
}

.check-list {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 30px;
	color: var(--color-muted);
}

.check-list li::before {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-primary);
	font-weight: 900;
	content: "✓";
}

.timeline {
	display: grid;
	gap: 16px;
}

.timeline-item {
	display: grid;
	grid-template-columns: 190px 110px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	padding: 24px;
	background: var(--color-surface);
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
}

.timeline-item img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: var(--radius);
}

.timeline-item > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: start;
	min-height: 40px;
	padding: 8px 12px;
	background: var(--color-primary);
	border-radius: var(--radius);
	color: #fff;
	font-weight: 900;
}

.timeline-item p {
	margin: 12px 0 0;
	color: var(--color-muted);
}

.sales-points {
	display: grid;
	gap: 8px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.sales-points li {
	padding: 10px 12px;
	background: #f9fbfa;
	border-left: 4px solid var(--color-accent);
	border-radius: var(--radius);
	color: var(--color-ink);
	font-weight: 800;
}

.offer-section {
	background: var(--color-surface);
}

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

.offer-grid article {
	min-height: 150px;
	display: flex;
	align-items: flex-end;
	padding: 22px;
	background:
		linear-gradient(135deg, rgba(20, 107, 95, 0.92), rgba(22, 32, 29, 0.84));
	border-radius: var(--radius);
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.1;
}

.price-section {
	background:
		linear-gradient(135deg, rgba(22, 32, 29, 0.94), rgba(20, 107, 95, 0.9)),
		url("https://www.barnes-hungary.com/accommodation/2/photo_balaton-la-mer-de-la-hongrie_hkY_min.jpg") center/cover;
	color: #fff;
}

.price-section .eyebrow,
.price-section .lead-small {
	color: rgba(255, 255, 255, 0.78);
}

.price-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
	gap: 42px;
	align-items: center;
}

.price-card {
	padding: 34px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: var(--radius);
	color: var(--color-ink);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.price-label {
	margin: 0;
	color: var(--color-primary);
	font-weight: 900;
	text-transform: uppercase;
}

.price-value {
	display: block;
	margin: 8px 0 0;
	color: var(--color-primary-dark);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(4rem, 9vw, 6.5rem);
	line-height: 0.95;
}

.price-card .button {
	width: 100%;
	margin-top: 24px;
}

.performance-section {
	background: var(--color-bg);
}

.fare-details-section {
	background: var(--color-surface);
}

.fare-details-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: start;
}

.fare-card {
	padding: 30px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: #f9fbfa;
	box-shadow: var(--shadow);
}

.fare-card h3 {
	margin-bottom: 18px;
}

.fare-card-included {
	border-top: 5px solid var(--color-primary);
}

.fare-card-excluded {
	border-top: 5px solid var(--color-accent);
}

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

.minus-list li {
	position: relative;
	padding-left: 30px;
	color: var(--color-muted);
}

.minus-list li::before {
	position: absolute;
	left: 0;
	top: 0;
	color: #9b3030;
	font-weight: 900;
	content: "–";
}

.cards-grid-six {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-grid-six .card {
	min-height: 128px;
	display: block;
}

.cards-grid-six .card p {
	margin-bottom: 0;
}

.lead-small {
	max-width: 560px;
	color: var(--color-muted);
	font-size: 1.05rem;
}

.conditions-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 42px;
	align-items: start;
}

.conditions-list {
	display: grid;
	gap: 14px;
}

.conditions-list article {
	padding: 22px;
	background: var(--color-surface);
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
}

.conditions-list p {
	margin-bottom: 0;
	color: var(--color-muted);
}

.danubia-about {
	background: var(--color-surface);
}

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

.about-grid article {
	padding: 26px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: #f9fbfa;
}

.about-grid p {
	color: var(--color-muted);
}

.guide-message {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, rgba(20, 107, 95, 0.12), rgba(242, 184, 75, 0.16)) !important;
}
}

.page-hero {
	padding: 72px 0 44px;
	background: var(--color-surface);
	border-bottom: 1px solid var(--color-line);
}

.registration-hero {
	padding: 64px 0 34px;
	background:
		linear-gradient(135deg, rgba(247, 250, 248, 0.96), rgba(255, 255, 255, 0.88));
}

.registration-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
	gap: 34px;
	align-items: center;
}

.registration-hero-copy h1 {
	max-width: 640px;
	font-size: clamp(2.5rem, 5.2vw, 4.8rem);
	line-height: 0.98;
}

.registration-hero-copy p:not(.eyebrow) {
	max-width: 560px;
	color: var(--color-muted);
	font-size: 1.12rem;
	font-weight: 700;
}

.registration-hero-image {
	position: relative;
	min-height: 360px;
	margin: 0;
	overflow: hidden;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.registration-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.registration-section {
	padding-top: 42px;
}

.registration-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
	gap: 34px;
	align-items: start;
}

.registration-panel {
	position: sticky;
	top: 110px;
	padding: 30px;
	background:
		linear-gradient(135deg, rgba(20, 107, 95, 0.08), rgba(242, 184, 75, 0.16)),
		var(--color-surface);
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.registration-panel h2 {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.registration-panel p {
	color: var(--color-muted);
}

.premium-signup-form {
	padding: 32px;
	border-color: rgba(20, 107, 95, 0.18);
	box-shadow: 0 28px 80px rgba(22, 32, 29, 0.12);
}

.form-section-title {
	grid-column: 1 / -1;
	margin-top: 4px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--color-line);
	color: var(--color-primary);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 1.6rem;
	font-weight: 700;
}

.content-layout {
	max-width: 820px;
}

.content-layout > *:first-child {
	margin-top: 0;
}

.content-layout a {
	color: var(--color-primary);
	font-weight: 700;
}

.contact-section {
	background: var(--color-primary-dark);
	color: #fff;
}

.contact-section .eyebrow,
.contact-section p {
	color: rgba(255, 255, 255, 0.76);
}

.contact-box {
	grid-template-columns: 1fr auto;
}

.site-footer {
	padding: 34px 0;
	background: var(--color-ink);
	color: #fff;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.6fr) minmax(220px, 0.5fr);
	align-items: start;
	gap: 34px;
}

.site-footer p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.68);
}

.footer-logo {
	width: 170px;
	max-height: 64px;
	margin-bottom: 16px;
	filter: brightness(0) invert(1);
}

.footer-contact strong {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
}

.footer-contact a,
.footer-nav a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.footer-contact a:hover,
.footer-nav a:hover {
	color: #fff;
}

.footer-bottom {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 0.92rem;
}

.posts-list {
	display: grid;
	gap: 18px;
}

.post-card h2 a {
	text-decoration: none;
}

.post-meta {
	margin: 8px 0 14px;
	color: var(--color-muted);
	font-size: 0.92rem;
	font-weight: 700;
}

.form-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
	gap: 42px;
	align-items: start;
}

.form-intro {
	position: sticky;
	top: 110px;
}

.signup-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 26px;
	background: var(--color-surface);
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.form-row {
	display: grid;
	gap: 7px;
}

.form-row-full,
.signup-form .notice,
.signup-form button {
	grid-column: 1 / -1;
}

.form-row label {
	font-weight: 800;
}

.form-row input,
.form-row textarea {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: #fff;
	color: var(--color-ink);
	font: inherit;
}

.form-row input:focus,
.form-row textarea:focus {
	border-color: var(--color-primary);
	outline: 3px solid rgba(20, 107, 95, 0.16);
}

.checkbox-row label {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	align-items: start;
	font-weight: 700;
}

.checkbox-row input {
	width: 18px;
	height: 18px;
	margin-top: 4px;
}

.notice {
	padding: 12px 14px;
	border-radius: var(--radius);
	font-weight: 800;
}

.notice-success {
	background: rgba(20, 107, 95, 0.12);
	color: var(--color-primary-dark);
}

.notice-error {
	background: rgba(190, 58, 58, 0.12);
	color: #8f2424;
}

@media (max-width: 820px) {
	.container {
		width: min(100% - 28px, 1120px);
	}

	.menu-toggle {
		display: block;
	}

	.primary-nav {
		position: absolute;
		top: 76px;
		left: 0;
		display: none;
		width: 100%;
		padding: 12px 14px 18px;
		background: var(--color-bg);
		border-bottom: 1px solid var(--color-line);
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav ul {
		display: grid;
		gap: 4px;
	}

	.primary-nav a {
		display: flex;
		padding: 12px;
	}

	.hero {
		padding: 66px 0 52px;
	}

	.hero-grid,
	.split,
	.contact-box,
	.image-grid,
	.conditions-layout,
	.price-layout,
	.registration-hero-grid,
	.registration-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.premium-grid,
	.offer-grid,
	.fare-details-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.scarcity-inner {
		flex-direction: column;
		gap: 2px;
		padding: 12px 0;
	}

	.cards-grid {
		grid-template-columns: 1fr;
	}

	.timeline-item,
	.form-layout,
	.signup-form {
		grid-template-columns: 1fr;
	}

	.feature-image,
	.feature-image-large {
		min-height: 300px;
	}

	.hero-commercial {
		min-height: auto;
		padding: 82px 0 70px;
	}
}

@media (max-width: 560px) {
	.premium-grid,
	.offer-grid,
	.fare-details-grid {
		grid-template-columns: 1fr;
	}

	.hero-commercial h1 {
		font-size: clamp(2.45rem, 13vw, 3.8rem);
	}

	.form-intro {
		position: static;
	}

	.registration-panel {
		position: static;
	}

	.section {
		padding: 58px 0;
	}

	.footer-inner {
		align-items: flex-start;
	}

	.footer-grid,
	.about-grid {
		grid-template-columns: 1fr;
	}

	.footer-nav ul {
		flex-wrap: wrap;
	}
}
