/* ==========================================================================
   Acıbadem Children — playful for children, trusted by parents.
   Navy (#012d74) carries the Acıbadem professionalism; coral, mint, soft
   orange, sky and sun carry the play. Fredoka for display, Nunito for text.
   ========================================================================== */

:root {
	--navy: #012d74;
	--navy-900: #001943;
	--navy-700: #0b3d8c;
	--ink: #16284d;
	--muted: #5a6a88;
	--line: #e6ecf5;

	--coral: #ff7466;
	--coral-600: #e8564a;
	--coral-50: #fff1ef;
	--mint: #37c4a0;
	--mint-600: #1fa482;
	--mint-50: #e6f8f2;
	--orange: #ffa24c;
	--orange-600: #f0842a;
	--orange-50: #fff4e8;
	--sky: #5aaefc;
	--sky-600: #2f8fe8;
	--sky-50: #eaf5ff;
	--sun: #ffc93f;
	--sun-600: #eaa90f;
	--sun-50: #fff8e3;
	--lilac: #9b83f5;
	--lilac-600: #7a5fe8;
	--lilac-50: #f2eeff;
	--pink: #ff8fb4;
	--pink-600: #ec6b97;
	--pink-50: #fff0f5;

	--cream: #fff9ef;
	--white: #fff;

	--r-s: 14px;
	--r: 22px;
	--r-l: 32px;
	--shadow-s: 0 2px 6px rgba(1, 45, 116, .06), 0 8px 22px rgba(1, 45, 116, .06);
	--shadow: 0 4px 10px rgba(1, 45, 116, .06), 0 18px 44px rgba(1, 45, 116, .10);
	--shadow-l: 0 10px 24px rgba(1, 45, 116, .08), 0 34px 80px rgba(1, 45, 116, .14);

	--f-d: 'Fredoka', 'Nunito', system-ui, sans-serif;
	--f-b: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;

	--wrap: 1240px;
	--gut: 24px;
	--ease: cubic-bezier(.34, 1.56, .64, 1);
	--ease-s: cubic-bezier(.22, 1, .36, 1);
}

/* tones: every card/icon picks its colour pair from one class */
.tone-coral { --t: var(--coral); --t6: var(--coral-600); --t0: var(--coral-50); }
.tone-mint { --t: var(--mint); --t6: var(--mint-600); --t0: var(--mint-50); }
.tone-orange { --t: var(--orange); --t6: var(--orange-600); --t0: var(--orange-50); }
.tone-sky { --t: var(--sky); --t6: var(--sky-600); --t0: var(--sky-50); }
.tone-sun { --t: var(--sun); --t6: var(--sun-600); --t0: var(--sun-50); }
.tone-lilac { --t: var(--lilac); --t6: var(--lilac-600); --t0: var(--lilac-50); }
.tone-pink { --t: var(--pink); --t6: var(--pink-600); --t0: var(--pink-50); }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
	margin: 0;
	font: 500 17px/1.65 var(--f-b);
	color: var(--ink);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--f-d); font-weight: 600; color: var(--navy); line-height: 1.15; margin: 0; letter-spacing: -.005em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
[hidden] { display: none !important; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 999; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 12px; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; border-radius: 10px; }

.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gut) * 2); margin: 0 auto; padding: 0 var(--gut); }

.ico { width: 1.25em; height: 1.25em; flex: none; }

/* ------------------------------------------------------------------ type bits */
.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font: 700 13px/1 var(--f-b); letter-spacing: .09em; text-transform: uppercase;
	color: var(--coral-600);
}
.eyebrow--pill {
	padding: 9px 16px 9px 12px; border-radius: 999px;
	background: #fff; color: var(--navy); letter-spacing: .04em; text-transform: none; font-size: 14px;
	box-shadow: var(--shadow-s);
}
.eyebrow--pill .ico { color: var(--mint-600); }

.hl-s { position: relative; color: var(--coral); white-space: nowrap; }
.hl-s::after {
	content: ""; position: absolute; left: -2px; right: -2px; bottom: .02em; height: .32em; z-index: -1;
	background: var(--sun); opacity: .45; border-radius: 99px; transform: rotate(-1deg);
}
.sec--approach .hl-s { color: var(--sun); }
.sec--approach .hl-s::after { background: var(--coral); opacity: .35; }

.shead { max-width: 760px; margin: 0 auto 44px; text-align: center; position: relative; z-index: 0; }
.shead--left { margin: 0; text-align: left; }
.shead__t { font-size: clamp(30px, 3.6vw, 44px); margin-top: 12px; }
.shead__s { margin-top: 14px; color: var(--muted); font-size: 18px; }
.shead-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }

/* ------------------------------------------------------------------ squishy buttons */
.sq {
	--b: var(--coral); --b6: var(--coral-600); --fg: #fff;
	position: relative; display: inline-flex; isolation: isolate;
	border-radius: 22px 26px 22px 26px / 24px 22px 26px 22px; /* jelly: never quite a pill */
	background: var(--b6);
	padding: 0 0 6px;
	transition: padding .18s var(--ease), transform .18s var(--ease);
	-webkit-tap-highlight-color: transparent;
	user-select: none;
}
.sq__in {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 54px; padding: 0 26px;
	border-radius: inherit;
	background: linear-gradient(180deg, color-mix(in srgb, var(--b) 78%, #fff) 0%, var(--b) 55%, color-mix(in srgb, var(--b) 88%, var(--b6)) 100%);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, .45), inset 0 -3px 0 rgba(0, 0, 0, .06);
	color: var(--fg);
	font: 700 16.5px/1 var(--f-d); letter-spacing: .01em;
	transform: translateY(0);
	transition: transform .18s var(--ease), filter .2s;
	white-space: nowrap;
}
.sq__in .ico { width: 20px; height: 20px; }
.sq::after { /* soft floor shadow */
	content: ""; position: absolute; left: 8%; right: 8%; bottom: -8px; height: 14px; z-index: -1;
	background: var(--b6); filter: blur(10px); opacity: .35; border-radius: 50%;
	transition: opacity .18s, transform .18s;
}
.sq:hover .sq__in { transform: translateY(2px); filter: saturate(1.08); }
.sq:hover::after { opacity: .25; transform: scaleX(.94); }
.sq:active .sq__in, .sq.is-pressed .sq__in { transform: translateY(6px) scale(1.02, .97); transition-duration: .08s; }
.sq:active::after { opacity: .1; }
.sq[disabled] { cursor: not-allowed; filter: grayscale(.55); opacity: .55; }
.sq[disabled] .sq__in { transform: none; }
.sq--sm .sq__in { min-height: 46px; padding: 0 20px; font-size: 15px; }

.sq--mint { --b: var(--mint); --b6: var(--mint-600); }
.sq--orange { --b: var(--orange); --b6: var(--orange-600); }
.sq--navy { --b: #1a4ea6; --b6: var(--navy-900); }
.sq--white { --b: #fff; --b6: #d7e1f0; --fg: var(--navy); }
.sq--white .sq__in { background: linear-gradient(180deg, #fff, #f6f9fe); box-shadow: inset 0 0 0 2px var(--line), inset 0 -3px 0 rgba(1, 45, 116, .04); }

/* little decorations riding on the button */
.sq--ear::before, .sq--ear .sq__in::before {
	content: ""; position: absolute; z-index: -1; top: -7px; left: 16px;
	width: 20px; height: 20px; border-radius: 50%;
	background: var(--b);
	box-shadow: inset 0 0 0 5px color-mix(in srgb, var(--b) 70%, #fff);
	transition: transform .25s var(--ease);
}
.sq--ear .sq__in::before { left: auto; right: 16px; position: absolute; }
.sq--ear .sq__in { position: relative; }
.sq--ear:hover::before { transform: rotate(-14deg) translateY(-1px); }
.sq--ear:hover .sq__in::before { transform: rotate(14deg) translateY(-1px); }
.sq--white.sq--ear::before, .sq--white.sq--ear .sq__in::before { background: #fff; box-shadow: inset 0 0 0 2px var(--line), inset 0 0 0 6px #fff, inset 0 0 0 10px var(--coral-50); }

.sq--heart::before {
	content: ""; position: absolute; top: -9px; right: 14px; z-index: 2; width: 22px; height: 22px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff7466' d='M12 20s-7.5-4.6-7.5-10.2A4.3 4.3 0 0 1 12 7.2a4.3 4.3 0 0 1 7.5 2.6C19.5 15.4 12 20 12 20z'/%3E%3C/svg%3E") center/14px no-repeat;
	border-radius: 50%; box-shadow: 0 3px 8px rgba(1, 45, 116, .18);
	transition: transform .3s var(--ease);
}
.sq--heart:hover::before { transform: scale(1.18) rotate(-8deg); }

.sq--plaster::before {
	content: ""; position: absolute; top: -6px; right: 18px; z-index: 2; width: 30px; height: 13px;
	border-radius: 7px; transform: rotate(-18deg);
	background:
		radial-gradient(circle, rgba(197, 140, 95, .55) 1px, transparent 1.6px) center/5px 5px,
		linear-gradient(90deg, #f6cfa8 0 30%, #f9dcbd 30% 70%, #f6cfa8 70%);
	box-shadow: 0 2px 5px rgba(1, 45, 116, .16);
	transition: transform .3s var(--ease);
}
.sq--plaster:hover::before { transform: rotate(-8deg) translateY(-2px); }
.sq__emoji { font-size: 20px; line-height: 1; display: inline-block; transition: transform .3s var(--ease); }
.sq:hover .sq__emoji { transform: translate(3px, -3px) rotate(-10deg); }

/* ------------------------------------------------------------------ top bar + header */
.topbar { background: var(--navy-900); color: #cfdcf2; font-size: 13.5px; }
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 40px; }
.topbar__facts { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar__facts b { color: #fff; font-weight: 800; }
.topbar__facts .ico { color: var(--mint); width: 17px; height: 17px; }
.topbar__facts i { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }
.topbar__links { display: flex; align-items: center; gap: 18px; }
.topbar__links a, .topbar__lang { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 700; }
.topbar__links .ico { width: 16px; height: 16px; color: var(--sun); }
.topbar__lang { padding: 4px 10px; border-radius: 99px; background: rgba(255, 255, 255, .1); font-size: 13px; }

.site-header {
	position: sticky; top: 0; z-index: 60;
	background: rgba(255, 255, 255, .86);
	backdrop-filter: saturate(1.6) blur(16px); -webkit-backdrop-filter: saturate(1.6) blur(16px);
	border-bottom: 1px solid transparent;
	transition: box-shadow .3s, border-color .3s, background .3s;
}
.admin-bar .site-header { top: 32px; }
.site-header.is-stuck { background: rgba(255, 255, 255, .94); box-shadow: 0 6px 24px rgba(1, 45, 116, .08); border-color: var(--line); }
.site-header__in { display: flex; align-items: center; gap: 24px; min-height: 82px; z-index: 1; }

.brand { display: inline-flex; align-items: center; gap: 26px; flex: none; }
.brand__mark { position: relative; z-index: 1; display: block; width: 100%; height: auto; }
.brand__word { position: relative; display: block; width: 196px; }
.fcol--brand .brand__word { width: 170px; }
.brand__child {
	display: inline-flex; align-items: center; padding: 3px 12px 5px; border-radius: 12px 14px 12px 14px;
	font: 700 25px/1 var(--f-d); letter-spacing: .01em;
	background: var(--cream); box-shadow: inset 0 0 0 2px #ffe9c4;
	transform: rotate(-3deg);
}
.brand__child span { display: inline-block; transition: transform .35s var(--ease); }
.brand__child span:nth-child(1) { color: var(--coral); }
.brand__child span:nth-child(2) { color: var(--orange); transform: translateY(-1px); }
.brand__child span:nth-child(3) { color: var(--sun-600); }
.brand__child span:nth-child(4) { color: var(--mint-600); transform: translateY(1px); }
.brand__child span:nth-child(5) { color: var(--sky-600); }
.brand__child span:nth-child(6) { color: var(--lilac-600); transform: translateY(-1px); }
.brand__child span:nth-child(7) { color: var(--pink-600); }
.brand__child span:nth-child(8) { color: var(--coral); transform: translateY(1px); }
.brand:hover .brand__child span { transform: translateY(-3px) rotate(-6deg); }
.brand:hover .brand__child span:nth-child(even) { transform: translateY(2px) rotate(6deg); }
.brand--light .brand__child { background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .15); }

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 7px; }
.nav__item { position: relative; }
.nav__item--cta { display: none; }
.nav__item--mega { position: static; }
.site-header__in { position: relative; }
.nav__link {
	display: inline-flex; align-items: center; gap: 6px; padding: 10px 13px; border-radius: 14px 16px 14px 16px;
	font: 800 14.5px/1 var(--f-b); color: var(--navy);
	background: #fff;
	box-shadow: inset 0 0 0 1.5px #e2e9f4, 0 3px 0 #e2e9f4;
	transition: background .2s, color .2s, box-shadow .2s, transform .18s var(--ease);
}
.nav__link:hover, .nav__item:focus-within > .nav__link {
	background: var(--t0); color: var(--t6);
	box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--t) 45%, #fff), 0 3px 0 color-mix(in srgb, var(--t) 50%, #fff);
	transform: translateY(-1px);
}
.nav__link:active { transform: translateY(2px); box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--t) 45%, #fff), 0 1px 0 color-mix(in srgb, var(--t) 50%, #fff); }
.nav__chev { width: 16px; height: 16px; transition: transform .25s; }
.nav__item--mega:hover .nav__chev, .nav__item--mega:focus-within .nav__chev { transform: rotate(180deg); }

.mega {
	position: absolute; top: calc(100% - 8px); right: var(--gut); width: 880px; max-width: calc(100vw - 32px); padding: 18px;
	background: #fff; border-radius: var(--r); box-shadow: var(--shadow-l);
	opacity: 0; visibility: hidden; transform: translateY(8px) scale(.98); transform-origin: 30% 0;
	transition: opacity .2s, transform .25s var(--ease-s), visibility .2s;
}
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav__item--mega:hover .mega, .nav__item--mega:focus-within .mega { opacity: 1; visibility: visible; transform: none; }
.mega__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.mega__a { display: flex; align-items: center; gap: 10px; padding: 8px 9px; border-radius: 14px; font-weight: 700; font-size: 14px; line-height: 1.25; color: var(--navy); }
.mega__a:hover { background: var(--t0); }
.mega__ic { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--t0); color: var(--t6); flex: none; }
.mega__ic .ico { width: 19px; height: 19px; }
.mega__all { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; padding: 12px; border-radius: 14px; background: var(--sky-50); color: var(--navy); font-weight: 800; font-size: 14.5px; }
.mega__all .ico { width: 18px; height: 18px; }

.site-header__act { display: flex; align-items: center; gap: 10px; }
.hbtn { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 16px; color: var(--navy); background: var(--sky-50); transition: transform .2s var(--ease), background .2s; }
.hbtn:hover { transform: translateY(-2px); background: #dcecff; }
.hbtn .ico { width: 21px; height: 21px; }
.hbtn--menu { display: none; }

/* search sheet (inner pages) */
.sheet { position: fixed; inset: 0; z-index: 90; background: rgba(0, 25, 67, .45); backdrop-filter: blur(6px); display: grid; place-items: start center; padding: 110px 16px 16px; }
.sheet__in { position: relative; width: min(760px, 100%); background: #fff; border-radius: var(--r-l); padding: 34px 30px 30px; box-shadow: var(--shadow-l); animation: pop .35s var(--ease); }
.sheet__t { font: 600 26px/1.2 var(--f-d); color: var(--navy); margin-bottom: 18px; }
.sheet__x { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; background: var(--sky-50); color: var(--navy); }
@keyframes pop { from { opacity: 0; transform: translateY(10px) scale(.97); } }

/* ------------------------------------------------------------------ waves */
.wave { position: relative; line-height: 0; height: 64px; margin: -1px 0; pointer-events: none; }
.wave--on-cream { background: var(--cream); }
.wave--on-sky { background: var(--sky-50); }
.wave svg { width: 100%; height: calc(100% + 3px); } /* bleeds 3px into the next section: no hairline seam */
.wave { z-index: 1; }
.wave--white path { fill: #fff; }
.wave--cream path { fill: var(--cream); }
.wave--navy path { fill: var(--navy); }
.wave--sky path { fill: var(--sky-50); }
.wave--flip { transform: rotate(180deg); }

.sec { position: relative; padding: 96px 0; }
.sec--areas, .sec--approach, .sec--hosp, .sec--faq { padding: 0; }
.sec__bg { padding: 40px 0 56px; }
.sec__bg--cream { background: var(--cream); }
.sec__bg--navy { background: var(--navy); color: #d6e2f5; }
.sec__bg--sky { background: var(--sky-50); }
.sec__more { display: flex; justify-content: center; margin-top: 44px; }

/* ------------------------------------------------------------------ hero */
.hero {
	position: relative; overflow: hidden;
	padding: 72px 0 0;
	background:
		radial-gradient(900px 480px at 88% 8%, rgba(255, 201, 63, .20), transparent 60%),
		radial-gradient(700px 520px at 6% 90%, rgba(55, 196, 160, .14), transparent 60%),
		linear-gradient(180deg, #eaf5ff 0%, #f4f9ff 45%, #fffaf1 100%);
}
.hero .wave { margin-top: 36px; }
.hero__sky { position: absolute; inset: 0; pointer-events: none; }
.cloud { position: absolute; fill: #fff; filter: drop-shadow(0 10px 18px rgba(90, 174, 252, .12)); }
.cloud--1 { width: 170px; top: 40px; left: 3%; animation: drift 38s linear infinite alternate; }
.cloud--2 { width: 120px; top: 64%; left: 42%; opacity: .8; animation: drift 46s linear infinite alternate-reverse; }
.cloud--3 { width: 210px; top: 18px; right: 34%; opacity: .7; animation: drift 52s linear infinite alternate; }
@keyframes drift { to { transform: translateX(60px); } }
.hballoon { position: absolute; width: 34px; }
.hballoon--1 { top: 22%; left: 45%; animation: bob 6s ease-in-out infinite; }
.hballoon--2 { top: 70%; left: 2.5%; width: 26px; animation: bob 7.5s ease-in-out infinite -2s; }
.hballoon--2 svg ellipse:first-of-type { fill: var(--mint); }
.hballoon--2 svg path:nth-of-type(2) { fill: var(--mint-600); }
@keyframes bob { 50% { transform: translateY(-14px) rotate(4deg); } }
.hplane { position: absolute; width: 440px; top: 6px; left: 30%; stroke: rgba(1, 45, 116, .22); stroke-width: 2.5; }
.hplane__icon path { fill: var(--sky); stroke: none; }
.hstar { position: absolute; width: 14px; height: 14px; background: var(--sun); clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); animation: twinkle 3.2s ease-in-out infinite; }
.hstar--1 { top: 16%; left: 40%; }
.hstar--2 { top: 48%; left: 47%; width: 10px; height: 10px; background: var(--coral); animation-delay: -1s; }
.hstar--3 { top: 82%; left: 34%; background: var(--mint); animation-delay: -2s; }
.hstar--4 { top: 10%; right: 6%; width: 18px; height: 18px; animation-delay: -1.6s; }
@keyframes twinkle { 50% { transform: scale(.6) rotate(45deg); opacity: .6; } }

.hero__grid {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: minmax(0, 1fr) 500px; gap: 64px;
	align-items: stretch; /* both columns share one top and one bottom line */
}
.hero__copy { display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding-top: 6px; }
.hero__t { margin-top: 22px; font-size: clamp(42px, 5.2vw, 70px); font-weight: 700; line-height: 1.02; letter-spacing: -.015em; }
.hero__t .hl { position: relative; display: inline-block; color: var(--coral); }
.hero__t .hl svg { position: absolute; left: 0; right: 0; bottom: -10px; width: 100%; height: 18px; fill: none; stroke: var(--sun); stroke-width: 7; stroke-linecap: round; stroke-dasharray: 340; stroke-dashoffset: 340; animation: scribble 1.1s .5s var(--ease-s) forwards; }
@keyframes scribble { to { stroke-dashoffset: 0; } }
.hero__lede { margin-top: 22px; max-width: 590px; font-size: 19px; color: #3c4d70; }
.hero__search { position: relative; z-index: 5; }

.hstats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hstat {
	display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
	padding: 16px 16px 15px; border-radius: 22px 22px 22px 8px;
	background: #fff; box-shadow: var(--shadow-s);
	min-height: 132px;
	transition: transform .3s var(--ease);
}
.hstat:hover { transform: translateY(-4px) rotate(-1deg); }
.hstat__ic { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; background: var(--t0); color: var(--t6); margin-bottom: 8px; }
.hstat__ic .ico { width: 21px; height: 21px; }
.hstat b { font: 700 30px/1 var(--f-d); color: var(--navy); }
.hstat span:last-child { font-size: 13.5px; line-height: 1.3; color: var(--muted); font-weight: 700; }

.hero__form { position: relative; padding-top: 0; }

/* ------------------------------------------------------------------ capsule search */
.ksearch {
	position: relative; display: flex; align-items: center; gap: 12px;
	height: 76px; padding: 0 9px 0 10px;
	border-radius: 999px;
	background: linear-gradient(180deg, #fffbee, #fff5d9);
	box-shadow: 0 0 0 2px #ffe6a6, 0 12px 30px rgba(234, 169, 15, .16);
	transition: box-shadow .25s, transform .25s var(--ease);
}
.ksearch:focus-within { box-shadow: 0 0 0 3px var(--sun), 0 16px 40px rgba(234, 169, 15, .22); }
.ksearch__mascot { display: grid; place-items: center; flex: none; width: 58px; height: 58px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 2px #ffecc0; }
.ksearch__mascot .bear { width: 46px; transition: transform .45s var(--ease); }
.ksearch:focus-within .ksearch__mascot .bear { transform: rotate(-10deg) scale(1.06); }
.ksearch__in {
	flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent;
	font: 700 17.5px/1 var(--f-b); color: var(--navy);
}
.ksearch__in::placeholder { color: #8a7a55; font-weight: 600; opacity: 1; }
.ksearch__in::-webkit-search-cancel-button { display: none; }
.ksearch__go { position: relative; flex: none; width: 58px; height: 58px; }
.ksearch__planet {
	position: absolute; inset: 0; display: grid; place-items: center; border-radius: 50%;
	background: radial-gradient(circle at 32% 28%, #ffb3a9 0%, var(--coral) 45%, var(--coral-600) 100%);
	box-shadow: inset -6px -8px 0 rgba(0, 0, 0, .08), 0 8px 18px rgba(232, 86, 74, .38);
	color: #fff; transition: transform .35s var(--ease);
}
.ksearch__planet .ico { width: 26px; height: 26px; position: relative; z-index: 2; transition: transform .45s var(--ease); }
.ksearch__ring {
	position: absolute; left: -9px; right: -9px; top: 50%; height: 16px; margin-top: -8px;
	border: 3px solid var(--sun); border-radius: 50%; transform: rotate(-22deg);
	clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%); z-index: 3;
	transition: transform .5s var(--ease);
}
.ksearch__go:hover .ksearch__planet { transform: scale(1.06); }
.ksearch__go:hover .ksearch__ring { transform: rotate(-4deg) scaleX(1.06); }
.ksearch__go:hover .ico { transform: rotate(-18deg) translateY(-1px); }
.ksearch__go:active .ksearch__planet { transform: scale(.92); transition-duration: .08s; }
.ksearch__spark { position: absolute; width: 8px; height: 8px; background: var(--sun); clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); opacity: 0; transition: opacity .2s, transform .5s var(--ease); }
.ksearch__spark--1 { top: -4px; left: 4px; }
.ksearch__spark--2 { top: 6px; right: -8px; width: 11px; height: 11px; background: #fff; }
.ksearch__spark--3 { bottom: -2px; right: 2px; background: var(--mint); }
.ksearch__go:hover .ksearch__spark { opacity: 1; transform: scale(1.3) rotate(45deg); }

.kpop {
	position: absolute; top: calc(100% + 14px); left: 0; right: 0; z-index: 30;
	padding: 20px; border-radius: 28px;
	background: #fff; box-shadow: var(--shadow-l);
	opacity: 0; visibility: hidden; transform: translateY(-6px);
	transition: opacity .2s, transform .3s var(--ease-s), visibility .2s;
}
.kpop::before { content: ""; position: absolute; top: -8px; left: 60px; width: 18px; height: 18px; background: #fff; transform: rotate(45deg); border-radius: 4px; }
.ksearch.is-open .kpop { opacity: 1; visibility: visible; transform: none; }
.kpop__t { font: 800 12.5px/1 var(--f-b); letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.kpop__row { display: flex; flex-wrap: wrap; gap: 10px; }
.kpill {
	--c: var(--sky-50); --cb: #cfe6ff; --cf: var(--navy);
	display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px 9px 9px;
	border-radius: 999px; background: var(--c); box-shadow: inset 0 0 0 2px var(--cb);
	font-weight: 800; font-size: 14.5px; color: var(--cf);
	opacity: 0; transform: translateY(18px) scale(.7) rotate(-6deg);
	transition: transform .2s var(--ease), background .2s;
}
.kpill__e { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #fff; font-size: 16px; line-height: 1; }
.kpill--0 { --c: var(--coral-50); --cb: #ffd6d0; }
.kpill--1 { --c: var(--sun-50); --cb: #ffe8a8; }
.kpill--2 { --c: var(--mint-50); --cb: #bdeedd; }
.kpill--3 { --c: var(--sky-50); --cb: #cfe6ff; }
.kpill--4 { --c: var(--lilac-50); --cb: #ddd3ff; }
.kpill--5 { --c: var(--orange-50); --cb: #ffdcb8; }
.ksearch.is-open .kpill { animation: floatIn .6s var(--ease) forwards; animation-delay: var(--d); }
.kpill:hover { transform: translateY(-3px) rotate(-2deg) !important; }
@keyframes floatIn {
	0% { opacity: 0; transform: translateY(18px) scale(.7) rotate(-6deg); }
	60% { opacity: 1; transform: translateY(-4px) scale(1.04) rotate(2deg); }
	100% { opacity: 1; transform: none; }
}
.kres__g { margin-bottom: 10px; }
.kres__g:last-child { margin-bottom: 0; }
.kres__h { font: 800 12px/1 var(--f-b); letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin: 4px 8px 8px; }
.kres__a { display: flex; align-items: center; gap: 12px; padding: 9px 10px; border-radius: 14px; }
.kres__a:hover, .kres__a.is-active { background: var(--sky-50); }
.kres__ic { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--t0); color: var(--t6); flex: none; }
.kres__ic .ico { width: 18px; height: 18px; }
.kres__t { font-weight: 800; color: var(--navy); line-height: 1.25; }
.kres__t mark { background: var(--sun-50); color: inherit; border-radius: 4px; padding: 0 1px; box-shadow: inset 0 -2px 0 var(--sun); }
.kres__s { display: block; font-size: 13px; color: var(--muted); font-weight: 600; }
.kres__all { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 8px; padding: 11px; border-radius: 14px; background: var(--cream); font-weight: 800; color: var(--navy); font-size: 14.5px; }
.kres__all .ico { width: 18px; height: 18px; }
.kres__none { display: flex; align-items: center; gap: 14px; padding: 6px 8px; color: var(--muted); font-weight: 600; }
.kres__none .bear { width: 44px; flex: none; }

/* ------------------------------------------------------------------ the appointment game */
.kwrap { position: relative; height: calc(100% - 26px); margin-top: 26px; display: flex; flex-direction: column; } /* the cloud bumps sit in those 26px, so the card's visible top meets the copy's top */
.kwrap__bear { position: absolute; z-index: 0; top: -92px; right: 58px; width: 118px; animation: peek 7s ease-in-out infinite; transform-origin: 50% 100%; }
@keyframes peek { 0%, 70%, 100% { transform: translateY(0) rotate(0); } 76% { transform: translateY(-6px) rotate(-5deg); } 84% { transform: translateY(-4px) rotate(4deg); } }
.bear__eyes { transform-box: fill-box; transform-origin: center; animation: blink 5s infinite; }
@keyframes blink { 0%, 94%, 100% { transform: scaleY(1); } 96% { transform: scaleY(.1); } }
.kwrap__paws { position: absolute; z-index: 4; top: -34px; right: 58px; width: 118px; }

.kform {
	position: relative; z-index: 1; flex: 1;
	display: flex; flex-direction: column;
	padding: 26px 30px 18px;
	background: #fff;
	border-radius: 0 0 34px 34px;
	box-shadow: var(--shadow-l);
}
/* the cloud-cut top: bumps of different sizes along the upper edge */
.kform__cloud {
	position: absolute; left: 0; right: 0; top: -26px; height: 27px; z-index: -1;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 28' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 28V18C0 8 10 4 20 6c6-8 22-10 32-2 8-8 26-8 34 2 10-10 30-8 36 4 8-8 22-8 30 0 8-10 28-12 38 0 10-8 24-6 30 4 10-10 30-10 38 0 8-6 20-6 28 2 10-10 30-10 36 2 8-8 24-8 32 0 10-8 26-6 32 4 8-8 20-8 28-2 8-8 22-6 28 2 8-6 18-4 22 4 6-2 16 0 16 8v4z'/%3E%3C/svg%3E") 0 0/100% 100% no-repeat;
	filter: drop-shadow(0 -6px 10px rgba(1, 45, 116, .05));
}
.kform__stitch {
	position: absolute; inset: 10px; top: 0; z-index: 0; pointer-events: none;
	border: 2.5px dashed #ffc9c1; border-top: 0; border-radius: 0 0 26px 26px;
}
.kform__stitch::before { content: ""; position: absolute; left: -2.5px; right: -2.5px; top: 4px; border-top: 2.5px dashed #ffc9c1; border-radius: 26px 26px 0 0; height: 20px; border-left: 2.5px dashed #ffc9c1; border-right: 2.5px dashed #ffc9c1; margin-top: -4px; top: 0; }
.kform > *:not(.kform__cloud):not(.kform__stitch):not(.kwrap__paws):not(.kform__err) { position: relative; z-index: 1; }
.kform__hp { position: absolute !important; left: -9999px; }
.kform__head { text-align: center; padding: 0 12px; }
.kform__t { font-size: 25px; font-weight: 700; }
.kform__s { margin-top: 6px; color: var(--muted); font-size: 15px; font-weight: 600; }

/* progress: a dashed road, numbered stops, a walking bear, a balloon at the end */
.kprog { position: relative; margin: 14px 8px 0; padding-top: 30px; }
.kprog__track { position: absolute; left: 14px; right: 14px; top: 44px; height: 6px; border-radius: 6px; background: repeating-linear-gradient(90deg, #e3ebf6 0 10px, transparent 10px 16px); }
.kprog__fill { position: absolute; inset: 0; right: auto; width: calc(var(--p) * 100%); border-radius: 6px; background: linear-gradient(90deg, var(--mint), var(--sky)); transition: width .7s var(--ease-s); }
.kprog__stops { position: relative; display: flex; justify-content: space-between; }
.kprog__stop { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 28px; }
.kprog__stop > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 2.5px #dbe5f3; font: 700 13px/1 var(--f-d); color: var(--muted); transition: background .3s, box-shadow .3s, color .3s, transform .4s var(--ease); }
.kprog__stop em { font: normal 800 11.5px/1 var(--f-b); letter-spacing: .04em; text-transform: uppercase; color: #9aa9c2; white-space: nowrap; }
.kprog__stop.is-on > span { background: var(--mint); box-shadow: 0 0 0 4px var(--mint-50); color: #fff; transform: scale(1.08); }
.kprog__stop.is-on em { color: var(--mint-600); }
.kprog__stop.is-done > span { background: var(--mint-50); box-shadow: inset 0 0 0 2.5px var(--mint); color: var(--mint-600); }
.kprog__stop--goal .bear { display: flex; align-items: flex-end; justify-content: center; width: 28px; height: 28px; animation: bob 3s ease-in-out infinite; }
.kprog__stop--goal .bear svg { width: 22px; height: auto; flex: none; margin-bottom: -6px; }
.kprog__walker { position: absolute; top: -8px; left: 0; width: 38px; transform: translateX(calc(var(--x, 0px) - 5px)); transition: transform .8s var(--ease-s); }
.kprog__walker .bear { animation: hop .8s ease-in-out infinite paused; }
.kprog.is-walking .kprog__walker .bear { animation-play-state: running; }
@keyframes hop { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-7px) rotate(4deg); } }

.kform__steps { display: grid; flex: 1; margin-top: 10px; }
.kstep { grid-area: 1 / 1; border: 0; margin: 0; padding: 0; min-width: 0; opacity: 0; visibility: hidden; transform: translateX(26px); transition: opacity .3s, transform .45s var(--ease-s), visibility .3s; display: flex; flex-direction: column; }
.kstep.is-active { opacity: 1; visibility: visible; transform: none; }
.kstep.is-left { transform: translateX(-26px); }
.kstep__q { font: 600 19px/1.25 var(--f-d); color: var(--navy); margin: 2px 0 14px; padding: 0; text-align: center; width: 100%; }

.kages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.kage { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; cursor: pointer; }
.kage input, .kcard input { position: absolute; opacity: 0; pointer-events: none; }
.kage__bubble {
	display: grid; place-items: center; width: 86px; height: 86px; border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #fff 0 18%, var(--t0) 60%);
	box-shadow: inset 0 0 0 3px color-mix(in srgb, var(--t) 35%, #fff), 0 8px 18px color-mix(in srgb, var(--t) 22%, transparent);
	color: var(--t6);
	transition: transform .35s var(--ease), box-shadow .25s, background .25s;
}
.kage__bubble .ico { width: 40px; height: 40px; stroke-width: 1.7; }
.kage__l { margin-top: 10px; font: 700 16px/1.1 var(--f-d); color: var(--navy); }
.kage__r { font-size: 13px; font-weight: 700; color: var(--muted); }
.kage:hover .kage__bubble { transform: translateY(-4px) rotate(-4deg); }
.kage input:checked + .kage__bubble { background: radial-gradient(circle at 35% 30%, color-mix(in srgb, var(--t) 45%, #fff) 0 18%, var(--t) 70%); color: #fff; box-shadow: 0 0 0 5px color-mix(in srgb, var(--t) 22%, #fff), 0 10px 22px color-mix(in srgb, var(--t) 40%, transparent); transform: scale(1.06); animation: jelly .6s var(--ease); }
.kage input:focus-visible + .kage__bubble { outline: 3px solid var(--sky); outline-offset: 4px; }
@keyframes jelly { 30% { transform: scale(1.14, .92); } 50% { transform: scale(.96, 1.08); } 70% { transform: scale(1.08, .98); } 100% { transform: scale(1.06); } }

.kfield { display: flex; flex-direction: column; gap: 6px; margin-top: 16px; }
.kfield label { font-weight: 800; font-size: 13.5px; color: var(--navy); }
.kfield small { font-weight: 600; color: var(--muted); }
.kfield input, .kfield textarea {
	width: 100%; min-height: 48px; padding: 12px 16px; border-radius: 16px; outline: 0;
	border: 2px solid var(--line); background: #fbfdff; font-weight: 600; font-size: 15.5px; color: var(--navy);
	transition: border-color .2s, box-shadow .2s, background .2s;
}
.kfield textarea { resize: none; min-height: 64px; line-height: 1.4; }
.kfield input:focus, .kfield textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 4px var(--sky-50); background: #fff; }
.kfield input.is-bad { border-color: var(--coral); box-shadow: 0 0 0 4px var(--coral-50); }
.kgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.kgrid .kfield { margin-top: 0; margin-bottom: 12px; }
.kfield--wide { grid-column: 1 / -1; }

.ktips { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding-top: 16px; }
.ktips li { display: flex; align-items: center; gap: 8px; padding: 9px 10px; border-radius: 12px; background: var(--cream); font-size: 13px; font-weight: 700; color: var(--navy); line-height: 1.2; }
.ktips .ico { width: 18px; height: 18px; color: var(--coral); }

.kcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.kcard {
	position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
	min-height: 90px; padding: 10px 8px; border-radius: 20px; cursor: pointer; text-align: center;
	background: var(--t0); box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--t) 22%, #fff);
	transition: transform .3s var(--ease), box-shadow .2s, background .2s;
}
.kcard__ic { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 15px; background: #fff; color: var(--t6); box-shadow: 0 4px 10px color-mix(in srgb, var(--t) 22%, transparent); transition: transform .35s var(--ease); }
.kcard__ic .ico { width: 25px; height: 25px; }
.kcard__l { font-weight: 800; font-size: 13.5px; line-height: 1.2; color: var(--navy); }
.kcard:hover { transform: translateY(-3px); }
.kcard:hover .kcard__ic { transform: rotate(-8deg) scale(1.06); }
.kcard:has(input:checked) { background: var(--t); box-shadow: 0 0 0 4px color-mix(in srgb, var(--t) 25%, #fff), 0 10px 22px color-mix(in srgb, var(--t) 35%, transparent); animation: jelly2 .55s var(--ease); }
.kcard:has(input:checked) .kcard__l { color: #fff; }
.kcard:has(input:focus-visible) { outline: 3px solid var(--sky); outline-offset: 3px; }
@keyframes jelly2 { 30% { transform: scale(1.06, .94); } 60% { transform: scale(.98, 1.04); } }

.kconsent { display: flex; align-items: flex-start; gap: 10px; margin-top: 4px; font-size: 13px; line-height: 1.4; color: var(--muted); font-weight: 600; cursor: pointer; }
.kconsent input { position: absolute; opacity: 0; }
.kconsent__box { display: grid; place-items: center; flex: none; width: 22px; height: 22px; border-radius: 8px; border: 2px solid #cdd9ea; background: #fff; color: #fff; transition: background .2s, border-color .2s, transform .3s var(--ease); }
.kconsent__box .ico { width: 15px; height: 15px; stroke-width: 3; opacity: 0; }
.kconsent input:checked + .kconsent__box { background: var(--mint); border-color: var(--mint); transform: scale(1.1); }
.kconsent input:checked + .kconsent__box .ico { opacity: 1; }
.kconsent input:focus-visible + .kconsent__box { outline: 3px solid var(--sky); outline-offset: 2px; }
.kconsent.is-bad .kconsent__box { border-color: var(--coral); box-shadow: 0 0 0 4px var(--coral-50); }

.kstep--done { align-items: center; justify-content: center; text-align: center; gap: 8px; }
.kdone__bear { width: 124px; animation: bob 4s ease-in-out infinite; }
.kdone__t { font: 700 24px/1.2 var(--f-d); color: var(--navy); margin-top: 6px; }
.kdone__s { color: var(--muted); font-weight: 600; max-width: 340px; margin-bottom: 14px; }

.kform__err { margin-top: 12px; padding: 10px 14px; border-radius: 14px; background: var(--coral-50); color: var(--coral-600); font-weight: 700; font-size: 14px; text-align: center; }
.kform__nav { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 14px; min-height: 60px; }
.kform__nav .sq { flex: 1; }
.kform__nav .sq__in { width: 100%; }
.kback { display: inline-flex; align-items: center; gap: 6px; height: 54px; padding: 0 16px; margin-bottom: 6px; border-radius: 18px; font-weight: 800; color: var(--muted); transition: background .2s, color .2s; }
.kback:hover { background: var(--sky-50); color: var(--navy); }
.kback .ico { width: 18px; height: 18px; }
.kform.is-done .kform__nav, .kform.is-done .kform__err { display: none; }
.kform__trust { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 8px; font-size: 12.5px; font-weight: 700; color: var(--muted); }
.kform__trust .ico { width: 16px; height: 16px; color: var(--mint-600); }
.kform.is-busy [data-ksubmit] .sq__in { opacity: .75; }

.kwrap--compact .kform { padding: 30px 22px 18px; }
.kwrap--compact .kages { gap: 6px; }
.kwrap--compact .kage__bubble { width: 72px; height: 72px; }
.kwrap--compact .kage__bubble .ico { width: 32px; height: 32px; }
.kwrap--compact .kcards { grid-template-columns: repeat(3, 1fr); gap: 6px; }
.kwrap--compact .kcard { min-height: 78px; padding: 8px 4px; border-radius: 16px; gap: 6px; }
.kwrap--compact .kcard__ic { width: 32px; height: 32px; border-radius: 11px; }
.kwrap--compact .kcard__ic .ico { width: 19px; height: 19px; }
.kwrap--compact .kcard__l { font-size: 12px; }
.kwrap--compact .kgrid .kfield { margin-bottom: 10px; }
.kwrap--compact .kfield input, .kwrap--compact .kfield textarea { min-height: 44px; padding: 10px 13px; font-size: 14.5px; }
.kwrap--compact .kform__t { font-size: 22px; }
.kwrap--compact .kwrap__bear, .kwrap--compact .kwrap__paws { right: 30px; width: 96px; }
.kwrap--compact .kwrap__bear { top: -76px; }
.kwrap--compact .kwrap__paws { top: -30px; }

/* confetti */
.confetti { position: fixed; inset: 0; pointer-events: none; z-index: 200; overflow: hidden; }
.confetti i { position: absolute; top: var(--y); left: var(--x); width: var(--w); height: var(--h); background: var(--c); border-radius: var(--br); opacity: 0; animation: conf var(--t) linear forwards; animation-delay: var(--dl); }
@keyframes conf {
	0% { opacity: 1; transform: translate(0, 0) rotate(0); animation-timing-function: cubic-bezier(.2, .8, .4, 1); }
	35% { opacity: 1; transform: translate(calc(var(--dx) * .7), var(--up)) rotate(calc(var(--r) * .4)); animation-timing-function: cubic-bezier(.5, 0, .9, .6); }
	100% { opacity: 0; transform: translate(var(--dx), calc(var(--up) + 520px)) rotate(var(--r)); }
}

/* ------------------------------------------------------------------ ages */
.ages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.age {
	position: relative; display: flex; flex-direction: column;
	padding: 30px 30px 26px; border-radius: var(--r-l);
	background: #fff; box-shadow: var(--shadow); overflow: hidden;
	transition: transform .35s var(--ease), box-shadow .3s;
}
.age::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--t); }
.age:hover { transform: translateY(-6px); box-shadow: var(--shadow-l); }
.age__art { position: relative; height: 128px; margin-bottom: 18px; }
.age__blob { position: absolute; left: 0; top: 0; width: 128px; height: 128px; border-radius: 58% 42% 55% 45% / 48% 58% 42% 52%; background: var(--t0); animation: morph 9s ease-in-out infinite; }
@keyframes morph { 50% { border-radius: 44% 56% 42% 58% / 58% 44% 56% 42%; } }
.age__ic { position: absolute; left: 24px; top: 24px; display: grid; place-items: center; width: 80px; height: 80px; border-radius: 26px; background: #fff; color: var(--t6); box-shadow: 0 10px 24px color-mix(in srgb, var(--t) 28%, transparent); transition: transform .45s var(--ease); }
.age__ic .ico { width: 44px; height: 44px; stroke-width: 1.7; }
.age:hover .age__ic { transform: rotate(-8deg) scale(1.05); }
.age__dot { position: absolute; border-radius: 50%; background: var(--t); opacity: .5; }
.age__dot--1 { width: 14px; height: 14px; left: 150px; top: 20px; }
.age__dot--2 { width: 9px; height: 9px; left: 176px; top: 58px; opacity: .3; }
.age__dot--3 { width: 22px; height: 22px; left: 140px; top: 88px; opacity: .2; }
.age__t { font-size: 27px; font-weight: 700; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.age__t small { font: 800 13px/1 var(--f-b); padding: 6px 10px; border-radius: 99px; background: var(--t0); color: var(--t6); }
.age__lead { margin-top: 10px; color: var(--muted); min-height: 3.3em; }
.age__list { margin: 18px 0 22px; display: grid; gap: 4px; }
.age__list a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 12px; font-weight: 700; color: var(--navy); transition: background .2s, transform .2s; }
.age__list a:hover { background: var(--t0); transform: translateX(3px); }
.age__list .ico { width: 18px; height: 18px; color: var(--t6); stroke-width: 2.6; }
.age__cta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-radius: 18px; background: var(--t0); color: var(--t6); font: 700 16px/1 var(--f-d); transition: background .2s, color .2s; }
.age__cta .ico { width: 20px; height: 20px; transition: transform .3s var(--ease); }
.age__cta:hover { background: var(--t); color: #fff; }
.age__cta:hover .ico { transform: translateX(4px); }

/* ------------------------------------------------------------------ care areas */
.areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.area {
	display: flex; flex-direction: column; gap: 8px;
	padding: 22px 22px 18px; border-radius: 26px; background: #fff;
	box-shadow: var(--shadow-s); min-height: 216px;
	transition: transform .35s var(--ease), box-shadow .3s;
}
.area:hover { transform: translateY(-5px) rotate(-.6deg); box-shadow: var(--shadow); }
.area__ic { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px 18px 18px 6px; background: var(--t0); color: var(--t6); margin-bottom: 6px; transition: transform .4s var(--ease), background .25s, color .25s; }
.area__ic .ico { width: 28px; height: 28px; }
.area:hover .area__ic { background: var(--t); color: #fff; transform: rotate(-8deg); }
.area__t { font: 600 19px/1.2 var(--f-d); color: var(--navy); }
.area__d { font-size: 14.5px; line-height: 1.45; color: var(--muted); }
.area__f { margin-top: auto; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; font-weight: 800; font-size: 14px; color: var(--t6); border-top: 2px dashed var(--line); }
.area__f .ico { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.area:hover .area__f .ico { transform: translateX(4px); }

/* ------------------------------------------------------------------ approach (navy) */
.sec--approach .shead__t { color: #fff; }
.sec--approach .eyebrow { color: var(--sun); }
.approach { display: grid; grid-template-columns: 5fr 7fr; gap: 28px; align-items: stretch; }
.aquote {
	position: relative; margin: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 26px;
	padding: 34px; border-radius: var(--r-l);
	background: linear-gradient(160deg, var(--coral) 0%, #ff8f6b 100%); color: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
}
.aquote__q { width: 46px; height: 46px; opacity: .6; stroke: none; fill: #fff; }
.aquote blockquote { margin: 0; font: 600 clamp(22px, 2.3vw, 29px)/1.3 var(--f-d); }
.aquote { overflow: hidden; }
.aquote__more { font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, .92); max-width: 78%; margin-top: -8px; }
.aquote figcaption { position: relative; z-index: 1; font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .85); }
.aquote__bear { position: absolute; right: -6px; bottom: -26px; width: 150px; transform: rotate(-6deg); filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .12)); }
.ahow { padding: 34px; border-radius: var(--r-l); background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); }
.ahow h3 { color: #fff; font-size: 24px; margin-bottom: 14px; }
.ahow p { color: #c9d7ee; margin-bottom: 12px; }
.ahow__wt { margin-top: 18px; font: 800 12.5px/1 var(--f-b) !important; letter-spacing: .09em; text-transform: uppercase; color: var(--sun) !important; }
.ahow__wont { display: grid; gap: 10px; }
.ahow__wont li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: #e4ecf8; }
.ahow__wont .ico { flex: none; width: 24px; height: 24px; padding: 4px; border-radius: 50%; background: rgba(255, 116, 102, .2); color: #ffb0a6; stroke-width: 2.6; margin-top: 1px; }
.afeat { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 28px; }
.afc { display: flex; flex-direction: column; gap: 10px; padding: 26px; border-radius: 26px; background: #fff; color: var(--ink); min-height: 250px; transition: transform .35s var(--ease); }
.afc:hover { transform: translateY(-6px) rotate(-.8deg); }
.afc__ic { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 16px; background: var(--t0); color: var(--t6); }
.afc__ic .ico { width: 26px; height: 26px; }
.afc h3 { font-size: 21px; margin-top: 4px; }
.afc p { font-size: 15px; line-height: 1.55; color: var(--muted); }

/* ------------------------------------------------------------------ what we treat */
.treat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tgroup { display: flex; flex-direction: column; padding: 28px; border-radius: var(--r-l); background: var(--t0); position: relative; overflow: hidden; }
.tgroup::after { content: ""; position: absolute; right: -40px; top: -40px; width: 140px; height: 140px; border-radius: 50%; background: var(--t); opacity: .1; }
.tgroup__h { display: flex; align-items: center; gap: 14px; }
.tgroup__ic { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 17px; background: #fff; color: var(--t6); box-shadow: 0 8px 18px color-mix(in srgb, var(--t) 25%, transparent); flex: none; }
.tgroup__ic .ico { width: 27px; height: 27px; }
.tgroup h3 { font-size: 22px; }
.tgroup__p { margin: 16px 0 20px; color: #4b5b7a; font-size: 15.5px; min-height: 7.5em; }
.tgroup__pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.cpill { display: inline-flex; align-items: center; padding: 9px 15px; border-radius: 999px; background: #fff; font-weight: 800; font-size: 14px; color: var(--navy); box-shadow: 0 2px 0 color-mix(in srgb, var(--t) 30%, #fff); transition: transform .25s var(--ease), background .2s, color .2s; }
.cpill:hover { transform: translateY(-3px) rotate(-2deg); background: var(--t); color: #fff; }

/* ------------------------------------------------------------------ chips + doctors */
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: -12px 0 34px; }
.chip { padding: 10px 17px; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 2px var(--line); font-weight: 800; font-size: 14.5px; color: var(--navy); transition: background .2s, color .2s, box-shadow .2s, transform .25s var(--ease); }
.chip:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 2px #cfe0f5; }
.chip.is-on { background: var(--navy); color: #fff; box-shadow: none; }

.dgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.dcard { display: flex; flex-direction: column; border-radius: 28px; background: #fff; box-shadow: var(--shadow-s); overflow: hidden; transition: transform .35s var(--ease), box-shadow .3s; }
.dcard.is-hidden { display: none; }
.dcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.dcard__ph { position: relative; display: block; aspect-ratio: 4 / 4.2; background: var(--t0); overflow: hidden; }
.dcard__blob { position: absolute; left: 50%; top: 16%; width: 84%; aspect-ratio: 1; transform: translateX(-50%); border-radius: 58% 42% 55% 45% / 48% 58% 42% 52%; background: color-mix(in srgb, var(--t) 28%, #fff); transition: transform .5s var(--ease); animation: morph 11s ease-in-out infinite; }
.dcard:hover .dcard__blob { transform: translateX(-50%) scale(1.06); }
.dcard__img, .dcard__ph .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 8%; transition: transform .5s var(--ease-s); transform-origin: 50% 100%; }
.dcard__ph { background: linear-gradient(180deg, var(--t0) 0%, #fff 100%); }
.dcard:hover .dcard__img { transform: scale(1.04); }
.dcard__tag { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; background: #fff; color: var(--t6); box-shadow: var(--shadow-s); }
.dcard__tag .ico { width: 21px; height: 21px; }
.dcard__b { display: flex; flex-direction: column; gap: 4px; padding: 18px 20px 20px; flex: 1; }
.dcard__n { font: 600 18px/1.22 var(--f-d); color: var(--navy); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.44em; }
.dcard__s { font-weight: 800; font-size: 14px; color: var(--t6); margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.dcard__h, .dcard__l { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--muted); line-height: 1.3; }
.dcard__h { margin-top: auto; }
.dcard__h .ico, .dcard__l .ico { width: 16px; height: 16px; color: #9aabc6; }
.dcard__h { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* placeholder portrait: a bear, never an empty box */
.ph { display: grid; place-items: center; background: var(--t0, var(--sky-50)); }
.ph .bear { width: 44%; }

/* ------------------------------------------------------------------ journey */
.journey { position: relative; }
.journey__track { position: absolute; left: 10%; right: 10%; top: 36px; height: 8px; border-radius: 8px; background: repeating-linear-gradient(90deg, #dfe8f5 0 14px, transparent 14px 22px); }
.journey__fill { position: absolute; inset: 0; right: auto; width: calc(var(--j) * 100%); border-radius: 8px; background: linear-gradient(90deg, var(--coral), var(--mint), var(--sky), var(--orange), var(--lilac)); }
.journey__bear { position: absolute; top: -44px; left: calc(var(--j) * 100%); width: 46px; transform: translateX(-50%); }
.journey__bear .bear { animation: hop 1s ease-in-out infinite; }
.journey__steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.jstep { display: flex; flex-direction: column; align-items: center; text-align: center; }
.jstep__dot { position: relative; z-index: 1; display: grid; place-items: center; width: 80px; height: 80px; border-radius: 50%; background: #fff; color: var(--t6); box-shadow: 0 0 0 8px #fff, inset 0 0 0 3px var(--t0), var(--shadow); transition: transform .4s var(--ease), background .3s, color .3s; }
.jstep__dot .ico { width: 34px; height: 34px; }
.jstep:hover .jstep__dot { transform: translateY(-5px) rotate(-6deg); background: var(--t); color: #fff; }
.jstep__n { margin-top: 18px; font: 700 14px/1 var(--f-d); color: var(--t6); padding: 5px 10px; border-radius: 99px; background: var(--t0); }
.jstep h3 { margin-top: 12px; font-size: 19.5px; min-height: 2.3em; display: flex; align-items: center; }
.jstep p { margin-top: 6px; font-size: 15px; color: var(--muted); line-height: 1.55; }

/* ------------------------------------------------------------------ hospitals carousel */
.car { overflow: hidden; padding: 6px 0 26px; }
.car__track {
	display: grid; grid-auto-flow: column; grid-auto-columns: 360px; gap: 24px;
	overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
	padding: 4px max(var(--gut), calc((100vw - var(--wrap)) / 2)) 24px;
	scroll-padding: 0 max(var(--gut), calc((100vw - var(--wrap)) / 2));
}
.car__track::-webkit-scrollbar { display: none; }
.carr { display: flex; gap: 10px; flex: none; }
.carr__b { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 18px; background: #fff; color: var(--navy); box-shadow: var(--shadow-s); transition: transform .25s var(--ease), background .2s, color .2s; }
.carr__b:hover { transform: translateY(-3px); background: var(--navy); color: #fff; }
.carr__b .ico { width: 22px; height: 22px; }
.hcard { scroll-snap-align: start; display: flex; flex-direction: column; border-radius: 28px; background: #fff; overflow: hidden; box-shadow: var(--shadow-s); transition: transform .35s var(--ease), box-shadow .3s; }
.hcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.hcard__ph { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sky-50); }
.hcard__img, .hcard__ph .ph { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-s); }
.hcard:hover .hcard__img { transform: scale(1.05); }
.hcard__jci { position: absolute; left: 14px; top: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 99px; background: rgba(255, 255, 255, .94); color: var(--navy); font-weight: 800; font-size: 13px; box-shadow: var(--shadow-s); }
.hcard__jci .ico { width: 16px; height: 16px; color: var(--mint-600); }
.hcard__b { display: flex; flex-direction: column; gap: 6px; padding: 20px 22px 20px; flex: 1; }
.hcard__c { display: flex; align-items: center; gap: 6px; font-weight: 800; font-size: 13px; color: var(--coral-600); text-transform: uppercase; letter-spacing: .05em; }
.hcard__c .ico { width: 15px; height: 15px; }
.hcard__n { font: 600 20px/1.2 var(--f-d); color: var(--navy); }
.hcard__d { font-size: 14.5px; line-height: 1.5; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 4.5em; }
.hcard__f { margin-top: auto; padding-top: 12px; border-top: 2px dashed var(--line); display: flex; align-items: center; justify-content: space-between; font-weight: 800; font-size: 14px; color: var(--navy); }
.hcard__f .ico { width: 18px; height: 18px; color: var(--coral); }

/* ------------------------------------------------------------------ generic cards */
.pgrid { display: grid; gap: 26px; }
.pgrid--3 { grid-template-columns: repeat(3, 1fr); }
.pgrid--4 { grid-template-columns: repeat(4, 1fr); }
.pcard { display: flex; flex-direction: column; border-radius: 28px; background: #fff; overflow: hidden; box-shadow: var(--shadow-s); transition: transform .35s var(--ease), box-shadow .3s; }
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pcard__ph { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--t0); }
.pcard__img, .pcard__ph .ph { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-s); }
.pcard:hover .pcard__img { transform: scale(1.05); }
.pcard__k { position: absolute; left: 14px; top: 14px; display: inline-flex; align-items: center; gap: 6px; max-width: calc(100% - 28px); padding: 7px 12px 7px 8px; border-radius: 99px; background: rgba(255, 255, 255, .95); color: var(--t6); font-weight: 800; font-size: 12.5px; box-shadow: var(--shadow-s); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pcard__k .ico { width: 16px; height: 16px; }
.pcard__b { display: flex; flex-direction: column; gap: 8px; padding: 20px 22px 20px; flex: 1; }
.pcard__t { font: 600 20px/1.22 var(--f-d); color: var(--navy); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.44em; }
.pcard__d { font-size: 15px; line-height: 1.55; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 4.65em; }
.pcard__f { margin-top: auto; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; border-top: 2px dashed var(--line); font-weight: 800; font-size: 14px; color: var(--t6); }
.pcard__f span { display: inline-flex; align-items: center; gap: 6px; }
.pcard__f .ico { width: 17px; height: 17px; }

/* ------------------------------------------------------------------ faq */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.faq__col { display: grid; gap: 16px; }
.qa { border-radius: 22px; background: #fff; box-shadow: var(--shadow-s); overflow: hidden; transition: box-shadow .3s; }
.qa[open] { box-shadow: var(--shadow); }
.qa summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; cursor: pointer; list-style: none; font: 600 17.5px/1.35 var(--f-d); color: var(--navy); min-height: 84px; }
.qa summary::-webkit-details-marker { display: none; }
.qa__pm { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border-radius: 12px; background: var(--coral-50); color: var(--coral-600); transition: transform .35s var(--ease), background .2s, color .2s; }
.qa__pm .ico { width: 20px; height: 20px; }
.qa[open] .qa__pm { transform: rotate(135deg); background: var(--coral); color: #fff; }
.qa__a { padding: 0 22px 20px; color: #4b5b7a; font-size: 15.5px; }
.qa__a p + p { margin-top: 10px; }

/* ------------------------------------------------------------------ closing CTA */
.sec--cta { padding-top: 110px; }
.ctacard {
	position: relative; display: grid; grid-template-columns: 250px 1fr; gap: 40px; align-items: center;
	padding: 46px 56px; border-radius: 0 0 40px 40px;
	background: linear-gradient(135deg, #fff7e6 0%, #ffeef0 55%, #eaf5ff 100%);
	box-shadow: var(--shadow);
}
.ctacard__cloud { position: absolute; left: 0; right: 0; top: -34px; height: 35px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 28' preserveAspectRatio='none'%3E%3Cpath fill='%23fff7e6' d='M0 28V18C0 8 10 4 20 6c6-8 22-10 32-2 8-8 26-8 34 2 10-10 30-8 36 4 8-8 22-8 30 0 8-10 28-12 38 0 10-8 24-6 30 4 10-10 30-10 38 0 8-6 20-6 28 2 10-10 30-10 36 2 8-8 24-8 32 0 10-8 26-6 32 4 8-8 20-8 28-2 8-8 22-6 28 2 8-6 18-4 22 4 6-2 16 0 16 8v4z'/%3E%3C/svg%3E") 0 0/100% 100% no-repeat; }
.ctacard__art .bear { width: 210px; margin: -90px auto -20px; animation: bob 5s ease-in-out infinite; }
.ctacard h2 { font-size: clamp(28px, 3vw, 38px); margin-top: 10px; }
.ctacard p { margin-top: 12px; color: #4b5b7a; max-width: 620px; }
.ctacard__btns { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 26px; }

/* ------------------------------------------------------------------ footer */
.site-footer { margin-top: 90px; }
.site-footer__body { background: var(--navy); color: #b9c9e3; padding: 36px 0 30px; }
.fgrid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.fcol h3 { font: 600 17px/1.2 var(--f-d); color: #fff; margin-bottom: 16px; }
.fcol ul { display: grid; gap: 10px; }
.fcol li a { font-weight: 600; font-size: 15px; transition: color .2s; }
.fcol li a:hover { color: var(--sun); }
.fcol--brand p { margin: 18px 0 20px; font-size: 15px; max-width: 380px; }

.fcontact { display: flex; flex-wrap: wrap; gap: 10px; }
.fpill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 16px; background: rgba(255, 255, 255, .08); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); color: #fff; font-weight: 800; font-size: 14.5px; transition: background .2s, transform .25s var(--ease); }
.fpill:hover { background: rgba(255, 255, 255, .16); transform: translateY(-2px); }
.fpill .ico { width: 18px; height: 18px; color: var(--sun); }
.fbottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13.5px; }
.fbottom p:first-child { max-width: 760px; }
.fbottom__bear { display: inline-flex; align-items: center; gap: 10px; flex: none; font-weight: 700; color: #fff; }
.fbottom__bear .bear { width: 34px; }

/* WhatsApp — the familiar green circle with the official glyph */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 70; display: flex; align-items: center; gap: 10px; }
.wa-float__btn { position: relative; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 8px 22px rgba(37, 211, 102, .45), 0 2px 6px rgba(0, 0, 0, .12); transition: transform .25s var(--ease), background .2s; }
.wa-float__btn .ico { width: 32px; height: 32px; }
.wa-float__btn::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: 50%; background: #25d366; animation: waPulse 2.6s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: .5; } 80%, 100% { transform: scale(1.65); opacity: 0; } }
.wa-float__label { padding: 9px 15px; border-radius: 99px; background: #fff; color: #075e54; font-weight: 800; font-size: 14px; white-space: nowrap; box-shadow: var(--shadow); opacity: 0; transform: translateX(10px); pointer-events: none; transition: opacity .2s, transform .3s var(--ease); }
.wa-float:hover .wa-float__label, .wa-float:focus-visible .wa-float__label { opacity: 1; transform: none; }
.wa-float:hover .wa-float__btn { transform: scale(1.07); background: #1ebe5b; }

/* ==========================================================================
   Inner pages
   ========================================================================== */
.phero { position: relative; padding: 56px 0 0; background: linear-gradient(180deg, #eaf5ff 0%, #fffaf1 100%); overflow: hidden; }
.phero .wave { margin-top: 34px; }
.phero__in { position: relative; z-index: 1; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--muted); margin-bottom: 18px; }
.crumbs a { color: var(--navy); }
.crumbs a:hover { color: var(--coral); }
.crumbs i { width: 5px; height: 5px; border-radius: 50%; background: var(--coral); opacity: .6; }
.phero__t { font-size: clamp(34px, 4.4vw, 56px); font-weight: 700; max-width: 900px; }
.phero__s { margin-top: 14px; font-size: 19px; color: #3c4d70; max-width: 760px; }
.phero__deco { position: absolute; right: 4%; top: 30px; width: 170px; opacity: .95; }
.phero__deco .bear { animation: bob 6s ease-in-out infinite; }
.phero__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.mchip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 99px; background: #fff; box-shadow: var(--shadow-s); font-weight: 800; font-size: 14px; color: var(--navy); }
.mchip .ico { width: 17px; height: 17px; color: var(--coral); }
.mchip.tone-mint .ico, .mchip.tone-sky .ico { color: var(--t6); }

.layout { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 56px; align-items: start; padding-top: 40px; padding-bottom: 20px; }
.layout--full { grid-template-columns: 1fr; }
.rail { position: sticky; top: 110px; display: grid; gap: 22px; padding-top: 58px; }
.rail .kwrap { height: auto; }

.quick { position: relative; display: flex; gap: 18px; padding: 24px 26px; border-radius: 26px; background: var(--mint-50); box-shadow: inset 0 0 0 2px #c2eedf; margin-bottom: 34px; }
.quick__ic { display: grid; place-items: center; flex: none; width: 48px; height: 48px; border-radius: 16px; background: #fff; color: var(--mint-600); }
.quick__ic .ico { width: 26px; height: 26px; }
.quick__t { font: 800 12.5px/1 var(--f-b); letter-spacing: .09em; text-transform: uppercase; color: var(--mint-600); margin-bottom: 8px; }
.quick p { font-size: 17px; color: var(--navy); font-weight: 600; }

.prose { font-size: 17.5px; line-height: 1.75; color: #33436a; }
.prose > * + * { margin-top: 1.05em; }
.prose h2 { font-size: 30px; margin-top: 1.6em; }
.prose h3 { font-size: 23px; margin-top: 1.5em; }
.prose ul, .prose ol { padding-left: 0; display: grid; gap: 10px; }
.prose ul li { position: relative; padding-left: 30px; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: .6em; width: 12px; height: 12px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px var(--sun-50); }
.prose ol { counter-reset: n; }
.prose ol li { position: relative; padding-left: 40px; counter-increment: n; }
.prose ol li::before { content: counter(n); position: absolute; left: 0; top: .1em; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 10px; background: var(--coral-50); color: var(--coral-600); font: 700 14px/1 var(--f-d); }
.prose a { color: var(--sky-600); font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.prose strong { color: var(--navy); }
.prose img { border-radius: 24px; }
.prose blockquote { margin: 1.4em 0; padding: 20px 24px; border-radius: 22px; background: var(--cream); font-family: var(--f-d); font-size: 20px; color: var(--navy); }

.box { padding: 26px; border-radius: 28px; background: #fff; box-shadow: var(--shadow-s); }
.box__t { display: flex; align-items: center; gap: 10px; font: 600 20px/1.2 var(--f-d); color: var(--navy); margin-bottom: 16px; }
.box__t .ico { width: 24px; height: 24px; color: var(--coral); }
.facts { display: grid; gap: 10px; }
.facts li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 14px; border-radius: 14px; background: var(--cream); font-size: 15px; }
.facts b { color: var(--navy); font-weight: 800; text-align: right; }
.facts span { color: var(--muted); font-weight: 700; }
.ticks { display: grid; gap: 10px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; color: #3c4d70; }
.ticks .ico { flex: none; width: 22px; height: 22px; padding: 3px; border-radius: 8px; background: var(--mint-50); color: var(--mint-600); stroke-width: 2.8; margin-top: 2px; }
.ticks--alert .ico { background: var(--coral-50); color: var(--coral-600); }

.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 34px 0; align-items: stretch; }

.notice { display: flex; gap: 14px; align-items: flex-start; margin-top: 40px; padding: 18px 20px; border-radius: 20px; background: var(--sky-50); font-size: 14px; color: #4b5b7a; font-weight: 600; }
.notice .ico { flex: none; width: 22px; height: 22px; color: var(--sky-600); }

/* doctor profile */
.dprof { display: grid; grid-template-columns: 330px 1fr; gap: 44px; align-items: end; }
.dprof__ph { position: relative; aspect-ratio: 4 / 4.6; border-radius: 40% 40% 32px 32px / 30% 30% 32px 32px; overflow: hidden; background: radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--t) 30%, #fff) 0 38%, var(--t0) 38.5%); box-shadow: var(--shadow); }
.dprof__ph img, .dprof__ph .ph { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; }
.dprof__ph::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .7); pointer-events: none; }
.dprof__b { padding-bottom: 12px; }
.dprof .phero__t { font-size: clamp(32px, 3.8vw, 48px); }
.dprof__spec { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; padding: 8px 14px; border-radius: 99px; background: var(--t0); color: var(--t6); font-weight: 800; }
.dprof__spec .ico { width: 18px; height: 18px; }
.dprof__btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }

.hlist { display: grid; gap: 10px; }
.hlist a { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 16px; background: var(--cream); font-weight: 700; color: var(--navy); transition: transform .25s var(--ease); }
.hlist a:hover { transform: translateX(4px); }
.hlist img, .hlist .ph { width: 64px; height: 48px; border-radius: 12px; object-fit: cover; flex: none; }
.hlist small { display: block; color: var(--muted); font-weight: 700; font-size: 13px; }

.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 8px 13px; border-radius: 99px; background: var(--sky-50); color: var(--navy); font-weight: 700; font-size: 14px; }

/* archives */
.arch { padding-top: 40px; padding-bottom: 10px; }
.arch__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.arch__count { font-weight: 800; color: var(--muted); }
.arch .chips { justify-content: flex-start; margin: 0; }
.arch .ksearch { max-width: 520px; height: 64px; }
.arch .ksearch__mascot, .arch .ksearch__go { width: 48px; height: 48px; }
.arch .ksearch__mascot .bear { width: 38px; }
.azlist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.azg { padding: 22px; border-radius: 26px; background: #fff; box-shadow: var(--shadow-s); }
.azg h2 { font-size: 26px; color: var(--coral); margin-bottom: 10px; }
.azg a { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: 12px; font-weight: 700; color: var(--navy); }
.azg a:hover { background: var(--cream); }
.azg .ico { width: 16px; height: 16px; color: var(--coral); }

.pager { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.pager .page-numbers { display: grid; place-items: center; min-width: 46px; height: 46px; padding: 0 14px; border-radius: 16px; background: #fff; box-shadow: var(--shadow-s); font-weight: 800; color: var(--navy); }
.pager .current { background: var(--navy); color: #fff; }

.empty { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; padding: 60px 20px; }
.empty .bear { width: 140px; }
.empty h2 { font-size: 30px; }
.empty p { color: var(--muted); max-width: 520px; }

/* scroll reveal */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease-s), transform .8s var(--ease-s); }
.rv.is-in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1240px) {
	.nav__link { padding: 10px 10px; font-size: 15px; }
	.hero__grid { grid-template-columns: minmax(0, 1fr) 460px; gap: 44px; }
	.site-header__cta { display: none; }
}
@media (max-width: 1100px) {
	.topbar__facts span:nth-of-type(n+3), .topbar__facts i:nth-of-type(n+2) { display: none; }
	.hbtn--menu { display: grid; }
	.nav { position: absolute; top: 100%; left: 0; right: 0; margin: 0; max-height: calc(100vh - 110px); overflow: auto; background: #fff; padding: 16px var(--gut) 26px; box-shadow: var(--shadow-l); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, transform .3s var(--ease-s), visibility .2s; }
	.nav.is-open { opacity: 1; visibility: visible; transform: none; }
	.nav__list { flex-direction: column; align-items: stretch; }
	.nav__link { width: 100%; padding: 14px; font-size: 17px; justify-content: space-between; }
	.mega { position: static; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 4px 0 10px; display: none; }
	.nav__item--mega:focus-within .mega, .nav__item--mega:hover .mega { display: block; }
	.mega__grid { grid-template-columns: 1fr 1fr; }
	.site-header__act { margin-left: auto; }
	.hero__grid { grid-template-columns: 1fr; gap: 90px; }
	.hero__copy { gap: 30px; }
	.hero__form { max-width: 620px; width: 100%; margin: 0 auto; }
	.areas { grid-template-columns: repeat(3, 1fr); }
	.afeat { grid-template-columns: repeat(2, 1fr); }
	.approach { grid-template-columns: 1fr; }
	.dgrid, .pgrid--4 { grid-template-columns: repeat(3, 1fr); }
	.journey__track { display: none; }
	.journey__steps { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
	.fgrid { grid-template-columns: 1fr 1fr; }
	.layout { grid-template-columns: 1fr; }
	.rail { position: static; padding-top: 70px; }
}
@media (max-width: 860px) {
	body { font-size: 16px; }
	.sec { padding: 72px 0; }
	.ages, .treat, .pgrid--3 { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
	.tgroup__p, .age__lead { min-height: 0; }
	.areas, .dgrid, .pgrid--4, .azlist { grid-template-columns: repeat(2, 1fr); }
	.hstats { grid-template-columns: repeat(2, 1fr); }
	.faq { grid-template-columns: 1fr; }
	.ctacard { grid-template-columns: 1fr; text-align: center; padding: 30px 26px 36px; }
	.ctacard__art .bear { width: 150px; margin: -80px auto 0; }
	.ctacard__btns { justify-content: center; }
	.ctacard p { margin-inline: auto; }
	.shead-row { flex-direction: column; align-items: flex-start; }
	.dprof { grid-template-columns: 1fr; }
	.dprof__ph { max-width: 300px; }
	.twocol { grid-template-columns: 1fr; }
	.phero__deco { display: none; }
	.hplane, .cloud--3 { display: none; }
}
@media (max-width: 600px) {
	:root { --gut: 16px; }
	.topbar__facts { display: none; }
	.topbar__in { justify-content: center; }
	.site-header__in { min-height: 66px; gap: 12px; }
	.brand__mark { width: 112px; }
	.brand__child { font-size: 20px; padding: 2px 9px 4px; }
	.hero { padding-top: 40px; }
	.hero__t { font-size: 42px; }
	.hero__lede { font-size: 17px; }
	.ksearch { height: 64px; gap: 8px; }
	.ksearch__mascot, .ksearch__go { width: 48px; height: 48px; }
	.ksearch__mascot .bear { width: 38px; }
	.ksearch__in { font-size: 15px; }
	.hstat { min-height: 118px; }
	.kform { padding: 30px 18px 18px; }
	.kages { gap: 6px; }
	.kage__bubble { width: 78px; height: 78px; }
	.kage__bubble .ico { width: 34px; height: 34px; }
	.kcards { grid-template-columns: repeat(2, 1fr); }
	.kgrid { grid-template-columns: 1fr; }
	.ktips { grid-template-columns: 1fr 1fr; }
	.kwrap__bear, .kwrap__paws { right: 24px; width: 96px; }
	.kwrap__bear { top: -76px; }
	.kwrap__paws { top: -30px; }
	.kform__nav .sq__in { padding: 0 14px; font-size: 15px; }
	.areas, .dgrid, .pgrid--4, .azlist { grid-template-columns: 1fr; }
	.afeat { grid-template-columns: 1fr; }
	.journey__steps { grid-template-columns: 1fr; }
	.car__track { grid-auto-columns: 84%; }
	.fgrid { grid-template-columns: 1fr; }
	.fbottom { flex-direction: column; align-items: flex-start; }
	.aquote, .ahow { padding: 26px; }
	.wave { height: 40px; }
	.wa-float { right: 14px; bottom: 14px; }
	.wa-float__btn { width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
	.kpill { opacity: 1; transform: none; }
	.rv { opacity: 1; transform: none; }
}
[data-filter-grid] .is-hidden { display: none !important; }

/* ------------------------------------------------------------------ good to know */
.sec--know { padding-top: 40px; }
.know { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.kn { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 28px 26px 26px; border-radius: 28px; background: #fff; box-shadow: var(--shadow-s); overflow: hidden; transition: transform .35s var(--ease), box-shadow .3s; }
.kn:hover { transform: translateY(-5px) rotate(-.5deg); box-shadow: var(--shadow); }
.kn__n { position: absolute; right: 18px; top: 8px; font: 700 64px/1 var(--f-d); color: var(--t0); pointer-events: none; }
.kn__ic { position: relative; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 16px 16px 16px 6px; background: var(--t); color: #fff; box-shadow: 0 8px 18px color-mix(in srgb, var(--t) 35%, transparent); }
.kn__ic .ico { width: 26px; height: 26px; }
.kn h3 { position: relative; font-size: 20px; margin-top: 6px; }
.kn p { font-size: 15px; line-height: 1.6; color: var(--muted); }

.jtravel { display: flex; align-items: center; gap: 18px; margin-top: 50px; padding: 18px 22px; border-radius: 24px; background: var(--sky-50); box-shadow: inset 0 0 0 2px #d6e9ff; }
.jtravel__ic { display: grid; place-items: center; flex: none; width: 48px; height: 48px; border-radius: 16px; background: #fff; color: var(--sky-600); }
.jtravel__ic .ico { width: 24px; height: 24px; }
.jtravel p { flex: 1; color: #3c4d70; font-weight: 600; }
.jtravel b { color: var(--navy); }
.jtravel__a { display: inline-flex; align-items: center; gap: 8px; flex: none; padding: 12px 16px; border-radius: 16px; background: #fff; font-weight: 800; color: var(--navy); box-shadow: var(--shadow-s); }
.jtravel__a .ico { width: 18px; height: 18px; color: var(--coral); }
@media (max-width: 1100px) { .know { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) { .jtravel { flex-direction: column; text-align: center; } }
@media (max-width: 600px) { .know { grid-template-columns: 1fr; } }
.vid { position: relative; margin-top: 30px; aspect-ratio: 16 / 9; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); background: var(--navy); }
.vid iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tag--link { transition: background .2s, color .2s; }
.tag--link:hover { background: var(--coral); color: #fff; }
.sq--none::before, .sq--none::after { display: none; }

/* ------------------------------------------------------------------ hero on tablets & phones:
   copy → search → the form → numbers, and the form grows with its step */
@media (max-width: 1100px) {
	.hero__grid { gap: 26px; }
	.hero__copy { display: contents; }
	.hero__top { order: 1; }
	.hero__search { order: 2; }
	.hero__form { order: 3; margin-top: 92px; }
	.hstats { order: 4; }
	.kwrap { height: auto; }
}
@media (max-width: 600px) {
	.hstar, .hballoon, .cloud--2 { display: none; }
	.hstats { gap: 10px; }
	.hstat { min-height: 0; padding: 14px; }
	.hstat b { font-size: 26px; }
}

@media (max-width: 1100px) {
	.nav__item--cta { display: block; margin-top: 12px; }
	.nav__item--cta .sq, .nav__item--cta .sq__in { width: 100%; }
}

/* side-column forms size to the current step (nothing to line up with there) */
.kwrap--compact .kform__steps { display: block; }
.kwrap--compact .kstep:not(.is-active) { display: none; }
.kwrap--compact .kstep { transform: none !important; }

/* ==========================================================================
   Round 2
   ========================================================================== */

/* ---- friends around the wordmark */
.brand__layer { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.brand__layer--back { z-index: 0; }
.brand__layer--front { z-index: 2; }
.lf--panda { animation: pandaClimb 5.5s ease-in-out infinite; }
@keyframes pandaClimb { 0%, 100% { transform: translate(0, 0); } 45% { transform: translate(7px, -14px); } 55% { transform: translate(7px, -14px); } }
.lf--bunny { animation: bunnyPeek 7s ease-in-out infinite; }
@keyframes bunnyPeek { 0%, 58%, 100% { transform: translateY(0); } 66%, 74% { transform: translateY(18px); } 82% { transform: translateY(-4px); } 88% { transform: translateY(0); } }
.lf__ears { transform-origin: 408px -24px; animation: earTwitch 3.4s ease-in-out infinite; }
@keyframes earTwitch { 0%, 80%, 100% { transform: rotate(0); } 85% { transform: rotate(-7deg); } 90% { transform: rotate(5deg); } }
.lf--balloon { transform-origin: 1031px 78px; animation: balloonSway 4.6s ease-in-out infinite; }
@keyframes balloonSway { 0%, 100% { transform: rotate(-3deg); } 50% { transform: rotate(3.5deg); } }
.brand:hover .lf--bunny { animation-duration: 2.4s; }
.brand:hover .lf--balloon { animation-duration: 1.6s; }

/* ---- reading progress: a little road under the header, a bear walks it */
.road { position: absolute; left: 0; right: 0; bottom: -3px; height: 5px; z-index: 0; pointer-events: none; background: repeating-linear-gradient(90deg, #dfe7f3 0 10px, transparent 10px 17px); }
.road__fill { position: absolute; top: 0; bottom: 0; left: 0; width: calc(var(--sp, 0) * 100%); border-radius: 0 5px 5px 0; background: linear-gradient(90deg, var(--coral), var(--sun) 35%, var(--mint) 70%, var(--sky)); }
/* the bear rides the tip of the colour, feet on the road — clamped so he never hangs off an edge */
.road__bear { position: absolute; top: calc(100% - 4px); left: clamp(13px, calc(var(--sp, 0) * 100%), calc(100% - 13px)); width: 26px; transform: translateX(-50%); filter: drop-shadow(0 2px 3px rgba(1, 45, 116, .18)); }
.road__bear .bear { display: block; animation: hop .5s ease-in-out infinite paused; }
.site-header.is-walking .road__bear .bear { animation-play-state: running; }

/* ---- hero: everything in the first screen */
.hero { padding-top: 48px; }
.hero .wave { margin-top: 18px; }
.hero__grid { grid-template-columns: minmax(0, 1fr) 470px; gap: 56px; }
.hero__copy { gap: 18px; padding-top: 0; }
.hero__t { margin-top: 14px; font-size: clamp(40px, 4.4vw, 58px); }
.hero__lede { margin-top: 12px; font-size: 17px; line-height: 1.55; max-width: 560px; }
.ksearch { height: 68px; }
.ksearch__mascot, .ksearch__go { width: 52px; height: 52px; }
.ksearch__mascot .bear { width: 42px; }
.hstat { min-height: 0; padding: 13px 14px 12px; flex-direction: row; align-items: center; gap: 10px; border-radius: 20px 20px 20px 8px; }
.hstat__ic { margin: 0; flex: none; }
.hstat > b { font-size: 25px; }
.hstat > span:last-child { font-size: 12.5px; }
.hstat { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 10px; row-gap: 1px; }
.hstat__ic { grid-row: 1 / 3; }

/* form — one fixed size for every step, small enough to sit in the first screen */
.kwrap__bear { top: -70px; width: 96px; right: 50px; }
.kwrap__paws { top: -30px; width: 96px; right: 50px; }
.kform { padding: 18px 24px 14px; }
.kform__t { font-size: 22px; }
.kform__s { margin-top: 3px; font-size: 13.5px; }
.kprog { margin: 6px 6px 0; padding-top: 26px; }
.kprog__track { top: 38px; }
.kprog__stop > span { width: 26px; height: 26px; font-size: 12.5px; }
.kprog__stop em { font-size: 10.5px; }
.kprog__walker { width: 34px; top: -6px; }
.kform__steps { margin-top: 6px; }
.kstep__q { font-size: 17px; margin: 0 0 10px; }
.kage__bubble { width: 66px; height: 66px; }
.kage__bubble .ico { width: 31px; height: 31px; }
.kage__l { margin-top: 6px; font-size: 14.5px; }
.kage__r { font-size: 12px; }
.kfield { margin-top: 10px; gap: 4px; }
.kfield label { font-size: 12.5px; }
.kfield input, .kfield textarea { min-height: 42px; height: 42px; padding: 9px 13px; border-radius: 13px; font-size: 14.5px; }
.kgrid .kfield { margin-bottom: 8px; }
.ktips { grid-template-columns: 1fr 1fr; margin-top: 10px; padding-top: 0; }
.ktips li { padding: 8px 10px; font-size: 12.5px; }
.kcards { gap: 7px; }
.kcard { flex-direction: row; justify-content: flex-start; text-align: left; min-height: 56px; padding: 7px 9px; gap: 8px; border-radius: 16px; }
.kcard__ic { width: 32px; height: 32px; border-radius: 11px; flex: none; }
.kcard__ic .ico { width: 19px; height: 19px; }
.kcard__l { font-size: 12.5px; }
.kconsent { font-size: 12px; margin-top: 0; line-height: 1.35; }
.kconsent__box { width: 20px; height: 20px; }
.kform__nav { margin-top: 10px; min-height: 54px; }
.kform__nav .sq__in { min-height: 48px; font-size: 15.5px; }
.kback { height: 48px; }
.kform__trust { margin-top: 4px; font-size: 11.5px; }
.kdone__bear { width: 90px; }
.kdone__t { font-size: 21px; margin-top: 0; }
.kdone__s { font-size: 14px; margin-bottom: 10px; }
.kform__err { bottom: 84px; }

/* the age bubbles never sit still for long */
.kage { animation: ageHop 4.2s ease-in-out infinite; }
.kage:nth-child(2) { animation-delay: .7s; }
.kage:nth-child(3) { animation-delay: 1.4s; }
.kage:hover, .kage:has(input:checked) { animation-play-state: paused; }
@keyframes ageHop {
	0%, 62%, 100% { transform: translate(0, 0) rotate(0); }
	68% { transform: translate(0, -9px) rotate(-3deg); }
	74% { transform: translate(0, 0) rotate(0); }
	79% { transform: translate(0, -4px) rotate(2deg); }
	84% { transform: translate(-2px, 0) rotate(-1deg); }
	90% { transform: translate(2px, 0) rotate(1deg); }
}
.kage__bubble .ico { animation: iconWiggle 4.2s ease-in-out infinite; animation-delay: inherit; }
.kage:nth-child(2) .kage__bubble .ico { animation-delay: .7s; }
.kage:nth-child(3) .kage__bubble .ico { animation-delay: 1.4s; }
@keyframes iconWiggle { 0%, 64%, 100% { transform: rotate(0); } 70% { transform: rotate(-12deg); } 76% { transform: rotate(9deg); } 82% { transform: rotate(0); } }

/* compact (side column) forms keep the same rule: one size for every step */
.kwrap--compact .kform__steps { display: grid; }
.kwrap--compact .kstep:not(.is-active) { display: flex; }
.kwrap--compact .kstep { transform: translateX(26px) !important; }
.kwrap--compact .kstep.is-active { transform: none !important; }
.kwrap--compact .kcards { grid-template-columns: 1fr 1fr; }
.kwrap--compact .kcard { min-height: 52px; flex-direction: row; justify-content: flex-start; text-align: left; padding: 7px 8px; }
.kwrap--compact .kgrid { grid-template-columns: 1fr 1fr; }
.kwrap--compact .kwrap__bear { top: -70px; right: 34px; width: 92px; }
.kwrap--compact .kwrap__paws { top: -29px; right: 34px; width: 92px; }

/* a message must not change the card's size: it floats above the buttons */
.kform__err { position: absolute; left: 22px; right: 22px; bottom: 92px; z-index: 6; margin: 0; box-shadow: 0 10px 24px rgba(232, 86, 74, .18); animation: pop .3s var(--ease); }

.hero .wrap { max-width: calc((var(--wrap) + var(--gut) * 2) / var(--hz, 1)); padding-left: calc(var(--gut) / var(--hz, 1)); padding-right: calc(var(--gut) / var(--hz, 1)); }

.kfield input::placeholder { color: #8b9ab5; font-weight: 600; opacity: 1; }
.kfield { gap: 0; }
.kstep[data-kstep="1"] .kfield { margin-top: 12px; }
.kgrid .kfield { margin-bottom: 9px; }

/* ---- age cards: every condition row is plainly a button */
.age__list { gap: 8px; margin: 18px 0 20px; }
.age__list a {
	justify-content: space-between; gap: 12px; padding: 10px 10px 10px 16px; border-radius: 16px;
	background: var(--t0); font-weight: 800;
	box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--t) 22%, #fff), 0 3px 0 color-mix(in srgb, var(--t) 28%, #fff);
	transition: background .2s, color .2s, box-shadow .2s, transform .2s var(--ease);
}
.age__go { display: grid; place-items: center; flex: none; width: 30px; height: 30px; border-radius: 50%; background: #fff; color: var(--t6); box-shadow: 0 2px 6px color-mix(in srgb, var(--t) 25%, transparent); transition: transform .3s var(--ease), color .2s; }
.age__go .ico { width: 16px; height: 16px; stroke-width: 2.5; color: inherit; }
.age__list a:hover { background: var(--t); color: #fff; transform: translateY(-2px); box-shadow: 0 5px 0 var(--t6); }
.age__list a:hover .age__go { transform: translateX(3px) rotate(-8deg); }
.age__list a:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--t6); }

/* ---- care areas as clouds */
.areas { row-gap: 70px; padding-top: 44px; }
.area { position: relative; border-radius: 0 0 30px 30px; padding-top: 26px; box-shadow: none; filter: drop-shadow(0 12px 18px rgba(1, 45, 116, .08)) drop-shadow(0 2px 3px rgba(1, 45, 116, .05)); }
.area:hover { box-shadow: none; filter: drop-shadow(0 18px 26px rgba(1, 45, 116, .13)) drop-shadow(0 2px 3px rgba(1, 45, 116, .05)); }
.area__cloud {
	position: absolute; left: 0; right: 0; bottom: calc(100% - 1px); height: 50px; pointer-events: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 50' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 50C0 36 8 28 20 29C22 16 36 8 50 11C58-2 86-4 98 8C106 1 122 2 128 12C138 5 154 8 158 18C168 12 184 14 188 24C198 17 216 18 222 28C232 21 252 22 258 32C268 27 284 30 288 38C296 38 300 44 300 50Z'/%3E%3C/svg%3E") 0 100% / 100% 100% no-repeat;
	transform-origin: 50% 100%; transition: transform .45s var(--ease);
}
.area:hover .area__cloud { transform: scaleY(1.1); }
.area__ic { position: absolute; top: -36px; left: calc(24.6% - 28px); width: 56px; height: 56px; border-radius: 50%; margin: 0; box-shadow: 0 6px 14px color-mix(in srgb, var(--t) 25%, transparent); background: #fff; }
.area__ic::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--t0); z-index: -1; }
.area__ic { isolation: isolate; }
.area__t { margin-top: 10px; }

/* ---- approach: the coral card leads, four cards in its language beside it */
.shead--wide { max-width: 1100px; margin-bottom: 30px; }
.sec--approach .shead__t { font-size: clamp(26px, 2.6vw, 34px); }
.appr { display: grid; grid-template-columns: 5fr 7fr; grid-template-rows: 1fr auto; gap: 18px; }
.appr .aquote { grid-row: 1 / 3; justify-content: flex-start; gap: 14px; padding: 30px 30px 26px; }
.aquote__eb { position: relative; z-index: 1; font: 800 12px/1.35 var(--f-b); letter-spacing: .09em; text-transform: uppercase; color: rgba(255, 255, 255, .88); max-width: 85%; }
.appr .aquote__q { width: 40px; height: 40px; }
.appr .aquote blockquote { font-size: clamp(21px, 2.05vw, 27px); }
.appr .aquote__more { margin-top: auto; max-width: 64%; font-size: 15px; }
.appr .aquote__bear { width: 150px; right: -6px; bottom: -22px; }
.appr__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pcc {
	position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; gap: 8px;
	padding: 22px 22px 20px; border-radius: 30px; color: #fff;
	background: linear-gradient(150deg, var(--t) 0%, color-mix(in srgb, var(--t) 68%, var(--t6)) 100%);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
	transition: transform .35s var(--ease);
}
.pcc:hover { transform: translateY(-5px) rotate(-.6deg); }
.pcc__ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 15px 15px 15px 5px; background: rgba(255, 255, 255, .95); color: var(--t6); }
.pcc__ic .ico { width: 24px; height: 24px; }
.pcc__ghost { position: absolute; right: -16px; bottom: -18px; z-index: -1; width: 118px; height: 118px; color: #fff; opacity: .18; stroke-width: 1.3; }
.pcc h3 { color: inherit; font-size: 20px; margin-top: 2px; }
.pcc p { font-size: 14.5px; line-height: 1.5; opacity: .95; }
.pcc.tone-sun { color: var(--navy); }
.pcc.tone-sun .pcc__ghost { color: var(--navy); opacity: .08; }
.appr__wont { grid-column: 2; display: flex; align-items: center; gap: 16px; padding: 14px 18px; border-radius: 24px; background: rgba(255, 255, 255, .07); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); }
.appr__wt { display: flex; align-items: center; gap: 8px; flex: none; max-width: 120px; font: 800 12px/1.25 var(--f-b); letter-spacing: .09em; text-transform: uppercase; color: var(--sun); }
.appr__wt .ico { width: 22px; height: 22px; flex: none; }
.appr__wont ul { display: flex; flex-wrap: wrap; gap: 8px; }
.appr__wont li { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px 7px 7px; border-radius: 99px; background: rgba(255, 255, 255, .1); color: #e8eef9; font-weight: 700; font-size: 13.5px; }
.appr__wont li .ico { width: 20px; height: 20px; padding: 4px; border-radius: 50%; background: var(--coral); color: #fff; stroke-width: 3.2; flex: none; }

/* ---- what we treat: tabs + one row of photo cards */
.wwt__tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.wtab {
	display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 22px; background: #fff; text-align: left;
	box-shadow: inset 0 0 0 2px var(--line), 0 4px 0 var(--line);
	transition: background .2s, box-shadow .2s, transform .2s var(--ease);
}
.wtab:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--t) 40%, #fff), 0 4px 0 color-mix(in srgb, var(--t) 45%, #fff); }
.wtab.is-on { background: var(--t); box-shadow: 0 4px 0 var(--t6), 0 14px 28px color-mix(in srgb, var(--t) 32%, transparent); }
.wtab__ic { display: grid; place-items: center; flex: none; width: 46px; height: 46px; border-radius: 15px; background: var(--t0); color: var(--t6); }
.wtab__ic .ico { width: 25px; height: 25px; }
.wtab.is-on .wtab__ic { background: #fff; }
.wtab__t { flex: 1; font: 700 18px/1.2 var(--f-d); color: var(--navy); }
.wtab__t small { display: block; margin-top: 3px; font: 700 13px/1.3 var(--f-b); color: var(--muted); }
.wtab.is-on .wtab__t, .wtab.is-on .wtab__t small { color: #fff; }
.wtab__n { display: grid; place-items: center; flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--t0); color: var(--t6); font: 700 14px/1 var(--f-d); }
.wtab.is-on .wtab__n { background: rgba(255, 255, 255, .25); color: #fff; }
.wpanel { margin-top: 20px; padding: 24px; border-radius: 30px; background: var(--t0); }
.wpanel__intro { max-width: 860px; margin-bottom: 18px; color: #44557a; font-size: 16px; }
.wpanel__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ccard { position: relative; display: flex; flex-direction: column; border-radius: 20px; background: #fff; overflow: hidden; box-shadow: var(--shadow-s); transition: transform .3s var(--ease), box-shadow .3s; animation: cardIn .5s var(--ease) both; animation-delay: var(--d); }
.ccard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ccard__ph { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--t0); }
.ccard__img, .ccard__ph .ph { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-s); }
.ccard:hover .ccard__img { transform: scale(1.06); }
.ccard__t { display: flex; align-items: center; min-height: 58px; padding: 10px 40px 12px 14px; font: 600 15.5px/1.22 var(--f-d); color: var(--navy); }
.ccard__go { position: absolute; right: 10px; bottom: 16px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--t0); color: var(--t6); transition: background .2s, color .2s, transform .3s var(--ease); }
.ccard__go .ico { width: 14px; height: 14px; stroke-width: 2.6; }
.ccard:hover .ccard__go { background: var(--t); color: #fff; transform: translateX(2px); }
@keyframes cardIn { from { opacity: 0; transform: translateY(14px) scale(.97); } }

/* ---- good to know: photo cards, short lines */
.know { gap: 22px; }
.kn { position: relative; display: block; height: 270px; padding: 0; border-radius: 28px; overflow: hidden; isolation: isolate; background: var(--t); color: #fff; box-shadow: var(--shadow-s); }
.kn:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.kn__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-s); }
.kn:hover .kn__img { transform: scale(1.06); }
.kn::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0, 25, 67, 0) 22%, rgba(0, 25, 67, .55) 52%, rgba(0, 25, 67, .92) 100%); }
.kn .kn__n { position: absolute; left: 18px; right: auto; top: 18px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px 14px 14px 5px; background: var(--t); color: #fff; font: 700 20px/1 var(--f-d); box-shadow: 0 6px 16px rgba(0, 0, 0, .2); }
.kn.tone-sun .kn__n { color: var(--navy); }
.kn__b { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 22px 22px; }
.kn h3 { color: #fff; font-size: 19px; line-height: 1.2; margin: 0; }
.kn p { margin-top: 7px; font-size: 14.5px; line-height: 1.5; color: rgba(255, 255, 255, .9); }

/* ---- doctor cards */
.dgrid { gap: 22px; }
.dcard__ph { aspect-ratio: 1 / 1; background: linear-gradient(165deg, var(--t0) 0%, color-mix(in srgb, var(--t) 34%, #fff) 100%); }
.dcard__ph::before { content: ""; position: absolute; inset: 0; background: radial-gradient(color-mix(in srgb, var(--t) 45%, #fff) 1.6px, transparent 2.1px) 0 0 / 16px 16px; -webkit-mask-image: linear-gradient(180deg, #000, transparent 75%); mask-image: linear-gradient(180deg, #000, transparent 75%); opacity: .8; }
.dcard__ph .dcard__img, .dcard__ph .ph { inset: 14px 0 0; height: calc(100% - 14px); object-position: 50% 0; }
.dcard__spec { position: absolute; left: 12px; top: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; max-width: calc(100% - 24px); padding: 6px 11px 6px 7px; border-radius: 99px; background: rgba(255, 255, 255, .95); color: var(--t6); font-weight: 800; font-size: 12px; box-shadow: 0 3px 10px rgba(1, 45, 116, .1); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dcard__spec .ico { width: 15px; height: 15px; }
.dcard__wave { position: absolute; left: 0; bottom: -1px; z-index: 1; width: 100%; height: 22px; }
.dcard__wave path { fill: #fff; }
.dcard__b { padding: 8px 18px 18px; gap: 5px; }
.dcard__n { font-size: 17.5px; }
.dcard__h { margin-top: 2px; }
.dcard__cta { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; padding: 11px; border-radius: 14px; background: var(--t0); color: var(--t6); font: 700 14.5px/1 var(--f-d); box-shadow: 0 3px 0 color-mix(in srgb, var(--t) 30%, #fff); transition: background .2s, color .2s, box-shadow .2s; }
.dcard__cta .ico { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.dcard:hover .dcard__cta { background: var(--t); color: #fff; box-shadow: 0 3px 0 var(--t6); }
.dcard:hover .dcard__cta .ico { transform: translateX(3px); }

/* ---- hospitals flow on their own, left → right, pause on hover */
.hflow { overflow: hidden; padding: 8px 0 30px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
.hflow__track { display: flex; gap: 24px; width: max-content; animation: hflow calc(var(--n, 20) * 5.5s) linear infinite; }
.hflow:hover .hflow__track, .hflow:focus-within .hflow__track { animation-play-state: paused; }
.hflow__dup { display: contents; }
.hflow .hcard { flex: none; width: 340px; }
@keyframes hflow { from { transform: translateX(calc(-50% - 12px)); } to { transform: translateX(0); } }
.sec--hosp .sec__more { margin-top: 10px; }

/* ---- FAQ: equal cards, one open at a time, neighbours keep their size */
.faqg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
.fq { border-radius: 22px; background: #fff; box-shadow: var(--shadow-s); transition: box-shadow .3s, transform .3s var(--ease); }
.fq:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.fq__q { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 96px; padding: 16px; text-align: left; }
.fq__n { display: grid; place-items: center; flex: none; width: 38px; height: 38px; border-radius: 13px 13px 13px 4px; background: var(--t0); color: var(--t6); font: 700 14px/1 var(--f-d); transition: background .2s, color .2s; }
.fq__t { flex: 1; font: 600 16px/1.3 var(--f-d); color: var(--navy); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.fq__pm { display: grid; place-items: center; flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--cream); color: var(--navy); transition: transform .35s var(--ease), background .2s, color .2s; }
.fq__pm .ico { width: 17px; height: 17px; stroke-width: 2.4; }
.fq.is-open { box-shadow: 0 0 0 2.5px var(--t), var(--shadow); transform: none; }
.fq.is-open .fq__n, .fq.is-open .fq__pm { background: var(--t); color: #fff; }
.fq.is-open .fq__pm { transform: rotate(135deg); }
.fq.is-open .fq__t { -webkit-line-clamp: unset; }
.fq__a { display: none; padding: 0 16px 16px; }
.fq.is-open .fq__a { display: block; animation: pop .3s var(--ease); }
.fq__bubble { position: relative; padding: 14px 16px; border-radius: 18px; background: var(--t0); color: #3c4d70; font-size: 14.5px; line-height: 1.6; }
.fq__bubble::before { content: ""; position: absolute; top: -7px; left: 24px; width: 16px; height: 16px; border-radius: 3px; background: var(--t0); transform: rotate(45deg); }
.fq__bubble p + p { margin-top: 8px; }

@media (max-width: 1100px) {
	.appr { grid-template-columns: 1fr; grid-template-rows: none; }
	.appr .aquote { grid-row: auto; }
	.appr__wont { grid-column: auto; flex-direction: column; align-items: flex-start; }
	.wpanel__grid { grid-template-columns: repeat(3, 1fr); }
	.faqg { grid-template-columns: 1fr 1fr; }
	.wwt__tabs { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
	.appr__cards, .faqg { grid-template-columns: 1fr; }
	.wpanel__grid { grid-template-columns: 1fr 1fr; }
	.wpanel { padding: 16px; }
	.hflow .hcard { width: 280px; }
	.appr .aquote__more { max-width: 100%; margin-bottom: 110px; }
}
@media (prefers-reduced-motion: reduce) {
	.hflow { overflow-x: auto; }
	.hflow__track { animation: none; }
}
.area:hover .area__ic::after { background: var(--t); }

/* hero budget — the whole first screen must fit ~540px under the header */
.topbar__in { min-height: 36px; }
.hero { padding-top: 40px; }
.kage__bubble { width: 60px; height: 60px; }
.kage__bubble .ico { width: 28px; height: 28px; }
.kstep[data-kstep="1"] .kfield { margin-top: 10px; }
.ktips { margin-top: 8px; }
.ktips li { padding: 7px 10px; }
.kprog { padding-top: 24px; }
.kprog__track { top: 36px; }
.kprog__walker { top: -9px; }
.kdone__bear { width: 70px; }
.kdone__t { font-size: 20px; }
.kdone__s { font-size: 13.5px; margin-bottom: 8px; }

/* approach — one screen tall */
.sec--approach .sec__bg { padding: 30px 0 44px; }
.shead--wide { margin-bottom: 22px; }
.shead--wide .shead__t { margin-top: 8px; font-size: clamp(24px, 2.4vw, 31px); }
.pcc { gap: 10px; padding: 18px 20px 18px; }
.pcc__h { display: flex; align-items: center; gap: 12px; }
.pcc__ic { width: 40px; height: 40px; flex: none; }
.pcc h3 { margin: 0; font-size: 19px; }
.appr .aquote { padding: 26px 28px 24px; }
.appr__wont { padding: 12px 16px; }
.appr { grid-template-rows: auto; }
.appr .aquote { grid-row: auto; }
.aquote__wont { position: relative; z-index: 1; margin-top: auto; max-width: 70%; }
.aquote__wt { font: 800 12px/1 var(--f-b); letter-spacing: .09em; text-transform: uppercase; color: rgba(255, 255, 255, .88); margin-bottom: 10px; }
.aquote__wont ul { display: grid; gap: 7px; }
.aquote__wont li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; font-weight: 700; line-height: 1.35; color: #fff; }
.aquote__wont li .ico { flex: none; width: 19px; height: 19px; padding: 4px; border-radius: 50%; background: rgba(255, 255, 255, .95); color: var(--coral-600); stroke-width: 3.2; margin-top: 0; }
.appr .aquote__bear { width: 138px; right: -8px; bottom: -24px; }
@media (max-width: 600px) { .aquote__wont { max-width: 100%; margin-bottom: 120px; } }
.kform > .kform__err { position: absolute; z-index: 6; }

@media (max-width: 1240px) { .brand__word { width: 170px; } .brand { gap: 22px; } }
@media (max-width: 600px) {
	.brand__word { width: 124px; }
	.brand { gap: 16px; }
	.brand__child { font-size: 18px; padding: 2px 8px 4px; }
	.hbtn { width: 42px; height: 42px; }
}

/* round-2 hero sizes are declared after the first responsive block, so restate the stack here */
@media (max-width: 1100px) {
	.hero { padding-top: 34px; }
	.hero__grid { grid-template-columns: 1fr; gap: 24px; }
	.hero__form { order: 3; margin-top: 70px; max-width: 560px; width: 100%; margin-left: auto; margin-right: auto; }
	.hstats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.hero__t { font-size: 40px; }
	.ksearch { height: 60px; }
	.ksearch__mascot, .ksearch__go { width: 46px; height: 46px; }
	.kcards { grid-template-columns: 1fr 1fr; }
	.kform { padding: 18px 16px 14px; }
	.kgrid { grid-template-columns: 1fr 1fr; gap: 0 8px; }
	.dgrid { grid-template-columns: 1fr 1fr; gap: 12px; }
	.dcard__b { padding: 6px 12px 14px; }
	.dcard__n { font-size: 15px; }
	.dcard__h, .dcard__l { font-size: 12px; }
	.dcard__cta { font-size: 13px; padding: 9px; }
	.know { grid-template-columns: 1fr; }
}

/* ---- round 3 */

.fcontact .sq__in { min-height: 50px; }
.brand--light { gap: 18px; }
.brand--light .brand__child { transform: rotate(-3deg); }

.jstep__box { flex: 1; width: 100%; margin-top: 14px; padding: 18px 16px 18px; border-radius: 24px; background: #fff; box-shadow: var(--shadow-s), inset 0 0 0 2px var(--t0); transition: transform .3s var(--ease), box-shadow .3s; }
.jstep:hover .jstep__box { transform: translateY(-4px); box-shadow: var(--shadow), inset 0 0 0 2px color-mix(in srgb, var(--t) 35%, #fff); }
.jstep__box h3 { margin-top: 0; justify-content: center; }
.jstep__box p { margin-top: 8px; }
.journey__steps { align-items: stretch; }
.jstep { height: 100%; }

.hflow { -webkit-mask-image: none; mask-image: none; }

/* ==========================================================================
   Calculators
   ========================================================================== */
.calc { padding-top: 30px; }
.calc__tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 22px; }
.calc__tabs .wtab { padding: 12px 14px; gap: 11px; }
.calc__tabs .wtab__ic { width: 42px; height: 42px; }
.calc__tabs .wtab__t { font-size: 16px; }
.calc__tabs .wtab__t small { font-size: 12px; }
.cpanel { display: grid; grid-template-columns: 430px minmax(0, 1fr); gap: 22px; align-items: stretch; }
.cpanel[hidden] { display: none !important; }
.cform { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 26px 26px 24px; border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.cform > *:not(.kform__stitch) { position: relative; z-index: 1; }
.cform .kform__stitch { inset: 9px; border: 2.5px dashed color-mix(in srgb, var(--t) 40%, #fff); border-radius: 24px; }
.cform .kform__stitch::before { display: none; }
.cform__t { display: flex; align-items: center; gap: 10px; font-size: 22px; }
.cform__t .ico { width: 30px; height: 30px; padding: 5px; border-radius: 11px; background: var(--t0); color: var(--t6); }
.cform__hint { font-size: 13px; line-height: 1.45; color: var(--muted); font-weight: 600; }
.cform .sq { align-self: stretch; }
.cform .sq__in { width: 100%; }
.cgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cfield { display: flex; flex-direction: column; gap: 5px; }
.cfield > span { font-weight: 800; font-size: 13px; color: var(--navy); }
.cfield small { font-weight: 600; color: var(--muted); }
.cfield input, .cfield select { width: 100%; min-height: 44px; padding: 9px 12px; border-radius: 13px; border: 2px solid var(--line); background: #fbfdff; font-weight: 700; font-size: 15px; color: var(--navy); outline: 0; transition: border-color .2s, box-shadow .2s; }
.cfield input:focus, .cfield select:focus { border-color: var(--t); box-shadow: 0 0 0 4px var(--t0); background: #fff; }
.cfield input.is-bad { border-color: var(--coral); box-shadow: 0 0 0 4px var(--coral-50); animation: shake .35s; }
@keyframes shake { 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }
.cseg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cseg label { cursor: pointer; }
.cseg input { position: absolute; opacity: 0; }
.cseg span { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; border-radius: 16px; background: var(--t0); color: var(--navy); font-weight: 800; box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--t) 25%, #fff), 0 3px 0 color-mix(in srgb, var(--t) 30%, #fff); transition: background .2s, color .2s, transform .2s var(--ease); }
.cseg span .ico { width: 20px; height: 20px; }
.cseg input:checked + span { background: var(--t); color: #fff; box-shadow: 0 3px 0 var(--t6); transform: translateY(-1px); }
.cseg input:focus-visible + span { outline: 3px solid var(--sky); outline-offset: 2px; }
.cseg--sm span { min-height: 44px; font-size: 14px; }
.crisk { border: 0; margin: 0; padding: 0; display: grid; gap: 7px; }
.crisk legend { font-weight: 800; font-size: 13px; color: var(--navy); margin-bottom: 6px; padding: 0; }
.crisk legend small { font-weight: 600; color: var(--muted); }
.crisk__i { position: relative; display: flex; align-items: flex-start; gap: 9px; font-size: 13px; font-weight: 600; line-height: 1.35; color: #3c4d70; cursor: pointer; }
.crisk__i input { position: absolute; opacity: 0; }
.crisk__i input:checked + .kconsent__box { background: var(--t); border-color: var(--t); }
.crisk__i input:checked + .kconsent__box .ico { opacity: 1; }

.cout { position: relative; display: flex; flex-direction: column; gap: 16px; padding: 24px; border-radius: 30px; background: var(--t0); min-height: 100%; }
.cout__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; color: var(--muted); font-weight: 700; min-height: 320px; }
.cout__empty .bear { width: 96px; animation: bob 4s ease-in-out infinite; }
.cout__empty p { max-width: 360px; }
.cout__res { display: flex; flex-direction: column; gap: 16px; animation: pop .4s var(--ease); }
.cout__age { font-weight: 700; color: #3c4d70; }
.cout__age b { color: var(--navy); }
.cout__note { display: flex; gap: 10px; align-items: flex-start; padding: 14px 16px; border-radius: 18px; background: #fff; font-size: 14px; color: #4b5b7a; line-height: 1.5; }
.cout__note .ico { flex: none; width: 22px; height: 22px; color: var(--t6); }
.cout__note b { color: var(--navy); }

.gtiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; }
.gtile { display: flex; flex-direction: column; gap: 4px; padding: 14px 14px 12px; border-radius: 20px; background: #fff; text-align: left; box-shadow: var(--shadow-s), inset 0 0 0 2px transparent; transition: box-shadow .2s, transform .2s var(--ease); }
.gtile:hover { transform: translateY(-2px); }
.gtile.is-on { box-shadow: var(--shadow-s), inset 0 0 0 2.5px var(--t); }
.gtile__n { font-weight: 800; font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.gtile__p { font: 700 28px/1.05 var(--f-d); color: var(--navy); }
.gtile__p small { display: block; font: 700 12px/1.2 var(--f-b); color: var(--muted); }
.gtile__bar { position: relative; height: 8px; margin: 6px 0 4px; border-radius: 8px; background: linear-gradient(90deg, #ffd6d0 0 3%, #d8f3e9 3% 97%, #ffd6d0 97%); }
.gtile__bar i { position: absolute; top: 50%; width: 14px; height: 14px; margin: -7px 0 0 -7px; border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 3px #fff; }
.gtile__v { font-size: 12.5px; font-weight: 700; color: var(--muted); }
.gtile--low .gtile__p, .gtile--high .gtile__p { color: var(--coral-600); }
.gtile--na { color: var(--muted); font-size: 13px; }

.gchart { padding: 14px 14px 10px; border-radius: 22px; background: #fff; }
.gchart__chips { justify-content: flex-start; margin: 0 0 6px; }
.gchart__chips .chip { padding: 8px 14px; font-size: 13.5px; }
.gchart__svg { width: 100%; height: auto; display: block; background: #fff; border-radius: 18px; }
.g-grid { stroke: #edf2f9; stroke-width: 1; }
.g-grid--v { stroke-dasharray: 3 5; }
.g-ax { font: 700 11px var(--f-b); fill: #8a99b4; }
.g-axt { font: 800 11.5px var(--f-b); fill: var(--muted); }
.g-b97 { fill: color-mix(in srgb, var(--t) 14%, #fff); }
.g-b85 { fill: color-mix(in srgb, var(--t) 28%, #fff); }
.g-bsafe { fill: #e6f8f2; }
.g-l { fill: none; stroke: color-mix(in srgb, var(--t) 60%, #7c8db0); stroke-width: 1.6; }
.g-l50 { stroke: var(--t6); stroke-width: 2.6; }
.g-lthr { stroke: var(--coral-600); stroke-width: 3; }
.g-lab { font: 800 11px var(--f-b); fill: var(--t6); }
.g-pt__halo { fill: var(--navy); opacity: .15; animation: halo 1.8s ease-out infinite; transform-box: fill-box; transform-origin: center; }
.g-pt__dot { fill: var(--coral); stroke: #fff; stroke-width: 3; }
@keyframes halo { from { transform: scale(.6); opacity: .35; } to { transform: scale(1.6); opacity: 0; } }
.gchart__legend { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 6px; font-size: 12px; font-weight: 700; color: var(--muted); }
.gchart__legend i { display: inline-block; width: 14px; height: 10px; margin-right: 5px; border-radius: 3px; vertical-align: -1px; }
.gchart__legend .l97 { background: color-mix(in srgb, var(--t) 14%, #fff); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--t) 40%, #fff); }
.gchart__legend .l85 { background: color-mix(in srgb, var(--t) 28%, #fff); }
.gchart__legend .l50 { height: 3px; background: var(--t6); }

.bres { display: flex; flex-direction: column; gap: 14px; }
.bres__head { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px; border-radius: 22px; background: #fff; box-shadow: inset 5px 0 0 var(--mint); }
.bres__head b { font: 700 20px/1.2 var(--f-d); color: var(--navy); }
.bres__head span { color: #4b5b7a; font-size: 15px; line-height: 1.55; }
.bres__head--mid { box-shadow: inset 5px 0 0 var(--orange); }
.bres__head--high { box-shadow: inset 5px 0 0 var(--coral); background: #fff7f6; }
.bres__head--high b { color: var(--coral-600); }
.bres__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.bres__facts li { display: flex; flex-direction: column; gap: 2px; padding: 14px; border-radius: 18px; background: #fff; }
.bres__facts span { font-size: 12px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.bres__facts b { font: 700 22px/1.15 var(--f-d); color: var(--navy); }
.bres__facts small { font-size: 12.5px; font-weight: 700; color: var(--muted); }
.bres__facts li.is-key { background: var(--t); }
.bres__facts li.is-key span, .bres__facts li.is-key b { color: #fff; }

.btap { position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 10px 0 4px; }
.btap__ring { position: relative; width: 150px; height: 150px; }
.btap__ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.btap__ring circle { fill: none; stroke: var(--t0); stroke-width: 9; }
.btap__ring .btap__prog { stroke: var(--t); stroke-linecap: round; transition: stroke-dashoffset .1s linear; }
.btap__bear { position: absolute; top: 25px; left: 50%; width: 100px; margin-left: -50px; transition: transform .15s var(--ease); }
.btap:hover .btap__bear { transform: scale(1.04); }
.btap.is-pop .btap__bear { animation: tapPop .25s var(--ease); }
@keyframes tapPop { 50% { transform: scale(.9, 1.08); } }
.btap__n { font: 700 24px/1.1 var(--f-d); color: var(--navy); }
.btap__s { font-size: 13px; font-weight: 700; color: var(--muted); }
.btap.is-run .btap__n { color: var(--t6); font-size: 34px; }

.rbar { position: relative; height: 14px; margin: 26px 6px 4px; border-radius: 14px; background: #fff; box-shadow: inset 0 0 0 2px var(--line); }
.rbar__band { position: absolute; top: 0; bottom: 0; border-radius: 14px; background: var(--mint); opacity: .75; }
.rbar__who { position: absolute; top: -8px; bottom: -8px; width: 3px; margin-left: -1.5px; background: var(--coral); border-radius: 3px; }
.rbar__who em, .rbar__pt em { position: absolute; bottom: calc(100% + 4px); left: 50%; transform: translateX(-50%); font: normal 800 11px var(--f-b); white-space: nowrap; }
.rbar__who em { color: var(--coral-600); }
.rbar__pt { position: absolute; top: 50%; width: 22px; height: 22px; margin: -11px 0 0 -11px; border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 4px #fff; }
.rbar__pt em { bottom: auto; top: calc(100% + 8px); color: var(--navy); font-size: 13px; }
.rbar__ax { display: flex; justify-content: space-between; margin-top: 24px; font-size: 11.5px; font-weight: 700; color: var(--muted); }
.redflags { margin-top: auto; padding: 16px 18px; border-radius: 20px; background: #fff; box-shadow: inset 5px 0 0 var(--coral); }
.redflags__t { display: flex; align-items: center; gap: 8px; font: 700 16px/1.2 var(--f-d); color: var(--coral-600); margin-bottom: 8px; }
.redflags__t .ico { width: 20px; height: 20px; }
.redflags ul { display: grid; gap: 5px; }
.redflags li { position: relative; padding-left: 18px; font-size: 14px; color: #3c4d70; font-weight: 600; }
.redflags li::before { content: ""; position: absolute; left: 3px; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }

.theight { display: flex; align-items: center; gap: 18px; padding: 20px; border-radius: 22px; background: #fff; }
.theight__fig { font-size: 54px; line-height: 1; }
.theight span { display: block; font-size: 12px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.theight b { display: block; font: 700 38px/1.1 var(--f-d); color: var(--navy); }
.theight small { font-size: 14px; font-weight: 700; color: var(--t6); }

@media (max-width: 1100px) {
	.calc__tabs { grid-template-columns: repeat(3, 1fr); }
	.cpanel { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
	.calc__tabs { grid-template-columns: 1fr 1fr; }
	.cgrid, .bres__facts { grid-template-columns: 1fr; }
	.cform, .cout { padding: 18px; }
}

/* ==========================================================================
   "Where does it hurt?" — 3D Dr. Bear body map (home page)
   ========================================================================== */
.sec--bmap { padding: 0; }
.sec--bmap .sec__bg { padding: 30px 0 46px; }
.sec--bmap .shead { margin-bottom: 26px; }

.bmap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 548px); gap: 26px; align-items: stretch; }

.bmap__stage {
	position: relative; min-height: 500px; border-radius: var(--r-l); overflow: hidden; isolation: isolate;
	background:
		radial-gradient(60% 46% at 50% 44%, #fff 0, rgba(255, 255, 255, .85) 38%, transparent 72%),
		radial-gradient(color-mix(in srgb, var(--sky) 30%, #fff) 1.6px, transparent 2.2px) 0 0 / 22px 22px,
		linear-gradient(180deg, #d9edff 0%, #eef8ff 55%, #fff6e2 100%);
	border: 4px solid #fff; box-shadow: var(--shadow);
}
.bmap__canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: pan-y; cursor: grab; outline-offset: -6px; -webkit-tap-highlight-color: transparent; }
.bmap__canvas.is-grab { cursor: grabbing !important; }
.bmap__flat { position: absolute; inset: 0; display: none; place-items: center; }
.bmap__flat .bear { width: min(64%, 340px); }
.bmap.is-flat .bmap__flat { display: grid; }
.bmap.is-flat .bmap__canvas, .bmap.is-flat .bmap__hud { display: none; }
/* no WebGL: the flat bear still takes taps, so the heading keeps its promise */
.bmap.is-flat .bmap__dots { display: block; }
.bmap.is-flat .bmap__hint { opacity: 1; }

.bmap__deco { position: absolute; z-index: -1; pointer-events: none; }
.bmap__deco--1 { left: 13%; top: 9%; width: 26px; height: 26px; background: linear-gradient(var(--coral), var(--coral)) 50% / 100% 34% no-repeat, linear-gradient(var(--coral), var(--coral)) 50% / 34% 100% no-repeat; border-radius: 6px; opacity: .55; animation: bmapFloat 6s ease-in-out infinite; }
.bmap__deco--2 { right: 9%; bottom: 20%; width: 20px; height: 20px; background: linear-gradient(var(--mint), var(--mint)) 50% / 100% 34% no-repeat, linear-gradient(var(--mint), var(--mint)) 50% / 34% 100% no-repeat; opacity: .6; animation: bmapFloat 7s ease-in-out -2s infinite; }
.bmap__deco--3 { left: 12%; bottom: 16%; width: 18px; height: 18px; border-radius: 50%; background: var(--sun); opacity: .7; animation: bmapFloat 5s ease-in-out -1s infinite; }
@keyframes bmapFloat { 50% { transform: translateY(-12px) rotate(12deg); } }

.bmap__loading { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 8px; font: 700 15px/1 var(--f-b); color: var(--navy); }
.bmap__loading .bear { width: 92px; animation: bmapBob 1.1s var(--ease) infinite alternate; }
@keyframes bmapBob { to { transform: translateY(-10px); } }

.bmap__hud { position: absolute; left: 14px; top: 14px; display: flex; flex-direction: column; gap: 8px; z-index: 3; } /* left: the speech bubble owns the right */
.bmap__hbtn { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--navy); box-shadow: 0 3px 0 #d7e1f0, var(--shadow-s); transition: transform .15s; }
.bmap__hbtn:hover { transform: translateY(1px); }
.bmap__hbtn:active { transform: translateY(3px); box-shadow: 0 0 0 #d7e1f0, var(--shadow-s); }
.bmap__hbtn .bmap__mute { display: none; }
.bmap__hbtn[aria-pressed="false"] .bmap__mute { display: inline; }
.bmap__hbtn[aria-pressed="false"] .bmap__wave { display: none; }
.bmap__hbtn[aria-pressed="false"] { color: var(--muted); }

.bmap__hint { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 3; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 9px 16px; border-radius: 999px; background: rgba(255, 255, 255, .92); color: var(--navy); font: 700 14px/1 var(--f-b); box-shadow: var(--shadow-s); pointer-events: none; transition: opacity .4s, transform .4s var(--ease-s); }
.bmap__hint .ico { color: var(--coral); }
.bmap__hint.is-gone { opacity: 0; transform: translate(-50%, 12px); }
.bmap:not(.is-3d):not(.is-flat) .bmap__hint, .bmap:not(.is-3d) .bmap__hud { opacity: 0; }

.bmap__tip { position: absolute; left: 0; top: 0; z-index: 4; pointer-events: none; padding: 7px 12px; border-radius: 12px; background: var(--navy); color: #fff; font: 700 13px/1 var(--f-b); white-space: nowrap; box-shadow: var(--shadow-s); }

/* tap dots that ride on the model */
.bmap__dots { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.bmap__dot { position: absolute; left: 0; top: 0; width: 26px; height: 26px; margin: -13px 0 0 -13px; border-radius: 50%; background: #fff; display: grid; place-items: center; pointer-events: auto; box-shadow: 0 2px 8px rgba(1, 45, 116, .28); transition: opacity .25s, scale .25s var(--ease); will-change: translate; }
.bmap__dot::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--coral); transition: scale .2s var(--ease); }
.bmap__dot::after { content: ""; position: absolute; inset: -2px; border-radius: 50%; border: 2px solid #fff; animation: bmapPing 2.2s ease-out infinite; }
.bmap__dot:nth-child(2n)::after { animation-delay: -.7s; }
.bmap__dot:nth-child(3n)::after { animation-delay: -1.4s; }
@keyframes bmapPing { 0% { transform: scale(1); opacity: .9; } 70%, 100% { transform: scale(2.1); opacity: 0; } }
.bmap__dot:hover, .bmap__dot:focus-visible { scale: 1.2; }
.bmap__dot:hover::before { scale: 1.2; }
.bmap__dot span { position: absolute; left: 50%; bottom: calc(100% + 8px); transform: translate(-50%, 4px); padding: 6px 11px; border-radius: 11px; background: var(--navy); color: #fff; font: 700 12.5px/1 var(--f-b); white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .15s, transform .2s var(--ease-s); }
.bmap__dot:hover span, .bmap__dot:focus-visible span { opacity: 1; transform: translate(-50%, 0); }
.bmap__dot.is-hidden, .bmap__dot.is-on { opacity: 0; scale: .3; pointer-events: none; }
.bmap:not(.is-3d):not(.is-flat) .bmap__dots { display: none; }

/* what the bear says */
.bmap__bubble { position: absolute; left: 57%; top: 7%; z-index: 3; max-width: min(40%, 230px); padding: 12px 16px; border-radius: 20px 20px 20px 6px; background: #fff; color: var(--navy); font: 600 17px/1.25 var(--f-d); box-shadow: var(--shadow); pointer-events: none; transform-origin: 0 100%; }
.bmap__bubble.is-in { animation: bmapPop .45s var(--ease) both; }
@keyframes bmapPop { from { transform: scale(.3) rotate(-8deg); opacity: 0; } }

.bmap__fx { position: absolute; inset: 0; z-index: 3; pointer-events: none; overflow: hidden; }
.bmap__fx i { position: absolute; width: 12px; height: 12px; margin: -6px; background: var(--c); clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); animation: bmapStar .85s var(--ease-s) both; }
@keyframes bmapStar { from { transform: rotate(var(--a)) translateY(0) scale(.4); opacity: 1; } to { transform: rotate(var(--a)) translateY(calc(var(--d) * -1)) scale(1.5) rotate(90deg); opacity: 0; } }

/* the answer card: every state is stacked in one cell, so the card never changes height */
.bmap__panel { display: grid; background: #fff; border-radius: var(--r-l); box-shadow: var(--shadow); padding: 22px 26px 20px; position: relative; overflow: hidden; }
.bmap__panel::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 7px; background: linear-gradient(90deg, var(--coral), var(--orange), var(--sun), var(--mint), var(--sky), var(--lilac)); }
.bmap__step { grid-area: 1 / 1; display: flex; flex-direction: column; min-width: 0; visibility: hidden; opacity: 0; transform: translateY(12px); transition: opacity .25s, transform .4s var(--ease-s), visibility 0s .25s; }
.bmap__step.is-active { visibility: visible; opacity: 1; transform: none; transition-delay: .05s, .05s, 0s; }
.bmap__t { font-size: 24px; }
.bmap__step[data-bmap-step="idle"] .bmap__t { margin-top: 8px; }
.bmap__lead { margin-top: 8px; color: var(--muted); font-size: 15px; line-height: 1.45; }

.bmap__chips { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; margin-top: 18px; }
.bchip { display: flex; align-items: center; gap: 8px; min-height: 60px; padding: 8px 6px 8px 9px; border-radius: 17px; background: var(--t0); color: var(--navy); font: 700 14px/1.15 var(--f-b); text-align: left; box-shadow: 0 3px 0 color-mix(in srgb, var(--t) 38%, #fff); transition: transform .15s, box-shadow .15s, background .2s; }
.bchip__ic { flex: none; width: 36px; height: 36px; border-radius: 12px; font-size: 18px; display: grid; place-items: center; background: #fff; color: var(--t6); transition: transform .3s var(--ease); }
.bchip:hover { transform: translateY(1px); background: color-mix(in srgb, var(--t) 22%, #fff); }
.bchip:hover .bchip__ic { transform: rotate(-8deg) scale(1.08); }
.bchip:active { transform: translateY(3px); box-shadow: 0 0 0 transparent; }

.bmap__note { display: flex; gap: 10px; margin-top: auto; padding: 12px 14px; border-radius: 16px; background: var(--cream); color: var(--muted); font-size: 13px; line-height: 1.45; }
.bmap__note .ico { color: var(--mint-600); margin-top: 1px; }

.bmap__back { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px 6px 8px; margin: -4px 0 10px -4px; border-radius: 999px; background: var(--sky-50); color: var(--navy); font: 700 13px/1 var(--f-b); transition: background .2s, transform .2s; }
.bmap__back:hover { background: color-mix(in srgb, var(--sky) 28%, #fff); transform: translateX(-2px); }
.bmap__back .ico { width: 1.1em; height: 1.1em; }

.bzone__h { display: flex; align-items: center; gap: 14px; }
.bzone__ic { flex: none; width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; background: var(--t); color: #fff; font-size: 23px; box-shadow: 0 4px 0 var(--t6); }
.bmap__step.is-active .bzone__ic { animation: jelly .6s var(--ease) .1s; }
.tone-sun .bzone__ic { color: var(--navy); }
.bzone__kid { margin-top: 2px; font: 500 16px/1.2 var(--f-d); color: var(--t6); }
.bzone__l { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 12px; font: 800 12px/1 var(--f-b); letter-spacing: .08em; text-transform: uppercase; color: var(--navy); }
.bzone__area { padding: 5px 10px; border-radius: 999px; background: var(--t0); color: var(--t6); font: 700 12px/1 var(--f-b); letter-spacing: 0; text-transform: none; transition: background .2s, color .2s; }
.tone-sun .bzone__area, .tone-sun .bzone__kid { color: #b07f00; }
.bzone__area:hover { background: var(--t); color: #fff; }

.bzone__items { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }
.bzone__items a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 8px 7px 13px; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 2px var(--line); color: var(--navy); font: 700 13.5px/1.1 var(--f-b); transition: box-shadow .2s, background .2s, transform .2s; }
.bzone__items a .ico { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: var(--t0); color: var(--t6); transition: background .2s, color .2s, transform .2s; }
.bzone__items a:hover { box-shadow: inset 0 0 0 2px var(--t); transform: translateY(-1px); }
.bzone__items a:hover .ico { background: var(--t); color: #fff; transform: translateX(2px); }

.bdocs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.bdoc { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 9px 8px 10px; border-radius: 18px; background: linear-gradient(180deg, var(--t0), #fff 85%); box-shadow: inset 0 0 0 2px var(--t0); transition: transform .25s var(--ease), box-shadow .2s; }
.bdoc:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 2px var(--t), var(--shadow-s); }
.bdoc__ph { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; background: color-mix(in srgb, var(--t) 30%, #fff); box-shadow: 0 0 0 3px #fff; }
.bdoc__img, .bdoc__ph .ph { width: 100%; height: 100%; object-fit: cover; object-position: 50% 6%; display: block; }
.bdoc__n { margin-top: 7px; font: 600 13.5px/1.2 var(--f-d); color: var(--navy); }
.bdoc__h { margin-top: 3px; font-size: 12px; line-height: 1.2; color: var(--muted); }

.bzone__cta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 14px; }
.bzone__all { display: inline-flex; align-items: center; gap: 6px; font: 800 14px/1 var(--f-b); color: var(--navy); }
.bzone__all .ico { transition: transform .2s; }
.bzone__all:hover { color: var(--coral-600); }
.bzone__all:hover .ico { transform: translateX(3px); }

@media (max-width: 1100px) {
	.bmap { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
	.bmap__stage { min-height: 0; height: min(70vh, 520px); }
}
@media (max-width: 860px) {
	/* stacked: only the open state takes room */
	.bmap__step { display: none; }
	.bmap__step.is-active { display: flex; }
	.bmap__note { margin-top: 16px; }
}
@media (max-width: 600px) {
	.bmap__stage { height: min(64vh, 440px); border-radius: var(--r); }
	.bmap__panel { padding: 24px 18px 20px; border-radius: var(--r); }
	.bmap__chips { grid-template-columns: 1fr 1fr; gap: 9px; }
	.bchip { min-height: 50px; padding: 6px 8px 6px 7px; }
	.bchip__ic { width: 34px; height: 34px; font-size: inherit; }
	.bmap__bubble { left: 56%; top: 4%; font-size: 15px; max-width: 42%; padding: 10px 13px; }
	.bmap__hud { left: 10px; top: 10px; }
	.bmap__hbtn { width: 38px; height: 38px; }
	.bmap__dot { width: 20px; height: 20px; margin: -10px 0 0 -10px; }
	.bmap__dot::before { width: 9px; height: 9px; }
	.bmap__hint { font-size: 12.5px; padding: 8px 12px; bottom: 10px; }
	.bzone__cta { flex-direction: column; align-items: stretch; text-align: center; }
	.bzone__all { justify-content: center; }
	.bdoc__n { font-size: 12.5px; }
}
@media (prefers-reduced-motion: reduce) {
	.bmap__deco, .bmap__dot::after, .bmap__loading .bear { animation: none; }
}

/* ---- glass buttons on navy: Contact us + language share one feel (top bar & footer) */
.topbar .glassbtn, .glassbtn {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 5px 14px 5px 6px; border-radius: 99px;
	background: linear-gradient(180deg, rgba(120, 186, 255, .30), rgba(47, 143, 232, .18));
	box-shadow: inset 0 0 0 1px rgba(160, 206, 255, .45), inset 0 1px 0 rgba(255, 255, 255, .25), 0 4px 14px rgba(0, 10, 40, .18);
	-webkit-backdrop-filter: blur(10px) saturate(1.4); backdrop-filter: blur(10px) saturate(1.4);
	color: #fff !important; font-weight: 800; font-size: 13.5px; line-height: 1;
	transition: background .2s, box-shadow .2s, transform .2s var(--ease);
}
.glassbtn:hover { transform: translateY(-1px); background: linear-gradient(180deg, rgba(140, 198, 255, .42), rgba(47, 143, 232, .30)); box-shadow: inset 0 0 0 1px rgba(180, 218, 255, .6), inset 0 1px 0 rgba(255, 255, 255, .3), 0 6px 18px rgba(0, 10, 40, .25); }
.glassbtn__ic { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(255, 255, 255, .16); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25); }
.glassbtn .ico, .topbar__links .glassbtn .ico { width: 14px; height: 14px; color: #fff; }
.topbar__lang.glassbtn { padding: 5px 12px 5px 8px; }
.topbar__lang.glassbtn .ico { width: 16px; height: 16px; }
.glassbtn--lg { padding: 7px 20px 7px 7px; font-size: 15.5px; gap: 11px; }
.glassbtn--lg .glassbtn__ic { width: 36px; height: 36px; }
.glassbtn--lg .ico { width: 19px; height: 19px; }.g-lex { stroke: #b3261e; stroke-width: 2.2; }
.g-lesc { stroke: #e8564a; stroke-width: 1.8; stroke-dasharray: 6 5; }
