* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

:root {
	--gjs-t-color-primary: #0F766E;
	--gjs-t-color-secondary: #2B7CFF;
	--gjs-t-color-accent: #0F766E;
	--gjs-t-color-success: #0F766E;
	--gjs-t-color-warning: #ffc107;
	--gjs-t-color-error: #dc3545;
	--paper-bg: #FAF7F2;
	--surface: #FFFFFF;
	--ink: #1B1F23;
	--muted: #626D78;
	--soft-border: #E6E0D6;
}

body {
	font-family: 'Inter', sans-serif;
	background-color: var(--paper-bg);
	color: var(--ink);
	margin: 0;
	undefined: undefined;
	line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cormorant Garamond', serif;
	font-size: inherit;
	font-weight: inherit;
}

*,
::before,
::after {
	box-sizing: border-box;
	undefined: undefined;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

html,
:host {
	line-height: 1.5;
	undefined: undefined;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

hr {
	height: 0;
	undefined: undefined;
	color: inherit;
	border-top-width: 1px;
}

.gjs-t-body {
	background-color: inherit;
	color: inherit;
	font-size: 1rem;
	line-height: 1.75rem;
	font-family: Arial, Helvetica, sans-serif;
}

abbr:where([title]) {
	text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	undefined: undefined;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

.gjs-t-h1 {
	color: var(--gjs-t-color-secondary);
	font-size: 1.5rem;
	line-height: 2.5rem;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

.gjs-t-h2 {
	color: #601843;
	font-size: 1.2rem;
	line-height: 1.75rem;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	undefined: undefined;
	border-color: inherit;
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	undefined: undefined;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

.gjs-t-button {
	background-color: var(--gjs-t-color-primary);
	color: white;
	border-radius: 0.3rem;
}

button,
select {
	text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
	-webkit-appearance: button;
	undefined: undefined;
	background-color: transparent;
	background-image: none;
}

.gjs-t-link {
	color: var(--gjs-t-color-primary);
	text-decoration: underline;
}

:-moz-focusring {
	outline: auto;
}

.gjs-t-border {
	border-radius: 0.3rem;
	border-color: #e0e0e0;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	undefined: undefined;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	undefined: undefined;
	font: inherit;
}

summary {
	display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	undefined: undefined;
	color: #9ca3af;
}

button,
[role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	undefined: undefined;
	vertical-align: middle;
}

img,
video {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none;
}

.cls-2muzoq {
	background-color: rgb(250 247 242 / 1);
	color: rgb(27 31 35 / 1);
}

.navigation-header {
	position: sticky;
	top: 0px;
	z-index: 50;
	backdrop-filter: blur(8px);
	background-color: rgb(250 247 242 / 0.9);
	border-bottom-width: 1px;
	border-color: rgb(230 224 214 / 1);
}

.navigation-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.brand-logo {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	font-family: 'Cormorant Garamond';
	color: rgb(27 31 35 / 1);
}

.navigation-links {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.nav-link {
	color: rgb(27 31 35 / 1);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}

.nav-link:hover {
	color: rgb(15 118 110 / 1);
}

.primary-cta {
	background-color: rgb(27 31 35 / 1);
	color: rgb(255 255 255 / 1);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-radius: 9999px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}

.primary-cta:hover {
	background-color: rgb(15 118 110 / 1);
}

.hero-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.hero-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
}

.hero-title {
	font-size: 3rem;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 1.5rem;
	font-family: 'Cormorant Garamond';
	color: rgb(27 31 35 / 1);
}

.hero-subtitle {
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: rgb(98 109 120 / 1);
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.hero-cta-container {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: center;
}

.primary-hero-cta {
	background-color: rgb(27 31 35 / 1);
	color: rgb(255 255 255 / 1);
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-radius: 9999px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}

.primary-hero-cta:hover {
	background-color: rgb(15 118 110 / 1);
}

.secondary-hero-cta {
	background-color: rgb(255 255 255 / 1);
	color: rgb(27 31 35 / 1);
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(230 224 214 / 1);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}

.secondary-hero-cta:hover {
	border-color: rgb(15 118 110 / 1);
}

.value-ribbon-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.value-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.value-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
}

.value-card {
	background-color: rgb(255 255 255 / 1);
	padding: 2rem;
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(230 224 214 / 1);
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
	transition-property: box-shadow;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}

.value-card:hover {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.value-title {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
	font-family: 'Cormorant Garamond';
	color: rgb(15 118 110 / 1);
}

.value-description {
	color: rgb(98 109 120 / 1);
}

.key-figures-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: rgb(255 255 255 / 1);
}

.figures-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.figures-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
	text-align: center;
}

.figure-card {
	background-color: rgb(250 247 242 / 1);
	padding: 2rem;
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(230 224 214 / 1);
}

.figure-number {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 700;
	color: rgb(15 118 110 / 1);
	margin-bottom: 0.5rem;
}

.figure-label {
	color: rgb(98 109 120 / 1);
}

.figure-description {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(98 109 120 / 1);
	margin-top: 0.5rem;
}

.ready-made-trips-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.trips-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.section-title {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 3rem;
	font-family: 'Cormorant Garamond';
	color: rgb(27 31 35 / 1);
}

.trips-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.trip-card {
	background-color: rgb(255 255 255 / 1);
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(230 224 214 / 1);
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
	transition-property: box-shadow;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
	overflow: hidden;
}

.trip-card:hover {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.trip-content {
	padding: 1.5rem;
}

.trip-title {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
	font-family: 'Cormorant Garamond';
	color: rgb(27 31 35 / 1);
}

.trip-description {
	color: rgb(98 109 120 / 1);
	margin-bottom: 1rem;
}

.trip-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.meta-chip {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	background-color: rgb(250 247 242 / 1);
	color: rgb(43 124 255 / 1);
	border-radius: 9999px;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.trip-cta {
	background-color: rgb(27 31 35 / 1);
	color: rgb(255 255 255 / 1);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-radius: 9999px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
	display: inline-block;
}

.trip-cta:hover {
	background-color: rgb(15 118 110 / 1);
}

.features-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: rgb(255 255 255 / 1);
}

.features-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.features-layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem;
	align-items: center;
}

.features-list>:not([hidden])~:not([hidden]) {
	margin-top: calc(1.5rem * calc(1 - 0));
	margin-bottom: calc(1.5rem * 0);
}

.feature-item {
	background-color: rgb(250 247 242 / 1);
	padding: 1.5rem;
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(230 224 214 / 1);
}

.feature-title {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	font-family: 'Cormorant Garamond';
	color: rgb(15 118 110 / 1);
}

.feature-description {
	color: rgb(98 109 120 / 1);
}

.roadbook-visual {
	position: relative;
}

.roadbook-image {
	border-radius: 1rem;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.editorial-cta-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.cta-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.cta-card {
	background-color: rgb(255 255 255 / 1);
	padding: 3rem;
	border-radius: 1.5rem;
	border-width: 1px;
	border-color: rgb(230 224 214 / 1);
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	text-align: center;
}

.cta-title {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	font-family: 'Cormorant Garamond';
	color: rgb(27 31 35 / 1);
}

.cta-buttons {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: center;
}

.primary-cta-button {
	background-color: rgb(27 31 35 / 1);
	color: rgb(255 255 255 / 1);
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-radius: 9999px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}

.primary-cta-button:hover {
	background-color: rgb(15 118 110 / 1);
}

.secondary-cta-button {
	background-color: rgb(255 255 255 / 1);
	color: rgb(27 31 35 / 1);
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(230 224 214 / 1);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}

.secondary-cta-button:hover {
	border-color: rgb(15 118 110 / 1);
}

.custom-process-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: rgb(255 255 255 / 1);
}

.process-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.process-step {
	background-color: rgb(250 247 242 / 1);
	padding: 2rem;
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(230 224 214 / 1);
	text-align: center;
}

.step-number {
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	color: rgb(15 118 110 / 1);
	margin-bottom: 1rem;
	font-family: 'Cormorant Garamond';
}

.step-title {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
	font-family: 'Cormorant Garamond';
	color: rgb(27 31 35 / 1);
}

.step-description {
	color: rgb(98 109 120 / 1);
}

.about-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.about-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.about-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem;
	align-items: center;
}

.about-image {
	position: relative;
}

.founder-image {
	border-radius: 1rem;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.about-title {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	font-family: 'Cormorant Garamond';
	color: rgb(27 31 35 / 1);
}

.about-text {
	color: rgb(98 109 120 / 1);
	line-height: 1.625;
}

.testimonials-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: rgb(255 255 255 / 1);
}

.testimonials-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.testimonial-card {
	background-color: rgb(250 247 242 / 1);
	padding: 2rem;
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(230 224 214 / 1);
}

.quote-text {
	color: rgb(98 109 120 / 1);
	font-style: italic;
	margin-bottom: 1rem;
}

.quote-author {
	color: rgb(27 31 35 / 1);
	font-style: normal;
	font-weight: 500;
}

.faq-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.faq-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.faq-grid {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

.faq-grid>:not([hidden])~:not([hidden]) {
	margin-top: calc(1.5rem * calc(1 - 0));
	margin-bottom: calc(1.5rem * 0);
}

.faq-item {
	background-color: rgb(255 255 255 / 1);
	padding: 1.5rem;
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(230 224 214 / 1);
}

.faq-question {
	font-weight: 600;
	color: rgb(27 31 35 / 1);
	cursor: pointer;
}

.faq-answer {
	color: rgb(98 109 120 / 1);
	margin-top: 1rem;
}

.footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top-width: 1px;
	border-color: rgb(230 224 214 / 1);
}

.footer-container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
}

.footer-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.footer-link {
	color: rgb(98 109 120 / 1);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}

.footer-link:hover {
	color: rgb(15 118 110 / 1);
}

.copyright {
	color: rgb(98 109 120 / 1);
	font-size: 0.875rem;
	line-height: 1.25rem;
}

#iry4xn {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

#igz4qc {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

#i4jx2f {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

#ixjknz {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

#i7jclw {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

#ii580y {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

#i8p1vz {
	width: 100%;
	height: auto;
	object-fit: cover;
}

#ikmqrv {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	z-index: 100;
}

@media (max-width:992px) {
	.hero-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.hero-title {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.hero-subtitle {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.value-ribbon-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

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

	.key-figures-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

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

	.ready-made-trips-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.section-title {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

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

	.features-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

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

	.editorial-cta-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.cta-card {
		padding: 2.5rem;
	}

	.cta-title {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.custom-process-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

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

	.about-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

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

	.about-title {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.testimonials-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

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

	.faq-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

@media (max-width:768px) {
	.hero-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.hero-title {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.hero-subtitle {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.hero-cta-container {
		flex-direction: column;
	}

	.value-ribbon-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

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

	.key-figures-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

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

	.ready-made-trips-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.section-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}

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

	.features-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

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

	.editorial-cta-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.cta-card {
		padding: 2rem;
	}

	.cta-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.cta-buttons {
		flex-direction: column;
	}

	.custom-process-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

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

	.about-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

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

	.about-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.testimonials-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

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

	.faq-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

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

	.navigation-links {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: rgb(250 247 242 / 0.98);
		border-bottom: 1px solid rgb(230 224 214 / 1);
		flex-direction: column;
		padding: 1.5rem 2rem;
		gap: 1rem;
		box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
	}

	.navigation-links.active {
		display: flex;
	}

	.nav-link {
		width: 100%;
		text-align: center;
	}

	.primary-cta {
		width: 100%;
		text-align: center;
	}
}

@media (max-width:480px) {
	.hero-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.hero-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.hero-subtitle {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.hero-cta-container {
		flex-direction: column;
	}

	.value-ribbon-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

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

	.key-figures-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

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

	.ready-made-trips-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.section-title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

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

	.features-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

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

	.editorial-cta-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.cta-card {
		padding: 1.5rem;
	}

	.cta-title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.cta-buttons {
		flex-direction: column;
	}

	.custom-process-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

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

	.about-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

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

	.about-title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.testimonials-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

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

	.faq-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	#close-icon {
		display: none;
	}

	.navigation-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
