/*
Theme Name: G-MAR Travel Moderno V11 Nosotros
Theme URI: https://www.gmartravelytours.pe
Author: G-MAR Travel & Tours
Description: Tema corporativo rápido, adaptable y orientado a consultas por WhatsApp.
Version: 11.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: gmar-travel
*/

:root {
	--blue: #0b4f9c;
	--blue-dark: #072f63;
	--blue-deep: #061d3b;
	--red: #ef3340;
	--red-dark: #c91f2d;
	--ink: #132238;
	--muted: #607086;
	--line: #dce4ed;
	--soft: #f3f7fb;
	--white: #ffffff;
	--shadow: 0 20px 55px rgba( 7, 47, 99, .14 );
	--radius: 22px;
	--shell: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp( 2.7rem, 6vw, 5.8rem ); }
h2 { font-size: clamp( 2rem, 4vw, 3.55rem ); }
h3 { font-size: 1.35rem; }
.site-shell { width: min( calc( 100% - 40px ), var(--shell) ); margin-inline: auto; }
.section { padding: 104px 0; }
.screen-reader-text, .honeypot { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99999; top: -100px; left: 16px; padding: 10px 16px; background: var(--white); color: var(--blue); font-weight: 800; }
.skip-link:focus { top: 16px; }
.elementor-location-header, .elementor-location-footer { display: none !important; }

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: var(--red);
	font-size: .77rem;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 3px; border-radius: 4px; background: currentColor; }
.eyebrow--light { color: #fff; }
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	border: 0;
	border-radius: 9px;
	font-size: .94rem;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 17px; font-size: .84rem; }
.button--red { background: var(--red); color: #fff; box-shadow: 0 12px 25px rgba(239,51,64,.23); }
.button--red:hover { background: var(--red-dark); }
.button--blue { background: var(--blue); color: #fff; box-shadow: 0 12px 25px rgba(11,79,156,.2); }
.button--blue:hover { background: var(--blue-dark); }
.button--white { background: #fff; color: var(--blue-dark); }
.button--glass { color: #fff; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.button--whatsapp { background: #1fa855; color: #fff; }
.text-link { color: var(--blue); font-weight: 800; white-space: nowrap; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.topbar { background: var(--blue-deep); color: rgba(255,255,255,.86); font-size: .79rem; }
.topbar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__contact { display: flex; align-items: center; gap: 10px; }
.topbar a:hover { color: #fff; }
.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(9,44,84,.08); backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; }
.brand img { width: 176px; max-height: 76px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 18px; }
.primary-nav ul { display: flex; align-items: center; gap: 3px; padding: 0; margin: 0; list-style: none; }
.primary-nav ul a { display: block; padding: 10px 9px; color: #24364d; font-size: .86rem; font-weight: 720; border-radius: 7px; }
.primary-nav ul a:hover, .primary-nav ul a:focus-visible, .primary-nav ul a.is-active { color: var(--blue); background: var(--soft); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 8px; background: var(--soft); }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 3px; background: var(--blue-dark); transition: transform .2s, opacity .2s; }

.hero {
	position: relative;
	min-height: 750px;
	display: flex;
	align-items: center;
	padding: 82px 0 170px;
	color: #fff;
	background: var(--blue-deep) var(--hero-image) center / cover no-repeat;
}
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,24,51,.9) 0%, rgba(4,34,70,.65) 43%, rgba(4,24,51,.12) 78%), linear-gradient(0deg, rgba(4,24,51,.22), transparent 45%); }
.hero__content { position: relative; z-index: 1; }
.hero h1 { max-width: 900px; margin-bottom: 24px; color: #fff; font-weight: 900; text-shadow: 0 4px 24px rgba(0,0,0,.22); }
.hero h1 span { color: #ff6a72; }
.hero__lead { max-width: 650px; margin-bottom: 33px; font-size: clamp(1.05rem, 2vw, 1.34rem); line-height: 1.55; color: rgba(255,255,255,.9); }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-search-wrap { position: absolute; z-index: 3; right: 0; bottom: -51px; left: 0; }
.travel-search { display: grid; grid-template-columns: 1.6fr 1fr .85fr auto; align-items: end; gap: 1px; padding: 12px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.travel-search .field { min-width: 0; padding: 4px 16px; border-right: 1px solid var(--line); }
.travel-search label { display: block; color: var(--ink); font-size: .72rem; font-weight: 850; letter-spacing: .03em; }
.travel-search input, .travel-search select { width: 100%; min-height: 37px; padding: 5px 0; color: var(--muted); border: 0; outline: 0; background: transparent; }
.travel-search .button { min-height: 58px; }

.trust-strip { padding: 94px 0 32px; background: var(--soft); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 2px 14px; padding: 16px 34px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { grid-row: 1 / 3; align-self: center; color: var(--red); font-size: 1.5rem; font-weight: 900; }
.trust-grid strong { color: var(--blue-dark); }
.trust-grid small { color: var(--muted); }

.section-heading { max-width: 690px; margin-bottom: 47px; }
.section-heading h2 { margin-bottom: 18px; color: var(--blue-dark); }
.section-heading > p:last-child, .heading-row > div > p:last-child { color: var(--muted); font-size: 1.04rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.heading-row > div { max-width: 700px; }

.destination-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.destination-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius); background: var(--blue-dark); box-shadow: 0 14px 35px rgba(7,47,99,.11); }
.destination-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.destination-card:hover img { transform: scale(1.05); }
.destination-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,19,42,.93), rgba(3,19,42,.02) 72%); }
.destination-card__content { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px; color: #fff; }
.destination-card__content p { margin-bottom: 5px; color: #ff9ca2; font-size: .71rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.destination-card__content h2, .destination-card__content h3 { margin-bottom: 8px; color: #fff; font-size: 1.75rem; }
.destination-card__content span { display: block; min-height: 50px; color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.5; }
.destination-card__content a { display: inline-block; margin-top: 15px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .82rem; font-weight: 800; }
.destination-grid--page { grid-template-columns: repeat(4,1fr); }
.destination-grid--page .destination-card { min-height: 390px; }

.section--services { background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; min-height: 445px; display: flex; align-items: flex-end; overflow: hidden; padding: 34px; border-radius: var(--radius); color: #fff; box-shadow: 0 15px 40px rgba(7,47,99,.1); }
.service-card--image { background: var(--blue-dark) var(--card-image) center / cover no-repeat; }
.service-card--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,23,51,.95), rgba(3,23,51,.05) 75%); }
.service-card > div { position: relative; z-index: 1; }
.service-card span { color: #ff949b; font-size: .73rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 10px 0; color: #fff; font-size: 1.85rem; }
.service-card p { color: rgba(255,255,255,.82); }
.service-card a { font-size: .86rem; font-weight: 850; }
.service-card--blue { background: linear-gradient(145deg, var(--blue), var(--blue-deep)); }
.vehicle-mark { position: absolute !important; z-index: 0 !important; top: -45px; right: -30px; color: rgba(255,255,255,.07); font-size: 20rem; font-weight: 950; line-height: 1; }

.world-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.world-image { position: relative; }
.world-image img { width: 100%; min-height: 560px; object-fit: cover; border-radius: 0 80px 0 80px; box-shadow: var(--shadow); }
.world-stamp { position: absolute; right: -32px; bottom: 48px; width: 145px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--red); box-shadow: 0 18px 38px rgba(239,51,64,.28); transform: rotate(-7deg); }
.world-stamp strong { font-size: 1.6rem; line-height: 1; }.world-stamp span { font-size: .8rem; }
.world-copy h2 { color: var(--blue-dark); }
.world-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.check-list { padding: 0; margin: 28px 0 32px; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 32px; font-weight: 720; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }

.section--packages { background: var(--blue-deep); color: #fff; }
.section--packages .section-heading h2 { color: #fff; }
.section--packages .section-heading > p:last-child { color: rgba(255,255,255,.7); }
.package-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.package-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; color: var(--ink); background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.package-card__tag { align-self: flex-start; margin-bottom: 20px; padding: 6px 10px; border-radius: 99px; color: var(--blue); background: #eaf2fb; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.package-card h2, .package-card h3 { margin-bottom: 8px; color: var(--blue-dark); font-size: 1.45rem; }
.package-card p { color: var(--muted); font-size: .9rem; }
.package-card__duration { color: var(--red) !important; font-weight: 800; }
.package-card ul { padding: 0; margin: 5px 0 24px; list-style: none; }
.package-card li { position: relative; padding: 6px 0 6px 22px; font-size: .83rem; }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.package-card a { margin-top: auto; color: var(--blue); font-size: .84rem; font-weight: 850; }
.package-grid--page { grid-template-columns: repeat(2,1fr); }
.package-grid--page .package-card { padding: 38px; border-color: var(--line); }

.cta-banner { position: relative; padding: 85px 0; color: #fff; background: var(--blue-deep) var(--cta-image) center / cover no-repeat; }
.cta-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,25,54,.92), rgba(11,79,156,.7)); }
.cta-banner__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-banner h2 { max-width: 820px; margin-bottom: 0; color: #fff; }

.page-hero { position: relative; min-height: 455px; display: flex; align-items: flex-end; padding: 90px 0 75px; color: #fff; background-color: var(--blue-deep); background-size: cover; background-position: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,25,55,.94), rgba(3,25,55,.42)); }
.page-hero > .site-shell { position: relative; }
.page-hero h1 { max-width: 930px; margin-bottom: 16px; color: #fff; font-size: clamp(2.7rem,5vw,4.8rem); }
.page-hero p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.84); font-size: 1.14rem; }
.page-hero--destinations { background-image: url('assets/images/hero.jpg'); }
.page-hero--packages { background-image: url('assets/images/paquetes.jpg'); }
.page-hero--fullday { background-image: url('assets/images/full-day.jpg'); }
.page-hero--transfers { background-image: linear-gradient(135deg, var(--blue), var(--blue-deep)); }
.page-hero--about { background-image: url('assets/images/cta.jpg'); }
.page-hero--contact, .page-hero--standard { background-image: url('assets/images/mundo.jpg'); }
.feature-band { padding: 75px 0; color: #fff; background: var(--blue); }
.feature-band__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 65px; }
.feature-band img { width: 100%; height: 330px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-band h2 { color: #fff; }
.notice-box { margin-top: 35px; padding: 19px 23px; border-left: 4px solid var(--red); border-radius: 8px; color: var(--muted); background: var(--soft); }

.icon-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.icon-card { padding: 34px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s, box-shadow .2s; }
.icon-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.icon-card__number { display: block; margin-bottom: 45px; color: var(--red); font-size: 1.5rem; font-weight: 900; }
.icon-card h2 { color: var(--blue-dark); font-size: 1.5rem; }
.icon-card p { color: var(--muted); }.icon-card a { color: var(--blue); font-size: .84rem; font-weight: 850; }
.split-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.split-intro h2, .about-grid h2 { color: var(--blue-dark); }
.split-intro > div:first-child > p:not(.eyebrow), .about-grid > div:first-child p { color: var(--muted); }
.transfer-list { border-top: 1px solid var(--line); }
.transfer-list article { display: grid; grid-template-columns: 55px 1fr; gap: 15px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.transfer-list article > span { color: var(--red); font-size: 1.2rem; font-weight: 900; }
.transfer-list h3 { margin-bottom: 6px; color: var(--blue-dark); }.transfer-list p { margin-bottom: 0; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.values-grid article { padding: 25px; border-radius: 16px; background: var(--soft); }
.values-grid strong { color: var(--red); }.values-grid h3 { margin: 18px 0 8px; color: var(--blue-dark); }.values-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; }
.contact-card { padding: 38px; border-radius: var(--radius); color: #fff; background: linear-gradient(145deg,var(--blue),var(--blue-deep)); }
.contact-card h2 { color: #fff; }.contact-card > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.contact-card ul { padding: 0; margin: 28px 0; list-style: none; }
.contact-card li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-card li span { display: block; color: rgba(255,255,255,.58); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-form-wrap { padding: 5px 0; }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: .82rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fff; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,79,156,.1); }
.contact-form small { color: var(--muted); }
.contact-form .button { justify-self: start; }
.form-alert { margin-bottom: 22px; padding: 14px 17px; border-radius: 8px; font-weight: 700; }
.form-alert--success { color: #145c34; background: #e7f7ee; }.form-alert--error { color: #8d2028; background: #ffeaec; }
.content-narrow { max-width: 850px; }

.site-footer { padding-top: 74px; color: rgba(255,255,255,.76); background: #041a35; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr 1fr 1.1fr; gap: 55px; padding-bottom: 54px; }
.footer-brand img { width: 170px; margin-bottom: 20px; padding: 8px; border-radius: 8px; background: #fff; }
.footer-brand p, .footer-cta p { font-size: .89rem; }
.site-footer h2 { margin-bottom: 18px; color: #fff; font-size: .98rem; letter-spacing: 0; }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li { margin: 8px 0; font-size: .87rem; }
.footer-links a:hover { color: #fff; }
.footer-cta { padding: 25px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.04); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 1200; right: 22px; bottom: 22px; min-width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border: 3px solid #fff; border-radius: 999px; color: #fff; background: #20b45a; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: .78rem; font-weight: 900; transition: transform .2s; }
.whatsapp-float svg { width: 27px; height: 27px; flex: 0 0 auto; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.mobile-contact-bar { display: none; }
.nav-backdrop { position: fixed; z-index: 990; inset: 0; visibility: hidden; opacity: 0; background: rgba(3,19,42,.52); transition: opacity .25s, visibility .25s; }

@media (max-width: 1080px) {
	.primary-nav { position: fixed; top: 121px; right: 0; bottom: 0; width: min(390px,100%); display: flex; flex-direction: column; align-items: stretch; padding: 25px; background: #fff; box-shadow: -20px 20px 45px rgba(4,26,53,.18); transform: translateX(105%); transition: transform .25s ease; }
	.admin-bar .primary-nav { top: 153px; }
	.primary-nav.is-open { transform: translateX(0); }
	body.nav-open .nav-backdrop { visibility: visible; opacity: 1; }
	.primary-nav ul { flex-direction: column; align-items: stretch; }
	.primary-nav ul a { padding: 13px 10px; font-size: 1rem; }
	.nav-toggle { display: block; }
	.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.travel-search { grid-template-columns: 1.4fr 1fr 1fr; }
	.travel-search .button { grid-column: 1 / -1; min-height: 48px; }
	.destination-grid, .destination-grid--page { grid-template-columns: repeat(2,1fr); }
	.package-grid { grid-template-columns: repeat(2,1fr); }
	.icon-card-grid { grid-template-columns: repeat(2,1fr); }
	.footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }.footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }.admin-bar .primary-nav { top: 167px; }
	.section { padding: 78px 0; }
	.topbar__inner { justify-content: center; }.topbar__inner > a { display: none; }
	.site-header__inner { min-height: 78px; }.brand img { width: 150px; max-height: 66px; }
	.hero { min-height: 790px; padding-top: 65px; background-position: 62% center; }
	.hero__overlay { background: linear-gradient(90deg,rgba(4,24,51,.92),rgba(4,24,51,.6)); }
	.hero-search-wrap { bottom: -142px; }
	.travel-search { grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
	.travel-search .field { padding: 4px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
	.travel-search .field:first-child { grid-column: 1 / -1; }
	.trust-strip { padding-top: 180px; }
	.trust-grid { grid-template-columns: 1fr; }.trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
	.heading-row { align-items: flex-start; flex-direction: column; }
	.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 390px; }
	.world-grid { grid-template-columns: 1fr; gap: 55px; }.world-image img { min-height: 420px; }.world-stamp { right: 15px; }
	.cta-banner__inner { align-items: flex-start; flex-direction: column; }
	.feature-band__grid, .split-intro, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand, .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
	.site-shell { width: min(calc(100% - 28px),var(--shell)); }
	h1 { font-size: 2.75rem; }.hero h1 br { display: none; }
	.hero { min-height: 760px; padding-bottom: 205px; }
	.hero-search-wrap { bottom: -205px; }
	.travel-search { grid-template-columns: 1fr; }.travel-search .field:first-child, .travel-search .button { grid-column: auto; }
	.trust-strip { padding-top: 240px; }
	.destination-grid, .destination-grid--page, .package-grid, .package-grid--page, .icon-card-grid, .values-grid { grid-template-columns: 1fr; }
	.destination-card { min-height: 390px; }
	.form-row { grid-template-columns: 1fr; }
	.page-hero { min-height: 390px; padding: 65px 0 55px; }
	.footer-grid { grid-template-columns: 1fr; }.footer-brand, .footer-cta { grid-column: auto; }
	.footer-bottom { flex-direction: column; }.footer-bottom p:last-child { display: none; }
	.topbar__contact span { display: none; }.topbar__contact { gap: 12px; font-size: .72rem; }
	body { padding-bottom: 64px; }
	.whatsapp-float { display: none; }
	.mobile-contact-bar { position: fixed; z-index: 1250; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; padding: 6px 10px; background: #fff; box-shadow: 0 -8px 25px rgba(4,31,67,.15); }
	.mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; border-right: 1px solid var(--line); color: var(--blue-dark); font-size: .82rem; font-weight: 850; }
	.mobile-contact-bar a:last-child { border: 0; border-radius: 8px; color: #fff; background: #20a957; }
}

/* Commercial home v2 */
.commercial-home { --gmar-blue: #0752a2; --gmar-navy: #071f3d; --gmar-deep: #04152b; --gmar-red: #e93443; --gmar-soft: #f3f6f9; --gmar-line: #dce4ec; }
.commercial-home::before { content: ""; position: fixed; z-index: 1300; top: 0; right: 0; left: 0; height: 4px; background: var(--gmar-red); pointer-events: none; }
.gmar-section { padding: 105px 0; }
.gmar-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--gmar-red); font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.gmar-kicker span { width: 30px; height: 3px; border-radius: 9px; background: currentColor; }
.gmar-kicker--light { color: #fff; }
.gmar-wide { width: 100%; }
.gmar-hero { position: relative; min-height: 740px; color: #fff; background: var(--gmar-deep) var(--hero-image) center / cover no-repeat; }
.gmar-hero__video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; background: var(--gmar-deep); }
.gmar-hero__shade { position: absolute; z-index: 1; inset: 0; background: transparent; pointer-events: none; }
.gmar-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .65fr; align-items: center; gap: 70px; padding-block: 80px; }
.gmar-hero__copy { text-shadow: 0 3px 15px rgba(0,0,0,.92), 0 1px 3px rgba(0,0,0,.95); }
.gmar-hero__copy h1 { max-width: 720px; margin: 0 0 25px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem,5.2vw,5rem); font-weight: 700; line-height: 1.02; letter-spacing: -.045em; text-shadow: 0 4px 18px rgba(0,0,0,.98), 0 2px 5px rgba(0,0,0,1); }
.gmar-hero__brand { width: 174px; margin-bottom: 24px; padding: 9px 14px; border-left: 5px solid var(--gmar-red); border-radius: 5px 12px 12px 5px; background: rgba(255,255,255,.96); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.gmar-hero__brand img { width: 100%; height: auto; }
.gmar-hero__lead { max-width: 630px; margin: 0 0 32px; color: #fff; font-size: 1.12rem; font-weight: 650; line-height: 1.7; }
.gmar-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.gmar-proof { display: grid; grid-template-columns: repeat(3,1fr); max-width: 660px; margin-top: 53px; padding: 0 15px 14px; border-top: 1px solid rgba(255,255,255,.55); border-radius: 0 0 10px 10px; background: rgba(3,19,42,.2); }
.gmar-proof div { padding: 19px 22px 0 0; }
.gmar-proof strong, .gmar-proof span { display: block; }
.gmar-proof strong { color: #fff; font-size: .92rem; }
.gmar-proof span { margin-top: 3px; color: rgba(255,255,255,.58); font-size: .7rem; }
.gmar-quote { position: relative; overflow: hidden; padding: 35px 31px 31px; border-radius: 20px; color: var(--ink); background: #fff; box-shadow: 0 24px 60px rgba(4,31,67,.22); }
.gmar-quote::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 7px; background: var(--gmar-red); }
.gmar-quote__heading span { color: var(--gmar-red); font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.gmar-quote__heading strong { display: block; margin: 7px 0; color: var(--gmar-navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; line-height: 1.15; }
.gmar-quote__heading p { margin: 0 0 22px; color: var(--muted); font-size: .8rem; }
.gmar-quote label, .gmar-plan-form label { display: grid; gap: 7px; margin-bottom: 14px; font-size: .74rem; font-weight: 800; }
.gmar-quote input, .gmar-quote select, .gmar-plan-form input, .gmar-plan-form select, .gmar-plan-form textarea, .gmar-destination-search input { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--gmar-line); border-radius: 8px; color: var(--ink); background: #fff; outline: none; }
.gmar-quote input:focus, .gmar-quote select:focus, .gmar-plan-form input:focus, .gmar-plan-form select:focus, .gmar-plan-form textarea:focus, .gmar-destination-search input:focus { border-color: var(--gmar-blue); box-shadow: 0 0 0 3px rgba(7,82,162,.1); }
.gmar-two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gmar-quote small, .gmar-plan-form small { display: block; margin-top: 12px; color: var(--muted); font-size: .66rem; line-height: 1.5; text-align: center; }
.gmar-quick-tools { position: relative; z-index: 4; margin-top: -1px; background: var(--gmar-soft); }
.gmar-quick-grid { display: grid; grid-template-columns: repeat(4,1fr); transform: translateY(-24px); border-radius: 15px; background: #fff; box-shadow: 0 24px 60px rgba(4,31,67,.16); }
.gmar-quick-grid > a { position: relative; min-width: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 23px; border-right: 1px solid var(--gmar-line); transition: color .2s, background .2s; }
.gmar-trust-bar { padding: 18px 0; border-top: 1px solid #e5ebf2; border-bottom: 1px solid #e5ebf2; background: #fff; }
.gmar-trust-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.gmar-social-links, .gmar-payment-links { display: flex; align-items: center; gap: 12px; }
.gmar-social-links > strong, .gmar-payment-links > strong { margin-right: 5px; color: var(--gmar-navy); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.gmar-social { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; color: #fff; font-size: 1.12rem; font-weight: 900; line-height: 1; box-shadow: 0 7px 18px rgba(4,31,67,.12); transition: transform .2s, box-shadow .2s; }
.gmar-social:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(4,31,67,.2); }
.gmar-social--facebook { background: #1877f2; }
.gmar-social--instagram { background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); }
.gmar-social--tiktok { background: #111; }
.gmar-social--youtube { background: #ff0000; font-size: .9rem; }
.gmar-payment { display: grid; min-width: 92px; height: 45px; place-items: center; border: 1px solid #dfe6ee; border-radius: 9px; background: #fff; box-shadow: 0 6px 16px rgba(4,31,67,.08); }
.gmar-payment--visa { color: #1434cb; font-family: Arial, sans-serif; font-size: 1.22rem; font-style: italic; font-weight: 900; letter-spacing: -.04em; }
.gmar-payment--mastercard { position: relative; grid-template-columns: 25px 25px; justify-content: center; padding-bottom: 8px; }
.gmar-payment--mastercard i { width: 29px; height: 29px; border-radius: 50%; background: #eb001b; }
.gmar-payment--mastercard i:nth-child(2) { margin-left: -8px; background: rgba(247,158,27,.92); }
.gmar-payment--mastercard b { position: absolute; bottom: 2px; color: #111; font-size: .48rem; font-weight: 700; letter-spacing: -.02em; }
.gmar-quick-grid > a:hover { color: var(--gmar-red); background: #fff7f8; }
.gmar-quick-grid > a:last-child { border-right: 0; }
.gmar-quick-grid b { color: var(--gmar-red); font-size: .73rem; }
.gmar-quick-grid strong, .gmar-quick-grid span { display: block; }
.gmar-quick-grid strong { color: var(--ink); font-size: .83rem; }
.gmar-quick-grid span { margin-top: 3px; color: var(--muted); font-size: .67rem; }
.gmar-quick-grid i { color: var(--gmar-blue); font-style: normal; font-weight: 800; }
.gmar-icon-menu { padding: 35px 0 78px; background: #fff; }
.gmar-icon-menu__title { margin: 0 0 24px; color: var(--gmar-navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 700; text-align: center; }
.gmar-icon-menu__grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 12px; }
.gmar-icon-menu__grid a { min-width: 0; min-height: 178px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 14px; border: 1px solid var(--gmar-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(4,31,67,.07); text-align: center; transition: transform .25s, border-color .25s, box-shadow .25s; }
.gmar-icon-menu__grid a:hover { border-color: var(--gmar-red); box-shadow: 0 18px 40px rgba(4,31,67,.14); transform: translateY(-5px); }
.gmar-icon-menu__icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 50%; background: linear-gradient(145deg,#edf5ff,#fff3f4); font-size: 1.85rem; }
.gmar-icon-menu__grid strong { color: var(--gmar-navy); font-size: .86rem; line-height: 1.25; }
.gmar-icon-menu__grid small { margin-top: 7px; color: var(--muted); font-size: .67rem; line-height: 1.35; }
.gmar-feature-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 38px; }
.gmar-feature-heading > div { max-width: 790px; }
.gmar-feature-heading h2 { margin: 0 0 15px; color: var(--gmar-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem,4vw,3.75rem); line-height: 1.05; letter-spacing: -.035em; }
.gmar-feature-heading > div > p:last-child { color: var(--muted); line-height: 1.7; }
.gmar-europe { background: #fff; }
.gmar-europe-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.gmar-europe-card { overflow: hidden; border: 1px solid var(--gmar-line); border-radius: 22px; background: #fff; box-shadow: 0 17px 42px rgba(4,31,67,.10); transition: transform .25s, box-shadow .25s; }
.gmar-europe-card:hover { transform: translateY(-7px); box-shadow: 0 25px 55px rgba(4,31,67,.17); }
.gmar-europe-card__media { aspect-ratio: 1 / 1; overflow: hidden; background: var(--gmar-navy); }
.gmar-europe-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gmar-europe-card:hover img { transform: scale(1.025); }
.gmar-europe-card__body { padding: 25px; }
.gmar-europe-card__body > span { color: var(--gmar-red); font-size: .65rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.gmar-europe-card__body h3 { min-height: 58px; margin: 7px 0 17px; color: var(--gmar-navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; line-height: 1.18; }
.gmar-tour-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.gmar-tour-meta small { padding: 7px 9px; border-radius: 999px; color: var(--gmar-blue); background: #edf5ff; font-size: .65rem; font-weight: 800; }
.gmar-europe-card__body > strong { display: block; margin-top: 19px; color: var(--gmar-blue); font-size: .75rem; }
.gmar-feature-note { margin: 23px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.gmar-cruises { color: #fff; background: linear-gradient(135deg,#041b39,#0a4f9b); }
.gmar-feature-heading--light h2 { color: #fff; }
.gmar-feature-heading--light > div > p:last-child { color: rgba(255,255,255,.72); }
.gmar-cruise-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 18px; }
.gmar-cruise-card { position: relative; min-height: 570px; overflow: hidden; border-radius: 22px; background: #02152f; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.gmar-cruise-card img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.gmar-cruise-card--wide img { object-position: center center; }
.gmar-cruise-card:hover img { transform: scale(1.035); }
.gmar-cruise-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(1,15,34,.95),rgba(1,15,34,.05) 72%); }
.gmar-cruise-card__content { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px; color: #fff; }
.gmar-cruise-card__content small, .gmar-cruise-card__content strong, .gmar-cruise-card__content em, .gmar-cruise-card__content b { display: block; }
.gmar-cruise-card__content small { color: #ff9ba3; font-size: .65rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.gmar-cruise-card__content strong { margin-top: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; line-height: 1.15; }
.gmar-cruise-card--wide .gmar-cruise-card__content strong { font-size: clamp(2rem,3vw,3.1rem); }
.gmar-cruise-card__content em { max-width: 520px; margin-top: 10px; color: rgba(255,255,255,.75); font-size: .8rem; font-style: normal; line-height: 1.6; }
.gmar-cruise-card__content b { margin-top: 16px; font-size: .75rem; }
.gmar-promo-gallery { position: relative; background: linear-gradient(180deg,#f4f7fa,#fff); }
.gmar-anchor { position: absolute; top: -118px; width: 1px; height: 1px; pointer-events: none; }
#full-days { left: 2px; } #traslados { left: 3px; }
.gmar-promo-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.gmar-promo-heading > div:first-child { max-width: 700px; }
.gmar-promo-heading h2 { margin: 0 0 15px; color: var(--gmar-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem,4vw,3.7rem); line-height: 1.06; letter-spacing: -.035em; }
.gmar-promo-heading p:last-child { color: var(--muted); }
.gmar-promo-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.gmar-promo-filters button { padding: 10px 14px; border: 1px solid var(--gmar-line); border-radius: 999px; color: var(--gmar-navy); background: #fff; cursor: pointer; font-size: .72rem; font-weight: 800; }
.gmar-promo-filters button:hover, .gmar-promo-filters button.is-active { border-color: var(--gmar-red); color: #fff; background: var(--gmar-red); }
.gmar-promo-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-flow: dense; gap: 18px; }
.gmar-promo-card { position: relative; min-height: 440px; overflow: hidden; border-radius: 18px; background: var(--gmar-navy); box-shadow: 0 16px 38px rgba(4,31,67,.12); }
.gmar-promo-card[hidden] { display: none; }
.gmar-promo-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s, filter .45s; }
.gmar-promo-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg,rgba(2,17,39,.96),transparent); pointer-events: none; }
.gmar-promo-card:hover img { filter: saturate(1.08); transform: scale(1.035); }
.gmar-promo-card__caption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: block; padding: 28px 25px 24px; color: #fff; }
.gmar-promo-card__caption small, .gmar-promo-card__caption strong, .gmar-promo-card__caption b { display: block; }
.gmar-promo-card__caption small { color: #ff9ca5; font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.gmar-promo-card__caption strong { margin-top: 5px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.2; }
.gmar-promo-card__caption b { margin-top: 10px; font-size: .7rem; }
.gmar-destinations { background: var(--gmar-soft); }
.gmar-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.gmar-heading-row > div { max-width: 650px; }
.gmar-heading-row h2, .gmar-service-intro h2, .gmar-process-copy h2, .gmar-home-contact-copy h2 { margin: 0 0 17px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem,4vw,3.65rem); line-height: 1.08; letter-spacing: -.035em; }
.gmar-heading-row > div > p:last-child, .gmar-process-copy > p { color: var(--muted); line-height: 1.7; }
.gmar-destination-search { width: 290px; display: grid; gap: 7px; color: var(--muted); font-size: .7rem; font-weight: 800; }
.gmar-destination-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.gmar-destination-card { position: relative; min-height: 435px; overflow: hidden; border-bottom: 5px solid var(--gmar-red); border-radius: 16px; background: var(--gmar-navy); }
.gmar-destination-card[hidden] { display: none; }
.gmar-destination-card img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.gmar-destination-card:hover img { transform: scale(1.05); }
.gmar-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(2,15,34,.94),transparent 75%); }
.gmar-destination-content { position: absolute; right: 0; bottom: 0; left: 0; padding: 26px; color: #fff; }
.gmar-destination-content > span { color: #ff9ba3; font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.gmar-destination-content h3 { margin: 7px 0 5px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.gmar-destination-content p { margin: 0; color: rgba(255,255,255,.67); font-size: .76rem; }
.gmar-destination-content a { display: inline-block; margin-top: 18px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.5); color: #fff; font-size: .73rem; font-weight: 800; }
.gmar-empty { padding: 30px; border-radius: 12px; background: #fff; text-align: center; }
.gmar-services { position: relative; color: #fff; background: linear-gradient(135deg,var(--gmar-blue),var(--gmar-navy)); }
.gmar-red-rule { position: absolute; top: 0; right: 0; left: 0; height: 9px; background: var(--gmar-red); }
.gmar-service-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 90px; }
.gmar-service-intro h2 { color: #fff; }
.gmar-service-intro > p:not(.gmar-kicker) { max-width: 480px; color: rgba(255,255,255,.72); line-height: 1.75; }
.gmar-service-intro .button { margin-top: 15px; }
.gmar-service-list { border-top: 1px solid rgba(255,255,255,.2); }
.gmar-service-list article { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 18px; padding: 28px 5px; border-bottom: 1px solid rgba(255,255,255,.2); }
.gmar-service-list b { color: #ff929b; font-size: .78rem; }
.gmar-service-list h3 { margin: 0 0 6px; color: #fff; font-size: 1.12rem; }
.gmar-service-list p { margin: 0; color: rgba(255,255,255,.63); font-size: .8rem; line-height: 1.6; }
.gmar-service-list > article > span { font-size: 1.2rem; }
.gmar-process-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.gmar-process-image { position: relative; }
.gmar-process-image img { width: 100%; height: 610px; object-fit: cover; border-radius: 8px 70px 8px 8px; }
.gmar-image-badge { position: absolute; right: -28px; bottom: 38px; width: 150px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--gmar-red); box-shadow: 0 18px 35px rgba(233,52,67,.24); transform: rotate(-7deg); }
.gmar-image-badge strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.gmar-image-badge span { font-size: .72rem; }
.gmar-process-copy h2 { color: var(--gmar-navy); }
.gmar-process-copy ol { padding: 0; margin: 32px 0 0; list-style: none; }
.gmar-process-copy li { display: grid; grid-template-columns: 43px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--gmar-line); }
.gmar-process-copy li b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--gmar-blue); font-size: .75rem; }
.gmar-process-copy li strong, .gmar-process-copy li span { display: block; }
.gmar-process-copy li span { margin-top: 4px; color: var(--muted); font-size: .82rem; }
.gmar-about-lead { margin-bottom: 26px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.gmar-about-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 0 0 28px; }
.gmar-about-facts article { padding: 18px 17px; border: 1px solid var(--gmar-line); border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(4,31,67,.06); }
.gmar-about-facts span, .gmar-about-facts strong { display: block; }
.gmar-about-facts span { margin-bottom: 7px; color: var(--gmar-red); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gmar-about-facts strong { color: var(--gmar-navy); font-size: .88rem; line-height: 1.45; }
.gmar-purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gmar-purpose-card { padding: 23px 21px; border-radius: 16px; color: #fff; background: var(--gmar-navy); }
.gmar-purpose-card--vision { background: var(--gmar-blue); }
.gmar-purpose-card b { display: inline-grid; width: 32px; height: 32px; place-items: center; margin-bottom: 12px; border-radius: 50%; color: #fff; background: var(--gmar-red); font-size: .72rem; }
.gmar-purpose-card h3 { margin: 0 0 8px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.gmar-purpose-card p { margin: 0; color: rgba(255,255,255,.76); font-size: .79rem; line-height: 1.65; }
.gmar-values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.gmar-values span { padding: 8px 11px; border: 1px solid #dce5ef; border-radius: 999px; color: var(--gmar-navy); background: var(--gmar-soft); font-size: .68rem; font-weight: 850; }
.gmar-home-contact { color: #fff; background: var(--gmar-deep); }
.gmar-home-contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; }
.gmar-home-contact-copy h2 { color: #fff; }
.gmar-home-contact-copy > p:not(.gmar-kicker) { color: rgba(255,255,255,.65); line-height: 1.75; }
.gmar-contact-lines { margin-top: 35px; }
.gmar-contact-lines a { display: block; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.15); }
.gmar-contact-lines span, .gmar-contact-lines strong { display: block; }
.gmar-contact-lines span { color: rgba(255,255,255,.47); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }
.gmar-contact-lines strong { margin-top: 4px; color: #fff; font-size: .88rem; }
.gmar-plan-form { position: relative; overflow: hidden; padding: 42px 38px 38px; border-radius: 18px; color: var(--ink); background: #fff; }
.gmar-plan-form::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 8px; background: var(--gmar-red); }
.gmar-plan-form textarea { resize: vertical; }
.gmar-confidence { padding: 26px 0; color: #fff; background: linear-gradient(105deg,#061d3b,#0b4f9c); }
.gmar-confidence__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; }
.gmar-confidence__grid > div { display: grid; grid-template-columns: auto 1fr; gap: 2px 13px; padding: 19px 28px; border-right: 1px solid rgba(255,255,255,.18); }
.gmar-confidence__grid > div:last-child { border: 0; }
.gmar-confidence__grid span { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--gmar-red); font-weight: 900; }
.gmar-confidence__grid strong, .gmar-confidence__grid small { display: block; }
.gmar-confidence__grid strong { color: #fff; font-size: .9rem; }
.gmar-confidence__grid small { color: rgba(255,255,255,.68); font-size: .7rem; line-height: 1.5; }
.gmar-testimonials { background: #fff; }
.gmar-testimonials__heading { max-width: 720px; margin-bottom: 38px; }
.gmar-testimonials__heading h2 { margin: 0 0 15px; color: var(--gmar-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem,4vw,3.55rem); }
.gmar-testimonials__heading > p:last-child { color: var(--muted); }
.gmar-testimonials__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gmar-testimonials__grid article { padding: 30px; border: 1px solid var(--gmar-line); border-radius: 17px; background: linear-gradient(145deg,#fff,#f6f9fc); box-shadow: 0 12px 30px rgba(4,31,67,.06); }
.gmar-benefit-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; color: #fff; background: var(--gmar-red); font-size: .73rem; font-weight: 900; }
.gmar-testimonials__grid p { min-height: 82px; color: var(--muted); font-size: .91rem; }
.gmar-testimonials__grid strong, .gmar-testimonials__grid small { display: block; }
.gmar-testimonials__grid strong { color: var(--gmar-navy); }
.gmar-testimonials__grid small { margin-top: 3px; color: var(--muted); font-size: .69rem; }

@media (max-width: 1080px) {
	.gmar-hero__grid { grid-template-columns: 1fr; gap: 45px; }
	.gmar-quote { max-width: 640px; }
	.gmar-quick-grid { grid-template-columns: 1fr 1fr; }
	.gmar-quick-grid > a:nth-child(2) { border-right: 0; }
	.gmar-quick-grid > a:nth-child(-n+2) { border-bottom: 1px solid var(--gmar-line); }
	.gmar-destination-grid { grid-template-columns: 1fr 1fr; }
	.gmar-icon-menu__grid { grid-template-columns: repeat(4,1fr); }
	.gmar-feature-heading { align-items: flex-start; flex-direction: column; }
	.gmar-europe-grid { grid-template-columns: repeat(2,1fr); }
	.gmar-cruise-grid { grid-template-columns: 1fr 1fr; }
	.gmar-cruise-card--wide { grid-column: 1 / -1; }
	.gmar-promo-heading { align-items: flex-start; flex-direction: column; }
	.gmar-promo-filters { justify-content: flex-start; }
	.gmar-promo-grid { grid-template-columns: repeat(2,1fr); }
	.gmar-service-layout, .gmar-process-grid, .gmar-home-contact-grid { grid-template-columns: 1fr; gap: 55px; }
	.gmar-process-image { max-width: 650px; }
	.gmar-confidence__grid, .gmar-testimonials__grid { grid-template-columns: 1fr; }
	.gmar-confidence__grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 650px) {
	.gmar-trust-bar__inner { align-items: flex-start; flex-direction: column; gap: 16px; }
	.gmar-social-links, .gmar-payment-links { width: 100%; flex-wrap: wrap; }
	.gmar-social-links > strong, .gmar-payment-links > strong { width: 100%; }
	.gmar-payment { min-width: 88px; }
	.gmar-section { padding: 75px 0; }
	.gmar-hero__grid { padding-block: 60px; }
	.gmar-hero__video { object-position: center center; }
	.gmar-hero { min-height: auto; background-position: 43% center; }
	.gmar-hero__grid { padding-block: 48px 66px; }
	.gmar-hero__copy h1 { font-size: clamp(2.45rem,12vw,3.25rem); line-height: 1.04; }
	.gmar-hero__brand { width: 145px; }
	.gmar-hero__lead { font-size: .98rem; line-height: 1.58; }
	.gmar-proof { grid-template-columns: 1fr; }
	.gmar-proof div { padding-top: 13px; }
	.gmar-quote { padding: 23px; }
	.gmar-two-fields { grid-template-columns: 1fr; }
	.gmar-quick-grid { grid-template-columns: 1fr; transform: translateY(-14px); }
	.gmar-quick-grid > a { border-right: 0; border-bottom: 1px solid var(--gmar-line) !important; }
	.gmar-heading-row { display: grid; }
	.gmar-destination-search { width: 100%; }
	.gmar-destination-grid { grid-template-columns: 1fr; }
	.gmar-icon-menu { padding-bottom: 58px; }
	.gmar-icon-menu__grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
	.gmar-icon-menu__grid a { min-height: 155px; padding: 16px 9px; }
	.gmar-icon-menu__icon { width: 53px; height: 53px; font-size: 1.55rem; }
	.gmar-feature-heading .button { width: 100%; }
	.gmar-europe-grid, .gmar-cruise-grid { grid-template-columns: 1fr; }
	.gmar-cruise-card--wide { grid-column: auto; }
	.gmar-cruise-card { min-height: 500px; }
	.gmar-cruise-card--wide { min-height: 390px; }
	.gmar-promo-grid { grid-template-columns: 1fr; }
	.gmar-promo-card { min-height: 470px; }
	.gmar-promo-filters { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
	.gmar-destination-card { min-height: 410px; }
	.gmar-process-image img { height: 470px; }
	.gmar-about-facts, .gmar-purpose-grid { grid-template-columns: 1fr; }
	.gmar-image-badge { right: 10px; width: 125px; }
	.gmar-plan-form { padding: 23px; }
	.gmar-testimonials__grid p { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
	.gmar-hero__video { display: none; }
}
