:root{
 --green:#27633b;--greenDark:#174a2b;--ink:#161a17;--muted:#626862;
 --cream:#f5f0e8;--card:rgba(255,255,255,.94);--line:rgba(35,40,35,.12);
 --shadow:0 10px 28px rgba(60,48,33,.09)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#f4efe7}
button,select,input,textarea{font:inherit}
button{cursor:pointer}
button:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(39,99,59,.28);outline-offset:2px}

.header{
 position:sticky;top:0;z-index:30;min-height:98px;background:rgba(250,247,241,.98);
 border-bottom:1px solid var(--line);display:flex;align-items:center;padding:12px 24px;gap:18px;
 backdrop-filter:blur(14px)
}
.brand{border:0;background:transparent;display:flex;align-items:center;gap:12px;text-align:left;min-width:228px;color:inherit}
.brandIcon{width:50px;height:50px;border:3px solid #6f8f40;border-radius:12px;display:grid;place-items:center;font-size:32px;color:#55752c}
.brand b{display:block;font-size:18px}.brand small{display:block;font-size:11px;margin-top:5px}
.nav{margin-left:auto;display:flex;align-items:center;gap:8px;min-width:0}
.nav>button,.selectBtn{
 border:1px solid var(--line);background:#fff;border-radius:14px;min-height:52px;padding:7px 11px;
 display:flex;align-items:center;gap:7px;box-shadow:0 2px 8px rgba(40,30,20,.03)
}
.nav>button:hover,.footer button:hover,.quick button:hover{background:#f1f5ef}

.assistantPick img{
 width:40px;height:40px;flex:0 0 40px;border-radius:50%;object-fit:cover;object-position:50% 43%;
 background:#eee
}
.assistantPick span,.myHomeBtn span{display:flex;flex-direction:column;text-align:left}
.assistantPick small,.myHomeBtn small{font-size:10px}
.assistantPick.active{background:var(--green)!important;color:#fff}
.myHomeBtn{background:#e9f1e7!important}

.hero{
 position:relative;min-height:855px;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:26px;
 padding:48px 34px 62px;overflow:hidden
}
.heroBg{
 position:absolute;inset:0;
 background:
   linear-gradient(90deg,rgba(250,247,240,.38),rgba(250,247,240,.22)),
   url('assets/lobby-background-clean-v1.png') center/cover no-repeat;
 filter:saturate(.86) contrast(.97);
 transform:none
}
.hero:after{
 content:"";position:absolute;inset:0;pointer-events:none;
 background:
 radial-gradient(circle at 45% 45%,rgba(255,252,246,.18),transparent 42%),
 linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.13))
}
.content,.assistantPanel{position:relative;z-index:2}
.content{max-width:1040px;margin:0 auto;width:100%}
.titleBlock{max-width:760px;margin:0 auto 28px}
.titleBlock h1{font-size:54px;letter-spacing:-2px;margin:0 0 10px}
.greenLine{width:38px;height:4px;background:var(--green);border-radius:4px;margin-bottom:12px}
.titleBlock p{font-size:17px;margin:0}

.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.catCard{
 min-height:176px;border:1px solid var(--line);background:var(--card);border-radius:18px;padding:20px;text-align:left;
 box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s;color:inherit
}
.catCard:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(60,48,33,.13);border-color:rgba(39,99,59,.25)}
.catCard[data-category="support"]{
 background:linear-gradient(145deg,#b91c1c,#991b1b);border-color:#8f1717;color:#fff;
 box-shadow:0 10px 26px rgba(153,27,27,.24)
}
.catCard[data-category="support"] p{color:#fff}.catCard[data-category="support"] .catArrow{color:#991b1b;border-color:#fff}
.catCard[data-category="support"]:hover{border-color:#7f1d1d;box-shadow:0 15px 32px rgba(153,27,27,.34)}
.catTop{display:flex;gap:13px}.catIcon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-size:27px;flex:0 0 54px}
.catCard h3{font-size:19px;margin:4px 0 9px}.catCard p{font-size:13px;line-height:1.45;color:#3d433e;margin:0}
.catArrow{margin:auto 0 0 auto;width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#fff;font-size:20px}

.assistantPanel{
 align-self:start;background:rgba(250,248,243,.97);border:1px solid var(--line);border-radius:22px;padding:20px 16px 16px;
 box-shadow:var(--shadow)
}
.assistantHeader{display:flex;align-items:center;gap:14px;padding:0 8px 14px}
.assistantHeader img{width:76px;height:76px;border-radius:50%;object-fit:cover;object-position:50% 43%;background:#eee}
.assistantHeader h2{margin:0 0 8px}.online{font-size:13px;color:#333}.online::first-letter{color:#0aaf68}
.assistantMessage{position:relative;background:#fff;border-radius:17px;padding:17px 15px 28px;font-size:14px;line-height:1.55;min-height:136px}
.assistantMessage p{margin:0 0 8px}.assistantMessage small{position:absolute;right:12px;bottom:8px;color:#777}
.assistantMessage .inlineOpen{border:0;border-radius:9px;background:var(--green);color:#fff;padding:8px 11px}
.quick{display:grid;gap:8px;margin-top:14px}
.quick button{height:48px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.72);display:grid;grid-template-columns:22px 1fr 12px;align-items:center;text-align:left;color:inherit}
.chat{margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:7px;display:flex}
.chat input{border:0;outline:0;flex:1;min-width:0;padding:0 7px;background:transparent}
.chat button{border:0;width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff}.chat button:hover{background:var(--greenDark)}

.footer{min-height:70px;background:#faf7f1;border-top:1px solid var(--line);display:flex;align-items:center;gap:25px;padding:12px 30px}
.footer button{border:0;background:transparent;color:inherit;padding:8px;border-radius:8px}.divider{height:28px;width:1px;background:#bbb}.copy{margin-left:auto;color:#555;font-size:13px}

.hidden{display:none!important}
.aboutPage{background:#fbf8f2;min-height:100vh}.aboutHero{min-height:720px;background:linear-gradient(90deg,rgba(251,244,233,.98) 0%,rgba(251,244,233,.92) 28%,rgba(251,244,233,.18) 55%,rgba(251,244,233,0) 72%),url('assets/about-collage-v1.png') center/cover no-repeat;display:flex;align-items:center;padding:70px max(34px,calc((100vw - 1240px)/2))}.aboutHeroCopy{width:min(570px,48vw);position:relative;z-index:1}.aboutEyebrow,.sectionKicker{display:block;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.15em;margin-bottom:14px}.aboutHero h1{font-size:58px;line-height:1.03;letter-spacing:-2.6px;margin:0 0 22px}.aboutHeroLead{font-size:20px;line-height:1.55;margin:0 0 13px;max-width:550px}.aboutAudience{font-size:15px;line-height:1.55;color:#4f564f;max-width:510px}.aboutHeroActions{display:flex;gap:11px;margin:28px 0 20px}.aboutHeroActions button{min-height:50px}.aboutTrust{font-size:13px;color:#556057}.aboutContent{max-width:1240px;margin:0 auto;padding:86px 30px 70px}.aboutContent h2{font-size:40px;line-height:1.12;letter-spacing:-1.2px;margin:0 0 24px}.aboutContent p{line-height:1.7;color:#4d554e}.aboutIntro{max-width:870px;margin:0 auto 90px;text-align:center}.aboutIntro p{font-size:18px;margin:0}.aboutServices,.aboutHow,.aboutBenefits{margin-bottom:92px}.aboutSectionHead{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:27px}.aboutSectionHead h2{margin-bottom:0}.aboutSectionHead>p{max-width:390px;margin:0 0 4px}.aboutCategoryGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.aboutCategoryCard{min-height:78px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:13px 14px;display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:12px;text-align:left;color:inherit;box-shadow:0 5px 15px rgba(50,40,30,.045)}.aboutCategoryCard:hover{transform:translateY(-2px);border-color:#b8c8b4}.aboutCategoryCard[data-category="support"]{background:#a81d1d;color:#fff;border-color:#921919}.aboutCategoryIcon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center}.aboutCategoryCard b{font-size:24px}.aboutAssistantLink{display:block;margin:20px auto 0;border:0;background:transparent;color:var(--green);font-weight:700;padding:10px}.aboutSteps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.aboutSteps article,.aboutBenefitGrid article{background:#fff;border:1px solid var(--line);border-radius:19px;padding:24px;box-shadow:var(--shadow)}.aboutSteps article>span{color:#809b70;font-weight:800}.aboutSteps h3,.aboutBenefitGrid h3{margin:18px 0 9px}.aboutSteps p,.aboutBenefitGrid p{font-size:14px;margin:0}.aboutStory{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:50px;margin-bottom:92px;align-items:start}.aboutStoryMain{max-width:760px}.aboutStoryMain p{font-size:16px}.aboutPrinciple{background:linear-gradient(145deg,#eaf2e7,#f5efe5);border-radius:24px;padding:31px;position:sticky;top:125px}.aboutPrincipleIcon{width:48px;height:48px;border-radius:50%;background:white;display:grid;place-items:center;color:var(--green);font-size:28px}.aboutPrinciple h3{font-size:22px;margin:20px 0 10px}.aboutBenefitGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.aboutBenefitGrid article>span{font-size:25px;color:var(--green)}.aboutMission{border-radius:26px;background:linear-gradient(125deg,#e8f0e5,#f5ecdf);padding:48px;display:flex;align-items:center;justify-content:space-between;gap:40px}.aboutMission>div{max-width:820px}.aboutMission h2{margin-bottom:12px}.aboutMission p{margin:0}.aboutMission .primaryBtn{white-space:nowrap}.aboutEmergency{margin-top:18px;border-radius:14px;background:#9e1b1b;color:#fff;padding:13px 18px;display:flex;justify-content:center;gap:22px;font-size:14px}.aboutEmergency b{font-size:17px}
@media(max-width:920px){.aboutHero{min-height:650px;background-position:62% center;padding:55px 24px}.aboutHeroCopy{width:min(540px,72vw)}.aboutHero h1{font-size:46px}.aboutCategoryGrid,.aboutSteps,.aboutBenefitGrid{grid-template-columns:repeat(2,1fr)}.aboutStory{grid-template-columns:1fr}.aboutPrinciple{position:static}.aboutSectionHead{align-items:start;flex-direction:column}.aboutMission{align-items:flex-start;flex-direction:column}}
@media(max-width:590px){.aboutHero{min-height:720px;align-items:flex-end;background-position:67% center;background-image:linear-gradient(180deg,rgba(251,244,233,.04) 0%,rgba(251,244,233,.48) 42%,rgba(251,244,233,.98) 68%),url('assets/about-collage-v1.png');padding:34px 18px}.aboutHeroCopy{width:100%}.aboutHero h1{font-size:38px;letter-spacing:-1.5px}.aboutHeroLead{font-size:17px}.aboutHeroActions{flex-direction:column}.aboutContent{padding:60px 16px}.aboutContent h2{font-size:32px}.aboutCategoryGrid,.aboutSteps,.aboutBenefitGrid{grid-template-columns:1fr}.aboutIntro,.aboutServices,.aboutHow,.aboutStory,.aboutBenefits{margin-bottom:65px}.aboutMission{padding:30px 22px}.aboutEmergency{align-items:flex-start;flex-direction:column;gap:8px}}
.categoryPage{max-width:1240px;margin:0 auto;padding:34px 30px 70px;min-height:760px}
.back{border:0;background:transparent;color:var(--green);font-weight:700;margin-bottom:20px;padding:8px 0}
.categoryHero{border-radius:24px;background:linear-gradient(135deg,#edf4eb,#f5efe6);padding:34px;box-shadow:var(--shadow)}
.categoryHero h1{font-size:44px;margin:14px 0 8px}.categoryHero p{max-width:700px;font-size:17px;line-height:1.5}
.categoryIcon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:30px}
.serviceLayout{display:grid;grid-template-columns:1fr 300px;gap:24px;margin-top:28px}
.serviceList{display:grid;gap:12px}
.service{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
.service h3{margin:0 0 7px}.service p{margin:0;color:var(--muted);line-height:1.45}
.service button,.sideHelp button,.primaryBtn{border:0;border-radius:12px;background:var(--green);color:#fff;padding:11px 18px}.service button:hover,.sideHelp button:hover,.primaryBtn:hover{background:var(--greenDark)}
.sideHelp{align-self:start;background:#edf4eb;border-radius:18px;padding:22px;position:sticky;top:122px}.sideHelp p{line-height:1.5}

.modal{position:fixed;inset:0;z-index:50;background:rgba(10,15,10,.4);display:grid;place-items:center;padding:20px}
.modalCard{position:relative;width:min(620px,100%);max-height:82vh;overflow:auto;background:#fff;border-radius:22px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.25)}
.close{position:absolute;right:15px;top:12px;border:0;background:transparent;font-size:30px}.modalCard h2{margin-top:0}.task{padding:12px 0;border-bottom:1px solid var(--line)}.status{font-size:12px;color:var(--green)}
.feedbackBox{width:100%;min-height:120px;border:1px solid #ddd;border-radius:12px;padding:12px;resize:vertical}
.storageNotice{margin:12px 0;padding:10px 12px;border:1px solid #d7dfd1;border-radius:11px;background:#f4f7f1;color:#4f5b4c;font-size:12px;line-height:1.45}

.toast{position:fixed;z-index:60;right:24px;bottom:24px;max-width:360px;padding:13px 17px;border-radius:12px;background:#173f27;color:white;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.empty{color:var(--muted);padding:8px 0}
.myHomeActions{display:flex;gap:8px;margin-top:14px}.secondaryBtn{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px}

@media(max-width:1240px){
 .nav>button>span,.assistantPick span,.myHomeBtn span{display:none}
 .header{padding:10px 14px}.grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:920px){
 .hero{grid-template-columns:1fr}.assistantPanel{display:none}.grid{grid-template-columns:repeat(2,1fr)}
 .serviceLayout{grid-template-columns:1fr}.sideHelp{position:static}.brand{min-width:auto}.brand b{font-size:15px}.brand small{display:none}
}
@media(max-width:590px){
 .header{flex-wrap:wrap}.nav{width:100%;overflow:auto;padding-bottom:2px}.hero{padding:28px 16px}.titleBlock h1{font-size:40px}
 .grid{grid-template-columns:1fr}.footer{flex-wrap:wrap;gap:12px}.copy{width:100%;margin-left:0}.categoryPage{padding:24px 16px}.categoryHero h1{font-size:34px}
}

.dropdown{position:relative;flex:0 0 auto}
.selectBtn{cursor:pointer;white-space:nowrap;color:inherit}
.dropdownMenu{
  position:absolute;top:calc(100% + 7px);left:0;z-index:90;min-width:180px;
  background:#fff;border:1px solid var(--line);border-radius:13px;padding:6px;
  box-shadow:0 14px 32px rgba(30,25,20,.18)
}
.dropdownMenu button{
  width:100%;border:0;background:transparent;border-radius:9px;padding:10px 11px;
  text-align:left;color:inherit;white-space:nowrap
}
.dropdownMenu button:hover{background:#eef4ec}
.dropdownMenu button:disabled{cursor:not-allowed;opacity:.45;background:#f3f3f1}


/* ===== UNIVERSAL INTERNAL CATEGORY MASTER v1 ===== */
.categoryPage{
  max-width:1280px;margin:0 auto;padding:28px 28px 72px;min-height:780px
}
.categoryHero--master{
  min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:30px;
  background:
    radial-gradient(circle at 80% 30%,rgba(255,255,255,.85),transparent 30%),
    linear-gradient(135deg,#eaf3e7 0%,#f4eee4 58%,#e9eff1 100%);
  overflow:hidden
}
.categoryHeroCopy{display:flex;align-items:center;gap:20px;position:relative;z-index:2}
.categoryHero--master .categoryIcon{
  width:76px;height:76px;flex:0 0 76px;font-size:34px;background:#fff;
  box-shadow:0 8px 24px rgba(55,45,35,.08)
}
.categoryHero--master h1{font-size:42px;margin:0 0 8px}
.categoryHero--master p{margin:0;max-width:690px;font-size:16px;line-height:1.5}
.categoryHeroVisual{display:flex;gap:14px;align-items:center;padding-right:22px}
.categoryHeroVisual span{
  width:72px;height:72px;border-radius:22px;background:rgba(255,255,255,.64);
  display:grid;place-items:center;font-size:29px;color:var(--green);
  transform:rotate(-5deg);box-shadow:0 10px 25px rgba(55,45,35,.06)
}
.categoryHeroVisual span:nth-child(2){transform:rotate(6deg);margin-top:28px}
.categoryHeroVisual span:nth-child(3){transform:rotate(-2deg);margin-top:-18px}

.categoryNavWrap{margin-top:18px;padding:16px 18px;background:rgba(255,255,255,.62);border:1px solid var(--line);border-radius:18px}
.categoryNavTitle{font-size:12px;color:var(--muted);margin:0 0 10px 2px}
.categoryNavGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
.categoryNavBtn{
  min-height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;
  padding:7px 9px;display:flex;align-items:center;justify-content:center;gap:6px;
  font-size:12px;color:inherit
}
.categoryNavBtn:hover{background:#f1f5ef}
.categoryNavBtn.active{background:var(--green);color:#fff;border-color:var(--green)}
.categoryNavBtn[data-category="support"],
.categoryNavBtn[data-category="support"]:not(.active),
.categoryNavBtn[data-category="support"].active{
 background:#b91c1c!important;border-color:#991b1b!important;color:#fff!important;
 box-shadow:0 3px 10px rgba(153,27,27,.22)
}
.categoryNavBtn[data-category="support"] .miniIcon svg,
.categoryNavBtn[data-category="support"] .miniIcon svg .accent{stroke:#fff!important}
.categoryNavBtn .miniIcon{font-size:14px}

.categoryBody{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;margin-top:24px}
.providersHead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}
.providersHead h2{margin:0 0 5px;font-size:25px}.providersHead p{margin:0;color:var(--muted);font-size:13px}
.sortPill{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px 12px;font-size:12px}
.providerList{display:grid;gap:10px}
.supportEmergencyBar{
 display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:fit-content;max-width:100%;
 margin-top:7px;padding:6px 10px;border:1px solid #ef9a9a;border-radius:10px;
 background:#fff1f1;color:#7f1d1d;font-size:12px;font-weight:700
}
.supportEmergencyBar a{color:#b91c1c;font-size:14px;text-decoration:none}
.supportEmergencyBar--modal{width:100%;margin:0 0 14px;justify-content:center}
.supportUnknownBtn{
 width:100%;border:1px solid #cbd5c8;border-radius:15px;background:#f6f8f4;padding:13px 16px;
 display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;text-align:left;color:inherit
}
.supportUnknownBtn span{color:var(--muted);font-size:12.5px}.supportUnknownBtn strong{color:var(--green);font-size:17px}
.supportUnknownBtn:hover{background:#fff;border-color:#aebba9}
.leisureRouteHint{
 display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 14px;padding:10px 12px;
 border:1px solid var(--line);border-radius:12px;background:#f5f8f3;font-size:12px
}
.leisureRouteHint span{font-weight:700;margin-right:2px}
.leisureRouteHint button{border:1px solid #cbd5c8;border-radius:9px;background:#fff;color:var(--green);padding:7px 10px;font-weight:700}
.leisureRouteHint button:hover{border-color:#9daf98;background:#fbfdf9}
.importantContacts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}
.importantContacts a{display:flex;flex-direction:column;gap:3px;padding:11px;border:1px solid var(--line);border-radius:11px;background:#f8faf6;color:inherit;text-decoration:none}
.importantContacts a b{font-size:20px;color:var(--green)}.importantContacts a span{font-size:11px;color:var(--muted)}
@media(max-width:620px){.importantContacts{grid-template-columns:1fr}}
.providerRow{
  background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px 16px;
  display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,.9fr) auto;gap:14px;align-items:center;
  box-shadow:0 5px 16px rgba(50,40,30,.04)
}
.providerRow--noMeta{grid-template-columns:minmax(0,1fr) auto}
.providerIdentity{display:flex;align-items:center;gap:13px;min-width:0}
.providerLogo{
  width:48px;height:48px;flex:0 0 48px;border-radius:12px;display:grid;place-items:center;
  font-weight:800;font-size:14px;color:#fff;background:var(--green)
}
.providerIdentity h3{margin:0 0 5px;font-size:17px}.providerIdentity p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.4}
.providerMeta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.rating{font-weight:700}.rating .star{color:#dca514}.reviews{font-size:12px;color:var(--muted)}
.linkTag{font-size:10px;padding:5px 8px;border-radius:999px;background:#eef3ef;color:#47624e}
.providerRow .chooseBtn{
  border:0;border-radius:11px;background:var(--green);color:#fff;padding:11px 15px;white-space:nowrap
}
.providerRow .chooseBtn:hover{background:var(--greenDark)}
@media(max-width:700px){
 .supportEmergencyBar{align-items:flex-start;gap:4px 7px}.supportEmergencyBar span[aria-hidden="true"]{display:none}
 .supportEmergencyBar span{display:block;width:100%}
 .supportUnknownBtn{grid-template-columns:1fr auto}.supportUnknownBtn span{grid-column:1/-1;grid-row:2}
}

.categoryAssistant{
  align-self:start;position:sticky;top:122px;background:#f3f7f1;border:1px solid var(--line);
  border-radius:20px;padding:17px;box-shadow:var(--shadow)
}
.categoryAssistantTop{display:flex;align-items:center;gap:12px}
.categoryAssistantTop img{width:60px;height:60px;border-radius:50%;object-fit:cover;object-position:50% 43%}
.categoryAssistantTop div{display:flex;flex-direction:column;gap:5px}
.categoryAssistantMsg{margin-top:14px;background:#fff;border-radius:14px;padding:13px;font-size:13px;line-height:1.5}
.categoryAssistantQuick{display:grid;gap:7px;margin:12px 0}
.categoryAssistantQuick button{
  border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.75);
  padding:10px;text-align:left;font-size:12px;color:inherit
}
.categoryAssistantQuick button:hover{background:#fff}
.full{width:100%}

@media(max-width:1050px){
  .categoryBody{grid-template-columns:1fr}
  .categoryAssistant{position:static}
  .categoryNavGrid{grid-template-columns:repeat(4,1fr)}
  .providerRow{grid-template-columns:1fr auto}
  .providerMeta{grid-column:1/2}
}
@media(max-width:700px){
  .categoryPage{padding:20px 14px 55px}
  .categoryHero--master{padding:24px}.categoryHeroVisual{display:none}
  .categoryHeroCopy{align-items:flex-start}.categoryHero--master h1{font-size:32px}
  .categoryNavGrid{grid-template-columns:repeat(2,1fr)}
  .providerRow{grid-template-columns:1fr}.providerMeta{grid-column:auto}.providerRow .chooseBtn{width:100%}
}

/* Rating star semantics: green = ordinary, blue = verified partner/referral */
.regularStar{color:#2f9e44!important}.partnerStar{color:#1971c2!important}


/* MASTER v4 */
.standaloneStar{font-size:18px;line-height:1;vertical-align:middle}
.partnerStar{color:#1971c2!important}
.regularStar{color:#2f9e44!important}
.assistantPick.active{box-shadow:0 0 0 2px rgba(39,99,59,.18)}

.workResourceList{display:grid;gap:10px;margin-top:16px}
.workResourceCard{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:13px 15px;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:#fff;cursor:pointer}
.workResourceCard span{font-size:13px;opacity:.72;margin-top:3px}

.transportTicketTypes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}
.transportTicketTypes .workResourceCard:last-child{grid-column:1/-1}
.transportResourceCard b{display:flex;align-items:center;gap:6px}
@media(max-width:700px){.transportTicketTypes{grid-template-columns:1fr}.transportTicketTypes .workResourceCard:last-child{grid-column:auto}}

/* YNH v11 — unified two-tone category icon system */
.catIcon,
#categoryIcon,
.categoryIcon{
  box-sizing:border-box;
  width:56px;
  height:56px;
  flex:0 0 56px;
  border-radius:16px;
  display:grid;
  place-items:center;
  padding:12px;
  color:#222a34;
  overflow:hidden;
}
.catIcon svg,
#categoryIcon svg,
.categoryIcon svg{
  width:100%;
  height:100%;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}
.catIcon svg .accent,
#categoryIcon svg .accent,
.categoryIcon svg .accent{
  stroke:#2f6feb;
}
.categoryNavBtn .miniIcon{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:grid;
  place-items:center;
  color:currentColor;
}
.categoryNavBtn .miniIcon svg{
  width:18px;
  height:18px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.categoryNavBtn .miniIcon svg .accent{stroke:#2f6feb}
.categoryNavBtn.active .miniIcon svg .accent{stroke:#fff}
.categoryNavBtn.active .miniIcon svg{stroke:#fff}
.catCard{
  min-height:184px;
}
.catTop{
  align-items:flex-start;
}
@media(max-width:700px){
  .catIcon,#categoryIcon,.categoryIcon{
    width:50px;height:50px;flex-basis:50px;border-radius:14px;padding:10px;
  }
  .categoryNavBtn .miniIcon{width:20px;height:20px;flex-basis:20px}
  .categoryNavBtn .miniIcon svg{width:17px;height:17px}
}

/* YNH v12 — approved icon system applied to all interface/category/subcategory tabs */
.brandIcon svg,.navSvgIcon svg,.quickSvgIcon svg,.sendSvgIcon svg,.footerSvgIcon svg,
.providerLogo--icon svg,.resourceSvgIcon svg,.heroSvgTile svg{
  width:100%;height:100%;display:block;fill:none;stroke:currentColor;
  stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
}
.brandIcon svg .accent,.navSvgIcon svg .accent,.quickSvgIcon svg .accent,.sendSvgIcon svg .accent,
.footerSvgIcon svg .accent,.providerLogo--icon svg .accent,.resourceSvgIcon svg .accent,.heroSvgTile svg .accent{
  stroke:#2f6feb;
}
.brandIcon{padding:10px;font-size:0}
.navSvgIcon{width:22px;height:22px;flex:0 0 22px;display:inline-grid;place-items:center;color:#222a34}
.quickSvgIcon{width:21px;height:21px;flex:0 0 21px;display:inline-grid;place-items:center;color:#222a34}
.sendSvgIcon{width:19px;height:19px;display:grid;place-items:center;color:#fff}
.sendSvgIcon svg .accent{stroke:#fff}
.footerSvgIcon{width:22px;height:22px;display:grid;place-items:center;color:#222a34}
.providerLogo--icon{
  padding:11px;background:#f2f5f2!important;color:#222a34!important;border:1px solid #d9e0db;
}
.providerLogo--icon svg{width:100%;height:100%}
.resourceSvgIcon{width:28px!important;height:28px!important;flex:0 0 28px;display:grid!important;place-items:center;color:#222a34;opacity:1!important;margin:0!important}
.iconResourceCard{display:grid!important;grid-template-columns:32px 1fr;column-gap:10px;align-items:center!important}
.iconResourceCard>b{grid-column:2;grid-row:1;margin:0}
.iconResourceCard>span:not(.resourceSvgIcon){grid-column:2}
.categoryHeroVisual .heroSvgTile{
  width:72px;height:72px;border-radius:22px;background:rgba(255,255,255,.64);
  display:grid;place-items:center;padding:18px;color:#222a34;
  transform:rotate(-5deg);box-shadow:0 10px 25px rgba(55,45,35,.06)
}
.categoryHeroVisual .heroSvgTile:nth-child(2){transform:rotate(6deg);margin-top:28px}
.categoryHeroVisual .heroSvgTile:nth-child(3){transform:rotate(-2deg);margin-top:-18px}
.categoryHeroVisual .heroSvgTile svg{width:100%;height:100%}

.categoryHeroVisual{display:flex;gap:14px;align-items:center;padding-right:22px}


/* YNH v12.1 — multilingual layout hotfix */

/* Header: keep controls readable in ES/EN/UA/RU */
.header{
  align-items:center;
}
.nav{
  flex-wrap:wrap;
  row-gap:8px;
}
.nav>button,
.selectBtn{
  min-width:0;
  white-space:normal;
  line-height:1.15;
}
.nav>button>span:not(.navSvgIcon),
.selectBtn>span:not(.navSvgIcon){
  min-width:0;
}
.nav>button[data-modal="about"],
.nav>button[data-modal="important"]{
  max-width:220px;
}
.assistantPick,
.myHomeBtn{
  flex:0 0 auto;
}
.myHomeBtn span,
.assistantPick span{
  min-width:0;
}
.myHomeBtn b,
.assistantPick b{
  line-height:1.05;
}

/* Lobby cards: stable heights and text wrapping */
.catCard{
  min-height:190px;
}
.catCard h3{
  line-height:1.12;
  overflow-wrap:anywhere;
}
.catCard p{
  line-height:1.5;
  overflow-wrap:anywhere;
}

/* Assistant panel: prevent multilingual text overlap */
.assistantPanel,
.categoryAssistant{
  min-width:0;
}
.quick,
.categoryAssistantQuick{
  display:grid;
  gap:10px;
}
.quick button,
.categoryAssistantQuick button{
  position:relative;
  min-height:60px;
  height:auto;
  padding:12px 42px 12px 12px;
  display:grid;
  grid-template-columns:24px minmax(0,1fr) 16px;
  align-items:center;
  column-gap:10px;
  text-align:left;
  white-space:normal;
  line-height:1.25;
  overflow:hidden;
}
.quick button .quickSvgIcon{
  grid-column:1;
  align-self:center;
}
.quick button>span:not(.quickSvgIcon){
  grid-column:2;
  min-width:0;
  overflow-wrap:anywhere;
}
.quick button::after{
  content:"›";
  grid-column:3;
  justify-self:end;
  align-self:center;
  font-size:18px;
}
.quick button{
  font-size:14px;
}
.quick button:last-child{
  margin-bottom:0;
}
.categoryAssistantQuick button{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:12px 14px;
  min-height:48px;
  overflow-wrap:anywhere;
}
.categoryAssistantMsg{
  line-height:1.5;
  overflow-wrap:anywhere;
}
.assistantMessage{
  line-height:1.5;
  overflow-wrap:anywhere;
}

/* Remove old literal arrow text from quick buttons visually if present */
.quick button{
  color:inherit;
}
.quick button > :last-child{
  min-width:0;
}

/* Chat box */
.chat{
  align-items:center;
}
.chat input{
  min-width:0;
}
.chat button{
  flex:0 0 38px;
}

/* Category pages */
.providerIdentity{
  min-width:0;
}
.providerIdentity h3,
.providerIdentity p,
.linkTag{
  overflow-wrap:anywhere;
}
.providerRow{
  min-width:0;
}
.chooseBtn{
  align-self:center;
}

/* Responsive header and assistant */
@media(max-width:1280px){
  .header{
    padding-left:18px;
    padding-right:18px;
  }
  .nav{
    justify-content:flex-end;
  }
  .nav>button,
  .selectBtn{
    min-height:50px;
  }
}

@media(max-width:980px){
  .header{
    align-items:flex-start;
  }
  .brand{
    flex:0 0 auto;
  }
  .nav{
    width:100%;
    margin-left:0;
  }
  .hero{
    grid-template-columns:1fr;
  }
  .assistantPanel{
    position:static;
    width:auto;
  }
}

@media(max-width:700px){
  .nav{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .nav>button,
  .dropdown,
  .selectBtn{
    width:100%;
    max-width:none!important;
  }
  .assistantPick,
  .myHomeBtn{
    min-width:0;
  }
  .quick button{
    min-height:56px;
  }
  .catCard{
    min-height:170px;
  }
}


/* YNH v12.2 — full multilingual QA fixes */
.nav>button[data-modal="about"] > span:not(.navSvgIcon),
.nav>button[data-modal="important"] > span:not(.navSvgIcon){
  display:block;
  min-width:0;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:auto;
}
.nav>button[data-modal="about"],
.nav>button[data-modal="important"]{
  min-height:58px;
  height:auto;
  align-items:center;
}
.quick button > span:not(.quickSvgIcon){
  display:block;
  width:100%;
  line-height:1.25;
  word-break:normal;
  overflow-wrap:break-word;
}
.quick button{
  min-height:58px;
  height:auto!important;
}
.assistantPanel{
  min-width:280px;
}
.categoryAssistantQuick button{
  line-height:1.25;
  height:auto!important;
}
.categoryNavBtn{
  height:auto;
  min-height:46px;
  line-height:1.15;
  white-space:normal;
}
.providerRow{
  height:auto;
}
.providerIdentity p{
  max-width:100%;
}
@media(max-width:1180px){
  .header{
    flex-wrap:wrap;
  }
  .nav{
    flex:1 1 760px;
  }
}


/* YNH v13 — Insurance */
.insuranceAggregatorCard small{
  margin-top:8px;
  font-size:11px;
  color:#2f6feb;
  font-weight:700;
}
.insuranceTypeGrid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.insuranceTypeGrid .workResourceCard:last-child{
  grid-column:auto;
}
@media(max-width:700px){
  .insuranceTypeGrid{grid-template-columns:1fr}
}


/* YNH v14 — Medicine */
.medicineResourceCard small{
  margin-top:8px;
  font-size:11px;
  color:#2f6feb;
  font-weight:700;
}

/* YNH v16.1 — Education modal layout fix */
.educationTypeGrid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.educationTypeGrid .workResourceCard{
  min-width:0;
  min-height:84px;
  width:100%;
  box-sizing:border-box;
  padding:14px 16px;
}
.educationTypeGrid .workResourceCard b{
  min-width:0;
  line-height:1.22;
  overflow-wrap:anywhere;
  word-break:normal;
}
.educationTypeGrid .workResourceCard:last-child{
  grid-column:1/-1;
}
.educationResourceCard small{
  margin-top:8px;
  font-size:11px;
  color:#2f6feb;
  font-weight:700;
}
@media(max-width:640px){
  .educationTypeGrid{grid-template-columns:1fr}
  .educationTypeGrid .workResourceCard:last-child{grid-column:auto}
}

/* Keep education labels readable in all 4 interface languages */
@media(min-width:700px){
  .modalCard:has(.educationTypeGrid){
    width:min(680px,100%);
  }
}


/* YNH v16.2 — immutable English brand */
.brand .brandName{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
}
.brand .brandName b{
  display:block;
  white-space:nowrap;
  line-height:1;
  letter-spacing:.02em;
}
.mobileBrandTagline{display:block;margin-top:5px;color:#566058;font-size:10px;line-height:1.05;white-space:nowrap}



/* YNH v16.3 — softer inactive buttons across all pages/tabs */
:root{
  --btn-soft-bg: #f7f8f4;
  --btn-soft-bg-2: #f4f6f1;
  --btn-soft-border: #d7ddd2;
  --btn-soft-shadow: 0 1px 2px rgba(20,40,20,.04);
}

/* header controls */
.topbar .ghost,
.topbar .langControl,
.topbar .headerBtn,
.topbar .miniBtn,
header .ghost,
header .langControl,
header .headerBtn,
header .miniBtn,
.aboutBtn,
.langBtn,
.importantBtn,
.homeBtn{
  background: var(--btn-soft-bg) !important;
  border-color: var(--btn-soft-border) !important;
  box-shadow: var(--btn-soft-shadow);
}

/* category buttons / tabs / chips */
.categories .catBtn:not(.active),
.otherCats .catBtn:not(.active),
.tabs .tab:not(.active),
.pills .pill:not(.active),
.subcats .subcat:not(.active),
.subcats .subcatBtn:not(.active),
.category-grid .category-card:not(.active),
.categoryBtn:not(.active),
.catButton:not(.active),
button.ghost:not(.active),
button.soft:not(.active){
  background: var(--btn-soft-bg) !important;
  border-color: var(--btn-soft-border) !important;
  box-shadow: var(--btn-soft-shadow);
}

/* assistant quick actions */
.assistantPanel .quickBtn:not(.active),
.chatPanel .quickBtn:not(.active),
.helperPanel .quickBtn:not(.active),
.quick-actions button:not(.active),
.suggested button:not(.active),
.assistant button:not(.active){
  background: var(--btn-soft-bg-2) !important;
  border-color: var(--btn-soft-border) !important;
  box-shadow: var(--btn-soft-shadow);
}

/* option cards in modal windows */
.cardButton,
.choiceCard,
.optionCard,
.modal .subcat,
.modal .subcatBtn,
.modal .option{
  background: var(--btn-soft-bg) !important;
  border-color: var(--btn-soft-border) !important;
  box-shadow: var(--btn-soft-shadow);
}

/* hover/focus */
.categories .catBtn:not(.active):hover,
.otherCats .catBtn:not(.active):hover,
.tabs .tab:not(.active):hover,
.pills .pill:not(.active):hover,
.subcats .subcat:not(.active):hover,
.subcats .subcatBtn:not(.active):hover,
.category-grid .category-card:not(.active):hover,
.categoryBtn:not(.active):hover,
.catButton:not(.active):hover,
.assistantPanel .quickBtn:not(.active):hover,
.chatPanel .quickBtn:not(.active):hover,
.helperPanel .quickBtn:not(.active):hover,
.quick-actions button:not(.active):hover,
.suggested button:not(.active):hover,
.assistant button:not(.active):hover,
.topbar .ghost:hover,
.topbar .langControl:hover,
.topbar .headerBtn:hover,
.topbar .miniBtn:hover,
.aboutBtn:hover,
.langBtn:hover,
.importantBtn:hover,
.homeBtn:hover{
  background: #fbfcf9 !important;
  border-color: #cdd6c6 !important;
  transform: translateY(-1px);
}

/* active buttons stay stronger */
.active,
.is-active,
button.active,
.catBtn.active,
.tab.active,
.pill.active,
.subcat.active,
.subcatBtn.active,
.categoryBtn.active{
  box-shadow: 0 2px 8px rgba(25,90,45,.12);
}



/* YNH v17 QA — consistent inactive control surface */
.nav>button:not(.active),
.selectBtn,
.categoryNavBtn:not(.active),
.sortPill,
.categoryAssistantQuick button,
.workResourceCard,
.secondaryBtn{
  background:#f8faf6 !important;
  border-color:#d6ddd1 !important;
  box-shadow:0 2px 7px rgba(40,55,40,.045);
}
.nav>button:not(.active):hover,
.selectBtn:hover,
.categoryNavBtn:not(.active):hover,
.categoryAssistantQuick button:hover,
.workResourceCard:hover,
.secondaryBtn:hover{
  background:#fcfdfb !important;
  border-color:#c8d3c2 !important;
}
.categoryNavBtn.active,
.assistantPick.active,
.chooseBtn,
.primaryBtn{
  box-shadow:0 3px 10px rgba(23,74,43,.13);
}

/* YNH v21 — compact About page */
.aboutPage .aboutHero{min-height:620px}
.aboutHeroActions{margin-bottom:0}
.aboutContent{padding-top:64px}
.aboutAssistants{margin-bottom:68px}
.aboutAssistantGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:820px}
.aboutAssistantCard{border:1px solid var(--line);border-radius:20px;background:#fff;padding:17px;display:grid;grid-template-columns:68px 1fr 28px;gap:16px;align-items:center;text-align:left;color:inherit;box-shadow:var(--shadow)}
.aboutAssistantCard:hover{transform:translateY(-2px);border-color:#afc2aa}
.aboutAssistantCard img{width:68px;height:68px;border-radius:50%;object-fit:cover;object-position:50% 43%}
.aboutAssistantCard span{display:flex;flex-direction:column;gap:7px}
.aboutAssistantCard b{font-size:18px;color:var(--green)}
.aboutAssistantCard small{font-size:14px;line-height:1.4;color:var(--muted)}
.aboutAssistantCard strong{font-size:25px;color:var(--green)}
.aboutHelperModal{display:grid;grid-template-columns:88px 1fr;gap:20px;align-items:center}
.aboutHelperModal img{width:88px;height:88px;border-radius:50%;object-fit:cover;object-position:50% 43%}
.aboutHelperModal h2{margin:0 0 8px}
.aboutHelperModal p{margin:0;line-height:1.55;color:var(--muted)}
.aboutHelperActions{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}
.aboutPage .aboutServices{margin-bottom:0}
.aboutCategoryCard{grid-template-columns:56px 1fr 18px;min-height:96px}
.aboutCategoryIcon{box-sizing:border-box;width:56px;height:56px;flex:0 0 56px;border-radius:16px;display:grid;place-items:center;padding:12px;color:#222a34;overflow:hidden}
.aboutCategoryIcon svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.aboutCategoryIcon svg .accent{stroke:#2f6feb}
.aboutCategoryCard[data-category="support"] .aboutCategoryIcon{color:#fff;background:rgba(255,255,255,.16)!important}
.aboutCategoryCard[data-category="support"] .aboutCategoryIcon svg,.aboutCategoryCard[data-category="support"] .aboutCategoryIcon svg .accent{stroke:#fff}
@media(max-width:590px){.aboutAssistantGrid{grid-template-columns:1fr}.aboutAssistants{margin-bottom:54px}.aboutHelperModal{grid-template-columns:1fr;text-align:center}.aboutHelperModal img{margin:auto}.aboutHelperActions{flex-direction:column}}
/* YNH v23 — Spain essentials page */
.importantPage{background:#fbf8f2;min-height:100vh}.importantHero{min-height:620px;background:linear-gradient(90deg,rgba(251,244,233,.98) 0%,rgba(251,244,233,.92) 29%,rgba(251,244,233,.2) 55%,rgba(251,244,233,0) 72%),url('assets/spain-essentials-collage-v1.png') center/cover no-repeat;display:flex;align-items:center;padding:70px max(34px,calc((100vw - 1240px)/2))}.importantHeroCopy{width:min(570px,48vw)}.importantHero h1{font-size:58px;line-height:1.03;letter-spacing:-2.6px;margin:0 0 22px}.importantHero p{font-size:20px;line-height:1.55;margin:0;max-width:550px}.importantHeroActions{display:flex;gap:11px;margin:28px 0 15px}.importantHeroActions button{min-height:50px}.importantHero small{color:#566058}.importantContent{max-width:1080px;margin:0 auto;padding:72px 30px}.importantContent>section{margin-bottom:84px}.importantContent h2{font-size:40px;line-height:1.12;letter-spacing:-1.2px;margin:0}.countryFactGrid,.countryFeatureGrid{display:block;border-top:1px solid var(--line)}.countryFactCard,.countryFeatureCard{background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:19px 0;box-shadow:none;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}.countryListNo{width:34px;height:34px;border-radius:50%;background:#e8efe4;color:var(--green);font-weight:800;display:grid;place-items:center;font-size:14px}.countryFeatureCard .countryListNo{background:#f0e8dc}.countryFactCard h3,.countryFeatureCard h3{margin:0 0 6px;font-size:18px}.countryFactCard strong{display:block;color:var(--green);font-size:16px;margin-bottom:6px}.countryFactCard p,.countryFeatureCard p{margin:0;color:var(--muted);line-height:1.55;font-size:15px}.importantSources{border-top:1px solid var(--line);padding-top:22px;color:var(--muted);font-size:13px;line-height:1.6}.importantPage .aboutSectionHead{margin-bottom:28px}
@media(max-width:920px){.importantHero{min-height:600px;background-position:63% center;padding:55px 24px}.importantHeroCopy{width:min(540px,72vw)}.importantHero h1{font-size:46px}}
@media(max-width:590px){.importantHero{min-height:700px;align-items:flex-end;background-position:68% center;background-image:linear-gradient(180deg,rgba(251,244,233,.04) 0%,rgba(251,244,233,.5) 42%,rgba(251,244,233,.98) 68%),url('assets/spain-essentials-collage-v1.png');padding:34px 18px}.importantHeroCopy{width:100%}.importantHero h1{font-size:38px;letter-spacing:-1.5px}.importantHero p{font-size:17px}.importantHeroActions{flex-direction:column}.importantContent{padding:55px 16px}.importantContent h2{font-size:32px}.countryFactCard,.countryFeatureCard{grid-template-columns:36px 1fr;gap:10px;padding:17px 0}.countryListNo{width:30px;height:30px}.importantContent>section{margin-bottom:58px}}

/* YNH v29 — one universal fixed assistant panel on every page */
.hero{grid-template-columns:1fr}
.assistantPanel.universalAssistant{
 display:block!important;position:fixed!important;z-index:45;right:18px;
 top:calc(var(--ynh-header-height,98px) + 14px);bottom:auto;width:310px;
 max-height:calc(100vh - var(--ynh-header-height,98px) - 30px);overflow:auto;
 transform:translateX(calc(100% + 34px));opacity:0;visibility:hidden;pointer-events:none;
 transition:transform .24s ease,opacity .2s ease,visibility 0s linear .24s;
 box-shadow:0 16px 44px rgba(35,45,35,.2)
}
.assistantPanel.universalAssistant.open{transform:translateX(0);opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}
.assistantPanel.universalAssistant .assistantMessage{min-height:136px}
.assistantPanel.universalAssistant .chat{margin-top:12px}
body #app{transition:padding-right .24s ease}
body.assistant-open #app{padding-right:338px}
.categoryAssistant,.aboutAssistants{display:none!important}
@media(max-width:1100px){body.assistant-open #app{padding-right:0}.assistantPanel.universalAssistant{right:12px;width:min(320px,calc(100vw - 24px))}}
@media(max-width:590px){.assistantPanel.universalAssistant{top:calc(var(--ynh-header-height,98px) + 8px);bottom:auto;right:8px;width:calc(100vw - 16px);max-height:calc(100vh - var(--ynh-header-height,98px) - 16px)}}

/* YNH v33 — service collage header */
.header{
 min-height:116px;padding:14px clamp(14px,1.6vw,28px);gap:clamp(12px,1.4vw,22px);
 background:
  linear-gradient(90deg,rgba(250,247,241,.87) 0%,rgba(250,247,241,.72) 30%,rgba(250,247,241,.74) 70%,rgba(250,247,241,.89) 100%),
  url('assets/header-services-collage-v1.png') center 51%/cover no-repeat;
 border-bottom:1px solid rgba(65,75,62,.18);
 box-shadow:0 7px 22px rgba(55,48,38,.08);
}
.brand{
 min-width:210px;padding:8px 10px;border:1px solid rgba(75,90,70,.16);border-radius:16px;
 background:rgba(255,255,255,.72);box-shadow:0 3px 12px rgba(45,40,32,.055);
 backdrop-filter:blur(7px);
}
.nav{flex:1;justify-content:flex-end;flex-wrap:nowrap;gap:8px}
.nav>button,.selectBtn{
 min-height:54px;padding:7px 10px;
 background:rgba(253,253,250,.84)!important;
 border-color:rgba(76,91,72,.19)!important;
 box-shadow:0 3px 11px rgba(45,40,32,.07)!important;
 backdrop-filter:blur(8px);
}
.nav>button:hover,.selectBtn:hover{background:rgba(255,255,255,.96)!important;border-color:rgba(68,99,61,.34)!important}
.assistantPick.active{background:rgba(39,99,59,.95)!important;border-color:rgba(23,74,43,.62)!important;color:#fff}
.myHomeBtn{background:rgba(236,243,232,.91)!important}

@media(max-width:1450px){
 .header{min-height:106px}
 .brand{min-width:196px}
 .nav>button[data-action="about"]>span:not(.navSvgIcon),
 .nav>button[data-action="important-page"]>span:not(.navSvgIcon),
 .assistantPick span,.myHomeBtn span{display:none}
}
@media(max-width:920px){
 .header{min-height:102px;padding:11px 14px}
 .brand{min-width:184px}
 .nav{overflow-x:auto;justify-content:flex-start;scrollbar-width:thin}
}
@media(max-width:590px){
 .header{min-height:150px;padding:10px 12px 12px;background-position:center 50%}
 .brand{min-width:190px;background:rgba(255,255,255,.78)}
 .nav{margin-left:0;gap:7px}
 .nav>button,.selectBtn{min-height:50px;padding:6px 9px}
}

/* YNH v34 — labelled header controls and fixed collage pages */
@media(max-width:1450px){
 .nav>button[data-action="about"]>span:not(.navSvgIcon),
 .nav>button[data-action="important-page"]>span:not(.navSvgIcon){display:inline!important}
}

.aboutPage{
 background:
  linear-gradient(rgba(250,246,239,.34),rgba(250,246,239,.52)),
  url('assets/about-collage-v1.png') center center/cover fixed no-repeat;
}
.importantPage{
 background:
  linear-gradient(rgba(250,246,239,.34),rgba(250,246,239,.52)),
  url('assets/spain-essentials-collage-v1.png') center center/cover fixed no-repeat;
}
.aboutPage .aboutHero,.importantPage .importantHero{background:none!important}
.aboutPage .aboutHeroCopy,.importantPage .importantHeroCopy{
 padding:clamp(25px,3.2vw,44px);border:1px solid rgba(71,84,67,.16);border-radius:28px;
 background:rgba(253,250,245,.79);box-shadow:0 18px 48px rgba(55,45,34,.12);
 backdrop-filter:blur(7px);
}
.aboutPage .aboutContent,.importantPage .importantContent{background:transparent}
.aboutPage .aboutServices,
.importantPage .importantContent>section,
.importantPage .importantSources{
 border:1px solid rgba(71,84,67,.16);border-radius:25px;
 background:rgba(253,250,245,.86);box-shadow:0 16px 42px rgba(55,45,34,.11);
 backdrop-filter:blur(8px);
}
.aboutPage .aboutServices{padding:clamp(22px,3vw,36px)}
.importantPage .importantContent>section{padding:clamp(22px,3vw,34px);margin-bottom:34px}
.importantPage .importantSources{padding:20px 26px}

@media(max-width:920px){
 .aboutPage,.importantPage{background-position:66% center}
 .aboutPage .aboutHeroCopy,.importantPage .importantHeroCopy{width:min(560px,82vw)}
}
@media(max-width:590px){
 .aboutPage,.importantPage{background-position:70% center}
 .aboutPage .aboutHero,.importantPage .importantHero{background:none!important}
 .aboutPage .aboutHeroCopy,.importantPage .importantHeroCopy{width:100%;padding:23px 19px;border-radius:21px}
 .aboutPage .aboutServices,.importantPage .importantContent>section,.importantPage .importantSources{border-radius:19px}
}

/* YNH v39 — desktop header labels and complete About narrative. */
.aboutLongText{
 max-width:980px;margin:0 auto;padding:clamp(30px,4vw,52px);
 border:1px solid rgba(71,84,67,.16);border-radius:25px;
 background:rgba(253,250,245,.88);box-shadow:0 16px 42px rgba(55,45,34,.11);
 backdrop-filter:blur(8px)
}
.aboutLongText h2{margin:0 0 18px;font-size:34px;line-height:1.14;letter-spacing:-.7px}
.aboutLongText h2:not(:first-child){margin-top:42px}
.aboutLongText h3{margin:0 0 10px;font-size:22px}
.aboutLongText p{margin:0 0 16px;font-size:17px;line-height:1.72;color:#465047}
.aboutPrinciplePanel{margin:34px 0 0;padding:25px;border-radius:19px;background:rgba(231,240,228,.92)}
.aboutPrinciplePanel p{margin-bottom:0}
.aboutNarrativeGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.aboutNarrativeGrid article{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:18px;border:1px solid rgba(71,84,67,.14);border-radius:16px;background:rgba(255,255,255,.78)}
.aboutNarrativeGrid article>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e7efe4;color:var(--green);font-weight:800}
.aboutNarrativeGrid h3{margin:2px 0 7px;font-size:18px}
.aboutNarrativeGrid p{margin:0;font-size:14px;line-height:1.5}

@media(min-width:768px){
 .header{align-items:center!important;flex-wrap:wrap!important}
 .nav{align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;overflow:visible!important;scrollbar-width:auto!important}
 .nav>button,.selectBtn{min-height:58px!important;padding:8px 12px!important;justify-content:center!important;white-space:nowrap!important;line-height:1.1!important}
 .nav>button>span:not(.navSvgIcon),.selectBtn>span:not(.navSvgIcon){min-width:max-content!important;white-space:nowrap!important;text-align:center!important;overflow-wrap:normal!important}
 .nav>button[data-action="about"]{min-width:118px!important}
 .nav>button[data-action="important-page"]{min-width:190px!important;max-width:none!important}
 .assistantPick{min-width:134px!important;justify-content:flex-start!important}
 .assistantPick span,.myHomeBtn span{display:flex!important;align-items:flex-start!important;justify-content:center!important;line-height:1.05!important}
 .assistantPick small,.myHomeBtn small{white-space:nowrap!important;font-size:9.5px!important;line-height:1.1!important;margin-top:4px!important}
 .myHomeBtn{display:flex!important;min-width:154px!important;justify-content:flex-start!important}
 .brand small{display:block!important}
}
@media(min-width:768px) and (max-width:1180px){
 .header{align-items:flex-start!important}
 .brand{flex:0 0 210px!important}
 .nav{flex:1 1 100%!important;width:100%!important;justify-content:flex-start!important}
}

/* YNH v35 — approved Mobile MVP layer. Desktop selectors above remain unchanged. */
.mobileHeaderNav,
.mobileLobbyActions,
.mobileHeaderAssistants,
.mobileAssistantClose{display:none}

@media(max-width:767px){
 html,body{width:100%;max-width:100%;overflow-x:hidden}
 html{scroll-padding-top:112px}
 body{padding:100px 0 0!important;background:#f7f4ee;min-height:100vh}
 body.assistant-open{overflow:hidden}
 body.assistant-open::before{content:"";position:fixed;inset:0;z-index:44;background:rgba(20,26,21,.34)}

 .header{
  position:fixed!important;top:0!important;right:0!important;left:0!important;z-index:30!important;width:100%!important;
  min-height:100px!important;height:100px!important;padding:6px 8px 7px!important;gap:5px!important;
  flex-wrap:wrap!important;align-items:center!important;overflow:visible!important;
  background:
   linear-gradient(90deg,rgba(250,247,241,.92),rgba(250,247,241,.78),rgba(250,247,241,.92)),
   url('assets/header-services-collage-v1.png') center 49%/cover no-repeat!important;
 }
 .header .brand{
  width:calc(100% - 126px)!important;max-width:calc(100% - 126px)!important;min-width:0!important;min-height:46px!important;
  padding:4px 8px!important;gap:9px!important;border-radius:12px!important;
  background:rgba(255,255,255,.82)!important
 }
 .header .brandIcon{width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:9px!important;padding:7px!important}
 .header .brandName{display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important}
 .header .brandName b{font-size:15px!important;line-height:1.05!important;white-space:nowrap!important}
 .mobileBrandTagline{display:block!important;margin-top:4px!important;font-size:9px!important;line-height:1.05!important;color:#566058!important;white-space:nowrap!important}
 .header .nav{display:none!important}
 .mobileHeaderNav{display:grid!important;grid-template-columns:.82fr 1.08fr 1.42fr .48fr!important;gap:4px!important;width:100%!important}
 .mobileHeaderNav>button{min-width:0!important;min-height:36px!important;padding:4px 5px!important;border:1px solid rgba(72,91,69,.20)!important;border-radius:9px!important;background:rgba(255,255,255,.88)!important;color:#202a22!important;font-size:10px!important;line-height:1.08!important;font-weight:750!important;white-space:normal!important}
 .mobileHeaderNav>button:hover{background:#edf3eb!important}
 .mobileHeaderAssistants{display:grid!important;position:absolute!important;top:6px!important;right:8px!important;width:120px!important;height:46px!important;grid-template-columns:1fr 1fr!important;gap:4px!important}
 .mobileHeaderAssistantBtn{display:flex!important;min-width:0!important;height:46px!important;padding:3px 2px 2px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1px!important;border:1px solid rgba(72,91,69,.24)!important;border-radius:10px!important;background:rgba(255,255,255,.94)!important;color:#202a22!important;box-shadow:0 2px 7px rgba(45,40,32,.07)!important}
 .mobileHeaderAssistantBtn:hover{background:#f6f9f4!important}
 .mobileHeaderAssistantBtn.active{background:#27633b!important;color:#fff!important;border-color:#27633b!important;box-shadow:0 3px 9px rgba(23,74,43,.20)!important}
 .mobileHeaderAssistantBtn img{width:27px!important;height:27px!important;flex:0 0 27px!important;border-radius:50%!important;object-fit:cover!important;object-position:50% 43%!important}
 .mobileHeaderAssistantBtn span{display:block!important;max-width:100%!important;font-size:8.5px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}

 #app{position:relative!important;isolation:isolate!important;width:100%;max-width:100%;padding-right:0!important;overflow-x:clip}
 #app::before{
  content:"";position:fixed;inset:100px 0 0;z-index:0;pointer-events:none;
  background:
   linear-gradient(rgba(247,244,238,.54),rgba(247,244,238,.66)),
   url('assets/lobby-background-clean-v1.png') 48% center/cover no-repeat
 }
 #app>section{position:relative;z-index:1}
 .hero{
  display:block!important;width:100%!important;min-height:0!important;padding:14px 12px 30px!important;
  overflow:visible!important;background:transparent!important
 }
 .heroBg{
  display:none!important
 }
 .hero::after{display:none!important}
 .content{position:relative!important;z-index:2!important;width:100%!important;max-width:520px!important;margin:0 auto!important}
 .titleBlock{display:block!important;margin:0 0 11px!important;padding:14px 15px!important;border:1px solid rgba(60,78,58,.13)!important;border-radius:15px!important;background:rgba(255,255,255,.86)!important;backdrop-filter:blur(7px)!important}
 .titleBlock h1{margin:0!important;font-size:25px!important;line-height:1.08!important;letter-spacing:-.7px!important}
 .titleBlock .greenLine{width:34px!important;height:3px!important;margin:9px 0!important}
 .titleBlock p{margin:0!important;font-size:12.5px!important;line-height:1.35!important}

 .mobileLobbyActions{display:none!important}
 .mobileLobbyActions button{width:100%;min-height:52px;border-radius:14px;font-weight:800;letter-spacing:.01em}
 .mobileSelfBtn{border:0;background:#789f8d;color:#fff;box-shadow:0 6px 16px rgba(62,105,82,.16)}
 .mobileSelfBtn:hover{background:#628a78}
 .mobileAssistantBtn{margin-top:9px;border:1.5px solid #789f8d;background:#fff;color:#507763}
 .mobileAssistantBtn:hover{background:#f2f7f3}
 .mobileLobbyActions h2{margin:24px 2px 10px;font-size:17px;line-height:1.2}

 .grid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important}
 .catCard{
  width:100%!important;min-width:0!important;min-height:66px!important;padding:9px 11px!important;
  border-radius:14px!important;display:flex!important;flex-direction:row!important;align-items:center!important;
  background:rgba(255,255,255,.88)!important;backdrop-filter:blur(7px)!important;
  box-shadow:0 3px 10px rgba(50,40,30,.08)!important;transform:none!important
 }
 .catTop{flex:1;min-width:0;align-items:center!important;gap:11px!important}
 .catTop>div{min-width:0}
 .catIcon{width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:12px!important;padding:9px!important}
 .catCard h3{margin:0!important;font-size:16px!important;line-height:1.18!important;overflow-wrap:normal!important}
 .catCard p{display:none!important}
 .catArrow{width:32px!important;height:32px!important;flex:0 0 32px!important;margin:0 0 0 10px!important;font-size:20px!important}
 .catCard[data-category="support"]{background:#b91c1c!important;color:#fff!important;border-color:#a31616!important;box-shadow:0 5px 14px rgba(153,27,27,.18)!important}

 .footer{display:none!important}
 .assistantPanel.universalAssistant{
  position:fixed!important;z-index:45!important;top:calc(var(--ynh-header-height,108px) + 8px)!important;right:8px!important;bottom:8px!important;left:8px!important;
  width:auto!important;max-width:none!important;max-height:none!important;margin:0!important;padding:15px 13px 13px!important;
  border-radius:18px!important;overflow:auto!important;overscroll-behavior:contain;
  transform:translateX(calc(100% + 24px));
 }
 .assistantPanel.universalAssistant.open{transform:translateX(0)}
 .assistantHeader{position:relative;padding:0 40px 11px 2px!important;gap:11px!important}
 .assistantHeader img{width:58px!important;height:58px!important}
 .assistantHeader h2{font-size:22px!important;margin:0 0 5px!important}
 .mobileAssistantClose{display:grid!important;place-items:center;position:absolute;right:0;top:0;width:38px;height:38px;border:0;border-radius:50%;background:#edf2ec;font-size:25px;line-height:1;color:#243027}
 .assistantMessage{min-height:128px!important;padding:15px 13px 27px!important}
 .chat{position:sticky;bottom:0;margin-top:10px!important;background:#fff!important}

 .modal{padding:10px!important;align-items:center!important}
 .modalCard{width:100%!important;max-height:calc(100svh - 90px)!important;padding:25px 18px 20px!important;border-radius:18px!important}
 .mobileLanguageList{display:grid;gap:8px}
 .mobileLanguageList button{width:100%;min-height:48px;border:1px solid #d2dbcf;border-radius:12px;background:#f8faf6;color:#243027;text-align:left;padding:10px 13px}
 .mobileLanguageList button:hover{background:#edf4ec}
 .toast{left:12px!important;right:12px!important;bottom:12px!important;max-width:none!important}

 .categoryPage{position:relative!important;z-index:2!important;width:100%!important;max-width:520px!important;min-height:calc(100svh - 100px)!important;margin:0 auto!important;padding:16px 12px 30px!important;background:rgba(247,244,238,.50)!important}
 .back{display:none!important}
 .categoryHero--master{position:relative!important;z-index:2!important;min-height:0!important;padding:16px!important;border-radius:17px!important;gap:10px!important}
 .categoryHeroCopy{gap:12px!important;align-items:flex-start!important}
 .categoryHero--master .categoryIcon,#categoryIcon{width:48px!important;height:48px!important;flex:0 0 48px!important;border-radius:13px!important;padding:9px!important}
 .categoryHero--master h1{font-size:27px!important;line-height:1.08!important;margin:0 0 7px!important;overflow-wrap:anywhere}
 .categoryHero--master p{font-size:13px!important;line-height:1.42!important}
 .categoryHeroVisual{display:none!important}
 .categoryNavWrap{display:none!important}
 .categoryBody,.providers,.providerList{position:relative!important;z-index:2!important}
 .categoryBody{display:block!important;margin-top:17px!important}
 .providersHead{align-items:flex-start!important;gap:8px!important;margin-bottom:10px!important}
 .providersHead h2{font-size:21px!important}
 .providerList{gap:8px!important}
 .providerRow,.providerRow--noMeta{position:relative!important;z-index:2!important;grid-template-columns:1fr!important;gap:10px!important;padding:13px!important;border-radius:14px!important;background:#fff!important;opacity:1!important}
 .providerIdentity{align-items:flex-start!important;gap:10px!important}
 .providerLogo{width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:11px!important}
 .providerRow .chooseBtn{width:100%!important;min-height:44px!important}
 .providerMeta{grid-column:auto!important}
 .categoryAssistant{display:none!important}

 .aboutPage,.importantPage{isolation:isolate!important;width:100%!important;max-width:100%!important;min-height:calc(100svh - 100px)!important;background:none!important}
 .aboutPage::before,.importantPage::before{content:"";position:fixed;inset:100px 0 0;z-index:0;pointer-events:none;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}
 .aboutPage::before{background-image:linear-gradient(rgba(251,244,233,.55),rgba(251,244,233,.74)),url('assets/about-collage-v1.png')!important}
 .importantPage::before{background-image:linear-gradient(rgba(251,244,233,.55),rgba(251,244,233,.74)),url('assets/spain-essentials-collage-v1.png')!important}
 .aboutPage>.aboutHero,.aboutPage>.aboutContent,.importantPage>.importantHero,.importantPage>.importantContent{position:relative!important;z-index:1!important}
 .aboutPage .aboutHero,.importantPage .importantHero{display:block!important;min-height:0!important;padding:18px 12px 12px!important;background:none!important}
 .aboutPage .aboutHeroCopy,.importantPage .importantHeroCopy{width:100%!important;max-width:520px!important;margin:0 auto!important;padding:19px 16px!important;border-radius:18px!important}
 .aboutHero h1,.importantHero h1{font-size:31px!important;line-height:1.06!important;letter-spacing:-1.1px!important;margin-bottom:14px!important}
 .aboutHeroLead,.importantHero p{font-size:15px!important;line-height:1.48!important}
 .aboutAudience{font-size:13px!important}
 .aboutHeroActions,.importantHeroActions{display:flex!important;gap:8px!important;margin:18px 0 0!important}
 .aboutHeroActions button,.importantHeroActions .importantHomeBtn{display:block!important;width:100%!important;min-height:48px!important}
 #importantMainBtn,#importantFeaturesBtn{display:none!important}
 .importantHero small{display:block;margin-top:12px;font-size:11px;line-height:1.35}
 .aboutContent,.importantContent{width:100%!important;max-width:520px!important;margin:0 auto!important;padding:0 12px 30px!important}
 .aboutLongText{display:block!important;margin:0!important;padding:19px 16px!important;border:1px solid rgba(65,78,63,.13)!important;border-radius:18px!important;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(8px)!important}
 .aboutLongText h2{margin:0 0 11px!important;font-size:23px!important;line-height:1.13!important}
 .aboutLongText h2:not(:first-child){margin-top:25px!important}
 .aboutLongText h3{margin:0 0 8px!important;font-size:18px!important;line-height:1.2!important}
 .aboutLongText p{margin:0 0 11px!important;color:#465047!important;font-size:14px!important;line-height:1.58!important}
 .aboutPrinciplePanel{margin:22px 0 0!important;padding:15px!important;border-radius:14px!important;background:rgba(231,240,228,.92)!important}
 .aboutPrinciplePanel p{margin-bottom:0!important}
 .aboutNarrativeGrid{grid-template-columns:1fr!important;gap:8px!important}
 .aboutNarrativeGrid article{grid-template-columns:30px 1fr!important;gap:9px!important;padding:13px!important;border-radius:13px!important}
 .aboutNarrativeGrid article>span{width:28px!important;height:28px!important;font-size:12px!important}
 .aboutNarrativeGrid h3{font-size:16px!important}
 .aboutNarrativeGrid p{font-size:13px!important}
 .aboutPage .aboutServices{display:none!important}
 .aboutPage .aboutServices,.importantPage .importantContent>section,.importantPage .importantSources{padding:17px 14px!important;border-radius:17px!important;margin-bottom:12px!important}
 .aboutSectionHead{gap:8px!important;margin-bottom:15px!important}
 .aboutContent h2,.importantContent h2{font-size:25px!important;line-height:1.12!important}
 .aboutCategoryGrid{grid-template-columns:1fr!important;gap:7px!important}
 .aboutCategoryCard{min-height:60px!important;padding:8px 10px!important;border-radius:13px!important;grid-template-columns:44px 1fr 18px!important;gap:10px!important}
 .aboutCategoryIcon{width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:12px!important;padding:9px!important}
 .aboutCategoryCard b{font-size:20px!important}
 .countryFactCard,.countryFeatureCard{grid-template-columns:32px 1fr!important;gap:9px!important;padding:14px 0!important}
 .countryListNo{width:28px!important;height:28px!important;font-size:12px!important}
 .countryFactCard h3,.countryFeatureCard h3{font-size:16px!important}
 .countryFactCard p,.countryFeatureCard p{font-size:13px!important}

 /* Mobile view isolation: this rule must remain last so hidden views never reappear. */
 .hidden{display:none!important}
}

/* YNH v43 — plain header only on Lobby, About and Important pages. */
body:has(#homeView:not(.hidden)) .header,
body:has(#aboutPage:not(.hidden)) .header,
body:has(#importantPage:not(.hidden)) .header{
 background:#dfe2e1!important;
 background-image:none!important
}
