/* ===== FIRST SLIDE REDESIGN: DESKTOP + PRESENTATION ===== */

/* ---------- Desktop ---------- */
#hero.slide-section{
  padding: 56px 0 64px;
}

#hero .slide1-layout{
  display:grid;
  grid-template-columns:minmax(0, 1.32fr) minmax(0, .88fr);
  gap:24px;
  align-items:start;
}

#hero .slide1-main{
  padding:32px;
  display:flex;
  flex-direction:column;
  gap:24px;
}

#hero .slide1-top{
  display:flex;
  flex-direction:column;
  gap:18px;
}

#hero .slide1-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#c8edf8;
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:800;
}

#hero .slide1-label::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow:0 0 24px rgba(105,210,255,.4);
}

#hero .slide1-title{
  margin:0;
  font-size:clamp(48px, 4.25vw, 72px);
  line-height:.95;
  letter-spacing:-.045em;
}

#hero .slide1-lead{
  margin:0;
  max-width:820px;
  color:#d6e8ef;
  font-size:18px;
  line-height:1.48;
}

#hero .slide1-kpis{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
  max-width:760px;
}

#hero .slide1-kpi{
  min-height:116px;
  padding:20px 22px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

#hero .slide1-kpi strong{
  display:block;
  margin-bottom:10px;
  font-size:42px;
  line-height:1;
  letter-spacing:-.04em;
}

#hero .slide1-kpi span{
  display:block;
  color:#d7e9f0;
  font-size:15px;
  line-height:1.25;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

#hero .slide1-season{
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.07);
  display:flex;
  flex-direction:column;
  gap:14px;
}

#hero .slide1-season__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}

#hero .slide1-season__title{
  margin:0 0 8px;
  font-size:30px;
  line-height:1.08;
}

#hero .slide1-season__sub{
  margin:0;
  color:#d2e4ea;
  font-size:16px;
  line-height:1.42;
}

#hero .slide1-season__badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(105,210,255,.12);
  border:1px solid rgba(105,210,255,.18);
  color:#eaf9ff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
}

#hero .slide1-season__chart{
  border-radius:20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(105,210,255,.08), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border:1px solid rgba(255,255,255,.05);
  padding:12px;
}

#hero .slide1-season__svg{
  width:100%;
  height:auto;
  display:block;
  max-height:250px;
}

#hero .slide1-axis{
  stroke:rgba(255,255,255,.16);
  stroke-width:1.2;
}

#hero .slide1-grid{
  stroke:rgba(255,255,255,.07);
  stroke-width:1;
  stroke-dasharray:6 10;
}

#hero .slide1-fill{
  fill:url(#slide1SeasonFill);
}

#hero .slide1-line{
  fill:none;
  stroke:url(#slide1SeasonGlow);
  stroke-width:4.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

#hero .slide1-point{
  fill:#7cf3c4;
  stroke:#08141d;
  stroke-width:3;
}

#hero .slide1-point.is-peak{
  fill:#69d2ff;
}

#hero .slide1-month{
  fill:#d8e9ef;
  font-size:13px;
  font-weight:700;
}

#hero .slide1-peak-label{
  fill:#9cecff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
}

#hero .slide1-season__facts{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

#hero .slide1-fact{
  padding:16px 16px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.07);
}

#hero .slide1-fact strong{
  display:block;
  margin-bottom:7px;
  font-size:34px;
  line-height:1;
  letter-spacing:-.04em;
}

#hero .slide1-fact span{
  display:block;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
  color:#eef9fd;
}

#hero .slide1-fact small{
  display:block;
  margin-top:7px;
  color:#a7bcc7;
  font-size:12px;
  line-height:1.25;
}

#hero .slide1-side{
  min-height:100%;
}

#hero .profilepanel{
  padding:28px;
  display:flex;
  flex-direction:column;
  gap:18px;
}

#hero .profilepanel-head{
  display:flex;
  gap:16px;
  align-items:center;
}

#hero .profilepanel-photo{
  width:102px;
  height:128px;
  object-fit:cover;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 12px 24px rgba(0,0,0,.24);
  background:rgba(255,255,255,.04);
}

#hero .profilepanel-meta small{
  display:block;
  color:var(--muted);
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:8px;
}

#hero .profilepanel-meta h3{
  margin:0;
  font-size:30px;
  line-height:1.02;
}

#hero .profilepanel-meta p{
  margin:8px 0 0;
  color:#d6e8ee;
  font-size:16px;
  line-height:1.42;
}

#hero .profilepanel-stats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

#hero .profilepanel-stat{
  padding:18px 18px 16px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.07);
}

#hero .profilepanel-stat--accent{
  background:linear-gradient(135deg, rgba(105,210,255,.14), rgba(124,243,196,.10));
  border-color:rgba(105,210,255,.18);
}

#hero .profilepanel-stat strong{
  display:block;
  margin-bottom:8px;
  font-size:30px;
  line-height:1;
  letter-spacing:-.03em;
  color:#f4fbff;
}

#hero .profilepanel-stat span{
  display:block;
  color:#d4e7ee;
  font-size:13px;
  line-height:1.28;
  font-weight:700;
}

#hero .profilepanel-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

#hero .profilepanel-pill{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  font-size:13px;
  font-weight:700;
  color:#eaf7fb;
  line-height:1.1;
}

#hero .profileweek{
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.07);
  display:flex;
  flex-direction:column;
  gap:12px;
}

#hero .profileweek-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

#hero .profileweek-head h4{
  margin:0;
  font-size:20px;
  line-height:1.15;
}

#hero .profileweek-badge{
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(105,210,255,.10);
  border:1px solid rgba(105,210,255,.16);
  color:#eaf8ff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

#hero .profileweek-board{
  display:flex;
  flex-direction:column;
  gap:8px;
}

#hero .profileweek-days,
#hero .profileweek-row{
  display:grid;
  grid-template-columns:72px repeat(5, minmax(0, 1fr));
  gap:8px;
}

#hero .profileweek-days span{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  color:#eef9fd;
  font-size:14px;
  font-weight:800;
}

#hero .profileweek-corner{
  min-height:42px;
}

#hero .profileweek-time{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.06);
  color:#b5c7cf;
  font-size:13px;
  font-weight:800;
}

#hero .profileweek-task{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.06);
  color:#f1fbff;
  font-size:14px;
  font-weight:800;
  line-height:1.25;
}

#hero .profileweek-task.is-strong{
  background:linear-gradient(135deg, rgba(124,243,196,.12), rgba(255,255,255,.05));
  border-color:rgba(124,243,196,.18);
}

#hero .profileweek-task.is-accent{
  background:linear-gradient(135deg, rgba(105,210,255,.14), rgba(255,255,255,.05));
  border-color:rgba(105,210,255,.18);
}

/* ---------- Desktop responsive ---------- */
@media (max-width: 1360px){
  #hero .slide1-layout{
    grid-template-columns:1fr;
  }

  #hero .slide1-kpis{
    max-width:none;
  }
}

@media (max-width: 780px){
  #hero.slide-section{
    padding:24px 0 28px;
  }

  #hero .slide1-main,
  #hero .profilepanel{
    padding:18px;
  }

  #hero .slide1-title{
    font-size:36px;
  }

  #hero .slide1-lead{
    font-size:14px;
    line-height:1.5;
  }

  #hero .slide1-kpis{
    grid-template-columns:1fr;
    gap:12px;
  }

  #hero .slide1-kpi{
    min-height:auto;
    padding:16px;
  }

  #hero .slide1-kpi strong{
    font-size:30px;
  }

  #hero .slide1-season{
    padding:16px;
  }

  #hero .slide1-season__head{
    flex-direction:column;
    align-items:flex-start;
  }

  #hero .slide1-season__title{
    font-size:24px;
  }

  #hero .slide1-season__sub{
    font-size:14px;
  }

  #hero .slide1-season__facts{
    grid-template-columns:1fr;
    gap:10px;
  }

  #hero .profilepanel-head{
    align-items:flex-start;
  }

  #hero .profilepanel-photo{
    width:86px;
    height:108px;
    border-radius:18px;
  }

  #hero .profilepanel-meta h3{
    font-size:22px;
  }

  #hero .profilepanel-meta p{
    font-size:14px;
  }

  #hero .profilepanel-stats{
    grid-template-columns:1fr;
    gap:10px;
  }

  #hero .profileweek{
    padding:14px;
  }

  #hero .profileweek-head{
    flex-direction:column;
    align-items:flex-start;
  }

  #hero .profileweek-days,
  #hero .profileweek-row{
    grid-template-columns:54px repeat(5, minmax(0, 1fr));
    gap:6px;
  }

  #hero .profileweek-days span{
    min-height:34px;
    font-size:11px;
  }

  #hero .profileweek-time,
  #hero .profileweek-task{
    min-height:64px;
    font-size:11px;
    padding:8px;
  }
}

/* ---------- Presentation ---------- */
body.presentation-mode .strategy-header{
  display:none !important;
}

body.presentation-mode .strategy-main{
  height:100vh !important;
}

body.presentation-mode .slide-section{
  min-height:100vh !important;
}

body.presentation-mode #hero.slide-section{
  padding:28px 32px 24px !important;
}

body.presentation-mode #hero .container{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

body.presentation-mode #hero .slide1-layout{
  grid-template-columns:58fr 42fr;
  gap:28px;
  align-items:stretch;
  min-height:calc(100vh - 52px);
}

body.presentation-mode #hero .slide1-main,
body.presentation-mode #hero .profilepanel{
  height:100%;
}

body.presentation-mode #hero .slide1-main{
  padding:40px;
  display:flex;
  flex-direction:column;
  gap:26px;
}

body.presentation-mode #hero .slide1-top{
  gap:22px;
}

body.presentation-mode #hero .slide1-label{
  font-size:14px;
}

body.presentation-mode #hero .slide1-title{
  font-size:clamp(60px, 4.6vw, 98px);
  line-height:.94;
}

body.presentation-mode #hero .slide1-lead{
  max-width:980px;
  font-size:clamp(24px, 1.35vw, 34px);
  line-height:1.42;
}

body.presentation-mode #hero .slide1-kpis{
  max-width:900px;
  gap:18px;
}

body.presentation-mode #hero .slide1-kpi{
  min-height:132px;
  padding:24px 26px 22px;
  border-radius:24px;
}

body.presentation-mode #hero .slide1-kpi strong{
  font-size:clamp(44px, 2.2vw, 58px);
}

body.presentation-mode #hero .slide1-kpi span{
  font-size:clamp(16px, .9vw, 20px);
}

body.presentation-mode #hero .slide1-season{
  margin-top:auto;
  padding:26px;
  gap:18px;
}

body.presentation-mode #hero .slide1-season__title{
  font-size:clamp(30px, 1.6vw, 40px);
}

body.presentation-mode #hero .slide1-season__sub{
  font-size:clamp(18px, 1vw, 24px);
}

body.presentation-mode #hero .slide1-season__badge{
  min-height:44px;
  padding:10px 18px;
  font-size:clamp(14px, .8vw, 18px);
}

body.presentation-mode #hero .slide1-season__chart{
  padding:16px;
  border-radius:24px;
}

body.presentation-mode #hero .slide1-season__svg{
  max-height:340px;
}

body.presentation-mode #hero .slide1-month,
body.presentation-mode #hero .slide1-peak-label{
  font-size:16px;
}

body.presentation-mode #hero .slide1-season__facts{
  gap:16px;
}

body.presentation-mode #hero .slide1-fact{
  padding:20px 20px 18px;
  border-radius:20px;
}

body.presentation-mode #hero .slide1-fact strong{
  font-size:clamp(38px, 2vw, 52px);
}

body.presentation-mode #hero .slide1-fact span{
  font-size:clamp(16px, .86vw, 20px);
}

body.presentation-mode #hero .slide1-fact small{
  font-size:clamp(13px, .72vw, 16px);
}

body.presentation-mode #hero .profilepanel{
  padding:32px;
  gap:22px;
}

body.presentation-mode #hero .profilepanel-head{
  gap:18px;
}

body.presentation-mode #hero .profilepanel-photo{
  width:118px;
  height:148px;
  border-radius:24px;
}

body.presentation-mode #hero .profilepanel-meta small{
  font-size:12px;
}

body.presentation-mode #hero .profilepanel-meta h3{
  font-size:clamp(32px, 1.8vw, 44px);
}

body.presentation-mode #hero .profilepanel-meta p{
  font-size:clamp(17px, .95vw, 22px);
}

body.presentation-mode #hero .profilepanel-stats{
  gap:14px;
}

body.presentation-mode #hero .profilepanel-stat{
  padding:20px 20px 18px;
  border-radius:22px;
}

body.presentation-mode #hero .profilepanel-stat strong{
  font-size:clamp(32px, 1.8vw, 44px);
}

body.presentation-mode #hero .profilepanel-stat span{
  font-size:clamp(14px, .8vw, 17px);
}

body.presentation-mode #hero .profilepanel-pills{
  gap:10px;
}

body.presentation-mode #hero .profilepanel-pill{
  padding:10px 14px;
  font-size:clamp(14px, .78vw, 17px);
}

body.presentation-mode #hero .profileweek{
  margin-top:auto;
  padding:20px;
  gap:14px;
  border-radius:24px;
}

body.presentation-mode #hero .profileweek-head h4{
  font-size:clamp(22px, 1.1vw, 28px);
}

body.presentation-mode #hero .profileweek-badge{
  min-height:38px;
  padding:8px 14px;
  font-size:clamp(11px, .68vw, 15px);
}

body.presentation-mode #hero .profileweek-days,
body.presentation-mode #hero .profileweek-row{
  grid-template-columns:78px repeat(5, minmax(0, 1fr));
  gap:10px;
}

body.presentation-mode #hero .profileweek-days span{
  min-height:46px;
  font-size:clamp(15px, .82vw, 20px);
}

body.presentation-mode #hero .profileweek-corner{
  min-height:46px;
}

body.presentation-mode #hero .profileweek-time{
  min-height:96px;
  font-size:clamp(14px, .78vw, 18px);
}

body.presentation-mode #hero .profileweek-task{
  min-height:96px;
  font-size:clamp(16px, .86vw, 20px);
  padding:12px 14px;
}

/* Presentation medium screens */
@media (max-width: 1800px){
  body.presentation-mode #hero.slide-section{
    padding:18px 20px 18px !important;
  }

  body.presentation-mode #hero .slide1-layout{
    gap:18px;
  }

  body.presentation-mode #hero .slide1-main{
    padding:24px;
    gap:18px;
  }

  body.presentation-mode #hero .slide1-top{
    gap:16px;
  }

  body.presentation-mode #hero .slide1-title{
    font-size:clamp(42px, 3.6vw, 64px);
  }

  body.presentation-mode #hero .slide1-lead{
    font-size:clamp(16px, 1vw, 22px);
  }

  body.presentation-mode #hero .slide1-kpi{
    min-height:102px;
    padding:18px 18px 16px;
  }

  body.presentation-mode #hero .slide1-kpi strong{
    font-size:clamp(30px, 1.8vw, 42px);
  }

  body.presentation-mode #hero .slide1-kpi span{
    font-size:clamp(12px, .78vw, 15px);
  }

  body.presentation-mode #hero .slide1-season{
    padding:18px;
    gap:12px;
  }

  body.presentation-mode #hero .slide1-season__title{
    font-size:clamp(24px, 1.3vw, 30px);
  }

  body.presentation-mode #hero .slide1-season__sub{
    font-size:clamp(14px, .84vw, 17px);
  }

  body.presentation-mode #hero .slide1-season__badge{
    min-height:34px;
    padding:8px 12px;
    font-size:clamp(11px, .66vw, 13px);
  }

  body.presentation-mode #hero .slide1-season__svg{
    max-height:220px;
  }

  body.presentation-mode #hero .slide1-month,
  body.presentation-mode #hero .slide1-peak-label{
    font-size:11px;
  }

  body.presentation-mode #hero .slide1-fact{
    padding:14px;
  }

  body.presentation-mode #hero .slide1-fact strong{
    font-size:clamp(26px, 1.55vw, 34px);
  }

  body.presentation-mode #hero .slide1-fact span{
    font-size:clamp(12px, .72vw, 14px);
  }

  body.presentation-mode #hero .slide1-fact small{
    font-size:clamp(10px, .62vw, 12px);
  }

  body.presentation-mode #hero .profilepanel{
    padding:22px;
    gap:16px;
  }

  body.presentation-mode #hero .profilepanel-photo{
    width:92px;
    height:116px;
  }

  body.presentation-mode #hero .profilepanel-meta h3{
    font-size:clamp(24px, 1.35vw, 30px);
  }

  body.presentation-mode #hero .profilepanel-meta p{
    font-size:clamp(13px, .78vw, 15px);
  }

  body.presentation-mode #hero .profilepanel-stat{
    padding:14px 14px 12px;
  }

  body.presentation-mode #hero .profilepanel-stat strong{
    font-size:clamp(24px, 1.45vw, 30px);
  }

  body.presentation-mode #hero .profilepanel-stat span{
    font-size:clamp(11px, .68vw, 13px);
  }

  body.presentation-mode #hero .profilepanel-pill{
    padding:8px 11px;
    font-size:clamp(11px, .68vw, 13px);
  }

  body.presentation-mode #hero .profileweek{
    padding:14px;
    gap:10px;
  }

  body.presentation-mode #hero .profileweek-head h4{
    font-size:clamp(16px, .95vw, 20px);
  }

  body.presentation-mode #hero .profileweek-badge{
    min-height:30px;
    font-size:clamp(9px, .58vw, 11px);
  }

  body.presentation-mode #hero .profileweek-days,
  body.presentation-mode #hero .profileweek-row{
    grid-template-columns:60px repeat(5, minmax(0, 1fr));
    gap:6px;
  }

  body.presentation-mode #hero .profileweek-days span{
    min-height:36px;
    font-size:clamp(11px, .7vw, 14px);
  }

  body.presentation-mode #hero .profileweek-corner{
    min-height:36px;
  }

  body.presentation-mode #hero .profileweek-time,
  body.presentation-mode #hero .profileweek-task{
    min-height:74px;
    font-size:clamp(11px, .72vw, 14px);
    padding:8px 8px;
  }
}

/* 4K */
@media (min-width: 2560px){
  body.presentation-mode #hero.slide-section{
    padding:30px 36px 28px !important;
  }

  body.presentation-mode #hero .slide1-layout{
    gap:30px;
  }

  body.presentation-mode #hero .slide1-main{
    padding:46px;
  }

  body.presentation-mode #hero .slide1-season__svg{
    max-height:380px;
  }

  body.presentation-mode #hero .profileweek-time,
  body.presentation-mode #hero .profileweek-task{
    min-height:110px;
  }
}

/* ===== Profile weather card + education tile ===== */
#hero .profilepanel-stat--education strong{
  font-size:24px;
  line-height:1.06;
}

#hero .profilepanel-stat--education span{
  font-size:12px;
  line-height:1.28;
}

#hero .profileweather{
  padding:16px;
  border-radius:20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(105,210,255,.10), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.07);
  display:flex;
  flex-direction:column;
  gap:12px;
}

#hero .profileweather-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

#hero .profileweather-head h4{
  margin:0;
  font-size:18px;
  line-height:1.12;
}

#hero .profileweather-badge{
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(105,210,255,.10);
  border:1px solid rgba(105,210,255,.16);
  color:#eaf8ff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

#hero .profileweather-main{
  display:flex;
  align-items:flex-end;
  gap:16px;
}

#hero .profileweather-temp{
  font-size:42px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
  color:#f6fdff;
}

#hero .profileweather-state strong{
  display:block;
  margin-bottom:6px;
  font-size:18px;
  line-height:1.1;
  color:#f0fbff;
}

#hero .profileweather-state span{
  display:block;
  font-size:13px;
  line-height:1.25;
  color:#cfe2e9;
}

#hero .profileweather-meta{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:10px;
}

#hero .profileweather-item{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.06);
}

#hero .profileweather-item span{
  display:block;
  margin-bottom:6px;
  font-size:11px;
  line-height:1.1;
  color:var(--muted);
  font-weight:700;
}

#hero .profileweather-item strong{
  display:block;
  font-size:14px;
  line-height:1.15;
  color:#eef9fd;
}

@media (max-width: 780px){
  #hero .profilepanel-stat--education strong{
    font-size:20px;
  }

  #hero .profileweather{
    padding:14px;
  }

  #hero .profileweather-main{
    gap:12px;
  }

  #hero .profileweather-temp{
    font-size:34px;
  }

  #hero .profileweather-state strong{
    font-size:16px;
  }

  #hero .profileweather-state span{
    font-size:12px;
  }

  #hero .profileweather-meta{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
}

/* ===== Slide 1: denser left column and wider profile weather ===== */
#hero .slide1-main{
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  gap:14px;
}

#hero .slide1-season{
  margin-top:0;
  height:100%;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  gap:12px;
}

#hero .slide1-season__chart{
  display:flex;
  align-items:center;
  min-height:0;
}

#hero .profilepanel{
  display:grid;
  grid-template-rows:auto auto auto auto minmax(0,1fr);
  gap:16px;
}

#hero .profilepanel-head{
  gap:18px;
}

#hero .profilepanel-photo{
  width:112px;
  height:140px;
  border-radius:24px;
}

#hero .profilepanel-meta h3{
  font-size:34px;
}

#hero .profilepanel-meta p{
  font-size:17px;
}

#hero .profilepanel-stat--education strong{
  font-size:24px;
  line-height:1.06;
}

#hero .profilepanel-stat--education span{
  font-size:12px;
  line-height:1.28;
}

#hero .profileweather{
  padding:16px;
  border-radius:20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(105,210,255,.10), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.07);
  display:flex;
  flex-direction:column;
  gap:12px;
}

#hero .profileweather-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

#hero .profileweather-head h4{
  margin:0;
  font-size:18px;
  line-height:1.12;
}

#hero .profileweather-badge{
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(105,210,255,.10);
  border:1px solid rgba(105,210,255,.16);
  color:#eaf8ff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

#hero .profileweather-main{
  display:flex;
  align-items:flex-end;
  gap:16px;
}

#hero .profileweather-temp{
  font-size:42px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
  color:#f6fdff;
}

#hero .profileweather-state strong{
  display:block;
  margin-bottom:6px;
  font-size:18px;
  line-height:1.1;
  color:#f0fbff;
}

#hero .profileweather-state span{
  display:block;
  font-size:13px;
  line-height:1.25;
  color:#cfe2e9;
}

#hero .profileweather-meta{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:10px;
}

#hero .profileweather-item{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.06);
}

#hero .profileweather-item span{
  display:block;
  margin-bottom:6px;
  font-size:11px;
  line-height:1.1;
  color:var(--muted);
  font-weight:700;
}

#hero .profileweather-item strong{
  display:block;
  font-size:14px;
  line-height:1.15;
  color:#eef9fd;
}

#hero .profileweather-week{
  display:grid;
  grid-template-columns:repeat(7, minmax(0,1fr));
  gap:8px;
}

#hero .profileweather-day{
  padding:10px 8px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.06);
  text-align:center;
}

#hero .profileweather-day__name{
  display:block;
  margin-bottom:6px;
  font-size:11px;
  line-height:1.1;
  color:var(--muted);
  font-weight:800;
}

#hero .profileweather-day__emoji{
  display:block;
  margin-bottom:6px;
  font-size:18px;
  line-height:1;
}

#hero .profileweather-day__temp{
  display:block;
  margin-bottom:5px;
  font-size:13px;
  line-height:1.1;
  color:#eef9fd;
  font-weight:800;
}

#hero .profileweather-day small{
  display:block;
  font-size:10px;
  line-height:1.12;
  color:#cfe2e9;
}

@media (max-width: 780px){
  #hero .profilepanel-photo{
    width:86px;
    height:108px;
    border-radius:18px;
  }

  #hero .profilepanel-meta h3{
    font-size:24px;
  }

  #hero .profilepanel-meta p{
    font-size:14px;
  }

  #hero .profileweather{
    padding:14px;
  }

  #hero .profileweather-main{
    gap:12px;
  }

  #hero .profileweather-temp{
    font-size:34px;
  }

  #hero .profileweather-state strong{
    font-size:16px;
  }

  #hero .profileweather-state span{
    font-size:12px;
  }

  #hero .profileweather-meta{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  #hero .profileweather-week{
    grid-template-columns:repeat(4, minmax(0,1fr));
  }
}


/* === WEATHER WIDGET LIVE PATCH START === */
#hero .profileweather-heading{
  display:flex;
  flex-direction:column;
  gap:6px;
}

#hero .profileweather-date{
  color:#bdd5de;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

#hero .profileweather-status{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.05);
  color:#bcd3dc;
  font-size:12px;
  line-height:1.3;
}

#hero .profileweather-forecast{
  display:flex;
  flex-direction:column;
  gap:10px;
}

#hero .profileweather-forecast__title{
  color:#eef9fd;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

#hero .profileweather-week{
  grid-template-columns:repeat(10, minmax(92px,1fr));
  overflow-x:auto;
  padding-bottom:4px;
  scrollbar-width:thin;
}

#hero .profileweather-week::-webkit-scrollbar{
  height:6px;
}

#hero .profileweather-week::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.16);
  border-radius:999px;
}

#hero .profileweather-day{
  min-width:92px;
}

#hero .profileweather-day.is-today{
  background:rgba(105,210,255,.10);
  border-color:rgba(105,210,255,.22);
  box-shadow:0 0 0 1px rgba(105,210,255,.06) inset;
}

#hero .profileweather-day em{
  display:block;
  margin-top:5px;
  font-style:normal;
  font-size:11px;
  line-height:1.1;
  color:#9fb9c4;
  font-weight:700;
}

#hero .profileweather-day.is-skeleton{
  opacity:.72;
}

@media (max-width: 780px){
  #hero .profileweather-head{
    align-items:flex-start;
  }

  #hero .profileweather-week{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(90px, 90px);
    grid-template-columns:none;
    overflow-x:auto;
    gap:8px;
    padding-bottom:6px;
  }
}
/* === WEATHER WIDGET LIVE PATCH END === */

/* === WEATHER LAYOUT HOTFIX === */
#hero .slide1-layout,
#hero .slide1-main,
#hero .slide1-side,
#hero .profilepanel,
#hero .profileweather,
#hero .profileweather-forecast,
#hero .profileweather-head,
#hero .profileweather-main,
#hero .profileweather-meta,
#hero .profileweather-week{
  min-width:0;
}

#hero .slide1-side{
  width:100%;
  max-width:100%;
}

#hero .profilepanel{
  width:100%;
  max-width:100%;
  overflow:hidden;
}

#hero .profileweather{
  width:100%;
  max-width:100%;
  overflow:hidden;
}

#hero .profileweather-forecast{
  width:100%;
  max-width:100%;
  min-width:0;
}

#hero .profileweather-week{
  display:flex !important;
  grid-template-columns:none !important;
  align-items:stretch;
  gap:8px;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  padding:0 0 6px;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}

#hero .profileweather-week::-webkit-scrollbar{
  height:6px;
}

#hero .profileweather-week::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.18);
  border-radius:999px;
}

#hero .profileweather-day{
  flex:0 0 72px;
  min-width:72px;
  max-width:72px;
}

#hero .profileweather-day small{
  word-break:break-word;
}

#hero .profileweather-day em{
  display:block;
  margin-top:4px;
  font-style:normal;
  font-size:10px;
  line-height:1.1;
  color:#9fb9c4;
  font-weight:700;
}

@media (max-width: 780px){
  #hero .profileweather-week{
    gap:8px;
  }

  #hero .profileweather-day{
    flex:0 0 84px;
    min-width:84px;
    max-width:84px;
  }
}
/* === /WEATHER LAYOUT HOTFIX === */



/* === HERO KPI 3-CARDS HOTFIX START === */
#hero .slide1-kpis{
  grid-template-columns:repeat(3, minmax(0, 1fr));
  max-width:none;
}

#hero .slide1-kpi{
  min-width:0;
}

#hero .slide1-kpi span{
  max-width:22ch;
}

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

@media (max-width: 780px){
  #hero .slide1-kpis{
    grid-template-columns:1fr;
  }
}
/* === HERO KPI 3-CARDS HOTFIX END === */
