@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root{
  --al-bg:#F5F7FB;
  --al-bg-muted:#EDF1F7;
  --al-surface:#FFFFFF;
  --al-ink:#0B1220;
  --al-muted:#5C687C;
  --al-line:#DCE3EE;
  --al-line-strong:#C4CEDD;
  --al-accent:#2457E6;
  --al-accent-hover:#183FB7;
  --al-accent-soft:#E8EEFF;
  --al-deep:#09111F;
  --al-deep-surface:#111B2E;
  --al-on-deep:#F7F9FD;
  --al-on-deep-body:#C7D1E2;
  --al-on-deep-muted:#91A0B8;
  --al-on-deep-line:#26344E;
  --al-success:#15803D;
  --al-warning:#A16207;
  --al-danger:#B42318;
  --al-shadow:0 24px 70px rgba(24,43,78,.12);
  --al-shadow-soft:0 14px 38px rgba(24,43,78,.08);
  --al-heading:'Space Grotesk',sans-serif;
  --al-body:'Manrope',sans-serif;
  --al-code:'IBM Plex Mono',monospace;
}

html{scroll-behavior:smooth}
body.page-id-182{
  margin:0;
  background:var(--al-bg);
  color:var(--al-ink);
  font-family:var(--al-body);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.page-id-182 .elementor-location-header,
body.page-id-182 .elementor-location-footer,
body.page-id-182 .elementor-widget-html,
body.page-id-182 .elementor-widget-html .elementor-widget-container{margin:0;padding:0}
body.page-id-182 .elementor-section-wrap,
body.page-id-182 .elementor-element{--widgets-spacing:0px}
body.page-id-182 a{color:inherit}
body.page-id-182 button,
body.page-id-182 a{font-family:inherit}
body.page-id-182 a:focus-visible,
body.page-id-182 button:focus-visible{
  outline:3px solid var(--al-accent);
  outline-offset:4px;
}

.al-shell{
  width:min(100% - 40px,1280px);
  margin-inline:auto;
}
.al-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.al-header{
  position:sticky;
  top:0;
  z-index:1000;
  border-bottom:1px solid rgba(220,227,238,.84);
  background:rgba(245,247,251,.86);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  transition:background .24s ease,box-shadow .24s ease,border-color .24s ease;
}
body.admin-bar .al-header{top:32px}
.al-header.is-scrolled{
  background:rgba(255,255,255,.94);
  border-color:var(--al-line);
  box-shadow:0 12px 32px rgba(24,43,78,.07);
}
.al-header-inner{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.al-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-width:max-content;
  color:var(--al-ink);
  text-decoration:none;
}
.al-brand-mark{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:var(--al-deep);
  color:var(--al-on-deep);
  font-family:var(--al-heading);
  font-size:17px;
  font-weight:700;
  letter-spacing:-.02em;
  transition:transform .22s ease,background .22s ease;
}
.al-brand:hover .al-brand-mark{
  transform:translateY(-2px) rotate(-3deg);
  background:var(--al-accent);
}
.al-brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.al-brand-copy strong{
  font-family:var(--al-heading);
  font-size:16px;
  font-weight:700;
  letter-spacing:-.02em;
}
.al-brand-copy small{
  margin-top:5px;
  color:var(--al-muted);
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.al-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  margin-left:auto;
}
.al-nav a{
  position:relative;
  padding:10px 0;
  color:var(--al-muted);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  transition:color .2s ease;
}
.al-nav a::after{
  content:'';
  position:absolute;
  left:0;
  right:100%;
  bottom:4px;
  height:2px;
  background:var(--al-accent);
  transition:right .22s ease;
}
.al-nav a:hover,
.al-nav a[aria-current='page']{color:var(--al-ink)}
.al-nav a:hover::after,
.al-nav a[aria-current='page']::after{right:0}
.al-header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}
.al-header-cta,
.al-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  border:1px solid transparent;
  border-radius:10px;
  padding:12px 18px;
  background:var(--al-accent);
  color:#FFFFFF!important;
  font-size:13px;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  cursor:pointer;
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease,border-color .22s ease,color .22s ease;
}
.al-header-cta:hover,
.al-button:hover{
  transform:translateY(-2px);
  background:var(--al-accent-hover);
  box-shadow:0 12px 24px rgba(36,87,230,.18);
}
.al-header-cta:active,
.al-button:active{transform:translateY(1px)}
.al-button-secondary{
  border-color:var(--al-line-strong);
  background:var(--al-surface);
  color:var(--al-ink)!important;
  box-shadow:none;
}
.al-button-secondary:hover{
  border-color:var(--al-accent);
  background:var(--al-accent-soft);
  color:var(--al-accent-hover)!important;
  box-shadow:none;
}
.al-nav-toggle{
  display:none;
  width:46px;
  height:46px;
  border:1px solid var(--al-line-strong);
  border-radius:10px;
  background:var(--al-surface);
  color:var(--al-ink);
  cursor:pointer;
}
.al-nav-toggle span,
.al-nav-toggle span::before,
.al-nav-toggle span::after{
  display:block;
  width:19px;
  height:2px;
  margin:auto;
  background:currentColor;
  content:'';
  transition:transform .2s ease,opacity .2s ease;
}
.al-nav-toggle span::before{transform:translateY(-6px)}
.al-nav-toggle span::after{transform:translateY(4px)}
.al-nav-toggle[aria-expanded='true'] span{background:transparent}
.al-nav-toggle[aria-expanded='true'] span::before{transform:translateY(0) rotate(45deg)}
.al-nav-toggle[aria-expanded='true'] span::after{transform:translateY(-2px) rotate(-45deg)}

.ai-agent-lab{
  overflow:hidden;
  background:var(--al-bg);
  color:var(--al-ink);
  font-family:var(--al-body);
  font-size:16px;
  line-height:1.65;
}
.ai-agent-lab *{box-sizing:border-box}
.ai-agent-lab h1,
.ai-agent-lab h2,
.ai-agent-lab h3,
.ai-agent-lab p{margin-top:0}
.ai-agent-lab h1,
.ai-agent-lab h2,
.ai-agent-lab h3{
  color:var(--al-ink);
  font-family:var(--al-heading);
  letter-spacing:-.045em;
}
.ai-agent-lab section[id]{scroll-margin-top:104px}
.al-hero{
  position:relative;
  min-height:calc(100vh - 76px);
  display:flex;
  align-items:center;
  padding:72px 0 82px;
  border-bottom:1px solid var(--al-line);
  background:var(--al-bg);
}
.al-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);
  align-items:center;
  gap:clamp(54px,7vw,104px);
}
.al-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:24px;
  color:var(--al-accent-hover);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.al-kicker::before{
  width:24px;
  height:2px;
  background:var(--al-accent);
  content:'';
}
.al-hero h1{
  max-width:720px;
  margin-bottom:26px;
  font-size:clamp(3.3rem,6vw,6.15rem);
  font-weight:600;
  line-height:.94;
}
.al-hero h1 span{color:var(--al-accent)}
.al-hero-lead{
  max-width:610px;
  margin-bottom:32px;
  color:var(--al-muted);
  font-size:clamp(17px,1.55vw,21px);
  line-height:1.58;
}
.al-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:32px;
}
.al-button-arrow{
  display:inline-block;
  transition:transform .2s ease;
}
.al-button:hover .al-button-arrow{transform:translateX(4px)}
.al-hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 24px;
  margin:0;
  padding:0;
  list-style:none;
  color:var(--al-muted);
  font-size:12px;
  font-weight:700;
}
.al-hero-meta li{
  display:flex;
  align-items:center;
  gap:8px;
}
.al-hero-meta li::before{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--al-accent);
  content:'';
}
.al-stage{
  position:relative;
  min-height:555px;
  overflow:hidden;
  border:1px solid var(--al-on-deep-line);
  border-radius:20px;
  background:var(--al-deep);
  box-shadow:var(--al-shadow);
  isolation:isolate;
}
.al-stage-head{
  position:absolute;
  z-index:3;
  top:28px;
  left:30px;
  right:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:var(--al-on-deep-muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.al-stage-head strong{color:var(--al-on-deep)}
.al-stage-track{
  display:flex;
  align-items:center;
  gap:7px;
}
.al-stage-track i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--al-accent);
}
.al-stage-line{
  position:absolute;
  z-index:1;
  left:50%;
  top:132px;
  bottom:78px;
  width:1px;
  background:var(--al-on-deep-line);
}
.al-stage-line::before,
.al-stage-line::after{
  position:absolute;
  left:50%;
  width:9px;
  height:9px;
  border:2px solid var(--al-accent);
  border-radius:50%;
  background:var(--al-deep);
  content:'';
  transform:translateX(-50%);
}
.al-stage-line::before{top:0}
.al-stage-line::after{bottom:0}
.al-preview{
  position:absolute;
  z-index:2;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  text-decoration:none;
  transition:transform .34s cubic-bezier(.2,.8,.2,1),border-color .25s ease,box-shadow .25s ease;
}
.al-preview:hover{
  transform:translateY(-8px);
  border-color:rgba(255,255,255,.32);
  box-shadow:0 24px 54px rgba(0,0,0,.26);
}
.al-preview-skin{
  top:86px;
  left:32px;
  width:59%;
  min-height:300px;
  background:var(--al-surface);
}
.al-preview-skin img{
  width:100%;
  height:300px;
  display:block;
  object-fit:cover;
  object-position:center 24%;
  transition:transform .45s cubic-bezier(.2,.8,.2,1);
}
.al-preview-skin:hover img{transform:scale(1.035)}
.al-preview-caption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:54px 20px 20px;
  background:linear-gradient(180deg,rgba(9,17,31,0),rgba(9,17,31,.88));
  color:var(--al-on-deep);
}
.al-preview-caption small{
  display:block;
  margin-bottom:5px;
  color:var(--al-on-deep-body);
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.al-preview-caption strong{
  display:block;
  font-family:var(--al-heading);
  font-size:22px;
  letter-spacing:-.035em;
}
.al-preview-cofi{
  right:30px;
  bottom:42px;
  width:55%;
  min-height:230px;
  padding:24px;
  background:var(--al-surface);
  color:var(--al-ink);
}
.al-preview-cofi .al-preview-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:26px;
  color:var(--al-muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.al-preview-cofi .al-preview-label span:last-child{color:var(--al-accent)}
.al-preview-metric{
  margin-bottom:20px;
  font-family:var(--al-heading);
  font-size:clamp(30px,4vw,49px);
  font-weight:700;
  letter-spacing:-.055em;
  line-height:1;
}
.al-preview-cofi p{
  margin-bottom:20px;
  color:var(--al-muted);
  font-size:12px;
}
.al-mini-metrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.al-mini-metrics div{
  padding-top:12px;
  border-top:1px solid var(--al-line);
}
.al-mini-metrics strong{
  display:block;
  font-family:var(--al-heading);
  font-size:18px;
}
.al-mini-metrics span{
  color:var(--al-muted);
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
}
.al-stage-foot{
  position:absolute;
  z-index:3;
  left:30px;
  bottom:24px;
  color:var(--al-on-deep-muted);
  font-family:var(--al-code);
  font-size:10px;
}

.al-proof{
  border-bottom:1px solid var(--al-line);
  background:var(--al-surface);
}
.al-proof-inner{
  min-height:80px;
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  align-items:center;
  gap:18px;
  color:var(--al-muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.al-proof-line{height:1px;background:var(--al-line)}
.al-proof strong{color:var(--al-ink)}

.al-prompts{
  padding:clamp(88px,10vw,138px) 0;
  background:var(--al-surface);
}
.al-section-head{
  max-width:760px;
  margin-bottom:48px;
}
.al-section-head h2{
  margin-bottom:18px;
  font-size:clamp(2.45rem,4.6vw,4.9rem);
  font-weight:600;
  line-height:1.02;
}
.al-section-head p{
  max-width:650px;
  margin-bottom:0;
  color:var(--al-muted);
  font-size:18px;
  line-height:1.65;
}
.al-prompt-stack{
  display:grid;
  gap:28px;
}
.al-prompt-card{
  display:grid;
  grid-template-columns:minmax(300px,.76fr) minmax(0,1.34fr);
  overflow:hidden;
  border:1px solid var(--al-line);
  border-radius:20px;
  background:var(--al-surface);
  box-shadow:var(--al-shadow-soft);
  transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease,border-color .3s ease;
}
.al-prompt-card:hover{
  transform:translateY(-6px);
  border-color:var(--al-line-strong);
  box-shadow:var(--al-shadow);
}
.al-prompt-card.is-reversed{grid-template-columns:minmax(0,1.34fr) minmax(300px,.76fr)}
.al-prompt-card.is-reversed .al-prompt-summary{order:2}
.al-prompt-card.is-reversed .al-prompt-panel{order:1}
.al-prompt-summary{
  position:relative;
  min-height:100%;
  display:flex;
  flex-direction:column;
  padding:32px;
  background:var(--al-accent-soft);
}
.al-prompt-summary.is-dark{
  background:var(--al-deep);
  color:var(--al-on-deep-body);
}
.al-target-tag{
  width:max-content;
  margin-bottom:24px;
  border:1px solid rgba(36,87,230,.22);
  border-radius:6px;
  padding:7px 9px;
  background:rgba(255,255,255,.72);
  color:var(--al-accent-hover);
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.al-prompt-summary.is-dark .al-target-tag{
  border-color:var(--al-on-deep-line);
  background:var(--al-deep-surface);
  color:var(--al-on-deep);
}
.al-prompt-summary h3{
  margin-bottom:14px;
  font-size:clamp(1.9rem,3vw,3.1rem);
  font-weight:600;
  line-height:1.02;
}
.al-prompt-summary.is-dark h3{color:var(--al-on-deep)}
.al-prompt-summary > p{
  margin-bottom:26px;
  color:var(--al-muted);
  font-size:14px;
}
.al-prompt-summary.is-dark > p{color:var(--al-on-deep-body)}
.al-outcome-list{
  display:grid;
  gap:12px;
  margin:0 0 28px;
  padding:0;
  list-style:none;
}
.al-outcome-list li{
  display:grid;
  grid-template-columns:18px 1fr;
  gap:10px;
  color:var(--al-muted);
  font-size:12px;
  font-weight:650;
}
.al-prompt-summary.is-dark .al-outcome-list li{color:var(--al-on-deep-body)}
.al-outcome-list li::before{
  width:16px;
  height:16px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--al-accent);
  color:#FFFFFF;
  content:'✓';
  font-size:9px;
  font-weight:900;
}
.al-prompt-visual{
  position:relative;
  min-height:214px;
  margin-top:auto;
  overflow:hidden;
  border-radius:12px;
  background:var(--al-surface);
}
.al-prompt-visual img{
  width:100%;
  height:214px;
  display:block;
  object-fit:cover;
  transition:transform .4s cubic-bezier(.2,.8,.2,1);
}
.al-prompt-card:hover .al-prompt-visual img{transform:scale(1.025)}
.al-prompt-visual span{
  position:absolute;
  left:14px;
  bottom:14px;
  border-radius:6px;
  padding:7px 9px;
  background:rgba(9,17,31,.86);
  color:var(--al-on-deep);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.al-cofi-visual{
  min-height:214px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:22px;
  border:1px solid var(--al-on-deep-line);
  border-radius:12px;
  background:var(--al-deep-surface);
}
.al-cofi-visual small{
  color:var(--al-on-deep-muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.al-cofi-visual strong{
  display:block;
  margin-top:12px;
  color:var(--al-on-deep);
  font-family:var(--al-heading);
  font-size:34px;
  letter-spacing:-.05em;
  line-height:1;
}
.al-cofi-bars{
  display:flex;
  align-items:flex-end;
  gap:7px;
  height:78px;
  margin-top:24px;
  border-bottom:1px solid var(--al-on-deep-line);
}
.al-cofi-bars i{
  flex:1;
  min-width:8px;
  border-radius:3px 3px 0 0;
  background:var(--al-accent);
  opacity:.4;
  transition:height .3s ease,opacity .3s ease;
}
.al-cofi-bars i:nth-child(1){height:28%}
.al-cofi-bars i:nth-child(2){height:44%}
.al-cofi-bars i:nth-child(3){height:36%}
.al-cofi-bars i:nth-child(4){height:61%}
.al-cofi-bars i:nth-child(5){height:73%}
.al-cofi-bars i:nth-child(6){height:92%;opacity:1}
.al-prompt-card:hover .al-cofi-bars i{opacity:.82}
.al-prompt-panel{
  min-width:0;
  display:flex;
  flex-direction:column;
  background:var(--al-deep-surface);
}
.al-prompt-toolbar{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:12px 18px 12px 24px;
  border-bottom:1px solid var(--al-on-deep-line);
  color:var(--al-on-deep-muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.al-copy-button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  border:1px solid var(--al-on-deep-line);
  border-radius:8px;
  padding:8px 12px;
  background:var(--al-deep);
  color:var(--al-on-deep);
  font-size:11px;
  font-weight:800;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.al-copy-button:hover{
  transform:translateY(-2px);
  border-color:var(--al-accent);
  background:var(--al-accent);
}
.al-copy-button[data-copied='true']{
  border-color:var(--al-success);
  background:var(--al-success);
}
.al-copy-icon{
  width:15px;
  height:15px;
  display:inline-block;
}
.al-prompt-code{
  flex:1;
  max-height:560px;
  margin:0;
  overflow:auto;
  padding:28px 30px 32px;
  color:var(--al-on-deep-body);
  font-family:var(--al-code);
  font-size:12px;
  line-height:1.78;
  white-space:pre-wrap;
  scrollbar-width:thin;
  scrollbar-color:var(--al-on-deep-line) var(--al-deep-surface);
}
.al-prompt-code code{font:inherit}
.al-prompt-code::selection,
.al-prompt-code code::selection{
  background:var(--al-accent);
  color:#FFFFFF;
}
.al-prompt-footer{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 24px;
  border-top:1px solid var(--al-on-deep-line);
  color:var(--al-on-deep-muted);
  font-size:11px;
}
.al-prompt-footer a{
  color:var(--al-on-deep)!important;
  font-weight:800;
  text-decoration:none;
}
.al-prompt-footer a:hover{color:#FFFFFF!important;text-decoration:underline;text-underline-offset:4px}

.al-choreography{
  padding:clamp(82px,9vw,126px) 0;
  border-top:1px solid var(--al-line);
  background:var(--al-bg-muted);
}
.al-choreo-grid{
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  gap:clamp(54px,8vw,112px);
  align-items:start;
}
.al-choreo-copy h2{
  margin-bottom:20px;
  font-size:clamp(2.4rem,4.2vw,4.45rem);
  line-height:1.02;
}
.al-choreo-copy p{
  max-width:540px;
  margin-bottom:28px;
  color:var(--al-muted);
  font-size:17px;
}
.al-target-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.al-flow{
  display:grid;
  border-top:1px solid var(--al-line-strong);
}
.al-flow-item{
  display:grid;
  grid-template-columns:128px 1fr;
  gap:24px;
  padding:25px 0;
  border-bottom:1px solid var(--al-line-strong);
  transition:padding-left .22s ease,border-color .22s ease;
}
.al-flow-item:hover{
  padding-left:10px;
  border-color:var(--al-accent);
}
.al-flow-item strong{
  color:var(--al-accent-hover);
  font-family:var(--al-heading);
  font-size:17px;
  letter-spacing:-.025em;
}
.al-flow-item p{
  margin:0;
  color:var(--al-muted);
  font-size:14px;
}

.al-final{
  padding:clamp(88px,10vw,142px) 0;
  background:var(--al-deep);
  color:var(--al-on-deep-body);
}
.al-final-inner{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) auto;
  align-items:end;
  gap:52px;
}
.al-final h2{
  max-width:880px;
  margin-bottom:18px;
  color:var(--al-on-deep);
  font-size:clamp(2.75rem,5.1vw,5.25rem);
  line-height:.98;
}
.al-final p{
  max-width:650px;
  margin:0;
  color:var(--al-on-deep-body);
  font-size:17px;
}
.al-final-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:210px;
}
.al-final .al-button-secondary{
  border-color:var(--al-on-deep-line);
  background:var(--al-deep-surface);
  color:var(--al-on-deep)!important;
}
.al-final .al-button-secondary:hover{
  border-color:var(--al-accent);
  background:var(--al-accent-soft);
  color:var(--al-accent-hover)!important;
}

.al-footer{
  border-top:1px solid var(--al-on-deep-line);
  background:var(--al-deep);
  color:var(--al-on-deep-body);
}
.al-footer-main{
  min-height:210px;
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:54px;
  align-items:start;
  padding-top:54px;
  padding-bottom:42px;
}
.al-footer-brand strong{
  display:block;
  margin-bottom:12px;
  color:var(--al-on-deep);
  font-family:var(--al-heading);
  font-size:22px;
  letter-spacing:-.035em;
}
.al-footer-brand p{
  max-width:460px;
  margin:0;
  color:var(--al-on-deep-muted);
  font-size:13px;
  line-height:1.7;
}
.al-footer-title{
  margin-bottom:14px;
  color:var(--al-on-deep-muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.al-footer-links{
  display:grid;
  gap:9px;
}
.al-footer-links a{
  width:max-content;
  color:var(--al-on-deep-body);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}
.al-footer-links a:hover{color:var(--al-on-deep);text-decoration:underline;text-underline-offset:4px}
.al-footer-bottom{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid var(--al-on-deep-line);
  color:var(--al-on-deep-muted);
  font-size:11px;
}

.al-js .al-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .68s ease,transform .68s cubic-bezier(.2,.8,.2,1);
}
.al-js .al-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
.al-js .al-reveal[data-delay='1']{transition-delay:.08s}
.al-js .al-reveal[data-delay='2']{transition-delay:.16s}
.al-js .al-reveal[data-delay='3']{transition-delay:.24s}

@media (max-width:1080px){
  .al-hero{min-height:auto}
  .al-hero-grid{grid-template-columns:1fr;gap:54px}
  .al-hero-copy{max-width:780px}
  .al-stage{max-width:760px;width:100%;margin-inline:auto}
  .al-prompt-card,
  .al-prompt-card.is-reversed{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)}
  .al-prompt-card.is-reversed .al-prompt-summary{order:1}
  .al-prompt-card.is-reversed .al-prompt-panel{order:2}
  .al-final-inner{grid-template-columns:1fr;align-items:start}
  .al-final-actions{flex-direction:row;min-width:0}
}

@media (max-width:860px){
  body.admin-bar .al-header{top:46px}
  .al-header-inner{min-height:70px}
  .al-nav-toggle{display:grid;place-items:center}
  .al-header-cta{display:none}
  .al-nav{
    position:absolute;
    top:calc(100% + 1px);
    left:20px;
    right:20px;
    display:grid;
    gap:0;
    margin:0;
    padding:10px;
    border:1px solid var(--al-line);
    border-radius:12px;
    background:var(--al-surface);
    box-shadow:var(--al-shadow-soft);
    opacity:0;
    visibility:hidden;
    transform:translateY(-8px);
    transition:opacity .2s ease,visibility .2s ease,transform .2s ease;
  }
  .al-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}
  .al-nav a{padding:13px 12px;border-radius:8px}
  .al-nav a::after{display:none}
  .al-nav a:hover{background:var(--al-accent-soft)}
  .al-prompt-card,
  .al-prompt-card.is-reversed{grid-template-columns:1fr}
  .al-prompt-card.is-reversed .al-prompt-summary,
  .al-prompt-card.is-reversed .al-prompt-panel{order:initial}
  .al-choreo-grid{grid-template-columns:1fr;gap:46px}
  .al-footer-main{grid-template-columns:1fr 1fr;gap:36px}
  .al-footer-brand{grid-column:1/-1}
}

@media (max-width:680px){
  .al-shell{width:min(100% - 28px,1280px)}
  .al-hero{padding:56px 0 64px}
  .al-hero h1{font-size:clamp(3rem,15vw,4.75rem)}
  .al-hero-lead{font-size:17px}
  .al-hero-actions{display:grid}
  .al-button{width:100%}
  .al-hero-meta{display:grid;gap:10px}
  .al-stage{min-height:600px;border-radius:16px}
  .al-stage-head{left:20px;right:20px;top:22px}
  .al-stage-head span:last-child{display:none}
  .al-stage-line{display:none}
  .al-preview-skin{top:72px;left:18px;width:calc(100% - 58px);min-height:285px}
  .al-preview-skin img{height:285px}
  .al-preview-cofi{right:18px;bottom:30px;width:calc(100% - 58px);min-height:220px}
  .al-stage-foot{left:20px;bottom:10px;display:none}
  .al-proof-inner{grid-template-columns:1fr;gap:0;padding:18px 0;text-align:center}
  .al-proof-line{width:48px;margin:10px auto}
  .al-prompts{padding:76px 0}
  .al-section-head{margin-bottom:34px}
  .al-section-head h2{font-size:clamp(2.35rem,12vw,3.8rem)}
  .al-section-head p{font-size:16px}
  .al-prompt-summary{padding:24px}
  .al-prompt-toolbar{align-items:flex-start;padding:14px 16px 14px 20px}
  .al-prompt-toolbar > span{padding-top:8px}
  .al-prompt-code{max-height:520px;padding:24px 20px;font-size:11px;line-height:1.72}
  .al-prompt-footer{align-items:flex-start;flex-direction:column;gap:7px;padding:16px 20px}
  .al-choreography{padding:72px 0}
  .al-flow-item{grid-template-columns:1fr;gap:8px}
  .al-final{padding:76px 0}
  .al-final h2{font-size:clamp(2.6rem,13vw,4rem)}
  .al-final-actions{display:grid;width:100%}
  .al-footer-main{grid-template-columns:1fr;padding-top:44px}
  .al-footer-brand{grid-column:auto}
  .al-footer-bottom{align-items:flex-start;flex-direction:column;padding:22px 0}
}

@media (max-width:480px){
  .al-brand-copy small{display:none}
  .al-stage{min-height:570px}
  .al-preview-skin{width:calc(100% - 36px)}
  .al-preview-cofi{width:calc(100% - 36px)}
  .al-mini-metrics{grid-template-columns:1fr 1fr}
  .al-prompt-summary h3{font-size:2.25rem}
  .al-copy-button{padding:8px 10px}
  .al-copy-button .al-copy-label{display:none}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
  }
  .al-js .al-reveal{opacity:1!important;transform:none!important}
}
