
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap");

:root{
  --bg:#020202;
  --panel:#090909;
  --panel2:#111111;
  --card:#151515;
  --line:rgba(255,255,255,.08);
  --text:#f5f5f5;
  --muted:#adadad;
  --muted2:#727272;
  --cyan:#d8d8d8;
  --blue:#7a7a7a;
  --purple:#c88cff;
  --green:#8dff49;
  --neon:#b7ff47;
  --grad:linear-gradient(135deg,#d4ff63 0%,#97f53f 38%,#39cc62 100%);
  --grad2:linear-gradient(135deg,rgba(183,255,71,.12),rgba(57,204,98,.16));
  --shadow:0 24px 80px rgba(0,0,0,.38);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.04),transparent 24%),
    linear-gradient(180deg,#020202 0%,#070707 55%,#020202 100%);
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6,
.section-display-title,
.split-heading,
.home-hero-title,
.course-list-title,
.course-panel-heading,
.courses-title,
.prompt-filter-title{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

body:before{
  content:"";
  position:fixed; inset:0; pointer-events:none; opacity:.42; z-index:-1;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:90px 90px;
  mask-image:linear-gradient(to bottom,black,transparent 82%);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1560px,calc(100% - 48px));margin:auto}
.nav{
  position:sticky;top:0;z-index:20;
  backdrop-filter:blur(18px);
  background:linear-gradient(180deg,rgba(7,13,9,.94),rgba(7,13,9,.7));
  border-bottom:1px solid rgba(120,255,188,.08);
}
.nav-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.04em}
.brand img{width:42px;height:42px}
.nav-links{display:flex;align-items:center;gap:30px;color:#d4e5d8;font-size:14px}
.nav-links a{position:relative;opacity:.88}
.nav-links a.active,.nav-links a:hover{color:white;opacity:1}
.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:linear-gradient(90deg,#5f7cff,#8f6bff,#57a8ff);box-shadow:0 0 18px rgba(110,138,255,.5)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:0 22px;border-radius:14px;border:1px solid rgba(183,255,71,.12);
  font-weight:750;color:white;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
  box-shadow:0 14px 50px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.015); transition:.25s ease;
}
.btn:hover{transform:translateY(-2px);border-color:rgba(183,255,71,.34);box-shadow:0 18px 54px rgba(104,255,73,.12)}
.btn.primary{background:var(--grad);border-color:rgba(211,255,99,.22);box-shadow:0 18px 55px rgba(83,236,64,.26), 0 0 24px rgba(150,255,85,.18);color:#071107}
.nav .btn.primary,
.nav-cta-mobile{
  background:linear-gradient(135deg,#10143a 0%,#243078 46%,#365fba 100%);
  border-color:rgba(132,152,255,.28);
  box-shadow:0 18px 55px rgba(38,66,170,.3),0 0 24px rgba(126,106,255,.16);
  color:#f7f9ff;
}
.nav .btn.primary:hover,
.nav .btn.primary:focus-visible,
.nav-cta-mobile:hover,
.nav-cta-mobile:focus-visible{
  border-color:rgba(166,178,255,.42);
  box-shadow:0 20px 58px rgba(50,79,190,.34),0 0 28px rgba(143,112,255,.2);
}
.btn.dark{background:#0c1610}
.badge{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  background:rgba(255,255,255,.04);color:#ececec;border:1px solid rgba(255,255,255,.08)
}
.section-heading{
  display:grid;
  gap:12px;
  align-items:flex-start;
}
.section-display-title{
  margin:0;
  font-size:clamp(28px,3vw,42px);
  line-height:1.02;
  letter-spacing:-.05em;
  font-weight:850;
}
.section-display-title.compact{
  font-size:clamp(24px,2.3vw,34px);
  letter-spacing:-.04em;
}
.section-display-title .title-light{
  color:#f5f7f8;
}
.section-display-title .title-accent{
  background:linear-gradient(135deg,#d9ff77 0%,#95ff44 48%,#51df72 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 0 18px rgba(108,255,106,.1);
}

.tech-heading-underline,
.home-course-catalog-shell .hero-service-panel-head h2,
.course-list-title{
  position:relative;
  display:inline-block;
  width:max-content;
  max-width:100%;
  padding-bottom:18px;
}

.tech-heading-underline:before,
.home-course-catalog-shell .hero-service-panel-head h2:before,
.course-list-title:before{
  content:"";
  position:absolute;
  left:50%;
  bottom:3px;
  width:min(240px,92%);
  height:14px;
  transform:translateX(-50%);
  border-radius:999px;
  background:radial-gradient(ellipse at center,rgba(137,255,84,.3),rgba(55,220,104,.08) 56%,transparent 72%);
  filter:blur(7px);
  pointer-events:none;
}

.tech-heading-underline:after,
.home-course-catalog-shell .hero-service-panel-head h2:after,
.course-list-title:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:min(230px,90%);
  height:7px;
  transform:translateX(-50%);
  border-radius:999px;
  background:
    linear-gradient(90deg,transparent 0 8%,#d8ff72 8% 15%,transparent 15% 19%,#69ff8d 19% 58%,transparent 58% 63%,#29e7ff 63% 75%,transparent 75% 80%,#d8ff72 80% 100%),
    linear-gradient(90deg,rgba(88,255,112,0),rgba(157,255,67,.85),rgba(34,230,255,.74),rgba(88,255,112,0));
  box-shadow:0 0 18px rgba(119,255,86,.45),0 0 28px rgba(35,221,255,.18);
  clip-path:polygon(0 42%,7% 42%,10% 0,18% 0,21% 42%,58% 42%,61% 0,67% 0,70% 42%,100% 42%,100% 72%,70% 72%,67% 100%,61% 100%,58% 72%,21% 72%,18% 100%,10% 100%,7% 72%,0 72%);
  pointer-events:none;
}

.tech-heading-underline{
  justify-self:start;
}

.home-course-catalog-shell .hero-service-panel-head h2:before,
.home-course-catalog-shell .hero-service-panel-head h2:after,
.course-list-title:before,
.course-list-title:after{
  left:50%;
  transform:translateX(-50%);
}
.gradient-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero{padding:76px 0 42px;position:relative}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center}
.kicker{margin-bottom:22px}
h1{font-size:clamp(48px,6vw,92px);line-height:.98;margin:0 0 24px;letter-spacing:-.06em}
.lead{font-size:20px;line-height:1.75;color:#c9c9c9;max-width:710px;margin:0 0 32px}
.about-page h1{font-size:clamp(38px,4.6vw,64px);letter-spacing:-.045em}
.about-page .section h2,
.about-page .profile-story-panel h2,
.about-page .journey-head h2,
.about-page .cta h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.03em}
.about-page .lead{font-size:18px;line-height:1.72}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.hero-art{position:relative;min-height:520px}
.hero-art .main-img{position:absolute;inset:-30px -50px -20px -10px;width:110%;height:110%;object-fit:contain;filter:drop-shadow(0 40px 80px rgba(36,108,255,.35))}
.float-card{
  position:absolute;padding:18px 20px;border-radius:22px;background:rgba(9,18,39,.68);
  border:1px solid rgba(133,161,255,.20);box-shadow:var(--shadow);backdrop-filter:blur(16px)
}
.float-card.one{right:8%;top:30%;width:220px}
.float-card.two{left:2%;bottom:14%;width:270px}
.float-card.three{right:12%;bottom:20%;width:240px}
.float-card b{display:block;margin-bottom:8px}.float-card span{color:#aab6d8;font-size:14px;line-height:1.5}
.about-hero-art{min-height:560px}
.about-hero-art .main-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:32px;
  filter:drop-shadow(0 38px 80px rgba(36,108,255,.28));
}
.about-float{
  background:rgba(8,17,34,.78);
  border:1px solid rgba(78,146,255,.28);
}
.profile-story-section{
  padding-top:18px;
}

.profile-story-panel{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(113,140,238,.16);
  background:linear-gradient(180deg,rgba(8,16,32,.92),rgba(6,12,24,.94));
  box-shadow:0 24px 80px rgba(0,0,0,.18);
}

.profile-story-panel:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 85% 0%,rgba(123,255,191,.1),transparent 32%);
}

.profile-story-single{
  padding:32px;
  background:
    radial-gradient(circle at 100% 0%,rgba(78,227,138,.1),transparent 30%),
    linear-gradient(180deg,rgba(13,22,16,.92),rgba(8,13,10,.96));
}

.profile-story-single h2{
  margin:0;
  font-size:clamp(34px,4vw,52px);
  line-height:1.04;
  letter-spacing:-.05em;
}

.profile-story-lead{
  margin:14px 0 0;
  font-size:21px;
  line-height:1.72;
  color:#eef5ff;
  max-width:980px;
}

.profile-story-highlights{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.profile-story-highlights span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(123,255,191,.14);
  background:rgba(10,24,16,.72);
  color:#c8ffe2;
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.profile-story-body{
  margin-top:22px;
  max-width:1060px;
}

.profile-story-body p{
  margin:0;
  color:#aebad6;
  font-size:17px;
  line-height:1.82;
}

.profile-story-body p + p{
  margin-top:14px;
}

.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1120px;margin:28px auto 40px}
.stat{padding:24px;border-radius:22px;background:linear-gradient(180deg,rgba(16,26,20,.84),rgba(8,13,10,.94));border:1px solid var(--line);text-align:center}
.stat strong{font-size:36px;display:block;background:var(--grad);-webkit-background-clip:text;color:transparent}.stat span{color:#a8b4d2}
.section{
  position:relative;
  z-index:1;
  isolation:isolate;
  padding:54px 0;
}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}
.section h2{font-size:clamp(34px,4vw,58px);line-height:1.05;letter-spacing:-.045em;margin:0}
.section p.sub{color:#b4b4b4;font-size:18px;line-height:1.7;margin:12px 0 0;max-width:680px}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card-grid.four{grid-template-columns:repeat(4,1fr)}
.card-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}
.card-grid.six{grid-template-columns:repeat(6,1fr)}
.card-grid.seven{grid-template-columns:repeat(4,1fr)}
.card{
  position:relative;overflow:hidden;padding:28px;border-radius:var(--radius);
  background:
    radial-gradient(circle at 85% 0%,rgba(255,255,255,.04),transparent 30%),
    linear-gradient(180deg,rgba(22,22,22,.94),rgba(10,10,10,.98));
  border:1px solid var(--line);box-shadow:0 20px 80px rgba(0,0,0,.22);
}
.card:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 80% 0%,rgba(255,255,255,.05),transparent 35%);pointer-events:none}
.card-grid.six .card,
.card-grid.seven .card{
  isolation:isolate;
  min-height:100%;
  background:
    radial-gradient(circle at 82% 16%,var(--card-glow,rgba(120,110,255,.18)),transparent 30%),
    radial-gradient(circle at 28% 82%,rgba(68,255,154,.08),transparent 34%),
    linear-gradient(135deg,rgba(19,19,19,.96),rgba(10,10,10,.98) 58%,rgba(13,13,13,.96));
  border-color:rgba(255,255,255,.1);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 26px 70px rgba(0,0,0,.34),
    0 0 44px rgba(90,255,193,.05);
}
.card-grid.six .card:before,
.card-grid.seven .card:before{
  background:
    radial-gradient(circle at 80% 14%,var(--card-glow-soft,rgba(143,120,255,.14)),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.04),transparent 24%);
  opacity:.92;
}
.card-grid.six .card:after,
.card-grid.seven .card:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(255,255,255,.02),transparent 24%),
    radial-gradient(circle at 74% 20%,var(--card-accent,rgba(128,112,255,.1)),transparent 26%);
  mix-blend-mode:screen;
  z-index:0;
}
.card-grid.six .card > *,
.card-grid.seven .card > *{
  position:relative;
  z-index:1;
}
.card-grid.six .card:nth-child(1),
.card-grid.seven .card:nth-child(1){
  --card-glow:rgba(132,110,255,.24);
  --card-glow-soft:rgba(154,132,255,.16);
  --card-accent:rgba(123,105,255,.12);
}
.card-grid.six .card:nth-child(2),
.card-grid.seven .card:nth-child(2){
  --card-glow:rgba(255,171,83,.22);
  --card-glow-soft:rgba(255,184,99,.16);
  --card-accent:rgba(255,170,92,.12);
}
.card-grid.six .card:nth-child(3),
.card-grid.seven .card:nth-child(3){
  --card-glow:rgba(255,96,178,.2);
  --card-glow-soft:rgba(255,118,190,.14);
  --card-accent:rgba(255,108,182,.12);
}
.card-grid.six .card:nth-child(4),
.card-grid.seven .card:nth-child(4){
  --card-glow:rgba(67,113,255,.22);
  --card-glow-soft:rgba(89,132,255,.16);
  --card-accent:rgba(95,138,255,.12);
}
.card-grid.six .card:nth-child(5),
.card-grid.seven .card:nth-child(5){
  --card-glow:rgba(64,255,138,.2);
  --card-glow-soft:rgba(86,255,151,.14);
  --card-accent:rgba(88,255,158,.12);
}
.card-grid.six .card:nth-child(6),
.card-grid.seven .card:nth-child(6){
  --card-glow:rgba(61,222,255,.22);
  --card-glow-soft:rgba(84,230,255,.15);
  --card-accent:rgba(90,226,255,.12);
}
.card-grid.seven .card:nth-child(7){
  --card-glow:rgba(132,255,108,.2);
  --card-glow-soft:rgba(156,255,128,.14);
  --card-accent:rgba(145,255,116,.12);
}
.icon{
  width:64px;height:64px;border-radius:18px;display:grid;place-items:center;margin-bottom:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(22,22,22,.92));border:1px solid rgba(255,255,255,.08);font-size:30px
}
.card h3{font-size:24px;line-height:1.15;margin:0 0 12px;letter-spacing:-.025em}
.card p{color:#aab7d5;line-height:1.65;margin:0;font-size:15.5px}
.link{display:inline-flex;gap:10px;align-items:center;color:#f0f0f0;font-weight:750;margin-top:20px}
.solution-grid{
  align-items:stretch;
}
.solution-section{
  background:#fff;
  color:#07140f;
}
.solution-section .section-display-title{
  color:#07140f;
}
.solution-grid.card-grid.four{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.solution-grid .solution-card{
  --solution-glow-a:rgba(41,255,178,.34);
  --solution-glow-b:rgba(40,174,255,.24);
  --solution-glow-c:rgba(175,255,88,.16);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  min-height:100%;
  padding:32px 24px 28px;
  background:
    radial-gradient(circle at 86% 12%,rgba(44,255,185,.14),transparent 30%),
    linear-gradient(160deg,rgba(7,45,37,.98),rgba(4,15,21,.99) 58%,rgba(3,9,14,.99));
  border-color:rgba(87,255,187,.26);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.1),
    0 26px 62px rgba(4,25,28,.38),
    0 0 0 1px rgba(81,255,178,.08),
    0 0 50px rgba(37,211,143,.12);
  isolation:isolate;
  overflow:hidden;
}
.solution-grid .solution-card:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(circle at 83% 16%,var(--solution-glow-a),transparent 24%),
    radial-gradient(circle at 72% 70%,var(--solution-glow-b),transparent 28%),
    radial-gradient(circle at 18% 82%,var(--solution-glow-c),transparent 26%),
    linear-gradient(180deg,rgba(255,255,255,.02),transparent 22%);
  filter:blur(2px);
  opacity:.95;
  animation:solutionCardAura 9s ease-in-out infinite alternate;
}
.solution-grid .solution-card:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    linear-gradient(145deg,rgba(255,255,255,.08),transparent 16%,transparent 70%,rgba(118,255,193,.04)),
    radial-gradient(circle at 88% 12%,rgba(196,255,230,.16),transparent 8%),
    linear-gradient(90deg,rgba(134,255,204,.032) 0,rgba(134,255,204,.032) 1px,transparent 1px,transparent 30px),
    linear-gradient(180deg,rgba(134,255,204,.025) 0,rgba(134,255,204,.025) 1px,transparent 1px,transparent 30px);
  background-size:auto,auto,30px 30px,30px 30px;
  mix-blend-mode:screen;
  opacity:.38;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.95),rgba(0,0,0,.78));
  z-index:0;
}
.solution-grid .solution-card h3{
  color:#f3fff8;
  font-size:20px;
  margin:0 0 12px;
}
.solution-grid .solution-card p{
  color:#c6dfd8;
  width:100%;
  max-width:29ch;
}
.solution-grid .solution-card > *{
  position:relative;
  z-index:1;
}
.solution-grid .solution-card .link{
  color:#b9ff65;
  margin-top:auto;
  padding-top:20px;
  text-shadow:0 0 18px rgba(174,255,88,.18);
}
.solution-grid .solution-icon{
  position:relative;
  width:min(100%,206px);
  aspect-ratio:1.4 / 1;
  min-height:142px;
  margin:4px auto 24px;
  padding:11px;
  border-radius:28px;
  display:grid;
  place-items:center;
  background:
    linear-gradient(180deg,rgba(255,255,255,.12),rgba(107,255,196,.03)),
    linear-gradient(160deg,rgba(8,48,40,.94),rgba(4,12,18,.98));
  border:1px solid rgba(119,255,201,.26);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 16px 34px rgba(0,0,0,.3),
    0 0 0 1px rgba(118,255,194,.1),
    0 0 30px rgba(42,221,153,.12);
  overflow:hidden;
  isolation:isolate;
  animation:solutionBlueBreath 3.4s ease-in-out infinite;
}
.solution-grid .solution-icon:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(circle at 84% 16%,rgba(97,150,255,.18),transparent 26%),
    linear-gradient(145deg,rgba(255,255,255,.08),transparent 30%);
  pointer-events:none;
}
.solution-thumb{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  border-radius:22px;
  object-fit:cover;
  object-position:center;
  border:1.5px solid rgba(255,255,255,.78);
  box-shadow:0 12px 28px rgba(0,0,0,.24);
}
.solution-grid .solution-card:nth-child(1){
  --solution-glow-a:rgba(78,255,178,.35);
  --solution-glow-b:rgba(74,181,255,.22);
  --solution-glow-c:rgba(191,255,91,.14);
}
.solution-grid .solution-card:nth-child(2){
  --solution-glow-a:rgba(45,218,255,.32);
  --solution-glow-b:rgba(92,255,186,.22);
  --solution-glow-c:rgba(185,255,88,.12);
}
.solution-grid .solution-card:nth-child(3){
  --solution-glow-a:rgba(159,255,75,.28);
  --solution-glow-b:rgba(51,235,174,.22);
  --solution-glow-c:rgba(60,168,255,.14);
}
.solution-grid .solution-card:nth-child(4){
  --solution-glow-a:rgba(49,255,189,.34);
  --solution-glow-b:rgba(58,213,255,.24);
  --solution-glow-c:rgba(161,255,82,.13);
}
.split-heading{
  display:inline-flex;
  flex-wrap:wrap;
  gap:.24em;
  align-items:baseline;
}
.split-heading .title-light{
  color:#ffffff;
}
.split-heading .title-accent{
  background:linear-gradient(135deg,#d9ff77 0%,#95ff44 48%,#51df72 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 0 18px rgba(108,255,106,.1);
}

@keyframes solutionBlueBreath{
  0%,100%{
    box-shadow:
      0 0 0 1px rgba(160,230,255,.08) inset,
      inset 0 -12px 22px rgba(0,0,0,.34),
      0 0 22px rgba(67,170,255,.18),
      0 0 40px rgba(57,145,255,.1);
    transform:scale(.96);
    filter:saturate(.96) brightness(.98);
  }
  50%{
    box-shadow:
      0 0 0 1px rgba(186,235,255,.12) inset,
      inset 0 -10px 18px rgba(0,0,0,.28),
      0 0 40px rgba(67,170,255,.34),
      0 0 74px rgba(57,145,255,.24);
    transform:scale(1.06);
    filter:saturate(1.14) brightness(1.08);
  }
}

@keyframes solutionCardAura{
  0%{
    transform:translate3d(0,0,0) scale(1);
    opacity:.86;
  }
  50%{
    transform:translate3d(1.5%,-1.5%,0) scale(1.03);
    opacity:.95;
  }
  100%{
    transform:translate3d(-1%,2%,0) scale(1.04);
    opacity:.88;
  }
}

@keyframes solutionBlueHalo{
  0%,100%{
    transform:scale(.94);
    opacity:.62;
  }
  50%{
    transform:scale(1.08);
    opacity:1;
  }
}
.ai-map{display:grid;grid-template-columns:.72fr 1.28fr;gap:28px;align-items:center}
.checks{margin:24px 0 0;padding:0;list-style:none;display:grid;gap:14px;color:#d3dcf4}
.checks li{display:flex;gap:12px}.checks li:before{content:"✓";width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--grad);font-size:13px;font-weight:900}
.node-map{
  min-height:470px;position:relative;border-radius:30px;background:radial-gradient(circle at center,rgba(145,255,62,.15),transparent 32%),rgba(8,14,11,.74);
  border:1px solid var(--line);overflow:hidden
}
.node-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 18px;background:#171717;border:2px solid rgba(255,255,255,.12);box-shadow:0 0 60px rgba(255,255,255,.06);font-size:40px;font-weight:900;line-height:.98;text-align:center;text-wrap:balance;color:#f2f2f2}
.node{position:absolute;width:230px;padding:18px;border-radius:18px;background:rgba(18,18,18,.92);border:1px solid rgba(255,255,255,.08)}
.node-title{margin-bottom:6px}
.node b{display:block;margin:0}
.node-copy{color:#95aa9a;font-size:13px;display:block}
.n1{left:7%;top:12%}.n2{right:7%;top:12%}.n3{left:7%;top:42%}.n4{right:7%;top:42%}.n5{left:7%;bottom:12%}.n6{right:7%;bottom:12%}
.node-map svg{position:absolute;inset:0;width:100%;height:100%;opacity:.65}
.home-clone-page #ai-ecosystem .node-map{
  background:
    radial-gradient(circle at 50% 50%,rgba(22,95,255,.16),transparent 24%),
    radial-gradient(circle at 50% 52%,rgba(40,216,255,.12),transparent 44%),
    linear-gradient(180deg,rgba(6,10,20,.96),rgba(4,8,14,.98));
  border-color:rgba(122,196,255,.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 28px 80px rgba(0,0,0,.34),
    0 0 80px rgba(29,115,255,.12);
}
.home-clone-page #ai-ecosystem .node-map:before{
  content:"";
  position:absolute;
  inset:16% 18%;
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(67,133,255,.3) 0%,rgba(48,120,255,.18) 24%,rgba(25,104,255,.08) 42%,transparent 70%);
  filter:blur(20px);
  animation:aiCoreAura 4.8s ease-in-out infinite;
}
.home-clone-page #ai-ecosystem .node-map:after{
  content:"";
  position:absolute;
  inset:4%;
  border-radius:26px;
  background-image:
    linear-gradient(rgba(84,145,255,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(84,145,255,.08) 1px,transparent 1px);
  background-size:32px 32px;
  mask-image:radial-gradient(circle at center,black 38%,transparent 88%);
  opacity:.28;
  pointer-events:none;
}
.home-clone-page #ai-ecosystem .node-map svg{
  opacity:.92;
  filter:drop-shadow(0 0 12px rgba(71,161,255,.55));
  animation:aiLinesPulse 4.2s linear infinite;
}
.home-clone-page #ai-ecosystem .node-map svg path{
  stroke:#64c9ff;
  stroke-width:2.2;
  stroke-dasharray:18 10;
  animation:aiLineFlow 5.2s linear infinite;
}
.home-clone-page #ai-ecosystem .node-center{
  width:168px;
  height:168px;
  padding:0 20px;
  color:#eef7ff;
  font-size:42px;
  line-height:.94;
  letter-spacing:0;
  border:1px solid rgba(142,215,255,.4);
  background:
    radial-gradient(circle at 34% 30%,rgba(255,255,255,.92),rgba(182,232,255,.32) 16%,rgba(57,141,255,.28) 26%,rgba(8,24,56,.96) 58%,rgba(3,10,24,.99) 100%);
  box-shadow:
    inset 0 0 22px rgba(180,236,255,.4),
    inset 0 -18px 36px rgba(4,13,38,.92),
    0 0 26px rgba(83,180,255,.5),
    0 0 66px rgba(55,116,255,.42),
    0 22px 54px rgba(0,0,0,.35);
  text-shadow:
    0 0 8px rgba(255,255,255,.45),
    0 0 18px rgba(122,214,255,.42);
  animation:aiSphereFloat 5.4s ease-in-out infinite;
  z-index:3;
}
.home-clone-page #ai-ecosystem .node-center:before,
.home-clone-page #ai-ecosystem .node-center:after{
  content:"";
  position:absolute;
  inset:-12px;
  border-radius:50%;
  pointer-events:none;
}
.home-clone-page #ai-ecosystem .node-center:before{
  border:1px solid rgba(97,195,255,.28);
  box-shadow:0 0 22px rgba(83,188,255,.22);
  animation:aiRingRotate 9s linear infinite;
}
.home-clone-page #ai-ecosystem .node-center:after{
  inset:10px;
  background:radial-gradient(circle at 50% 45%,rgba(184,238,255,.18),transparent 52%);
  filter:blur(2px);
}
.home-clone-page #ai-ecosystem .node{
  background:
    linear-gradient(180deg,rgba(10,16,30,.92),rgba(7,11,22,.9)),
    radial-gradient(circle at 78% 20%,rgba(62,158,255,.12),transparent 36%);
  border-color:rgba(121,196,255,.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 14px 36px rgba(0,0,0,.28),
    0 0 28px rgba(70,152,255,.08);
  animation:aiNodeFloat 4.8s ease-in-out infinite;
}
.home-clone-page #ai-ecosystem .node b{
  color:#f4fbff;
}
.home-clone-page #ai-ecosystem .node span{
  color:#9cb7cb;
}
.home-clone-page #ai-ecosystem .n1{animation-delay:-.2s}
.home-clone-page #ai-ecosystem .n2{animation-delay:-1.1s}
.home-clone-page #ai-ecosystem .n3{animation-delay:-2s}
.home-clone-page #ai-ecosystem .n4{animation-delay:-2.8s}
.home-clone-page #ai-ecosystem .n5{animation-delay:-1.6s}
.home-clone-page #ai-ecosystem .n6{animation-delay:-3.3s}
.ai-tools-page .ai-tools-agent-hero{
  padding-top:72px;
  padding-bottom:42px;
  background:
    radial-gradient(circle at 54% 44%,rgba(48,140,255,.12),transparent 34%),
    linear-gradient(180deg,rgba(3,8,18,.35),transparent);
}
.ai-tools-page .ai-tools-agent-hero .ai-map{
  grid-template-columns:.72fr 1.28fr;
}
.ai-tools-page .ai-tools-agent-hero .split-heading{
  display:flex;
  flex-direction:column;
  gap:8px;
  max-width:430px;
  font-size:clamp(44px,5vw,72px);
  line-height:.96;
}
.ai-tools-page .ai-tools-agent-hero .sub{
  max-width:500px;
  margin-top:20px;
  color:#b9bcc4;
  font-size:18px;
  line-height:1.7;
}
.ai-tools-page .ai-tools-agent-hero .checks{
  margin-top:26px;
}
.ai-tools-page .ai-tools-agent-hero .hero-actions{
  margin-top:26px;
}
.ai-tools-page .ai-tools-agent-hero .node-map{
  min-height:470px;
  background:
    radial-gradient(circle at 50% 50%,rgba(22,95,255,.16),transparent 24%),
    radial-gradient(circle at 50% 52%,rgba(40,216,255,.12),transparent 44%),
    linear-gradient(180deg,rgba(6,10,20,.96),rgba(4,8,14,.98));
  border-color:rgba(122,196,255,.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 28px 80px rgba(0,0,0,.34),
    0 0 80px rgba(29,115,255,.12);
}
.ai-tools-page .ai-tools-agent-hero .node-map:before{
  content:"";
  position:absolute;
  inset:16% 18%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(87,180,255,.22),transparent 64%);
  filter:blur(10px);
  animation:aiCoreAura 4.8s ease-in-out infinite;
}
.ai-tools-page .ai-tools-agent-hero .node-map:after{
  content:"";
  position:absolute;
  inset:4%;
  border-radius:26px;
  background-image:
    linear-gradient(rgba(84,145,255,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(84,145,255,.08) 1px,transparent 1px);
  background-size:32px 32px;
  mask-image:radial-gradient(circle at center,black 38%,transparent 88%);
  opacity:.28;
  pointer-events:none;
}
.ai-tools-page .ai-tools-agent-hero .node-map svg{
  opacity:.92;
  filter:drop-shadow(0 0 12px rgba(71,161,255,.55));
  animation:aiLinesPulse 4.2s linear infinite;
}
.ai-tools-page .ai-tools-agent-hero .node-map svg path{
  stroke:#64c9ff;
  stroke-width:2.2;
  stroke-dasharray:18 10;
  animation:aiLineFlow 5.2s linear infinite;
}
.ai-tools-page.app-shell-page .ai-tools-agent-hero .node-center,
.ai-tools-page .ai-tools-agent-hero .node-center{
  width:168px;
  height:168px;
  padding:0 20px;
  color:#eef7ff;
  font-size:42px;
  line-height:.94;
  letter-spacing:0;
  border:1px solid rgba(142,215,255,.4);
  background:
    radial-gradient(circle at 34% 30%,rgba(255,255,255,.92),rgba(182,232,255,.32) 16%,rgba(57,141,255,.28) 26%,rgba(8,24,56,.96) 58%,rgba(3,10,24,.99) 100%);
  box-shadow:
    inset 0 0 22px rgba(180,236,255,.4),
    inset 0 -18px 36px rgba(4,13,38,.92),
    0 0 26px rgba(83,180,255,.5),
    0 0 66px rgba(55,116,255,.42),
    0 22px 54px rgba(0,0,0,.35);
  text-shadow:
    0 0 8px rgba(255,255,255,.45),
    0 0 18px rgba(122,214,255,.42);
  animation:aiSphereFloat 5.4s ease-in-out infinite;
  z-index:3;
}
.ai-tools-page .ai-tools-agent-hero .node-center:before,
.ai-tools-page .ai-tools-agent-hero .node-center:after{
  content:"";
  position:absolute;
  inset:-12px;
  border-radius:50%;
  pointer-events:none;
}
.ai-tools-page .ai-tools-agent-hero .node-center:before{
  border:1px solid rgba(97,195,255,.28);
  box-shadow:0 0 22px rgba(83,188,255,.22);
  animation:aiRingRotate 9s linear infinite;
}
.ai-tools-page .ai-tools-agent-hero .node-center:after{
  inset:10px;
  background:radial-gradient(circle at 50% 45%,rgba(184,238,255,.18),transparent 52%);
  filter:blur(2px);
}
.ai-tools-page .ai-tools-agent-hero .node{
  background:
    linear-gradient(180deg,rgba(10,16,30,.92),rgba(7,11,22,.9)),
    radial-gradient(circle at 78% 20%,rgba(62,158,255,.12),transparent 36%);
  border-color:rgba(121,196,255,.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 14px 36px rgba(0,0,0,.28),
    0 0 28px rgba(70,152,255,.08);
  animation:aiNodeFloat 4.8s ease-in-out infinite;
}
.ai-tools-page .ai-tools-agent-hero .node b{
  color:#f4fbff;
}
.ai-tools-page .ai-tools-agent-hero .node span{
  color:#9cb7cb;
}
.ai-tools-page .ai-tools-agent-hero .n1{animation-delay:-.2s}
.ai-tools-page .ai-tools-agent-hero .n2{animation-delay:-1.1s}
.ai-tools-page .ai-tools-agent-hero .n3{animation-delay:-2s}
.ai-tools-page .ai-tools-agent-hero .n4{animation-delay:-2.8s}
.ai-tools-page .ai-tools-agent-hero .n5{animation-delay:-1.6s}
.ai-tools-page .ai-tools-agent-hero .n6{animation-delay:-3.3s}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.step{padding:24px;border-radius:22px;background:linear-gradient(180deg,rgba(20,20,20,.92),rgba(10,10,10,.98));border:1px solid var(--line)}.step small{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.08);color:#f1f1f1;font-weight:900;margin-bottom:18px}
.filters{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0 34px}.pill{padding:13px 18px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(123,255,191,.12);color:#dff1e3;font-weight:750}.pill.active{background:var(--grad);border:0}
.project-card{padding:16px}.project-card img{width:100%;height:210px;object-fit:cover;border-radius:18px;border:1px solid rgba(123,255,191,.1)}.project-card h3{margin-top:18px}.project-card.is-link{display:block;min-height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.project-card.is-link:hover,.project-card.is-link:focus-visible{transform:translateY(-4px);border-color:rgba(217,255,119,.18);box-shadow:0 22px 48px rgba(0,0,0,.28);outline:none}.project-card-link{display:inline-flex;align-items:center;gap:10px;margin-top:18px;color:#d9ff77;font-weight:800}.meta{display:flex;gap:24px;margin-top:18px;color:#8fffc8;font-weight:800}.tag{position:absolute;left:28px;top:28px;background:rgba(83,236,144,.72);color:#03110a;padding:7px 10px;border-radius:8px;font-size:12px;font-weight:850}
.about-projects-section{
  padding:34px 0 4px;
}
.about-projects-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,480px);
  gap:28px;
  align-items:end;
  margin-bottom:24px;
}
.about-projects-head h2{
  max-width:820px;
  margin:0;
  line-height:1.05;
}
.about-projects-head p{
  margin:0;
  color:#aebdb3;
  font-size:16px;
  line-height:1.75;
}
.about-projects-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.about-project-card{
  position:relative;
  display:grid;
  gap:14px;
  min-height:100%;
  padding:14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(12,17,16,.78),rgba(5,7,8,.94));
  overflow:hidden;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.about-project-card:hover{
  transform:translateY(-3px);
  border-color:rgba(126,200,255,.24);
  box-shadow:0 24px 54px rgba(0,0,0,.28);
}
.about-project-card.is-featured{
  border-color:rgba(112,180,255,.28);
  background:linear-gradient(180deg,rgba(14,20,23,.9),rgba(5,8,10,.96));
}
.about-project-card img{
  width:100%;
  height:168px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.07);
  background:#050807;
}
.about-project-tag{
  position:absolute;
  top:24px;
  left:24px;
  z-index:1;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(3,8,9,.72);
  border:1px solid rgba(255,255,255,.12);
  color:#d9ff77;
  font-size:11px;
  font-weight:850;
  letter-spacing:.04em;
}
.about-project-card h3{
  margin:0 0 8px;
  color:#f7fbff;
  font-size:19px;
  line-height:1.18;
}
.about-project-card p{
  margin:0;
  color:#a9b7b1;
  font-size:14px;
  line-height:1.6;
}
.about-project-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-top:auto;
  padding-top:2px;
  color:#8bc8ff;
  font-weight:900;
}
.about-project-meta span{
  color:#d9ff77;
}
.about-featured-case{
  display:grid;
  grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);
  gap:28px;
  align-items:center;
  margin-top:18px;
  padding:18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(9,15,18,.9),rgba(5,7,8,.95));
}
.about-featured-case img{
  width:100%;
  height:310px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
}
.about-featured-case h3{
  margin:14px 0 12px;
  color:#f7fbff;
  font-size:clamp(24px,2.6vw,36px);
  line-height:1.06;
}
.about-featured-case p{
  max-width:780px;
  margin:0;
  color:#b5c4bd;
  line-height:1.72;
}
.about-case-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:20px;
}
.about-case-stats span{
  display:grid;
  gap:4px;
  padding:13px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
  color:#94a49b;
  font-size:12px;
}
.about-case-stats strong{
  color:#d9ff77;
  font-size:22px;
}
.blog-pagination{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:28px;
  flex-wrap:wrap;
}

.blog-pagination-button{
  min-width:44px;
  height:44px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(19,23,20,.92),rgba(8,11,9,.98));
  color:#d9e5dc;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
}

.blog-pagination-button:hover,
.blog-pagination-button:focus-visible{
  outline:none;
  transform:translateY(-2px);
  border-color:rgba(123,255,191,.24);
  color:#f7fff9;
}

.blog-pagination-button.is-active{
  border-color:rgba(123,255,191,.42);
  color:#05110b;
  background:linear-gradient(135deg,#d7ff73 0%,#7bff64 58%,#3ee278 100%);
  box-shadow:0 16px 34px rgba(53,218,114,.24);
}
.featured{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;padding:28px;border-radius:30px;background:linear-gradient(135deg,rgba(13,25,17,.86),rgba(10,16,12,.84));border:1px solid var(--line)}
.featured img{height:430px;width:100%;object-fit:cover;border-radius:22px}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.price{padding:30px}.price strong{font-size:34px}.price ul{padding:0;margin:20px 0;list-style:none;display:grid;gap:12px;color:#cfe2d4}.price li:before{content:"✓";color:#b7ff47;margin-right:8px}
.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:rgba(10,17,12,.62)}.time-item{padding:30px;border-right:1px solid rgba(123,255,191,.12)}.time-item:last-child{border-right:0}.time-dot{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--grad);margin-bottom:22px;font-size:24px}
.split{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px}.event-img{height:210px;object-fit:cover;border-radius:18px;background:#0d1510}
.blog-feature{display:grid;grid-template-columns:1fr 1fr;gap:24px}.newsletter{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center}.input-row{display:flex;gap:12px}.input-row input{flex:1;background:#0d1510;border:1px solid var(--line);border-radius:14px;padding:0 18px;color:white;min-height:54px}
.faq{display:grid;grid-template-columns:1fr 1fr;gap:18px}.faq-item{padding:20px 24px;border-radius:16px;background:rgba(11,20,14,.84);border:1px solid var(--line);display:flex;justify-content:space-between}
.cta{margin:58px auto 80px;padding:58px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02)),url("ai-head.svg") right center/520px no-repeat;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);display:grid;justify-items:center;text-align:center}
.cta h2{max-width:680px}.cta .sub{max-width:720px;margin-left:auto;margin-right:auto}.footer{padding:36px 0;border-top:1px solid rgba(122,151,255,.12);color:#99a6c4}.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}
.mobile-toggle{display:none}

.prompt-library-hero{
  position:relative;
  overflow:hidden;
  padding:58px 0 30px;
  background:
    linear-gradient(135deg,rgba(12,18,18,.92),rgba(4,5,7,.96)),
    radial-gradient(circle at 78% 18%,rgba(97,255,203,.16),transparent 34%);
}

.prompt-library-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(180,255,127,.22),transparent);
}

.prompt-hero-copy{
  max-width:820px;
}

.prompt-hero-copy h1{
  max-width:760px;
  margin:14px 0;
  font-size:clamp(42px,5.2vw,76px);
  line-height:1.02;
}

.prompt-hero-stats{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.prompt-hero-stats span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  background:rgba(255,255,255,.045);
  color:#b8c4c0;
  font-size:13px;
}

.prompt-hero-stats strong{
  color:#effff5;
  font-size:16px;
}

.prompt-library-section{
  padding:34px 0 80px;
  background:linear-gradient(180deg,#f7f9fb,#ffffff);
  color:#101827;
}

.prompt-library-layout{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:28px;
  align-items:start;
}

.prompt-filter-panel{
  position:sticky;
  top:92px;
  display:grid;
  gap:22px;
  padding:16px;
  border:1px solid #e4e9f1;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,23,42,.07);
}

.prompt-filter-block{
  display:grid;
  gap:7px;
}

.prompt-filter-title{
  padding:0 4px 4px;
  color:#7b8797;
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.prompt-filter,
.prompt-model{
  border:1px solid transparent;
  border-radius:10px;
  background:transparent;
  color:#344054;
  font-weight:750;
  cursor:pointer;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease;
}

.prompt-filter{
  min-height:36px;
  padding:8px 10px;
  text-align:left;
}

.prompt-filter:hover,
.prompt-model:hover{
  border-color:#d8e0ea;
  background:#f4f7fb;
  color:#111827;
}

.prompt-filter.active,
.prompt-model.active{
  border-color:#111827;
  background:#111827;
  color:#fff;
}

.prompt-library-main{
  min-width:0;
}

.prompt-toolbar{
  position:sticky;
  top:74px;
  z-index:6;
  display:grid;
  gap:12px;
  margin-bottom:18px;
  padding:14px;
  border:1px solid rgba(226,232,240,.82);
  border-radius:18px;
  background:rgba(248,250,252,.9);
  backdrop-filter:blur(14px);
  box-shadow:0 16px 45px rgba(15,23,42,.06);
}

.prompt-search input{
  width:100%;
  min-height:44px;
  padding:0 14px;
  border:1px solid #d9e1ec;
  border-radius:12px;
  background:#fff;
  color:#101827;
  font-weight:700;
  outline:none;
}

.prompt-search input:focus{
  border-color:#111827;
  box-shadow:0 0 0 4px rgba(17,24,39,.08);
}

.prompt-model-tabs{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding-bottom:2px;
}

.prompt-model{
  flex:0 0 auto;
  min-height:34px;
  padding:7px 11px;
  font-size:12px;
  white-space:nowrap;
}

.prompt-result-count{
  margin:0;
  color:#667085;
  font-size:13px;
  font-weight:750;
}

.prompt-result-count span{
  color:#111827;
}

.prompt-card-grid{
  columns:3 260px;
  column-gap:16px;
}

.prompt-card{
  display:inline-block;
  width:100%;
  margin:0 0 16px;
  overflow:hidden;
  break-inside:avoid;
  border:1px solid #e4e9f1;
  border-radius:18px;
  background:#fff;
  box-shadow:0 20px 60px rgba(15,23,42,.08);
}

.prompt-card[hidden]{
  display:none;
}

.prompt-card-media{
  display:grid;
  place-items:center;
  min-height:150px;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.prompt-card-media.content{background:linear-gradient(135deg,#0f766e,#22c55e)}
.prompt-card-media.video{background:linear-gradient(135deg,#1d4ed8,#06b6d4)}
.prompt-card-media.marketing{background:linear-gradient(135deg,#111827,#f59e0b)}
.prompt-card-media.sales{background:linear-gradient(135deg,#7f1d1d,#ef4444)}
.prompt-card-media.ops{background:linear-gradient(135deg,#334155,#64748b)}
.prompt-card-media.image{background:linear-gradient(135deg,#831843,#f472b6)}

.prompt-card-body{
  display:grid;
  gap:10px;
  padding:16px;
}

.prompt-chip{
  width:max-content;
  max-width:100%;
  padding:5px 8px;
  border-radius:999px;
  background:#eef2ff;
  color:#3538cd;
  font-size:11px;
  font-weight:850;
}

.prompt-card h2{
  margin:0;
  color:#101827;
  font-size:18px;
  line-height:1.22;
}

.prompt-card p{
  margin:0;
  color:#667085;
  font-size:14px;
  line-height:1.55;
}

.prompt-card pre{
  max-height:128px;
  overflow:auto;
  margin:0;
  padding:12px;
  border:1px solid #e4e9f1;
  border-radius:12px;
  background:#f8fafc;
  color:#344054;
  font:12px/1.55 "Courier New",monospace;
  white-space:pre-wrap;
}

.prompt-copy{
  min-height:40px;
  border:0;
  border-radius:12px;
  background:#111827;
  color:#fff;
  font-weight:850;
  cursor:pointer;
}

.prompt-copy.is-copied{
  background:#0f766e;
}

.prompt-empty{
  padding:40px;
  border:1px dashed #cbd5e1;
  border-radius:18px;
  background:#fff;
  text-align:center;
}

.prompt-empty h2{
  margin:0 0 8px;
  color:#101827;
}

.prompt-empty p{
  margin:0;
  color:#667085;
}

@media (max-width:980px){
  .prompt-library-layout{
    grid-template-columns:1fr;
  }
  .prompt-filter-panel{
    position:relative;
    top:auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .prompt-toolbar{
    top:64px;
  }
}

@media (max-width:640px){
  .prompt-library-hero{
    padding:40px 0 22px;
  }
  .prompt-hero-copy h1{
    font-size:40px;
  }
  .prompt-filter-panel{
    grid-template-columns:1fr;
  }
  .prompt-card-grid{
    columns:1;
  }
}

/* =========================
   Responsive system upgrade
   Desktop > Laptop > iPad > Mobile
   ========================= */

.mobile-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:14px;
  border:1px solid rgba(123,255,191,.12);
  background:rgba(255,255,255,.045);
  color:#fff;
  font-size:24px;
  cursor:pointer;
}

.nav-cta-mobile{display:none}

.mobile-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.58);
  backdrop-filter:blur(8px);
  z-index:18;
  opacity:0;
  pointer-events:none;
  transition:.25s ease;
}

.mobile-backdrop.show{
  opacity:1;
  pointer-events:auto;
}

body.menu-open{overflow:hidden}
body.sidebar-open{overflow:hidden}

/* Home clone */
.home-clone-page{
  position:relative;
  background:
    radial-gradient(circle at 18% 12%,rgba(38,84,188,.22),transparent 30%),
    radial-gradient(circle at 82% 4%,rgba(81,58,164,.2),transparent 28%),
    radial-gradient(circle at 58% 76%,rgba(10,28,72,.46),transparent 42%),
    linear-gradient(135deg,#01040c 0%,#041021 38%,#0b1027 68%,#03040a 100%);
  background-size:150% 150%,140% 140%,160% 160%,100% 100%;
  animation:homePageGradientDrift 18s ease-in-out infinite alternate;
}

.home-clone-page:before{
  opacity:.24;
  background-size:110px 110px;
}

.home-clone-page:after{
  content:"";
  position:fixed;
  inset:-18%;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 22% 24%,rgba(20,104,186,.16),transparent 26%),
    radial-gradient(circle at 76% 16%,rgba(85,54,181,.15),transparent 30%),
    radial-gradient(circle at 72% 78%,rgba(10,22,60,.24),transparent 34%);
  filter:blur(32px);
  opacity:.72;
  transform:translate3d(0,0,0);
  animation:homePageAuroraFloat 22s ease-in-out infinite alternate;
}

.home-clone-page .nav{
  background:linear-gradient(180deg,#050505,#050505);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.home-sidebar-page .home-shell{
  min-height:100vh;
  display:block;
}

.home-sidebar{
  display:none !important;
}

.home-sidebar:before{
  display:none;
}

.sidebar-head{
  position:relative;
  z-index:1;
}

.sidebar-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 4px 4px;
}

.sidebar-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.sidebar-brand img{
  width:44px;
  height:44px;
}

.sidebar-brand span{
  display:grid;
  gap:2px;
}

.sidebar-brand strong{
  font-size:15px;
  letter-spacing:.08em;
}

.sidebar-brand small{
  color:#839786;
  font-size:12px;
}

.sidebar-close,
.sidebar-toggle{
  border:1px solid rgba(151,255,207,.1);
  background:rgba(255,255,255,.04);
  color:#eef4ff;
  cursor:pointer;
  transition:.22s ease;
}

.sidebar-close{
  display:none;
  width:40px;
  height:40px;
  border-radius:14px;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.sidebar-close svg,
.sidebar-toggle svg{
  width:20px;
  height:20px;
}

.sidebar-nav{
  position:relative;
  z-index:1;
  display:grid;
  gap:14px;
  flex:1;
  align-content:start;
}

.sidebar-group{
  display:grid;
  gap:4px;
}

.sidebar-label{
  margin:0;
  padding:0 12px 6px;
  color:#7f7f7f;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.sidebar-link{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:42px;
  padding:0 12px;
  border-radius:14px;
  border:1px solid transparent;
  color:#d0d0d0;
  font-size:15px;
  transition:transform .22s ease,background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease;
}

.is-syncing-nav .sidebar-link,
.is-syncing-nav .topbar-chip{
  transition:none !important;
}

.sidebar-link svg{
  width:18px;
  height:18px;
  flex:0 0 auto;
  opacity:.92;
}

.sidebar-link span{
  line-height:1.2;
  color:inherit !important;
}

.sidebar-link:hover,
.sidebar-link:focus-visible{
  color:#f4f8ff;
  transform:translateX(1px);
  background:rgba(255,255,255,.03);
  border-color:rgba(255,255,255,.08);
  outline:none;
}

.sidebar-link.active,
.sidebar-link[aria-current="page"]{
  color:#081108;
  background:linear-gradient(135deg,#c7ff5a 0%,#79ec47 40%,#27b95d 100%);
  border-color:rgba(214,255,114,.2);
  box-shadow:0 12px 30px rgba(112,255,78,.2), inset 0 0 0 1px rgba(255,255,255,.14);
}

.sidebar-backdrop{
  position:fixed;
  inset:0;
  z-index:25;
  opacity:0;
  pointer-events:none;
  background:rgba(3,7,5,.7);
  backdrop-filter:blur(8px);
  transition:opacity .24s ease;
}

.sidebar-backdrop.show{
  opacity:0;
  pointer-events:none;
}

.shell-main{
  min-width:0;
}

.shell-content{
  position:relative;
}

.home-topbar{
  position:sticky;
  top:0;
  z-index:60;
  min-height:78px;
  background:
    radial-gradient(circle at 14% 0%,rgba(104,116,255,.16),transparent 30%),
    radial-gradient(circle at 86% 12%,rgba(62,128,214,.12),transparent 28%),
    linear-gradient(180deg,rgba(7,10,24,.96),rgba(6,10,21,.9));
  border-bottom:1px solid rgba(132,152,255,.12);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 60px rgba(0,0,0,.32);
}

.home-topbar .nav-inner{
  min-height:78px;
  gap:18px;
  justify-content:space-between;
}

.topbar-start{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}

.sidebar-toggle{
  display:none !important;
  width:46px;
  height:46px;
  border-radius:15px;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.topbar-brand{
  display:flex;
  flex:0 0 auto;
}

.topbar-actions{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  flex:1 1 auto;
  min-height:42px;
  max-width:min(100%,980px);
  margin-left:auto;
  padding-left:72px;
  padding-right:72px;
  overflow:visible;
}

.topbar-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 13px;
  flex:0 0 auto;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.075);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
  color:rgba(246,250,247,.82);
  font-size:13px;
  font-weight:750;
  white-space:nowrap;
  transform:translateZ(0);
  backface-visibility:hidden;
  transition:background-color .12s ease,border-color .12s ease,color .12s ease;
  will-change:auto;
}

.topbar-chip.active,
.topbar-chip[aria-current="page"]{
  color:#f7fff8;
  border-color:rgba(127,146,255,.34);
  background:linear-gradient(135deg,rgba(16,20,58,.92),rgba(36,48,120,.72) 52%,rgba(54,95,186,.52));
  box-shadow:inset 0 0 0 1px rgba(148,166,255,.1),0 10px 28px rgba(35,55,150,.22);
}

.topbar-chip:hover,
.topbar-chip:focus-visible,
.sidebar-close:hover,
.sidebar-toggle:hover{
  color:#fff;
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  transform:translateZ(0);
  box-shadow:none;
  outline:none;
}

.home-sidebar-page .footer{
  position:relative;
  isolation:isolate;
  border-top-color:transparent;
}

.home-sidebar-page .footer::before{
  content:"";
  position:absolute;
  inset:0 0 0 calc(-1 * var(--shell-sidebar-width));
  border-top:1px solid rgba(255,255,255,.06);
  pointer-events:none;
  z-index:-1;
}

.home-hero-video-section{
  position:relative;
  padding:0;
  margin-top:0;
}

.home-hero-video-shell{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:0;
}

.home-hero-video-frame{
  --hero-video-top-crop:190px;
  --hero-video-bottom-crop:190px;
  position:relative;
  width:100%;
  aspect-ratio:16 / 7.1;
  height:560px;
  min-height:560px;
  max-height:560px;
  overflow:hidden;
  border-radius:0;
  border:0;
  border-bottom:1px solid rgba(118,132,255,.34);
  background:
    linear-gradient(180deg,rgba(3,5,12,.2),rgba(3,5,12,.34)),
    var(--hero-video-poster, none) center / cover no-repeat,
    #000;
  box-shadow:inset 0 -1px 0 rgba(124,146,255,.14);
}

.home-hero-video-embed{
  position:absolute;
  left:50%;
  top:calc(-1 * var(--hero-video-top-crop));
  width:100vw;
  min-width:100%;
  height:max(calc(100% + var(--hero-video-top-crop) + var(--hero-video-bottom-crop)),56.25vw);
  min-height:100%;
  border:0;
  display:block;
  transform:translateX(-50%);
  pointer-events:none;
}

.home-hero-video-actions{
  position:absolute;
  top:74%;
  left:50%;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  width:min(calc(100% - 32px),980px);
  transform:translate(-50%,-50%);
  pointer-events:none;
}

.home-hero-video-signature{
  width:auto;
  min-width:0;
  max-width:100%;
  margin:0 0 8px;
  color:#ecfff2;
  text-align:center;
  font-family:"Orbitron","Inter","Segoe UI",sans-serif;
  font-size:clamp(22px,3.2vw,46px);
  font-weight:800;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
  white-space:nowrap;
  text-shadow:0 0 16px rgba(126,255,170,.24),0 10px 34px rgba(0,0,0,.42);
  filter:drop-shadow(0 0 28px rgba(120,255,160,.14));
  animation:heroVideoSignatureFlyIn 2s cubic-bezier(.16,.88,.22,1) both;
}

.home-hero-video-signature::after{
  content:"";
  display:block;
  width:min(240px,30vw);
  height:2px;
  margin:12px auto 0;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(122,255,168,.92),transparent);
  box-shadow:0 0 18px rgba(122,255,168,.42);
  animation:heroVideoSignatureLineIn 2s cubic-bezier(.16,.88,.22,1) both;
}

.home-hero-video-button-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:18px;
  width:100%;
  pointer-events:none;
}

.home-hero-video-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  border:1px solid rgba(193,255,117,.85);
  background:
    linear-gradient(90deg,#bcff34 0%,#95f63d 45%,#59dc56 100%);
  box-shadow:
    0 16px 36px rgba(78,255,76,.2),
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 0 30px rgba(126,255,93,.24);
  color:#091408;
  font-size:15px;
  font-weight:800;
  letter-spacing:.03em;
  text-align:center;
  text-transform:none;
  pointer-events:auto;
  position:relative;
  overflow:hidden;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}

.home-hero-video-button::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  background:
    linear-gradient(180deg,rgba(255,255,255,.18),transparent 34%),
    linear-gradient(90deg,rgba(255,255,255,.06),transparent 40%);
  opacity:.82;
  pointer-events:none;
}

.home-hero-video-button::after{
  content:"";
  position:absolute;
  inset:-24% 40%;
  background:linear-gradient(180deg,rgba(255,255,255,.42),transparent 64%);
  transform:rotate(18deg);
  opacity:.28;
  pointer-events:none;
}

.home-hero-video-button:hover,
.home-hero-video-button:focus-visible{
  transform:translateY(-2px);
  color:#071004;
  box-shadow:
    0 20px 44px rgba(78,255,76,.26),
    0 0 0 1px rgba(255,255,255,.12) inset,
    0 0 44px rgba(126,255,93,.34);
  filter:saturate(1.04) brightness(1.02);
}

@keyframes heroVideoSignatureFlyIn{
  0%{
    opacity:0;
    transform:translate3d(0,90px,0) scale(.72) skewX(-14deg);
    letter-spacing:.42em;
    filter:blur(16px) drop-shadow(0 0 0 rgba(120,255,160,0));
  }
  58%{
    opacity:1;
    transform:translate3d(0,-8px,0) scale(1.04) skewX(2deg);
    letter-spacing:.2em;
    filter:blur(0) drop-shadow(0 0 22px rgba(120,255,160,.22));
  }
  100%{
    opacity:1;
    transform:translate3d(0,0,0) scale(1) skewX(0);
    letter-spacing:.18em;
    filter:drop-shadow(0 0 28px rgba(120,255,160,.14));
  }
}

@keyframes heroVideoSignatureLineIn{
  0%{
    opacity:0;
    transform:scaleX(.08);
  }
  60%{
    opacity:1;
    transform:scaleX(1.06);
  }
  100%{
    opacity:1;
    transform:scaleX(1);
  }
}

.about-home-hero{
  padding:58px 0 0;
  position:relative;
  isolation:isolate;
  overflow:clip;
  contain:layout paint;
}

.about-home-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);
  gap:18px;
  align-items:center;
}

.about-home-hero-grid > *{
  min-width:0;
}

.hero-copy h1{
  font-size:clamp(48px,5.5vw,74px);
  line-height:1.02;
  margin-bottom:16px;
}

.home-hero-title{
  max-width:720px;
}

.home-hero-title .title-light,
.home-hero-title .title-accent{
  display:inline;
}

.about-home-hero .home-hero-title .title-light,
.about-home-hero .home-hero-title .title-accent{
  opacity:0;
  filter:blur(10px);
  will-change:transform,opacity,filter;
}

.about-home-hero .home-hero-title .title-light{
  display:inline-block;
  transform:translate3d(0,30px,0) rotate(2deg);
}

.about-home-hero .home-hero-title .title-accent{
  transform:translate3d(0,38px,0) scale(.96);
}

.about-home-hero.is-visible .home-hero-title .title-light{
  animation:homeHeroTitleReveal .88s cubic-bezier(.2,.8,.2,1) forwards;
}

.about-home-hero.is-visible .home-hero-title .title-accent{
  animation:homeHeroAccentReveal 1.05s cubic-bezier(.16,.84,.24,1) .14s forwards,titleLightSweep 4.8s linear 1.1s infinite;
}

.home-hero-title .title-light{
  color:#ffffff;
}

.home-hero-title .title-accent{
  position:relative;
  display:inline-block;
  background-size:220% 100%;
  background:linear-gradient(135deg,#d9ff77 0%,#95ff44 48%,#51df72 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 0 22px rgba(108,255,106,.12);
}

.hero-copy-line{
  margin:0 0 24px;
  font-size:22px;
  line-height:1.45;
  font-weight:600;
  color:#f1f1f1;
}

@keyframes homeHeroTitleReveal{
  0%{
    opacity:0;
    transform:translate3d(0,30px,0) rotate(2deg);
    filter:blur(10px);
  }
  60%{
    opacity:1;
  }
  100%{
    opacity:1;
    transform:translate3d(0,0,0) rotate(0);
    filter:blur(0);
  }
}

@keyframes homeHeroAccentReveal{
  0%{
    opacity:0;
    transform:translate3d(0,38px,0) scale(.96);
    filter:blur(12px);
  }
  55%{
    opacity:1;
  }
  100%{
    opacity:1;
    transform:translate3d(0,0,0) scale(1);
    filter:blur(0);
  }
}

.home-clone-page .lead{
  max-width:640px;
  font-size:17px;
  line-height:1.85;
  color:#bdbdbd;
  margin-bottom:34px;
}

.intro-flags{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
}

.intro-flags span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#d8d8d8;
  font-size:15px;
}

.intro-flags span:before{
  content:"";
  width:22px;
  height:22px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at center,rgba(255,255,255,.22) 0 28%,transparent 32%),
    linear-gradient(180deg,rgba(24,24,24,.95),rgba(11,11,11,.95));
  box-shadow:0 0 20px rgba(255,255,255,.05);
}

.hero-visual{
  position:relative;
  width:min(100%, 620px);
  min-height:auto;
  aspect-ratio:1 / 1.14;
  margin-left:0;
  justify-self:start;
  z-index:1;
  overflow:clip;
  contain:layout paint;
  transform:translateZ(0);
}

.hero-visual:before{
  content:"";
  position:absolute;
  inset:0% -16% 1%;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 42%,rgba(56,132,255,.58),transparent 34%),
    radial-gradient(circle at 52% 54%,rgba(64,224,255,.3),transparent 60%),
    radial-gradient(circle at 50% 56%,rgba(12,52,168,.3),transparent 78%);
  filter:blur(88px);
  will-change:transform,opacity;
  transform:translateZ(0);
  animation:backGlowShift 7.2s ease-in-out infinite;
}

.hero-visual-frame{
  position:relative;
  overflow:hidden;
  border-radius:0;
  min-height:100%;
  height:100%;
  isolation:isolate;
  contain:paint;
}

.hero-visual-frame img{
  position:relative;
  z-index:4;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  filter:drop-shadow(0 32px 90px rgba(16,56,160,.24));
}

.hero-visual-frame .hero-portrait{
  --hero-portrait-base-y:8px;
  --hero-portrait-base-scale:1.16;
  --hero-portrait-offset-x:0px;
  --hero-portrait-offset-y:0px;
  --hero-portrait-scale-adjust:0;
  object-fit:contain;
  object-position:center center;
  padding-top:0;
  transform:
    translate(
      var(--hero-portrait-offset-x),
      calc(var(--hero-portrait-base-y) + var(--hero-portrait-offset-y))
    )
    scale(calc(var(--hero-portrait-base-scale) + var(--hero-portrait-scale-adjust)));
  transform-origin:center bottom;
  animation:heroPortraitBreath 8.4s ease-in-out infinite;
}

.hero-portrait-stage .hero-portrait:nth-child(2){
  --hero-portrait-offset-x:10px;
  --hero-portrait-offset-y:-8px;
  --hero-portrait-scale-adjust:-0.10;
}

.hero-portrait-stage .hero-portrait:nth-child(1){
  --hero-portrait-offset-y:18px;
}

.hero-portrait-stage .hero-portrait:nth-child(3){
  --hero-portrait-offset-x:4px;
  --hero-portrait-offset-y:0px;
  --hero-portrait-scale-adjust:-0.07;
}

.hero-platform-stage{
  position:absolute;
  inset:4% -2% 2%;
  z-index:12;
  display:grid;
  place-items:center;
  pointer-events:none;
}

.hero-visual-frame .hero-platform-orbit{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 34px 82px rgba(55,100,190,.28));
  transform:translate3d(0,-2px,0) scale(1.04);
  animation:heroPlatformFloat 8.4s ease-in-out infinite;
}

.hero-portrait-stage{
  position:absolute;
  inset:0;
  z-index:12;
  isolation:isolate;
  contain:layout paint;
  overflow:hidden;
  pointer-events:none;
  transform:translateZ(0);
}

.hero-portrait-stage .hero-portrait{
  position:absolute;
  inset:0;
  opacity:0;
  backface-visibility:hidden;
  transition:opacity .72s ease;
  will-change:opacity;
}

.hero-portrait-stage .hero-portrait.is-active{
  opacity:1;
}

.hero-portrait-stage::before,
.hero-portrait-stage::after{
  content:"";
  position:absolute;
  pointer-events:none;
  opacity:0;
  backface-visibility:hidden;
  will-change:opacity,transform;
}

.hero-portrait-stage::before{
  inset:10% 8% 6%;
  z-index:14;
  background:
    linear-gradient(90deg,transparent 0%,rgba(78,210,255,.08) 38%,rgba(125,236,255,.82) 50%,rgba(78,210,255,.08) 62%,transparent 100%);
  filter:blur(2px);
  transform:translateX(-130%) skewX(-16deg);
}

.hero-portrait-stage::after{
  inset:4% 4% 0;
  z-index:13;
  border-radius:32px;
  background:
    linear-gradient(180deg,rgba(118,225,255,.18),rgba(118,225,255,0) 28%),
    repeating-linear-gradient(180deg,rgba(150,228,255,.12) 0 2px,transparent 2px 10px);
}

.hero-portrait-stage.is-transitioning::before{
  animation:heroPortraitSweep .88s ease-out forwards;
}

.hero-portrait-stage.is-transitioning::after{
  animation:heroPortraitSignal .88s ease-out forwards;
}

.hero-service-showcase{
  min-height:540px;
  display:flex;
  align-items:stretch;
  min-width:0;
}

.hero-service-showcase:before{
  inset:8% 4% 10%;
  background:
    radial-gradient(circle at 24% 22%,rgba(154,255,121,.12),transparent 28%),
    radial-gradient(circle at 72% 70%,rgba(53,149,255,.16),transparent 42%);
  filter:blur(52px);
}

.hero-service-panel{
  position:relative;
  z-index:2;
  width:100%;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:22px;
  padding:24px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:34px;
  background:
    linear-gradient(180deg,rgba(15,19,18,.98),rgba(7,10,9,.96)),
    radial-gradient(circle at top left,rgba(160,255,136,.08),transparent 34%);
  box-shadow:0 32px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
}

.hero-service-panel:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,rgba(161,255,124,.08),transparent 28%),
    linear-gradient(180deg,transparent 0%,rgba(71,109,255,.06) 100%);
  pointer-events:none;
}

.hero-service-panel-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}

.hero-service-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
  color:#d9ff77;
  font-size:12px;
  font-weight:800;
  letter-spacing:.24em;
  text-transform:uppercase;
}

.hero-service-kicker:before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg,#d8ff72,#58ef8c);
  box-shadow:0 0 18px rgba(145,255,112,.55);
}

.hero-service-panel-head h2{
  margin:0;
  font-size:clamp(28px,3vw,42px);
  line-height:1.04;
}

.hero-service-panel-head p{
  max-width:560px;
  margin:10px 0 0;
  color:#bcc5c1;
  font-size:15px;
  line-height:1.7;
}

.hero-service-panel-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.hero-service-slider-shell{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.hero-service-slider-nav{
  flex:0 0 auto;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#f4f7f4;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,opacity .2s ease,transform .2s ease;
}

.hero-service-slider-nav:hover,
.hero-service-slider-nav:focus-visible{
  background:rgba(255,255,255,.08);
  border-color:rgba(208,255,119,.24);
  outline:none;
  transform:translateY(-1px);
}

.hero-service-slider-nav:disabled{
  opacity:.34;
  cursor:default;
  transform:none;
}

.hero-service-slider-track{
  flex:1 1 0;
  width:100%;
  min-width:0;
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(220px,calc((100% - 16px) / 2));
  gap:16px;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding:4px 2px 10px;
}

.hero-service-slider-track::-webkit-scrollbar{
  display:none;
}

.hero-service-slider-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:10px;
}

.hero-service-slider-dot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.22);
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}

.hero-service-slider-dot:hover,
.hero-service-slider-dot:focus-visible{
  background:rgba(217,255,119,.7);
  outline:none;
}

.hero-service-slider-dot.is-active{
  background:#d9ff77;
  box-shadow:0 0 0 4px rgba(217,255,119,.12);
  transform:scale(1.15);
}

.home-service-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  min-height:100%;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg,rgba(20,23,23,.98),rgba(10,13,12,.98));
  text-decoration:none;
  color:inherit;
  overflow:hidden;
  scroll-snap-align:start;
  box-shadow:0 18px 42px rgba(0,0,0,.26);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

.home-service-card:hover,
.home-service-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(208,255,119,.18);
  box-shadow:0 24px 56px rgba(0,0,0,.34);
  outline:none;
}

.home-service-card-media{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#090c0b;
}

.home-service-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.home-service-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:12px;
  padding:18px 18px 16px;
}

.home-service-card-tag{
  align-self:flex-start;
  padding:6px 11px;
  border-radius:999px;
  background:rgba(216,255,114,.1);
  color:#dbff7c;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.home-service-card h3{
  margin:0;
  font-size:21px;
  line-height:1.2;
  color:#fbfdfb;
}

.home-service-card p{
  margin:0;
  color:#bac3bf;
  font-size:14px;
  line-height:1.68;
}

.home-service-card-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.home-service-card-meta span{
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#d8d8d8;
  font-size:12px;
}

.home-service-card-footer{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.home-service-card-price{
  color:#ffffff;
  font-size:26px;
  font-weight:800;
  letter-spacing:-.03em;
}

.home-service-card-link{
  color:#d9ff77;
  font-size:13px;
  font-weight:700;
}

.home-service-card small{
  color:#8d9793;
  font-size:12px;
  line-height:1.5;
}

.home-course-catalog-shell{
  margin:12px auto 18px;
}

.home-course-catalog-shell .hero-service-panel{
  gap:14px;
  padding:8px 0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.home-course-catalog-shell .hero-service-panel:before{
  display:none;
}

.home-course-catalog-shell .hero-service-panel-head h2{
  font-size:clamp(24px,2.1vw,30px);
}

.home-course-catalog-shell .hero-service-panel-head h2 a{
  color:inherit;
  text-decoration:none;
}

.home-course-catalog-shell .hero-service-slider-track{
  grid-auto-columns:minmax(220px,calc((100% - 32px) / 3));
  gap:12px;
  padding:2px 0 6px;
}

.home-course-catalog-shell .hero-service-panel-head{
  position:relative;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 96px;
  text-align:center;
}

.home-course-catalog-shell .hero-service-panel-head > div{
  display:flex;
  flex-direction:column;
  align-items:center;
  flex:1 1 auto;
  min-width:0;
}

.home-course-catalog-shell .hero-service-panel-head > div:after{
  content:"";
  width:100%;
  height:1px;
  margin-top:10px;
  background:linear-gradient(90deg,rgba(86,132,255,.2),rgba(98,109,255,.95),rgba(138,102,255,.9),rgba(86,132,255,.2));
}

.home-course-catalog-shell .catalogue-head-action{
  position:absolute;
  top:0;
  right:42px;
  z-index:3;
  align-self:auto;
  margin:0;
}

.home-course-catalog-shell .hero-service-panel-actions .btn{
  min-height:auto;
  padding:4px 0;
  border:0;
  background:transparent;
  box-shadow:none;
  color:#9da5a1;
  font-size:11px;
  font-weight:600;
  letter-spacing:.03em;
}

.home-course-catalog-shell .hero-service-panel-actions .btn:hover,
.home-course-catalog-shell .hero-service-panel-actions .btn:focus-visible{
  color:#ffffff;
  background:transparent;
  border:0;
  box-shadow:none;
}

.home-course-catalog-shell .hero-service-panel-head p{
  display:none;
}

.home-course-catalog-shell .hero-service-panel-actions{
  display:none;
}

.home-course-catalog-shell .hero-service-slider-shell{
  gap:8px;
}

.home-course-catalog-shell .hero-service-slider-nav{
  width:34px;
  height:34px;
  border-radius:999px;
  font-size:15px;
  background:rgba(255,255,255,.03);
}

.home-course-catalog-shell .home-service-card{
  border-radius:14px;
  border-color:rgba(255,255,255,.08);
  background:rgba(12,14,14,.96);
  box-shadow:none;
}

.home-course-catalog-shell .home-service-card:hover,
.home-course-catalog-shell .home-service-card:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(217,255,119,.2);
  box-shadow:none;
}

.home-course-catalog-shell .home-service-card-media{
  aspect-ratio:1.95/1;
}

.home-course-catalog-shell .home-service-card-body{
  gap:8px;
  padding:12px 12px 11px;
}

.home-course-catalog-shell .home-service-card-tag{
  display:none;
}

.home-course-catalog-shell .home-service-card h3{
  font-size:15px;
  line-height:1.3;
  text-align:center;
  align-self:center;
  text-wrap:balance;
}

.home-course-catalog-shell .home-service-card p,
.home-course-catalog-shell .home-service-card small{
  display:none;
}

.home-course-catalog-shell .home-service-card-meta{
  justify-content:center;
  gap:5px;
}

.home-course-catalog-shell .home-service-card-meta span{
  padding:3px 7px;
  font-size:10px;
  color:#98a19d;
  background:transparent;
  border:1px solid rgba(255,255,255,.07);
}

.home-course-catalog-shell .home-service-card-footer{
  padding-top:2px;
  align-items:flex-end;
}

.home-course-catalog-shell .home-service-card-price{
  font-size:16px;
  line-height:1;
  letter-spacing:0;
  color:#cfff6f;
}

.home-course-catalog-shell .home-service-card-link{
  font-size:10px;
  color:#ffffff;
}

.home-tools-card{
  cursor:default;
}

.home-tools-card:hover,
.home-tools-card:focus-visible{
  transform:none;
}

.home-tools-card .home-service-card-media{
  display:block;
}

.home-tools-card .home-service-card-media:hover img,
.home-tools-card .home-service-card-media:focus-visible img{
  transform:scale(1.02);
}

.home-tools-card .home-service-card-media img{
  transition:transform .22s ease;
}

.home-tools-card .home-service-card-body{
  align-items:center;
}

.home-tools-card h3{
  text-align:center;
}

.home-tools-card .home-service-card-body p{
  display:block;
  text-align:center;
}

.home-tools-card .home-service-card-tag,
.home-tools-card .home-service-card-meta,
.home-tools-card .home-service-card-footer,
.home-tools-card .home-service-card-link{
  display:none;
}

.home-course-catalog-shell .hero-service-slider-dots{
  margin-top:4px;
  gap:6px;
}

.home-course-catalog-shell .hero-service-slider-dot{
  width:7px;
  height:7px;
}

.hero-hud{
  position:absolute;
  pointer-events:none;
  z-index:1;
}

.hero-hud-grid{
  inset:8% 8% 12%;
  border-radius:42px;
  opacity:.18;
  background-image:
    linear-gradient(rgba(66,140,255,.1) 1px,transparent 1px),
    linear-gradient(90deg,rgba(66,140,255,.1) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:radial-gradient(circle at center,black 42%,transparent 92%);
}

.hero-hud-glow{
  left:18%;
  right:16%;
  bottom:10%;
  height:150px;
  border-radius:999px;
  background:
    radial-gradient(circle at center,rgba(53,149,255,.48),transparent 54%),
    radial-gradient(circle at 52% 48%,rgba(64,227,255,.24),transparent 76%);
  filter:blur(44px);
  opacity:.68;
  will-change:transform,opacity;
  transform:translateZ(0);
  animation:luxGlow 5.6s ease-in-out infinite, backGlowShift 7.4s ease-in-out infinite;
}

.hero-hud-card{
  position:absolute;
  z-index:1;
  display:grid;
  justify-items:center;
  gap:8px;
  width:132px;
  padding:14px 12px 12px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(9,20,40,.42),rgba(6,12,24,.18));
  box-shadow:0 0 28px rgba(43,117,255,.14), 0 0 58px rgba(56,184,255,.05);
  color:#88d9ff;
  opacity:.88;
  animation:hudPulseLuxe 4.8s ease-in-out infinite;
}

.hero-hud-card svg{
  width:52px;
  height:52px;
  color:#6dd8ff;
  filter:drop-shadow(0 0 14px rgba(66,216,255,.3));
}

.hero-hud-card span{
  display:block;
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#86d4ff;
  text-align:center;
}

.hud-brain{left:12%;top:6%;animation-delay:0s}
.hud-robot{right:8%;top:10%;animation-delay:-.7s}
.hud-chip{left:16%;bottom:14%;animation-delay:-1.3s}
.hud-graph{right:5%;bottom:18%;animation-delay:-2.1s}

.hud-brain:before,
.hud-robot:before,
.hud-chip:before,
.hud-graph:before{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:28px;
  border:1px solid rgba(92,164,255,.18);
  opacity:.42;
  box-shadow:0 0 18px rgba(76,182,255,.08);
}

.tech-orbit{
  position:absolute;
  z-index:3;
  display:grid;
  justify-items:center;
  gap:8px;
  min-width:86px;
  padding:10px 10px 12px;
  border-radius:22px;
  border:1px solid rgba(92,156,255,.22);
  background:linear-gradient(180deg,rgba(10,24,50,.58),rgba(7,14,28,.74));
  box-shadow:0 16px 34px rgba(17,51,132,.18), 0 0 32px rgba(54,170,255,.06), inset 0 0 0 1px rgba(114,195,255,.04);
  backdrop-filter:blur(16px);
  animation:orbitFloatLuxe 7.6s cubic-bezier(.42,0,.28,1) infinite, orbitGlow 4.8s ease-in-out infinite;
}

.orbit-core{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:18px;
  border:1px solid rgba(104,192,255,.28);
  background:
    radial-gradient(circle at 50% 35%,rgba(116,220,255,.26),transparent 45%),
    linear-gradient(180deg,rgba(17,36,72,.94),rgba(8,18,34,.96));
  color:#dff8ff;
  box-shadow:0 0 24px rgba(53,151,255,.18), 0 0 34px rgba(60,176,255,.08), inset 0 0 18px rgba(60,176,255,.1);
}

.orbit-core svg{
  width:30px;
  height:30px;
  color:#b6f3ff;
  filter:drop-shadow(0 0 10px rgba(69,215,255,.26));
}

.tech-orbit small{
  display:block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#7ad4ff;
  text-align:center;
}

.tech-orbit:before,
.tech-orbit:after{
  content:"";
  position:absolute;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(59,157,255,.68),transparent);
  opacity:.7;
}

.tech-orbit:before{
  width:32px;
  height:1px;
  left:calc(50% - 16px);
  bottom:-8px;
}

.tech-orbit:after{
  width:8px;
  height:8px;
  left:calc(50% - 4px);
  bottom:-12px;
  background:linear-gradient(135deg,#36d4ff,#65a2ff);
  box-shadow:0 0 12px rgba(54,212,255,.38);
}

.orbit-ai{left:18%;top:22%;animation-delay:0s}
.orbit-bot{right:11%;top:20%;animation-delay:-.9s}
.orbit-data{right:9%;top:50%;animation-delay:-1.8s}
.orbit-auto{left:18%;bottom:16%;animation-delay:-2.6s}
.orbit-cloud{right:18%;bottom:12%;animation-delay:-3.4s}

.orbit-ai .orbit-core{border-radius:16px}
.orbit-bot .orbit-core{border-radius:999px}
.orbit-data .orbit-core{border-radius:14px}
.orbit-auto .orbit-core{border-radius:18px}
.orbit-cloud .orbit-core{border-radius:999px}

@keyframes orbitFloatLuxe{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  20%{transform:translate3d(4px,-10px,0) scale(1.015)}
  45%{transform:translate3d(-6px,6px,0) scale(.992)}
  70%{transform:translate3d(7px,10px,0) scale(1.01)}
  85%{transform:translate3d(-3px,-8px,0) scale(1)}
}

@keyframes hudPulseLuxe{
  0%,100%{opacity:.66;transform:scale(.995);filter:drop-shadow(0 0 10px rgba(57,143,255,.06))}
  50%{opacity:.96;transform:scale(1.018);filter:drop-shadow(0 0 18px rgba(85,212,255,.14))}
}

@keyframes orbitGlow{
  0%,100%{opacity:.82;filter:drop-shadow(0 0 8px rgba(57,143,255,.08))}
  50%{opacity:1;filter:drop-shadow(0 0 16px rgba(85,212,255,.16))}
}

@keyframes luxGlow{
  0%,100%{opacity:.56;transform:scale(1)}
  50%{opacity:.9;transform:scale(1.05)}
}

@keyframes homeHeroBackPulse{
  0%,100%{opacity:.84;transform:translate3d(0,0,0) scale(1)}
  35%{opacity:1;transform:translate3d(0,-4px,0) scale(1.03)}
  65%{opacity:.9;transform:translate3d(0,-2px,0) scale(1.016)}
}

@keyframes homeHeroGlowPulse{
  0%,100%{opacity:.78;transform:translate3d(0,0,0) scale(1)}
  25%{opacity:1;transform:translate3d(0,-5px,0) scale(1.04)}
  55%{opacity:.86;transform:translate3d(0,-2px,0) scale(1.018)}
  78%{opacity:1;transform:translate3d(0,-6px,0) scale(1.05)}
}

@keyframes homePageGradientDrift{
  0%{background-position:0% 0%,100% 4%,50% 100%,0 0}
  45%{background-position:18% 10%,82% 14%,44% 88%,0 0}
  100%{background-position:34% 18%,68% 28%,58% 72%,0 0}
}

@keyframes homePageAuroraFloat{
  0%{transform:translate3d(-2%,0,0) scale(1);opacity:.78}
  45%{transform:translate3d(2%,-2%,0) scale(1.04);opacity:.95}
  100%{transform:translate3d(4%,2%,0) scale(1.08);opacity:.86}
}

@keyframes backGlowShift{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(5px,-6px,0) scale(1.05)}
}

@keyframes titleLightSweep{
  0%{background-position:0% 50%;filter:brightness(.98)}
  45%{background-position:100% 50%;filter:brightness(1.08)}
  55%{background-position:100% 50%;filter:brightness(1.14)}
  100%{background-position:200% 50%;filter:brightness(.98)}
}

@keyframes heroPortraitBreath{
  0%,100%{
    transform:
      translate(
        var(--hero-portrait-offset-x),
        calc(var(--hero-portrait-base-y) + var(--hero-portrait-offset-y))
      )
      scale(calc(var(--hero-portrait-base-scale) + var(--hero-portrait-scale-adjust)));
  }
  50%{
    transform:
      translate(
        var(--hero-portrait-offset-x),
        calc(var(--hero-portrait-base-y) + var(--hero-portrait-offset-y) - 4px)
      )
      scale(calc((var(--hero-portrait-base-scale) + var(--hero-portrait-scale-adjust)) * 1.024));
  }
}

@keyframes heroPlatformFloat{
  0%,100%{transform:translate3d(0,-2px,0) scale(1.04)}
  50%{transform:translate3d(0,-10px,0) scale(1.055)}
}

@keyframes heroPortraitSweep{
  0%{opacity:0;transform:translateX(-130%) skewX(-16deg)}
  14%{opacity:.3}
  42%{opacity:.88}
  100%{opacity:0;transform:translateX(130%) skewX(-16deg)}
}

@keyframes heroPortraitSignal{
  0%{opacity:0;transform:scale(.985);filter:blur(0)}
  24%{opacity:.38}
  54%{opacity:.2}
  100%{opacity:0;transform:scale(1.02);filter:blur(1px)}
}

@keyframes aiSphereFloat{
  0%,100%{transform:translate(-50%,-50%) translateY(0) scale(1)}
  25%{transform:translate(-50%,-50%) translateY(-9px) scale(1.02)}
  50%{transform:translate(-50%,-50%) translateY(-4px) scale(1.04)}
  75%{transform:translate(-50%,-50%) translateY(-11px) scale(1.01)}
}

@keyframes aiNodeFloat{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-8px,0)}
}

@keyframes aiCoreAura{
  0%,100%{transform:scale(.94);opacity:.72}
  50%{transform:scale(1.1);opacity:1}
}

@keyframes aiLineFlow{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-56}
}

@keyframes aiLinesPulse{
  0%,100%{opacity:.78}
  50%{opacity:1}
}

@keyframes aiRingRotate{
  0%{transform:rotate(0deg) scale(1)}
  50%{transform:rotate(180deg) scale(1.03)}
  100%{transform:rotate(360deg) scale(1)}
}

.journey-shell,
.highlights-shell,
.stage-shell,
.why-shell,
.home-clone-cta,
.vision-grid{
  margin-top:18px;
}

.journey-shell{
  margin-top:2px;
  position:relative;
  z-index:6;
}

.journey-shell,
.highlights-shell,
.stage-shell,
.why-shell{
  padding:18px 18px 18px;
  border-radius:26px;
  border:1px solid rgba(123,255,191,.1);
  background:linear-gradient(180deg,rgba(13,22,16,.92),rgba(8,13,10,.96));
  box-shadow:0 20px 70px rgba(0,0,0,.16);
}

.highlights-shell{
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
}

.journey-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.journey-head h2,
.vision-card h2,
.highlights-shell h2,
.why-shell h2,
.home-clone-cta h2{
  margin:0;
  font-size:clamp(28px,3.4vw,44px);
  line-height:1.08;
  letter-spacing:-.04em;
}

.journey-head h2{
  font-size:clamp(26px,2.8vw,38px);
}

.vision-card h2{
  font-size:clamp(32px,3.6vw,54px);
}

.journey-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#8fffc8;
  font-weight:600;
  white-space:nowrap;
}

.journey-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  border:1px solid rgba(123,255,191,.1);
  border-radius:20px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0)),
    linear-gradient(180deg,rgba(11,22,16,.9),rgba(8,14,11,.94));
}

.journey-grid:before{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:64px;
  height:2px;
  background:linear-gradient(90deg,rgba(123,255,191,.62),rgba(69,223,150,.92),rgba(158,255,208,.72));
  opacity:.85;
}

.journey-item{
  position:relative;
  padding:28px 18px 26px;
  min-height:222px;
  border-right:1px solid rgba(123,255,191,.08);
}

.journey-item:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(123,255,191,.04),transparent 42%);
  pointer-events:none;
}

.journey-item:last-child{
  border-right:0;
}

.journey-icon{
  position:relative;
  z-index:1;
  width:56px;
  height:56px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 24px;
  font-size:15px;
  font-weight:800;
  letter-spacing:.02em;
  color:#fff;
  background:var(--grad);
  color:#03110a;
  box-shadow:0 0 30px rgba(62,202,120,.22);
}

.journey-item:nth-child(3) .journey-icon{
  background:var(--grad);
}

.journey-item:nth-child(4) .journey-icon{
  background:var(--grad);
}

.journey-item:nth-child(5) .journey-icon{
  background:var(--grad);
}

.journey-time{
  margin:0 0 10px;
  text-align:center;
  font-size:13px;
  font-weight:700;
  color:#8fffc8;
}

.journey-item h3{
  margin:0 0 10px;
  font-size:16px;
  text-align:center;
}

.journey-item p:last-child{
  margin:0;
  color:#a9b6d3;
  text-align:center;
  line-height:1.65;
  font-size:14px;
}

.vision-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr .98fr;
  gap:18px;
}

.vision-card{
  padding:22px 20px;
  border-radius:24px;
  border:1px solid rgba(123,255,191,.1);
  background:linear-gradient(180deg,rgba(13,22,16,.92),rgba(8,13,10,.96));
  box-shadow:0 20px 70px rgba(0,0,0,.16);
}

.vision-card:first-child{
  background:
    radial-gradient(circle at 8% 18%,rgba(123,255,191,.1),transparent 24%),
    linear-gradient(180deg,rgba(13,22,16,.92),rgba(8,13,10,.96));
}

.mission-body{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:18px;
  align-items:start;
  margin-top:18px;
}

.mission-art-wrap{
  position:relative;
  overflow:hidden;
  border-radius:999px;
  width:130px;
  height:130px;
  background:radial-gradient(circle at 50% 30%,rgba(123,255,191,.38),rgba(17,38,24,.92) 58%,rgba(8,14,10,.98) 100%);
  border:1px solid rgba(123,255,191,.16);
}

.mission-art-wrap:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 0 68%,rgba(9,15,11,.95) 100%);
}

.mission-art-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:left center;
  opacity:.9;
}

.mission-text{
  display:grid;
  gap:28px;
}

.mission-block p:last-child,
.stack-row p,
.role-item p,
.highlight-card p,
.why-card p,
.home-clone-cta p{
  margin:0;
  color:#b6c8bb;
  line-height:1.72;
}

.eyebrow{
  margin:0 0 10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  color:#8fffc8;
}

.stack-list,
.role-list{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.stack-row,
.role-item{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:start;
}

.stack-icon,
.role-badge,
.why-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  font-size:13px;
  font-weight:800;
  color:#d7ffe8;
  border:1px solid rgba(123,255,191,.16);
  background:linear-gradient(180deg,rgba(20,42,28,.86),rgba(8,18,12,.96));
}

.stack-row h3,
.role-item h3,
.stage-card h3,
.why-card h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.35;
}

.role-badge{
  width:74px;
  border-radius:14px;
}

.role-item{
  grid-template-columns:74px 1fr;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(123,255,191,.1);
  background:linear-gradient(180deg,rgba(12,22,16,.82),rgba(8,13,10,.94));
}

.role-badge.mic{
  width:74px;
  font-size:12px;
}

.highlights-shell{
  padding-bottom:18px;
}

.highlights-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
  margin-top:18px;
}

.highlight-card{
  padding:18px 16px;
  border-radius:18px;
  border:1px solid rgba(123,255,191,.06);
  background:linear-gradient(180deg,rgba(12,22,16,.84),rgba(8,13,10,.94));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.02),
    0 0 18px rgba(83,236,144,.06);
}

.highlight-card strong{
  display:block;
  margin-bottom:8px;
  font-size:28px;
  line-height:1;
  background:var(--grad);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 0 18px rgba(123,255,80,.14);
}

.stage-shell,
.why-shell{
  padding-bottom:18px;
}

.home-full-banner{
  margin:24px auto 30px;
}

.home-full-banner-card{
  position:relative;
  height:527px;
  overflow:hidden;
  border-radius:0;
  border:none;
  background:transparent;
  box-shadow:none;
}

.home-full-banner-card .banner-slides{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.home-full-banner-card .banner-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  transform:scale(1.08) rotate(-1.3deg);
  filter:blur(16px) saturate(.88);
  transition:
    opacity 1s cubic-bezier(.22,1,.36,1),
    transform 1.2s cubic-bezier(.22,1,.36,1),
    filter 1.2s cubic-bezier(.22,1,.36,1);
  pointer-events:none;
}

.home-full-banner-card:before{
  content:none;
}

.home-full-banner-card:after{
  content:none;
}

.home-full-banner-card .banner-slide img{
  width:100%;
  height:527px;
  display:block;
  object-fit:cover;
  object-position:center 42%;
}

.home-full-banner-card .banner-slide.is-active{
  z-index:1;
  opacity:1;
  transform:scale(1) rotate(0deg);
  filter:blur(0) saturate(1.02);
}

.home-full-banner-card .banner-slide.is-prev{
  z-index:0;
  opacity:0;
  transform:scale(1.04) rotate(.7deg);
  filter:blur(10px) saturate(1.08);
}

.banner-dots{
  position:absolute;
  left:50%;
  bottom:24px;
  z-index:4;
  display:flex;
  align-items:center;
  gap:12px;
  transform:translateX(-50%);
  padding:10px 16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(5,7,13,.42);
  backdrop-filter:blur(16px);
  box-shadow:0 12px 34px rgba(0,0,0,.28);
  pointer-events:auto;
  isolation:isolate;
}

.banner-dot{
  width:14px;
  height:14px;
  border:0;
  padding:0;
  border-radius:50%;
  background:rgba(255,255,255,.28);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);
  cursor:pointer;
  transition:transform .28s ease, background-color .28s ease, box-shadow .28s ease;
  pointer-events:auto;
  position:relative;
  z-index:1;
  touch-action:manipulation;
}

.banner-dot:hover,
.banner-dot:focus-visible{
  outline:none;
  transform:scale(1.18);
  background:rgba(255,255,255,.72);
}

.banner-dot.is-active{
  background:#7bffbf;
  box-shadow:0 0 0 5px rgba(123,255,191,.12), 0 0 18px rgba(123,255,191,.6);
  transform:scale(1.18);
}

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

.stage-card{
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(123,255,191,.1);
  background:linear-gradient(180deg,rgba(12,22,16,.92),rgba(8,13,10,.96));
}

.stage-card-wide{
  grid-column:span 2;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);
  align-items:stretch;
}

.stage-card img{
  width:100%;
  height:176px;
  object-fit:cover;
  display:block;
}

.stage-card-wide img{
  height:100%;
  min-height:220px;
}

.stage-card-wide .stage-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:22px 22px 24px;
}

.stage-card-wide h3{
  font-size:28px;
  line-height:1.05;
}

.stage-copy{
  padding:14px 16px 16px;
}

.stage-date{
  margin:0 0 8px;
  font-size:12px;
  font-weight:700;
  color:#8fffc8;
}

.stage-location{
  margin:0;
  color:#afc1b5;
  font-size:14px;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:18px;
}

.why-card{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:start;
  padding:18px 16px;
  border-radius:18px;
  border:1px solid rgba(123,255,191,.1);
  background:linear-gradient(180deg,rgba(12,22,16,.84),rgba(8,13,10,.94));
}

.home-clone-cta{
  margin-bottom:80px;
}

.home-clone-cta-inner{
  padding:42px 28px 36px;
  text-align:center;
  border-radius:26px;
  border:1px solid rgba(123,255,191,.12);
  background:
    linear-gradient(180deg,rgba(8,17,12,.38),rgba(8,17,12,.38)),
    url("home-cta-banner.png") center/cover no-repeat;
  box-shadow:0 20px 70px rgba(0,0,0,.16);
}

.home-clone-cta p{
  max-width:620px;
  margin:14px auto 22px;
}

.app-shell-page .stat strong,
.app-shell-page .link,
.app-shell-page .meta,
.app-shell-page .journey-link,
.app-shell-page .journey-time,
.app-shell-page .stage-date,
.app-shell-page .eyebrow{
  color:#f3f3f3;
}

.app-shell-page .hero-copy .gradient-text{
  background:none;
  -webkit-background-clip:border-box;
  background-clip:border-box;
  color:#ffffff;
}

.app-shell-page .card,
.app-shell-page .journey-shell,
.app-shell-page .highlights-shell,
.app-shell-page .stage-shell,
.app-shell-page .why-shell,
.app-shell-page .vision-card,
.app-shell-page .highlight-card,
.app-shell-page .stage-card,
.app-shell-page .why-card,
.app-shell-page .role-item,
.app-shell-page .node-map,
.app-shell-page .node,
.app-shell-page .featured,
.app-shell-page .faq-item,
.app-shell-page .profile-story-panel,
.app-shell-page .stat,
.app-shell-page .step,
.app-shell-page .price,
.app-shell-page .timeline,
.app-shell-page .time-item,
.app-shell-page .newsletter,
.app-shell-page .home-clone-cta-inner,
.app-shell-page .cta{
  border-color:rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.04),transparent 28%),
    linear-gradient(180deg,rgba(20,20,20,.94),rgba(10,10,10,.98));
  box-shadow:0 20px 70px rgba(0,0,0,.24);
}

.app-shell-page .cta{
  background:
    linear-gradient(180deg,rgba(10,10,10,.72),rgba(10,10,10,.72)),
    url("ai-head.svg") right center/520px no-repeat,
    linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
}

.app-shell-page .journey-grid{
  border-color:rgba(255,255,255,.08);
  background:
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0)),
    linear-gradient(180deg,rgba(18,18,18,.94),rgba(10,10,10,.98));
}

.app-shell-page .journey-grid:before{
  background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.06),rgba(255,255,255,.18));
}

.app-shell-page .journey-item,
.app-shell-page .journey-item:nth-child(odd),
.app-shell-page .time-item{
  border-color:rgba(255,255,255,.08);
}

.app-shell-page .journey-item:before{
  background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 42%);
}

.app-shell-page .journey-icon,
.app-shell-page .time-dot,
.app-shell-page .node-center,
.app-shell-page .pill.active,
.app-shell-page .tag{
  background:var(--grad);
  color:#03110a;
  box-shadow:0 0 26px rgba(62,202,120,.22);
}

.app-shell-page .journey-item:nth-child(3) .journey-icon,
.app-shell-page .journey-item:nth-child(4) .journey-icon,
.app-shell-page .journey-item:nth-child(5) .journey-icon{
  background:var(--grad);
}

.app-shell-page .icon,
.app-shell-page .stack-icon,
.app-shell-page .role-badge,
.app-shell-page .why-icon,
.app-shell-page .orbit-core{
  border-color:rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 50% 35%,rgba(255,255,255,.08),transparent 45%),
    linear-gradient(180deg,rgba(28,28,28,.92),rgba(14,14,14,.96));
  box-shadow:0 0 22px rgba(255,255,255,.03), inset 0 0 18px rgba(255,255,255,.03);
}

.app-shell-page .solution-icon{
  background:transparent;
  border:none;
  box-shadow:none;
}

.app-shell-page .hero-visual:before{
  background:
    radial-gradient(circle at 50% 45%,rgba(255,255,255,.12),transparent 38%),
    radial-gradient(circle at 52% 55%,rgba(255,255,255,.06),transparent 58%);
}

.app-shell-page .hero-visual-frame img{
  filter:drop-shadow(0 32px 90px rgba(0,0,0,.4));
}

.app-shell-page .hero-hud-grid{
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
}

.app-shell-page .hero-hud-glow{
  background:
    radial-gradient(circle at center,rgba(255,255,255,.14),transparent 54%),
    radial-gradient(circle at 52% 48%,rgba(255,255,255,.08),transparent 76%);
}

.app-shell-page .hero-hud-card{
  background:linear-gradient(180deg,rgba(24,24,24,.56),rgba(12,12,12,.3));
  box-shadow:0 0 28px rgba(255,255,255,.04), 0 0 58px rgba(255,255,255,.02);
  color:#ededed;
}

.app-shell-page .hero-hud-card svg,
.app-shell-page .tech-orbit small,
.app-shell-page .hero-hud-card span{
  color:#ededed;
}

.app-shell-page .hud-brain:before,
.app-shell-page .hud-robot:before,
.app-shell-page .hud-chip:before,
.app-shell-page .hud-graph:before{
  border-color:rgba(255,255,255,.08);
  box-shadow:0 0 18px rgba(255,255,255,.03);
}

.app-shell-page .tech-orbit{
  border-color:rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(20,20,20,.72),rgba(10,10,10,.84));
  box-shadow:0 16px 34px rgba(0,0,0,.24), 0 0 32px rgba(255,255,255,.03), inset 0 0 0 1px rgba(255,255,255,.02);
}

.app-shell-page .tech-orbit:before{
  background:linear-gradient(90deg,rgba(255,255,255,.2),transparent);
}

.app-shell-page .tech-orbit:after{
  background:linear-gradient(135deg,#ffffff,#999999);
  box-shadow:0 0 12px rgba(255,255,255,.12);
}

.home-clone-page .hero-visual{
  isolation:isolate;
  overflow:clip;
  contain:layout paint;
}

.home-clone-page .hero-visual:before{
  inset:1% -6% 4%;
  border-radius:56px;
  background:
    radial-gradient(circle at 48% 46%,rgba(35,112,255,.68),transparent 30%),
    radial-gradient(circle at 52% 50%,rgba(43,231,255,.34),transparent 48%),
    radial-gradient(circle at 52% 52%,rgba(20,61,156,.98),transparent 68%),
    radial-gradient(circle at 52% 54%,rgba(37,20,120,.44),transparent 82%);
  filter:blur(86px);
  opacity:1;
  will-change:transform,opacity;
  transform:translateZ(0);
  animation:homeHeroBackPulse 3.8s ease-in-out infinite, backGlowShift 6.8s ease-in-out infinite;
}

.home-clone-page .hero-visual:after{
  content:"";
  position:absolute;
  inset:10% 6% 8%;
  z-index:0;
  pointer-events:none;
  border-radius:42px;
  background:transparent;
  box-shadow:
    inset 0 0 0 1px rgba(78,172,255,.18),
    0 34px 80px rgba(0,0,0,.32),
    0 0 110px rgba(20,96,255,.28);
  opacity:.84;
}

.home-clone-page .hero-visual-frame:before{
  content:"";
  position:absolute;
  inset:7% 8% 10%;
  z-index:0;
  pointer-events:none;
  border-radius:42px;
  background:
    radial-gradient(circle at 50% 18%,rgba(123,183,255,.16),transparent 22%),
    linear-gradient(180deg,rgba(11,31,82,.26),rgba(13,21,55,.14));
  border:1px solid rgba(92,196,255,.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 0 42px rgba(49,118,255,.18);
  opacity:.92;
}

.home-clone-page .hero-visual-frame:after{
  content:"";
  position:absolute;
  inset:16% 15% 16%;
  z-index:0;
  pointer-events:none;
  border-radius:34px;
  border:1px solid rgba(64,190,255,.2);
  background:
    linear-gradient(180deg,rgba(10,22,60,.12),rgba(8,18,42,.04));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 1px rgba(31,94,255,.1),
    0 0 36px rgba(43,116,255,.14);
  opacity:.78;
}

.home-clone-page .hero-visual-frame .hero-portrait{
  z-index:12;
}

.home-clone-page .hero-portrait-stage .hero-portrait{
  position:absolute;
  inset:0;
}

.home-clone-page .hero-portrait-stage{
  z-index:12;
}

.home-clone-page .hero-hud-grid{
  inset:10% 10% 15%;
  z-index:1;
  opacity:.28;
  background-image:
    linear-gradient(rgba(74,160,255,.14) 1px,transparent 1px),
    linear-gradient(90deg,rgba(74,160,255,.14) 1px,transparent 1px);
  background-size:30px 30px;
  mask-image:radial-gradient(circle at center,black 48%,transparent 92%);
}

.home-clone-page .hero-hud-glow{
  left:-4%;
  right:-4%;
  bottom:-2%;
  height:360px;
  z-index:0;
  background:
    radial-gradient(circle at center,rgba(35,109,255,.82),transparent 44%),
    radial-gradient(circle at 50% 48%,rgba(43,231,255,.42),transparent 62%),
    radial-gradient(circle at 50% 72%,rgba(110,54,255,.2),transparent 72%);
  filter:blur(68px);
  opacity:1;
  will-change:transform,opacity;
  transform:translateZ(0);
  animation:homeHeroGlowPulse 2.6s ease-in-out infinite, backGlowShift 5.4s ease-in-out infinite;
}

.home-clone-page .hero-hud-card{
  z-index:3;
  background:linear-gradient(180deg,rgba(9,27,66,.62),rgba(8,15,36,.22));
  border:1px solid rgba(83,178,255,.16);
  box-shadow:0 0 34px rgba(38,110,255,.18), 0 0 58px rgba(56,208,255,.08);
  color:#9fe8ff;
}

.home-clone-page .hero-hud-card svg,
.home-clone-page .hero-hud-card span,
.home-clone-page .tech-orbit small{
  color:#99e6ff;
}

.home-clone-page .hud-brain:before,
.home-clone-page .hud-robot:before,
.home-clone-page .hud-chip:before,
.home-clone-page .hud-graph:before{
  border-color:rgba(86,177,255,.2);
  box-shadow:0 0 20px rgba(66,182,255,.12);
}

.home-clone-page .tech-orbit{
  z-index:4;
  border-color:rgba(84,172,255,.18);
  background:linear-gradient(180deg,rgba(9,24,60,.74),rgba(7,14,30,.82));
  box-shadow:0 18px 40px rgba(0,0,0,.28), 0 0 28px rgba(47,130,255,.12), inset 0 0 0 1px rgba(111,212,255,.04);
}

.home-clone-page .orbit-core{
  border-color:rgba(86,177,255,.24);
  background:
    radial-gradient(circle at 50% 35%,rgba(108,210,255,.2),transparent 44%),
    linear-gradient(180deg,rgba(18,45,94,.92),rgba(12,22,44,.96));
  box-shadow:0 0 22px rgba(45,130,255,.16), inset 0 0 18px rgba(105,214,255,.08);
}

.app-shell-page .project-card img,
.app-shell-page .featured img,
.app-shell-page .event-img{
  border-color:rgba(255,255,255,.08);
}

.app-shell-page .input-row input,
.app-shell-page textarea,
.app-shell-page input{
  background:#111111;
  border-color:rgba(255,255,255,.08);
}

.app-shell-page .footer{
  border-top-color:rgba(255,255,255,.08);
  color:#9d9d9d;
}

.blog-detail-page .shell-content{
  padding-top:18px;
}

.blog-detail-page .section > .container,
.blog-detail-page .cta{
  width:min(1560px,calc(100% - 48px));
  max-width:none;
}

.blog-detail-page .cta{
  margin-top:18px;
}

.blog-article-shell{
  display:grid;
  gap:22px;
  width:100%;
}

.blog-article-cover{
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(18,18,18,.94),rgba(8,8,8,.98));
  box-shadow:0 24px 60px rgba(0,0,0,.2);
}

.blog-article-cover img{
  width:100%;
  height:420px;
  display:block;
  object-fit:cover;
}

.blog-article-content .blog-article-cover{
  margin-bottom:6px;
}

.blog-article-intro{
  display:grid;
  gap:14px;
}

.blog-article-intro h1{
  margin:0;
  font-size:clamp(32px,4.4vw,54px);
  line-height:1.04;
  letter-spacing:-.05em;
}

.blog-article-intro .lead{
  max-width:none;
  margin:0;
}

.blog-article-summary{
  display:grid;
  gap:12px;
  padding:18px 20px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(20,20,20,.96),rgba(10,10,10,.99));
}

.blog-article-summary h2{
  margin:0;
  font-size:18px;
  letter-spacing:-.02em;
}

.blog-article-summary ol{
  margin:0;
  padding-left:20px;
  display:grid;
  gap:8px;
  color:#d0d7d4;
  line-height:1.7;
}

.blog-article-content{
  display:grid;
  gap:16px;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(18,18,18,.96),rgba(8,8,8,.99));
}

.blog-article-block{
  display:grid;
  gap:10px;
}

.blog-article-block h3{
  margin:0;
  font-size:24px;
  letter-spacing:-.03em;
}

.blog-article-block p{
  margin:0;
  color:#cfd7d3;
  line-height:1.8;
}

.blog-article-points{
  margin:0;
  padding-left:20px;
  display:grid;
  gap:8px;
  color:#dce5e1;
  line-height:1.75;
}

.ai-tools-page .hero{
  padding-top:28px;
  padding-bottom:18px;
}

.ai-tools-page .hero-grid{
  gap:24px;
}

.ai-tools-page #tools-grid.section{
  padding-top:16px;
}

.ai-tools-page #tools-grid .section-heading{
  gap:8px;
}

.ai-tools-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:28px;
}

.ai-tool-card{
  --tool-glow:rgba(255,255,255,.06);
  --tool-accent:rgba(255,255,255,.06);
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:390px;
  padding:22px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 76% 10%,var(--tool-glow),transparent 28%),
    linear-gradient(180deg,rgba(23,23,23,.94),rgba(9,9,9,.98));
  box-shadow:0 22px 80px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.015);
  text-decoration:none;
  color:inherit;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}

.ai-tool-card:before{
  content:"";
  position:absolute;
  inset:auto -18% -34% 18%;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,var(--tool-accent),transparent 64%);
  filter:blur(12px);
  pointer-events:none;
}

.ai-tool-card:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 24%);
}

.ai-tool-card:hover,
.ai-tool-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(217,255,119,.18);
  box-shadow:0 28px 90px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.02);
  outline:none;
}

.ai-tool-card:hover .ai-tool-arrow,
.ai-tool-card:focus-visible .ai-tool-arrow{
  background:rgba(217,255,119,.12);
  border-color:rgba(217,255,119,.24);
  color:#d9ff77;
}

.ai-tool-top{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.ai-tool-kicker{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  color:#d3d3d3;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ai-tool-arrow{
  width:42px;
  height:42px;
  border-radius:999px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:#efffeb;
  font-size:18px;
  flex:0 0 auto;
}

.ai-tool-card h3{
  position:relative;
  z-index:1;
  margin:18px 0 14px;
  max-width:240px;
  font-size:clamp(28px,2.4vw,40px);
  line-height:.95;
  letter-spacing:-.05em;
}

.ai-tool-card p{
  position:relative;
  z-index:1;
  margin:0;
  max-width:285px;
  color:#d4dfd2;
  font-size:17px;
  line-height:1.75;
}

.ai-tool-link{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:22px;
  color:#f2f2f2;
  font-weight:800;
}

.ai-tool-media{
  position:relative;
  z-index:1;
  margin-top:auto;
  margin-left:auto;
  width:min(100%,190px);
  border-radius:28px;
  border:1px solid rgba(235,255,243,.85);
  padding:6px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
  box-shadow:0 12px 34px rgba(0,0,0,.22);
}

.ai-tool-media img{
  width:100%;
  aspect-ratio:1.18 / 1;
  object-fit:cover;
  border-radius:22px;
}

.ai-tool-card.tool-lime{
  --tool-glow:rgba(255,255,255,.08);
  --tool-accent:rgba(255,255,255,.07);
}

.ai-tool-card.tool-violet{
  --tool-glow:rgba(152,104,255,.2);
  --tool-accent:rgba(126,84,227,.16);
}

.ai-tool-card.tool-amber{
  --tool-glow:rgba(255,176,74,.18);
  --tool-accent:rgba(214,136,48,.16);
}

.ai-tool-card.tool-rose{
  --tool-glow:rgba(214,64,125,.18);
  --tool-accent:rgba(143,24,85,.14);
}

.ai-tool-card.tool-teal{
  --tool-glow:rgba(29,221,177,.16);
  --tool-accent:rgba(27,126,107,.14);
}

.ai-tool-card.tool-cyan{
  --tool-glow:rgba(61,202,255,.18);
  --tool-accent:rgba(34,106,156,.16);
}

.ai-tool-detail-page .hero-art{
  align-self:stretch;
}

.ai-tool-detail-page .hero-art .main-img{
  width:100%;
  min-height:100%;
  object-fit:cover;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(18,18,18,.96),rgba(8,8,8,.98));
  box-shadow:0 24px 72px rgba(0,0,0,.28);
}

.ai-tool-detail-page .cta{
  margin-top:96px;
}

.tool-detail-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}

.tool-detail-stat{
  padding:18px 20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(20,20,20,.95),rgba(10,10,10,.98));
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}

.tool-detail-stat strong{
  display:block;
  margin-bottom:8px;
  color:#d9ff77;
  font-size:24px;
  letter-spacing:-.04em;
}

.tool-detail-stat span{
  color:#d2ddd7;
  font-size:14px;
  line-height:1.6;
}

.tool-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1.14fr) minmax(280px,.86fr);
  gap:20px;
  align-items:start;
}

.tool-detail-panel{
  padding:24px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 84% 10%,rgba(217,255,119,.08),transparent 24%),
    linear-gradient(180deg,rgba(18,18,18,.96),rgba(9,9,9,.99));
  box-shadow:0 20px 56px rgba(0,0,0,.22);
}

.tool-detail-panel h3{
  margin:0 0 14px;
  font-size:24px;
  letter-spacing:-.03em;
}

.tool-detail-panel p{
  margin:0 0 16px;
  color:#cfd9d4;
  line-height:1.72;
}

.tool-detail-list{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}

.tool-detail-list li{
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.025);
  color:#e8f1ed;
  line-height:1.65;
}

.tool-detail-list li strong{
  color:#ffffff;
}

@media (prefers-reduced-motion: reduce){
  .hero-visual:before,
  .hero-hud-glow,
  .hero-hud-card,
  .tech-orbit,
  .home-hero-title .title-accent,
  .hero-visual-frame .hero-portrait,
  .home-full-banner-card .banner-slide,
  .solution-card:before,
  .solution-icon,
  .solution-icon:before,
  .home-clone-page #ai-ecosystem .node-map:before,
  .home-clone-page #ai-ecosystem .node-map svg,
  .home-clone-page #ai-ecosystem .node-map svg path,
  .home-clone-page #ai-ecosystem .node-center,
  .home-clone-page #ai-ecosystem .node-center:before,
  .home-clone-page #ai-ecosystem .node,
  .home-clone-page,
  .home-clone-page:after{
    animation:none!important;
  }

  .sidebar-link,
  .topbar-chip,
  .sidebar-close,
  .sidebar-toggle,
  .home-sidebar,
  .sidebar-backdrop{
    transition:none;
  }

  .home-full-banner-card .banner-slide{
    transition:none;
    opacity:0;
  }

  .home-full-banner-card .banner-slide.is-active{
    opacity:1;
    transform:none;
    filter:none;
  }
}

/* Large laptop */
@media (max-width:1280px){
  .container{width:min(1240px,calc(100% - 40px))}
  .home-sidebar-page .home-shell{
    --shell-sidebar-width:264px;
    grid-template-columns:264px minmax(0,1fr);
  }
  .home-sidebar{padding:22px 16px 20px}
  .nav-links{gap:20px;font-size:13px}
  h1{font-size:clamp(46px,5.5vw,78px)}
  .lead{font-size:18px}
  .journey-grid{grid-template-columns:repeat(3,1fr)}
  .journey-grid:before{display:none}
  .journey-item:nth-child(3){border-right:0}
  .journey-item:nth-child(-n+3){border-bottom:1px solid rgba(123,255,191,.08)}
  .vision-grid{grid-template-columns:1fr 1fr}
  .mission-card{grid-column:1/-1}
  .highlights-grid{grid-template-columns:repeat(3,1fr)}
  .stage-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .ai-tools-grid{grid-template-columns:repeat(2,1fr)}
  .card-grid.five,
  .card-grid.six,
  .card-grid.seven{grid-template-columns:repeat(3,1fr)}
  .card-grid.four{grid-template-columns:repeat(2,1fr)}
  .project-card img{height:190px}
  .about-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-projects-head{grid-template-columns:1fr}
  .about-featured-case{grid-template-columns:1fr}
  .node{width:205px}
}

/* iPad landscape / small laptop */
@media (max-width:1100px){
  .container{width:min(100% - 40px,1060px)}
  .home-sidebar-page .home-shell{
    --shell-sidebar-width:0px;
    grid-template-columns:1fr;
  }
  .home-sidebar{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:min(320px,calc(100vw - 40px));
    height:auto;
    transform:translateX(-104%);
    transition:transform .24s ease;
    z-index:30;
  }
  .home-sidebar.show{
    transform:translateX(0);
  }
  .sidebar-close,
  .sidebar-toggle{
    display:inline-flex;
  }
  .home-topbar .nav-inner{
    justify-content:space-between;
  }
  .home-topbar{
    min-height:76px;
  }
  .topbar-start{
    display:flex;
  }
  .topbar-brand{
    display:flex;
  }
  .topbar-actions .topbar-chip{display:none}
  .nav-inner{height:76px}
  .brand span{font-size:14px}
  .nav-links{
    position:fixed;
    top:76px;
    right:20px;
    width:min(390px,calc(100vw - 40px));
    max-height:calc(100vh - 96px);
    overflow:auto;
    padding:18px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    border:1px solid rgba(123,255,191,.14);
    border-radius:24px;
    background:linear-gradient(180deg,rgba(7,16,31,.98),rgba(5,11,24,.98));
    box-shadow:0 28px 90px rgba(0,0,0,.48);
    transform:translateY(-12px) scale(.97);
    opacity:0;
    pointer-events:none;
    transition:.22s ease;
    z-index:21;
  }
  .nav-links.show{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0) scale(1);
  }
  .nav-links a{
    padding:15px 16px;
    border-radius:14px;
    border:1px solid transparent;
    font-size:15px;
  }
  .nav-links a.active,
  .nav-links a:hover{
    background:linear-gradient(135deg,rgba(36,48,120,.34),rgba(54,95,186,.18));
    border-color:rgba(132,152,255,.22);
  }
  .nav-links a.active:after{display:none}
  .nav>.container>.btn.primary{display:none}
  .nav-cta-mobile{
    display:flex;
    margin-top:8px;
    width:100%;
  }
  .mobile-toggle{display:flex}

  .hero{padding:54px 0 32px}
  .home-hero-video-frame{
    --hero-video-top-crop:148px;
    --hero-video-bottom-crop:108px;
    height:450px;
    min-height:450px;
    max-height:450px;
  }
  .home-hero-video-actions{
    top:76%;
    width:min(calc(100% - 28px),860px);
    gap:12px;
  }
  .home-hero-video-button-row{
    gap:14px;
  }
  .home-hero-video-signature{
    margin-bottom:6px;
    font-size:clamp(20px,3vw,36px);
  }
  .home-hero-video-button{
    min-height:50px;
    padding:0 18px;
    font-size:14px;
  }
  .hero-grid,
  .ai-map,
  .featured,
  .blog-feature,
  .newsletter{
    grid-template-columns:1fr;
  }
  .about-home-hero-grid{grid-template-columns:1fr}
  .about-case-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-grid{gap:22px}
  .about-home-hero{padding:46px 0 12px}
  .hero-copy-line{font-size:20px}
  .intro-flags{gap:16px 20px}
  .hero-visual{
    width:min(100%,520px);
    min-height:auto;
  }
  .hero-service-showcase{min-height:auto}
  .hero-service-panel{padding:22px;border-radius:28px}
  .hero-service-panel-head{flex-direction:column}
  .hero-service-slider-track{grid-auto-columns:minmax(270px,72%)}
  .home-course-catalog-shell .hero-service-slider-track{grid-auto-columns:minmax(260px,calc((100% - 16px) / 2))}
  .home-course-catalog-shell .hero-service-panel{padding:18px}
  .hero-visual-frame{min-height:100%}
  .hero-visual-frame img{height:100%}
  .hero-visual-frame .hero-portrait{
    --hero-portrait-base-y:6px;
    --hero-portrait-base-scale:1.14;
  }
  .hero-hud-card{width:112px;padding:12px 10px 10px}
  .hero-hud-card svg{width:44px;height:44px}
  .hero-hud-card span{font-size:10px}
  .hud-brain{left:14%;top:7%}
  .hud-robot{right:9%;top:12%}
  .hud-chip{left:18%;bottom:14%}
  .hud-graph{right:6%;bottom:18%}
  .tech-orbit{min-width:80px;padding:10px 10px 12px}
  .orbit-core{width:48px;height:48px}
  .tech-orbit small{font-size:9px}
  .orbit-ai{left:18%;top:18%}
  .orbit-bot{right:11%;top:18%}
  .orbit-data{right:7%;top:49%}
  .orbit-auto{left:16%;bottom:14%}
  .orbit-cloud{right:16%;bottom:8%}
  .hero-art{
    min-height:440px;
    order:2;
  }
  .hero-art .main-img{
    inset:-10px 0 0 0;
    width:100%;
    height:100%;
  }
  .float-card.one{right:4%;top:18%;width:210px}
  .float-card.two{left:4%;bottom:8%;width:250px}
  .float-card.three{right:2%;bottom:28%;width:220px}
  .about-hero-art{min-height:500px}

  .stats,
  .steps,
  .price-grid,
  .split,
  .faq{
    grid-template-columns:repeat(2,1fr);
  }
  .journey-shell,
  .highlights-shell,
  .stage-shell,
  .why-shell{padding:16px 16px 18px}
  .journey-head{align-items:flex-start;flex-direction:column}
  .journey-grid{grid-template-columns:repeat(2,1fr)}
  .journey-item:nth-child(odd){border-right:1px solid rgba(123,255,191,.08)}
  .journey-item:nth-child(even){border-right:0}
  .journey-item:nth-child(-n+4){border-bottom:1px solid rgba(123,255,191,.08)}
  .journey-item:last-child{grid-column:1/-1}
  .vision-grid{grid-template-columns:1fr}
  .mission-card{grid-column:auto}
  .highlights-grid{grid-template-columns:repeat(2,1fr)}
  .stage-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:1fr 1fr}
  .card-grid,
  .card-grid.four,
  .card-grid.five{
    grid-template-columns:repeat(2,1fr);
  }
  .ai-tools-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .card-grid.six,
  .card-grid.seven{
    grid-template-columns:repeat(3,1fr);
  }
  .timeline{
    grid-template-columns:repeat(2,1fr);
  }
  .time-item{
    border-right:0;
    border-bottom:1px solid rgba(123,255,191,.12);
  }
  .time-item:nth-child(odd){
    border-right:1px solid rgba(123,255,191,.12);
  }
  .time-item:last-child{
    grid-column:1/-1;
    border-right:0;
  }
  .node-map{min-height:560px}
  .n1{left:4%;top:8%}.n2{right:4%;top:8%}
  .n3{left:4%;top:38%}.n4{right:4%;top:38%}
  .n5{left:4%;bottom:8%}.n6{right:4%;bottom:8%}
  .project-card img{height:210px}
  .cta{background-size:420px}
}

/* iPad portrait */
@media (max-width:900px){
  .container{width:min(100% - 34px,760px)}
  .home-topbar .nav-inner{
    min-height:82px;
    align-items:center;
  }
  .topbar-actions .btn{padding:0 18px}
  .section{padding:42px 0}
  .about-page h1{font-size:clamp(34px,7vw,48px)}
  .about-page .section h2,
  .about-page .profile-story-panel h2,
  .about-page .journey-head h2,
  .about-page .cta h2{font-size:clamp(26px,5.4vw,34px)}
  .about-page .lead{font-size:16px}
  .section-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .home-hero-video-section{padding:0}
  .home-hero-video-frame{
    --hero-video-top-crop:96px;
    --hero-video-bottom-crop:72px;
    height:320px;
    min-height:320px;
    max-height:320px;
  }
  .home-hero-video-actions{
    top:78%;
    width:min(calc(100% - 24px),620px);
    gap:10px;
  }
  .home-hero-video-button-row{
    gap:10px;
  }
  .home-hero-video-signature{
    width:100%;
    font-size:clamp(18px,4.8vw,28px);
    margin-bottom:4px;
    letter-spacing:.1em;
    white-space:normal;
  }
  .home-hero-video-button{
    min-height:46px;
    padding:0 16px;
    font-size:13px;
  }
  .about-home-hero{padding-top:36px}
  .hero-copy h1{font-size:clamp(44px,8.2vw,60px)}
  .hero-copy-line{font-size:19px;margin-bottom:18px}
  .home-clone-page .lead{font-size:16px;line-height:1.72;margin-bottom:24px}
  .hero-visual{
    width:min(100%,468px);
    min-height:auto;
  }
  .hero-service-showcase{min-height:auto}
  .hero-service-panel{padding:20px}
  .hero-service-panel-head h2{font-size:clamp(24px,5vw,34px)}
  .hero-service-slider-track{grid-auto-columns:minmax(250px,82%)}
  .home-course-catalog-shell .hero-service-slider-track{grid-auto-columns:minmax(250px,82%)}
  .home-course-catalog-shell .hero-service-panel-head{align-items:flex-start}
  .hero-visual-frame{min-height:100%}
  .hero-visual-frame img{height:100%}
  .hero-visual-frame .hero-portrait{
    --hero-portrait-base-y:4px;
    --hero-portrait-base-scale:1.1;
  }
  .hero-hud-card{width:96px;padding:10px 8px}
  .hero-hud-card svg{width:38px;height:38px}
  .hero-hud-card span{font-size:9px}
  .hud-brain{left:10%;top:10%}
  .hud-robot{right:6%;top:14%}
  .hud-chip{left:12%;bottom:16%}
  .hud-graph{right:4%;bottom:20%}
  .tech-orbit{min-width:72px;padding:8px 9px 10px}
  .orbit-core{width:44px;height:44px}
  .tech-orbit small{font-size:8px;letter-spacing:.16em}
  .orbit-ai{left:10%;top:15%}
  .orbit-bot{right:8%;top:15%}
  .orbit-data{right:4%;top:52%}
  .orbit-auto{left:8%;bottom:10%}
  .orbit-cloud{right:13%;bottom:6%}
  .journey-grid,
  .highlights-grid,
  .stage-grid,
  .why-grid{grid-template-columns:1fr}
  .journey-item,
  .journey-item:nth-child(odd),
  .journey-item:nth-child(even){
    border-right:0;
  }
  .journey-item:not(:last-child){
    border-bottom:1px solid rgba(123,255,191,.08);
  }
  .journey-item:last-child{grid-column:auto}
  .mission-body{grid-template-columns:1fr}
  .mission-art-wrap{margin:0 auto}
  .stack-row h3,
  .role-item h3,
  .stage-card h3,
  .why-card h3{font-size:17px}
  .profile-story-panel{
    border-radius:26px;
  }
  .profile-story-single{
    padding:24px;
  }
  .profile-story-lead{
    font-size:19px;
    line-height:1.72;
  }
  .home-clone-cta{margin-bottom:56px}
  .home-clone-cta-inner{padding:30px 20px 28px}
  .section h2{font-size:clamp(32px,7vw,48px)}
  h1{font-size:clamp(42px,8.8vw,68px)}
  .lead{font-size:17px;line-height:1.68}
  .hero-actions{gap:12px}
  .btn{min-height:46px;padding:0 18px}
  .card{padding:24px}
  .ai-tool-card{min-height:360px}
  .card-grid.five,
  .card-grid.six,
  .card-grid.seven{grid-template-columns:repeat(2,1fr)}
  .stats{gap:14px}
  .stat{padding:20px}
  .stat strong{font-size:31px}
  .node-map{
    padding:22px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    min-height:auto;
  }
  .node-map svg{display:none}
  .node-center{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    grid-column:1/-1;
    margin:0 auto 8px;
    width:126px;
    height:126px;
    font-size:46px;
  }
  .node{
    position:relative;
    inset:auto!important;
    width:auto;
  }
  .featured img{height:330px}
  .input-row{display:grid;grid-template-columns:1fr auto}
}

/* Mobile */
@media (max-width:640px){
  body{
    background:
      radial-gradient(circle at 25% 0%,rgba(255,255,255,.05),transparent 30%),
      radial-gradient(circle at 75% 12%,rgba(255,255,255,.03),transparent 26%),
      linear-gradient(180deg,#030303 0%,#080808 55%,#030303 100%);
  }
  .container{width:min(100% - 28px,520px)}
  .home-sidebar{
    width:min(300px,calc(100vw - 24px));
    padding:20px 16px 18px;
  }
  .home-topbar .nav-inner{
    min-height:72px;
    gap:12px;
  }
  .topbar-start{gap:12px}
  .topbar-actions .btn{display:none}
  .nav-inner{height:68px}
  .brand img{width:36px;height:36px}
  .brand span{max-width:156px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .nav-links{
    top:68px;
    right:14px;
    left:14px;
    width:auto;
    max-height:calc(100vh - 84px);
  }
  .mobile-toggle{width:42px;height:42px;border-radius:12px}

  .hero{padding:36px 0 20px}
  .hero-grid{gap:12px}
  .home-hero-video-frame{
    --hero-video-top-crop:64px;
    --hero-video-bottom-crop:44px;
    height:236px;
    min-height:236px;
    max-height:236px;
  }
  .home-hero-video-actions{
    top:80%;
    width:calc(100% - 20px);
    gap:8px;
  }
  .home-hero-video-button-row{
    gap:8px;
  }
  .home-hero-video-signature{
    width:100%;
    font-size:clamp(16px,5.2vw,22px);
    line-height:1;
    letter-spacing:.08em;
    white-space:normal;
  }
  .home-hero-video-button{
    min-height:42px;
    padding:0 14px;
    font-size:12px;
  }
  .about-page h1{font-size:clamp(32px,9.5vw,42px)}
  .about-page .section h2,
  .about-page .profile-story-panel h2,
  .about-page .journey-head h2,
  .about-page .cta h2{font-size:clamp(24px,7vw,30px)}
  .about-home-hero{padding-top:28px}
  .about-home-hero-grid{gap:18px}
  .hero-copy-line{font-size:18px}
  h1{
    font-size:clamp(38px,11.5vw,52px);
    line-height:1.02;
    letter-spacing:-.045em;
  }
  .lead{
    font-size:16px;
    line-height:1.65;
    margin-bottom:24px;
  }
  .intro-flags{
    display:grid;
    gap:12px;
  }
  .badge{
    font-size:10px;
    padding:7px 10px;
    letter-spacing:.11em;
  }
  .section-display-title{
    font-size:clamp(28px,9vw,42px);
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  .hero-actions .btn,
  .hero-actions .badge{
    width:100%;
  }
  .hero-art{
    min-height:320px;
    margin-top:8px;
  }
  .about-hero-art{min-height:380px}
  .hero-visual{
    width:min(100%,376px);
    min-height:auto;
  }
  .hero-service-showcase{min-height:auto}
  .hero-service-panel{padding:16px 14px 14px;border-radius:22px;gap:16px}
  .hero-service-panel-head p{font-size:14px;line-height:1.62}
  .hero-service-slider-shell{gap:10px}
  .hero-service-slider-nav{width:40px;height:40px}
  .hero-service-slider-track{grid-auto-columns:minmax(228px,88%);gap:12px;padding-bottom:8px}
  .home-service-card-body{padding:16px 15px 14px}
  .home-service-card h3{font-size:18px}
  .home-service-card-price{font-size:22px}
  .home-course-catalog-shell{margin:18px auto 28px}
  .home-course-catalog-shell .hero-service-panel{padding:14px 12px 12px}
  .home-course-catalog-shell .hero-service-panel-head p{display:none}
  .home-course-catalog-shell .home-service-card-body{padding:12px 12px 11px}
  .home-course-catalog-shell .home-service-card-media{aspect-ratio:1.68/1}
  .home-course-catalog-shell .home-service-card h3{font-size:15px}
  .home-course-catalog-shell .home-service-card-price{font-size:17px}
  .hero-visual-frame{min-height:100%}
  .hero-visual-frame img{height:100%}
  .hero-visual-frame .hero-portrait{
    --hero-portrait-base-y:2px;
    --hero-portrait-base-scale:1.06;
  }
  .hero-hud-card{width:84px;padding:8px 7px}
  .hero-hud-card svg{width:32px;height:32px}
  .hero-hud-card span{font-size:8px}
  .hud-brain{left:8%;top:11%}
  .hud-robot{right:2%;top:17%}
  .hud-chip{left:9%;bottom:20%}
  .hud-graph{right:2%;bottom:24%}
  .tech-orbit{min-width:62px;padding:7px 8px 9px;border-radius:18px}
  .tech-orbit:before{width:26px;left:calc(50% - 13px);bottom:-8px}
  .tech-orbit:after{bottom:-12px}
  .orbit-core{width:40px;height:40px}
  .tech-orbit small{font-size:7px;letter-spacing:.14em}
  .orbit-ai{left:6%;top:14%}
  .orbit-bot{right:4%;top:14%}
  .orbit-data{right:2%;top:50%}
  .orbit-auto{left:5%;bottom:10%}
  .orbit-cloud{right:10%;bottom:6%}
  .hero-art .main-img{
    object-fit:contain;
  }
  .float-card{display:none}

  .journey-shell,
  .highlights-shell,
  .stage-shell,
  .why-shell{
    padding:14px 14px 16px;
    border-radius:20px;
  }
  .home-full-banner{
    margin:18px auto 22px;
    padding:0;
  }
  .home-full-banner-card{
    height:332px;
    border-radius:22px;
  }
  .home-full-banner-card .banner-slide img{
    height:332px;
  }
  .journey-head h2,
  .vision-card h2,
  .highlights-shell h2,
  .why-shell h2,
  .home-clone-cta h2{
    font-size:clamp(26px,8vw,34px);
  }
  .journey-link{
    white-space:normal;
    font-size:14px;
  }
  .journey-item{
    min-height:auto;
    padding:22px 16px;
  }
  .journey-icon{
    width:48px;
    height:48px;
    margin-bottom:18px;
    font-size:13px;
  }
  .vision-grid{gap:14px}
  .vision-card{padding:18px}
  .mission-body{gap:14px}
  .mission-art-wrap{
    width:112px;
    height:112px;
  }
  .profile-story-section{
    padding-top:10px;
  }
  .profile-story-panel{
    padding:20px 18px;
    border-radius:22px;
  }
  .profile-story-single h2{
    font-size:clamp(30px,9vw,40px);
  }
  .profile-story-highlights{
    gap:10px;
  }
  .profile-story-highlights span{
    min-height:34px;
    padding:0 12px;
    font-size:12px;
  }
  .profile-story-lead{
    font-size:17px;
    line-height:1.66;
  }
  .profile-story-body p{
    font-size:15px;
    line-height:1.74;
  }
  .stack-row,
  .role-item,
  .why-card{
    grid-template-columns:1fr;
  }
  .stack-icon,
  .role-badge,
  .why-icon{
    width:48px;
    height:48px;
  }
  .role-badge{width:74px}
  .highlights-grid{gap:12px}
  .highlight-card{padding:16px 14px}
  .highlight-card strong{font-size:26px}
  .stage-card img{height:210px}
  .home-clone-cta{
    margin:22px 0 52px;
  }
  .home-clone-cta-inner{
    padding:24px 16px;
    border-radius:22px;
    background-position:58% center;
  }
  .home-clone-cta .btn{width:100%}

  .stats,
  .ai-tools-grid,
  .card-grid,
  .card-grid.four,
  .card-grid.five,
  .card-grid.six,
  .card-grid.seven,
  .steps,
  .price-grid,
  .split,
  .timeline,
  .faq,
  .blog-feature,
  .newsletter{
    grid-template-columns:1fr;
  }
  .stats{margin:16px auto 24px}
  .stat{padding:18px;border-radius:18px}
  .stat strong{font-size:29px}
  .section{padding:34px 0}
  .section-head{margin-bottom:20px;gap:14px}
  .section h2{font-size:clamp(30px,9vw,42px)}
  .section p.sub{font-size:16px;line-height:1.62}
  .card{
    padding:22px;
    border-radius:20px;
  }
  .ai-tool-card{
    min-height:340px;
    padding:20px;
    border-radius:22px;
  }
  .ai-tool-card h3{
    font-size:clamp(26px,9vw,34px);
  }
  .ai-tool-card p{
    font-size:15px;
    line-height:1.7;
  }
  .ai-tool-media{
    width:min(100%,170px);
    border-radius:24px;
  }
  .card h3{font-size:21px}
  .card p{font-size:14.5px}
  .icon{width:56px;height:56px;border-radius:16px;font-size:25px;margin-bottom:18px}
  .section-display-title.compact{font-size:clamp(22px,6.2vw,28px)}
  .solution-card{padding:24px 18px 22px}
  .solution-card h3{font-size:18px}
  .solution-icon{
    width:min(100%,148px);
    min-height:96px;
    border-radius:24px;
    margin:4px auto 18px;
    padding:8px;
  }
  .solution-thumb{
    width:100%;
    height:100%;
    border-radius:18px;
  }

  .ai-map{gap:20px}
  .checks{gap:12px}
  .node-map{
    grid-template-columns:1fr;
    padding:16px;
    border-radius:22px;
  }
  .node-center{width:112px;height:112px;padding:0 10px;font-size:21px;line-height:.96}
  .node{padding:16px}

  .filters{
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:8px;
    margin:18px -14px 24px;
    padding-left:14px;
    padding-right:14px;
    scrollbar-width:none;
  }
  .filters::-webkit-scrollbar{display:none}
  .pill{
    white-space:nowrap;
    flex:0 0 auto;
    padding:12px 15px;
  }

  .project-card{padding:14px}
  .project-card img{
    height:190px;
    border-radius:16px;
  }
  .about-projects-grid{grid-template-columns:1fr}
  .about-projects-head{gap:14px}
  .about-project-card img{height:180px}
  .about-featured-case{
    padding:14px;
    border-radius:18px;
  }
  .about-featured-case img{height:220px}
  .about-case-stats{grid-template-columns:1fr}
  .meta{gap:16px;flex-wrap:wrap}
  .tag{left:22px;top:22px}
  .featured{
    padding:18px;
    border-radius:22px;
  }
  .featured img{height:220px}
  .featured .stats{
    grid-template-columns:1fr 1fr;
  }
  .price strong{font-size:30px}
  .time-item{
    border-right:0!important;
    border-bottom:1px solid rgba(123,255,191,.12);
    padding:22px;
  }
  .time-item:last-child{
    grid-column:auto;
    border-bottom:0;
  }
  .time-dot{width:50px;height:50px;font-size:21px}
  .newsletter{
    gap:18px;
  }
  .input-row{
    display:grid;
    grid-template-columns:1fr;
  }
  .input-row input{width:100%}
  .input-row .btn{width:100%}
  .faq-item{
    padding:18px;
    gap:12px;
  }
  .cta{
    margin:38px 0 52px;
    padding:28px;
    border-radius:22px;
    background-size:260px;
    background-position:right bottom;
  }
  .cta .btn{width:100%;margin-top:8px}
  .footer{padding:26px 0}
  .footer-inner{
    display:grid;
    gap:16px;
    text-align:left;
  }
}

/* Very small phones */
@media (max-width:420px){
  .container{width:min(100% - 22px,390px)}
  .topbar-brand span{max-width:108px}
  .brand span{font-size:13px;max-width:132px}
  .about-page h1{font-size:30px}
  h1{font-size:36px}
  .hero-copy-line{font-size:17px}
  .lead{font-size:15.5px}
  .btn{width:100%;padding:0 14px}
  .hero-art{min-height:270px}
  .about-hero-art{min-height:300px}
  .hero-visual{
    width:min(100%,308px);
    min-height:auto;
  }
  .hero-visual-frame{min-height:100%}
  .hero-visual-frame img{height:100%}
  .hero-visual-frame .hero-portrait{
    --hero-portrait-base-y:2px;
    --hero-portrait-base-scale:1.02;
  }
  .hero-hud-card{
    display:none;
  }
  .tech-orbit{min-width:56px;padding:7px 8px 8px}
  .orbit-core{width:36px;height:36px}
  .tech-orbit small{font-size:6px}
  .orbit-ai{left:6%;top:12%}
  .orbit-bot{right:4%;top:14%}
  .orbit-data{right:2%;top:48%}
  .orbit-auto{left:4%;bottom:9%}
  .orbit-cloud{display:none}
  .section h2{font-size:29px}
  .card{padding:18px}
  .project-card img{height:165px}
  .featured img{height:185px}
  .featured .stats{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr}
  .cta{padding:22px}
  .stage-card img{height:180px}
  .stage-card-wide{
    grid-column:span 1;
    grid-template-columns:1fr;
  }
  .stage-card-wide img{
    min-height:180px;
  }
  .stage-card-wide .stage-copy{
    padding:16px;
  }
  .stage-card-wide h3{
    font-size:22px;
  }
}

/* Landscape phones */
@media (max-height:520px) and (orientation:landscape){
  .nav-links{
    top:58px;
    max-height:calc(100vh - 70px);
    padding:12px;
  }
  .nav-links a{padding:11px 14px}
  .hero{padding-top:24px}
  .hero-art{min-height:260px}
}

/* Touch improvements */
@media (hover:none){
  .btn:hover{transform:none}
  .nav-links a:hover{background:linear-gradient(135deg,rgba(36,48,120,.34),rgba(54,95,186,.18))}
}

/* Safer image scaling for all generated SVG artwork */
.hero-art,
.project-card img,
.featured img,
.event-img,
.home-full-banner-card .banner-slide img{
  max-width:100%;
}

@media (max-width:640px){
  .home-full-banner-card{
    height:204px;
  }
  .home-full-banner-card .banner-slide img{
    height:204px;
  }
  .banner-dots{
    bottom:14px;
    gap:10px;
    padding:8px 12px;
  }
  .banner-dot{
    width:12px;
    height:12px;
  }
}

/* Prevent long Vietnamese labels from breaking layout */
.card h3,
.section h2,
h1,
.node b,
.stat span{
  overflow-wrap:anywhere;
}

/* Courses page */
.courses-page{
  --course-accent:#9e67ff;
  --course-accent-2:#4f8dff;
}

.courses-page .shell-content{
  background:
    radial-gradient(circle at 78% 10%,rgba(158,103,255,.14),transparent 26%),
    radial-gradient(circle at 18% 0%,rgba(79,141,255,.1),transparent 22%),
    linear-gradient(180deg,#04050c 0%,#060913 46%,#04070e 100%);
}

.home-clone-page:not(.courses-page) .shell-content{
  background:
    radial-gradient(circle at 78% 10%,rgba(158,103,255,.14),transparent 26%),
    radial-gradient(circle at 18% 0%,rgba(79,141,255,.1),transparent 22%),
    linear-gradient(180deg,#04050c 0%,#060913 46%,#04070e 100%);
}

.courses-page:not(.course-detail-page) .hero{
  padding:30px 0 14px;
}

.courses-page:not(.course-detail-page) .hero-grid{
  gap:20px;
}

.courses-page:not(.course-detail-page) .kicker{
  margin-bottom:12px;
}

.courses-page:not(.course-detail-page) h1{
  margin-bottom:12px;
  font-size:clamp(28px,3.6vw,48px);
}

.courses-page:not(.course-detail-page) .lead{
  margin-bottom:16px;
  max-width:680px;
  font-size:16px;
  line-height:1.65;
}

.courses-page:not(.course-detail-page) .hero-actions{
  gap:12px;
}

.courses-page:not(.course-detail-page) .hero-actions .btn{
  min-height:42px;
}

.courses-page:not(.course-detail-page) .hero-art{
  min-height:280px;
}

.courses-page:not(.course-detail-page) .hero-art .main-img{
  inset:-8px -18px -8px 0;
  width:100%;
  height:100%;
}

.courses-hero{
  position:relative;
  padding:68px 0 30px;
  overflow:hidden;
}

.courses-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.03),transparent 22%),
    radial-gradient(circle at 72% 22%,rgba(158,103,255,.14),transparent 22%);
}

.courses-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);
  gap:34px;
  align-items:center;
}

.courses-badge{
  border-color:rgba(158,103,255,.24);
  background:rgba(112,72,255,.12);
  color:#ddd1ff;
}

.courses-title{
  max-width:650px;
  margin-bottom:18px;
}

.courses-title .gradient-text{
  background:linear-gradient(135deg,#d775ff 0%,#8368ff 45%,#57a4ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.courses-lead{
  max-width:620px;
  color:#b7bfd6;
}

.courses-actions .btn.primary{
  background:linear-gradient(135deg,#8c4cff 0%,#6975ff 50%,#4ca1ff 100%);
  border-color:rgba(178,152,255,.26);
  box-shadow:0 20px 55px rgba(99,91,255,.3);
  color:#fff;
}

.courses-actions .btn{
  min-width:190px;
}

.course-hero-note{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}

.course-hero-note .card{
  min-height:100%;
  padding:18px 20px;
  border-radius:22px;
  background:
    radial-gradient(circle at 82% 8%,rgba(158,103,255,.18),transparent 26%),
    linear-gradient(180deg,rgba(13,15,33,.92),rgba(7,10,20,.98));
  border-color:rgba(132,142,255,.14);
}

.course-hero-note strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
}

.course-hero-note p{
  margin:0;
  color:#aeb8d7;
  font-size:14px;
  line-height:1.6;
}

.course-console{
  position:relative;
  overflow:hidden;
  padding:26px;
  border-radius:32px;
  background:
    linear-gradient(160deg,rgba(11,13,27,.98),rgba(7,10,20,.98)),
    linear-gradient(135deg,rgba(171,105,255,.15),rgba(75,144,255,.08));
  border:1px solid rgba(144,124,255,.3);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 28px 90px rgba(0,0,0,.38),
    0 0 42px rgba(129,93,255,.16);
}

.course-console:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg,rgba(255,255,255,.04),transparent 28%),
    radial-gradient(circle at 88% 16%,rgba(154,115,255,.2),transparent 20%),
    radial-gradient(circle at 84% 78%,rgba(76,144,255,.14),transparent 22%);
}

.course-console-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:158px minmax(0,1fr);
  gap:0;
  min-height:520px;
}

.course-console-side{
  padding:10px 18px 10px 8px;
  border-right:1px solid rgba(255,255,255,.08);
}

.course-console-brand{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
  color:#fff;
  font-weight:800;
}

.course-console-brand .dot{
  width:14px;
  height:14px;
  border-radius:4px;
  background:linear-gradient(135deg,#8e4dff,#47a3ff);
  box-shadow:0 0 18px rgba(133,107,255,.5);
}

.course-console-nav{
  display:grid;
  gap:10px;
}

.course-console-nav a{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:0 14px;
  border-radius:14px;
  color:#b0bbd8;
  border:1px solid transparent;
  background:rgba(255,255,255,.01);
  font-size:14px;
}

.course-console-nav a.active{
  color:#fff;
  border-color:rgba(146,124,255,.2);
  background:linear-gradient(135deg,rgba(129,82,255,.16),rgba(67,138,255,.1));
}

.course-console-main{
  padding:6px 0 0 26px;
}

.console-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.console-top h3{
  margin:0;
  font-size:40px;
  letter-spacing:-.04em;
}

.console-top p{
  margin:8px 0 0;
  color:#9ea9cb;
}

.console-avatar{
  display:flex;
  align-items:center;
  gap:12px;
  color:#dce5ff;
}

.console-avatar img{
  width:46px;
  height:46px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.14);
}

.console-grid{
  display:grid;
  gap:18px;
}

.progress-panel,
.lesson-panel{
  position:relative;
  overflow:hidden;
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(152,136,255,.16);
  background:linear-gradient(180deg,rgba(15,18,36,.92),rgba(9,12,24,.98));
}

.progress-panel:before,
.lesson-panel:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 80% 54%,rgba(138,104,255,.2),transparent 20%),
    linear-gradient(180deg,rgba(255,255,255,.03),transparent 20%);
}

.progress-panel-head,
.lesson-panel-head{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.progress-panel-head span,
.lesson-panel-head span{
  color:#9da7c9;
  font-size:14px;
}

.progress-panel-head strong,
.lesson-panel-head strong{
  display:block;
  font-size:18px;
}

.progress-panel-body{
  position:relative;
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:20px;
  align-items:center;
}

.progress-ring{
  position:relative;
  width:92px;
  height:92px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:conic-gradient(#9968ff 0 65%,rgba(255,255,255,.08) 65% 100%);
}

.progress-ring:before{
  content:"";
  width:70px;
  height:70px;
  border-radius:50%;
  background:#0c1020;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

.progress-ring strong{
  position:absolute;
  font-size:22px;
}

.progress-copy p{
  margin:0 0 12px;
  color:#c2cae0;
  font-size:15px;
}

.progress-bar{
  height:7px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  overflow:hidden;
}

.progress-bar span{
  display:block;
  width:65%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#a25fff,#4aa3ff);
  box-shadow:0 0 18px rgba(121,104,255,.46);
}

.lesson-card{
  position:relative;
  display:grid;
  grid-template-columns:84px minmax(0,1fr) 54px;
  gap:14px;
  align-items:center;
  padding:14px;
  border-radius:20px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
}

.lesson-card img{
  width:84px;
  height:62px;
  object-fit:cover;
  border-radius:14px;
}

.lesson-copy strong{
  display:block;
  font-size:16px;
}

.lesson-copy p{
  margin:6px 0 10px;
  color:#9da8c8;
  font-size:14px;
}

.lesson-play{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(142,83,255,.28),rgba(77,145,255,.16));
  border:1px solid rgba(160,136,255,.18);
  color:#fff;
  font-size:16px;
}

.course-stats-band{
  margin:10px auto 0;
}

.course-stats-wrap{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(141,124,255,.16);
  background:linear-gradient(180deg,rgba(10,13,28,.9),rgba(6,8,17,.96));
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}

.course-stat{
  display:flex;
  align-items:center;
  gap:18px;
  padding:26px 30px;
  border-right:1px solid rgba(255,255,255,.06);
}

.course-stat:last-child{
  border-right:0;
}

.course-stat-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:#cbbeff;
  background:linear-gradient(135deg,rgba(139,90,255,.18),rgba(78,141,255,.12));
  border:1px solid rgba(144,129,255,.16);
}

.course-stat strong{
  display:block;
  font-size:40px;
  line-height:1;
}

.course-stat span{
  color:#b8c2dd;
  font-size:15px;
}

.course-pillars{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.course-pillar{
  position:relative;
  overflow:hidden;
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(142,125,255,.14);
  background:
    radial-gradient(circle at 82% 12%,rgba(142,89,255,.15),transparent 26%),
    linear-gradient(180deg,rgba(11,13,28,.9),rgba(7,9,18,.98));
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}

.course-pillar svg{
  width:44px;
  height:44px;
  margin-bottom:24px;
  color:#bba7ff;
}

.course-pillar h3{
  margin:0 0 8px;
  font-size:24px;
}

.course-pillar p{
  margin:0;
  color:#aab4d1;
  line-height:1.7;
}

.course-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.course-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(146,126,255,.14);
  background:linear-gradient(180deg,rgba(11,13,28,.94),rgba(7,9,18,.98));
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}

.course-card-media{
  position:relative;
  height:220px;
  overflow:hidden;
}

.course-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.course-card-body{
  padding:24px;
}

.course-card-kicker{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(153,104,255,.12);
  color:#d8ccff;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.course-card h3{
  margin:18px 0 10px;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.04em;
}

.course-card-desc{
  margin:0;
  color:#aab4d2;
  line-height:1.72;
}

.course-author{
  display:flex;
  align-items:center;
  gap:12px;
  margin:20px 0 14px;
  color:#dbe4ff;
}

.course-author img{
  width:34px;
  height:34px;
  border-radius:50%;
  object-fit:cover;
}

.course-meta{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  color:#b8c2e0;
  font-size:14px;
}

.course-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.07);
}

.course-price{
  font-size:38px;
  line-height:1;
  letter-spacing:-.05em;
  background:linear-gradient(135deg,#cd8dff,#6f82ff 58%,#53b0ff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.course-link{
  color:#e8edff;
  font-weight:700;
}

.course-roadmap{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.course-roadmap:before{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  top:72px;
  height:2px;
  background:linear-gradient(90deg,rgba(148,98,255,.45),rgba(76,149,255,.45));
}

.course-road-step{
  position:relative;
  padding:30px 24px 24px;
  border-radius:26px;
  border:1px solid rgba(146,126,255,.14);
  background:
    radial-gradient(circle at 80% 16%,rgba(154,104,255,.16),transparent 24%),
    linear-gradient(180deg,rgba(12,14,29,.92),rgba(6,8,18,.98));
}

.course-road-number{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:66px;
  height:66px;
  margin-bottom:22px;
  border-radius:50%;
  background:linear-gradient(135deg,#985fff,#4f98ff);
  color:#fff;
  font-size:28px;
  font-weight:800;
  box-shadow:0 0 28px rgba(125,106,255,.34);
}

.course-road-step h3{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.14;
}

.course-road-step p{
  margin:0;
  color:#aab4d2;
  line-height:1.72;
}

.instructor-panel{
  display:grid;
  grid-template-columns:minmax(260px,.55fr) minmax(0,1fr);
  gap:0;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(149,126,255,.16);
  background:linear-gradient(180deg,rgba(10,12,26,.96),rgba(7,9,18,.98));
  box-shadow:0 22px 70px rgba(0,0,0,.22);
}

.instructor-photo{
  min-height:100%;
  background:
    radial-gradient(circle at 50% 20%,rgba(126,80,255,.28),transparent 36%),
    linear-gradient(180deg,rgba(31,23,63,.98),rgba(12,12,25,.98));
}

.instructor-photo img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}

.instructor-copy{
  padding:34px 34px 36px;
}

.instructor-copy h2{
  display:flex;
  align-items:center;
  gap:12px;
}

.instructor-check{
  display:inline-grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:linear-gradient(135deg,#8f57ff,#4e95ff);
  color:#fff;
  font-size:16px;
}

.instructor-role{
  margin:0 0 22px;
  color:#aeb9d5;
  font-size:22px;
}

.instructor-points{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:14px;
}

.instructor-points li{
  display:flex;
  gap:12px;
  color:#d6dff7;
  font-size:17px;
  line-height:1.7;
}

.instructor-points li:before{
  content:"";
  flex:0 0 24px;
  width:24px;
  height:24px;
  margin-top:2px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%,#fff 0 18%,transparent 19%),
    linear-gradient(135deg,#8b57ff,#54a5ff);
  box-shadow:0 0 18px rgba(124,106,255,.34);
}

.course-cta{
  margin-top:18px;
  background:
    radial-gradient(circle at 18% 50%,rgba(145,82,255,.22),transparent 26%),
    radial-gradient(circle at 82% 50%,rgba(73,145,255,.18),transparent 26%),
    linear-gradient(135deg,rgba(12,15,30,.96),rgba(6,10,20,.98));
  border-color:rgba(146,126,255,.18);
}

.course-cta .btn.primary{
  background:linear-gradient(135deg,#8b51ff 0%,#6671ff 55%,#4aa7ff 100%);
  border-color:rgba(174,152,255,.24);
  color:#fff;
}

.course-entry-card{
  display:block;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}

.course-entry-card:hover{
  transform:translateY(-6px);
  border-color:rgba(170,142,255,.32);
  box-shadow:0 24px 60px rgba(0,0,0,.28),0 0 32px rgba(116,102,255,.14);
}

.course-card-grid-compact{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.course-card-grid-compact .course-card{
  border-radius:22px;
  border-color:rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 80% 0%,rgba(255,255,255,.05),transparent 28%),
    linear-gradient(180deg,rgba(16,16,16,.96),rgba(9,9,9,.99));
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}

.course-card-grid-compact .course-card-media{
  height:150px;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.course-card-grid-compact .course-card-body{
  padding:18px;
}

.course-card-grid-compact .course-card-kicker{
  min-height:28px;
  padding:0 10px;
  font-size:11px;
  background:rgba(255,255,255,.06);
  color:#f1f4ff;
  border:1px solid rgba(255,255,255,.08);
}

.course-card-grid-compact .course-card h3{
  margin:14px 0 8px;
  font-size:24px;
}

.course-card-grid-compact .course-card-desc{
  font-size:14px;
  line-height:1.6;
  color:#b9c1d4;
}

.course-card-grid-compact .course-author{
  gap:10px;
  margin:14px 0 12px;
  font-size:14px;
}

.course-card-grid-compact .course-author img{
  width:30px;
  height:30px;
}

.course-card-grid-compact .course-meta{
  gap:10px;
  font-size:12px;
  color:#9da8c6;
}

.course-card-grid-compact .course-price-row{
  gap:12px;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
}

.course-card-grid-compact .course-price{
  font-size:28px;
  background:linear-gradient(135deg,#d8ff72 0%,#7bff64 52%,#31d167 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.course-card-grid-compact .course-link{
  font-size:14px;
  color:#eef2ff;
}

.course-list-heading{
  justify-items:center;
  text-align:center;
  margin-bottom:12px;
}

.catalogue-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}

.catalogue-head .section-heading,
.catalogue-head.section-heading,
.catalogue-head.course-list-heading{
  flex:1 1 auto;
  justify-items:start;
  text-align:left;
  margin-bottom:0;
}

.catalogue-head .course-list-title:after{
  left:0;
  transform:none;
}

.catalogue-head-action{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  margin-top:4px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#eef2ff;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  transition:.2s ease;
  margin-right:10px;
}

.catalogue-head-action:hover,
.catalogue-head-action:focus-visible{
  border-color:rgba(194,255,95,.36);
  background:rgba(194,255,95,.08);
  color:#f7ffd5;
  outline:none;
}

.course-list-title{
  position:relative;
  margin:0;
  font-size:clamp(34px,4vw,56px);
  line-height:1.04;
  letter-spacing:-.05em;
  font-weight:850;
  color:#f5f7ff;
  padding-bottom:16px;
}

.course-list-title:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:min(230px,90%);
  height:7px;
  transform:translateX(-50%);
  border-radius:999px;
  background:
    linear-gradient(90deg,transparent 0 8%,#d8ff72 8% 15%,transparent 15% 19%,#69ff8d 19% 58%,transparent 58% 63%,#29e7ff 63% 75%,transparent 75% 80%,#d8ff72 80% 100%),
    linear-gradient(90deg,rgba(88,255,112,0),rgba(157,255,67,.85),rgba(34,230,255,.74),rgba(88,255,112,0));
  box-shadow:0 0 18px rgba(119,255,86,.45),0 0 28px rgba(35,221,255,.18);
  clip-path:polygon(0 42%,7% 42%,10% 0,18% 0,21% 42%,58% 42%,61% 0,67% 0,70% 42%,100% 42%,100% 72%,70% 72%,67% 100%,61% 100%,58% 72%,21% 72%,18% 100%,10% 100%,7% 72%,0 72%);
}

.hero-service-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}

.hero-service-panel-head > div:first-child{
  flex:1 1 auto;
}

.course-detail-page .shell-content{
  background:
    radial-gradient(circle at 82% 8%,rgba(158,103,255,.16),transparent 24%),
    radial-gradient(circle at 12% 0%,rgba(79,141,255,.1),transparent 20%),
    linear-gradient(180deg,#05070f 0%,#070913 46%,#05070d 100%);
}

.course-detail-hero{
  padding:30px 0 14px;
  overflow:hidden;
}

.course-detail-page .hero:before{
  opacity:.82;
}

.course-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:12px;
  color:#9da7c8;
  font-size:14px;
}

.course-breadcrumb a{
  color:#d8deef;
}

.course-header-banner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.46fr);
  gap:24px;
  align-items:center;
  min-height:280px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}

.course-header-copy{
  display:grid;
  align-content:center;
}

.course-header-copy h1{
  margin-bottom:12px;
  font-size:clamp(28px,3.6vw,48px);
  line-height:1.04;
}

.course-header-copy .lead{
  margin-bottom:16px;
  max-width:720px;
  font-size:16px;
  line-height:1.65;
}

.course-teacher-inline{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
  color:#dce3f7;
}

.course-teacher-inline img{
  width:40px;
  height:40px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.12);
}

.course-teacher-inline strong{
  display:block;
  font-size:15px;
}

.course-teacher-inline span{
  color:#9ea8ca;
  font-size:13px;
}

.course-header-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.course-header-tags span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:#d6deef;
  font-size:12px;
}

.course-header-banner-media{
  position:relative;
  overflow:hidden;
  min-height:280px;
  border-radius:34px;
  border:1px solid rgba(147,168,255,.16);
  background:radial-gradient(circle at 50% 18%,rgba(158,103,255,.2),transparent 30%);
  box-shadow:0 28px 90px rgba(36,108,255,.22);
}

.course-header-banner-media img{
  position:absolute;
  inset:-8% -10%;
  width:120%;
  height:116%;
  object-fit:contain;
  filter:drop-shadow(0 34px 70px rgba(36,108,255,.28));
}

.course-detail-main{
  padding-top:8px;
}

.course-detail-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:26px;
  align-items:start;
}

.course-detail-content{
  display:grid;
  gap:22px;
}

.course-detail-sidebar{
  display:grid;
  gap:18px;
}

.course-sidebar-sticky{
  position:sticky;
  top:108px;
}

.course-detail-panel,
.course-sidebar-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(146,126,255,.14);
  background:
    radial-gradient(circle at 82% 12%,rgba(144,102,255,.12),transparent 22%),
    linear-gradient(180deg,rgba(12,15,29,.94),rgba(7,10,19,.98));
  box-shadow:0 18px 50px rgba(0,0,0,.2);
}

.course-detail-panel{
  padding:28px;
}

.course-panel-heading{
  margin-bottom:18px;
}

.course-panel-heading span{
  display:inline-block;
  margin-bottom:8px;
  color:#97a3c9;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.course-panel-heading h2{
  margin:0;
  font-size:30px;
  line-height:1.1;
  letter-spacing:-.04em;
}

.course-detail-panel p{
  margin:0;
  color:#bac3dc;
  line-height:1.82;
  font-size:16px;
}

.course-detail-panel p + p{
  margin-top:14px;
}

.course-outline{
  display:grid;
  gap:14px;
}

.course-module{
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  background:rgba(255,255,255,.025);
}

.course-module summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  cursor:pointer;
  list-style:none;
  font-weight:700;
  color:#e6ebfb;
}

.course-module summary::-webkit-details-marker{
  display:none;
}

.course-module summary strong{
  color:#ffd86b;
  font-size:14px;
}

.course-lessons{
  display:grid;
  gap:0;
  padding:0 20px 16px;
}

.course-lesson-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.07);
  color:#d5dcf0;
}

.course-lesson-row small{
  color:#96a2c7;
  font-size:13px;
  white-space:nowrap;
}

.course-benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.course-benefit{
  min-height:100%;
  padding:20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
}

.course-benefit strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
}

.course-benefit p{
  font-size:15px;
  line-height:1.74;
}

.course-mentor-card{
  display:grid;
  gap:18px;
}

.course-mentor-head{
  display:flex;
  align-items:center;
  gap:16px;
}

.course-mentor-avatar{
  width:82px;
  height:82px;
  border-radius:22px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.1);
}

.course-mentor-copy strong{
  display:block;
  font-size:24px;
}

.course-mentor-copy span{
  display:block;
  margin-top:6px;
  color:#a5b0cf;
  font-size:15px;
}

.course-mentor-points{
  margin:0;
  padding-left:18px;
  color:#d8def1;
  display:grid;
  gap:10px;
}

.course-mentor-points li{
  line-height:1.7;
}

.course-review-grid{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:20px;
  align-items:start;
}

.course-review-score{
  display:grid;
  place-items:center;
  min-height:220px;
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
  text-align:center;
}

.course-review-score strong{
  display:block;
  font-size:72px;
  line-height:1;
}

.course-review-score p{
  margin-top:10px;
  font-size:15px;
  line-height:1.7;
}

.course-review-bars{
  display:grid;
  gap:14px;
}

.course-review-bar{
  display:grid;
  grid-template-columns:28px minmax(0,1fr) 38px;
  gap:12px;
  align-items:center;
  color:#d7def0;
  font-size:14px;
}

.course-review-bar-track{
  height:8px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.08);
}

.course-review-bar-track span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#f5cc59,#a867ff,#55a9ff);
}

.course-sidebar-card{
  padding:18px;
}

.course-sidebar-media{
  overflow:hidden;
  border-radius:20px;
  margin-bottom:18px;
  border:1px solid rgba(255,255,255,.08);
}

.course-sidebar-media img{
  width:100%;
  height:190px;
  object-fit:cover;
}

.course-sidebar-price-note{
  margin-bottom:6px;
  color:#8f9cc0;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.course-old-price{
  color:#8592b5;
  text-decoration:line-through;
  font-size:16px;
}

.course-sidebar-price{
  margin:6px 0 18px;
  font-size:42px;
  line-height:1;
  letter-spacing:-.05em;
  color:#fff4bd;
}

.course-sidebar-card .btn{
  width:100%;
}

.course-feature-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.course-feature-list li{
  display:flex;
  gap:10px;
  color:#d8def0;
  line-height:1.65;
}

.course-feature-list li:before{
  content:"•";
  color:#f5cc59;
}

.course-feature-list.dense{
  margin-top:0;
  gap:10px;
}

.course-payment-open{
  overflow:hidden;
}

.course-payment-modal{
  position:fixed;
  inset:0;
  z-index:120;
  display:grid;
  place-items:center;
  padding:24px;
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}

.course-payment-modal.is-open{
  opacity:1;
  pointer-events:auto;
}

.course-payment-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,4,10,.76);
  backdrop-filter:blur(14px);
}

.course-payment-dialog{
  position:relative;
  width:min(920px,100%);
  max-height:min(760px,calc(100vh - 48px));
  overflow:auto;
  border-radius:28px;
  border:1px solid rgba(184,169,255,.22);
  background:
    radial-gradient(circle at 86% 0%,rgba(144,102,255,.18),transparent 26%),
    linear-gradient(180deg,rgba(13,17,32,.98),rgba(7,10,20,.99));
  box-shadow:0 34px 110px rgba(0,0,0,.5);
}

.course-payment-close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:2;
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:24px;
  cursor:pointer;
}

.course-payment-header{
  padding:28px 72px 20px 28px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.course-payment-header span{
  display:block;
  margin-bottom:8px;
  color:#ffd86b;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.course-payment-header h2{
  margin:0;
  font-size:clamp(26px,3vw,42px);
  line-height:1.04;
  letter-spacing:-.04em;
}

.course-payment-header p{
  max-width:680px;
  margin:10px 0 0;
  color:#b7c0dc;
  line-height:1.65;
}

.course-payment-body{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:24px;
  padding:28px;
}

.course-payment-qr-wrap{
  display:grid;
  gap:12px;
  align-content:start;
}

.course-payment-qr-wrap img{
  width:100%;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.1);
  background:#fff;
}

.course-payment-qr-wrap small{
  color:#9da8c8;
  text-align:center;
}

.course-payment-info{
  display:grid;
  align-content:start;
  gap:16px;
}

.course-payment-course{
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  color:#fff;
  font-size:18px;
  font-weight:850;
}

.course-payment-info dl{
  display:grid;
  gap:10px;
  margin:0;
}

.course-payment-info dl div{
  display:grid;
  grid-template-columns:128px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.course-payment-info dt{
  color:#8f9cc0;
  font-size:13px;
}

.course-payment-info dd{
  margin:0;
  color:#f2f5ff;
  font-weight:750;
  word-break:break-word;
}

.course-payment-info code{
  padding:4px 8px;
  border-radius:8px;
  background:rgba(255,216,107,.12);
  color:#ffe58a;
  font-family:inherit;
}

.course-payment-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.course-payment-note{
  margin:0;
  color:#a4afcf;
  font-size:14px;
  line-height:1.65;
}

@media (max-width:760px){
  .course-payment-modal{
    padding:12px;
    align-items:end;
  }

  .course-payment-dialog{
    max-height:calc(100vh - 24px);
    border-radius:24px;
  }

  .course-payment-header{
    padding:24px 64px 18px 20px;
  }

  .course-payment-body{
    grid-template-columns:1fr;
    padding:20px;
  }

  .course-payment-qr-wrap{
    max-width:300px;
    margin:auto;
  }

  .course-payment-info dl div{
    grid-template-columns:1fr;
    gap:4px;
  }

  .course-payment-actions .btn{
    width:100%;
  }
}

.course-mini-panel{
  padding:24px;
}

@media (max-width:1280px){
  .courses-hero-grid{
    grid-template-columns:1fr;
  }
  .course-console{
    max-width:920px;
  }
}

@media (max-width:1100px){
  .course-card-grid-compact{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .course-pillars,
  .course-card-grid,
  .course-roadmap{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .course-header-banner,
  .course-detail-grid{
    grid-template-columns:1fr;
  }
  .course-header-banner{
    min-height:0;
    grid-template-columns:1fr;
  }
  .course-detail-sidebar{
    order:-1;
  }
  .course-sidebar-sticky{
    position:static;
  }
  .course-roadmap:before{
    display:none;
  }
  .course-stats-wrap{
    grid-template-columns:1fr;
  }
  .course-stat{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.06);
  }
  .course-stat:last-child{
    border-bottom:0;
  }
  .instructor-panel{
    grid-template-columns:1fr;
  }
  .instructor-photo img{
    min-height:320px;
  }
}

@media (max-width:900px){
  .course-card-grid-compact .course-card-media{
    height:136px;
  }
  .courses-page:not(.course-detail-page) .hero{
    padding:22px 0 10px;
  }
  .courses-page:not(.course-detail-page) .hero-art{
    min-height:200px;
  }
  .courses-hero{
    padding-top:38px;
  }
  .course-hero-note,
  .course-pillars,
  .course-card-grid,
  .course-roadmap{
    grid-template-columns:1fr;
  }
  .course-console{
    padding:18px;
    border-radius:26px;
  }
  .course-header-banner{
    padding:20px;
  }
  .course-header-copy .lead{
    -webkit-line-clamp:3;
  }
  .course-panel-heading h2{
    font-size:26px;
  }
  .course-benefit-grid,
  .course-review-grid{
    grid-template-columns:1fr;
  }
  .course-console-grid{
    grid-template-columns:1fr;
    min-height:0;
  }
  .course-console-side{
    padding:0 0 18px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .course-console-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .course-console-main{
    padding:20px 0 0;
  }
  .console-top h3{
    font-size:30px;
  }
  .progress-panel-body{
    grid-template-columns:1fr;
  }
  .progress-ring{
    margin:0 auto;
  }
  .course-card h3{
    font-size:28px;
  }
}

@media (max-width:700px){
  .course-list-title{
    font-size:clamp(26px,8vw,36px);
  }
  .course-card-grid-compact{
    grid-template-columns:1fr;
    gap:14px;
  }
  .course-card-grid-compact .course-card-body{
    padding:16px;
  }
  .course-card-grid-compact .course-card h3{
    font-size:22px;
  }
  .course-card-grid-compact .course-price{
    font-size:24px;
  }
  .courses-page:not(.course-detail-page) h1{
    font-size:clamp(24px,8vw,34px);
  }
  .courses-page:not(.course-detail-page) .lead{
    font-size:14px;
    margin-bottom:12px;
  }
  .courses-page:not(.course-detail-page) .hero-art{
    min-height:150px;
  }
  .course-console-nav{
    grid-template-columns:1fr;
  }
  .course-detail-panel{
    padding:22px 18px;
  }
  .course-header-banner{
    padding:18px 16px;
  }
  .course-header-copy h1{
    font-size:clamp(24px,9vw,34px);
  }
  .course-header-copy .lead{
    display:none;
  }
  .course-teacher-inline{
    margin-bottom:8px;
  }
  .course-header-tags{
    gap:6px;
  }
  .course-header-tags span:nth-child(4){
    display:none;
  }
  .course-header-tags span{
    min-height:28px;
    padding:0 10px;
    font-size:11px;
  }
  .course-header-banner-media{
    min-height:160px;
  }
  .course-header-tags span{
    width:100%;
    justify-content:center;
  }
  .course-lesson-row{
    flex-direction:column;
    align-items:flex-start;
  }
  .course-mentor-head{
    align-items:flex-start;
  }
  .console-top{
    flex-direction:column;
    align-items:flex-start;
  }
  .lesson-card{
    grid-template-columns:1fr;
  }
  .lesson-card img{
    width:100%;
    height:180px;
  }
  .lesson-play{
    width:100%;
    height:46px;
  }
  .course-stat{
    padding:22px;
  }
  .course-stat strong{
    font-size:32px;
  }
  .instructor-copy{
    padding:24px 22px 26px;
  }
  .instructor-role{
    font-size:18px;
  }
  .course-review-score{
    min-height:180px;
  }
}

@media (max-width:420px){
  .course-console{
    padding:14px;
  }
  .course-console-main{
    padding-top:16px;
  }
  .console-top h3{
    font-size:25px;
  }
  .course-pillar h3,
  .course-road-step h3{
    font-size:23px;
  }
  .course-card h3{
    font-size:24px;
  }
  .course-price{
    font-size:30px;
  }
  .course-price-row{
    flex-direction:column;
    align-items:flex-start;
  }
  .course-sidebar-price{
    font-size:34px;
  }
  .course-review-score strong{
    font-size:56px;
  }
}

.cms-admin-root{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:95;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:12px;
  pointer-events:none;
}

.cms-admin-root.is-inline{
  position:relative;
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  right:auto;
  bottom:auto;
  z-index:22;
  align-self:center;
  flex:0 0 auto;
}

.topbar-actions .cms-admin-root.is-inline{
  position:absolute;
  top:50%;
  right:0;
  margin-top:-21px;
  transform:none;
  gap:0;
  margin-left:0;
}

.cms-admin-root [hidden]{
  display:none !important;
}

.cms-admin-launch,
.cms-admin-menu-toggle,
.cms-admin-nav-launch,
.cms-admin-close,
.cms-admin-panel-peek,
.cms-admin-button{
  appearance:none;
  border:0;
  cursor:pointer;
  font:inherit;
}

.cms-admin-menu{
  position:relative;
  z-index:130;
  pointer-events:auto;
}

.cms-admin-menu-toggle{
  min-height:50px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:999px;
  color:#f8fff8;
  font-weight:800;
  letter-spacing:.01em;
  background:
    radial-gradient(circle at 20% 0%,rgba(194,255,95,.22),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  border:1px solid rgba(194,255,95,.2);
  box-shadow:0 18px 50px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.04);
  cursor:pointer;
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}

.cms-admin-menu-toggle svg{
  width:19px;
  height:19px;
  color:#d6ff71;
}

.cms-admin-menu-toggle i{
  width:7px;
  height:7px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:translateY(-2px) rotate(45deg);
  opacity:.72;
  transition:transform .22s ease;
}

.cms-admin-menu-toggle:hover,
.cms-admin-menu-toggle:focus-visible,
.cms-admin-menu.is-open .cms-admin-menu-toggle{
  transform:translateY(-2px);
  border-color:rgba(194,255,95,.46);
  background:
    radial-gradient(circle at 20% 0%,rgba(194,255,95,.3),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.035));
  outline:none;
}

.cms-admin-menu.is-open .cms-admin-menu-toggle i{
  transform:translateY(2px) rotate(225deg);
}

.cms-admin-menu-popover{
  position:absolute;
  z-index:130;
  top:calc(100% + 12px);
  right:0;
  width:230px;
  padding:10px;
  display:grid;
  gap:7px;
  border-radius:22px;
  background:
    radial-gradient(circle at 20% 0%,rgba(194,255,95,.12),transparent 40%),
    linear-gradient(180deg,rgba(12,18,14,.98),rgba(6,9,8,.98));
  border:1px solid rgba(194,255,95,.18);
  box-shadow:0 24px 70px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
  opacity:0;
  pointer-events:none;
  transform:translateY(-6px) scale(.98);
  transform-origin:top right;
  transition:opacity .18s ease,transform .18s ease;
}

.cms-admin-menu.is-open .cms-admin-menu-popover{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}

.cms-admin-menu-eyebrow{
  margin:2px 8px 4px;
  color:rgba(246,250,247,.48);
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.cms-admin-menu-popover .cms-admin-launch,
.cms-admin-menu-popover .cms-admin-nav-launch{
  width:100%;
  min-height:44px;
  justify-content:flex-start;
  border-radius:15px;
  box-shadow:none;
}

.cms-admin-menu-popover .cms-admin-launch{
  padding:0 14px;
}

.cms-admin-menu-popover .cms-admin-nav-launch{
  padding:0 13px;
}

.cms-admin-launch{
  min-width:110px;
  min-height:50px;
  padding:0 18px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  color:#f2f4f7;
  font-weight:700;
  letter-spacing:.02em;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
  box-shadow:0 14px 50px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.015);
  pointer-events:auto;
  transition:.25s ease;
}

.cms-admin-launch:hover,
.cms-admin-launch:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  outline:none;
}

.cms-admin-nav-launch{
  min-height:50px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:16px;
  color:#f6faf7;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 16px 40px rgba(0,0,0,.24);
  pointer-events:auto;
  transition:.22s ease;
}

.cms-admin-nav-launch svg{
  width:22px;
  height:22px;
}

.cms-admin-nav-launch span{
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em;
}

.cms-admin-nav-launch:hover,
.cms-admin-nav-launch:focus-visible,
.cms-admin-nav-launch.is-active{
  transform:translateY(-2px);
  border-color:rgba(194,255,95,.42);
  color:#d6ff71;
  background:rgba(194,255,95,.08);
  outline:none;
}

.cms-admin-nav-launch.is-locked{
  border-color:rgba(255,255,255,.1);
  color:#f6faf7;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
}

.topbar-actions .cms-admin-root.is-inline .cms-admin-launch,
.topbar-actions .cms-admin-root.is-inline .cms-admin-nav-launch{
  min-height:42px;
  border-radius:999px;
  box-shadow:none;
}

.topbar-actions .cms-admin-root.is-inline .cms-admin-menu-toggle{
  min-height:42px;
  padding:0 15px;
  box-shadow:none;
}

.topbar-actions .cms-admin-root.is-inline .cms-admin-menu-toggle{
  width:40px;
  min-width:40px;
  height:40px;
  padding:0;
}

.topbar-actions .cms-admin-root.is-inline .cms-admin-menu-toggle span,
.topbar-actions .cms-admin-root.is-inline .cms-admin-menu-toggle i{
  display:none;
}

.topbar-actions .cms-admin-root.is-inline .cms-admin-menu-toggle svg{
  width:18px;
  height:18px;
}

.topbar-actions .cms-admin-root.is-inline .cms-admin-launch{
  min-width:auto;
  padding:0 16px;
}

.topbar-actions .cms-admin-root.is-inline .cms-admin-nav-launch{
  padding:0 14px;
}

.topbar-actions .cms-admin-root.is-inline .cms-admin-nav-launch svg{
  width:18px;
  height:18px;
}

.cms-admin-panel{
  position:fixed;
  top:88px;
  left:calc(100vw - min(560px,calc(100vw - 28px)) - 20px);
  width:min(560px,calc(100vw - 28px));
  max-height:calc(100vh - 108px);
  overflow:auto;
  will-change:left,top;
  padding:20px;
  display:grid;
  gap:16px;
  border-radius:26px;
  background:linear-gradient(180deg,rgba(8,13,10,.97),rgba(7,9,8,.98));
  border:1px solid rgba(146,255,145,.18);
  box-shadow:0 26px 90px rgba(0,0,0,.38);
  backdrop-filter:blur(18px);
  opacity:0;
  pointer-events:none;
  transform:translateY(12px) scale(.98);
  transition:opacity .22s ease,transform .22s ease;
}

.cms-admin-root.is-inline .cms-admin-panel{
  top:88px;
}

.cms-admin-root.is-open .cms-admin-panel,
.cms-admin-panel.is-open{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}

.cms-admin-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  cursor:move;
  user-select:none;
  touch-action:none;
}

.cms-admin-head-actions{
  display:flex;
  align-items:center;
  gap:8px;
}

.cms-admin-root.is-dragging .cms-admin-head{
  cursor:grabbing;
}

.cms-admin-root.is-dragging .cms-admin-panel{
  transition:none;
}

body.cms-panel-dragging{
  user-select:none;
  cursor:grabbing;
}

body.cms-large-editor-open{
  overflow:hidden;
}

.cms-large-editor{
  position:fixed;
  inset:0;
  z-index:130;
  display:grid;
  place-items:center;
  padding:24px;
}

.cms-large-editor[hidden]{
  display:none;
}

.cms-large-editor-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.58);
  backdrop-filter:blur(8px);
}

.cms-large-editor-dialog{
  position:relative;
  z-index:1;
  width:min(1120px,calc(100vw - 48px));
  max-height:calc(100vh - 48px);
  display:grid;
  grid-template-rows:auto minmax(360px,1fr) auto;
  gap:16px;
  padding:22px;
  border-radius:26px;
  background:linear-gradient(180deg,rgba(8,13,10,.98),rgba(7,9,8,.99));
  border:1px solid rgba(146,255,145,.2);
  box-shadow:0 32px 120px rgba(0,0,0,.48);
}

.cms-large-editor-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.cms-large-editor-head strong{
  color:#f8fbf9;
  font-size:19px;
  font-weight:780;
}

.cms-large-editor-textarea{
  width:100%;
  min-height:min(62vh,620px);
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
  color:#f8fbf9;
  font:inherit;
  font-size:17px;
  line-height:1.65;
  resize:none;
}

.cms-large-editor-textarea:focus{
  outline:none;
  border-color:rgba(160,255,149,.46);
  box-shadow:0 0 0 4px rgba(132,255,114,.14);
}

.cms-confirm-modal{
  position:fixed;
  inset:0;
  z-index:132;
  display:grid;
  place-items:center;
  padding:24px;
  pointer-events:auto;
}

.cms-confirm-modal[hidden]{
  display:none;
}

.cms-confirm-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(8px);
  pointer-events:auto;
}

.cms-confirm-dialog{
  position:relative;
  z-index:1;
  width:min(520px,calc(100vw - 32px));
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(10,12,15,.98),rgba(7,8,10,.99));
  box-shadow:0 32px 120px rgba(0,0,0,.5);
  pointer-events:auto;
}

.cms-nav-modal,
.cms-blog-agent-modal{
  position:fixed;
  inset:0;
  z-index:131;
  display:grid;
  place-items:center;
  padding:24px;
  overflow:auto;
  pointer-events:auto;
}

.cms-nav-modal[hidden],
.cms-blog-agent-modal[hidden]{
  display:none;
}

.cms-nav-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(8px);
  pointer-events:auto;
}

.cms-nav-dialog{
  position:relative;
  z-index:1;
  width:min(1120px,calc(100vw - 40px));
  max-height:calc(100vh - 48px);
  overflow:auto;
  display:grid;
  gap:18px;
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(196,255,114,.16);
  background:linear-gradient(180deg,rgba(8,13,10,.98),rgba(7,9,8,.99));
  box-shadow:0 32px 120px rgba(0,0,0,.52);
  pointer-events:auto;
  margin:auto;
}

.cms-blog-agent-dialog{
  width:min(760px,calc(100vw - 40px));
}

.cms-nav-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}

.cms-nav-head strong{
  color:#f8fbf9;
  font-size:21px;
  font-weight:800;
}

.cms-nav-layout{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.95fr);
  gap:18px;
}

.cms-nav-block{
  display:grid;
  gap:14px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.cms-nav-block-head{
  display:grid;
  gap:4px;
}

.cms-nav-block-head strong{
  color:#f7faf8;
  font-size:16px;
}

.cms-nav-block-head span{
  color:#b7c1bc;
  font-size:13px;
  line-height:1.5;
}

.cms-nav-groups{
  display:grid;
  gap:14px;
}

.cms-nav-group{
  display:grid;
  gap:10px;
}

.cms-nav-group-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.cms-nav-group-head strong{
  color:#eef4ef;
  font-size:15px;
}

.cms-nav-group-head span{
  color:#9eb3a4;
  font-size:12px;
}

.cms-nav-list{
  min-height:84px;
  display:grid;
  gap:10px;
  padding:12px;
  border-radius:18px;
  border:1px dashed rgba(255,255,255,.16);
  background:rgba(3,6,4,.34);
  transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease;
}

.cms-nav-list-topbar{
  align-content:start;
}

.cms-nav-list.is-drop-target,
.cms-nav-item.is-drop-target{
  border-color:rgba(194,255,95,.62);
  background:rgba(194,255,95,.1);
  box-shadow:0 0 0 4px rgba(194,255,95,.08);
}

.cms-nav-item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  min-height:52px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.05);
  color:#f3f8f4;
  cursor:grab;
}

.cms-nav-item.is-dragging{
  opacity:.55;
}

.cms-nav-item-grip{
  color:#91a697;
  font-size:15px;
  letter-spacing:-.08em;
}

.cms-nav-item-label{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:14px;
  font-weight:700;
}

.cms-nav-badge{
  padding:4px 9px;
  border-radius:999px;
  background:rgba(194,255,95,.12);
  color:#d9ff9d;
  font-size:11px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.cms-nav-remove{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#eff5f0;
  font:inherit;
  font-size:18px;
  line-height:1;
}

.cms-nav-remove:hover,
.cms-nav-remove:focus-visible{
  border-color:rgba(255,110,110,.4);
  background:rgba(255,110,110,.12);
  outline:none;
}

.cms-nav-empty{
  padding:14px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  color:#aeb8b2;
  font-size:13px;
  line-height:1.6;
}

.cms-confirm-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.cms-confirm-head strong{
  color:#f8fbf9;
  font-size:19px;
  font-weight:780;
}

.cms-confirm-copy{
  margin:14px 0 0;
  color:#d5dddf;
  font-size:15px;
  line-height:1.7;
}

@media (max-width:700px){
  .cms-large-editor{
    padding:12px;
  }

  .cms-large-editor-dialog{
    width:calc(100vw - 24px);
    max-height:calc(100vh - 24px);
    grid-template-rows:auto minmax(280px,1fr) auto;
    padding:16px;
    border-radius:20px;
  }

  .cms-large-editor-textarea{
    min-height:58vh;
    font-size:16px;
  }

  .cms-confirm-modal{
    padding:12px;
  }

  .cms-confirm-dialog{
    width:calc(100vw - 24px);
    padding:18px;
    border-radius:20px;
  }

  .cms-nav-modal{
    padding:12px;
  }

  .cms-nav-dialog{
    width:calc(100vw - 24px);
    max-height:calc(100vh - 24px);
    padding:18px;
    border-radius:22px;
  }
}

.cms-admin-head strong{
  display:block;
  font-size:17px;
  letter-spacing:-.02em;
}

.cms-admin-status,
.cms-admin-selection-meta,
.cms-admin-notice{
  margin:0;
  color:#b7c1bc;
  font-size:14px;
  line-height:1.55;
}

.cms-admin-close{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#f3f8f4;
  background:rgba(255,255,255,.05);
}

.cms-admin-close svg{
  width:18px;
  height:18px;
}

.cms-admin-collapse{
  color:#d8ff74;
}

.cms-admin-login,
.cms-admin-ai-settings,
.cms-admin-pages,
.cms-admin-selection{
  display:grid;
  gap:16px;
}

.cms-admin-ai-settings{
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.cms-admin-settings-dialog{
  max-width:680px;
}

.cms-admin-subhead{
  display:grid;
  gap:4px;
}

.cms-admin-subhead strong{
  color:#f8fbf9;
  font-size:14px;
}

.cms-admin-blog-agent{
  display:grid;
  gap:12px;
}

.cms-admin-target-form{
  display:grid;
  gap:16px;
}

.cms-admin-toolbar,
.cms-admin-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.cms-admin-panel-peek{
  position:fixed;
  z-index:96;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#d8ff74;
  background:linear-gradient(180deg,rgba(12,18,14,.96),rgba(7,9,8,.98));
  border:1px solid rgba(194,255,95,.24);
  box-shadow:0 20px 55px rgba(0,0,0,.3);
  pointer-events:none;
  opacity:0;
  transform:translateY(6px) scale(.96);
  transition:opacity .2s ease,transform .2s ease,border-color .2s ease;
}

.cms-admin-panel-peek svg{
  width:18px;
  height:18px;
}

.cms-admin-panel-peek:hover,
.cms-admin-panel-peek:focus-visible{
  border-color:rgba(194,255,95,.44);
  outline:none;
}

.cms-admin-root.is-open.is-collapsed .cms-admin-panel,
.cms-admin-panel.is-open.is-collapsed{
  opacity:0;
  pointer-events:none;
  transform:translateY(10px) scale(.97);
}

.cms-admin-root.is-open.is-collapsed .cms-admin-panel-peek,
.cms-admin-panel-peek.is-visible{
  pointer-events:auto;
  opacity:1;
  transform:translateY(0) scale(1);
}

.cms-admin-page-order{
  display:grid;
  gap:10px;
  padding-top:6px;
}

.cms-blog-agent-result{
  display:grid;
  gap:10px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.cms-blog-agent-result-card{
  display:grid;
  gap:8px;
}

.cms-blog-agent-summary{
  margin:0;
  padding-left:18px;
  color:#c5d0df;
  font-size:13px;
  line-height:1.6;
}

.cms-admin-field{
  display:grid;
  gap:8px;
}

.cms-admin-field-label{
  color:#f3f8f4;
  font-size:13px;
  font-weight:700;
  letter-spacing:.01em;
}

.cms-admin-field input,
.cms-admin-field textarea,
.cms-admin-field select{
  width:100%;
  min-height:50px;
  padding:14px 14px 13px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
  color:#f8fbf9;
  font:inherit;
  resize:vertical;
}

.cms-admin-select{
  appearance:none;
}

.cms-admin-field input[type="color"]{
  padding:6px;
  min-height:52px;
  cursor:pointer;
}

.cms-admin-secret-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 48px;
  gap:10px;
  align-items:center;
}

.cms-admin-secret-row input{
  min-width:0;
}

.cms-admin-secret-toggle{
  width:48px;
  min-width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
  color:#f3f8f4;
}

.cms-admin-secret-toggle svg{
  width:19px;
  height:19px;
}

.cms-admin-check{
  display:flex;
  align-items:center;
  gap:10px;
  color:#d9e4de;
  font-size:13px;
}

.cms-admin-check input{
  width:16px;
  height:16px;
  accent-color:#9bd84f;
}

.cms-admin-size-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 92px;
  gap:10px;
  align-items:center;
}

.cms-admin-upload{
  display:grid;
  gap:10px;
}

.cms-admin-upload-input{
  width:100%;
}

.cms-admin-upload-hint{
  margin:0;
  color:#b7c1bc;
  font-size:12px;
  line-height:1.5;
}

.cms-admin-size-row input[type="range"]{
  width:100%;
  min-height:auto;
  padding:0;
  border:0;
  border-radius:999px;
  background:transparent;
  box-shadow:none;
  accent-color:#b7ff47;
}

.cms-admin-field textarea{
  min-height:220px;
}

.cms-admin-rich-field{
  display:grid;
  gap:10px;
}

.cms-admin-rich-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.cms-admin-rich-action{
  min-width:46px;
  min-height:44px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.06);
  color:#f7faf8;
  font:inherit;
  font-size:15px;
  font-weight:760;
}

.cms-admin-rich-action-italic{
  font-style:italic;
}

.cms-admin-rich-action-wide{
  min-width:132px;
}

.cms-admin-inline-color{
  width:52px !important;
  min-height:44px !important;
  padding:6px !important;
  border-radius:14px !important;
  cursor:pointer;
}

.cms-admin-inline-font{
  width:136px !important;
  min-height:44px !important;
  padding:10px 12px !important;
  border-radius:14px !important;
}

.cms-admin-rich-editor{
  min-height:260px;
  max-height:52vh;
  overflow:auto;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
  color:#f8fbf9;
  font:inherit;
  line-height:1.7;
  white-space:pre-wrap;
  word-break:break-word;
  user-select:text;
}

.cms-admin-rich-editor:focus{
  outline:none;
  border-color:rgba(160,255,149,.42);
  box-shadow:0 0 0 4px rgba(132,255,114,.12);
}

.cms-admin-field input:focus,
.cms-admin-field textarea:focus{
  outline:none;
  border-color:rgba(160,255,149,.42);
  box-shadow:0 0 0 4px rgba(132,255,114,.12);
}

.cms-admin-button{
  min-height:46px;
  padding:0 16px;
  border-radius:14px;
  color:#f4f8f5;
  font-weight:760;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}

.cms-admin-button-primary{
  color:#071107;
  background:linear-gradient(135deg,#d6ff71 0%,#9cfa4d 52%,#58de70 100%);
  border-color:rgba(208,255,128,.35);
}

.cms-admin-button-danger{
  color:#fff5f5;
  background:rgba(255,98,98,.14);
  border-color:rgba(255,110,110,.34);
}

.cms-admin-selection-title{
  margin:0;
  color:#f8fbf9;
  font-size:17px;
  font-weight:780;
}

.cms-admin-selection-summary{
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  color:#eef4ef;
  font-size:14px;
  line-height:1.55;
  white-space:pre-wrap;
  word-break:break-word;
}

.cms-admin-notice{
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
}

.cms-admin-notice[data-tone="success"]{
  color:#d8ffd7;
  background:rgba(90,244,126,.12);
}

.cms-admin-notice[data-tone="warning"]{
  color:#fff0c2;
  background:rgba(255,194,86,.12);
}

.cms-admin-notice[data-tone="error"]{
  color:#ffd4d4;
  background:rgba(255,94,94,.12);
}

.cms-admin-media-library{
  display:grid;
  gap:10px;
}

.cms-admin-media-library-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.cms-admin-media-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  max-height:270px;
  overflow:auto;
  padding-right:4px;
}

.cms-admin-media-option{
  display:grid;
  gap:6px;
  padding:6px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(255,255,255,.04);
  color:#edf3ff;
  text-align:left;
  cursor:pointer;
}

.cms-admin-media-option:hover{
  border-color:rgba(194,255,95,.52);
  background:rgba(194,255,95,.08);
}

.cms-admin-media-option img{
  width:100%;
  aspect-ratio:1.2;
  object-fit:cover;
  border-radius:10px;
  background:rgba(0,0,0,.26);
}

.cms-admin-media-option span{
  overflow:hidden;
  color:#aebad6;
  font-size:11px;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.cms-admin-media-empty{
  grid-column:1 / -1;
  padding:12px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  color:#aebad6;
  font-size:12px;
}

body.cms-editing [data-cms-editable]{
  cursor:pointer;
  outline:1px dashed rgba(178,255,109,.32);
  outline-offset:4px;
  transition:outline-color .18s ease,outline-width .18s ease,box-shadow .18s ease,background-color .18s ease;
}

body.cms-editing [data-cms-editable]:hover{
  outline:2px solid rgba(178,255,109,.65);
  box-shadow:0 0 0 6px rgba(178,255,109,.09);
}

body.cms-editing img[data-cms-editable="image"]{
  border-radius:18px;
}

body.cms-editing .home-hero-video-frame[data-cms-editable="embed"] .home-hero-video-embed{
  pointer-events:none;
}

body.cms-editing .cms-target-active{
  outline:2px solid rgba(194,255,95,.98) !important;
  outline-offset:6px;
  box-shadow:0 0 0 7px rgba(180,255,108,.12),0 24px 60px rgba(16,48,20,.24);
}

body.cms-editing .cms-inline-editing{
  cursor:text;
  outline:2px solid rgba(214,255,113,.98) !important;
  outline-offset:7px;
  background:rgba(214,255,113,.1);
  box-shadow:0 0 0 9px rgba(214,255,113,.14),0 18px 48px rgba(0,0,0,.22);
  white-space:pre-wrap;
  user-select:text;
}

body.cms-editing .cms-inline-editing:focus{
  outline:2px solid rgba(214,255,113,1) !important;
}

body.cms-section-mode main > section{
  cursor:pointer;
  outline:1px dashed rgba(113,203,255,.4);
  outline-offset:6px;
  transition:outline-color .18s ease, box-shadow .18s ease;
}

body.cms-section-mode main > section:hover{
  outline:2px solid rgba(113,203,255,.78);
  box-shadow:0 0 0 8px rgba(113,203,255,.12);
}

body.cms-section-mode main > section.cms-section-active{
  outline:2px solid rgba(255,204,102,.95) !important;
  outline-offset:8px;
  box-shadow:0 0 0 9px rgba(255,204,102,.14);
}

.prompt-template-page{
  background:#f5f7fb;
}

.prompt-template-page .footer{
  display:none;
}

.prompt-template-page .shell-main{
  background:#f5f7fb;
}

.prompt-template-page [hidden]{
  display:none !important;
}

.prompt-template-page.prompt-detail-mode .prompt-toolbar,
.prompt-template-page.prompt-detail-mode .prompt-result-count,
.prompt-template-page.prompt-detail-mode .prompt-card-grid,
.prompt-template-page.prompt-detail-mode .prompt-empty{
  display:none !important;
}

.prompt-template-page .prompt-app.is-detail-view .prompt-toolbar,
.prompt-template-page .prompt-app.is-detail-view .prompt-result-count,
.prompt-template-page .prompt-app.is-detail-view .prompt-card-grid,
.prompt-template-page .prompt-app.is-detail-view .prompt-empty{
  display:none !important;
}

.prompt-template-page .prompt-app.is-detail-view .prompt-detail-view{
  display:grid;
  width:min(100%, 920px);
}

.prompt-template-page .prompt-app{
  min-height:100vh;
  background:#f5f7fb;
  color:#101828;
}

.prompt-app-shell{
  display:grid;
  grid-template-columns:228px minmax(0,1fr);
  gap:22px;
  max-width:1640px;
  margin:0 auto;
  padding:10px 22px 64px 14px;
}

.prompt-template-page .prompt-filter-panel{
  position:sticky;
  top:94px;
  display:block;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.prompt-template-page .prompt-filter-panel .prompt-page-head{
  display:block;
  max-width:none;
  padding:0 8px 20px;
  margin:0;
}

.prompt-search-sidebar{
  display:block;
  padding:0 8px 18px;
}

.prompt-template-page .prompt-filter-block{
  display:grid;
  gap:4px;
  margin-bottom:28px;
}

.prompt-template-page .prompt-filter-title{
  padding:0 8px 8px;
  color:#98a5ba;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.prompt-template-page .prompt-filter{
  min-height:32px;
  padding:6px 10px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#344054;
  font-size:14px;
  font-weight:700;
  text-align:left;
}

.prompt-template-page .prompt-filter:hover{
  background:#e8eef7;
}

.prompt-template-page .prompt-filter.active{
  background:#0f172a;
  color:#fff;
}

.prompt-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.prompt-tags .prompt-filter-title{
  flex:0 0 100%;
}

.prompt-tags button{
  min-height:23px;
  padding:3px 9px;
  border:1px solid #d7dfeb;
  border-radius:999px;
  background:#fff;
  color:#64748b;
  font-size:12px;
  cursor:pointer;
}

.prompt-tags button.active{
  border-color:#0f172a;
  background:#0f172a;
  color:#fff;
}

.prompt-free-badge{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:3px 10px;
  border-radius:999px;
  background:#efe7ff;
  color:#7c3aed;
  font-size:12px;
  font-weight:850;
}

.prompt-template-page .prompt-page-head h1{
  margin:14px 0 6px;
  color:#101828;
  font-size:34px;
  line-height:1.08;
  letter-spacing:0;
}

.prompt-template-page .prompt-page-head h1 span{
  color:#7c3aed;
}

.prompt-template-page .prompt-page-head p{
  max-width:none;
  margin:0;
  color:#667085;
  font-size:15px;
  line-height:1.45;
}

.prompt-total{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
  white-space:nowrap;
}

.prompt-total::before{
  content:"✣";
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:10px;
  background:#fff;
  color:#7c3aed;
  box-shadow:0 1px 0 #d8e1ec;
}

.prompt-toolbar{
  position:sticky;
  top:52px;
  z-index:12;
  display:grid;
  grid-template-columns:auto;
  gap:12px;
  margin:0 0 6px;
  padding:0 0 10px;
  border:0;
  border-radius:0;
  background:rgba(245,247,251,.92);
  box-shadow:none;
}

.prompt-search input{
  min-height:42px;
  padding:0 12px;
  border:1px solid #d8e1ec;
  border-radius:11px;
  background:#fff;
  color:#0f172a;
}

.prompt-sort-tabs{
  display:flex;
  gap:4px;
  align-items:center;
  justify-content:flex-end;
}

.prompt-sort{
  min-height:30px;
  padding:0 12px;
  border:1px solid transparent;
  border-radius:7px;
  background:transparent;
  color:#475467;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.prompt-sort.active{
  border-color:#d8e1ec;
  background:#fff;
  color:#0f172a;
}

.prompt-model-tabs{
  grid-column:1 / -1;
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:0 0 10px;
  border-bottom:8px solid #0f172a;
}

.prompt-template-page .prompt-model{
  flex:0 0 auto;
  min-height:33px;
  padding:0 13px;
  border:1px solid #d8e1ec;
  border-radius:999px;
  background:#fff;
  color:#243044;
  font-size:12px;
  font-weight:800;
}

.prompt-template-page .prompt-model.active{
  border-color:#0f172a;
  background:#0f172a;
  color:#fff;
}

.prompt-result-count{
  margin:12px 0 14px;
  color:#64748b;
  font-size:13px;
}

.prompt-card-grid{
  columns:4 220px;
  column-gap:16px;
}

.prompt-template-page .prompt-card{
  display:inline-block;
  width:100%;
  margin:0 0 18px;
  overflow:hidden;
  break-inside:avoid;
  border:0;
  border-radius:10px;
  background:transparent;
  box-shadow:none;
}

.prompt-template-page .prompt-card[hidden]{
  display:none;
}

.prompt-open{
  position:relative;
  display:grid;
  gap:10px;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  color:#0f172a;
  text-align:left;
  cursor:pointer;
}

.prompt-open img{
  width:100%;
  aspect-ratio:1 / 1.25;
  object-fit:cover;
  border-radius:10px;
  background:#e2e8f0;
}

.prompt-card.tall .prompt-open img{
  aspect-ratio:1 / 1.5;
}

.prompt-open strong{
  display:block;
  color:#0f172a;
  font-size:15px;
  line-height:1.28;
}

.prompt-open small{
  display:-webkit-box;
  overflow:hidden;
  color:#64748b;
  font-size:12px;
  line-height:1.45;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}

.prompt-badge-count{
  position:absolute;
  top:8px;
  right:8px;
  padding:3px 7px;
  border-radius:999px;
  background:rgba(15,23,42,.72);
  color:#fff;
  font-size:11px;
  font-weight:800;
}

.prompt-card pre{
  display:none;
}

.premium-card .prompt-open{
  padding:22px;
  border-radius:10px;
  background:linear-gradient(135deg,#6b5b4f,#3a332f);
  color:#fff;
}

.premium-card .prompt-open strong,
.premium-card .prompt-open small{
  color:#fff;
}

.premium-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:10px;
  background:#f97316;
  color:#fff;
  font-size:22px;
}

.prompt-detail-view{
  display:grid;
  gap:18px;
  width:100%;
  margin-bottom:24px;
  margin-right:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.prompt-detail-view[hidden]{
  display:none;
}

.prompt-detail-head h2{
  margin:0;
  color:#101828;
  font-size:38px;
  line-height:1.08;
}

.prompt-detail-meta{
  display:flex;
  flex-wrap:nowrap;
  gap:8px;
  margin-top:10px;
  align-items:center;
  overflow-x:auto;
}

.prompt-detail-stat{
  color:#667085;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

.prompt-detail-stat strong{
  color:#101828;
}

.prompt-detail-note{
  margin-top:14px;
  padding:14px 16px;
  border:1px solid #a5d8ff;
  border-radius:10px;
  background:#f6fbff;
  color:#475467;
  line-height:1.7;
  white-space:pre-line;
}

.prompt-detail-media{
  display:grid;
  justify-items:center;
}

.prompt-detail-media h3,
.prompt-detail-content h3{
  margin:0 0 10px;
  color:#101828;
  font-size:15px;
}

.prompt-detail-media > img{
  width:100%;
  max-width:620px;
  aspect-ratio:1 / 1.05;
  object-fit:cover;
  border-radius:14px;
  background:#e2e8f0;
}

.prompt-detail-thumbs{
  display:flex;
  gap:8px;
  margin-top:10px;
  justify-content:center;
  overflow-x:auto;
}

.prompt-thumb{
  flex:0 0 auto;
  padding:0;
  border:1px solid #d8e1ec;
  border-radius:10px;
  background:#fff;
  cursor:pointer;
}

.prompt-thumb.active{
  border-color:#0f172a;
}

.prompt-thumb img{
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:9px;
}

.prompt-detail-content{
  padding:16px;
  border:1px solid #d8e1ec;
  border-radius:14px;
  background:#fff;
}

.prompt-detail-content-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:12px;
}

.prompt-detail-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.prompt-detail-action{
  min-height:34px;
  padding:0 12px;
  border:1px solid #d8e1ec;
  border-radius:10px;
  background:#fff;
  color:#344054;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.prompt-detail-delete{
  border-color:#fecaca;
  background:#fff5f5;
  color:#b42318;
}

.prompt-detail-view img{
  width:100%;
  max-width:620px;
  aspect-ratio:1 / 1.05;
  object-fit:cover;
  border-radius:14px;
  background:#e2e8f0;
}

.prompt-detail-view pre{
  margin:0;
  padding:16px;
  border:1px solid #d8e1ec;
  border-radius:12px;
  background:#f8fafc;
  color:#243044;
  white-space:pre-wrap;
  font:13px/1.6 "Courier New",monospace;
}

.prompt-back,
.prompt-copy{
  min-height:40px;
  padding:0 14px;
  border:0;
  border-radius:10px;
  background:#0f172a;
  color:#fff;
  font-weight:850;
  cursor:pointer;
}

.prompt-back{
  width:max-content;
  min-height:auto;
  padding:0;
  border-radius:0;
  background:transparent;
  color:#344054;
}

.prompt-copy.is-copied{
  background:#0f766e;
}

.prompt-empty{
  padding:42px;
  border:1px dashed #cbd5e1;
  border-radius:18px;
  background:#fff;
  color:#475467;
  text-align:center;
}

@media (max-width:1180px){
  .prompt-app-shell{
    grid-template-columns:200px minmax(0,1fr);
    gap:18px;
    padding:8px 16px 54px 12px;
  }
}

@media (max-width:920px){
  .prompt-app-shell{
    grid-template-columns:1fr;
  }
  .prompt-template-page.prompt-detail-mode .prompt-app-shell,
  .prompt-template-page .prompt-app.is-detail-view .prompt-app-shell{
    grid-template-columns:1fr;
  }
  .prompt-template-page .prompt-filter-panel{
    position:relative;
    top:auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }
  .prompt-tags{
    grid-column:1 / -1;
  }
  .prompt-detail-view{
    grid-template-columns:1fr;
    width:100%;
  }

  .catalogue-head,
  .hero-service-panel-head{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:640px){
  .prompt-app-shell{
    padding:6px 14px 44px;
  }
  .prompt-total{
    margin-top:18px;
  }
  .prompt-toolbar{
    grid-template-columns:1fr;
  }
  .prompt-sort-tabs{
    justify-content:flex-start;
    width:max-content;
  }
  .prompt-template-page .prompt-filter-panel{
    grid-template-columns:1fr;
  }
  .prompt-card-grid{
    columns:1;
  }

  .topbar-actions .cms-admin-root.is-inline{
    gap:8px;
  }

  .topbar-actions .cms-admin-root.is-inline .cms-admin-launch{
    min-width:auto;
    padding:0 12px;
    font-size:13px;
  }

  .topbar-actions .cms-admin-root.is-inline .cms-admin-menu-toggle{
    min-width:42px;
    padding:0 12px;
  }

  .topbar-actions .cms-admin-root.is-inline .cms-admin-nav-launch{
    min-width:42px;
    padding:0 12px;
  }

  .topbar-actions .cms-admin-root.is-inline .cms-admin-nav-launch span{
    display:none;
  }

  .topbar-actions .cms-admin-root.is-inline .cms-admin-menu-popover .cms-admin-nav-launch span{
    display:inline;
  }

  .cms-admin-menu-popover{
    right:-8px;
    width:min(230px,calc(100vw - 28px));
  }
}

@media (max-width:700px){
  .cms-admin-root{
    right:14px;
    bottom:14px;
    left:14px;
    align-items:stretch;
  }
  .cms-admin-root.is-inline{
    display:inline-flex;
    flex-direction:row;
    align-items:center;
    left:auto;
    right:auto;
    bottom:auto;
  }
  .cms-admin-panel{
    left:14px !important;
    top:auto;
    right:auto;
    bottom:14px;
    width:calc(100vw - 28px);
    max-height:min(70vh,680px);
  }
  .cms-admin-root.is-inline .cms-admin-panel{
    top:auto;
  }
  .cms-admin-toolbar,
  .cms-admin-actions{
    flex-direction:column;
  }
  .cms-admin-button{
    width:100%;
  }
  .cms-nav-layout{
    grid-template-columns:1fr;
  }
  .cms-nav-item{
    grid-template-columns:auto minmax(0,1fr) auto;
  }
}

/* No-sidebar shell: all primary navigation lives in the topbar. */
.home-sidebar-page .home-shell{
  display:block !important;
  grid-template-columns:minmax(0,1fr) !important;
}

body.home-clone-page main > section{
  padding-top:10px;
  padding-bottom:10px;
}

body.home-clone-page main > .home-hero-video-section{
  padding-top:0;
}

.home-sidebar,
.sidebar-backdrop,
.sidebar-toggle,
.sidebar-label{
  display:none !important;
}

.shell-main{
  width:100%;
  min-width:0;
}

.home-topbar .nav-inner{
  justify-content:space-between !important;
  height:auto !important;
  padding-top:10px;
  padding-bottom:10px;
}

.topbar-start,
.topbar-brand{
  display:flex !important;
}

.topbar-actions .topbar-chip{
  display:inline-flex !important;
  transform:translateZ(0) !important;
}

.topbar-actions .topbar-chip:hover,
.topbar-actions .topbar-chip:focus-visible{
  transform:translateZ(0) !important;
}

@media (max-width:1100px){
  .home-topbar{
    min-height:74px;
  }

  .home-topbar .nav-inner{
    min-height:74px;
  }

  .topbar-actions{
    justify-content:center;
    flex:1 1 auto;
  }
}

@media (max-width:640px){
  .home-topbar .nav-inner{
    min-height:68px;
    gap:10px;
    flex-wrap:nowrap;
  }

  .topbar-brand span{
    max-width:92px;
  }

  .topbar-actions{
    flex:1 1 auto;
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:visible;
    max-width:none;
    padding-left:0;
    padding-right:50px;
    scrollbar-width:none;
    mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 46px),transparent);
  }

  .topbar-actions::-webkit-scrollbar{
    display:none;
  }

  .topbar-chip{
    min-height:34px;
    padding:0 11px;
    font-size:12px;
  }

  .topbar-actions .cms-admin-root.is-inline .cms-admin-menu-toggle{
    width:36px;
    min-width:36px;
    height:36px;
  }

  .topbar-actions .cms-admin-root.is-inline{
    position:fixed;
    top:14px;
    right:14px;
    transform:none;
    z-index:4;
    background:linear-gradient(90deg,transparent,rgba(4,5,5,.96) 22%);
    padding-left:18px;
  }

  .cms-admin-menu-popover{
    position:fixed;
    top:62px;
    right:14px;
  }
}

@media (max-width:900px){
  .ai-tools-page .ai-tools-agent-hero{
    padding-top:42px;
  }

  .ai-tools-page .ai-tools-agent-hero .ai-map{
    grid-template-columns:1fr;
    gap:24px;
  }

  .ai-tools-page .ai-tools-agent-hero .split-heading{
    max-width:100%;
    font-size:clamp(42px,11vw,58px);
  }

  .ai-tools-page .ai-tools-agent-hero .node-map{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    min-height:auto;
    padding:18px;
  }

  .ai-tools-page .ai-tools-agent-hero .node-map svg{
    display:none;
  }

  .ai-tools-page.app-shell-page .ai-tools-agent-hero .node-center,
  .ai-tools-page .ai-tools-agent-hero .node-center{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    grid-column:1/-1;
    width:132px;
    height:132px;
    margin:0 auto 4px;
    font-size:32px;
  }

  .ai-tools-page .ai-tools-agent-hero .node{
    position:relative;
    inset:auto;
    width:auto;
    min-height:100%;
  }
}

@media (max-width:560px){
  .ai-tools-page .ai-tools-agent-hero .sub{
    font-size:15px;
  }

  .ai-tools-page .ai-tools-agent-hero .checks{
    gap:10px;
  }

  .ai-tools-page .ai-tools-agent-hero .node-map{
    grid-template-columns:1fr;
    padding:14px;
    border-radius:24px;
  }

  .ai-tools-page.app-shell-page .ai-tools-agent-hero .node-center,
  .ai-tools-page .ai-tools-agent-hero .node-center{
    width:118px;
    height:118px;
    font-size:27px;
  }

  .ai-tools-page .ai-tools-agent-hero .node{
    padding:15px;
    border-radius:16px;
  }
}
