/* ==========================================================================
   Get Connected – component styles (tokens live in theme.json)
   ========================================================================== */

:root {
	--gc-radius: 6px;
	--gc-radius-lg: 10px;
	--gc-navy: var(--wp--preset--color--navy);
	--gc-blue: var(--wp--preset--color--brand-blue);
	--gc-blue-dark: var(--wp--preset--color--brand-blue-dark);
	--gc-yellow: var(--wp--preset--color--brand-yellow);
	--gc-line: var(--wp--preset--color--line);
	--gc-muted: var(--wp--preset--color--muted);
	--gc-section-y: clamp(3.5rem, 8vw, 6.5rem);
}

html { scroll-behavior: smooth; scroll-padding-top: 1rem; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
:where(.wp-site-blocks) > * { margin-block-start: 0; }
.gc-main { margin-block-start: 0 !important; }
.gc-page-content > *:first-child { margin-block-start: 0; }
.gc-page-content > .alignfull + .alignfull,
.gc-main .wp-block-post-content > .alignfull + .alignfull { margin-block-start: 0; }

:focus-visible { outline: 3px solid var(--gc-yellow); outline-offset: 2px; }
.gc-footer :focus-visible, .gc-topbar :focus-visible { outline-color: var(--gc-yellow); }

/* ---------- Icon helper (CSS mask, inherits currentColor) ---------- */
.gc-ico { display: inline-flex; align-items: center; gap: .5rem; }
.gc-ico::before {
	content: ""; flex: 0 0 auto; width: 1.05em; height: 1.05em;
	background: currentColor; -webkit-mask: var(--gc-icon) center / contain no-repeat; mask: var(--gc-icon) center / contain no-repeat;
}
.gc-ico--clock    { --gc-icon: url(../icons/clock.svg); }
.gc-ico--phone    { --gc-icon: url(../icons/phone.svg); }
.gc-ico--chat     { --gc-icon: url(../icons/chat.svg); }
.gc-ico--mail     { --gc-icon: url(../icons/mail.svg); }
.gc-ico--pin      { --gc-icon: url(../icons/pin.svg); }
.gc-ico--building { --gc-icon: url(../icons/building.svg); }
.gc-ico--shield   { --gc-icon: url(../icons/shield.svg); }
.gc-ico--bank     { --gc-icon: url(../icons/bank.svg); }
.gc-ico--login    { --gc-icon: url(../icons/login.svg); }

/* ---------- Top bar ---------- */
.gc-topbar { font-size: var(--wp--preset--font-size--x-small); padding-block: .45rem; letter-spacing: .01em; }
.gc-topbar p { margin: 0; }
.gc-topbar a { color: inherit; text-decoration: none; }
.gc-topbar a:hover { color: var(--gc-yellow); }
.gc-topbar__inner { gap: .5rem 1.5rem; }
.gc-topbar__contact { gap: .5rem 1.5rem; }
.gc-topbar .gc-ico::before { color: var(--gc-yellow); }

/* ---------- Header ---------- */
.gc-site-header { position: sticky; top: 0; z-index: 50; }
.admin-bar .gc-site-header { top: var(--wp-admin--admin-bar--height, 32px); }
.gc-header { border-bottom: 1px solid var(--gc-line); padding-block: .75rem; box-shadow: 0 1px 0 rgba(11,58,91,.02); }
.gc-header__inner { gap: 1.5rem; }
.gc-header__nav { gap: 1.75rem; }
.gc-header__logo img { display: block; height: auto; }
.gc-header .wp-block-navigation { color: var(--gc-navy); }
.gc-header .wp-block-navigation-item__content { padding-block: .4rem; text-decoration: none; position: relative; }
.gc-header .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--gc-yellow);
	transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.gc-header .wp-block-navigation-item__content:hover::after,
.gc-header .current-menu-item > .wp-block-navigation-item__content::after,
.gc-header .wp-block-navigation-item__content[aria-current="page"]::after { transform: scaleX(1); }
.gc-header .wp-block-navigation__submenu-container {
	border: 1px solid var(--gc-line) !important; border-radius: var(--gc-radius); box-shadow: var(--wp--preset--shadow--soft);
	padding: .4rem 0; min-width: 240px !important;
}
.gc-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content { padding: .55rem 1.1rem; }
.gc-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover { background: var(--wp--preset--color--mist); }
.gc-header .wp-block-button__link { padding: .7rem 1.25rem; }
.gc-header .wp-block-buttons { gap: .6rem; }
.gc-btn-portal .wp-block-button__link {
	display: inline-flex; align-items: center; gap: .45rem;
	background: transparent; color: var(--gc-blue-dark); border: 2px solid var(--gc-blue-dark); padding: calc(.7rem - 2px) 1.1rem !important;
}
.gc-btn-portal .wp-block-button__link::before {
	content: ""; width: 1rem; height: 1rem; background: currentColor;
	-webkit-mask: url(../icons/login.svg) center / contain no-repeat; mask: url(../icons/login.svg) center / contain no-repeat;
}
.gc-btn-portal .wp-block-button__link:hover, .gc-btn-portal .wp-block-button__link:focus { background: var(--gc-blue-dark); color: #fff; }
.gc-topbar__portal a { font-weight: 700; }

/* ---------- Shared bits ---------- */
.gc-rule {
	display: flex; align-items: center; gap: .75rem; margin-bottom: .75rem;
	font-size: var(--wp--preset--font-size--x-small); font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.gc-rule::before { content: ""; width: 2.25rem; height: 3px; background: var(--gc-yellow); border-radius: 2px; }
.gc-rule--dark { color: var(--gc-navy); margin-top: 1rem; }

.is-style-eyebrow { font-family: var(--wp--preset--font-family--sans) !important; font-size: var(--wp--preset--font-size--x-small) !important; font-weight: 700 !important;
	letter-spacing: .14em !important; text-transform: uppercase; color: var(--gc-blue-dark) !important; display: inline-flex; align-items: center; gap: .75rem; margin: 0 0 .5rem; }
.is-style-eyebrow::before { content: ""; width: 2.25rem; height: 3px; background: var(--gc-yellow); border-radius: 2px; }

.gc-lead { font-size: var(--wp--preset--font-size--large); line-height: 1.6; color: var(--wp--preset--color--ink); }
.gc-section { padding-block: var(--gc-section-y); }
.gc-section--tight-top { padding-top: 0; }
.gc-prose > * + * { margin-top: 1.1rem; }

.is-style-card {
	background: var(--wp--preset--color--white); border: 1px solid var(--gc-line); border-radius: var(--gc-radius-lg);
	padding: clamp(1.25rem, 3vw, 2rem); box-shadow: var(--wp--preset--shadow--soft);
}

/* Photos: consistent crop, subtle frame and a thin brand accent */
.gc-photo { margin: 0; position: relative; }
.gc-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--gc-radius-lg); display: block; }
.gc-photo--tall img { aspect-ratio: 4 / 3.4; }
.gc-photo--accent::after {
	content: ""; position: absolute; z-index: -1; left: -14px; bottom: -14px; width: 42%; height: 46%;
	border-left: 3px solid var(--gc-yellow); border-bottom: 3px solid var(--gc-yellow); border-bottom-left-radius: var(--gc-radius-lg);
}
.gc-photo--accent { isolation: isolate; }
.gc-device { margin: 0; }
.gc-device img { width: 100%; height: auto; display: block; filter: drop-shadow(0 18px 30px rgba(11,58,91,.12)); }
.gc-cover-img, .gc-cover-img img { height: 100%; margin: 0; }
.gc-cover-img img { width: 100%; object-fit: cover; display: block; }

/* Check-mark lists */
.is-style-checks { list-style: none; padding-left: 0 !important; }
.is-style-checks li { position: relative; padding-left: 2rem; margin-block: .6rem; }
.is-style-checks li::before {
	content: ""; position: absolute; left: 0; top: .2em; width: 1.3rem; height: 1.3rem; border-radius: 50%;
	background: var(--wp--preset--color--mist);
}
.is-style-checks li::after {
	content: ""; position: absolute; left: .25rem; top: calc(.2em + .25rem); width: .8rem; height: .8rem; background: var(--gc-blue-dark);
	-webkit-mask: url(../icons/check.svg) center / contain no-repeat; mask: url(../icons/check.svg) center / contain no-repeat;
}

/* Buttons */
.gc-btn-yellow .wp-block-button__link { background: var(--gc-yellow); color: var(--wp--preset--color--navy-deep); }
.gc-btn-yellow .wp-block-button__link:hover, .gc-btn-yellow .wp-block-button__link:focus { background: #ffd633; color: var(--wp--preset--color--navy-deep); }
.gc-btn-light .wp-block-button__link { color: #fff; border: 2px solid rgba(255,255,255,.7); background: transparent; }
.gc-btn-light .wp-block-button__link:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.wp-block-button__link { transition: background-color .15s ease, color .15s ease; }

/* ---------- Home hero ---------- */
.gc-hero { padding-block: clamp(4rem, 10vw, 7rem) !important; }
/* Keep cover content aligned with the 1200px content grid */
.wp-block-cover.gc-hero > .wp-block-cover__inner-container,
.wp-block-cover.gc-page-hero > .wp-block-cover__inner-container { width: 100% !important; max-width: var(--wp--style--global--wide-size, 1200px) !important; margin-inline: auto !important; }
/* The cover already has the page gutter; don't add the global padding a second time (misaligns on mobile) */
.wp-block-cover.gc-hero > .wp-block-cover__inner-container,
.wp-block-cover.gc-page-hero > .wp-block-cover__inner-container { padding-left: 0 !important; padding-right: 0 !important; }
.wp-block-cover.gc-hero, .wp-block-cover.gc-page-hero { padding-left: var(--wp--style--root--padding-left) !important; padding-right: var(--wp--style--root--padding-right) !important; }
.gc-hero .gc-hero__text, .gc-page-hero .gc-page-hero__text { margin-left: 0 !important; padding-inline: 0; }
.gc-hero .gc-hero__text > *, .gc-page-hero .gc-page-hero__text > * { margin-left: 0 !important; }
.gc-hero .gc-rule { color: #fff; }
.gc-hero__title {
	font-size: clamp(2.75rem, 7vw, 5rem) !important; letter-spacing: .02em; line-height: 1.02; margin-block: .25rem 1.25rem;
	font-weight: 700;
}
.gc-hero__lead { font-size: clamp(1.2rem, 2.2vw, 1.5rem); line-height: 1.5; max-width: 36rem; opacity: .95; margin-bottom: 2rem; }
.gc-hero .wp-block-buttons { gap: .75rem; }

/* Trust bar under the hero */
.gc-trustbar { padding-block: 1.1rem; font-size: var(--wp--preset--font-size--small); }
.gc-trustbar p { margin: 0; }
.gc-trustbar a { color: inherit; text-decoration: none; }
.gc-trustbar__inner { gap: .75rem 2rem; }
.gc-trustbar .gc-ico::before { color: var(--gc-yellow); }

/* Feature cards */
.gc-features { gap: clamp(1rem, 2.5vw, 2rem) !important; }
.gc-feature { position: relative; padding-top: 5.25rem !important; transition: transform .2s ease, box-shadow .2s ease; }
.gc-feature::before {
	content: ""; position: absolute; top: clamp(1.25rem, 3vw, 2rem); left: clamp(1.25rem, 3vw, 2rem);
	width: 3rem; height: 3rem; border-radius: 10px; background: var(--wp--preset--color--mist);
}
.gc-feature::after {
	content: ""; position: absolute; top: calc(clamp(1.25rem, 3vw, 2rem) + .7rem); left: calc(clamp(1.25rem, 3vw, 2rem) + .7rem);
	width: 1.6rem; height: 1.6rem; background: var(--gc-blue);
	-webkit-mask: var(--gc-icon) center / contain no-repeat; mask: var(--gc-icon) center / contain no-repeat;
}
.gc-feature--ease    { --gc-icon: url(../icons/ease.svg); }
.gc-feature--growth  { --gc-icon: url(../icons/growth.svg); }
.gc-feature--storage { --gc-icon: url(../icons/storage.svg); }
.gc-feature h2 { font-size: var(--wp--preset--font-size--large); margin: 0 0 .5rem; }
.gc-feature p { margin: 0; color: var(--gc-muted); }
.gc-feature { border-top: 3px solid var(--gc-blue) !important; }

/* Split layouts */
.gc-split { gap: clamp(2rem, 5vw, 4.5rem) !important; }
.gc-split--top { align-items: flex-start !important; }
.gc-sticky { position: sticky; top: 11rem; }

/* ---------- Page hero (inner pages) ---------- */
.gc-page-hero { padding-block: clamp(3rem, 7vw, 5rem) !important; }
.gc-page-hero .gc-rule, .gc-legal__band .gc-rule { color: rgba(255,255,255,.9); }
.gc-page-hero h1, .gc-legal__band h1 { margin: 0; font-size: clamp(2.25rem, 5vw, 3.5rem); }
.gc-page-hero .wp-block-cover__image-background { filter: saturate(.9); }

/* About */
.gc-callout {
	border-left: 4px solid var(--gc-yellow); background: var(--wp--preset--color--sand); padding: 1.1rem 1.4rem; border-radius: 0 var(--gc-radius) var(--gc-radius) 0;
	font-family: var(--wp--preset--font-family--serif); font-size: var(--wp--preset--font-size--large); color: var(--gc-navy); font-weight: 600;
}
.gc-facts { margin-top: 2rem !important; display: grid; gap: .9rem; }
.gc-facts p { margin: 0; align-items: flex-start; }
.gc-facts .gc-ico::before { color: var(--gc-blue); margin-top: .3em; }

/* Producten */
.gc-product__title { position: relative; padding-bottom: .9rem; margin-bottom: 1.25rem; }
.gc-product__title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 3rem; height: 3px; background: var(--gc-yellow); border-radius: 2px; }
.gc-benefits { gap: 1.25rem !important; margin-top: 2rem !important; }
.gc-benefits .is-style-card { box-shadow: none; }
.gc-benefits__title { font-family: var(--wp--preset--font-family--sans) !important; font-size: var(--wp--preset--font-size--medium) !important; color: var(--gc-navy); margin: 0 0 .5rem; }
.gc-benefits .is-style-checks li { margin-block: .45rem; font-size: var(--wp--preset--font-size--small); }
.gc-product.has-sand-background-color .gc-benefits .is-style-card { background: #fff; }

/* Brands we supply */
.gc-brands { padding-block: 0 var(--gc-section-y); }
.gc-brands > * { margin-block-start: 0; }
.gc-brands__head { margin-bottom: clamp(1.5rem, 4vw, 2.5rem) !important; }
.gc-brands__head > * { max-width: 640px; }
.gc-brands__head h2 { margin: 0 0 .75rem; }
.gc-brands__intro { color: var(--gc-muted); margin: 0; }
.gc-brands__row {
	display: grid; grid-template-columns: 1fr; gap: 1.1rem;
	padding-block: 1.5rem; border-top: 1px solid var(--gc-line); margin-block: 0 !important;
}
.gc-brands__label {
	font-family: var(--wp--preset--font-family--sans) !important; font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 700; letter-spacing: .02em; color: var(--gc-navy); margin: 0;
}
.gc-brands__grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: .9rem; margin: 0 !important; }
.gc-brand { margin: 0 !important; }
.gc-brand img {
	display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 8px;
	box-shadow: 0 1px 2px rgba(11,58,91,.10), 0 4px 12px rgba(11,58,91,.08); transition: transform .2s ease, box-shadow .2s ease;
}
.gc-brand img:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(11,58,91,.12), 0 10px 22px rgba(11,58,91,.14); }
.gc-brand--top { position: relative; }
.gc-brand--top::after {
	content: "Bestseller"; position: absolute; top: 0; left: 50%; transform: translate(-50%, -70%); z-index: 1; white-space: nowrap;
	background: var(--gc-yellow); color: var(--wp--preset--color--navy-deep); border-radius: 999px;
	font-size: .6875rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; line-height: 1; padding: .3rem .55rem;
	box-shadow: 0 2px 6px rgba(11,58,91,.18);
}
/* International top-ups: one card per destination country */
.gc-intl { display: grid; grid-template-columns: repeat(5, 1fr); gap: .9rem; margin: 0 !important; }
.gc-intl__card {
	display: grid; grid-template-columns: 2.5rem 1fr; align-items: center; align-content: start; column-gap: .75rem; row-gap: .45rem;
	padding: 1rem; margin: 0 !important; background: #fff; border: 1px solid var(--gc-line); border-radius: 8px;
	box-shadow: 0 1px 2px rgba(11,58,91,.06);
}
.gc-intl__card > * { margin: 0 !important; }
.gc-intl__flag img { display: block; width: 2.5rem; height: 2.5rem; border-radius: 50%; box-shadow: 0 0 0 1px rgba(11,58,91,.12); }
.gc-intl__country { font-weight: 700; color: var(--gc-navy); font-size: var(--wp--preset--font-size--small); line-height: 1.25; }
.gc-intl__ops { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .35rem; }
.gc-intl__ops span {
	font-size: .8125rem; font-weight: 600; color: var(--gc-blue-dark); background: var(--wp--preset--color--mist);
	border-radius: 999px; padding: .2rem .6rem; line-height: 1.3;
}
@media (min-width: 782px) and (max-width: 1100px) { .gc-intl { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 781px) {
	.gc-intl { grid-template-columns: 1fr 1fr; gap: .5rem; }
	.gc-intl__card { padding: .8rem; }
	.gc-intl__card:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

.gc-intl-more { margin: .4rem 0 0 !important; display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem .9rem; }
.gc-intl-more__label { margin: 0; font-size: var(--wp--preset--font-size--x-small); font-weight: 700; color: var(--gc-muted); text-transform: uppercase; letter-spacing: .08em; }
.gc-intl-more__list { list-style: none; padding: 0 !important; margin: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.gc-intl-more__list li {
	display: inline-flex; align-items: center; gap: .4rem; margin: 0; padding: .25rem .6rem .25rem .3rem;
	background: #fff; border: 1px solid var(--gc-line); border-radius: 999px; font-size: .8125rem; color: var(--wp--preset--color--ink); line-height: 1.3;
}
.gc-intl-more__list .gc-intl-more__more { background: none; border-color: transparent; padding-left: .2rem; font-weight: 600; color: var(--gc-blue-dark); }
.gc-intl-more__list img { width: 18px; height: 18px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(11,58,91,.12); }

.gc-brands__note { font-size: var(--wp--preset--font-size--x-small); color: var(--gc-muted); margin-top: 1.25rem !important; padding-top: 1rem; border-top: 1px solid var(--gc-line); }
@media (max-width: 781px) {
	.gc-brands__grid { grid-template-columns: repeat(4, 1fr); gap: .5rem; }
	.gc-brand img { border-radius: 6px; }
	.gc-brand--top::after { font-size: .5625rem; padding: .25rem .4rem; letter-spacing: .02em; }
}

@media (min-width: 782px) and (max-width: 1100px) {
	.gc-brands__grid { grid-template-columns: repeat(4, 1fr); }
}

/* CTA */
.gc-cta { padding-block: var(--gc-section-y); }
.gc-cta__card {
	background: #fff; border: 1px solid var(--gc-line); border-radius: var(--gc-radius-lg); overflow: hidden; gap: 0 !important;
	box-shadow: var(--wp--preset--shadow--soft); align-items: stretch !important;
}
.gc-cta__media { align-self: stretch !important; min-height: 260px; }
.gc-cta__media figure { position: relative; height: 100%; }
.gc-cta__media img { position: absolute; inset: 0; height: 100%; }
.gc-cta__body { padding: clamp(1.75rem, 5vw, 3.5rem) !important; }
.gc-cta__q, .gc-cta__a { margin: 0; font-size: var(--wp--preset--font-size--xx-large); }
.gc-cta__a { color: var(--gc-blue-dark); margin-bottom: 1.75rem; }

/* Contact */
.gc-contact__form h2, .gc-contact__details > h2 { margin-top: 0; margin-bottom: 1.75rem; }
.gc-detail { position: relative; padding: 0 0 1.25rem 4rem; margin: 0 0 1.25rem !important; border-bottom: 1px solid var(--gc-line); }
.gc-detail:last-child { border-bottom: 0; }
.gc-detail h3 { font-family: var(--wp--preset--font-family--sans); font-size: var(--wp--preset--font-size--medium); font-weight: 700; margin: 0 0 .25rem; }
.gc-detail p { margin: 0; color: var(--gc-muted); }
.gc-ico-lg::before {
	content: ""; position: absolute; left: 0; top: 0; width: 2.75rem; height: 2.75rem; border-radius: 10px; background: var(--wp--preset--color--mist);
}
.gc-ico-lg::after {
	content: ""; position: absolute; left: .65rem; top: .65rem; width: 1.45rem; height: 1.45rem; background: var(--gc-blue);
	-webkit-mask: var(--gc-icon) center / contain no-repeat; mask: var(--gc-icon) center / contain no-repeat;
}
.gc-ico-lg--phone    { --gc-icon: url(../icons/phone.svg); }
.gc-ico-lg--pin      { --gc-icon: url(../icons/pin.svg); }
.gc-ico-lg--bank     { --gc-icon: url(../icons/bank.svg); }
.gc-ico-lg--building { --gc-icon: url(../icons/building.svg); }

/* Form */
.gc-form { display: grid; gap: 1.1rem; }
.gc-form__row { display: grid; gap: .35rem; }
.gc-form label { font-weight: 600; font-size: var(--wp--preset--font-size--small); color: var(--gc-navy); }
.gc-form input, .gc-form textarea {
	box-sizing: border-box;
	font: inherit; font-size: var(--wp--preset--font-size--small); color: var(--wp--preset--color--ink); width: 100%;
	padding: .8rem .95rem; border: 1px solid #cfd6de; border-radius: var(--gc-radius); background: #fff;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.gc-form input:focus, .gc-form textarea:focus { outline: none; border-color: var(--gc-blue); box-shadow: 0 0 0 3px rgba(0,124,195,.18); }
.gc-form button { cursor: pointer; border: 0; font: inherit; font-weight: 600; }
.gc-form__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.gc-form__notice { padding: .9rem 1.1rem; border-radius: var(--gc-radius); margin-bottom: 1.25rem; font-weight: 600; }
.gc-form__notice--ok { background: #e7f5ec; color: #1d5e36; border: 1px solid #b7dfc5; }
.gc-form__notice--error { background: #fdecec; color: #8a1f1f; border: 1px solid #f3c1c1; }

/* ---------- Legal documents ---------- */
.gc-legal__band { padding-block: clamp(2.75rem, 6vw, 4rem); }
.gc-legal__wrap { padding-block: clamp(2rem, 5vw, 4rem); }
.gc-legal__doc {
	border: 1px solid var(--gc-line); border-radius: var(--gc-radius-lg); box-shadow: var(--wp--preset--shadow--soft);
	padding: clamp(1.5rem, 5vw, 3.5rem) !important; font-size: 1.0625rem; line-height: 1.7;
	overflow-wrap: anywhere;
}
.gc-legal__doc h2 { font-size: var(--wp--preset--font-size--x-large); margin: 2.25rem 0 .75rem; padding-top: 1.5rem; border-top: 1px solid var(--gc-line); }
.gc-legal__doc h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.gc-legal__doc strong { color: var(--gc-navy); }
.gc-legal__doc ol, .gc-legal__doc ul { padding-left: 1.4rem; }
.gc-legal__doc ol > li::marker { font-weight: 700; color: var(--gc-blue-dark); }
.gc-legal__doc li { margin-block: .4rem; }
.gc-legal__doc li > ul { margin-top: .4rem; }
.gc-legal__doc ol > li > strong:first-child { font-family: var(--wp--preset--font-family--serif); font-size: 1.2rem; letter-spacing: .02em; }
.gc-legal__doc ol { margin-top: 2rem; }
.gc-legal__doc > .wp-block-post-content > p:first-child,
.gc-legal__doc > .wp-block-post-content > strong:first-child { color: var(--gc-muted); }
.gc-legal__print { text-align: right; font-size: var(--wp--preset--font-size--x-small); margin-top: 1rem; }

/* ---------- Footer ---------- */
.gc-footer { padding-block: clamp(3rem, 6vw, 4.5rem) 0; font-size: var(--wp--preset--font-size--small); border-top: 4px solid var(--gc-yellow); }
.gc-footer a { color: #fff; text-decoration: none; }
.gc-footer a:hover { color: var(--gc-yellow); text-decoration: underline; }
.gc-footer__cols { gap: 2rem 3rem !important; }
.gc-footer__title {
	font-family: var(--wp--preset--font-family--sans) !important; font-size: var(--wp--preset--font-size--x-small) !important; font-weight: 700 !important;
	letter-spacing: .14em; text-transform: uppercase; color: var(--wp--preset--color--sky) !important; margin: 0 0 .9rem;
}
.gc-footer p { color: rgba(255,255,255,.86); line-height: 1.75; }
.gc-footer__about { max-width: 30ch; margin-top: 1.25rem; }
.gc-footer__bottom {
	margin-top: clamp(2rem, 5vw, 3.5rem) !important; padding-block: 1.25rem; border-top: 1px solid rgba(255,255,255,.14);
	gap: .5rem 2rem; font-size: var(--wp--preset--font-size--x-small);
}
.gc-footer__bottom p { margin: 0; color: rgba(255,255,255,.7); }
.gc-footer__links { gap: .25rem 1.5rem !important; }
.gc-footer__links .wp-block-navigation-item__content { color: rgba(255,255,255,.8) !important; }

/* ---------- Responsive ---------- */
@media (max-width: 781px) {
	.gc-hide-mobile { display: none !important; }
	.gc-header__logo img { width: 120px !important; }
	.gc-topbar__inner { justify-content: center !important; }
	.gc-topbar__inner > p { display: none; }
	.gc-hero { min-height: 520px !important; }
	.wp-block-cover.gc-hero .wp-block-cover__background { background: linear-gradient(180deg, rgba(7,42,67,.78), rgba(7,42,67,.9)) !important; }
	.gc-trustbar__inner { flex-direction: column; align-items: flex-start !important; }
	.gc-split--reverse { flex-direction: column-reverse; }
	.gc-sticky { position: static; }
	.gc-photo--accent::after { left: -8px; bottom: -8px; }
	.gc-cta__media { min-height: 220px; }
	.gc-detail { padding-left: 3.5rem; }
}
@media (min-width: 782px) {
	.gc-split--reverse > .wp-block-column:first-child { order: 0; }
}
/* Mobile overlay menu: left-aligned list with dividers, flat submenu */
.gc-header .wp-block-navigation__responsive-container.is-menu-open { --navigation-layout-justification-setting: flex-start; --navigation-layout-justify: flex-start; --navigation-layout-align: flex-start; text-align: left; }
.gc-header .wp-block-navigation__responsive-container.is-menu-open { padding: 1.25rem 1.5rem 2rem !important; }
.gc-header .is-menu-open .wp-block-navigation__responsive-container-content { align-items: stretch !important; padding-top: 3rem !important; }
.gc-header .is-menu-open .wp-block-navigation__container,
.gc-header .is-menu-open .wp-block-navigation-item { align-items: flex-start !important; width: 100%; gap: 0 !important; }
.gc-header .is-menu-open .wp-block-navigation__container > .wp-block-navigation-item { border-bottom: 1px solid var(--gc-line); }
.gc-header .is-menu-open .wp-block-navigation-item__content { font-family: var(--wp--preset--font-family--serif); font-size: 1.35rem; padding-block: .8rem !important; }
.gc-header .is-menu-open .wp-block-navigation-item__content::after { display: none; }
.gc-header .is-menu-open .wp-block-navigation__submenu-container {
	border: 0 !important; box-shadow: none !important; padding: 0 0 .75rem 1rem !important; min-width: 0 !important;
	border-left: 3px solid var(--gc-yellow) !important; border-radius: 0; margin-bottom: .75rem;
}
.gc-header .is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	font-family: var(--wp--preset--font-family--sans); font-size: 1.05rem; padding: .45rem 0 !important; color: var(--gc-muted);
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { transition: none !important; }
}
