:root{
  --color-primary:#125BA8;
  --color-primary-dark:#0B477F;
  --color-accent:#F7B733;
  --color-coral:#31AA4F;
  --color-text:#17324D;
  --color-muted:#60758B;
  --color-background:#F6FAFD;
  --color-surface:#FFFFFF;
  --color-line:#DCE7EF;
  --radius-sm:14px;
  --radius-md:22px;
  --radius-lg:34px;
  --shadow-sm:0 10px 28px rgba(17,54,84,.08);
  --shadow-md:0 24px 70px rgba(17,54,84,.12);
  --container:1240px;
}
*{box-sizing:border-box}
html{
  max-width:100%;
  overflow-x:hidden;
  scroll-behavior:smooth;
  overscroll-behavior-x:none;
}
body{
  max-width:100%;
  margin:0;
  overflow-x:hidden;
  background:var(--color-surface);
  color:var(--color-text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:17px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
@supports (overflow:clip){
  html,
  body{overflow-x:clip;}
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
button,input,textarea,select{font:inherit}
.kk-container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;padding:12px 18px;border-radius:10px}
.skip-link:focus{top:16px}
h1,h2,h3{line-height:1.06;letter-spacing:-.035em;margin-top:0;color:var(--color-text)}
h1{font-size:clamp(2.65rem,6vw,5.65rem);max-width:970px;margin-bottom:24px}
h2{font-size:clamp(2rem,4vw,3.75rem);margin-bottom:20px}
h3{font-size:clamp(1.25rem,2vw,1.65rem);margin-bottom:12px}
p{margin-top:0}
.eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--color-primary);margin-bottom:18px}
.site-header{height:84px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(220,231,239,.9);position:sticky;top:0;z-index:100;backdrop-filter:blur(16px)}
.admin-bar .site-header{top:32px}
.header-inner{height:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px}
.brand-text{text-decoration:none;font-size:1.45rem;font-weight:900;letter-spacing:-.04em;color:var(--color-primary)}
.brand-text strong{color:var(--color-coral)}
.custom-logo{max-height:58px;width:auto}
.primary-nav .menu{display:flex;align-items:center;justify-content:center;gap:18px;list-style:none;margin:0;padding:0}
.primary-nav a{text-decoration:none;font-size:.9rem;font-weight:700}
.primary-nav a:hover,.primary-nav a:focus{color:var(--color-primary)}
.header-actions{display:flex;align-items:center;gap:16px}
.header-phone{text-decoration:none;font-weight:800;font-size:.9rem;white-space:nowrap}
.kk-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;background:var(--color-primary);color:#fff;text-decoration:none;font-weight:800;border:2px solid var(--color-primary);transition:.2s ease}
.kk-button:hover,.kk-button:focus{transform:translateY(-1px);background:var(--color-primary-dark);border-color:var(--color-primary-dark)}
.kk-button-small{min-height:44px;padding:10px 18px;font-size:.9rem}
.kk-button-ghost{background:transparent;color:var(--color-text);border-color:var(--color-line)}
.kk-button-ghost:hover,.kk-button-ghost:focus{background:#fff;color:var(--color-primary);border-color:var(--color-primary)}
.kk-button-light{background:#fff;color:var(--color-primary);border-color:#fff}
.menu-toggle{display:none;background:none;border:0;width:48px;height:48px;padding:10px}
.menu-toggle>span:not(.screen-reader-text){display:block;height:2px;background:var(--color-text);margin:6px 0}
.hero{min-height:700px;position:relative;overflow:hidden;background:linear-gradient(135deg,#F6FAFD 0%,#FFF9E9 100%)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px;min-height:700px;padding-block:70px}
.hero-copy{position:relative;z-index:2}
.hero-lead{font-size:clamp(1.08rem,1.6vw,1.35rem);color:var(--color-muted);max-width:760px;margin-bottom:30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}
.trust-row span{padding:8px 12px;background:rgba(255,255,255,.72);border:1px solid rgba(18,91,168,.12);border-radius:999px;font-size:.82rem;font-weight:700}
.hero-visual{position:relative;z-index:2;min-width:0}
.hero-visual img,.hero-placeholder{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:48% 48% 24px 24px;box-shadow:var(--shadow-md)}
.hero-placeholder{background:linear-gradient(145deg,var(--color-primary),#2B7FC8);color:white;display:flex;flex-direction:column;justify-content:flex-end;padding:40px;min-height:520px}
.hero-placeholder strong{font-size:2rem;line-height:1.1}
.hero-placeholder span{opacity:.82;margin-top:10px}
.hero-placeholder-kicker{color:var(--color-accent);font-weight:800;margin-bottom:10px}
.hero-shape{position:absolute;border-radius:999px;filter:blur(1px);opacity:.85}
.hero-shape-one{width:280px;height:280px;background:var(--color-accent);right:-120px;top:110px}
.hero-shape-two{width:180px;height:180px;background:#CBE8FA;left:-80px;bottom:60px}
.section{padding:clamp(72px,8vw,120px) 0}
.section-soft{background:var(--color-background)}
.section-heading{max-width:790px;margin-bottom:44px}
.section-heading p{color:var(--color-muted);font-size:1.08rem}
.inline-heading{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:20px}
.directions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.direction-card{background:#fff;border:1px solid var(--color-line);border-radius:var(--radius-md);overflow:hidden;min-width:0;transition:.2s ease}
.direction-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}
.direction-media{aspect-ratio:16/9;background:linear-gradient(145deg,#E7F3FB,#FFF2C9);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}
.direction-media img{width:100%;height:100%;object-fit:cover}
.direction-number{font-size:clamp(3rem,8vw,6.4rem);font-weight:900;color:rgba(18,91,168,.16);letter-spacing:-.08em}
.direction-content{padding:24px}
.direction-content p{color:var(--color-muted);min-height:52px}
.text-link{color:var(--color-primary);font-weight:850;text-decoration:none}
.program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.program-card{background:#fff;border:1px solid var(--color-line);border-radius:var(--radius-md);overflow:hidden;min-width:0}
.program-image{display:block;aspect-ratio:3/2;background:linear-gradient(145deg,#DCECF8,#FFF1C8);overflow:hidden;text-decoration:none}
.program-image img{width:100%;height:100%;object-fit:cover;transition:.3s ease}
.program-card:hover .program-image img{transform:scale(1.025)}
.image-fallback{display:flex;height:100%;align-items:center;justify-content:center;font-weight:900;color:rgba(18,91,168,.55);font-size:1.7rem}
.program-body{padding:22px}
.program-body h3,.program-body h2{font-size:1.38rem;margin-bottom:12px}
.program-body h3 a,.program-body h2 a{text-decoration:none}
.card-type{font-size:.74rem;text-transform:uppercase;letter-spacing:.1em;font-weight:850;color:var(--color-primary);margin-bottom:10px}
.card-meta{font-size:.92rem;color:var(--color-muted);min-height:28px}
.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}
.card-bottom strong{font-size:1.12rem}
.empty-state{padding:38px;border:1px dashed #B9CAD7;border-radius:var(--radius-md);background:#fff}
.audience-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}
.audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.audience-grid article{padding:26px;border:1px solid var(--color-line);border-radius:var(--radius-md)}
.audience-grid span{display:inline-block;color:var(--color-primary);font-weight:900;margin-bottom:30px}
.audience-grid p{color:var(--color-muted);margin-bottom:0}
.why-section{background:var(--color-text);color:#fff}
.why-section h2{color:#fff}
.why-section .eyebrow{color:var(--color-accent)}
.why-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:70px}
.facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.facts-grid>div{padding:26px;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:30px}
.facts-grid strong{color:var(--color-accent)}
.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.review-card{padding:28px;background:#fff;border:1px solid var(--color-line);border-radius:var(--radius-md)}
.quote-mark{font-size:4rem;color:var(--color-accent);font-weight:900;line-height:.7;margin-bottom:22px}
.review-text{color:var(--color-text);margin-bottom:22px}
.review-card>span{display:block;color:var(--color-muted);font-size:.9rem}
.final-cta{background:var(--color-primary);color:#fff}
.final-cta h2{color:#fff}
.final-cta .eyebrow{color:#D8EDFF}
.final-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}
.final-cta-inner p{max-width:760px;margin-bottom:0;color:#D8EDFF}
.site-footer{background:#0D263D;color:#D7E3EC;padding:70px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:50px}
.footer-grid h2{font-size:1rem;color:#fff;letter-spacing:0}
.footer-brand{font-size:1.6rem;color:#fff;font-weight:900;margin-bottom:16px}
.site-footer a{color:#fff;text-decoration:none}
.footer-menu{list-style:none;padding:0;margin:0}
.footer-menu li{margin:0 0 8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:50px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:.85rem;color:#9FB2C1}
.archive-hero,.page-hero{background:linear-gradient(135deg,#F0F7FC,#FFF8E4);padding:86px 0 74px}
.archive-hero h1,.page-hero h1{font-size:clamp(2.5rem,5vw,4.8rem);margin-bottom:12px}
.archive-description{max-width:760px;color:var(--color-muted)}
.page-content,.single-content{max-width:800px;padding-block:70px}
.page-content>*:first-child,.single-content>*:first-child{margin-top:0}
.page-content h2,.single-content h2{font-size:clamp(1.75rem,3vw,2.6rem);margin-top:50px}
.single-hero{padding:72px 0;background:linear-gradient(135deg,#F4F9FD,#FFF7DE)}
.single-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}
.single-hero h1{font-size:clamp(2.5rem,5vw,4.9rem)}
.single-image{aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;background:#E7F3FB}
.single-image img{width:100%;height:100%;object-fit:cover}
.single-facts{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}
.single-facts span{padding:11px 14px;border-radius:14px;background:#fff;border:1px solid var(--color-line);font-weight:800}
.single-facts small{display:block;color:var(--color-muted);font-size:.72rem;font-weight:600}
.single-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:60px}
.single-aside{padding-top:70px}
.aside-card{position:sticky;top:116px;padding:26px;border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}
.search-results{display:grid;gap:16px}
.search-results article{padding:24px;border:1px solid var(--color-line);border-radius:var(--radius-md)}
.search-results h2{font-size:1.5rem;margin-bottom:10px}
.search-results h2 a{text-decoration:none}
.error-page{min-height:70vh;display:flex;align-items:center;background:linear-gradient(135deg,#F4F9FD,#FFF6D8)}
.error-inner{text-align:center;padding-block:100px}
.error-code{font-size:clamp(6rem,18vw,13rem);font-weight:950;line-height:.8;color:rgba(18,91,168,.11);letter-spacing:-.08em}
.error-inner h1{font-size:clamp(2.2rem,5vw,4rem);margin:30px auto 20px}
.error-inner p{color:var(--color-muted)}
.error-inner .hero-actions{justify-content:center}
.nav-links{display:flex;gap:8px;justify-content:center;margin-top:40px}
.page-numbers{padding:10px 14px;border:1px solid var(--color-line);border-radius:10px;text-decoration:none}
.page-numbers.current{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
@media (max-width:1100px){
  .header-inner{grid-template-columns:auto 1fr auto}
  .header-phone{display:none}
  .primary-nav .menu{gap:12px}
  .primary-nav a{font-size:.82rem}
  .directions-grid,.program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .admin-bar .site-header{top:46px}
  .site-header{height:72px}
  .header-inner{grid-template-columns:1fr auto auto}
  .menu-toggle{display:block;order:3}
  .primary-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid var(--color-line);padding:20px}
  .primary-nav.is-open{display:block}
  .primary-nav .menu{display:block}
  .primary-nav .menu li{margin-bottom:10px}
  .primary-nav a{font-size:1rem;display:block;padding:8px}
  .header-actions{order:2}
  .hero-grid,.single-hero-grid,.why-grid,.audience-wrap,.single-layout{grid-template-columns:1fr}
  .hero-grid{padding-block:58px;min-height:auto}
  .hero{min-height:auto}
  .hero-copy{max-width:760px}
  .hero-visual{max-width:580px}
  .hero-visual img,.hero-placeholder{aspect-ratio:16/10;border-radius:var(--radius-lg)}
  .single-aside{padding-top:0;padding-bottom:70px}
  .aside-card{position:static}
}
@media (max-width:700px){
  body{font-size:16px}
  .kk-container{width:min(calc(100% - 28px),var(--container))}
  .header-actions .kk-button{display:none}
  .directions-grid,.program-grid,.audience-grid,.facts-grid,.reviews-grid,.footer-grid{grid-template-columns:1fr}
  .direction-content p{min-height:0}
  .inline-heading,.final-cta-inner,.footer-bottom{align-items:flex-start;flex-direction:column}
  .hero-actions .kk-button{width:100%}
  .single-facts{display:grid;grid-template-columns:1fr 1fr}
  .section{padding:68px 0}
}
@media (max-width:420px){
  .kk-container{width:min(calc(100% - 24px),var(--container))}
  h1{font-size:clamp(2.35rem,13vw,3.35rem)}
  h2{font-size:clamp(1.9rem,10vw,2.7rem)}
  .trust-row{display:grid;grid-template-columns:1fr 1fr}
  .single-facts{grid-template-columns:1fr}
  .direction-content,.program-body,.review-card{padding:20px}
  .hero-placeholder{min-height:360px;padding:26px}
}

/* HEADER 1.1 */
.site-header{height:auto;background:rgba(255,255,255,.98);border-bottom:1px solid var(--color-line);position:sticky;top:0;z-index:1000;backdrop-filter:blur(18px);box-shadow:0 4px 24px rgba(17,54,84,.04)}
.admin-bar .site-header{top:32px}
.header-utility{min-height:34px;background:var(--color-primary);color:#fff;font-size:.76rem}
.header-utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.header-utility-text{font-weight:750;letter-spacing:.04em}
.header-utility-links{display:flex;gap:20px;align-items:center}
.header-utility-links a{color:#fff;text-decoration:none;font-weight:750}
.header-main{background:#fff}
.header-inner{min-height:86px;height:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px}
.brand{min-width:0;display:flex;align-items:center}
.custom-logo{max-height:58px;max-width:190px;width:auto}
.brand-text{font-size:1.45rem;white-space:nowrap}
.primary-nav{min-width:0;justify-self:center}
.primary-nav .menu{display:flex;align-items:center;justify-content:center;gap:clamp(10px,1.25vw,21px);list-style:none;margin:0;padding:0}
.primary-nav .menu>li{position:relative;min-width:0}
.primary-nav .menu>li>a{display:flex;align-items:center;min-height:86px;color:var(--color-text);text-decoration:none;font-size:clamp(.76rem,.82vw,.91rem);font-weight:800;white-space:nowrap;transition:color .2s ease}
.primary-nav .menu>li>a:hover,.primary-nav .menu>li>a:focus,.primary-nav .current-menu-item>a,.primary-nav .current-menu-ancestor>a{color:var(--color-primary)}
.primary-nav .menu>.menu-item-has-children>a{padding-right:16px}
.primary-nav .menu>.menu-item-has-children>a::after{content:"";width:6px;height:6px;position:absolute;right:2px;top:50%;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-65%) rotate(45deg)}
.primary-nav .sub-menu{position:absolute;left:-18px;top:calc(100% - 8px);z-index:20;min-width:245px;max-width:320px;list-style:none;margin:0;padding:10px;background:#fff;border:1px solid var(--color-line);border-radius:18px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s}
.primary-nav .sub-menu li{position:relative}
.primary-nav .sub-menu a{display:block;padding:10px 12px;border-radius:10px;color:var(--color-text);text-decoration:none;font-size:.88rem;font-weight:700;line-height:1.3}
.primary-nav .sub-menu a:hover,.primary-nav .sub-menu a:focus{background:var(--color-background);color:var(--color-primary)}
.primary-nav li:hover>.sub-menu,.primary-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-width:0}
.header-phone{text-decoration:none;font-size:.86rem;font-weight:850;white-space:nowrap;color:var(--color-text)}
.header-phone:hover,.header-phone:focus{color:var(--color-primary)}
.header-cta{white-space:nowrap;box-shadow:0 8px 20px rgba(18,91,168,.14)}
.mobile-nav-head,.mobile-nav-footer,.submenu-toggle,.mobile-nav-backdrop{display:none}

@media (max-width:1320px) and (min-width:1241px){
  .header-inner{gap:16px}
  .primary-nav .menu{gap:10px}
  .primary-nav .menu>li>a{font-size:.76rem}
  .header-phone{display:none}
  .custom-logo{max-width:165px}
}
@media (max-width:1240px){
  .admin-bar .site-header{top:46px}
  .header-utility{display:none}
  .header-inner{min-height:72px;grid-template-columns:minmax(0,1fr) auto;gap:14px}
  .custom-logo{max-height:50px;max-width:165px}
  .header-actions{gap:10px}
  .header-phone{display:none}
  .header-cta{min-height:42px;padding:8px 15px;font-size:.78rem}
  .menu-toggle{display:flex;width:46px;height:46px;border:1px solid var(--color-line);border-radius:50%;background:#fff;padding:11px;flex-direction:column;align-items:stretch;justify-content:center;gap:5px;cursor:pointer}
  .menu-toggle>span{width:100%;height:2px;margin:0;background:var(--color-text);border-radius:99px}
  .primary-nav{display:flex;position:fixed;top:0;right:0;bottom:0;left:auto;width:min(420px,91vw);max-width:100%;height:100dvh;padding:0;background:#fff;border:0;box-shadow:-20px 0 50px rgba(13,38,61,.16);z-index:1010;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;transform:translateX(104%);visibility:hidden;transition:transform .24s ease,visibility .24s}
  .primary-nav.is-open{display:flex;transform:translateX(0);visibility:visible}
  .mobile-nav-head{min-height:76px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--color-line)}
  .mobile-nav-title{font-size:1.05rem;font-weight:900}
  .mobile-nav-close{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--color-line);border-radius:50%;background:#fff;color:var(--color-text);font-size:1.8rem;line-height:1;cursor:pointer}
  .primary-nav .menu{display:block;width:100%;margin:0;padding:10px 20px 20px}
  .primary-nav .menu>li{border-bottom:1px solid var(--color-line)}
  .primary-nav .menu>li>a{min-height:58px;padding:12px 48px 12px 0;font-size:1.02rem;line-height:1.25;white-space:normal}
  .primary-nav .menu>.menu-item-has-children>a{padding-right:48px}
  .primary-nav .menu>.menu-item-has-children>a::after{display:none}
  .submenu-toggle{display:grid;place-items:center;width:42px;height:42px;padding:0;position:absolute;top:8px;right:-2px;border:0;border-radius:50%;background:transparent;cursor:pointer}
  .submenu-toggle span{width:9px;height:9px;border-right:2px solid var(--color-text);border-bottom:2px solid var(--color-text);transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}
  .submenu-open>.submenu-toggle span{transform:translateY(2px) rotate(225deg)}
  .primary-nav .sub-menu{display:none;position:static;min-width:0;max-width:none;width:100%;margin:0;padding:0 0 12px 14px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;background:#fff}
  .primary-nav .submenu-open>.sub-menu{display:block}
  .primary-nav .sub-menu a{padding:9px 12px;font-size:.93rem;color:var(--color-muted)}
  .mobile-nav-footer{display:block;margin-top:auto;padding:20px;border-top:1px solid var(--color-line);background:var(--color-background)}
  .mobile-nav-phone{display:block;margin-bottom:14px;color:var(--color-text);text-decoration:none;font-size:1.05rem;font-weight:900}
  .mobile-nav-cta{width:100%}
  .mobile-nav-backdrop{display:block;position:fixed;inset:0;z-index:1005;background:rgba(8,28,45,.45);opacity:0;transition:opacity .22s ease}
  .mobile-nav-backdrop.is-visible{opacity:1}
  .mobile-nav-backdrop[hidden]{display:none}
  body.menu-open{overflow:hidden}
}
@media (max-width:560px){
  .header-inner{min-height:68px}
  .custom-logo{max-width:145px;max-height:46px}
  .header-cta{display:none}
  .menu-toggle{width:44px;height:44px}
  .primary-nav{width:min(390px,94vw)}
}
@media (max-width:380px){
  .kk-container{width:min(calc(100% - 20px),var(--container))}
  .custom-logo{max-width:132px}
}

/* HEADER 1.2 */
.header-inner{
  grid-template-columns:minmax(145px,190px) minmax(0,1fr) auto;
  gap:18px;
}
.primary-nav{
  width:100%;
  min-width:0;
  overflow:visible;
}
.primary-nav .menu{
  width:100%;
  gap:clamp(8px,1vw,16px);
}
.primary-nav .menu>li>a{
  font-size:clamp(.72rem,.76vw,.86rem);
  letter-spacing:-.01em;
}
.header-actions{
  flex:0 0 auto;
}
.header-phone{
  font-size:.82rem;
}
.header-cta{
  padding-inline:16px;
}

/* На средних ноутбуках скрываем телефон раньше, чтобы меню не сжималось */
@media (max-width:1380px) and (min-width:1181px){
  .header-phone{display:none}
  .header-inner{
    grid-template-columns:minmax(135px,170px) minmax(0,1fr) auto;
    gap:14px;
  }
  .custom-logo{max-width:160px}
  .primary-nav .menu{gap:8px}
  .primary-nav .menu>li>a{font-size:.72rem}
  .header-cta{font-size:.76rem;padding-inline:14px}
}

/* Переходим в мобильную навигацию раньше, чем пункты начнут пересекаться */
@media (max-width:1180px){
  .admin-bar .site-header{top:46px}
  .header-utility{display:none}

  .header-inner{
    min-height:72px;
    grid-template-columns:minmax(0,1fr) auto;
    gap:14px;
  }
  .custom-logo{max-height:50px;max-width:165px}
  .header-actions{gap:10px}
  .header-phone{display:none}
  .header-cta{min-height:42px;padding:8px 15px;font-size:.78rem}

  .menu-toggle{
    display:flex;
    width:46px;
    height:46px;
    border:1px solid var(--color-line);
    border-radius:50%;
    background:#fff;
    padding:11px;
    flex-direction:column;
    align-items:stretch;
    justify-content:center;
    gap:5px;
    cursor:pointer;
  }

  .primary-nav{
    display:flex;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:auto;
    width:min(420px,91vw);
    max-width:100%;
    height:100dvh;
    padding:0;
    background:#fff;
    border:0;
    box-shadow:-20px 0 50px rgba(13,38,61,.16);
    z-index:1010;
    flex-direction:column;
    overflow-y:auto;
    overscroll-behavior:contain;
    transform:translateX(104%);
    visibility:hidden;
    transition:transform .24s ease,visibility .24s;
  }
  .primary-nav.is-open{
    display:flex;
    transform:translateX(0);
    visibility:visible;
  }
  .primary-nav .menu{
    display:block;
    width:100%;
    margin:0;
    padding:10px 20px 20px;
  }
  .primary-nav .menu>li{
    border-bottom:1px solid var(--color-line);
  }
  .primary-nav .menu>li>a{
    min-height:58px;
    padding:12px 48px 12px 0;
    font-size:1.02rem;
    line-height:1.25;
    white-space:normal;
  }
  .primary-nav .menu>.menu-item-has-children>a{padding-right:48px}
  .primary-nav .menu>.menu-item-has-children>a::after{display:none}
  .primary-nav .sub-menu{
    display:none;
    position:static;
    min-width:0;
    max-width:none;
    width:100%;
    margin:0;
    padding:0 0 12px 14px;
    border:0;
    border-radius:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    transform:none;
    background:#fff;
  }
  .primary-nav .submenu-open>.sub-menu{display:block}
  .primary-nav .sub-menu a{
    padding:9px 12px;
    font-size:.93rem;
    color:var(--color-muted);
  }
}

@media (max-width:560px){
  .header-inner{min-height:68px}
  .custom-logo{max-width:145px;max-height:46px}
  .header-cta{display:none}
  .menu-toggle{width:44px;height:44px}
  .primary-nav{width:min(390px,94vw)}
}

/* HEADER 1.3 */
.header-utility-inner{
  gap:18px;
}
.header-utility-meta{
  min-width:0;
  display:flex;
  align-items:center;
  gap:18px;
  overflow:hidden;
}
.header-meta-item{
  position:relative;
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight:700;
}
.header-meta-item + .header-meta-item{
  padding-left:18px;
}
.header-meta-item + .header-meta-item::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:4px;
  height:4px;
  margin-top:-2px;
  border-radius:50%;
  background:rgba(255,255,255,.65);
}
.header-utility-links{
  flex:0 0 auto;
  gap:14px;
}
.header-email,
.header-utility-phone{
  white-space:nowrap;
}
.header-socials{
  display:flex;
  align-items:center;
  gap:6px;
  margin-left:2px;
}
.header-social{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.13);
  color:#fff;
  transition:background .2s ease,transform .2s ease;
}
.header-social:hover,
.header-social:focus{
  background:rgba(255,255,255,.24);
  transform:translateY(-1px);
}
.header-social svg{
  width:15px;
  height:15px;
  fill:currentColor;
}
.mobile-contact-meta,
.mobile-socials{
  display:none;
}

/* При уменьшении desktop сначала скрываем email, затем часть метаданных */
@media (max-width:1500px) and (min-width:1181px){
  .header-email{display:none}
}
@media (max-width:1320px) and (min-width:1181px){
  .header-address{max-width:430px}
  .header-hours{display:none}
}

/* Мобильная шапка: контакты и соцсети живут внутри drawer */
@media (max-width:1180px){
  .mobile-contact-meta{
    display:grid;
    gap:12px;
    margin-bottom:16px;
  }
  .mobile-contact-item{
    display:grid;
    gap:2px;
    color:var(--color-text);
    font-size:.92rem;
    line-height:1.35;
  }
  .mobile-contact-label{
    color:var(--color-muted);
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .mobile-socials{
    display:flex;
    align-items:center;
    gap:9px;
    margin:0 0 18px;
  }
  .mobile-social{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    border:1px solid var(--color-line);
    color:var(--color-primary);
    text-decoration:none;
  }
  .mobile-social svg{
    width:20px;
    height:20px;
    fill:currentColor;
  }
}

/* MENU TYPOGRAPHY 1.4 */
.primary-nav .menu>li>a{
  font-size:clamp(.82rem,.86vw,.96rem);
  font-weight:650;
  letter-spacing:-.005em;
}
.primary-nav .sub-menu a{
  font-size:.92rem;
  font-weight:600;
}
@media (max-width:1380px) and (min-width:1181px){
  .primary-nav .menu>li>a{
    font-size:.78rem;
    font-weight:650;
  }
}
@media (max-width:1180px){
  .primary-nav .menu>li>a{
    font-size:1.06rem;
    font-weight:650;
  }
  .primary-nav .sub-menu a{
    font-size:.96rem;
    font-weight:550;
  }
}

/* HEADER COLORS & SOCIALS 1.5 */
.header-utility{
  background:#31aa4f;
}

.header-social{
  width:32px;
  height:32px;
  border:2px solid #fff;
  background:transparent;
  color:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.header-social:hover,
.header-social:focus{
  background:#fff;
  color:#31aa4f;
  transform:translateY(-1px);
}

.header-social svg{
  width:17px;
  height:17px;
  fill:currentColor;
}

.header-socials{
  gap:8px;
}

@media (max-width:1180px){
  .mobile-social{
    width:46px;
    height:46px;
    border:2px solid #31aa4f;
    background:#31aa4f;
    color:#fff;
    box-shadow:0 4px 12px rgba(49,170,79,.16);
  }

  .mobile-social:hover,
  .mobile-social:focus{
    background:#fff;
    color:#31aa4f;
  }

  .mobile-social svg{
    width:21px;
    height:21px;
  }
}

/* HEADER UTILITY HEIGHT 1.6 */
.header-utility{
  min-height:42px;
}
.header-utility-inner{
  min-height:42px;
  padding-top:4px;
  padding-bottom:4px;
}
.header-social{
  flex:0 0 32px;
}

/* MOBILE MENU VISIBILITY 1.8 */
@media (max-width:1180px){
  .menu-toggle{
    display:flex;
    width:50px;
    height:50px;
    border:2px solid var(--color-primary);
    border-radius:50%;
    background:var(--color-primary);
    box-shadow:0 8px 20px rgba(18,91,168,.22);
    padding:12px;
    flex-direction:column;
    align-items:stretch;
    justify-content:center;
    gap:5px;
    cursor:pointer;
  }

  .menu-toggle > span{
    display:block;
    width:100%;
    height:2.5px;
    margin:0;
    background:#fff;
    border-radius:999px;
  }

  .menu-toggle:hover,
  .menu-toggle:focus{
    background:var(--color-primary-dark);
    border-color:var(--color-primary-dark);
    transform:translateY(-1px);
  }

  .mobile-nav-close{
    border:2px solid var(--color-primary);
    color:var(--color-primary);
  }
}

@media (max-width:560px){
  .menu-toggle{
    width:48px;
    height:48px;
    padding:11px;
  }
}

/* MOBILE MENU BUTTON 1.9 */
@media (max-width:1180px){
  .menu-toggle{
    display:flex;
    width:50px;
    height:50px;
    padding:12px;
    border:2px solid #31aa4f !important;
    border-radius:50%;
    background:#31aa4f !important;
    box-shadow:0 8px 20px rgba(49,170,79,.24);
    flex-direction:column;
    align-items:stretch;
    justify-content:center;
    gap:5px;
    cursor:pointer;
  }

  .menu-toggle > span{
    display:block !important;
    width:100% !important;
    height:3px !important;
    margin:0 !important;
    background:#fff !important;
    border-radius:999px;
    opacity:1 !important;
    visibility:visible !important;
    flex:0 0 3px;
  }

  .menu-toggle:hover,
  .menu-toggle:focus{
    background:#279142 !important;
    border-color:#279142 !important;
    transform:translateY(-1px);
  }
}

@media (max-width:560px){
  .menu-toggle{
    width:48px;
    height:48px;
    padding:11px;
  }

  .menu-toggle > span{
    height:3px !important;
    flex-basis:3px;
  }
}

/* MOBILE HEADINGS 2.0 */
@media (max-width:768px){
  h1,
  .entry-title,
  .archive-title,
  .page-title,
  .hero-title,
  .section-title{
    font-size:clamp(2rem, 7vw, 2.8rem);
    line-height:1.08;
    letter-spacing:-0.02em;
  }

  h2,
  .section-subtitle,
  .block-title{
    font-size:clamp(1.55rem, 5.2vw, 2.1rem);
    line-height:1.12;
  }
}

@media (max-width:560px){
  h1,
  .entry-title,
  .archive-title,
  .page-title,
  .hero-title,
  .section-title{
    font-size:clamp(1.75rem, 8vw, 2.35rem);
    line-height:1.06;
    letter-spacing:-0.025em;
  }

  h2,
  .section-subtitle,
  .block-title{
    font-size:clamp(1.35rem, 6vw, 1.8rem);
    line-height:1.1;
  }

  h3{
    font-size:clamp(1.15rem, 5vw, 1.45rem);
    line-height:1.15;
  }
}

/* HERO FULLSCREEN 2.1 */
.hero.hero-fullscreen{
  position:relative;
  min-height:calc(100svh - 128px);
  height:calc(100svh - 128px);
  max-height:860px;
  background-image:var(--hero-image);
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.hero-fullscreen .hero-overlay{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.99) 0%,
    rgba(255,255,255,.97) 28%,
    rgba(255,255,255,.82) 46%,
    rgba(255,255,255,.22) 66%,
    rgba(255,255,255,0) 80%
  );
  pointer-events:none;
}
.hero-fullscreen-inner{
  position:relative;
  z-index:2;
  width:100%;
  min-height:100%;
  display:flex;
  align-items:center;
  padding-top:clamp(42px,6vh,72px);
  padding-bottom:clamp(42px,6vh,72px);
}
.hero-fullscreen .hero-copy{
  width:min(58%,760px);
  max-width:760px;
}
.hero-fullscreen h1{
  max-width:760px;
  margin-bottom:22px;
  font-size:clamp(3.2rem,5.4vw,5.6rem);
  line-height:.98;
}
.hero-fullscreen .hero-lead{
  max-width:680px;
  margin-bottom:26px;
}
.hero-fullscreen .hero-shape,
.hero-fullscreen .hero-visual{
  display:none;
}
@media (max-width:1180px){
  .hero.hero-fullscreen{
    min-height:calc(100svh - 72px);
    height:auto;
    max-height:none;
    background-position:64% center;
  }
  .hero-fullscreen .hero-overlay{
    background:linear-gradient(
      90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.96) 38%,
      rgba(255,255,255,.74) 62%,
      rgba(255,255,255,.18) 84%,
      rgba(255,255,255,0) 100%
    );
  }
  .hero-fullscreen .hero-copy{width:min(64%,680px)}
  .hero-fullscreen h1{font-size:clamp(2.6rem,6.2vw,4.4rem)}
}
@media (max-width:768px){
  .hero.hero-fullscreen{
    min-height:calc(100svh - 68px);
    background-position:70% center;
  }
  .hero-fullscreen .hero-overlay{
    background:linear-gradient(
      90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.97) 48%,
      rgba(255,255,255,.84) 72%,
      rgba(255,255,255,.42) 100%
    );
  }
  .hero-fullscreen .hero-copy{width:78%;max-width:560px}
  .hero-fullscreen h1{
    font-size:clamp(2.15rem,7.6vw,3.2rem);
    line-height:1.02;
  }
  .hero-fullscreen .hero-lead{font-size:1rem;max-width:520px}
}
@media (max-width:560px){
  .hero.hero-fullscreen{
    min-height:calc(100svh - 68px);
    background-position:68% center;
  }
  .hero-fullscreen .hero-overlay{
    background:linear-gradient(
      90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.96) 62%,
      rgba(255,255,255,.7) 100%
    );
  }
  .hero-fullscreen-inner{
    align-items:flex-end;
    padding-top:48px;
    padding-bottom:38px;
  }
  .hero-fullscreen .hero-copy{width:100%;max-width:none}
  .hero-fullscreen h1{
    max-width:92%;
    font-size:clamp(1.95rem,9vw,2.65rem);
    line-height:1.04;
  }
  .hero-fullscreen .hero-lead{max-width:92%}
  .hero-fullscreen .trust-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    max-width:92%;
  }
}

/* HERO SPACING & MOBILE 2.2 */

/* Desktop */
.hero.hero-fullscreen{
  min-height:calc(100svh - 128px);
  height:auto;
  max-height:none;
  background-size:cover;
  background-position:72% center;
}

.hero-fullscreen-inner{
  min-height:calc(100svh - 128px);
  padding-top:clamp(70px,8vh,110px);
  padding-bottom:clamp(70px,8vh,110px);
  align-items:center;
}

.hero-fullscreen .hero-copy{
  width:min(52%,690px);
  max-width:690px;
  padding-right:24px;
}

.hero-fullscreen .eyebrow{
  margin-bottom:20px;
}

.hero-fullscreen h1{
  max-width:680px;
  margin-bottom:24px;
  font-size:clamp(3rem,4.9vw,4.8rem);
  line-height:1.01;
  letter-spacing:-.045em;
}

.hero-fullscreen .hero-lead{
  max-width:620px;
  margin-bottom:28px;
  font-size:clamp(1.05rem,1.35vw,1.25rem);
  line-height:1.55;
}

.hero-fullscreen .hero-actions{
  margin-top:0;
  gap:14px;
}

.hero-fullscreen .trust-row{
  margin-top:26px;
}

.hero-fullscreen .hero-overlay{
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.995) 0%,
      rgba(255,255,255,.98) 24%,
      rgba(255,255,255,.92) 40%,
      rgba(255,255,255,.58) 55%,
      rgba(255,255,255,.18) 68%,
      rgba(255,255,255,0) 80%
    );
}

/* Medium desktop / tablet landscape */
@media (max-width:1180px){
  .hero.hero-fullscreen{
    min-height:auto;
    background-position:68% center;
  }

  .hero-fullscreen-inner{
    min-height:640px;
    padding-top:64px;
    padding-bottom:64px;
  }

  .hero-fullscreen .hero-copy{
    width:min(58%,640px);
    padding-right:16px;
  }

  .hero-fullscreen h1{
    font-size:clamp(2.65rem,5.6vw,4rem);
  }

  .hero-fullscreen .hero-overlay{
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.995) 0%,
        rgba(255,255,255,.98) 34%,
        rgba(255,255,255,.86) 52%,
        rgba(255,255,255,.42) 70%,
        rgba(255,255,255,.06) 100%
      );
  }
}

/* Tablet portrait */
@media (max-width:768px){
  .hero.hero-fullscreen{
    min-height:auto;
    background-position:72% center;
  }

  .hero-fullscreen-inner{
    min-height:600px;
    padding-top:52px;
    padding-bottom:52px;
    align-items:center;
  }

  .hero-fullscreen .hero-copy{
    width:min(72%,560px);
    max-width:560px;
    padding-right:0;
  }

  .hero-fullscreen h1{
    max-width:540px;
    margin-bottom:20px;
    font-size:clamp(2.15rem,6.8vw,3rem);
    line-height:1.04;
  }

  .hero-fullscreen .hero-lead{
    max-width:500px;
    font-size:1rem;
    line-height:1.5;
  }

  .hero-fullscreen .hero-overlay{
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.995) 0%,
        rgba(255,255,255,.98) 48%,
        rgba(255,255,255,.86) 70%,
        rgba(255,255,255,.46) 100%
      );
  }
}

/* Phones */
@media (max-width:560px){
  .hero.hero-fullscreen{
    min-height:auto;
    height:auto;
    background-position:76% center;
  }

  .hero-fullscreen-inner{
    min-height:0;
    padding-top:44px;
    padding-bottom:48px;
    align-items:flex-start;
  }

  .hero-fullscreen .hero-copy{
    width:100%;
    max-width:none;
    padding:0;
  }

  .hero-fullscreen .eyebrow{
    margin-bottom:14px;
    font-size:.72rem;
  }

  .hero-fullscreen h1{
    max-width:94%;
    margin-bottom:18px;
    font-size:clamp(1.9rem,8.4vw,2.45rem);
    line-height:1.04;
    letter-spacing:-.035em;
  }

  .hero-fullscreen .hero-lead{
    max-width:94%;
    margin-bottom:22px;
    font-size:.97rem;
    line-height:1.48;
  }

  .hero-fullscreen .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    width:100%;
    max-width:360px;
  }

  .hero-fullscreen .hero-actions .kk-button{
    width:100%;
  }

  .hero-fullscreen .trust-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    max-width:100%;
    margin-top:20px;
  }

  .hero-fullscreen .trust-row span{
    min-width:0;
    padding:8px 10px;
    font-size:.76rem;
    text-align:center;
  }

  .hero-fullscreen .hero-overlay{
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.995) 0%,
        rgba(255,255,255,.985) 56%,
        rgba(255,255,255,.86) 78%,
        rgba(255,255,255,.68) 100%
      );
  }
}

/* Very small phones */
@media (max-width:380px){
  .hero-fullscreen-inner{
    padding-top:38px;
    padding-bottom:42px;
  }

  .hero-fullscreen h1{
    max-width:100%;
    font-size:clamp(1.75rem,9vw,2.2rem);
  }

  .hero-fullscreen .hero-lead{
    max-width:100%;
  }

  .hero-fullscreen .trust-row{
    grid-template-columns:1fr;
  }
}

/* HERO RIGHT GUTTER 2.3 */
.hero.hero-fullscreen{
  padding-right:24px;
  box-sizing:border-box;
  background-origin:content-box;
  background-clip:content-box;
}

@media (max-width:768px){
  .hero.hero-fullscreen{
    padding-right:20px;
  }
}

@media (max-width:560px){
  .hero.hero-fullscreen{
    padding-right:16px;
  }
}

/* HERO EDGE FIX 2.4 */

/* Убираем правый внутренний отступ hero, чтобы фото снова шло во всю ширину */
.hero.hero-fullscreen{
  padding-right:0;
  background-origin:border-box;
  background-clip:border-box;
}

/* Добавляем внутренний левый отступ текстовой колонке */
.hero-fullscreen .hero-copy{
  padding-left:24px;
  box-sizing:border-box;
}

/* На средних экранах */
@media (max-width:768px){
  .hero-fullscreen .hero-copy{
    padding-left:20px;
  }
}

/* На мобильных */
@media (max-width:560px){
  .hero-fullscreen .hero-copy{
    padding-left:16px;
  }
}

/* HERO CONTAINER GUTTERS 2.5 */

/* Hero получает такие же горизонтальные отступы, как остальные блоки сайта */
.hero.hero-fullscreen{
  padding-left:24px;
  padding-right:24px;
  box-sizing:border-box;
  background-origin:content-box;
  background-clip:content-box;
}

/* Убираем дополнительный внутренний левый сдвиг текста, чтобы не было двойного отступа */
.hero-fullscreen .hero-copy{
  padding-left:0;
}

@media (max-width:768px){
  .hero.hero-fullscreen{
    padding-left:20px;
    padding-right:20px;
  }

  .hero-fullscreen .hero-copy{
    padding-left:0;
  }
}

@media (max-width:560px){
  .hero.hero-fullscreen{
    padding-left:16px;
    padding-right:16px;
  }

  .hero-fullscreen .hero-copy{
    padding-left:0;
  }
}

/* HERO SAME GUTTERS 2.6 */

/* Убираем искусственные внешние отступы у самого hero */
.hero.hero-fullscreen{
  padding-left:0;
  padding-right:0;
  background-origin:border-box;
  background-clip:border-box;
}

/* Hero-inner должен использовать ту же сетку, что и остальные .kk-container блоки сайта */
.hero-fullscreen-inner.kk-container{
  width:min(calc(100% - 48px), var(--container));
  margin-inline:auto;
}

/* Текст без дополнительного внутреннего смещения */
.hero-fullscreen .hero-copy{
  padding-left:0;
  padding-right:0;
}

/* Планшет */
@media (max-width:768px){
  .hero-fullscreen-inner.kk-container{
    width:min(calc(100% - 40px), var(--container));
  }
}

/* Мобильный */
@media (max-width:560px){
  .hero-fullscreen-inner.kk-container{
    width:min(calc(100% - 32px), var(--container));
  }
}

/* HERO OVERLAY SHARPNESS 2.7 */

/* Убираем эффект «замыливания»: подложка остаётся, но становится заметно легче */
.hero-fullscreen .hero-overlay{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.94) 0%,
      rgba(255,255,255,.86) 22%,
      rgba(255,255,255,.66) 40%,
      rgba(255,255,255,.30) 58%,
      rgba(255,255,255,.08) 72%,
      rgba(255,255,255,0) 84%
    ) !important;
}

@media (max-width:1180px){
  .hero-fullscreen .hero-overlay{
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.88) 30%,
        rgba(255,255,255,.68) 50%,
        rgba(255,255,255,.34) 70%,
        rgba(255,255,255,.08) 86%,
        rgba(255,255,255,0) 100%
      ) !important;
  }
}

@media (max-width:768px){
  .hero-fullscreen .hero-overlay{
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.89) 42%,
        rgba(255,255,255,.72) 62%,
        rgba(255,255,255,.42) 82%,
        rgba(255,255,255,.16) 100%
      ) !important;
  }
}

@media (max-width:560px){
  .hero-fullscreen .hero-overlay{
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.96) 0%,
        rgba(255,255,255,.90) 52%,
        rgba(255,255,255,.76) 72%,
        rgba(255,255,255,.54) 100%
      ) !important;
  }
}

/* SESSION DETAILS 3.2 */
.session-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:720px;
}
.session-facts span{
  min-width:0;
  min-height:68px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.session-facts span a{
  color:var(--color-text);
  text-decoration:underline;
  text-decoration-color:rgba(18,91,168,.25);
  text-underline-offset:3px;
}
.session-status-available{border-color:rgba(49,170,79,.35)!important}
.session-status-few{border-color:rgba(247,183,51,.55)!important}
.session-status-none{border-color:rgba(23,103,178,.34)!important}
.session-status-soon{border-color:rgba(18,91,168,.3)!important}

.session-program-summary{
  padding:48px 0 0;
}
.session-program-card{
  max-width:900px;
  padding:34px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-md);
  background:linear-gradient(135deg,#F7FBFE,#FFF8E8);
}
.session-program-card h2{
  margin-bottom:16px;
  font-size:clamp(1.7rem,3vw,2.55rem);
}
.session-program-card p{
  margin:0;
  max-width:820px;
  color:var(--color-muted);
  font-size:1.05rem;
  line-height:1.65;
}

@media (max-width:768px){
  .session-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .session-program-summary{
    padding-top:30px;
  }
  .session-program-card{
    padding:26px;
  }
}

@media (max-width:420px){
  .session-facts{
    grid-template-columns:1fr;
  }
  .session-facts span{
    min-height:0;
  }
  .session-program-card{
    padding:22px;
  }
}

/* SESSION GALLERY 3.3 */
.session-gallery-section{
  padding:64px 0 0;
}
.session-gallery-section .section-heading{
  margin-bottom:28px;
}
.session-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.session-gallery-item{
  margin:0;
  min-width:0;
  overflow:hidden;
  border-radius:var(--radius-md);
  background:var(--color-background);
  aspect-ratio:4/3;
}
.session-gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}
.session-gallery-item:hover img{
  transform:scale(1.02);
}

@media (max-width:768px){
  .session-gallery-section{
    padding-top:46px;
  }
  .session-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
}

@media (max-width:480px){
  .session-gallery{
    grid-template-columns:1fr;
  }
  .session-gallery-item{
    aspect-ratio:4/3;
  }
}

/* RELATED SESSIONS 3.4 */
.related-sessions-section{background:var(--color-background)}
.related-sessions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.related-sessions-grid .program-card{height:100%}
@media (max-width:1024px){
  .related-sessions-grid{grid-template-columns:1fr;gap:18px}
}
@media (max-width:560px){
  .related-sessions-grid{grid-template-columns:1fr;gap:16px}
}

/* SESSION BASE POSITION 3.6 */
.session-base-section{
  padding:0 0 64px;
  background:var(--color-background);
}
.session-base-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:30px 32px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-md);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.session-base-card .eyebrow{
  margin-bottom:10px;
}
.session-base-card h2{
  margin-bottom:10px;
  font-size:clamp(1.65rem,2.5vw,2.35rem);
}
.session-base-card p{
  margin-bottom:10px;
  color:var(--color-muted);
}
.session-base-card .kk-button{
  flex:0 0 auto;
}
.session-content-section{
  padding:54px 0 72px;
}
.session-content-section .single-content{
  max-width:850px;
  padding:0;
}
@media (max-width:768px){
  .session-base-section{
    padding-bottom:46px;
  }
  .session-base-card{
    flex-direction:column;
    align-items:flex-start;
    padding:26px;
  }
  .session-base-card .kk-button{
    width:100%;
  }
  .session-content-section{
    padding:42px 0 56px;
  }
}

/* SESSION PROGRAM FULL WIDTH 3.7 */
.session-program-card{
  width:100%;
  max-width:none;
  box-sizing:border-box;
}

.session-program-card p{
  max-width:none;
}

@media (max-width:768px){
  .session-program-card{
    width:100%;
  }
}

/* BASES PAGE 3.8 */
.bases-page-section{
  padding-top:56px;
}
.bases-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.base-card{
  min-width:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid var(--color-line);
  border-radius:var(--radius-md);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.base-card-image{
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:var(--color-background);
}
.base-card-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .25s ease;
}
.base-card:hover .base-card-image img{
  transform:scale(1.02);
}
.base-card-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:24px;
}
.base-card-body h2{
  margin:8px 0 12px;
  font-size:clamp(1.35rem,2vw,1.8rem);
  line-height:1.12;
}
.base-card-body h2 a{
  color:var(--color-text);
  text-decoration:none;
}
.base-card-body p{
  margin:0 0 20px;
  color:var(--color-muted);
  line-height:1.55;
}
.base-card-actions{
  margin-top:auto;
}

@media (max-width:1024px){
  .bases-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  .bases-page-section{
    padding-top:36px;
  }
  .bases-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .base-card-body{
    padding:20px;
  }
}

/* BASE IMPORTANT FULL WIDTH 3.9 */
.base-content-section{
  padding:58px 0 64px;
}

.base-main-content{
  max-width:none;
  width:100%;
}

.base-important-section{
  padding:0 0 72px;
  background:var(--color-background);
}

.base-important-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  width:100%;
  padding:34px 36px;
  box-sizing:border-box;
  border:1px solid var(--color-line);
  border-radius:var(--radius-md);
  background:#fff;
  box-shadow:var(--shadow-sm);
}

.base-important-copy{
  min-width:0;
  max-width:900px;
}

.base-important-copy .eyebrow{
  margin-bottom:10px;
}

.base-important-copy h2{
  margin-bottom:12px;
  font-size:clamp(1.7rem,2.5vw,2.4rem);
}

.base-important-copy p{
  margin:0;
  color:var(--color-muted);
  font-size:1.02rem;
  line-height:1.6;
}

.base-important-action{
  flex:0 0 auto;
}

@media (max-width:768px){
  .base-content-section{
    padding:42px 0 50px;
  }

  .base-important-section{
    padding-bottom:52px;
  }

  .base-important-card{
    flex-direction:column;
    align-items:flex-start;
    padding:28px;
  }

  .base-important-action{
    width:100%;
  }

  .base-important-action .kk-button{
    width:100%;
  }
}

@media (max-width:480px){
  .base-important-card{
    padding:22px;
  }

  .base-important-copy h2{
    font-size:1.55rem;
  }
}

/* BASE HERO FACTS 4.0 */
.base-hero-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:100%;
}

.base-hero-facts span{
  min-width:0;
  height:auto;
  min-height:68px;
  padding:14px;
  justify-content:flex-start;
}

.base-hero-facts .base-fact-wide{
  line-height:1.45;
}

.base-hero-facts .base-fact-wide small{
  margin-bottom:5px;
}

@media (max-width:1024px){
  .base-hero-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:560px){
  .base-hero-facts{
    grid-template-columns:1fr;
  }

  .base-hero-facts span{
    min-height:0;
  }
}

/* BASE EMPTY GAP FIX 4.1 */
.single-base > .single-hero + #sessions-on-base,
.single-base > .single-hero + .section-soft{
  padding-top:48px;
}

@media (max-width:768px){
  .single-base > .single-hero + #sessions-on-base,
  .single-base > .single-hero + .section-soft{
    padding-top:34px;
  }
}

/* BASES LIST 4.2 */
.bases-list{
  display:flex;
  flex-direction:column;
  gap:24px;
}

.base-list-item{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(300px,42%) minmax(0,1fr);
  overflow:hidden;
  border:1px solid var(--color-line);
  border-radius:var(--radius-md);
  background:#fff;
  box-shadow:var(--shadow-sm);
}

.base-list-image{
  display:block;
  min-height:300px;
  overflow:hidden;
  background:var(--color-background);
}

.base-list-image img{
  width:100%;
  height:100%;
  min-height:300px;
  display:block;
  object-fit:cover;
  transition:transform .25s ease;
}

.base-list-item:hover .base-list-image img{
  transform:scale(1.015);
}

.base-list-content{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px 38px;
}

.base-list-content h2{
  margin:8px 0 14px;
  font-size:clamp(1.65rem,2.5vw,2.35rem);
  line-height:1.08;
}

.base-list-content h2 a{
  color:var(--color-text);
  text-decoration:none;
}

.base-list-content p{
  max-width:720px;
  margin:0 0 24px;
  color:var(--color-muted);
  font-size:1.02rem;
  line-height:1.6;
}

.base-list-actions{
  margin-top:auto;
  padding-top:8px;
}

@media (max-width:900px){
  .base-list-item{
    grid-template-columns:1fr;
  }

  .base-list-image,
  .base-list-image img{
    min-height:0;
  }

  .base-list-image{
    aspect-ratio:16/9;
  }

  .base-list-content{
    padding:28px;
  }
}

@media (max-width:560px){
  .bases-list{
    gap:18px;
  }

  .base-list-image{
    aspect-ratio:4/3;
  }

  .base-list-content{
    padding:22px;
  }

  .base-list-content h2{
    font-size:1.55rem;
  }

  .base-list-actions .kk-button{
    width:100%;
  }
}

/* BASE LIST FACTS 4.3 */
.base-list-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:2px 0 22px;
}

.base-list-facts span{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:12px 14px;
  border:1px solid var(--color-line);
  border-radius:14px;
  background:var(--color-background);
}

.base-list-facts small{
  color:var(--color-muted);
  font-size:.72rem;
  line-height:1.2;
}

.base-list-facts strong{
  color:var(--color-text);
  font-size:.9rem;
  line-height:1.35;
  font-weight:650;
  overflow-wrap:anywhere;
}

@media (max-width:1100px) and (min-width:901px){
  .base-list-facts{
    grid-template-columns:1fr;
  }
}

@media (max-width:900px){
  .base-list-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:560px){
  .base-list-facts{
    grid-template-columns:1fr;
    margin-bottom:18px;
  }

  .base-list-facts span{
    padding:11px 12px;
  }
}

/* YANDEX REVIEWS 4.5 */
.yandex-reviews-section{
  padding-top:54px;
}

.yandex-reviews-heading{
  max-width:760px;
  margin-inline:auto;
  text-align:left;
}

.yandex-reviews-widget{
  position:relative;
  width:min(100%,760px);
  height:720px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid var(--color-line);
  border-radius:var(--radius-md);
  background:#fff;
  box-shadow:var(--shadow-sm);
}

.yandex-reviews-widget iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#fff;
}

.yandex-reviews-link{
  position:absolute;
  left:16px;
  right:16px;
  bottom:8px;
  z-index:2;
  display:block;
  overflow:hidden;
  color:#7a8795;
  font-size:.72rem;
  line-height:1.2;
  text-align:center;
  text-overflow:ellipsis;
  text-decoration:none;
  white-space:nowrap;
}

.yandex-reviews-link:hover,
.yandex-reviews-link:focus{
  color:var(--color-primary);
}

.reviews-page-content{
  width:min(100%,760px);
  margin:34px auto 0;
}

@media (max-width:768px){
  .yandex-reviews-section{
    padding-top:38px;
  }

  .yandex-reviews-widget{
    height:650px;
    border-radius:18px;
  }
}

@media (max-width:420px){
  .yandex-reviews-widget{
    width:100%;
    height:600px;
    border-radius:16px;
  }

  .yandex-reviews-link{
    left:10px;
    right:10px;
    font-size:.68rem;
  }
}

/* HOME YANDEX REVIEWS 4.6 */
.home-yandex-reviews{
  background:#fff;
}

.home-yandex-reviews .yandex-reviews-heading{
  width:min(100%,760px);
  margin:0 auto 28px;
}

.home-yandex-reviews .yandex-reviews-heading p{
  max-width:680px;
  margin:12px 0 0;
  color:var(--color-muted);
}

@media (max-width:768px){
  .home-yandex-reviews .yandex-reviews-heading{
    margin-bottom:22px;
  }
}

/* PROGRAM FILTER 4.7 */
.program-filter{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 28px;
}

.program-filter-button{
  min-height:44px;
  padding:10px 18px;
  border:1px solid var(--color-line);
  border-radius:999px;
  background:#fff;
  color:var(--color-text);
  font:inherit;
  font-size:.92rem;
  font-weight:650;
  line-height:1;
  cursor:pointer;
  transition:
    background .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}

.program-filter-button:hover,
.program-filter-button:focus-visible{
  border-color:var(--color-primary);
  color:var(--color-primary);
}

.program-filter-button.is-active{
  border-color:var(--color-primary);
  background:var(--color-primary);
  color:#fff;
  box-shadow:0 6px 16px rgba(18,91,168,.14);
}

.program-filter-button.is-active:hover,
.program-filter-button.is-active:focus-visible{
  color:#fff;
}

.program-filter-grid .program-filter-item{
  min-width:0;
}

.program-filter-grid .program-filter-item[hidden]{
  display:none !important;
}

.program-filter-grid .program-filter-item .program-card{
  height:100%;
}

.program-filter-empty{
  padding:26px 28px;
  border:1px dashed var(--color-line);
  border-radius:var(--radius-md);
  background:#fff;
  color:var(--color-muted);
  text-align:center;
}

@media (max-width:768px){
  .program-filter{
    flex-wrap:nowrap;
    gap:8px;
    margin-right:calc(var(--container-pad, 20px) * -1);
    padding:0 var(--container-pad, 20px) 8px 0;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin;
    -webkit-overflow-scrolling:touch;
  }

  .program-filter-button{
    flex:0 0 auto;
    white-space:nowrap;
  }
}

@media (max-width:560px){
  .program-filter{
    margin-bottom:22px;
  }

  .program-filter-button{
    min-height:44px;
    padding-inline:16px;
    font-size:.88rem;
  }
}

/* PROGRAM FILTER EMPTY PREMIUM 4.8 */
.program-filter-empty{
  position:relative;
  padding:34px 36px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,251,254,.96));
  box-shadow:var(--shadow-sm);
  text-align:left;
}

.program-filter-empty::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:5px;
  height:100%;
  border-radius:var(--radius-md) 0 0 var(--radius-md);
  background:var(--color-primary);
}

.program-filter-empty strong{
  display:block;
  margin:0 0 8px;
  color:var(--color-text);
  font-size:clamp(1.25rem,2vw,1.6rem);
  line-height:1.2;
  font-weight:750;
}

.program-filter-empty span{
  display:block;
  max-width:720px;
  color:var(--color-muted);
  font-size:1rem;
  line-height:1.55;
}

@media (max-width:560px){
  .program-filter-empty{
    padding:26px 24px 26px 28px;
  }

  .program-filter-empty strong{
    font-size:1.2rem;
  }

  .program-filter-empty span{
    font-size:.95rem;
  }
}

/* PROGRAM FILTER PANELS 4.9 */
.program-filter-panel[hidden]{
  display:none !important;
}

.program-filter-all-link{
  white-space:nowrap;
}

.program-filter-panels{
  min-height:0;
}

@media (max-width:768px){
  .section-heading.inline-heading{
    align-items:flex-start;
    gap:14px;
  }

  .program-filter-all-link{
    white-space:normal;
  }
}

@media (max-width:560px){
  .section-heading.inline-heading{
    display:flex;
    flex-direction:column;
  }

  .program-filter-all-link{
    align-self:flex-start;
  }
}

/* SESSIONS ARCHIVE CTA 5.0 */
.sessions-archive-actions{
  margin-top:28px;
}

.sessions-archive-actions .kk-button{
  min-height:48px;
}

@media (max-width:560px){
  .sessions-archive-actions{
    margin-top:22px;
  }

  .sessions-archive-actions .kk-button{
    width:100%;
  }
}

/* SESSION BASE FILTER 5.1 */
.base-filter{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 30px;
}

.base-filter-button{
  min-height:44px;
  padding:10px 18px;
  border:1px solid var(--color-line);
  border-radius:999px;
  background:#fff;
  color:var(--color-text);
  font:inherit;
  font-size:.92rem;
  font-weight:650;
  line-height:1;
  cursor:pointer;
  transition:
    background .2s ease,
    border-color .2s ease,
    color .2s ease,
    box-shadow .2s ease;
}

.base-filter-button:hover,
.base-filter-button:focus-visible{
  border-color:var(--color-primary);
  color:var(--color-primary);
}

.base-filter-button.is-active{
  border-color:var(--color-primary);
  background:var(--color-primary);
  color:#fff;
  box-shadow:0 6px 16px rgba(18,91,168,.14);
}

.base-filter-button.is-active:hover,
.base-filter-button.is-active:focus-visible{
  color:#fff;
}

.sessions-base-filter-grid .session-base-filter-item{
  min-width:0;
}

.sessions-base-filter-grid .session-base-filter-item[hidden]{
  display:none !important;
}

.sessions-base-filter-grid .session-base-filter-item .program-card{
  height:100%;
}

.base-filter-empty{
  padding:34px 36px;
  border:1px solid var(--color-line);
  border-radius:var(--radius-md);
  background:#fff;
  box-shadow:var(--shadow-sm);
}

.base-filter-empty strong{
  display:block;
  margin-bottom:8px;
  color:var(--color-text);
  font-size:clamp(1.2rem,2vw,1.55rem);
  line-height:1.2;
}

.base-filter-empty span{
  display:block;
  color:var(--color-muted);
  line-height:1.55;
}

@media (max-width:768px){
  .base-filter{
    flex-wrap:nowrap;
    gap:8px;
    margin-right:-20px;
    padding:0 20px 8px 0;
    overflow-x:auto;
    scrollbar-width:thin;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
  }

  .base-filter-button{
    flex:0 0 auto;
    white-space:nowrap;
  }
}

@media (max-width:560px){
  .base-filter{
    margin-right:-16px;
    margin-bottom:24px;
    padding-right:16px;
  }

  .base-filter-button{
    min-height:44px;
    padding-inline:16px;
    font-size:.88rem;
  }

  .base-filter-empty{
    padding:26px 24px;
  }
}


/* HEADER MENU DOTS 5.2 */
.header-nav ul.menu > li,
.header-nav > ul > li{
  position:relative;
  display:flex;
  align-items:center;
}

.header-nav ul.menu > li > a,
.header-nav > ul > li > a{
  font-size:15px;
  font-weight:500;
  line-height:1.25;
}

.header-nav ul.menu > li:not(:last-child)::after,
.header-nav > ul > li:not(:last-child)::after{
  content:"•";
  display:inline-block;
  margin:0 10px;
  color:rgba(18,91,168,.55);
  font-size:11px;
  line-height:1;
  pointer-events:none;
}

@media (max-width:1180px){
  .header-nav ul.menu > li > a,
  .header-nav > ul > li > a{
    font-size:14px;
  }

  .header-nav ul.menu > li:not(:last-child)::after,
  .header-nav > ul > li:not(:last-child)::after{
    margin:0 7px;
  }
}

@media (max-width:900px){
  .header-nav ul.menu > li::after,
  .header-nav > ul > li::after{
    content:none !important;
    display:none !important;
  }

  .header-nav ul.menu > li > a,
  .header-nav > ul > li > a{
    font-size:16px;
    font-weight:500;
  }
}


/* PRIMARY NAV DOTS 5.3 - actual header markup */
@media (min-width:901px){
  .primary-nav > .menu{
    display:flex;
    align-items:center;
  }

  .primary-nav > .menu > li{
    display:flex;
    align-items:center;
    position:relative;
  }

  .primary-nav > .menu > li > a{
    font-size:15px;
    font-weight:500;
    line-height:1.25;
  }

  .primary-nav > .menu > li:not(:last-child)::after{
    content:"•";
    display:inline-block;
    margin:0 10px;
    color:#125BA8;
    opacity:.55;
    font-size:10px;
    line-height:1;
    flex:0 0 auto;
    pointer-events:none;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .primary-nav > .menu > li > a{
    font-size:14px;
  }

  .primary-nav > .menu > li:not(:last-child)::after{
    margin:0 7px;
  }
}

@media (max-width:900px){
  .primary-nav > .menu > li::after{
    content:none !important;
    display:none !important;
  }

  .primary-nav > .menu > li > a{
    font-size:16px;
    font-weight:500;
  }
}

/* PREMIUM VISUAL SYSTEM 5.4 */

/* ---------- Premium design tokens ---------- */
:root{
  --premium-navy:#143554;
  --premium-blue:#1767b2;
  --premium-green:#31aa4f;
  --premium-cream:#fbfaf6;
  --premium-ivory:#fffdf8;
  --premium-mist:#f4f8fb;
  --premium-line:rgba(20,53,84,.11);
  --premium-line-strong:rgba(20,53,84,.18);
  --premium-shadow:0 18px 50px rgba(20,53,84,.08);
  --premium-shadow-hover:0 24px 70px rgba(20,53,84,.13);
  --premium-radius:26px;
  --premium-radius-sm:18px;
}

/* ---------- Base typography & rhythm ---------- */
body{
  color:var(--premium-navy);
  background:#fff;
  font-size:16px;
  line-height:1.65;
  letter-spacing:-.005em;
}

h1,h2,h3,h4{
  color:var(--premium-navy);
  letter-spacing:-.035em;
  text-wrap:balance;
}

h1{
  font-weight:760;
}

h2{
  font-weight:740;
}

p{
  text-wrap:pretty;
}

.kk-container{
  width:min(1240px,calc(100% - 64px));
}

.section{
  padding-top:88px;
  padding-bottom:88px;
}

.section-soft{
  background:
    linear-gradient(180deg,rgba(244,248,251,.92),rgba(250,252,253,.98));
}

.section-heading{
  margin-bottom:36px;
}

.section-heading h2{
  font-size:clamp(2rem,4vw,3.25rem);
  line-height:1.04;
}

.section-heading p{
  max-width:760px;
  color:#65798d;
  font-size:1.05rem;
}

.eyebrow{
  letter-spacing:.15em;
  font-size:.76rem;
  font-weight:750;
  color:var(--premium-blue);
}

/* ---------- Header ---------- */
.site-header{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--premium-line);
  box-shadow:0 8px 30px rgba(20,53,84,.035);
}

.header-utility{
  background:var(--premium-green);
  min-height:44px;
  display:flex;
  align-items:center;
}

.header-main{
  background:rgba(255,255,255,.96);
}

.header-inner{
  min-height:92px;
}

.brand img,
.custom-logo{
  filter:drop-shadow(0 4px 10px rgba(20,53,84,.06));
}

.primary-nav > .menu > li > a{
  color:var(--premium-navy);
  transition:color .18s ease,transform .18s ease;
}

.primary-nav > .menu > li > a:hover,
.primary-nav > .menu > li.current-menu-item > a{
  color:var(--premium-blue);
}

.primary-nav > .menu > li:not(:last-child)::after{
  color:var(--premium-green)!important;
  opacity:.68!important;
}

.header-cta{
  box-shadow:0 10px 26px rgba(23,103,178,.18);
}

/* ---------- Buttons ---------- */
.kk-button{
  min-height:50px;
  padding:13px 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#1767b2,#125ba8);
  box-shadow:0 10px 24px rgba(23,103,178,.18);
  font-weight:720;
  letter-spacing:-.01em;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.kk-button:hover,
.kk-button:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(23,103,178,.24);
}

/* Button variants must reset the gradient from the premium base button. */
.kk-button-ghost{
  background:rgba(255,255,255,.88);
  background-image:none;
  color:var(--premium-navy);
  border-color:rgba(20,53,84,.18);
}

.kk-button-ghost:hover,
.kk-button-ghost:focus-visible{
  background:#fff;
  background-image:none;
  color:var(--premium-blue);
  border-color:var(--premium-blue);
}

.kk-button-light{
  background:#fff;
  background-image:none;
  color:var(--premium-blue);
  border-color:#fff;
}

.kk-button-light:hover,
.kk-button-light:focus-visible{
  background:#f7fbff;
  background-image:none;
  color:#0d4f90;
  border-color:#fff;
}

.kk-button-small{
  min-height:46px;
}

.text-link{
  font-weight:700;
  color:var(--premium-blue);
  text-decoration:none;
}

.text-link:hover{
  color:#0c4e91;
}

/* ---------- Home hero ---------- */
.hero-fullscreen{
  position:relative;
  overflow:hidden;
  min-height:min(720px,calc(100vh - 130px));
  background:var(--premium-ivory);
}

.hero-fullscreen::after{
  content:"";
  position:absolute;
  inset:auto -80px -120px auto;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(49,170,79,.06);
  pointer-events:none;
}

.hero-content{
  position:relative;
  z-index:2;
}

.hero-title,
.hero-fullscreen h1{
  max-width:760px;
  font-size:clamp(3rem,6.1vw,5.75rem);
  line-height:.96;
  letter-spacing:-.055em;
  text-shadow:0 1px 0 rgba(255,255,255,.2);
}

.hero-text,
.hero-lead{
  color:#617589;
  font-size:clamp(1.05rem,1.5vw,1.25rem);
}

.hero-actions{
  gap:12px;
}

/* ---------- Archive / single hero ---------- */
.archive-hero,
.single-hero{
  background:
    radial-gradient(circle at 88% 14%,rgba(49,170,79,.08),transparent 28%),
    linear-gradient(135deg,#f7fbfd 0%,#fffaf0 100%);
  border-bottom:1px solid var(--premium-line);
}

.archive-hero{
  padding-top:80px;
  padding-bottom:80px;
}

.archive-hero h1{
  font-size:clamp(3rem,5.4vw,5rem);
  line-height:.98;
}

.archive-description{
  max-width:800px;
  color:#64788b;
  font-size:1.08rem;
}

.single-hero{
  padding-top:70px;
  padding-bottom:70px;
}

.single-hero-grid{
  gap:54px;
  align-items:center;
}

.single-image{
  overflow:hidden;
  border-radius:34px;
  box-shadow:var(--premium-shadow);
  border:1px solid rgba(255,255,255,.8);
}

.single-image img{
  transition:transform .45s ease;
}

.single-image:hover img{
  transform:scale(1.015);
}

/* ---------- Cards ---------- */
.program-card,
.direction-card,
.review-card,
.base-list-item,
.base-important-card,
.session-program-card,
.session-base-card,
.aside-card{
  border:1px solid var(--premium-line);
  border-radius:var(--premium-radius);
  box-shadow:var(--premium-shadow);
  background:rgba(255,255,255,.98);
}

.program-card,
.direction-card,
.base-list-item{
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease;
}

.program-card:hover,
.direction-card:hover,
.base-list-item:hover{
  transform:translateY(-4px);
  box-shadow:var(--premium-shadow-hover);
  border-color:rgba(23,103,178,.16);
}

.program-image,
.direction-media,
.base-list-image{
  overflow:hidden;
}

.program-image img,
.direction-media img,
.base-list-image img{
  transition:transform .5s ease;
}

.program-card:hover .program-image img,
.direction-card:hover .direction-media img,
.base-list-item:hover .base-list-image img{
  transform:scale(1.03);
}

.program-body,
.direction-content{
  padding:26px;
}

.program-body h3,
.program-body h2,
.direction-content h3{
  line-height:1.08;
  letter-spacing:-.03em;
}

.card-type{
  color:var(--premium-blue);
  font-size:.72rem;
  letter-spacing:.12em;
  font-weight:760;
}

/* ---------- Program facts ---------- */
.single-facts,
.session-facts,
.base-list-facts{
  gap:12px;
}

.single-facts span,
.session-facts span,
.base-list-facts span{
  border:1px solid var(--premium-line);
  background:rgba(255,255,255,.9);
  border-radius:16px;
  box-shadow:0 6px 18px rgba(20,53,84,.035);
}

.single-facts small,
.session-facts small,
.base-list-facts small{
  color:#75879a;
  font-weight:650;
  letter-spacing:.01em;
}

/* ---------- Filters / pills ---------- */
.program-filter,
.base-filter{
  gap:10px;
  margin-bottom:32px;
}

.program-filter-button,
.base-filter-button{
  border:1px solid var(--premium-line-strong);
  background:rgba(255,255,255,.92);
  color:var(--premium-navy);
  box-shadow:0 4px 12px rgba(20,53,84,.025);
}

.program-filter-button:hover,
.base-filter-button:hover{
  border-color:rgba(23,103,178,.35);
  background:#fff;
}

.program-filter-button.is-active,
.base-filter-button.is-active{
  background:linear-gradient(135deg,#1767b2,#125ba8);
  box-shadow:0 10px 24px rgba(23,103,178,.16);
}

/* ---------- Empty / informational blocks ---------- */
.program-filter-empty,
.base-filter-empty,
.empty-state{
  border:1px solid var(--premium-line);
  border-radius:var(--premium-radius);
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,251,254,.98));
  box-shadow:var(--premium-shadow);
}

/* ---------- Gallery ---------- */
.session-gallery{
  gap:20px;
}

.session-gallery-item{
  border-radius:22px;
  box-shadow:0 10px 28px rgba(20,53,84,.07);
}

/* ---------- Audience / facts ---------- */
.audience-grid article,
.facts-grid > div{
  border:1px solid var(--premium-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 28px rgba(20,53,84,.05);
}

.audience-grid article{
  padding:28px;
}

/* ---------- Yandex reviews ---------- */
.yandex-reviews-widget{
  border-radius:28px;
  box-shadow:var(--premium-shadow);
  border:1px solid var(--premium-line);
}

/* ---------- Footer ---------- */
.site-footer{
  background:
    radial-gradient(circle at 15% 20%,rgba(49,170,79,.08),transparent 26%),
    #102f4a;
  color:rgba(255,255,255,.9);
}

.site-footer h2,
.site-footer h3,
.site-footer strong{
  color:#fff;
}

.site-footer a{
  color:rgba(255,255,255,.92);
}

.site-footer a:hover{
  color:#fff;
}

/* ---------- Base list premium ---------- */
.base-list-item{
  grid-template-columns:minmax(360px,44%) minmax(0,1fr);
}

.base-list-content{
  padding:42px 46px;
}

.base-list-content h2{
  font-size:clamp(1.8rem,3vw,2.6rem);
}

.base-list-facts span{
  padding:13px 15px;
}

/* ---------- Important / summary cards ---------- */
.base-important-card,
.session-base-card,
.session-program-card{
  position:relative;
  overflow:hidden;
}

.base-important-card::before,
.session-base-card::before,
.session-program-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,var(--premium-green),var(--premium-blue));
}

/* ---------- Mobile refinement ---------- */
@media (max-width:1024px){
  .kk-container{
    width:min(100% - 40px,1240px);
  }

  .section{
    padding-top:72px;
    padding-bottom:72px;
  }

  .single-hero-grid{
    gap:34px;
  }

  .base-list-content{
    padding:32px;
  }
}

@media (max-width:768px){
  .kk-container{
    width:min(100% - 32px,1240px);
  }

  .section{
    padding-top:58px;
    padding-bottom:58px;
  }

  .archive-hero{
    padding-top:56px;
    padding-bottom:56px;
  }

  .single-hero{
    padding-top:46px;
    padding-bottom:50px;
  }

  .hero-fullscreen{
    min-height:auto;
  }

  .program-card,
  .direction-card,
  .base-list-item,
  .review-card,
  .base-important-card,
  .session-program-card,
  .session-base-card{
    border-radius:22px;
  }
}

@media (max-width:560px){
  .kk-container{
    width:min(100% - 28px,1240px);
  }

  .section{
    padding-top:46px;
    padding-bottom:46px;
  }

  .archive-hero h1{
    font-size:clamp(2.3rem,11vw,3.2rem);
  }

  .hero-title,
  .hero-fullscreen h1{
    font-size:clamp(2.45rem,12vw,3.7rem);
    line-height:.98;
  }

  .program-body,
  .direction-content,
  .base-list-content{
    padding:22px;
  }

  .kk-button{
    min-height:48px;
  }
}

/* FIXES FROM CORRECTION FILE 5.5 */

/* 1. Блок "Берём на себя организацию детских поездок":
      белые карточки на тёмном фоне должны иметь читаемый текст. */
.why-section .facts-grid > div{
  background:#fff;
  border-color:rgba(255,255,255,.22);
  box-shadow:0 16px 38px rgba(6,25,42,.18);
}

.why-section .facts-grid strong{
  color:var(--premium-green);
  font-size:1.05rem;
  font-weight:800;
}

.why-section .facts-grid span{
  color:var(--premium-navy);
  font-size:1rem;
  line-height:1.48;
  font-weight:650;
}

/* 2. Отзывы Яндекс — на всю ширину контейнера. */
.home-yandex-reviews .yandex-reviews-heading,
.yandex-reviews-section .yandex-reviews-heading{
  width:100%;
  max-width:none;
  margin-inline:0;
}

.home-yandex-reviews .yandex-reviews-widget,
.yandex-reviews-section .yandex-reviews-widget{
  width:100%;
  max-width:none;
  margin-inline:0;
}

.home-yandex-reviews .reviews-page-content,
.yandex-reviews-section .reviews-page-content{
  width:100%;
  max-width:none;
}

/* 3. Финальная CTA-кнопка должна быть контрастной на синем фоне. */
.final-cta .kk-button-light{
  background:#fff;
  color:var(--premium-blue);
  border:2px solid rgba(255,255,255,.92);
  box-shadow:0 12px 30px rgba(7,34,58,.18);
  text-shadow:none;
}

.final-cta .kk-button-light:hover,
.final-cta .kk-button-light:focus-visible{
  background:#f7fbff;
  color:#0d4f90;
  border-color:#fff;
  box-shadow:0 16px 38px rgba(7,34,58,.25);
}

/* 4. Возраст в карточках смен — отдельный яркий бейдж. */
.card-meta-session{
  min-height:32px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}

.card-meta-session .card-meta-date{
  color:#6b7f92;
  font-size:.9rem;
}

.card-meta-session .card-meta-age{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 10px;
  border:1px solid rgba(49,170,79,.24);
  border-radius:999px;
  background:rgba(49,170,79,.10);
  color:#187a36;
  font-size:.86rem;
  line-height:1;
  font-weight:780;
}

@media (max-width:768px){
  .home-yandex-reviews .yandex-reviews-widget,
  .yandex-reviews-section .yandex-reviews-widget{
    width:100%;
  }

  .why-section .facts-grid span{
    font-size:.98rem;
  }
}

@media (max-width:560px){
  .final-cta .kk-button-light{
    width:100%;
    justify-content:center;
  }

  .card-meta-session{
    gap:7px;
  }

  .card-meta-session .card-meta-age{
    min-height:30px;
    padding:6px 10px;
  }
}

/* CORRECTIONS MAP + FOOTER SOCIALS 5.6 */

/* Отзывы + карта заполняют всю ширину блока */
.yandex-reviews-layout{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:22px;
  width:100%;
  align-items:stretch;
}

.home-yandex-reviews .yandex-reviews-widget,
.yandex-reviews-section .yandex-reviews-widget{
  width:100%;
  max-width:none;
  height:720px;
  margin:0;
}

.kk-yandex-map{
  width:100%;
  min-height:720px;
  overflow:hidden;
  border:1px solid var(--premium-line, var(--color-line));
  border-radius:28px;
  background:
    linear-gradient(135deg,#f4f8fb,#eef5f0);
  box-shadow:var(--premium-shadow, var(--shadow-sm));
}

.kk-yandex-map > ymaps{
  border-radius:inherit;
  overflow:hidden;
}

.kk-yandex-map-embed iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:inherit;
  border:0;
  border-radius:inherit;
}

/* Соцсети в футере — те же ссылки и иконки, что в шапке */
.footer-socials{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:24px;
}

.footer-social{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1.5px solid rgba(255,255,255,.75);
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.04);
  text-decoration:none;
  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease;
}

.footer-social:hover,
.footer-social:focus-visible{
  transform:translateY(-2px);
  background:rgba(255,255,255,.12);
  border-color:#fff;
}

.footer-social svg{
  width:19px;
  height:19px;
  display:block;
  fill:currentColor;
  color:inherit;
}

@media (max-width:900px){
  .yandex-reviews-layout{
    grid-template-columns:1fr;
  }

  .home-yandex-reviews .yandex-reviews-widget,
  .yandex-reviews-section .yandex-reviews-widget{
    height:650px;
  }

  .kk-yandex-map{
    min-height:440px;
  }
}

@media (max-width:560px){
  .yandex-reviews-layout{
    gap:16px;
  }

  .home-yandex-reviews .yandex-reviews-widget,
  .yandex-reviews-section .yandex-reviews-widget{
    height:600px;
  }

  .kk-yandex-map{
    min-height:360px;
    border-radius:20px;
  }

  .footer-social{
    width:44px;
    height:44px;
  }
}

/* AUDIENCE PREMIUM 5.7 */
.audience-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 20%,rgba(49,170,79,.06),transparent 28%),
    linear-gradient(180deg,#fff 0%,#fbfcfd 100%);
}

.audience-premium{
  display:grid;
  grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);
  gap:54px;
  align-items:start;
}

.audience-intro{
  position:sticky;
  top:150px;
  padding-top:8px;
}

.audience-intro h2{
  margin:10px 0 18px;
  max-width:420px;
  font-size:clamp(2.6rem,4.6vw,4.4rem);
  line-height:.98;
}

.audience-lead{
  max-width:470px;
  margin:0;
  color:#667b8e;
  font-size:1.05rem;
  line-height:1.65;
}

.audience-note{
  display:inline-flex;
  margin-top:28px;
  padding:8px 12px;
  border:1px solid rgba(23,103,178,.13);
  border-radius:999px;
  background:rgba(23,103,178,.05);
  color:#587188;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.02em;
}

.audience-grid-premium{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.audience-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:260px;
  padding:26px;
  overflow:hidden;
  border:1px solid var(--premium-line, rgba(20,53,84,.11));
  border-radius:24px;
  background:rgba(255,255,255,.98);
  box-shadow:0 14px 34px rgba(20,53,84,.055);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.audience-card::after{
  content:"";
  position:absolute;
  right:-48px;
  bottom:-48px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(49,170,79,.045);
  pointer-events:none;
}

.audience-card:hover{
  transform:translateY(-4px);
  border-color:rgba(23,103,178,.16);
  box-shadow:0 20px 48px rgba(20,53,84,.09);
}

.audience-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:26px;
}

.audience-icon{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:linear-gradient(135deg,rgba(23,103,178,.10),rgba(49,170,79,.08));
  color:var(--premium-blue,#1767b2);
}

.audience-icon svg{
  width:25px;
  height:25px;
}

.audience-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(49,170,79,.10);
  color:#1d8c3f;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.06em;
}

.audience-card h3{
  margin:0 0 10px;
  font-size:clamp(1.35rem,2vw,1.7rem);
  line-height:1.08;
}

.audience-card p{
  margin:0 0 22px;
  color:#6b7f92;
  font-size:.98rem;
  line-height:1.55;
}

.audience-link{
  position:relative;
  z-index:1;
  margin-top:auto;
  color:var(--premium-blue,#1767b2);
  font-size:.94rem;
  font-weight:750;
  text-decoration:none;
}

.audience-link:hover,
.audience-link:focus-visible{
  color:#0e4f90;
}

@media (max-width:1024px){
  .audience-premium{
    grid-template-columns:1fr;
    gap:34px;
  }

  .audience-intro{
    position:static;
    max-width:760px;
  }

  .audience-intro h2{
    max-width:none;
  }

  .audience-lead{
    max-width:680px;
  }
}

@media (max-width:680px){
  .audience-grid-premium{
    grid-template-columns:1fr;
  }

  .audience-card{
    min-height:0;
    padding:22px;
  }

  .audience-card-top{
    margin-bottom:20px;
  }

  .audience-note{
    margin-top:20px;
  }
}

/* HERO BENEFITS PREMIUM 5.8 */
.hero-benefits-section{
  padding-top:26px;
  padding-bottom:8px;
  background:
    linear-gradient(180deg, rgba(246,249,252,.92) 0%, #ffffff 100%);
}

.hero-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.hero-benefit-card{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:16px;
  min-height:100%;
  padding:24px 22px;
  border:1px solid rgba(19,48,78,.10);
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,251,253,.98) 100%);
  box-shadow:0 14px 34px rgba(10,33,56,.06);
  overflow:hidden;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}

.hero-benefit-card::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg, var(--premium-green), var(--premium-blue));
  opacity:.95;
}

.hero-benefit-card::after{
  content:"";
  position:absolute;
  right:-34px;
  bottom:-34px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(49,170,79,.10) 0%, rgba(49,170,79,0) 70%);
  pointer-events:none;
}

.hero-benefit-card:hover{
  transform:translateY(-4px);
  border-color:rgba(23,103,178,.16);
  box-shadow:0 18px 44px rgba(10,33,56,.10);
}

.hero-benefit-icon{
  position:relative;
  z-index:1;
  flex:0 0 54px;
  width:54px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(23,103,178,.12), rgba(49,170,79,.11));
  color:var(--premium-blue);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}

.hero-benefit-icon svg{
  width:26px;
  height:26px;
  display:block;
}

.hero-benefit-content{
  position:relative;
  z-index:1;
}

.hero-benefit-content h3{
  margin:0 0 8px;
  color:var(--premium-navy);
  font-size:1.15rem;
  line-height:1.15;
}

.hero-benefit-content p{
  margin:0;
  color:#61788d;
  font-size:.95rem;
  line-height:1.58;
}

@media (max-width:1200px){
  .hero-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:680px){
  .hero-benefits-section{
    padding-top:18px;
  }

  .hero-benefits{
    grid-template-columns:1fr;
    gap:14px;
  }

  .hero-benefit-card{
    padding:20px 18px;
    border-radius:20px;
  }

  .hero-benefit-icon{
    flex-basis:48px;
    width:48px;
    height:48px;
    border-radius:14px;
  }

  .hero-benefit-content h3{
    font-size:1.06rem;
  }

  .hero-benefit-content p{
    font-size:.92rem;
    line-height:1.52;
  }
}

/* HERO BENEFITS POSITION 5.9 */
.hero-benefits-section{
  margin-top:0;
  padding-top:20px;
  padding-bottom:18px;
  position:relative;
  z-index:2;
}

.section-directions{
  padding-top:34px;
}

@media (max-width:680px){
  .hero-benefits-section{
    padding-top:14px;
    padding-bottom:8px;
  }

  .section-directions{
    padding-top:24px;
  }
}


/* HERO PROOF WIDGETS 6.3 — 30% SMALLER */
.hero-proof-widgets{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  width:min(100%,440px);
  margin-top:16px;
}

.hero-proof-card{
  position:relative;
  min-width:0;
  display:grid;
  align-items:center;
  gap:8px;
  min-height:64px;
  padding:9px 10px;
  overflow:hidden;
  border:1px solid rgba(20,53,84,.12);
  border-radius:15px;
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 20px rgba(20,53,84,.08);
  color:var(--premium-navy,#143554);
  text-decoration:none;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hero-proof-card:hover,
.hero-proof-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(23,103,178,.22);
  box-shadow:0 12px 24px rgba(20,53,84,.12);
}

.hero-proof-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--premium-green,#31aa4f),var(--premium-blue,#1767b2));
}

.hero-proof-arrow{
  color:#1767b2;
  font-size:.92rem;
  font-weight:800;
}

.hero-proof-registry{
  grid-template-columns:34px minmax(0,1fr) 14px;
  background:
    linear-gradient(180deg, rgba(49,170,79,.08), rgba(255,255,255,.96) 46%),
    rgba(255,255,255,.98);
  border-color:rgba(49,170,79,.18);
  box-shadow:0 10px 22px rgba(49,170,79,.10), 0 8px 18px rgba(20,53,84,.07);
}

.hero-proof-registry::after{
  content:"Проверено";
  position:absolute;
  top:8px;
  right:8px;
  padding:3px 7px;
  border-radius:999px;
  background:rgba(49,170,79,.12);
  color:#1a8a3c;
  font-size:.56rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.hero-proof-icon{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  background:linear-gradient(135deg,rgba(49,170,79,.16),rgba(23,103,178,.07));
  color:#1767b2;
}

.hero-proof-registry .hero-proof-icon{
  background:linear-gradient(135deg,rgba(49,170,79,.22),rgba(255,255,255,.82));
  color:#1a8a3c;
  box-shadow:inset 0 0 0 1px rgba(49,170,79,.12);
}

.hero-proof-icon svg{
  width:17px;
  height:17px;
  display:block;
}

.hero-proof-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1px;
}

.hero-proof-copy small{
  color:#1a8a3c;
  font-size:.60rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.hero-proof-copy strong{
  color:var(--premium-navy,#143554);
  font-size:.78rem;
  line-height:1.12;
}

.hero-proof-registry .hero-proof-copy strong{
  font-size:.88rem;
}

.hero-proof-copy > span{
  color:#6b7f92;
  font-size:.64rem;
  line-height:1.26;
}

.hero-proof-registry .hero-proof-copy > span{
  color:#5f6f7e;
}

.hero-proof-registry .hero-proof-arrow{
  align-self:flex-start;
  justify-self:end;
  margin-top:0;
}

.hero-proof-reviews.hero-yandex-card{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:4px;
  min-height:64px;
  padding:9px 10px;
  background:#fff;
}

.hero-yandex-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
}

.hero-yandex-head strong{
  color:#111;
  font-size:.80rem;
  line-height:1.15;
  font-weight:800;
}

.hero-yandex-head span{
  color:#7f7f84;
  font-size:.62rem;
  font-weight:700;
  white-space:nowrap;
}

.hero-yandex-main{
  display:flex;
  align-items:center;
  gap:8px;
}

.hero-yandex-rating{
  color:#111;
  font-size:1.34rem;
  line-height:1;
  font-weight:800;
  letter-spacing:-.04em;
}

.hero-yandex-stars{
  color:#ffcc00;
  font-size:.82rem;
  letter-spacing:-0.02em;
  transform:translateY(-1px);
}

.hero-yandex-meta{
  display:flex;
  align-items:center;
  gap:4px;
  color:#8b8f98;
  font-size:.64rem;
  line-height:1.2;
}

.hero-yandex-cta{
  margin-top:1px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
}

.hero-yandex-chip{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 9px;
  border-radius:9px;
  background:#f3f5f7;
  color:#1767b2;
  font-size:.66rem;
  font-weight:800;
}

.hero-proof-reviews.hero-yandex-card .hero-proof-arrow{
  align-self:center;
}

@media (max-width:760px){
  .hero-proof-widgets{
    grid-template-columns:1fr;
    width:min(100%,340px);
  }
}

@media (max-width:480px){
  .hero-proof-widgets{
    margin-top:14px;
    gap:8px;
    width:100%;
  }

  .hero-proof-card{
    min-height:62px;
    padding:9px 10px;
    border-radius:14px;
  }

  .hero-proof-registry{
    grid-template-columns:32px minmax(0,1fr) 14px;
  }

  .hero-proof-icon{
    width:32px;
    height:32px;
    border-radius:10px;
  }

  .hero-proof-icon svg{
    width:16px;
    height:16px;
  }

  .hero-proof-copy strong,
  .hero-proof-registry .hero-proof-copy strong{
    font-size:.82rem;
  }

  .hero-proof-copy > span{
    font-size:.62rem;
  }

  .hero-yandex-head strong{
    font-size:.78rem;
  }

  .hero-yandex-head span{
    font-size:.60rem;
  }

  .hero-yandex-rating{
    font-size:1.24rem;
  }

  .hero-yandex-stars{
    font-size:.78rem;
  }

  .hero-yandex-meta{
    font-size:.62rem;
    flex-wrap:wrap;
  }

  .hero-yandex-chip{
    min-height:23px;
    font-size:.64rem;
  }
}


/* HEADER / MAIN MENU CLEAN SYSTEM 7.2 */

/*
 * Desktop:
 * - WordPress menu location `primary` is displayed in one row;
 * - nav has its own grid column between logo and CTA;
 * - equal rhythm: TEXT — gap — DOT — gap — NEXT TEXT;
 * - no clipping / no overlap.
 */
@media (min-width:1025px){
  .header-main .header-inner{
    display:grid;
    grid-template-columns:clamp(112px,10.5vw,150px) minmax(0,1fr) max-content;
    align-items:center;
    column-gap:clamp(8px,1vw,16px);
    min-height:82px;
    height:auto;
  }

  .brand{
    min-width:0;
  }

  .custom-logo{
    display:block;
    width:auto;
    max-width:100%;
    max-height:54px;
  }

  .primary-nav{
    position:static !important;
    display:block !important;
    min-width:0 !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
    visibility:visible !important;
    transform:none !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  .primary-nav > .menu{
    --kk-menu-gap:clamp(4px,.42vw,7px);

    display:flex !important;
    flex-flow:row nowrap !important;
    align-items:center;
    justify-content:center;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    gap:var(--kk-menu-gap) !important;
    list-style:none;
    overflow:visible !important;
  }

  .primary-nav > .menu > li{
    position:relative;
    display:flex !important;
    flex:0 1 auto !important;
    align-items:center;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
  }

  .primary-nav > .menu > li > a{
    display:block !important;
    min-width:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:6px 0 !important;
    color:var(--color-text);
    font-size:clamp(12px,.76vw,13px) !important;
    font-weight:600 !important;
    line-height:1.15 !important;
    letter-spacing:-.012em;
    text-decoration:none;
    white-space:nowrap !important;
  }

  /*
   * Equal visual spacing:
   * menu gap = text → dot,
   * menu gap = dot → next item.
   */
  .primary-nav > .menu > li:not(:last-child)::after{
    content:"•" !important;
    display:inline-flex !important;
    flex:0 0 auto !important;
    align-items:center;
    justify-content:center;
    width:6px !important;
    min-width:6px !important;
    height:14px;
    margin:0 0 0 var(--kk-menu-gap) !important;
    padding:0 !important;
    color:#31aa4f !important;
    opacity:1 !important;
    font-size:12px !important;
    line-height:1 !important;
    font-weight:900 !important;
  }

  .primary-nav > .menu > li:last-child::after{
    content:none !important;
    display:none !important;
  }

  .primary-nav .sub-menu{
    position:absolute !important;
  }

  .header-actions{
    position:relative;
    z-index:5;
    display:flex;
    flex:0 0 auto;
    align-items:center;
    justify-content:flex-end;
    min-width:max-content;
    gap:8px;
    background:#fff;
  }

  .header-phone{
    display:none !important;
  }

  .header-cta{
    flex:0 0 auto;
    min-height:42px;
    padding:9px clamp(11px,1vw,15px);
    font-size:clamp(10px,.72vw,12px);
    white-space:nowrap;
  }

  .menu-toggle,
  .mobile-nav-head,
  .mobile-nav-footer,
  .mobile-nav-backdrop,
  .submenu-toggle{
    display:none !important;
  }
}

/* Small notebooks: same one-line menu, only more compact. */
@media (min-width:1025px) and (max-width:1180px){
  .header-main .header-inner{
    grid-template-columns:108px minmax(0,1fr) max-content;
    column-gap:7px;
  }

  .primary-nav > .menu{
    --kk-menu-gap:3px;
  }

  .primary-nav > .menu > li > a{
    font-size:11px !important;
    letter-spacing:-.025em;
  }

  .primary-nav > .menu > li:not(:last-child)::after{
    width:5px !important;
    min-width:5px !important;
    font-size:11px !important;
  }

  .header-cta{
    padding-inline:10px;
    font-size:11px;
  }
}

/* Tablet / phone: mobile menu starts at 1024px and below. */
@media (max-width:1024px){
  .header-main .header-inner{
    min-height:72px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:14px;
    align-items:center;
  }

  .custom-logo{
    max-height:50px;
    max-width:165px;
  }

  .header-phone{
    display:none !important;
  }

  .header-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
  }

  .header-cta{
    min-height:42px;
    padding:8px 15px;
    font-size:.78rem;
    white-space:nowrap;
  }

  .menu-toggle{
    display:flex !important;
    width:46px;
    height:46px;
    flex:0 0 46px;
    padding:11px;
    border:1px solid var(--color-line);
    border-radius:50%;
    background:#fff;
    flex-direction:column;
    align-items:stretch;
    justify-content:center;
    gap:5px;
    cursor:pointer;
  }

  .menu-toggle > span{
    display:block;
    width:100%;
    height:2px;
    margin:0;
    border-radius:99px;
    background:var(--color-text);
  }

  .primary-nav{
    display:flex !important;
    position:fixed !important;
    inset:0 0 0 auto !important;
    width:min(420px,91vw) !important;
    max-width:100% !important;
    height:100dvh !important;
    padding:0 !important;
    background:#fff !important;
    border:0 !important;
    box-shadow:-20px 0 50px rgba(13,38,61,.16) !important;
    z-index:1010 !important;
    flex-direction:column !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    transform:translateX(104%);
    visibility:hidden;
    transition:transform .24s ease,visibility .24s;
    pointer-events:none;
  }

  .primary-nav.is-open{
    transform:translateX(0) !important;
    visibility:visible !important;
    pointer-events:auto;
  }

  .mobile-nav-head{
    min-height:76px;
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:16px 20px;
    border-bottom:1px solid var(--color-line);
  }

  .primary-nav > .menu{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:10px 20px 20px !important;
  }

  .primary-nav > .menu > li{
    display:block !important;
    width:100%;
    margin:0 !important;
    border-bottom:1px solid var(--color-line);
  }

  .primary-nav > .menu > li::after{
    content:none !important;
    display:none !important;
  }

  .primary-nav > .menu > li > a{
    display:flex !important;
    align-items:center;
    width:100%;
    min-height:58px !important;
    padding:12px 48px 12px 0 !important;
    font-size:1.02rem !important;
    font-weight:650 !important;
    line-height:1.25;
    white-space:normal !important;
  }

  .submenu-toggle{
    display:grid !important;
    place-items:center;
    width:42px;
    height:42px;
    position:absolute;
    top:8px;
    right:-2px;
    padding:0;
    border:0;
    border-radius:50%;
    background:transparent;
    cursor:pointer;
  }

  .primary-nav .sub-menu{
    display:none !important;
    position:static !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 0 12px 14px !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    background:#fff !important;
  }

  .primary-nav .submenu-open > .sub-menu{
    display:block !important;
  }

  .mobile-nav-footer{
    display:block !important;
    margin-top:auto;
    padding:20px;
    border-top:1px solid var(--color-line);
    background:var(--color-background);
  }

  .mobile-nav-backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:1005;
    background:rgba(8,28,45,.45);
    opacity:0;
    transition:opacity .22s ease;
  }

  .mobile-nav-backdrop.is-visible{
    opacity:1;
  }

  .mobile-nav-backdrop[hidden]{
    display:none !important;
  }
}

@media (max-width:560px){
  .header-cta{
    display:none !important;
  }

  .primary-nav{
    width:min(390px,94vw) !important;
  }
}


/* SESSION CARD DAYS + PLACES 7.4 — SAME STYLE AS AGE */
.card-meta-session{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}

.card-meta-session .card-meta-age,
.card-meta-session .card-meta-fact{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 10px;
  border:1px solid rgba(49,170,79,.24);
  border-radius:999px;
  background:rgba(49,170,79,.10);
  color:#187a36;
  font-size:.86rem;
  line-height:1;
  font-weight:780;
  white-space:nowrap;
}

.card-meta-session .card-meta-date{
  color:#6b7f92;
  font-size:.9rem;
}

@media (max-width:560px){
  .card-meta-session{
    gap:6px;
  }

  .card-meta-session .card-meta-age,
  .card-meta-session .card-meta-fact{
    min-height:30px;
    padding:6px 10px;
  }
}


/* =========================================================
   PAGE: ЛАГЕРЬ «КОТЛИН» — 7.6
   ========================================================= */

.lager-kotlin-page{
  overflow:hidden;
  background:#fff;
}

.lager-kotlin-page h1,
.lager-kotlin-page h2,
.lager-kotlin-page h3{
  color:var(--premium-navy,#143554);
}

.lager-kotlin-page .kk-container{
  width:min(calc(100% - 40px),var(--container));
}

/* HERO */
.lager-hero{
  position:relative;
  min-height:clamp(620px,76vh,820px);
  display:flex;
  align-items:center;
  background:
    var(--lager-hero-image,none) center right/cover no-repeat,
    linear-gradient(135deg,#eef4f8 0%,#fbf5e7 100%);
}

.lager-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.95) 34%,rgba(255,255,255,.62) 52%,rgba(255,255,255,.10) 76%,rgba(255,255,255,.02) 100%);
}

.lager-hero-inner{
  position:relative;
  z-index:1;
  width:100%;
}

.lager-hero-copy{
  width:min(660px,56%);
  padding-block:clamp(76px,8vw,116px);
}

.lager-hero-copy h1{
  margin:12px 0 20px;
  font-size:clamp(3.25rem,5.6vw,6.2rem);
  line-height:.94;
  letter-spacing:-.05em;
}

.lager-hero-copy > p{
  max-width:620px;
  margin:0;
  color:#5f768b;
  font-size:clamp(1.03rem,1.35vw,1.20rem);
  line-height:1.65;
}

.lager-hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}

.lager-hero-tags span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:8px 13px;
  border:1px solid rgba(49,170,79,.22);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#214d3a;
  font-size:.80rem;
  font-weight:800;
  box-shadow:0 8px 20px rgba(20,53,84,.07);
  backdrop-filter:blur(8px);
}

.lager-hero-tags span::before{
  content:"✓";
  width:19px;
  height:19px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(49,170,79,.14);
  color:#1b8a3d;
  font-size:.68rem;
  font-weight:900;
}

.lager-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.lager-hero-actions .kk-button{
  min-height:48px;
}

.lager-hero-actions .kk-button-outline{
  background:rgba(255,255,255,.94);
  color:var(--premium-blue,#1767b2);
  border:1px solid rgba(23,103,178,.18);
  box-shadow:0 10px 24px rgba(20,53,84,.06);
}

/* GENERAL SECTION RHYTHM */
.lager-kotlin-page .section{
  padding:clamp(88px,9vw,136px) 0;
}

.lager-section-heading{
  max-width:820px;
  margin-bottom:38px;
}

.lager-section-heading h2{
  margin:9px 0 12px;
  font-size:clamp(2.25rem,3.8vw,3.9rem);
  line-height:1;
  letter-spacing:-.035em;
}

.lager-section-heading > p,
.lager-heading-row p{
  max-width:760px;
  margin:0;
  color:#657c90;
  font-size:1.03rem;
  line-height:1.62;
}

/* BENEFITS */
.lager-benefits-wrap{
  position:relative;
  z-index:2;
  margin-top:0;
  padding:72px 0 92px;
  background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);
}

.lager-section-heading-compact{
  margin-bottom:28px;
}

.lager-section-heading-compact h2{
  font-size:clamp(1.95rem,3vw,3rem);
}

.lager-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.lager-benefit-card{
  position:relative;
  min-height:218px;
  padding:22px;
  overflow:hidden;
  border:1px solid rgba(20,53,84,.10);
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#fbfdfc);
  box-shadow:0 14px 32px rgba(20,53,84,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.lager-benefit-card::before,
.lager-program-card::before,
.lager-safety-grid article::before,
.lager-steps-grid article::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,#31aa4f,#1767b2);
}

.lager-benefit-card:hover,
.lager-program-card:hover,
.lager-safety-grid article:hover,
.lager-steps-grid article:hover{
  transform:translateY(-4px);
  border-color:rgba(23,103,178,.18);
  box-shadow:0 20px 42px rgba(20,53,84,.10);
}

.lager-icon,
.lager-program-icon,
.lager-safety-icon,
.lager-step-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  border-radius:15px;
  background:linear-gradient(135deg,rgba(49,170,79,.15),rgba(23,103,178,.10));
  color:#1767b2;
  box-shadow:inset 0 0 0 1px rgba(23,103,178,.05);
}

.lager-icon svg,
.lager-program-icon svg,
.lager-safety-icon svg,
.lager-step-icon svg{
  width:24px;
  height:24px;
}

.lager-benefit-card h3{
  margin:0 0 9px;
  font-size:1.15rem;
}

.lager-benefit-card p{
  margin:0;
  color:#6a7f92;
  font-size:.95rem;
  line-height:1.54;
}

/* SPLIT SECTIONS */
.lager-split,
.lager-condition-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(40px,6vw,88px);
  align-items:center;
}

.lager-split-copy h2,
.lager-condition-copy h2{
  margin:10px 0 18px;
  font-size:clamp(2.35rem,4.2vw,4.35rem);
  line-height:.99;
  letter-spacing:-.04em;
}

.lager-split-copy p,
.lager-condition-copy p{
  color:#627a8e;
  font-size:1.04rem;
  line-height:1.7;
}

.lager-split-media,
.lager-condition-media{
  min-height:480px;
  border-radius:30px;
  overflow:hidden;
  background:#f3f6f8;
  box-shadow:0 18px 46px rgba(20,53,84,.09);
}

.lager-split-media img,
.lager-condition-media img{
  width:100%;
  height:100%;
  min-height:480px;
  object-fit:cover;
  display:block;
}

.lager-heading-row{
  max-width:none;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}

.lager-heading-row > div{
  max-width:820px;
}

.lager-session-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

/* PROGRAM */
.lager-program-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.lager-program-card{
  position:relative;
  min-height:242px;
  padding:21px;
  overflow:hidden;
  border:1px solid rgba(20,53,84,.10);
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#fbfcfd);
  box-shadow:0 12px 30px rgba(20,53,84,.055);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.lager-program-icon{
  margin-bottom:22px;
}

.lager-program-card h3{
  margin:0 0 10px;
  font-size:1.12rem;
}

.lager-program-card p{
  margin:0;
  color:#6c8092;
  font-size:.94rem;
  line-height:1.52;
}

/* RETURN */
.lager-return-section{
  padding:clamp(94px,9vw,138px) 0;
  background:
    radial-gradient(circle at 85% 20%,rgba(49,170,79,.12),transparent 30%),
    #102f4b;
  color:#fff;
}

.lager-return-inner{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:70px;
  align-items:center;
}

.lager-return-section .eyebrow{
  color:#74d98b;
}

.lager-return-section h2{
  margin:10px 0 16px;
  color:#fff;
  font-size:clamp(2.4rem,4.1vw,4.25rem);
  line-height:.99;
}

.lager-return-section p{
  color:rgba(255,255,255,.72);
  line-height:1.65;
}

.lager-return-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.lager-return-list span{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:68px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-weight:750;
}

.lager-return-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  flex:0 0 38px;
  border-radius:12px;
  background:rgba(116,217,139,.12);
  color:#74d98b;
}

.lager-return-icon svg{
  width:20px;
  height:20px;
}

/* GALLERY */
.lager-photo-mosaic{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:210px;
  gap:12px;
}

.lager-photo-item{
  overflow:hidden;
  border-radius:20px;
  background:#eef3f6;
  box-shadow:0 10px 24px rgba(20,53,84,.06);
}

.lager-photo-item:nth-child(1),
.lager-photo-item:nth-child(7){
  grid-column:span 2;
  grid-row:span 2;
}

.lager-photo-item:nth-child(4),
.lager-photo-item:nth-child(10){
  grid-column:span 2;
}

.lager-photo-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}

.lager-photo-item:hover img{
  transform:scale(1.035);
}

/* CONDITIONS */
.lager-condition-section{
  border-top:1px solid rgba(20,53,84,.055);
}

.lager-condition-section:nth-of-type(even){
  background:#fcfdfd;
}

.lager-condition-section.is-reverse .lager-condition-copy{
  order:2;
}

.lager-condition-section.is-reverse .lager-condition-media{
  order:1;
}

/* SAFETY */
.lager-safety-section{
  background:linear-gradient(180deg,#f6faf7,#fff);
}

.lager-safety-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.lager-safety-grid article{
  position:relative;
  min-height:210px;
  padding:22px;
  overflow:hidden;
  border:1px solid rgba(49,170,79,.14);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 28px rgba(20,53,84,.05);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.lager-safety-icon{
  margin-bottom:20px;
  color:#18863a;
}

.lager-safety-grid h3{
  margin:0 0 9px;
  font-size:1.13rem;
}

.lager-safety-grid p{
  margin:0;
  color:#687e91;
  font-size:.94rem;
  line-height:1.54;
}

/* TEAM */
.lager-team-section{
  position:relative;
  overflow:hidden;
  background:#102f4b;
  color:#fff;
}

.lager-team-section::before,
.lager-team-section::after{
  content:"";
  position:absolute;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  pointer-events:none;
}

.lager-team-section::before{
  width:330px;
  height:330px;
  top:-185px;
  right:-90px;
}

.lager-team-section::after{
  width:220px;
  height:220px;
  bottom:-130px;
  left:-65px;
}

.lager-team-section .kk-container{
  position:relative;
  z-index:1;
}

.lager-team-section .eyebrow{
  color:#74d98b;
}

.lager-team-section .lager-section-heading h2{
  color:#fff;
}

.lager-team-section .lager-section-heading > p{
  color:rgba(255,255,255,.72);
}

.lager-team-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}

.lager-team-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.20);
  border-radius:28px;
  background:#fff;
  color:#143554;
  box-shadow:0 24px 56px rgba(0,15,29,.24);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}

.lager-team-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  z-index:3;
  height:5px;
  background:#1767b2;
}

.lager-team-card:nth-child(3n + 2)::before{background:#31aa4f;}
.lager-team-card:nth-child(3n)::before{background:#f7b733;}

.lager-team-card:hover{
  transform:translateY(-7px);
  border-color:rgba(116,217,139,.48);
  box-shadow:0 32px 70px rgba(0,15,29,.34);
}

.lager-team-photo{
  position:relative;
  aspect-ratio:4/4.75;
  overflow:hidden;
  background:#dfeaf1;
}

.lager-team-photo::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:30%;
  background:linear-gradient(180deg,transparent,rgba(16,47,75,.22));
  pointer-events:none;
}

.lager-team-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  transition:transform .45s ease;
}

.lager-team-card:hover .lager-team-photo img{transform:scale(1.035);}

.lager-team-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:#6e8ba2;
}

.lager-team-placeholder svg{
  width:92px;
  height:92px;
}

.lager-team-content{
  min-height:220px;
  padding:24px 24px 26px;
}

.lager-team-label{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  margin-bottom:13px;
  padding:5px 10px;
  border:1px solid rgba(49,170,79,.20);
  border-radius:999px;
  background:#edf8f0;
  color:#18863a;
  font-size:.69rem;
  font-weight:850;
  letter-spacing:.08em;
  line-height:1;
  text-transform:uppercase;
}

.lager-team-card h3{
  margin:0 0 10px;
  color:#143554;
  font-size:clamp(1.17rem,1.5vw,1.4rem);
  line-height:1.2;
  letter-spacing:-.015em;
}

.lager-team-card p{
  margin:0 0 10px;
  color:#687f92;
  font-size:.92rem;
  line-height:1.58;
}

.lager-team-card p:last-child{margin-bottom:0;}

.lager-team-position{
  color:#1767b2 !important;
  font-weight:750;
}

.lager-team-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:15px;
}

.lager-team-meta span{
  display:inline-flex;
  padding:6px 9px;
  border-radius:9px;
  background:#eef5fb;
  color:#47677f;
  font-size:.75rem;
  font-weight:700;
  line-height:1.25;
}

/* AWARDS */
.lager-awards-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}

.lager-award-card{
  display:grid;
  place-items:center;
  aspect-ratio:3/4;
  padding:10px;
  overflow:hidden;
  border:1px solid rgba(20,53,84,.10);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(20,53,84,.055);
}

.lager-award-card img{
  width:100%;
  height:100%;
  object-fit:contain;
}

/* CAROUSELS: TEAM AND AWARDS ON ALL SCREENS */
.lager-carousel{
  position:relative;
  min-width:0;
}

.lager-sessions-carousel .lager-session-grid,
.lager-team-carousel .lager-team-grid,
.lager-awards-carousel .lager-awards-grid{
  display:flex;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
  touch-action:pan-y pinch-zoom;
}

.lager-sessions-carousel .lager-session-grid::-webkit-scrollbar,
.lager-team-carousel .lager-team-grid::-webkit-scrollbar,
.lager-awards-carousel .lager-awards-grid::-webkit-scrollbar,
.lager-gallery-carousel .lager-photo-mosaic::-webkit-scrollbar{
  display:none;
}

.lager-team-carousel .lager-team-card{
  /* Часть следующей карточки остаётся видимой: карусель очевидна даже при трёх сотрудниках. */
  flex:0 0 34%;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}

.lager-sessions-carousel .program-card{
  height:auto;
  flex:0 0 calc((100% - 44px)/3);
  scroll-snap-align:start;
  scroll-snap-stop:always;
}

.lager-awards-carousel .lager-award-card{
  flex:0 0 calc((100% - 70px)/6);
  scroll-snap-align:start;
  scroll-snap-stop:always;
}

.lager-carousel-track:focus-visible{
  outline:3px solid rgba(23,103,178,.38);
  outline-offset:5px;
  border-radius:18px;
}

.lager-carousel-controls{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  min-height:48px;
  margin-top:22px;
}

.lager-carousel-button{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  flex:0 0 46px;
  padding:0;
  border:1px solid rgba(20,53,84,.16);
  border-radius:50%;
  background:#fff;
  color:#1767b2;
  box-shadow:0 8px 22px rgba(20,53,84,.10);
  font:800 1.25rem/1 system-ui,sans-serif;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,color .2s ease,opacity .2s ease;
}

.lager-carousel-button:hover:not(:disabled),
.lager-carousel-button:focus-visible{
  transform:translateY(-2px);
  background:#1767b2;
  color:#fff;
}

.lager-carousel-button:focus-visible{
  outline:3px solid rgba(23,103,178,.24);
  outline-offset:3px;
}

.lager-carousel-button:disabled{
  opacity:.34;
  cursor:default;
}

.lager-carousel-dots{
  max-width:min(360px,calc(100% - 116px));
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  overflow:hidden;
}

.lager-carousel-dot{
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#bfd0dc;
  transition:width .2s ease,background .2s ease,border-radius .2s ease;
}

.lager-carousel-dot.is-active{
  width:22px;
  flex-basis:22px;
  border-radius:999px;
  background:#1767b2;
}

.lager-team-carousel .lager-carousel-button{
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.10);
  color:#fff;
  box-shadow:none;
}

.lager-team-carousel .lager-carousel-button:hover:not(:disabled),
.lager-team-carousel .lager-carousel-button:focus-visible{
  background:#fff;
  color:#143554;
}

.lager-team-carousel .lager-carousel-dot{background:rgba(255,255,255,.28);}
.lager-team-carousel .lager-carousel-dot.is-active{background:#74d98b;}
.lager-carousel.is-static .lager-carousel-controls{display:none;}
.lager-gallery-carousel > .lager-carousel-controls{display:none;}

/* REVIEWS */
.lager-reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.lager-review-card{
  position:relative;
  min-height:245px;
  padding:26px;
  border:1px solid rgba(20,53,84,.10);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 30px rgba(20,53,84,.055);
}

.lager-review-quote{
  color:#31aa4f;
  font-size:3.2rem;
  line-height:.7;
  font-family:Georgia,serif;
}

.lager-review-text{
  color:#5f7589;
  line-height:1.6;
}

.lager-review-card strong{
  display:block;
  margin-top:18px;
  color:#153653;
}

/* FAQ */
.lager-faq-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);
  gap:70px;
  align-items:start;
}

.lager-faq-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 12%,rgba(49,170,79,.30),transparent 30%),
    radial-gradient(circle at 88% 82%,rgba(23,103,178,.32),transparent 34%),
    linear-gradient(135deg,#0d2942 0%,#123c5d 54%,#0d2f4d 100%);
}

.lager-faq-section::before,
.lager-faq-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08);
  pointer-events:none;
}

.lager-faq-section::before{
  width:360px;
  height:360px;
  left:-170px;
  bottom:-190px;
}

.lager-faq-section::after{
  width:260px;
  height:260px;
  right:-100px;
  top:-130px;
}

.lager-faq-heading{
  position:sticky;
  top:150px;
}

.lager-faq-heading h2{
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(2.2rem,3.8vw,3.8rem);
  line-height:1;
}

.lager-faq-heading .eyebrow{
  color:#9ce3ad;
}

.lager-faq-list details{
  border:1px solid rgba(255,255,255,.26);
  border-radius:18px;
  background:rgba(255,255,255,.97);
  margin-bottom:12px;
  overflow:hidden;
  box-shadow:0 14px 35px rgba(3,19,33,.22);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.lager-faq-list details:hover,
.lager-faq-list details[open]{
  transform:translateY(-2px);
  border-color:rgba(156,227,173,.72);
  box-shadow:0 20px 42px rgba(3,19,33,.30);
}

.lager-faq-list summary{
  min-height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 18px;
  color:#143554;
  font-size:1rem;
  font-weight:800;
  cursor:pointer;
  list-style:none;
}

.lager-faq-list summary::-webkit-details-marker{
  display:none;
}

.lager-faq-list summary span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  flex:0 0 34px;
  border-radius:50%;
  background:linear-gradient(135deg,#31aa4f,#1767b2);
  color:#fff;
  box-shadow:0 8px 18px rgba(23,103,178,.22);
  transition:transform .2s ease;
}

.lager-faq-list details[open] summary span{
  transform:rotate(45deg);
}

.lager-faq-list details > div{
  padding:0 18px 20px;
  color:#667d90;
  line-height:1.65;
}

/* STEPS */
.lager-steps-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.lager-steps-grid article{
  position:relative;
  min-height:190px;
  padding:22px;
  overflow:hidden;
  border:1px solid rgba(23,103,178,.18);
  border-radius:22px;
  background:linear-gradient(145deg,#fff 0%,#eef7ff 100%);
  box-shadow:0 18px 38px rgba(20,53,84,.12);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.lager-steps-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#f0f8ff 0%,#f1fbf3 50%,#fff8e7 100%);
}

.lager-steps-grid article:nth-child(2){
  border-color:rgba(49,170,79,.25);
  background:linear-gradient(145deg,#fff 0%,#edfaef 100%);
}

.lager-steps-grid article:nth-child(3){
  border-color:rgba(247,183,51,.36);
  background:linear-gradient(145deg,#fff 0%,#fff6dc 100%);
}

.lager-steps-grid article::after{
  content:"0" counter(step-card);
  position:absolute;
  right:18px;
  top:13px;
  color:rgba(20,53,84,.08);
  font-size:3.6rem;
  font-weight:900;
  line-height:1;
}

.lager-steps-grid{
  counter-reset:step-card;
}

.lager-steps-grid article{
  counter-increment:step-card;
}

.lager-steps-grid article:nth-child(1)::before{background:#1767b2;}
.lager-steps-grid article:nth-child(2)::before{background:#31aa4f;}
.lager-steps-grid article:nth-child(3)::before{background:#f7b733;}

.lager-steps-grid article:nth-child(1) .lager-step-icon{
  background:linear-gradient(135deg,#1767b2,#4d9be2);
}

.lager-steps-grid article:nth-child(2) .lager-step-icon{
  background:linear-gradient(135deg,#18863a,#54c570);
}

.lager-steps-grid article:nth-child(3) .lager-step-icon{
  background:linear-gradient(135deg,#e49b0d,#f7c75f);
}

.lager-step-icon{
  margin-bottom:18px;
  color:#fff;
  box-shadow:0 10px 22px rgba(20,53,84,.18);
}

.lager-steps-grid h3{
  margin:0 0 9px;
  font-size:1.14rem;
}

.lager-steps-grid p{
  margin:0;
  color:#6a7f91;
  font-size:.94rem;
  line-height:1.54;
}

/* SHARED BRIGHT CARDS: BENEFITS, PROGRAM AND SAFETY */
.lager-benefits-wrap,
.lager-program-section,
.lager-safety-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 14%,rgba(23,103,178,.08),transparent 28%),
    radial-gradient(circle at 92% 88%,rgba(247,183,51,.10),transparent 30%),
    linear-gradient(135deg,#f0f8ff 0%,#f1fbf3 50%,#fff8e7 100%);
}

.lager-benefits-wrap::after,
.lager-program-section::after,
.lager-safety-section::after{
  content:"";
  position:absolute;
  right:-95px;
  bottom:-120px;
  width:280px;
  height:280px;
  border:1px solid rgba(23,103,178,.08);
  border-radius:50%;
  pointer-events:none;
}

.lager-benefits-wrap .kk-container,
.lager-program-section .kk-container,
.lager-safety-section .kk-container{
  position:relative;
  z-index:1;
}

.lager-benefit-card,
.lager-program-card,
.lager-safety-grid article{
  --lager-card-accent:#1767b2;
  --lager-card-accent-light:#4d9be2;
  --lager-card-border:rgba(23,103,178,.22);
  --lager-card-bg:linear-gradient(145deg,#fff 0%,#eef7ff 100%);
  border-color:var(--lager-card-border);
  background:var(--lager-card-bg);
  box-shadow:0 18px 38px rgba(20,53,84,.12);
}

.lager-benefit-card:nth-child(3n + 2),
.lager-program-card:nth-child(3n + 2),
.lager-safety-grid article:nth-child(3n + 2){
  --lager-card-accent:#18863a;
  --lager-card-accent-light:#54c570;
  --lager-card-border:rgba(49,170,79,.27);
  --lager-card-bg:linear-gradient(145deg,#fff 0%,#edfaef 100%);
}

.lager-benefit-card:nth-child(3n),
.lager-program-card:nth-child(3n),
.lager-safety-grid article:nth-child(3n){
  --lager-card-accent:#e49b0d;
  --lager-card-accent-light:#f7c75f;
  --lager-card-border:rgba(247,183,51,.38);
  --lager-card-bg:linear-gradient(145deg,#fff 0%,#fff6dc 100%);
}

.lager-benefit-card::before,
.lager-program-card::before,
.lager-safety-grid article::before{
  height:4px;
  background:var(--lager-card-accent);
}

.lager-benefit-card .lager-icon,
.lager-program-card .lager-program-icon,
.lager-safety-grid .lager-safety-icon{
  position:relative;
  z-index:1;
  background:linear-gradient(135deg,var(--lager-card-accent),var(--lager-card-accent-light));
  color:#fff;
  box-shadow:0 10px 22px rgba(20,53,84,.18);
}

.lager-benefits-grid,
.lager-program-grid,
.lager-safety-grid{
  counter-reset:lager-bright-card;
}

.lager-benefit-card,
.lager-program-card,
.lager-safety-grid article{
  counter-increment:lager-bright-card;
}

.lager-benefit-card::after,
.lager-program-card::after,
.lager-safety-grid article::after{
  content:"0" counter(lager-bright-card);
  position:absolute;
  top:13px;
  right:18px;
  color:rgba(20,53,84,.075);
  font-size:3.35rem;
  font-weight:900;
  line-height:1;
  pointer-events:none;
}

.lager-benefit-card:hover,
.lager-program-card:hover,
.lager-safety-grid article:hover{
  border-color:var(--lager-card-border);
  box-shadow:0 23px 48px rgba(20,53,84,.15);
}

/* SELECTED LAGER SECTIONS: SOLID BACKGROUND REQUESTED BY CLIENT */
.lager-benefits-wrap,
.lager-sessions-section,
.lager-gallery-section,
.lager-condition-food,
.lager-safety-section,
.lager-awards-section,
.lager-steps-section{
  background:#e3effa;
}

.lager-program-section{
  background:#fff;
}

/* FINAL CTA */
.lager-final-cta{
  position:relative;
  min-height:500px;
  display:flex;
  align-items:center;
  background:
    var(--lager-final-image,none) center/cover no-repeat,
    linear-gradient(135deg,#eaf4ee,#f6f1e4);
}

.lager-final-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(16,47,75,.96) 0%,rgba(16,47,75,.86) 45%,rgba(16,47,75,.28) 100%);
}

.lager-final-inner{
  position:relative;
  z-index:1;
}

.lager-final-inner > div{
  width:min(650px,62%);
  padding:70px 0;
}

.lager-final-cta .eyebrow{
  color:#74d98b;
}

.lager-final-cta h2{
  margin:10px 0 18px;
  color:#fff;
  font-size:clamp(2.7rem,4.8vw,4.8rem);
  line-height:.97;
}

.lager-final-cta p{
  color:rgba(255,255,255,.78);
  font-size:1.04rem;
  line-height:1.6;
}

.lager-final-cta .kk-button{
  margin-top:18px;
  background:#fff;
  color:#1767b2;
}

/* RESPONSIVE */
@media (max-width:1100px){
  .lager-benefits-grid,
  .lager-safety-grid,
  .lager-team-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .lager-team-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .lager-awards-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .lager-team-carousel .lager-team-card{
    flex-basis:48%;
  }

  .lager-sessions-carousel .program-card{
    flex-basis:calc((100% - 22px)/2);
  }

  .lager-awards-carousel .lager-award-card{
    flex-basis:calc((100% - 42px)/4);
  }

  .lager-program-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .lager-program-card:last-child{
    grid-column:span 2;
  }
}

@media (max-width:900px){
  .lager-hero{
    min-height:700px;
    align-items:flex-end;
    background-position:65% center;
  }

  .lager-hero-overlay{
    background:linear-gradient(180deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,.72) 38%,rgba(255,255,255,.98) 70%);
  }

  .lager-hero-copy{
    width:100%;
    padding:270px 0 54px;
  }

  .lager-hero-copy h1{
    font-size:clamp(3rem,8vw,5rem);
  }

  .lager-benefits-wrap{
    padding:64px 0 82px;
  }

  .lager-split,
  .lager-condition-grid,
  .lager-return-inner,
  .lager-faq-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .lager-condition-section.is-reverse .lager-condition-copy,
  .lager-condition-section.is-reverse .lager-condition-media{
    order:initial;
  }

  .lager-faq-heading{
    position:static;
  }

  .lager-session-grid,
  .lager-reviews-grid,
  .lager-steps-grid{
    grid-template-columns:1fr;
  }

  .lager-team-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .lager-awards-carousel .lager-award-card{
    flex-basis:calc((100% - 28px)/3);
  }

  .lager-photo-mosaic{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:190px;
  }

  .lager-photo-item:nth-child(1),
  .lager-photo-item:nth-child(7),
  .lager-photo-item:nth-child(4),
  .lager-photo-item:nth-child(10){
    grid-column:span 1;
    grid-row:span 1;
  }

  .lager-return-list{
    grid-template-columns:1fr;
  }

  .lager-heading-row{
    align-items:flex-start;
    flex-direction:column;
  }

  .lager-final-inner > div{
    width:100%;
  }
}

@media (max-width:600px){
  .lager-kotlin-page .kk-container{
    width:min(calc(100% - 28px),var(--container));
  }

  .lager-hero{
    min-height:650px;
  }

  .lager-hero-copy{
    padding:225px 0 44px;
  }

  .lager-hero-copy h1{
    font-size:clamp(2.6rem,13vw,3.9rem);
  }

  .lager-hero-tags{
    gap:7px;
  }

  .lager-hero-tags span{
    min-height:34px;
    padding:7px 10px;
    font-size:.74rem;
  }

  .lager-hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .lager-hero-actions .kk-button{
    width:100%;
    justify-content:center;
  }

  .lager-benefits-grid,
  .lager-program-grid,
  .lager-safety-grid,
  .lager-team-grid,
  .lager-awards-grid{
    grid-template-columns:1fr;
  }

  .lager-program-card:last-child{
    grid-column:auto;
  }

  .lager-benefit-card,
  .lager-program-card,
  .lager-safety-grid article,
  .lager-steps-grid article{
    min-height:0;
  }

  .lager-split-media,
  .lager-condition-media,
  .lager-split-media img,
  .lager-condition-media img{
    min-height:330px;
  }

  .lager-photo-mosaic{
    grid-template-columns:1fr;
    grid-auto-rows:240px;
  }

  .lager-team-carousel .lager-team-card{
    flex-basis:88%;
  }

  .lager-sessions-carousel .program-card{
    flex-basis:88%;
  }

  .lager-awards-carousel .lager-award-card{
    flex-basis:76%;
  }

  .lager-gallery-carousel .lager-photo-mosaic{
    display:flex;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-behavior:smooth;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    overscroll-behavior-inline:contain;
    touch-action:pan-y pinch-zoom;
  }

  .lager-gallery-carousel .lager-photo-item,
  .lager-gallery-carousel .lager-photo-item:nth-child(1),
  .lager-gallery-carousel .lager-photo-item:nth-child(4),
  .lager-gallery-carousel .lager-photo-item:nth-child(7),
  .lager-gallery-carousel .lager-photo-item:nth-child(10){
    height:260px;
    flex:0 0 88%;
    grid-column:auto;
    grid-row:auto;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }

  .lager-gallery-carousel > .lager-carousel-controls{
    display:flex;
  }

  .lager-carousel-controls{
    justify-content:center;
    margin-top:18px;
  }

  .lager-carousel-button{
    width:44px;
    height:44px;
    flex-basis:44px;
  }

  .lager-section-heading h2,
  .lager-split-copy h2,
  .lager-condition-copy h2,
  .lager-faq-heading h2{
    font-size:clamp(2.05rem,10.5vw,3.1rem);
  }

  .lager-final-cta{
    min-height:480px;
  }

  .lager-final-overlay{
    background:rgba(16,47,75,.90);
  }

  .lager-final-cta h2{
    font-size:clamp(2.3rem,11vw,3.3rem);
  }
}

/* HEADER 8.3: VECTOR LOGO AND MOBILE CONTACT MARQUEE */
.header-utility-desktop{
  width:100%;
}

.header-utility-marquee{
  display:none;
}

.custom-logo-link{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  text-decoration:none;
}

.custom-logo-link .custom-logo{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  object-fit:contain;
}

@keyframes kotlinkids-utility-marquee{
  from{transform:translate3d(0,0,0);}
  to{transform:translate3d(-50%,0,0);}
}

@media (max-width:1024px){
  .header-utility{
    display:block !important;
    min-height:42px;
    overflow:hidden;
  }

  .header-utility-desktop{
    display:none;
  }

  .header-utility-marquee{
    width:100%;
    max-width:100vw;
    min-height:42px;
    display:flex;
    align-items:center;
    overflow:hidden;
    contain:paint;
  }

  .header-utility-marquee-track{
    width:max-content;
    display:flex;
    flex:0 0 auto;
    align-items:center;
    will-change:transform;
    animation:kotlinkids-utility-marquee 30s linear infinite;
  }

  .header-utility-marquee:hover .header-utility-marquee-track,
  .header-utility-marquee:focus-within .header-utility-marquee-track{
    animation-play-state:paused;
  }

  .header-marquee-group{
    min-width:max-content;
    min-height:42px;
    display:flex;
    flex:0 0 auto;
    align-items:center;
    gap:18px;
    padding:4px 18px 4px 0;
    white-space:nowrap;
  }

  .header-marquee-item{
    position:relative;
    display:inline-flex;
    align-items:center;
    min-height:32px;
    color:#fff;
    font-size:.75rem;
    font-weight:750;
    line-height:1;
    text-decoration:none;
  }

  .header-marquee-group > .header-marquee-item:first-child{
    margin-left:18px;
  }

  .header-marquee-item + .header-marquee-item::before,
  .header-marquee-item + .header-marquee-socials::before,
  .header-marquee-socials + .header-marquee-item::before{
    content:"";
    width:4px;
    height:4px;
    margin-right:18px;
    border-radius:50%;
    background:rgba(255,255,255,.72);
  }

  .header-marquee-socials{
    display:inline-flex;
    align-items:center;
    gap:8px;
  }

  .header-marquee-socials .header-social{
    width:30px;
    height:30px;
    flex:0 0 30px;
  }

  .header-marquee-socials .header-social svg{
    width:16px;
    height:16px;
  }
}

@media (prefers-reduced-motion:reduce){
  .header-utility-marquee{
    overflow-x:auto;
    scrollbar-width:none;
  }

  .header-utility-marquee::-webkit-scrollbar{
    display:none;
  }

  .header-utility-marquee-track{
    animation:none !important;
    will-change:auto;
  }
}

/* Author-led tours to Belarus. Visual language follows the Kotlin camp page. */
.belarus-tours-page{
  --belarus-blue:#125ba8;
  --belarus-navy:#17324d;
  --belarus-yellow:#f7b733;
  --belarus-coral:#31aa4f;
  --belarus-soft:#f2f8fc;
  color:var(--belarus-navy);
  overflow:clip;
}

.belarus-tours-page h1,
.belarus-tours-page h2,
.belarus-tours-page h3{color:var(--belarus-navy);}

.belarus-hero{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  background:var(--belarus-hero-image,none) center/cover no-repeat;
  isolation:isolate;
}

.belarus-hero-overlay{
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.95) 35%,rgba(255,255,255,.36) 61%,rgba(255,255,255,.02) 100%);
}

.belarus-hero-inner{padding-block:90px;}
.belarus-hero-copy{width:min(640px,52%);}
.belarus-hero-copy h1{max-width:620px;margin:14px 0 20px;font-size:clamp(2.7rem,5.1vw,5.4rem);line-height:.98;letter-spacing:-.055em;}
.belarus-hero-copy>p{max-width:590px;margin:0;color:#38556f;font-size:clamp(1.06rem,1.5vw,1.27rem);line-height:1.65;}
.belarus-hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;}
.belarus-hero-tags span{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(18,91,168,.18);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 8px 22px rgba(23,50,77,.07);font-size:.82rem;font-weight:800;}
.belarus-hero-tags span::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--belarus-yellow);box-shadow:0 0 0 4px rgba(247,183,51,.18);}
.belarus-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px;}
.belarus-actions .kk-button-outline{border-color:var(--belarus-blue);color:var(--belarus-blue);background:rgba(255,255,255,.84);}

.belarus-benefits{position:relative;padding:80px 0;background:#fff;}
.belarus-benefits::after{content:"";position:absolute;right:-140px;top:-100px;width:360px;height:360px;border-radius:50%;background:rgba(247,183,51,.11);filter:blur(2px);pointer-events:none;}
.belarus-benefit-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:32px;}
.belarus-benefit-card{position:relative;min-width:0;padding:28px;border:1px solid #dceaf3;border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(23,50,77,.07);overflow:hidden;}
.belarus-benefit-card::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,var(--belarus-blue),#43b77a);}
.belarus-card-number{display:inline-block;margin-bottom:32px;color:var(--belarus-blue);font-size:.78rem;font-weight:900;letter-spacing:.12em;}
.belarus-benefit-card h3{margin:0 0 10px;font-size:1.18rem;line-height:1.25;}
.belarus-benefit-card p{margin:0;color:#5a7185;font-size:.94rem;line-height:1.65;}

.belarus-split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:70px;align-items:center;}
.belarus-split-copy{min-width:0;}
.belarus-split-copy h2{margin:12px 0 18px;font-size:clamp(2.1rem,3.4vw,3.5rem);line-height:1.05;letter-spacing:-.04em;}
.belarus-split-copy>p{margin:0;color:#516c82;font-size:1.05rem;line-height:1.76;}
.belarus-split-media{min-width:0;aspect-ratio:4/3;border-radius:32px;overflow:hidden;box-shadow:0 24px 64px rgba(23,50,77,.17);}
.belarus-split-media img{display:block;width:100%;height:100%;object-fit:cover;}
.belarus-check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:30px 0 0;padding:0;list-style:none;}
.belarus-check-list li{position:relative;min-width:0;padding:13px 14px 13px 42px;border-radius:14px;background:#f1f7fb;color:#274b68;font-weight:750;line-height:1.4;}
.belarus-check-list li::before{content:"✓";position:absolute;left:14px;top:12px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#dff4e5;color:#1f8a4c;font-weight:900;}

.belarus-audience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px;}
.belarus-audience-card{min-width:0;padding:28px;border-radius:24px;background:#fff;border:1px solid #dce9f2;box-shadow:0 14px 36px rgba(23,50,77,.06);}
.belarus-audience-card>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:28px;border-radius:14px;background:var(--belarus-blue);color:#fff;font-size:.84rem;font-weight:900;box-shadow:0 9px 20px rgba(18,91,168,.22);}
.belarus-audience-card:nth-child(2)>span,.belarus-audience-card:nth-child(4)>span{background:var(--belarus-coral);box-shadow:0 9px 20px rgba(49,170,79,.22);}
.belarus-audience-card h3{margin:0 0 10px;font-size:1.18rem;}
.belarus-audience-card p{margin:0;color:#5a7185;line-height:1.65;}

.belarus-routes-carousel{margin-top:36px;}
.belarus-route-grid{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 24px;}
.belarus-route-grid::-webkit-scrollbar{display:none;}
.belarus-route-card{display:flex;flex:0 0 calc((100% - 44px)/3);min-width:0;flex-direction:column;border:1px solid #d8e7f0;border-radius:26px;background:#fff;box-shadow:0 18px 44px rgba(23,50,77,.09);overflow:hidden;scroll-snap-align:start;}
.belarus-route-media{aspect-ratio:4/3;overflow:hidden;background:#dfeaf1;}
.belarus-route-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.belarus-route-card:hover .belarus-route-media img{transform:scale(1.035);}
.belarus-route-content{display:flex;flex:1;min-width:0;flex-direction:column;padding:25px;}
.belarus-route-label{color:var(--belarus-blue);font-size:.72rem;font-weight:900;letter-spacing:.1em;}
.belarus-route-content h3{margin:8px 0 14px;font-size:1.35rem;line-height:1.18;}
.belarus-route-meta{display:flex;flex-direction:column;gap:7px;margin-bottom:14px;color:#49677d;font-size:.86rem;font-weight:750;}
.belarus-route-meta span:first-child{align-self:flex-start;padding:6px 9px;border-radius:999px;background:#fff3d6;color:#805a00;}
.belarus-route-content p{margin:0 0 18px;color:#5a7185;line-height:1.65;}
.belarus-route-content .text-link{margin-top:auto;}

.belarus-included-section{padding:92px 0;background:linear-gradient(135deg,#0f4b88,#17324d);color:#fff;}
.belarus-included-inner{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:70px;align-items:start;}
.belarus-included-heading .eyebrow{color:#82e29a;}
.belarus-included-heading h2{margin:12px 0 18px;color:#fff;font-size:clamp(2.2rem,3.7vw,3.8rem);line-height:1.04;letter-spacing:-.045em;}
.belarus-included-heading p{margin:0;color:rgba(255,255,255,.76);font-size:1.05rem;line-height:1.72;}
.belarus-included-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;}
.belarus-included-item{display:flex;min-width:0;gap:12px;align-items:flex-start;padding:17px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.08);}
.belarus-included-item>span{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#62cb7d;color:#0a4622;font-weight:950;}
.belarus-included-item p{margin:0;color:#fff;line-height:1.48;}

.belarus-author-grid{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:70px;align-items:center;}
.belarus-author-photo{aspect-ratio:4/5;border-radius:32px;overflow:hidden;background:#e6eef4;box-shadow:0 24px 60px rgba(23,50,77,.16);}
.belarus-author-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;}
.belarus-author-copy h2{margin:12px 0 24px;font-size:clamp(2.15rem,3.5vw,3.7rem);line-height:1.04;letter-spacing:-.045em;}
.belarus-author-copy h3{margin:0 0 6px;font-size:1.5rem;}
.belarus-author-position{margin-bottom:22px;color:var(--belarus-blue);font-weight:850;}
.belarus-author-copy>p{margin:0;color:#526e83;font-size:1.04rem;line-height:1.74;}
.belarus-credential{display:flex;gap:13px;align-items:flex-start;margin-top:26px;padding:20px;border-radius:18px;background:#eef8f1;border:1px solid #cdebd5;}
.belarus-credential>span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#3fb366;color:#fff;font-weight:900;}
.belarus-credential p{margin:0;color:#28563a;font-weight:750;line-height:1.55;}

.belarus-timeline{position:relative;max-width:980px;margin:42px auto 0;}
.belarus-timeline::before{content:"";position:absolute;left:58px;top:36px;bottom:36px;width:2px;background:linear-gradient(var(--belarus-blue),#56bd72);}
.belarus-day{position:relative;display:grid;grid-template-columns:118px minmax(0,1fr);gap:24px;align-items:start;margin-bottom:18px;padding:24px 28px 24px 0;border-radius:22px;background:#fff;border:1px solid #dbe9f2;box-shadow:0 12px 32px rgba(23,50,77,.055);}
.belarus-day-number{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;height:72px;margin-left:23px;border:6px solid var(--belarus-soft);border-radius:50%;background:var(--belarus-blue);color:#fff;font-size:1.48rem;font-weight:950;line-height:1;box-shadow:0 7px 18px rgba(18,91,168,.22);}
.belarus-day-number span{margin-bottom:4px;font-size:.52rem;letter-spacing:.1em;}
.belarus-day h3{margin:3px 0 8px;font-size:1.25rem;}
.belarus-day p{margin:0;color:#567084;line-height:1.68;}
.belarus-program-action{text-align:center;margin-top:32px;}

.belarus-steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px;}
.belarus-step{position:relative;min-width:0;padding:28px;border-radius:24px;background:#f5f9fc;border:1px solid #dce9f2;}
.belarus-step>span{display:block;margin-bottom:42px;color:var(--belarus-blue);font-size:.8rem;font-weight:950;letter-spacing:.11em;}
.belarus-step h3{margin:0 0 10px;font-size:1.2rem;}
.belarus-step p{margin:0;color:#5b7387;line-height:1.65;}
.belarus-step:not(:last-child)::after{content:"→";position:absolute;right:-16px;top:29px;z-index:2;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--belarus-yellow);color:#5e4100;font-weight:900;}

.belarus-gallery-section{background:#17324d;color:#fff;}
.belarus-gallery-section .lager-section-heading h2{color:#fff;}
.belarus-gallery-section .lager-section-heading p{color:rgba(255,255,255,.72);}
.belarus-gallery-section .eyebrow{color:#83df97;}
.belarus-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:220px;gap:14px;margin-top:36px;}
.belarus-photo-item{min-width:0;border-radius:20px;overflow:hidden;background:#284761;}
.belarus-photo-item:nth-child(1),.belarus-photo-item:nth-child(6){grid-column:span 2;grid-row:span 2;}
.belarus-photo-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.belarus-photo-item:hover img{transform:scale(1.04);}
.belarus-gallery-carousel>.lager-carousel-controls{display:none;}

.belarus-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:32px;}
.belarus-review-grid blockquote{margin:0;padding:28px;border-radius:22px;background:#fff;border:1px solid #dbe8f1;box-shadow:0 14px 34px rgba(23,50,77,.06);}
.belarus-review-grid blockquote p{margin:0;color:#4f6a80;line-height:1.72;}
.belarus-review-grid cite{display:block;margin-top:18px;color:var(--belarus-navy);font-style:normal;font-weight:850;}

.belarus-faq-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:70px;align-items:start;}
.belarus-faq-heading{position:sticky;top:120px;}
.belarus-faq-heading h2{margin:12px 0 16px;font-size:clamp(2.15rem,3.5vw,3.6rem);line-height:1.05;letter-spacing:-.04em;}
.belarus-faq-heading p{color:#587187;line-height:1.65;}
.belarus-faq-list{display:grid;gap:12px;}
.belarus-faq-list details{border:1px solid #d8e6ef;border-radius:17px;background:#fff;overflow:hidden;box-shadow:0 9px 26px rgba(23,50,77,.045);}
.belarus-faq-list summary{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:20px 22px;color:var(--belarus-navy);font-weight:850;cursor:pointer;list-style:none;}
.belarus-faq-list summary::-webkit-details-marker{display:none;}
.belarus-faq-list summary span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#edf4f8;color:var(--belarus-blue);font-size:1.25rem;transition:transform .2s ease;}
.belarus-faq-list details[open] summary span{transform:rotate(45deg);}
.belarus-faq-list details>p{margin:0;padding:0 22px 22px;color:#587187;line-height:1.7;}

.belarus-final{position:relative;min-height:560px;display:flex;align-items:center;background:var(--belarus-final-image,none) center/cover no-repeat;color:#fff;isolation:isolate;}
.belarus-final-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(10,33,54,.96) 0%,rgba(10,33,54,.85) 43%,rgba(10,33,54,.18) 68%,rgba(10,33,54,.02) 100%);}
.belarus-final-inner{padding-block:80px;}
.belarus-final-copy{width:min(650px,54%);}
.belarus-final-copy .eyebrow{color:#8ce1a0;}
.belarus-final-copy h2{margin:12px 0 18px;color:#fff;font-size:clamp(2.35rem,4.2vw,4.5rem);line-height:1.02;letter-spacing:-.05em;}
.belarus-final-copy p{margin:0 0 28px;color:rgba(255,255,255,.78);font-size:1.08rem;line-height:1.7;}

@media (max-width:1024px){
  .belarus-hero{min-height:620px;background-position:62% center;}
  .belarus-hero-copy{width:58%;}
  .belarus-benefit-grid,.belarus-audience-grid,.belarus-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .belarus-split,.belarus-included-inner,.belarus-author-grid,.belarus-faq-grid{gap:42px;}
  .belarus-route-card{flex-basis:calc((100% - 22px)/2);}
  .belarus-step:nth-child(2)::after{display:none;}
  .belarus-photo-grid{grid-auto-rows:180px;}
}

@media (max-width:760px){
  .belarus-hero{min-height:760px;align-items:flex-end;background-position:68% top;}
  .belarus-hero-overlay{background:linear-gradient(0deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 48%,rgba(255,255,255,.2) 76%,rgba(255,255,255,0) 100%);}
  .belarus-hero-inner{padding-block:300px 58px;}
  .belarus-hero-copy{width:100%;}
  .belarus-hero-copy h1{font-size:clamp(2.45rem,12vw,4.2rem);}
  .belarus-split,.belarus-included-inner,.belarus-author-grid,.belarus-faq-grid{grid-template-columns:1fr;}
  .belarus-split-media{order:-1;}
  .belarus-check-list{grid-template-columns:1fr 1fr;}
  .belarus-included-grid{grid-template-columns:1fr;}
  .belarus-author-photo{width:min(100%,460px);margin-inline:auto;}
  .belarus-faq-heading{position:static;}
  .belarus-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:170px;}
  .belarus-photo-item:nth-child(1),.belarus-photo-item:nth-child(6){grid-column:span 2;grid-row:span 2;}
  .belarus-final{min-height:650px;align-items:flex-end;background-position:70% top;}
  .belarus-final-overlay{background:linear-gradient(0deg,rgba(10,33,54,.98) 0%,rgba(10,33,54,.93) 54%,rgba(10,33,54,.18) 82%,rgba(10,33,54,0) 100%);}
  .belarus-final-inner{padding-block:320px 60px;}
  .belarus-final-copy{width:100%;}
}

@media (max-width:600px){
  .belarus-benefits,.belarus-tours-page .section,.belarus-included-section{padding-block:64px;}
  .belarus-benefit-grid,.belarus-audience-grid,.belarus-steps-grid,.belarus-review-grid{grid-template-columns:1fr;}
  .belarus-check-list{grid-template-columns:1fr;}
  .belarus-route-card{flex-basis:88%;}
  .belarus-route-content{padding:22px;}
  .belarus-route-grid{padding-right:12%;}
  .belarus-included-grid{gap:10px;}
  .belarus-timeline::before{left:30px;}
  .belarus-day{grid-template-columns:62px minmax(0,1fr);gap:14px;padding:20px 18px 20px 0;}
  .belarus-day-number{width:54px;height:54px;margin-left:3px;border-width:5px;font-size:1.12rem;}
  .belarus-day-number span{font-size:.45rem;}
  .belarus-day h3{font-size:1.12rem;}
  .belarus-step:not(:last-child)::after{display:none;}
  .belarus-gallery-carousel .belarus-photo-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-top:30px;padding:0 12% 8px 0;}
  .belarus-gallery-carousel .belarus-photo-grid::-webkit-scrollbar{display:none;}
  .belarus-gallery-carousel .belarus-photo-item,.belarus-gallery-carousel .belarus-photo-item:nth-child(1),.belarus-gallery-carousel .belarus-photo-item:nth-child(6){flex:0 0 88%;height:auto;aspect-ratio:4/3;grid-column:auto;grid-row:auto;scroll-snap-align:start;}
  .belarus-gallery-carousel>.lager-carousel-controls{display:flex;}
  .belarus-faq-list summary{padding:18px;}
  .belarus-faq-list details>p{padding:0 18px 18px;}
  .belarus-actions{flex-direction:column;}
  .belarus-actions .kk-button{width:100%;justify-content:center;text-align:center;}
}

@media (prefers-reduced-motion:reduce){
  .belarus-route-media img,.belarus-photo-item img{transition:none;}
}
/* DIRECTION LANDING PAGES 8.6 */
.direction-page{
  --direction-ink:#17324D;
  --direction-navy:#143554;
  --direction-teal:#1767B2;
  --direction-green:#31AA4F;
  --direction-coral:#31AA4F;
  --direction-yellow:#F7B733;
  --direction-soft:#E3EFFA;
  color:var(--direction-ink);
  background:#fff;
  overflow:hidden;
}

.direction-hero{
  position:relative;
  isolation:isolate;
  min-height:min(790px,82vh);
  display:flex;
  align-items:center;
  background-image:var(--direction-image);
  background-size:cover;
  background-position:center;
}

.direction-hero-shade{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(6,25,41,.94) 0%,rgba(8,30,48,.87) 35%,rgba(8,30,48,.22) 67%,rgba(8,30,48,.04) 100%),
    linear-gradient(0deg,rgba(5,20,33,.2),transparent 40%);
}

.direction-hero-inner{
  padding-top:92px;
  padding-bottom:92px;
}

.direction-hero-copy{
  width:min(690px,58%);
  color:#fff;
}

.direction-hero .eyebrow{
  color:#F7B733;
  letter-spacing:.13em;
}

.direction-hero h1{
  max-width:14ch;
  margin:16px 0 22px;
  color:#fff;
  font-size:clamp(2.65rem,5.5vw,5.4rem);
  line-height:.98;
  letter-spacing:-.048em;
  text-wrap:balance;
}

.direction-hero-copy > p{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:clamp(1.05rem,1.4vw,1.25rem);
  line-height:1.65;
}

.direction-tags,
.direction-contact-quick{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.direction-tags span,
.direction-contact-quick > *{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.11);
  backdrop-filter:blur(10px);
  font-size:.92rem;
  font-weight:700;
  text-decoration:none;
}

.direction-contact-quick a:hover,
.direction-contact-quick a:focus-visible{
  background:#fff;
  color:var(--direction-navy);
}

.direction-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:32px;
}

.direction-hero .kk-button-outline{
  color:#fff;
  border-color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.05);
}

.direction-hero .kk-button-outline:hover,
.direction-hero .kk-button-outline:focus-visible{
  color:var(--direction-navy);
  background:#fff;
}

.direction-page .section{
  padding-top:clamp(68px,7vw,104px);
  padding-bottom:clamp(68px,7vw,104px);
}

.direction-page .section-soft{
  background:var(--direction-soft);
}

.direction-page .lager-section-heading{
  max-width:840px;
  margin-bottom:clamp(34px,4vw,54px);
}

.direction-page .lager-section-heading h2{
  max-width:18ch;
  color:var(--direction-ink);
  letter-spacing:-.035em;
  text-wrap:balance;
}

.direction-page .lager-section-heading p{
  max-width:760px;
  color:#526A7E;
  line-height:1.72;
}

.direction-card-grid{
  display:grid;
  gap:22px;
}

.direction-card-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.direction-card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.direction-card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));}

.direction-card{
  position:relative;
  min-width:0;
  min-height:270px;
  padding:32px 29px 30px;
  overflow:hidden;
  border:1px solid rgba(23,103,178,.14);
  border-radius:26px;
  background:linear-gradient(155deg,#fff 0%,#fff 72%,rgba(227,239,250,.62) 100%);
  box-shadow:0 18px 48px rgba(20,53,84,.09);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.direction-card:hover{
  transform:translateY(-5px);
  border-color:rgba(23,103,178,.34);
  box-shadow:0 26px 60px rgba(20,53,84,.14);
}

.direction-card::after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-52px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(23,103,178,.07);
}

.direction-card::before{
  content:"";
  position:absolute;
  top:0;
  left:29px;
  width:72px;
  height:3px;
  border-radius:0 0 6px 6px;
  background:linear-gradient(90deg,var(--direction-teal),var(--direction-green));
}

.direction-card-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:34px;
  margin-bottom:28px;
  padding:0 10px;
  border-radius:999px;
  color:#fff;
  background:var(--direction-teal);
  font-size:.8rem;
  line-height:1;
  font-weight:850;
  letter-spacing:.08em;
}

.direction-card:nth-child(3n + 2) .direction-card-index{background:var(--direction-coral);}
.direction-card:nth-child(3n) .direction-card-index{color:var(--direction-navy);background:var(--direction-yellow);}

.direction-card-icon{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  margin-bottom:28px;
  border:1px solid rgba(23,103,178,.16);
  border-radius:18px;
  color:var(--direction-teal);
  background:linear-gradient(145deg,#fff,rgba(227,239,250,.92));
  box-shadow:0 12px 28px rgba(20,53,84,.11);
}

.direction-card-icon svg{width:28px;height:28px;}
.direction-card:nth-child(3n + 2) .direction-card-icon{color:var(--direction-green);border-color:rgba(49,170,79,.18);background:linear-gradient(145deg,#fff,rgba(49,170,79,.09));}
.direction-card:nth-child(3n) .direction-card-icon{color:#C67900;border-color:rgba(247,183,51,.24);background:linear-gradient(145deg,#fff,rgba(247,183,51,.15));}
.direction-contact-cards .direction-card:nth-child(4) .direction-card-icon{color:var(--direction-coral);border-color:rgba(49,170,79,.2);background:linear-gradient(145deg,#fff,rgba(49,170,79,.1));}

.direction-card-label{
  display:block;
  margin:-12px 0 13px;
  color:var(--direction-teal);
  font-size:.75rem;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.direction-card h3{
  margin:0 0 12px;
  color:var(--direction-ink);
  font-size:clamp(1.18rem,1.6vw,1.45rem);
  line-height:1.2;
}

.direction-card p{
  margin:0;
  color:#526A7E;
  line-height:1.65;
}

.direction-card p a{
  color:var(--direction-navy);
  font-weight:750;
  overflow-wrap:anywhere;
}

.direction-card .text-link{
  position:relative;
  z-index:1;
  display:inline-flex;
  margin-top:18px;
}

.direction-program-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));}

.direction-program-grid .program-card{
  border:1px solid rgba(23,103,178,.14);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 20px 52px rgba(20,53,84,.11);
  transition:transform .25s ease,box-shadow .25s ease;
}

.direction-program-grid .program-card:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 66px rgba(20,53,84,.16);
}

.direction-program-grid .program-image{
  aspect-ratio:4/3;
}

.direction-program-grid .program-body{
  padding:26px;
}

.direction-program-grid .card-meta{
  min-height:48px;
  color:#526A7E;
  line-height:1.55;
}

.direction-page .empty-state{
  padding:38px;
  border-radius:24px;
  background:#fff;
}

.direction-page .empty-state .kk-button{
  margin-top:18px;
}

.direction-timeline{
  position:relative;
  max-width:960px;
  margin:0 auto;
}

.direction-timeline::before{
  content:"";
  position:absolute;
  top:24px;
  bottom:24px;
  left:31px;
  width:2px;
  background:linear-gradient(var(--direction-teal),rgba(23,103,178,.12));
}

.direction-timeline-item{
  position:relative;
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:24px;
  padding:0 0 30px;
}

.direction-timeline-item > span{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border:8px solid #fff;
  border-radius:50%;
  color:#fff;
  background:var(--direction-teal);
  box-shadow:0 8px 24px rgba(23,103,178,.22);
  font-weight:850;
}

.direction-timeline-item > div{
  padding:20px 25px;
  border:1px solid rgba(23,103,178,.14);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 36px rgba(20,53,84,.08);
}

.direction-timeline-item h3{
  margin:0 0 8px;
  color:var(--direction-ink);
  font-size:1.22rem;
}

.direction-timeline-item p{
  margin:0;
  color:#526A7E;
  line-height:1.65;
}

.direction-compare-section{
  color:#fff;
  background:
    radial-gradient(circle at 80% 10%,rgba(49,170,79,.22),transparent 30%),
    radial-gradient(circle at 15% 90%,rgba(23,103,178,.28),transparent 34%),
    var(--direction-navy);
}

.direction-compare-section .lager-section-heading h2{color:#fff;}
.direction-compare-section .lager-section-heading p{color:rgba(255,255,255,.72);}

.direction-compare-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.direction-compare-card{
  padding:38px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:27px;
  background:rgba(255,255,255,.09);
  box-shadow:0 22px 52px rgba(4,24,42,.2);
  backdrop-filter:blur(14px);
}

.direction-compare-right{
  background:rgba(255,255,255,.14);
}

.direction-compare-card h3{
  margin:0 0 22px;
  color:#fff;
  font-size:1.4rem;
}

.direction-compare-card ul{
  display:grid;
  gap:13px;
  margin:0;
  padding:0;
  list-style:none;
}

.direction-compare-card li{
  position:relative;
  padding-left:28px;
  color:rgba(255,255,255,.85);
  line-height:1.55;
}

.direction-compare-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#8FE2A3;
  font-weight:900;
}

.direction-compare-right li::before{content:"+";color:#ffd369;}
.direction-compare-card .kk-button{margin-top:28px;}

.direction-steps{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}

.direction-steps article{
  position:relative;
  min-width:0;
  padding:26px 21px;
  border:1px solid rgba(23,103,178,.12);
  border-top:3px solid var(--direction-teal);
  border-radius:0 0 22px 22px;
  background:#fff;
  box-shadow:0 16px 40px rgba(20,53,84,.09);
}

.direction-steps article:nth-child(3n + 2){border-top-color:var(--direction-coral);}
.direction-steps article:nth-child(3n){border-top-color:var(--direction-yellow);}

.direction-steps span{
  display:block;
  margin-bottom:30px;
  color:var(--direction-teal);
  font-size:1.65rem;
  font-weight:900;
}

.direction-steps h3{
  margin:0 0 10px;
  color:var(--direction-ink);
  font-size:1.1rem;
}

.direction-steps p{
  margin:0;
  color:#526A7E;
  font-size:.94rem;
  line-height:1.6;
}

.direction-trust-section{
  background:linear-gradient(180deg,#fff,#F4F8FC);
}

.direction-trust-card .direction-card-index{
  border-radius:50%;
  font-size:1rem;
}

.direction-team-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:52px;
}

.direction-team-card{
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 38px rgba(26,55,76,.09);
}

.direction-team-card img{
  width:100%;
  aspect-ratio:4/4.3;
  object-fit:cover;
}

.direction-team-card > div{padding:22px;}
.direction-team-card h3{margin:0 0 6px;color:var(--direction-ink);font-size:1.12rem;}
.direction-team-card span{color:var(--direction-teal);font-size:.88rem;font-weight:750;}
.direction-team-card p{margin:9px 0 0;color:#5a7181;font-size:.9rem;}

.direction-page-sports-camps .program-card-lead{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:#5a7181;
  font-size:.92rem;
  line-height:1.58;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

.direction-page-sports-camps .program-card .card-bottom{
  justify-content:flex-end;
}

.direction-about-team-section{
  background:
    radial-gradient(circle at 92% 10%,rgba(247,183,51,.12),transparent 24%),
    linear-gradient(180deg,#fff,#f7fbfe);
}

.direction-about-team-section .lager-team-grid,
.direction-about-awards-section .lager-awards-grid{
  margin-top:42px;
}

.direction-page-about .direction-trust-section{
  background:linear-gradient(180deg,#fff,#e3effa);
}

.direction-page-sports-camps .direction-card-section-2 .direction-card,
.direction-page-about .direction-card-section-2 .direction-card{
  border-color:rgba(49,170,79,.16);
  box-shadow:0 18px 46px rgba(20,53,84,.1);
}

@media (max-width:620px){
  .direction-page-sports-camps .direction-hero{background-position:58% center;}
  .direction-page-about .direction-hero{background-position:55% center;}
  .direction-about-team-section .lager-team-grid,
  .direction-about-awards-section .lager-awards-grid{margin-top:30px;}
}

.direction-reviews-section{background:#fff;}
.direction-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.direction-review-card{position:relative;min-width:0;padding:34px;border:1px solid rgba(23,103,178,.14);border-radius:26px;background:linear-gradient(155deg,#fff,#F4F8FC);box-shadow:0 16px 42px rgba(20,53,84,.08);}
.direction-review-quote{display:block;height:42px;color:var(--direction-teal);font-family:Georgia,serif;font-size:4rem;line-height:.8;}
.direction-review-text{color:#38566a;line-height:1.68;}
.direction-review-text p{margin:0 0 12px;}
.direction-review-author{display:flex;flex-direction:column;gap:3px;margin-top:24px;padding-top:20px;border-top:1px solid #dbe7e9;}
.direction-review-author strong{color:var(--direction-ink);}
.direction-review-author span{color:#678091;font-size:.88rem;}
.direction-review-card .text-link{display:inline-flex;margin-top:15px;}

.direction-related-section{background:var(--direction-soft);}
.direction-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.direction-related-card{display:flex;flex-direction:column;min-width:0;min-height:270px;padding:32px;border:1px solid rgba(23,103,178,.15);border-radius:26px;color:inherit;background:#fff;text-decoration:none;box-shadow:0 16px 42px rgba(20,53,84,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.direction-related-card:hover,.direction-related-card:focus-visible{transform:translateY(-5px);border-color:rgba(23,103,178,.42);box-shadow:0 26px 56px rgba(20,53,84,.14);}
.direction-related-card .direction-card-icon{width:54px;height:54px;margin-bottom:22px;border-radius:17px;}
.direction-related-card > span:not(.direction-card-icon){color:var(--direction-teal);font-size:.75rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase;}
.direction-related-card h3{margin:18px 0 12px;color:var(--direction-ink);font-size:1.35rem;}
.direction-related-card p{margin:0;color:#5a7181;line-height:1.62;}
.direction-related-card strong{margin-top:auto;padding-top:24px;color:var(--direction-teal);}

.direction-faq-layout{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:clamp(40px,7vw,100px);
  align-items:start;
}

.direction-faq-layout .lager-section-heading{
  position:sticky;
  top:120px;
  margin-bottom:0;
}

.direction-faq-list{
  display:grid;
  gap:12px;
}

.direction-faq{
  border:1px solid rgba(23,103,178,.14);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 32px rgba(20,53,84,.07);
}

.direction-faq summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:76px;
  padding:18px 22px;
  cursor:pointer;
  color:var(--direction-ink);
  font-weight:780;
  line-height:1.35;
  list-style:none;
}

.direction-faq summary::-webkit-details-marker{display:none;}
.direction-faq summary span{color:var(--direction-teal);font-size:1.8rem;line-height:1;transition:transform .2s ease;}
.direction-faq[open] summary span{transform:rotate(45deg);}
.direction-faq > div{padding:0 22px 22px;}
.direction-faq p{margin:0;color:#5a7181;line-height:1.68;}

.direction-final-section{background:#fff;}

.direction-final-card{
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
  min-height:390px;
  padding:clamp(40px,6vw,76px);
  overflow:hidden;
  border-radius:32px;
  color:#fff;
  background-image:var(--direction-image);
  background-position:center;
  background-size:cover;
  box-shadow:0 24px 65px rgba(14,40,59,.2);
}

.direction-final-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(8,31,49,.96),rgba(8,31,49,.8) 60%,rgba(8,31,49,.42));
}

.direction-final-card > div{max-width:680px;}
.direction-final-card span{color:var(--direction-yellow);font-size:.8rem;font-weight:900;letter-spacing:.16em;}
.direction-final-card h2{max-width:15ch;margin:14px 0 16px;color:#fff;font-size:clamp(2rem,4vw,3.8rem);line-height:1.05;text-wrap:balance;}
.direction-final-card p{max-width:600px;margin:0;color:rgba(255,255,255,.8);font-size:1.05rem;line-height:1.65;}
.direction-final-card .kk-button{flex:none;}

.direction-contact-cards .direction-card{min-height:220px;}
.direction-page-kontakty .direction-hero{min-height:min(600px,68vh);}
.direction-page-kontakty .direction-hero-inner{padding-top:68px;padding-bottom:68px;}
.direction-page-kontakty .direction-hero h1,
.direction-page-transfer-dlya-detskih-grupp .direction-hero h1,
.direction-page-ekskursii-dlya-detej .direction-hero h1{font-size:clamp(2.65rem,4.8vw,4.8rem);max-width:15ch;}
.direction-map-section{background:#fff;}
.direction-map-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:24px;align-items:stretch;}
.direction-map-grid .kk-yandex-map{min-height:500px;}
.direction-map-copy{display:flex;flex-direction:column;justify-content:center;padding:40px;border-radius:28px;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(49,170,79,.22),transparent 34%),var(--direction-navy);box-shadow:0 22px 58px rgba(20,53,84,.18);}
.direction-map-copy > span{color:var(--direction-yellow);font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;}
.direction-map-copy h3{margin:17px 0 14px;color:#fff;font-size:clamp(1.5rem,2.5vw,2.35rem);line-height:1.15;}
.direction-map-copy p{margin:0 0 28px;color:rgba(255,255,255,.75);line-height:1.65;}
.direction-map-copy .kk-button{align-self:flex-start;}

/* Quest page refinements from the approved page specification — 8.7 */
.direction-page-kvesty-dlya-detej .direction-hero .kk-button:not(.kk-button-outline){
  color:#fff;
  border-color:#1767B2;
  background:linear-gradient(135deg,#1767B2,#125BA8);
  box-shadow:0 16px 38px rgba(18,91,168,.34);
}

.direction-page-kvesty-dlya-detej .direction-card-section-1{
  background:linear-gradient(180deg,#fff 0%,#F4F8FC 100%);
}

.direction-page-kvesty-dlya-detej .direction-card-section-1 .direction-card{
  min-height:300px;
  border-color:rgba(23,103,178,.2);
  background:
    radial-gradient(circle at 100% 100%,rgba(23,103,178,.12),transparent 38%),
    linear-gradient(155deg,#fff,#F8FBFE);
}

.direction-page-kvesty-dlya-detej .direction-card-section-1 .direction-card-icon{
  width:64px;
  height:64px;
  border-radius:20px;
  box-shadow:0 16px 32px rgba(20,53,84,.13);
}

.direction-page-kvesty-dlya-detej .direction-card-section-1 .direction-card-label{
  display:inline-flex;
  width:max-content;
  margin:-10px 0 16px;
  padding:7px 11px;
  border-radius:999px;
  color:#125BA8;
  background:#E3EFFA;
}

.direction-page-kvesty-dlya-detej .direction-card-section-3{
  background:
    radial-gradient(circle at 92% 12%,rgba(49,170,79,.12),transparent 25%),
    linear-gradient(180deg,#F8FBFE,#E3EFFA);
}

.direction-page-kvesty-dlya-detej .direction-card-section-3 .direction-card{
  border-color:rgba(23,103,178,.18);
  background:#fff;
  box-shadow:0 22px 56px rgba(20,53,84,.12);
}

.direction-page-kvesty-dlya-detej .direction-card-section-3 .direction-card-icon{
  width:62px;
  height:62px;
  border-radius:19px;
}

.direction-page-kvesty-dlya-detej .direction-program-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.direction-page-kvesty-dlya-detej .direction-steps article:nth-child(3n + 2){
  border-top-color:var(--direction-green);
}

.direction-page-kvesty-dlya-detej .direction-steps article:nth-child(3n + 2) > span{
  color:var(--direction-green);
}

.direction-page-kvesty-dlya-detej .direction-trust-section{
  background:
    radial-gradient(circle at 88% 10%,rgba(49,170,79,.23),transparent 29%),
    radial-gradient(circle at 10% 90%,rgba(23,103,178,.28),transparent 34%),
    var(--direction-navy);
}

.direction-page-kvesty-dlya-detej .direction-trust-section .lager-section-heading h2{color:#fff;}
.direction-page-kvesty-dlya-detej .direction-trust-section .lager-section-heading p{color:rgba(255,255,255,.76);}
.direction-page-kvesty-dlya-detej .direction-trust-section .eyebrow{color:var(--direction-yellow);}
.direction-page-kvesty-dlya-detej .direction-trust-card{
  border-color:rgba(255,255,255,.18);
  background:linear-gradient(155deg,#fff,#F4F8FC);
  box-shadow:0 24px 58px rgba(3,22,39,.28);
}

.direction-page-kvesty-dlya-detej .direction-trust-card .direction-card-label{
  color:#247E3B;
}

.direction-page-kvesty-dlya-detej .direction-faq-section{
  background:
    radial-gradient(circle at 85% 5%,rgba(247,183,51,.15),transparent 24%),
    linear-gradient(180deg,#EEF5FC,#E3EFFA);
}

.direction-page-kvesty-dlya-detej .direction-faq-layout > .lager-section-heading{
  position:sticky;
  top:120px;
  padding:42px 38px;
  overflow:hidden;
  border-radius:30px;
  background:
    radial-gradient(circle at 100% 0,rgba(49,170,79,.28),transparent 38%),
    var(--direction-navy);
  box-shadow:0 24px 60px rgba(20,53,84,.22);
}

.direction-page-kvesty-dlya-detej .direction-faq-layout > .lager-section-heading::after{
  content:"?";
  position:absolute;
  right:24px;
  bottom:-34px;
  color:rgba(255,255,255,.08);
  font-size:9rem;
  font-weight:900;
  line-height:1;
}

.direction-page-kvesty-dlya-detej .direction-faq-layout > .lager-section-heading .eyebrow{color:var(--direction-yellow);}
.direction-page-kvesty-dlya-detej .direction-faq-layout > .lager-section-heading h2{position:relative;z-index:1;color:#fff;}
.direction-page-kvesty-dlya-detej .direction-faq-layout > .lager-section-heading p{position:relative;z-index:1;color:rgba(255,255,255,.76);}
.direction-page-kvesty-dlya-detej .direction-faq{
  overflow:hidden;
  border:1px solid rgba(23,103,178,.13);
  border-radius:22px;
  box-shadow:0 16px 40px rgba(20,53,84,.1);
}

.direction-page-kvesty-dlya-detej .direction-faq[open]{
  border-color:rgba(49,170,79,.42);
  box-shadow:0 20px 48px rgba(20,53,84,.14);
}

.direction-page-kvesty-dlya-detej .direction-faq summary{min-height:82px;padding:20px 24px;}
.direction-page-kvesty-dlya-detej .direction-faq summary span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 38px;
  width:38px;
  height:38px;
  border-radius:50%;
  color:#fff;
  background:var(--direction-teal);
  font-size:1.35rem;
}

.direction-page-kvesty-dlya-detej .direction-faq[open] summary span{background:var(--direction-green);}

@media (max-width:1100px){
  .direction-card-grid-4{grid-template-columns:repeat(2,minmax(0,1fr));}
  .direction-steps{grid-template-columns:repeat(3,minmax(0,1fr));}
  .direction-team-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .direction-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .direction-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .direction-page-kvesty-dlya-detej .direction-program-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:850px){
  .direction-hero{min-height:auto;background-position:68% center;}
  .direction-hero-shade{background:linear-gradient(90deg,rgba(6,25,41,.94),rgba(8,30,48,.74));}
  .direction-hero-inner{padding-top:76px;padding-bottom:76px;}
  .direction-hero-copy{width:min(690px,100%);}
  .direction-page-kontakty .direction-hero{min-height:auto;}
  .direction-page-kontakty .direction-hero-inner{padding-top:70px;padding-bottom:70px;}
  .direction-card-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}
  .direction-compare-grid,.direction-faq-layout,.direction-map-grid{grid-template-columns:1fr;}
  .direction-faq-layout .lager-section-heading{position:static;}
  .direction-page-kvesty-dlya-detej .direction-faq-layout > .lager-section-heading{position:relative;top:auto;}
  .direction-final-card{align-items:flex-start;flex-direction:column;}
  .direction-map-grid .kk-yandex-map{min-height:400px;}
}

@media (max-width:620px){
  .direction-hero{background-position:72% center;}
  .direction-hero-shade{background:linear-gradient(90deg,rgba(6,25,41,.96),rgba(8,30,48,.78));}
  .direction-hero-inner{padding-top:58px;padding-bottom:62px;}
  .direction-hero h1{font-size:clamp(2.35rem,12vw,3.65rem);}
  .direction-actions{display:grid;grid-template-columns:1fr;}
  .direction-actions .kk-button{width:100%;justify-content:center;}
  .direction-card-grid-2,.direction-card-grid-3,.direction-card-grid-4,.direction-steps,.direction-team-grid,.direction-review-grid,.direction-related-grid{grid-template-columns:1fr;}
  .direction-page-kvesty-dlya-detej .direction-program-grid{grid-template-columns:1fr;}
  .direction-card{min-height:0;padding:25px 23px;}
  .direction-page-kvesty-dlya-detej .direction-card-section-1 .direction-card{min-height:0;}
  .direction-card-index{margin-bottom:21px;}
  .direction-card-icon{width:54px;height:54px;margin-bottom:23px;border-radius:17px;}
  .direction-compare-card{padding:28px 24px;}
  .direction-timeline::before{left:24px;}
  .direction-timeline-item{grid-template-columns:50px minmax(0,1fr);gap:14px;}
  .direction-timeline-item > span{width:50px;height:50px;border-width:6px;font-size:.78rem;}
  .direction-timeline-item > div{padding:18px;}
  .direction-final-card{min-height:0;padding:38px 25px;border-radius:24px;}
  .direction-final-card .kk-button{width:100%;justify-content:center;}
  .direction-map-copy{padding:30px 25px;}
  .direction-map-copy .kk-button{width:100%;justify-content:center;}
  .direction-map-grid .kk-yandex-map{min-height:340px;}
}

@media (prefers-reduced-motion:reduce){
  .direction-card,.direction-program-grid .program-card,.direction-related-card{transition:none;}
}

/* =========================================================
   LANDING HERO UNIFICATION — 8.9.0
   Reference: /ekskursii-dlya-detej/
   Scope: landing-page hero blocks only.
   ========================================================= */

.hero.hero-fullscreen,
.lager-hero,
.belarus-hero,
.direction-hero{
  position:relative;
  isolation:isolate;
  min-height:min(790px,82vh);
  height:auto;
  max-height:none;
  display:flex;
  align-items:center;
  overflow:hidden;
  background-color:#0b2942;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.hero.hero-fullscreen{background-image:var(--hero-image);}
.lager-hero{background-image:var(--lager-hero-image,none);}
.belarus-hero{background-image:var(--belarus-hero-image,none);}
.direction-hero{background-image:var(--direction-image);}

.hero-fullscreen .hero-overlay,
.lager-hero-overlay,
.belarus-hero-overlay,
.direction-hero-shade{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(6,25,41,.94) 0%,rgba(8,30,48,.87) 35%,rgba(8,30,48,.22) 67%,rgba(8,30,48,.04) 100%),
    linear-gradient(0deg,rgba(5,20,33,.2),transparent 40%) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.hero-fullscreen-inner,
.lager-hero-inner,
.belarus-hero-inner,
.direction-hero-inner{
  position:relative;
  z-index:1;
  min-height:0;
  padding-top:92px;
  padding-bottom:92px;
}

.hero-fullscreen-inner{
  align-items:center;
}

.hero-fullscreen-inner.kk-container,
.lager-hero-inner.kk-container,
.belarus-hero-inner.kk-container,
.direction-hero-inner.kk-container{
  width:min(calc(100% - 40px),var(--container));
  margin-inline:auto;
}

.hero-fullscreen .hero-copy,
.lager-hero-copy,
.belarus-hero-copy,
.direction-hero-copy{
  width:min(690px,58%);
  max-width:690px;
  padding:0;
  color:#fff;
}

.hero-fullscreen .eyebrow,
.lager-hero .eyebrow,
.belarus-hero .eyebrow,
.direction-hero .eyebrow{
  margin-bottom:0;
  color:#F7B733;
  letter-spacing:.13em;
}

.hero-fullscreen h1,
.lager-hero h1,
.belarus-hero h1,
.direction-hero h1,
.direction-page-kontakty .direction-hero h1,
.direction-page-transfer-dlya-detskih-grupp .direction-hero h1,
.direction-page-ekskursii-dlya-detej .direction-hero h1{
  max-width:15ch;
  margin:16px 0 22px;
  color:#fff;
  font-size:clamp(2.65rem,4.8vw,4.8rem);
  line-height:.98;
  letter-spacing:-.048em;
  text-wrap:balance;
}

.hero-fullscreen .hero-lead,
.lager-hero-copy > p,
.belarus-hero-copy > p,
.direction-hero-copy > p{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:clamp(1.05rem,1.4vw,1.25rem);
  line-height:1.65;
}

.lager-hero-tags span,
.belarus-hero-tags span{
  min-height:40px;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
  background:rgba(255,255,255,.11);
  box-shadow:none;
  backdrop-filter:blur(10px);
}

.lager-hero-tags span::before{
  color:#fff;
  background:rgba(255,255,255,.16);
}

.hero-fullscreen .kk-button-ghost,
.lager-hero .kk-button-outline,
.belarus-hero .kk-button-outline,
.direction-hero .kk-button-outline{
  color:#fff;
  border-color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.05);
  box-shadow:none;
}

.hero-fullscreen .kk-button-ghost:hover,
.hero-fullscreen .kk-button-ghost:focus-visible,
.lager-hero .kk-button-outline:hover,
.lager-hero .kk-button-outline:focus-visible,
.belarus-hero .kk-button-outline:hover,
.belarus-hero .kk-button-outline:focus-visible,
.direction-hero .kk-button-outline:hover,
.direction-hero .kk-button-outline:focus-visible{
  color:#143554;
  border-color:#fff;
  background:#fff;
}

.direction-page-kontakty .direction-hero{
  min-height:min(790px,82vh);
}

.direction-page-kontakty .direction-hero-inner{
  padding-top:92px;
  padding-bottom:92px;
}

@media (max-width:850px){
  .hero.hero-fullscreen,
  .lager-hero,
  .belarus-hero,
  .direction-hero,
  .direction-page-kontakty .direction-hero{
    min-height:auto;
    align-items:center;
    background-position:68% center;
  }

  .hero-fullscreen .hero-overlay,
  .lager-hero-overlay,
  .belarus-hero-overlay,
  .direction-hero-shade{
    background:linear-gradient(90deg,rgba(6,25,41,.94),rgba(8,30,48,.74)) !important;
  }

  .hero-fullscreen-inner,
  .lager-hero-inner,
  .belarus-hero-inner,
  .direction-hero-inner,
  .direction-page-kontakty .direction-hero-inner{
    min-height:0;
    align-items:center;
    padding-top:76px;
    padding-bottom:76px;
  }

  .hero-fullscreen .hero-copy,
  .lager-hero-copy,
  .belarus-hero-copy,
  .direction-hero-copy{
    width:min(690px,100%);
    max-width:690px;
  }
}

@media (max-width:620px){
  .hero.hero-fullscreen,
  .lager-hero,
  .belarus-hero,
  .direction-hero{
    background-position:72% center;
  }

  .hero-fullscreen .hero-overlay,
  .lager-hero-overlay,
  .belarus-hero-overlay,
  .direction-hero-shade{
    background:linear-gradient(90deg,rgba(6,25,41,.96),rgba(8,30,48,.78)) !important;
  }

  .hero-fullscreen-inner.kk-container,
  .lager-hero-inner.kk-container,
  .belarus-hero-inner.kk-container,
  .direction-hero-inner.kk-container{
    width:min(calc(100% - 32px),var(--container));
  }

  .hero-fullscreen-inner,
  .lager-hero-inner,
  .belarus-hero-inner,
  .direction-hero-inner,
  .direction-page-kontakty .direction-hero-inner{
    padding-top:58px;
    padding-bottom:62px;
  }

  .hero-fullscreen h1,
  .lager-hero h1,
  .belarus-hero h1,
  .direction-hero h1{
    max-width:15ch;
    font-size:clamp(2.35rem,12vw,3.65rem);
  }

  .hero-actions,
  .lager-hero-actions,
  .belarus-actions,
  .direction-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .hero-actions .kk-button,
  .lager-hero-actions .kk-button,
  .belarus-actions .kk-button,
  .direction-actions .kk-button{
    width:100%;
    justify-content:center;
    text-align:center;
  }
}
