/* =========================================================================
   GezeitenWorte one-pager — section styling
   Markup lives in Elementor HTML widgets using .gw-* classes.
   ========================================================================= */

/* ---- Elementor structural helpers (widget-based one-pager) ---------------
   Sections/columns/widgets are real Elementor elements now. Section rhythm
   comes from .gw-section; do NOT force-zero Elementor's spacing (that breaks
   padding, boxed content-width and inter-widget gaps).                       */
.gw-onepager { overflow-x: hidden; }
.gw-onepager .elementor-widget-container { width: 100%; }

/* Full-bleed sections (GW Hero, GW Footer live in Full-Width sections): kill
   Elementor's container cap + column gutters so they reach the viewport edges. */
.gw-onepager .elementor-section-full_width > .elementor-container { max-width: 100% !important; }
.gw-onepager .elementor-section-full_width .elementor-column > .elementor-element-populated { padding: 0 !important; }

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

/* ---- Shared primitives --------------------------------------------------- */
.gw-section {
	padding: clamp(3.5rem, 8vw, 7rem) 1.25rem;
	position: relative;
}
.gw-section--cream { background: var(--gw-cream); }
.gw-section--card  { background: var(--gw-card); }
.gw-section--navy  { background: var(--gw-navy); color: #cddaee; }
.gw-section--navy h2, .gw-section--navy h3 { color: #fff; }

.gw-container { max-width: var(--gw-maxw); margin-inline: auto; }
.gw-narrow    { max-width: 780px; margin-inline: auto; }

.gw-eyebrow {
	font-family: var(--gw-font-script);
	font-size: clamp(1.5rem, 3.2vw, 2.1rem);
	color: var(--gw-blue);
	line-height: 1;
	display: block;
	margin-bottom: .35rem;
}
.gw-kicker {
	font-family: var(--gw-font-sans);
	text-transform: uppercase;
	letter-spacing: .28em;
	font-size: .72rem;
	font-weight: 600;
	color: var(--gw-tan);
}
.gw-h2 {
	font-family: var(--gw-font-serif);
	font-weight: 600;
	font-size: clamp(2rem, 4.6vw, 3.15rem);
	line-height: 1.08;
	color: var(--gw-navy);
	margin: 0 0 1rem;
}
.gw-lead {
	font-size: clamp(1.05rem, 1.6vw, 1.2rem);
	color: var(--gw-muted);
	line-height: 1.7;
	margin: 0 auto;
}
.gw-center { text-align: center; }

/* decorative dune-grass divider (echoes the logo mark) */
.gw-divider {
	width: 92px; height: 14px; margin: 1.1rem auto 1.6rem;
	color: var(--gw-tan);
}
.gw-divider svg { width: 100%; height: 100%; display: block; }
.gw-section--navy .gw-divider { color: var(--gw-tan); }

/* ---- Buttons ------------------------------------------------------------- */
.gw-btn {
	display: inline-flex; align-items: center; gap: .5rem;
	font-family: var(--gw-font-sans); font-weight: 600; font-size: .95rem;
	letter-spacing: .01em;
	padding: .95em 1.9em; border-radius: 999px;
	text-decoration: none; cursor: pointer; border: 1.5px solid transparent;
	transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
	line-height: 1;
}
.gw-btn:hover { transform: translateY(-2px); }
.gw-btn--primary { background: var(--gw-navy); color: #fff; box-shadow: 0 10px 26px -12px rgba(17,45,78,.28); }
.gw-btn--primary:hover { background: var(--gw-navy-2); color: #fff; }
.gw-btn--accent  { background: var(--gw-tan); color: #fff; box-shadow: 0 10px 26px -12px rgba(63,114,175,.35); }
.gw-btn--accent:hover { background: var(--gw-tan-dk); color: #fff; }
.gw-btn--ghost   { background: transparent; color: var(--gw-navy); border-color: currentColor; }
.gw-btn--ghost:hover { background: var(--gw-navy); color: #fff; border-color: var(--gw-navy); }
.gw-section--navy .gw-btn--ghost { color: #fff; }
.gw-section--navy .gw-btn--ghost:hover { background: #fff; color: var(--gw-navy); }

/* =========================================================================
   1 · HERO
   ========================================================================= */
.gw-hero {
	min-height: 100vh; min-height: 100svh;
	display: flex; align-items: center; justify-content: flex-end;
	padding: 7rem clamp(1.25rem, 5vw, 5rem) 4rem;
	position: relative; isolation: isolate;
	color: var(--gw-ink); text-align: right;
	background: var(--gw-cream);           /* right panel = near-white */
}
/* Full-bleed (pre-flipped) photo; a milky translucent white panel holds the text on the right. */
.gw-hero__bg { position: absolute; inset: 0; width: 100%; z-index: -2; background-size: cover; background-position: center; }
.gw-hero::after {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: linear-gradient(90deg,
		rgba(255,255,255,0) 25%, rgba(255,255,255,.45) 52%,
		rgba(255,255,255,.80) 78%, rgba(255,255,255,.92) 100%);
}
.gw-hero__inner { max-width: 520px; margin-left: auto; margin-right: 0; }
.gw-hero__eyebrow { font-family: var(--gw-font-script); font-size: clamp(1.8rem,4vw,2.6rem); color: var(--gw-blue); display: block; margin-bottom: .4rem; }
.gw-hero h1 {
	font-family: var(--gw-font-serif); font-weight: 600; color: var(--gw-navy);
	font-size: clamp(2.3rem, 6vw, 4.2rem); line-height: 1.05; margin: 0 0 1.6rem;
	text-wrap: balance;
}
.gw-hero__cta { display: flex; gap: .9rem; justify-content: flex-end; flex-wrap: wrap; }
.gw-hero__scroll { position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%); color: #fff; opacity: .7; font-size: 1.4rem; animation: gw-bob 2s ease-in-out infinite; }
@keyframes gw-bob { 0%,100%{ transform: translate(-50%,0);} 50%{ transform: translate(-50%,8px);} }

/* =========================================================================
   2 · TRUST BAR
   ========================================================================= */
.gw-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.gw-trust__item { padding: .5rem; }
.gw-trust__ico { font-size: 1.7rem; color: var(--gw-tan); display: block; margin-bottom: .5rem; }
.gw-trust__t { font-family: var(--gw-font-serif); font-weight: 600; font-size: 1.15rem; color: var(--gw-navy); }
.gw-trust__d { font-size: .86rem; color: var(--gw-muted); margin-top: .15rem; }
.gw-trust__item + .gw-trust__item { border-left: 1px solid var(--gw-line); }

/* =========================================================================
   3 · COMPARE ("Für euch, wenn …")
   ========================================================================= */
.gw-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.gw-card {
	background: #fff; border: 1px solid var(--gw-line); border-radius: var(--gw-radius);
	padding: 2rem 1.8rem; box-shadow: var(--gw-shadow);
}
.gw-card--nofit{ background: var(--gw-card); }
.gw-card h3 { font-size: 1.35rem; margin: 0 0 1rem; }
.gw-check { list-style: none; margin: 0; padding: 0; }
.gw-check li { position: relative; padding-left: 1.9rem; margin-bottom: .85rem; color: var(--gw-ink); line-height: 1.5; }
.gw-check li::before { position: absolute; left: 0; top: -1px; font-weight: 700; }
.gw-check--yes li::before { content: "✓"; color: var(--gw-tan); }
.gw-check--no  li::before { content: "–"; color: var(--gw-slate); font-weight: 800; }

/* =========================================================================
   4 · ABOUT
   ========================================================================= */
.gw-about { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.gw-about__img { border-radius: var(--gw-radius); overflow: hidden; box-shadow: var(--gw-shadow); aspect-ratio: 3/4; background: var(--gw-slate); }
.gw-about__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gw-about__body p { color: var(--gw-ink); line-height: 1.75; margin: 0 0 1.1rem; font-size: 1.05rem; }
.gw-signature { font-family: var(--gw-font-script); font-size: 2.4rem; color: var(--gw-blue); margin-top: .5rem; }

/* =========================================================================
   5 · AUDIO / VIDEO
   ========================================================================= */
.gw-media { max-width: 720px; margin-inline: auto; }
.gw-audio { background: #fff; border: 1px solid var(--gw-line); border-radius: var(--gw-radius); padding: 1.4rem 1.6rem; box-shadow: var(--gw-shadow); }
.gw-audio audio { width: 100%; }
.gw-video { width: 100%; margin-top: 1.5rem; aspect-ratio: 16/9; border-radius: var(--gw-radius); box-shadow: var(--gw-shadow); background: #000; display: block; }
.gw-media__cap { font-size: .9rem; color: var(--gw-muted); margin-top: 1rem; text-align: center; }
.gw-video-slot {
	margin-top: 1.5rem; aspect-ratio: 16/9; border: 2px dashed var(--gw-slate); border-radius: var(--gw-radius);
	display: flex; align-items: center; justify-content: center; color: var(--gw-slate);
	background: rgba(63,114,175,.06); text-align: center; font-size: .9rem; padding: 1rem;
}

/* =========================================================================
   6 · STEPS (Ablauf)
   ========================================================================= */
.gw-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 2.5rem; counter-reset: step; position: relative; }
.gw-steps::before { content: ""; position: absolute; top: 26px; left: 12%; right: 12%; height: 2px; background: var(--gw-line); z-index: 0; }
.gw-step { position: relative; text-align: center; z-index: 1; }
.gw-step__num {
	width: 54px; height: 54px; border-radius: 50%; background: var(--gw-navy); color: #fff;
	display: flex; align-items: center; justify-content: center; font-family: var(--gw-font-serif);
	font-size: 1.4rem; margin: 0 auto 1rem; box-shadow: 0 8px 20px -8px rgba(17,45,78,.28);
}
.gw-step__t { font-family: var(--gw-font-serif); font-weight: 600; font-size: 1.2rem; color: var(--gw-navy); }
.gw-step__time { display: inline-block; margin: .35rem 0 .5rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gw-tan); font-weight: 600; }
.gw-step__d { font-size: .92rem; color: var(--gw-muted); line-height: 1.55; }

/* =========================================================================
   7 · PRICE
   ========================================================================= */
.gw-price { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.5rem; margin-top: 2.5rem; align-items: stretch; }
.gw-price__incl { background: #fff; border: 1px solid var(--gw-line); border-radius: var(--gw-radius); padding: 2rem 2rem; box-shadow: var(--gw-shadow); }
.gw-price__incl h3 { margin: 0 0 1.2rem; font-size: 1.3rem; }
.gw-price__box {
	background: var(--gw-navy); color: #cddaee; border-radius: var(--gw-radius); padding: 2.2rem 1.8rem;
	display: flex; flex-direction: column; justify-content: center; text-align: center; box-shadow: var(--gw-shadow);
}
.gw-price__amount { font-family: var(--gw-font-serif); font-size: clamp(2.4rem,5vw,3.4rem); color: #fff; line-height: 1; margin-bottom: 1rem; }
.gw-price__amount small { display: block; font-size: .9rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gw-tan); font-family: var(--gw-font-sans); margin-bottom: .4rem; }
.gw-price__note { font-size: .95rem; line-height: 1.6; color: #cdd8e6; margin-bottom: 1.6rem; }

/* =========================================================================
   8 · VOICES (testimonials)
   ========================================================================= */
.gw-voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.gw-quote { background: #fff; border: 1px solid var(--gw-line); border-radius: var(--gw-radius); padding: 2rem 1.7rem; box-shadow: var(--gw-shadow); display: flex; flex-direction: column; }
.gw-quote__mark { font-family: var(--gw-font-serif); font-size: 3rem; color: var(--gw-tan); line-height: .6; height: 1.2rem; }
.gw-quote__txt { font-family: var(--gw-font-serif); font-size: 1.15rem; font-style: italic; color: var(--gw-ink); line-height: 1.6; margin: .6rem 0 1.4rem; }
.gw-quote__meta { margin-top: auto; display: flex; align-items: center; gap: .8rem; }
.gw-quote__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--gw-slate); flex: 0 0 44px; object-fit: cover; }
.gw-quote__who { font-weight: 600; color: var(--gw-navy); font-size: .95rem; }
.gw-quote__where { font-size: .82rem; color: var(--gw-muted); }

/* =========================================================================
   9 · GALLERY
   ========================================================================= */
.gw-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; margin-top: 2.5rem; }
.gw-gallery a { display: block; border-radius: var(--gw-radius); overflow: hidden; aspect-ratio: 4/3; background: var(--gw-slate); }
.gw-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.gw-gallery a:hover img { transform: scale(1.06); }
.gw-gallery__tags { text-align: center; margin-top: 1.4rem; color: var(--gw-muted); font-size: .9rem; letter-spacing: .04em; }

/* lightbox */
.gw-lb { position: fixed; inset: 0; background: rgba(17,45,78,.92); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 2rem; }
.gw-lb.open { display: flex; }
.gw-lb img { max-width: 92vw; max-height: 88vh; border-radius: 6px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.gw-lb__close { position: absolute; top: 1.2rem; right: 1.6rem; color: #fff; font-size: 2.2rem; cursor: pointer; line-height: 1; background: none; border: 0; }

/* =========================================================================
   10 · AREA
   ========================================================================= */
.gw-area { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,3.5rem); align-items: center; }
.gw-area__map { border-radius: var(--gw-radius); overflow: hidden; box-shadow: var(--gw-shadow); background: var(--gw-card); border: 1px solid var(--gw-line); }
.gw-area__map img, .gw-area__map svg { width: 100%; height: auto; display: block; }
.gw-area__places { columns: 2; column-gap: 1.5rem; margin: 1.2rem 0 1.4rem; }
.gw-area__places span { display: block; padding: .35rem 0; color: var(--gw-ink); border-bottom: 1px solid var(--gw-line); }
.gw-area__hint { color: var(--gw-muted); font-style: italic; }

/* =========================================================================
   11 · FAQ  (native <details>, no JS)
   ========================================================================= */
.gw-faq { max-width: 820px; margin: 2.5rem auto 0; }
.gw-faq details { border-bottom: 1px solid var(--gw-line); }
.gw-faq summary {
	list-style: none; cursor: pointer; padding: 1.15rem .5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
	font-family: var(--gw-font-serif); font-size: 1.2rem; color: var(--gw-navy); font-weight: 600;
}
.gw-faq summary::-webkit-details-marker { display: none; }
.gw-faq summary::after { content: "+"; font-family: var(--gw-font-sans); color: var(--gw-tan); font-size: 1.5rem; transition: transform .2s ease; }
.gw-faq details[open] summary::after { transform: rotate(45deg); }
.gw-faq__a { padding: 0 .5rem 1.3rem; color: var(--gw-muted); line-height: 1.7; max-width: 62ch; }

/* =========================================================================
   12 · CONTACT
   ========================================================================= */
.gw-contact { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(1.5rem,4vw,3rem); margin-top: 2.5rem; align-items: start; }
.gw-contact__form { background: #fff; border: 1px solid var(--gw-line); border-radius: var(--gw-radius); padding: 2rem; box-shadow: var(--gw-shadow); }
.gw-contact__aside { background: var(--gw-card); border: 1px solid var(--gw-line); border-radius: var(--gw-radius); padding: 2rem; }
.gw-contact__aside h3 { margin: 0 0 1.2rem; font-size: 1.25rem; }
.gw-contact__list { list-style: none; margin: 0 0 1.4rem; padding: 0; }
.gw-contact__list li { display: flex; align-items: center; gap: .75rem; padding: .55rem 0; color: var(--gw-ink); }
.gw-contact__list a { color: var(--gw-ink); text-decoration: none; }
.gw-contact__list a:hover { color: var(--gw-tan); }
.gw-contact__list .gw-ico { color: var(--gw-tan); width: 1.4rem; text-align: center; }
.gw-contact__promise { font-size: .9rem; color: var(--gw-muted); font-style: italic; border-top: 1px solid var(--gw-line); padding-top: 1rem; }

/* Style whatever form plugin renders inside .gw-contact__form */
.gw-contact__form input[type=text],
.gw-contact__form input[type=email],
.gw-contact__form input[type=date],
.gw-contact__form textarea,
.gw-contact__form .ff-el-form-control {
	width: 100%; padding: .8rem .9rem; border: 1px solid var(--gw-line); border-radius: 8px;
	background: var(--gw-cream); font-family: var(--gw-font-sans); font-size: .95rem; color: var(--gw-ink);
}
.gw-contact__form textarea { min-height: 120px; resize: vertical; }
.gw-contact__form label { font-size: .85rem; font-weight: 600; color: var(--gw-navy); }

/* =========================================================================
   13 · FOOTER (custom section)
   ========================================================================= */
.gw-footer { background: var(--gw-navy); color: #c6d3e6; padding: 3.5rem 1.25rem 2rem; }
.gw-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; max-width: var(--gw-maxw); margin: 0 auto 2rem; }
.gw-footer__logo { max-width: 190px; margin-bottom: 1rem; filter: brightness(0) invert(1); opacity: .92; }
.gw-footer h4 { color: #fff; font-family: var(--gw-font-serif); font-size: 1.1rem; margin: 0 0 .8rem; }
.gw-footer a { color: #c6d3e6; text-decoration: none; }
.gw-footer a:hover { color: var(--gw-tan); }
.gw-footer__links { list-style: none; margin: 0; padding: 0; }
.gw-footer__links li { padding: .3rem 0; }
.gw-footer__bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 1.3rem; text-align: center; font-size: .82rem; color: #9fb2cc; max-width: var(--gw-maxw); margin: 0 auto; }

/* =========================================================================
   HEADER (Astra) — fixed, ALWAYS solid near-white so the nav is readable
   over the light hero. Enforced via child CSS (no Astra Pro sticky module).
   ========================================================================= */
.home #masthead,
.home .site-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 99;
	background: rgba(249,247,247,.97) !important;
	box-shadow: 0 4px 20px -16px rgba(17,45,78,.3);
	backdrop-filter: saturate(1.05) blur(4px);
	transition: box-shadow .3s ease;
}
.home #masthead .main-header-bar,
.home #masthead .ast-primary-header-bar,
.home #masthead .site-primary-header-wrap { background: transparent !important; }

/* stronger shadow once scrolled */
.gw-scrolled.home #masthead,
.gw-scrolled.home .site-header {
	box-shadow: 0 6px 24px -14px rgba(17,45,78,.22);
}

/* nav links: navy, readable everywhere */
.home #masthead .main-header-menu a,
.home #masthead .ast-header-navigation-wrap a { color: var(--gw-navy); }

/* logo: natural (no invert) */
.home #masthead .custom-logo { max-height: 52px; width: auto; }

/* CTA menu item rendered as a button */
#masthead .gw-nav-cta { display: flex; align-items: center; margin-left: .6rem; }
#masthead .gw-nav-cta > a {
	display: inline-flex; align-items: center; align-self: center; line-height: 1;
	height: auto !important;
	background: var(--gw-blue); color: #fff !important; border-radius: 999px;
	padding: .55em 1.4em !important; font-weight: 600;
	transition: background .2s ease;
}
#masthead .gw-nav-cta > a:hover { background: var(--gw-blue-2); }

/* Hide Astra's default footer on the one-pager (we ship a custom footer section) */
.home #colophon,
.home .site-footer { display: none !important; }

/* =========================================================================
   MOBILE STICKY CTA
   ========================================================================= */
.gw-sticky-cta {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
	display: none; gap: 1px; transform: translateY(100%); transition: transform .3s ease;
	box-shadow: 0 -8px 24px -12px rgba(17,45,78,.3);
}
.gw-sticky-cta.show { transform: translateY(0); }
.gw-sticky-cta a { flex: 1; text-align: center; padding: .95rem; font-weight: 600; font-size: .95rem; text-decoration: none; }
.gw-sticky-cta__call { background: var(--gw-navy); color: #fff; }
.gw-sticky-cta__mail { background: var(--gw-tan); color: #fff; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 900px) {
	.gw-about, .gw-price, .gw-area, .gw-contact { grid-template-columns: 1fr; }
	.gw-trust { grid-template-columns: 1fr 1fr; gap: 1.5rem 0; }
	.gw-trust__item:nth-child(odd) { border-left: 0; }
	.gw-trust__item:nth-child(even) { border-left: 1px solid var(--gw-line); }
	.gw-steps { grid-template-columns: 1fr 1fr; }
	.gw-steps::before { display: none; }
	.gw-voices { grid-template-columns: 1fr; }
	.gw-footer__grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
	.gw-compare, .gw-gallery, .gw-steps, .gw-trust { grid-template-columns: 1fr; }
	.gw-trust__item { border-left: 0 !important; border-bottom: 1px solid var(--gw-line); padding-bottom: 1.2rem; }
	.gw-sticky-cta { display: flex; }
	/* hero stacks: photo on top, text on the light panel below */
	.gw-hero { min-height: auto; flex-direction: column; justify-content: flex-end; text-align: center; padding: 0 0 2.5rem; }
	.gw-hero__bg { position: relative; inset: auto; width: 100%; height: 42vh; }
	.gw-hero::after { display: none; }
	.gw-hero__inner { margin: 2rem auto 0; padding-inline: 1.25rem; }
	.gw-hero__cta { justify-content: center; }
	.gw-hero__scroll { display: none; }
	.gw-area__places { columns: 1; }
}

/* =========================================================================
   QUOTE / LEITGEDANKE  (.gw-leit) — full-width statement band after the hero
   ========================================================================= */
.gw-leit { text-align: center; }
.gw-leit__inner { max-width: 900px; margin-inline: auto; }
.gw-leit__eyebrow {
	font-family: var(--gw-font-script); color: var(--gw-blue);
	font-size: clamp(1.6rem, 3.4vw, 2.3rem); line-height: 1; display: block; margin-bottom: .8rem;
}
.gw-leit blockquote {
	margin: 0; border: 0; padding: 0; font-family: var(--gw-font-serif); font-weight: 500;
	font-size: clamp(1.6rem, 3.6vw, 2.6rem); line-height: 1.28; color: var(--gw-navy);
	text-wrap: balance;
}
.gw-section--navy .gw-leit blockquote { color: #fff; }
.gw-leit cite {
	display: block; margin-top: 1.4rem; font-style: normal; font-family: var(--gw-font-sans);
	text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 600; color: var(--gw-tan);
}

/* =========================================================================
   ANGEBOT  (.gw-services) — two service cards (Traurednerin / Trauerrednerin)
   ========================================================================= */
.gw-services { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.gw-service {
	background: #fff; border: 1px solid var(--gw-line);
	border-radius: var(--gw-radius); padding: 2.4rem 2rem; box-shadow: var(--gw-shadow);
	display: flex; flex-direction: column; text-align: center;
}
.gw-service__ico { font-size: 2.1rem; color: var(--gw-tan); margin-bottom: .8rem; }
.gw-service h3 { font-family: var(--gw-font-serif); font-size: 1.6rem; color: var(--gw-navy); margin: 0 0 .3rem; }
.gw-service__sub { font-family: var(--gw-font-sans); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 600; color: var(--gw-tan); margin-bottom: 1rem; }
.gw-service p { color: var(--gw-muted); line-height: 1.7; margin: 0 0 1.6rem; }
.gw-service a { margin-top: auto; align-self: center; }

/* =========================================================================
   EURE REDE  (.gw-offer) — deliverables card
   ========================================================================= */
.gw-offer {
	background: #fff; border: 1px solid var(--gw-line); border-radius: var(--gw-radius);
	padding: 2.6rem clamp(1.6rem, 4vw, 3rem); box-shadow: var(--gw-shadow);
	max-width: 780px; margin: 2.5rem auto 0; text-align: center;
}
.gw-offer .gw-check { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.8rem; text-align: left; margin: 0 0 1.8rem; }
.gw-offer .gw-check li { margin-bottom: .7rem; }

@media (max-width: 760px) {
	.gw-services { grid-template-columns: 1fr; }
	.gw-offer .gw-check { grid-template-columns: 1fr; }
}

/* =========================================================================
   OCEAN BAND (.gw-section--ocean) — LIGHT pale-blue band with a faint wave
   pattern. Keeps the coastal moment without a heavy dark block.
   ========================================================================= */
.gw-section--ocean {
	background-color: var(--gw-line);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='28' viewBox='0 0 140 28'%3E%3Cpath d='M0 20 Q17.5 9 35 20 T70 20 T105 20 T140 20' fill='none' stroke='%23112d4e' stroke-opacity='0.06' stroke-width='2'/%3E%3Cpath d='M0 9 Q17.5 -2 35 9 T70 9 T105 9 T140 9' fill='none' stroke='%233f72af' stroke-opacity='0.10' stroke-width='2'/%3E%3C/svg%3E");
	background-size: 140px 28px;
	color: var(--gw-ink);
}
.gw-section--ocean .gw-h2,
.gw-section--ocean h2,
.gw-section--ocean h3 { color: var(--gw-navy); }
.gw-section--ocean .gw-leit blockquote { color: var(--gw-navy); }
.gw-section--ocean .gw-lead { color: var(--gw-muted); }
.gw-section--ocean .gw-eyebrow,
.gw-section--ocean .gw-leit__eyebrow,
.gw-section--ocean .gw-kicker,
.gw-section--ocean .gw-leit cite,
.gw-section--ocean .gw-divider { color: var(--gw-tan); }

/* =========================================================================
   NATIVE ELEMENTOR WIDGETS carrying .gw-* classes.
   The CSS Classes field lands on the widget's OUTER wrapper, so pass the
   intended styling down to the inner Elementor element.
   ========================================================================= */
.gw-onepager .elementor-widget.gw-h2 .elementor-heading-title,
.gw-onepager .elementor-widget.gw-signature .elementor-heading-title,
.gw-onepager .elementor-widget.gw-leit__eyebrow .elementor-heading-title {
	font: inherit; color: inherit; letter-spacing: inherit; margin: 0;
}
.gw-onepager .elementor-widget.gw-lead .elementor-widget-container,
.gw-onepager .elementor-widget.gw-lead p {
	font-size: inherit; color: inherit; line-height: inherit; margin: 0 auto;
}

/* Native Button widget → mirror .gw-btn--primary (the pill used across the page). */
.gw-onepager .elementor-widget-button .elementor-button {
	display: inline-flex; align-items: center; gap: .5rem;
	font-family: var(--gw-font-sans); font-weight: 600; font-size: .95rem; letter-spacing: .01em;
	padding: .95em 1.9em; border-radius: 999px; border: 1.5px solid transparent; line-height: 1;
	background: var(--gw-navy); color: #fff;
	box-shadow: 0 10px 26px -12px rgba(17, 45, 78, .28);
	transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
}
.gw-onepager .elementor-widget-button .elementor-button:hover { transform: translateY(-2px); }
