:root{--astra-blue:#0a66d8;--astra-cyan:#37b8c5;--astra-ink:#20365d;--astra-muted:#60718d;--astra-line:#dce7f3;--astra-pale:#f5f8fc;--astra-font:"Microsoft YaHei UI","Microsoft YaHei",system-ui,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--astra-ink);font-family:var(--astra-font);background:#fff}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.section-container{width:min(1440px,calc(100% - 48px));max-width:none;margin-inline:auto;padding-inline:0}
.astra-flow-page{overflow:hidden;background:#fff}
.astra-section{padding:88px 0}
.astra-section[id]{scroll-margin-top:100px}
.astra-heading{max-width:900px;margin:0 auto 48px;text-align:center}
.astra-heading>p{margin:0 0 12px;color:var(--astra-blue);font-size:14px;font-weight:700;letter-spacing:.16em}
.astra-heading h2{margin:0;color:#20365d;font-size:clamp(1.75rem,1.35rem + 1.25vw,2.35rem);line-height:1.4;font-weight:700}
.astra-heading h2::after{display:block;width:58px;height:3px;margin:18px auto 0;border-radius:999px;background:linear-gradient(90deg,#1875ec,#62c7d1);content:""}
.astra-heading>div{max-width:760px;margin:18px auto 0;color:var(--astra-muted);font-size:16px;line-height:1.8}
.astra-hero{position:relative;isolation:isolate;min-height:700px;display:flex;align-items:center;overflow:hidden;background:#f4f8fd}
.astra-hero__media{position:absolute;z-index:0;inset:0;display:block}
.astra-hero__art{position:absolute;z-index:0;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}
@media(min-width:1920px){
  .astra-hero{background:linear-gradient(90deg,#f5f8fc 0%,#f3f7fc 68%,#eaf2fc 100%)}
  .astra-hero__art{width:100%;height:100%;object-fit:cover;object-position:right center}
}
.astra-hero__inner{position:relative;z-index:2;width:min(1440px,calc(100% - 96px));margin:0 auto;padding-top:4px}
.astra-hero__copy{width:min(720px,51vw)}
.astra-hero__title-row{display:block}
.astra-hero h1{margin:0 0 22px;color:#1b1f25;font-size:clamp(2.1rem,1.8rem + .85vw,2.625rem);line-height:1.18;font-weight:700;letter-spacing:-.025em;white-space:nowrap}
.astra-hero h1 span{display:block;margin-top:5px;font-size:inherit;line-height:inherit}
.astra-hero h1 em{color:#317ef0;font-style:normal}
.astra-hero__model{display:flex;align-items:center;gap:12px;margin:0;color:#596b80;font-size:18px;line-height:1.8;white-space:nowrap}
.astra-hero__model b{display:inline-flex;position:relative;min-height:32px;align-items:center;padding:0 0 0 13px;color:#1267cb;background:none;font-size:18px;line-height:1;font-weight:700}
.astra-hero__model b::before{position:absolute;top:5px;bottom:5px;left:0;width:3px;border-radius:999px;background:linear-gradient(180deg,#1f7ce7,#60c4d0);content:""}
.astra-hero__model span{display:inline-flex;align-items:center;min-height:36px}
.astra-hero__lead{margin:14px 0 0;color:#263e5e;font-size:18px;line-height:1.75}
.astra-hero__callout{display:flex;width:max-content;max-width:100%;align-items:center;margin-top:26px;padding:0 22px 0 0;border-radius:999px;background:#f8fafd;box-shadow:2px 2px 8px rgba(0,71,175,.13)}
.astra-hero__callout-icon{width:60px;height:60px;flex:0 0 60px}
.astra-hero__callout p{margin:0 0 0 12px;color:#082350;font-size:19px;line-height:1.5;white-space:nowrap}
.astra-hero__callout strong{color:#317ef0}
.astra-hero-features{display:grid;grid-template-columns:repeat(4,1fr);width:min(690px,100%);margin-top:32px}
.astra-hero-feature{display:grid;grid-template-rows:84px auto;place-items:center;min-width:0;padding:0 16px;border-right:1px solid rgba(8,35,80,.14)}
.astra-hero-feature:last-child{border-right:0}
.astra-hero-feature img{display:block;object-fit:contain}
.astra-hero-feature:nth-child(1) img{width:78px;height:78px}
.astra-hero-feature:nth-child(2) img{width:96px;height:96px}
.astra-hero-feature:nth-child(3) img{width:60px;height:60px}
.astra-hero-feature:nth-child(4) img{width:47px;height:60px}
.astra-hero-feature h2{margin:8px 0 0;color:#082350;font-size:14px;line-height:1.45;font-weight:700;text-align:center;white-space:nowrap}
.astra-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.astra-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 25px;border:1px solid rgba(10,102,216,.28);border-radius:999px;color:var(--astra-blue);background:rgba(255,255,255,.9);font-weight:700;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.astra-button:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(18,92,180,.14)}
.astra-button--primary{border-color:transparent;color:#fff;background:var(--astra-blue);box-shadow:0 12px 30px rgba(10,102,216,.22)}
.astra-button--primary:hover{color:#fff;background:#0758bd}
.astra-redefine{background:#fff}
.compare-grid{display:grid;grid-template-columns:1fr 58px 1fr;align-items:stretch;max-width:1160px;margin:auto}
.compare-card{padding:34px;border:1px solid var(--astra-line);border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(39,75,126,.07)}
.compare-card small{color:#71819a;font-weight:700;letter-spacing:.12em}
.compare-card h3{margin:18px 0 24px;font-size:22px;line-height:1.55}
.compare-card ul,.technology-card ul{margin:0;padding:0;list-style:none}
.compare-card li{position:relative;margin:12px 0;padding-left:22px;color:var(--astra-muted);line-height:1.65}
.compare-card li::before{position:absolute;top:.62em;left:0;width:8px;height:8px;border-radius:50%;background:#aebed1;content:""}
.compare-card--active{border-color:#b9d5f7;background:linear-gradient(145deg,#f8fbff,#eef8fb)}
.compare-card--active small,.compare-card--active h3{color:#075fcf}
.compare-card--active li::before{background:linear-gradient(135deg,var(--astra-blue),var(--astra-cyan))}
.compare-arrow{display:flex;align-items:center;justify-content:center;color:var(--astra-blue);font-size:30px}
.astra-technology,.astra-throughput,.astra-specs{background:linear-gradient(180deg,#f8fbff 0%,#f3f7fc 100%)}
.technology-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.technology-card{display:flex;min-height:505px;flex-direction:column;padding:30px;border:1px solid var(--astra-line);border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(39,75,126,.07);transition:transform .28s ease,box-shadow .28s ease}
.technology-card:hover{transform:translateY(-5px);box-shadow:0 20px 46px rgba(39,75,126,.12)}
.technology-card>span{height:48px;color:rgba(0,105,170,.2);font-size:60px;line-height:.8;font-weight:700;letter-spacing:-.04em}
.technology-card h3{margin:4px 0 20px;color:#0069aa;font-size:20px;line-height:1.5}
.technology-visual{width:100%;aspect-ratio:2.99/1;overflow:hidden;margin-bottom:22px;border-radius:14px;background-image:url("../assets/product-astra-flow/technology-strip.webp");background-repeat:no-repeat;background-size:367.04% 410.39%;box-shadow:0 8px 20px rgba(0,63,116,.12)}
.technology-visual--1{background-position:3.4% 47.5%}
.technology-visual--2{background-position:51.3% 47.5%}
.technology-visual--3{background-position:99.2% 50.5%}
.technology-card ul{margin-top:auto!important;padding-top:2px!important}
.technology-card li{position:relative;margin:7px 0;padding-left:17px;color:#405470;font-size:15px;line-height:1.65}
.technology-card li::before{position:absolute;top:.68em;left:0;width:6px;height:6px;border-radius:50%;background:#159ca5;content:""}
.astra-workflow{background:linear-gradient(180deg,#fff 0%,#f6faff 100%)}
.workflow-start{display:flex;align-items:center;justify-content:center;gap:18px;margin:-10px 0 38px;color:#1467cd;font-size:20px;font-weight:700}
.workflow-start i{color:#63a3ef;font-size:24px;font-style:normal}
.workflow-start strong{color:#0d57b2}
.workflow-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none}
.workflow-grid>li{position:relative;display:flex;min-height:0;flex-direction:column;padding:22px 18px 20px;border:1px solid #dbe8f6;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(36,86,150,.08)}
.workflow-grid>li:not(:last-child)::after{position:absolute;z-index:3;top:49%;right:-27px;width:38px;height:30px;background:linear-gradient(90deg,#68a9f2,#176fd8);clip-path:polygon(0 37%,65% 37%,65% 10%,100% 50%,65% 90%,65% 63%,0 63%);filter:drop-shadow(0 4px 5px rgba(20,104,205,.22));content:""}
.workflow-step-heading{display:flex;min-height:112px;flex-direction:column;align-items:center;text-align:center}
.workflow-step-heading span{display:inline-flex;min-width:42px;min-height:32px;align-items:center;justify-content:center;padding:0 13px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#0c6ee3,#328fea);box-shadow:0 6px 16px rgba(10,102,216,.2);font-size:14px;font-weight:700}
.workflow-grid h3{margin:16px 0 0;color:#15366a;font-size:21px;line-height:1.45;font-weight:700;text-align:center}
.workflow-visual{width:calc(100% + 8px);height:210px;flex:0 0 210px;margin:0 -4px 10px;background-repeat:no-repeat;background-position:center;background-size:contain}
.workflow-visual--1{background-image:url("../assets/product-astra-flow/workflow-step-01-plan.png")}
.workflow-visual--2{background-image:url("../assets/product-astra-flow/workflow-step-02-stain.png")}
.workflow-visual--3{background-image:url("../assets/product-astra-flow/workflow-step-03-scan.png")}
.workflow-visual--4{background-image:url("../assets/product-astra-flow/workflow-step-04-data.png")}
.workflow-visual--5{background-image:url("../assets/product-astra-flow/workflow-step-05-reuse.png")}
.workflow-grid ul{margin:0;padding:0;list-style:none}
.workflow-grid ul li{position:relative;margin:8px 0;padding-left:22px;color:#455a76;font-size:13.5px;line-height:1.6;white-space:nowrap}
.workflow-grid ul li::before{position:absolute;top:.32em;left:0;display:flex;width:16px;height:16px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#2a8beb,#1268d3);box-shadow:0 3px 8px rgba(18,104,211,.18);font-size:10px;line-height:1;font-weight:700;content:"✓"}
.workflow-grid strong{color:#1269d3;font-size:16px}
.workflow-callout{width:max-content;max-width:100%;margin:34px auto 0;padding:13px 32px;border:1px solid #cfe2f7;border-radius:999px;color:#155b9f;background:#fff;box-shadow:0 8px 24px rgba(39,75,126,.06);font-size:18px;font-weight:700;text-align:center}
.metrics-grid{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border:1px solid var(--astra-line);border-radius:24px;background:#fff;box-shadow:0 16px 42px rgba(39,75,126,.08)}
.metric-feature{display:flex;min-height:465px;flex-direction:column;padding:45px;color:#fff;background:linear-gradient(145deg,#075fcf,#1089c8)}
.metric-feature small,.metric-list small{font-size:11px;font-weight:700;letter-spacing:.14em}
.metric-feature>strong{display:flex;align-items:flex-end;gap:16px;margin:18px 0 42px}
.metric-feature>strong span{font-size:clamp(6rem,9vw,9rem);line-height:.9;letter-spacing:-.07em}
.metric-feature>strong em{padding-bottom:12px;font-size:20px;font-style:normal}
.metric-feature div{margin-top:auto}
.metric-feature h3{margin:0 0 12px;font-size:24px}
.metric-feature p{max-width:530px;margin:0;color:rgba(255,255,255,.82);line-height:1.75}
.metric-list{display:grid;grid-template-columns:1fr 1fr}
.metric-list article{display:flex;min-height:232px;flex-direction:column;padding:30px;border-bottom:1px solid var(--astra-line)}
.metric-list article:nth-child(odd){border-right:1px solid var(--astra-line)}
.metric-list article:nth-last-child(-n+2){border-bottom:0}
.metric-list small{color:#74849b}
.metric-list strong{margin:26px 0 10px;color:#075fcf;font-size:34px}
.metric-list p{margin:auto 0 0;color:var(--astra-muted);font-size:14px;line-height:1.6}
.spec-groups{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.spec-groups>article{overflow:hidden;border:1px solid var(--astra-line);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(38,73,124,.07)}
.spec-groups h3{margin:0;padding:23px 26px;border-top:4px solid var(--astra-blue);color:#20365d;background:#f8fbff;font-size:20px}
.spec-groups dl{margin:0}
.spec-groups dl>div{display:grid;grid-template-columns:145px 1fr;min-height:56px;border-top:1px solid #e6edf6}
.spec-groups dt,.spec-groups dd{display:flex;align-items:center;margin:0;padding:12px 18px;line-height:1.55}
.spec-groups dt{color:#1266c7;font-size:15px;font-weight:700}
.spec-groups dd{color:#405470;font-size:15px;text-align:left}
.astra-system{background:linear-gradient(180deg,#f8fbff 0%,#f2f7fc 100%)}
.astra-automation{background:#fff}
.product-page--astra .product-spec-list{padding:22px 28px;border-color:#c9dcef;box-shadow:0 18px 46px rgba(35,78,135,.1)}
.product-page--astra .product-spec-list>div{grid-template-columns:170px minmax(0,1fr);min-height:78px}
.product-page--astra .product-spec-list>div:nth-child(4n+1),.product-page--astra .product-spec-list>div:nth-child(4n+2){background:#f8fbff}
.product-page--astra .product-spec-list dt{color:#0b59b5;font-size:17px;font-weight:700}
.product-page--astra .product-spec-list dt::before{height:22px;background:linear-gradient(180deg,#277fe6,#68c5d0)}
.product-page--astra .product-spec-list dd{color:#263f60;font-size:16.5px;line-height:1.75}
.astra-spec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.astra-spec-group{overflow:hidden;border:1px solid #d3e2f1;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(37,78,132,.08)}
.astra-spec-group h3{margin:0;padding:18px 22px;border-top:4px solid #1d75db;color:#143a68;background:linear-gradient(90deg,#edf6ff,#f7fbff);font-size:19px;line-height:1.45;font-weight:700}
.astra-spec-group dl{margin:0;padding:8px 20px 14px}
.astra-spec-group dl>div{display:grid;grid-template-columns:116px minmax(0,1fr);min-height:52px;align-items:center;border-bottom:1px solid #e5edf6}
.astra-spec-group dl>div:last-child{border-bottom:0}
.astra-spec-group dt,.astra-spec-group dd{margin:0;padding:10px 4px;line-height:1.55}
.astra-spec-group dt{color:#1769c7;font-size:14px;font-weight:700}
.astra-spec-group dd{color:#314964;font-size:14.5px;text-align:left}
.automation-board{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:20px}
.automation-primary,.automation-throughput{overflow:hidden;border:1px solid #d6e4f3;border-radius:22px;background:#fff;box-shadow:0 16px 40px rgba(37,78,132,.08)}
.automation-primary{padding:32px 34px;background:linear-gradient(145deg,#fff 0%,#f7fbff 100%)}
.automation-primary__copy>span,.automation-throughput>span{display:block;color:#1769c7;font-size:13px;font-weight:700;letter-spacing:.08em}
.automation-primary__copy h3{margin:8px 0 10px;color:#173a67;font-size:24px;line-height:1.45}
.automation-primary__copy p{margin:0;color:#63748b;font-size:15px;line-height:1.7}
.automation-pipeline{display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr;align-items:center;margin-top:28px;padding:22px 18px 18px;border:1px solid #d9e8f6;border-radius:18px;background:#fff}
.automation-pipeline span{position:relative;display:flex;min-width:0;min-height:102px;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#142b47;font-size:16px;font-weight:700;text-align:center}
.automation-pipeline span b{position:absolute;top:-4px;right:5px;color:#a7c6e6;font-size:10px;letter-spacing:.1em}
.automation-pipeline span em{font-style:normal;white-space:nowrap}
.automation-pipeline__connector{position:relative;height:4px;border-radius:999px;background:linear-gradient(90deg,#55b9dc,#078dcc)}
.automation-pipeline__connector::after{position:absolute;top:-5px;right:-1px;border-width:7px 0 7px 10px;border-style:solid;border-color:transparent transparent transparent #078dcc;content:""}
.automation-step-icon{display:block;width:62px;height:56px;flex:0 0 56px;object-fit:contain}
.automation-throughput{display:flex;min-height:250px;flex-direction:column;padding:30px;background:linear-gradient(145deg,#0b66cf,#1492b4);color:#fff}
.automation-throughput>span{color:#d9f5ff}
.automation-throughput strong{display:flex;align-items:flex-end;gap:12px;margin:22px 0 18px}
.automation-throughput strong em{font-size:76px;line-height:.85;font-style:normal;letter-spacing:-.06em}
.automation-throughput strong b{padding-bottom:7px;font-size:20px;font-weight:700}
.automation-throughput p{margin:auto 0 0;color:rgba(255,255,255,.82);font-size:14px;line-height:1.7}
.automation-metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.automation-metrics article{position:relative;min-height:174px;padding:22px 24px;overflow:hidden;border:1px solid #d9e6f3;border-radius:18px;background:linear-gradient(145deg,#fff,#f4f9ff);box-shadow:0 12px 30px rgba(37,78,132,.07)}
.automation-metrics article::after{position:absolute;right:-28px;bottom:-34px;width:100px;height:100px;border-radius:50%;background:rgba(41,132,224,.06);content:""}
.automation-metrics article>span{display:inline-flex;min-width:48px;height:24px;align-items:center;justify-content:center;border-radius:999px;color:#176bc9;background:#eaf4ff;font-size:10px;font-weight:700;letter-spacing:.08em}
.automation-metrics strong{display:flex;align-items:flex-end;gap:7px;margin:12px 0 8px;color:#154e8e;line-height:1}
.automation-metrics strong em{font-size:48px;font-style:normal;font-weight:800;letter-spacing:-.05em}
.automation-metrics strong small{padding-bottom:5px;color:#4e739e;font-size:14px;font-weight:700}
.automation-metrics p{margin:0;color:#64758b;font-size:13.5px;line-height:1.55}
.system-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:start}
.spec-panel,.automation-panel{overflow:hidden;border:1px solid var(--astra-line);border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(39,75,126,.08)}
.spec-panel>h3,.automation-panel>h3{margin:0;padding:20px 26px;border-top:4px solid #0874bf;color:#fff;background:linear-gradient(90deg,#0874bf,#149fa7);font-size:21px}
.spec-summary-grid{display:grid;grid-template-columns:repeat(2,1fr)}
.spec-summary-grid article{position:relative;min-height:172px;padding:27px 24px 24px;border-bottom:1px solid #e5edf6}
.spec-summary-grid article:nth-child(odd){border-right:1px solid #e5edf6}
.spec-summary-grid article:nth-last-child(-n+2){border-bottom:0}
.spec-summary-grid span{position:absolute;top:15px;right:19px;color:rgba(0,105,170,.11);font-size:44px;line-height:1;font-weight:700}
.spec-summary-grid h4{position:relative;margin:0 0 15px;padding-left:14px;color:#0868aa;font-size:17px;line-height:1.45}
.spec-summary-grid h4::before{position:absolute;top:3px;bottom:3px;left:0;width:4px;border-radius:99px;background:#2cb0ae;content:""}
.spec-summary-grid p{margin:0;color:#52637d;font-size:14px;line-height:1.75}
.spec-summary-grid strong{color:#f28b0c}
.automation-panel{max-width:1180px;margin:0 auto;padding-bottom:20px}
.automation-flow{margin:24px;border:1px solid #e0ebf5;border-radius:17px;background:#fbfdff;padding:24px}
.automation-flow h4{display:flex;align-items:center;gap:12px;margin:0;color:#0868aa;font-size:20px}
.automation-flow h4 img{width:38px;height:38px;object-fit:contain}
.automation-flow>p{margin:8px 0 20px;color:#6a7990;font-size:14px}
.automation-flow>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.automation-flow span{display:inline-flex;min-height:38px;align-items:center;padding:0 13px;border-radius:10px;color:#0874bf;background:#eaf5ff;font-size:13px;font-weight:700}
.automation-flow i{color:#2aa0aa;font-style:normal}
.automation-flow>strong{display:block;margin-top:20px;color:#0868aa;font-size:17px}
.throughput-card{display:grid;grid-template-columns:.8fr 1.2fr;margin:0 24px;overflow:hidden;border:1px solid #dce8f4;border-radius:17px;background:linear-gradient(145deg,#f3f9ff,#edf9f8)}
.throughput-card>div{position:relative;min-height:178px;padding:25px 86px 25px 25px}
.throughput-card>div+div{border-left:1px solid #d8e5f2}
.automation-metric-icon{position:absolute;top:24px;right:24px;width:46px;height:54px;object-fit:contain}
.automation-metric-icon--panel{top:18px;right:18px;width:66px;height:66px}
.throughput-card small{display:block;color:#71819a;font-size:12px;font-weight:700;letter-spacing:.08em}
.throughput-card b{display:flex;align-items:flex-end;gap:8px;margin:18px 0 8px;color:#0874bf;font-size:36px;line-height:1}
.throughput-card b span{font-size:58px;letter-spacing:-.06em}
.throughput-card b em{padding-bottom:4px;font-size:18px;font-style:normal}
.throughput-card p{margin:0;color:#667790;font-size:13px;line-height:1.6}
.automation-capabilities{display:grid;grid-template-columns:repeat(3,1fr);margin:20px 24px 0;border-top:1px solid #e0e9f3}
.automation-capabilities article{display:grid;grid-template-columns:44px minmax(0,1fr);gap:13px;align-items:start;padding:22px 18px 8px}
.automation-capabilities article+article{border-left:1px solid #e0e9f3}
.automation-capabilities article>img{width:40px;height:40px;object-fit:contain}
.automation-capabilities article:nth-child(2)>img{width:56px;height:56px;margin:-8px}
.automation-capabilities article:nth-child(3)>img{width:72px;height:72px;margin:-14px}
.automation-capabilities h4{margin:0 0 10px;color:#0874bf;font-size:15px;line-height:1.45}
.automation-capabilities p{margin:0;color:#6a7990;font-size:12.5px;line-height:1.65}
.astra-ecosystem{background:#fff}
.ecosystem-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.ecosystem-grid article{position:relative;min-height:285px;padding:38px;overflow:hidden;border:1px solid var(--astra-line);border-radius:22px;background:linear-gradient(145deg,#fff,#f4f9ff);box-shadow:0 14px 38px rgba(39,75,126,.07)}
.ecosystem-grid h3{margin:0 0 16px;font-size:24px}
.ecosystem-grid p{max-width:520px;margin:0;color:var(--astra-muted);line-height:1.75}
.ecosystem-grid article>div{display:flex;flex-wrap:wrap;gap:10px;margin-top:40px}
.ecosystem-grid article span{padding:8px 15px;border:1px solid #cfdef1;border-radius:999px;color:#1c64b5;background:#fff;font-weight:700}
.ecosystem-grid .ecosystem-card--dark{color:#fff;background:linear-gradient(145deg,#0d3768,#087d9f)}
.ecosystem-card--dark p{color:rgba(255,255,255,.78)}
.ecosystem-card--dark b{position:absolute;right:38px;bottom:32px;display:flex;width:126px;height:126px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.42);border-radius:50%;box-shadow:inset 0 0 0 16px rgba(255,255,255,.05);font-size:14px}
.astra-applications{background:#fff}
.application-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--astra-line);border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(39,75,126,.08)}
.application-grid>article{position:relative;display:flex;min-height:460px;flex-direction:column;padding:30px 26px 16px;overflow:hidden}
.application-grid>article+article{border-left:1px solid #dce7f3}
.application-grid>article>span{position:absolute;top:24px;left:23px;color:rgba(49,126,240,.18);font-size:66px;line-height:1;font-weight:700;letter-spacing:-.05em}
.application-grid>article>div{position:relative;min-height:190px;padding:7px 0 0 58px}
.application-grid h3{margin:0;color:#1b2f4d;font-size:23px;line-height:1.4;font-weight:700}
.application-grid h4{margin:7px 0 14px;color:#1770d1;font-size:14px;line-height:1.5;font-weight:700}
.application-grid p{margin:0;color:#52647d;font-size:14.5px;line-height:1.8}
.application-visual{width:245px;height:205px;flex:0 0 205px;margin:10px auto 0;background-image:url("../assets/product-astra-flow/application-strip.webp");background-repeat:no-repeat;background-size:536.05% 298.25%;background-position-y:87.5%}
.application-visual--1{background-position-x:5.3%}
.application-visual--2{background-position-x:34.1%}
.application-visual--3{background-position-x:63.1%}
.application-visual--4{background-position-x:94.6%}
.astra-contact{padding:96px 0;color:#fff;background:linear-gradient(120deg,#0b5da3,#057e9f);text-align:center}
.astra-contact p{margin:0 0 16px;color:#c7f5fa;font-size:13px;font-weight:700;letter-spacing:.18em}
.astra-contact h2{margin:0;font-size:clamp(2rem,1.5rem + 1.8vw,3rem);line-height:1.45}
.astra-contact h2 em{color:#bff5f2;font-style:normal}
.astra-contact span{display:block;margin:18px 0 30px;color:rgba(255,255,255,.82)}
.astra-button--light{border-color:#fff;color:#075fcf;background:#fff}
[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
[data-reveal].is-visible{opacity:1;transform:none}
@media(max-width:1180px){.astra-hero{min-height:680px}.astra-hero__art{width:94%}.astra-hero__inner{width:calc(100% - 64px)}.astra-hero__copy{width:min(620px,57vw)}.astra-hero h1{font-size:clamp(2rem,3.2vw,2.35rem)}.astra-hero-feature{padding-inline:9px}.astra-hero-feature h2{font-size:12px}.technology-grid{grid-template-columns:repeat(2,1fr)}.technology-card{min-height:480px}.workflow-grid{grid-template-columns:repeat(2,1fr)}.workflow-grid>li{min-height:0}.workflow-grid>li:not(:last-child)::after{display:none}.astra-spec-grid{grid-template-columns:repeat(2,1fr)}.automation-board{grid-template-columns:1fr}.automation-throughput{min-height:210px}.automation-metrics{grid-template-columns:repeat(2,1fr)}.system-layout{grid-template-columns:1fr}.application-grid{grid-template-columns:repeat(2,1fr)}.application-grid>article:nth-child(3){border-left:0;border-top:1px solid #dce7f3}.application-grid>article:nth-child(4){border-top:1px solid #dce7f3}}
@media(max-width:760px){.section-container{width:calc(100% - 32px)}.astra-section{padding:58px 0}.astra-heading{margin-bottom:34px}.astra-hero{display:flex;min-height:0;flex-direction:column;padding-bottom:54px;background:#f6f9fd}.astra-hero__art{position:relative;top:auto;right:auto;width:92%;height:auto;margin-left:auto;transform:none;object-fit:contain;object-position:right center}.astra-hero__inner{width:calc(100% - 32px);padding-top:12px}.astra-hero__copy{width:100%}.astra-hero h1,.astra-hero h1 span{font-size:clamp(2.15rem,9vw,2.75rem);white-space:normal}.astra-hero__model{gap:9px;font-size:15px}.astra-hero__model b{min-height:32px;padding-inline:15px;font-size:15px}.astra-hero__model span{min-height:32px}.astra-hero__lead{margin-top:14px;font-size:15px}.astra-hero__callout{width:100%;padding-right:14px;border-radius:18px}.astra-hero__callout-icon{width:50px;height:50px;flex-basis:50px}.astra-hero__callout p{margin-left:8px;font-size:14px;white-space:normal}.astra-hero-features{grid-template-columns:repeat(2,1fr);gap:18px 0;margin-top:26px}.astra-hero-feature{grid-template-rows:70px auto}.astra-hero-feature:nth-child(2){border-right:0}.astra-hero-feature:nth-child(1) img{width:62px;height:62px}.astra-hero-feature:nth-child(2) img{width:76px;height:76px}.astra-hero-feature:nth-child(3) img{width:48px;height:48px}.astra-hero-feature:nth-child(4) img{width:38px;height:49px}.astra-hero-feature h2{font-size:12px;white-space:normal}.astra-actions{display:grid;grid-template-columns:1fr}.astra-button{width:100%}.technology-grid{grid-template-columns:1fr}.technology-card{min-height:0;padding:24px}.technology-card>span{font-size:50px}.workflow-start{flex-wrap:wrap;gap:8px 12px;margin-top:0;font-size:16px;text-align:center}.workflow-start i{font-size:18px}.workflow-grid{grid-template-columns:1fr}.workflow-grid>li{min-height:0}.workflow-step-heading{min-height:104px}.workflow-visual{height:210px;flex-basis:210px}.workflow-callout{width:100%;padding:12px 18px;border-radius:18px;font-size:15px}.product-page--astra .product-spec-list{padding:10px 16px}.product-page--astra .product-spec-list>div{grid-template-columns:124px minmax(0,1fr);min-height:66px}.product-page--astra .product-spec-list dt{font-size:14.5px}.product-page--astra .product-spec-list dd{font-size:14.5px}.spec-summary-grid{grid-template-columns:1fr}.spec-summary-grid article{min-height:0;border-right:0!important;border-bottom:1px solid #e5edf6!important}.spec-summary-grid article:last-child{border-bottom:0!important}.automation-flow,.throughput-card,.automation-capabilities{margin-right:16px;margin-left:16px}.automation-flow>div{gap:6px}.automation-flow span{padding-inline:9px}.throughput-card{grid-template-columns:1fr}.throughput-card>div{padding-right:78px}.throughput-card>div+div{border-top:1px solid #d8e5f2;border-left:0}.automation-capabilities{grid-template-columns:1fr}.automation-capabilities article+article{border-top:1px solid #e0e9f3;border-left:0}.application-grid{grid-template-columns:1fr}.application-grid>article{min-height:500px;border-top:1px solid #dce7f3!important;border-left:0!important}.application-grid>article:first-child{border-top:0!important}.application-grid>article>div{min-height:210px}.application-visual{width:230px;height:192px;flex-basis:192px}.astra-contact{padding:72px 0}}
@media(max-width:760px){.astra-hero__model b{padding-right:0;padding-left:11px}.workflow-grid ul li{white-space:normal}.astra-spec-grid{grid-template-columns:1fr}.astra-spec-group dl>div{grid-template-columns:108px minmax(0,1fr)}.automation-primary{padding:22px}.automation-primary__copy h3{font-size:21px}.automation-pipeline{grid-template-columns:1fr;gap:8px}.automation-pipeline i{display:none}.automation-pipeline span{min-height:54px;flex-direction:row;gap:10px}.automation-throughput{min-height:220px;padding:24px}.automation-throughput strong em{font-size:64px}.automation-metrics{grid-template-columns:repeat(2,1fr);gap:10px}.automation-metrics article{min-height:130px;padding:18px}.automation-metrics strong{font-size:24px}.application-grid>article{min-height:460px}.application-grid>article>div{min-height:185px}.application-visual{width:245px;height:205px;flex-basis:205px;margin-top:8px}}

@media(max-width:1180px){.astra-hero__art{width:100%}}
@media(max-width:760px){.astra-hero__art{position:relative;inset:auto;width:100%;height:auto;margin:0;transform:none;object-fit:contain;object-position:center}}
@media(max-width:760px){.astra-hero__media{position:relative;inset:auto;width:100%;height:280px;flex:0 0 280px}.astra-hero__art{position:absolute;inset:0;width:100%;height:100%;margin:0;object-fit:cover;object-position:72% center}}

/* Alternate section backgrounds in the same order as the page content. */
.astra-workflow,.astra-applications,.astra-specs{background-color:#FFFFFF!important;background-image:none!important}
.astra-automation,.astra-technology{background-color:#F7F9FC!important;background-image:none!important}

@media(max-width:760px){.automation-pipeline .automation-step-icon{display:block!important;flex:0 0 42px;width:42px;height:42px}.automation-pipeline .automation-pipeline__connector{display:none!important}.automation-pipeline span{min-height:82px;flex-direction:row;justify-content:flex-start;padding:12px 42px 12px 16px}.automation-pipeline span b{top:50%;right:15px;transform:translateY(-50%)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}
