@font-face{font-family:Inter;src:url("./fonts/Inter.ttf") format("truetype");font-weight:100 900;font-style:normal;font-display:swap}

:root{color-scheme:light;--blue:#1254db;--navy:#101a33;--snow:#f6f8fc;--muted:#566079;--line:#dde4ef;--white:#fff;--max:1240px;font-family:Inter,Arial,sans-serif;color:var(--navy);background:var(--snow);font-synthesis:none}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:105px}
body{margin:0}
button,input,select{font:inherit}
button,a,select{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
button{cursor:pointer}
a{color:inherit;text-underline-offset:5px}
img{display:block;max-width:100%}
h1,h2,h3,p{margin:0}
button:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #5088ff;outline-offset:5px}
[hidden]{display:none!important}

.container{width:min(var(--max),calc(100% - 96px));margin-inline:auto}
.section{padding-block:96px}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;line-height:1.6;color:var(--blue);margin-bottom:21px}
h1,h2,h3{font-weight:650;letter-spacing:-1.8px}
h2{font-size:clamp(32px,3.4vw,45px);line-height:1.12}
p{line-height:1.7}

.symbol{display:block;flex-shrink:0;background:var(--blue);width:58px;height:58px;mask:url("./brand/astrobr-symbol-v2.png") center/contain no-repeat;-webkit-mask:url("./brand/astrobr-symbol-v2.png") center/contain no-repeat}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;white-space:nowrap}
.brand>span:last-child{font-weight:800;font-size:31px;line-height:1.03;letter-spacing:-1.6px}
.brand small{display:block;font-size:9px;font-weight:500;letter-spacing:1.1px;margin-top:6px}
.skip-link{position:fixed;left:20px;top:-90px;padding:14px;background:var(--navy);color:white;z-index:100}
.skip-link:focus{top:16px}

.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}
.header-inner{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.header-inner nav{display:flex;align-items:center;gap:32px}
.header-inner nav a{font-size:12px;font-weight:550;text-decoration:none}
.header-inner nav a:hover{color:var(--blue)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:15px 23px;border:1px solid var(--blue);border-radius:5px;background:var(--blue);color:var(--white);font-weight:600;font-size:13px;text-decoration:none;transition:background .18s,transform .18s}
.button:hover{background:#0b3da7;transform:translateY(-2px);color:white!important}
.button-small{min-height:43px;padding:12px 19px}
.menu-toggle{display:none;border:1px solid var(--line);border-radius:4px;padding:10px 14px;background:white;color:var(--navy);font-size:13px}

.hero{overflow:hidden;background:white}
.hero-inner{display:grid;grid-template-columns:1.08fr 1fr;min-height:594px;gap:60px;align-items:center}
.hero-copy{padding-block:60px}
.hero h1{font-size:clamp(43px,4.8vw,65px);line-height:1.06;letter-spacing:-3.6px;max-width:630px}
.hero h1 em{font-style:normal;color:var(--blue)}
.hero-description{font-size:16px;color:var(--muted);max-width:475px;margin-top:25px;line-height:1.75}
.hero-actions{display:flex;gap:26px;align-items:center;margin-top:30px}
.text-link{font-size:12px;font-weight:600;text-decoration:none;border-bottom:1px solid var(--line);padding-block:7px}
.text-link:hover{color:var(--blue);border-color:var(--blue)}
.hero-note{font-size:11px;color:var(--muted);margin-top:34px}

.hero-art{min-width:0;position:relative;align-self:stretch;background:var(--snow);display:flex;align-items:center;justify-content:center;isolation:isolate;margin-right:-48px;overflow:hidden}
.hero-watermark{position:absolute;width:680px;height:680px;left:-115px;top:-128px;opacity:.085;z-index:-1}
.hero-signature{display:flex;align-items:center;gap:12px;position:relative;margin-top:55px}
.hero-signature>.symbol{width:117px;height:117px}
.hero-signature strong{font-size:57px;letter-spacing:-3px;font-weight:850;line-height:1}
.hero-signature div>span{display:block;font-size:11px;letter-spacing:2.1px;margin-top:11px}
.hero-art-caption{position:absolute;bottom:42px;left:40px;right:40px;display:flex;justify-content:space-between;align-items:end;font-size:9px;line-height:1.8;letter-spacing:1.5px}
.hero-art-caption span:last-child{letter-spacing:0;font-size:11px;color:var(--muted);text-align:right}

.purpose-strip{border-block:1px solid var(--line);background:var(--snow)}
.purpose-strip .container{display:flex;justify-content:space-between;gap:25px;align-items:center;padding-block:23px}
.purpose-strip span{font-size:10px;letter-spacing:1.5px;font-weight:650}
.purpose-strip p{font-size:13px;color:var(--muted)}

.ecosystem{background:var(--snow)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:46px}
.section-heading>p{max-width:415px;font-size:14px;color:var(--muted)}
.filter-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:25px}
.filters{display:flex;flex-wrap:wrap;gap:8px}
.filter{padding:11px 16px;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--muted);font-size:12px;font-weight:550}
.filter:hover{background:#e9eef8}
.filter.is-active{color:var(--navy);background:white;border-color:var(--line)}
.result-count{font-size:11px;white-space:nowrap;color:var(--muted)}

.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.product{display:flex;align-items:center;position:relative;gap:19px;min-height:141px;padding:27px 26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-decoration:none;transition:background .15s}
.product:hover,.product:focus-visible{background:white}
.product-symbol{width:78px;height:78px;background:var(--product-color)}
.product-copy{display:flex;flex-direction:column;min-width:0}
.product-brand{font-size:28px;font-weight:800;letter-spacing:-1.4px;line-height:1.04}
.product-name{font-size:22px;font-weight:700;letter-spacing:-.8px;line-height:1.16;color:color-mix(in srgb,var(--product-color) 78%,var(--navy));margin-top:2px}
.product-name small{display:inline-block;font-size:9px;letter-spacing:.5px;border:1px solid currentColor;border-radius:4px;vertical-align:middle;padding:3px 5px;margin-left:4px}
.product-description{font-size:11px;color:var(--muted);line-height:1.5;margin-top:7px}
.product-action{position:absolute;right:16px;bottom:9px;font-size:9px;opacity:0;color:var(--blue)}
.product:hover .product-action,.product:focus-visible .product-action{opacity:1}
.ecosystem-note{margin-top:28px;text-align:center;font-size:12px;color:var(--muted)}
.ecosystem-note a{color:var(--navy);font-weight:550}

.custom{background:white}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.service-grid article{border-top:1px solid var(--line);padding-top:24px}
.service-number{font-size:12px;color:var(--blue);font-weight:600}
.service-grid h3{font-size:23px;letter-spacing:-.8px;margin:29px 0 14px}
.service-grid p{color:var(--muted);font-size:14px;max-width:330px}
.service-grid a{display:inline-block;margin-top:27px;font-size:12px;font-weight:600;color:var(--blue)}

.about{background:var(--navy);color:white}
.about-inner{display:grid;grid-template-columns:1fr 1.18fr;gap:100px;align-items:center}
.about-brand{display:flex;flex-direction:column;align-items:center;gap:8px;border-right:1px solid #34405b;padding-right:65px}
.about-brand .symbol{background:white;width:185px;height:165px}
.about-brand strong{font-size:53px;letter-spacing:-2.5px}
.about-brand>span:last-child{margin-top:24px;font-size:10px;line-height:1.9;letter-spacing:2.5px;text-align:center;color:#c4d1ef}
.about .eyebrow{color:#91b4ff}
.about h2{font-size:38px;line-height:1.17}
.about-copy>p:not(.eyebrow){margin-top:24px;font-size:14px;line-height:1.8;color:#c3cbe0}
.about-principles{display:flex;flex-wrap:wrap;gap:9px 24px;font-size:10px;margin-top:31px;color:#e2eaff}
.about-principles span{padding-top:12px;border-top:1px solid #526486}

.process{background:var(--snow)}
.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px;margin-top:45px}
.process-grid article{border-top:1px solid var(--line);padding-top:23px}
.process-grid span{font-size:10px;color:var(--blue);font-weight:650;letter-spacing:1.3px}
.process-grid h3{font-size:22px;letter-spacing:-.7px;margin:22px 0 12px}
.process-grid p{font-size:13px;color:var(--muted)}

.faq{background:white;border-top:1px solid var(--line)}
.faq-inner{display:grid;grid-template-columns:.9fr 1.4fr;gap:85px}
.faq-inner>div>p:last-child{font-size:14px;color:var(--muted);margin-top:25px}
.faq-list{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line)}
summary{cursor:pointer;font-size:14px;font-weight:600;line-height:1.5;padding:25px 8px 25px 0}
details p{font-size:13px;line-height:1.8;color:var(--muted);padding:0 24px 25px 0}

.contact{background:var(--blue);color:white}
.contact-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center}
.contact .eyebrow{color:#d3e2ff}
.contact h2{font-size:43px}
.contact p{font-size:13px;margin-top:20px;color:#e2ebff}
.contact-email{display:inline-block;font-size:19px;margin-top:26px;font-weight:500}
.contact-panel{background:white;padding:32px;border-radius:6px;color:var(--navy)}
.contact-panel label{display:block;font-size:14px;font-weight:600;margin-bottom:15px}
.contact-panel select{width:100%;max-width:100%;min-height:51px;padding:12px 32px 12px 13px;background:var(--snow);color:var(--navy);border:1px solid var(--line);border-radius:4px;font-size:12px}
.contact-action{width:100%;margin-top:15px}
.contact-panel p{font-size:11px;color:var(--muted);margin-top:17px;line-height:1.7}

.site-footer{background:white}
.footer-inner{padding-block:37px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.footer-inner .brand .symbol{width:44px;height:44px}
.footer-inner .brand>span:last-child{font-size:24px}
.footer-inner .brand small{font-size:8px;letter-spacing:.5px}
.footer-inner>p,.footer-inner>a:last-child{font-size:10px;color:var(--muted)}

.maintenance{background:var(--snow);min-height:100svh;display:flex;flex-direction:column}
.maintenance-main{flex:1;display:grid;place-items:center;padding:70px 24px}
.maintenance-card{max-width:700px;text-align:center}
.maintenance-card>.symbol{width:170px;height:160px;margin:0 auto 20px}
.maintenance-card h1{font-size:clamp(39px,6vw,64px);line-height:1.08}
.maintenance-card>p:not(.eyebrow){font-size:17px;color:var(--muted);margin:24px auto 30px;max-width:470px}
.maintenance-card .hero-actions{justify-content:center}
.maintenance .site-footer{border-top:1px solid var(--line)}

@media(min-width:1500px){.hero-art{margin-right:0}
}

@media(max-width:1100px){.container{width:calc(100% - 64px)}
.header-inner nav{gap:21px}
.hero-inner{gap:32px;min-height:550px}
.hero h1{font-size:54px}
.hero-signature{gap:4px}
.hero-signature>.symbol{width:90px;height:90px}
.hero-signature strong{font-size:45px}
.hero-signature div>span{font-size:9px;letter-spacing:1.5px}
.hero-art{margin-right:-32px}
.hero-actions{gap:19px}
.hero-actions .button{padding-inline:16px}
.product{gap:12px;padding:22px 19px}
.product-symbol{width:63px;height:63px}
.product-brand{font-size:25px}
.product-name{font-size:19px}
.product-description{font-size:10px}
.section-heading{gap:40px}
.section-heading>p{max-width:340px}
.about-inner,.contact-inner{gap:55px}
.about h2{font-size:33px}
.contact h2{font-size:36px}
}

@media(max-width:850px){.section{padding-block:72px}
.container{width:calc(100% - 48px)}
.brand>span:last-child{font-size:27px}
.brand .symbol{width:49px;height:49px}
.header-inner{min-height:80px}
.header-inner nav{gap:15px}
.header-inner nav a{font-size:11px}
.hero-inner{gap:25px;min-height:550px}
.hero h1{font-size:47px;letter-spacing:-2.4px}
.hero-description{font-size:14px}
.hero-actions{align-items:start;flex-direction:column;gap:12px}
.hero-art{margin-right:-24px}
.hero-signature{flex-direction:column}
.hero-signature>.symbol{width:130px;height:130px}
.hero-signature div>span{font-size:10px}
.hero-signature strong{font-size:50px}
.hero-watermark{width:560px;height:560px;left:-140px;top:-90px}
.hero-art-caption{left:25px;right:25px;bottom:25px}
.hero-art-caption span:last-child{display:none}
.purpose-strip span{max-width:190px;line-height:1.7}
.purpose-strip p{font-size:12px;text-align:right}
.section-heading{align-items:start}
.section-heading>p{max-width:285px;font-size:13px}
.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.product{padding:24px;min-height:135px;gap:17px}
.product-symbol{width:74px;height:74px}
.product-brand{font-size:28px}
.product-name{font-size:22px}
.product-description{font-size:11px}
.filter-row{align-items:start;flex-direction:column;gap:14px}
.service-grid,.process-grid{gap:26px}
.service-grid h3,.process-grid h3{font-size:21px}
.service-grid p{font-size:13px}
.about-inner{gap:40px;grid-template-columns:.8fr 1.2fr}
.about-brand{padding-right:30px}
.about h2{font-size:30px}
.faq-inner{gap:40px;grid-template-columns:.8fr 1.2fr}
.contact-inner{gap:35px}
.contact-panel{padding:23px}
.contact h2{font-size:32px}
.footer-inner>p{display:none}
}

@media(max-width:680px){html{scroll-padding-top:88px}
.container{width:calc(100% - 40px)}
.section{padding-block:60px}
.header-inner{min-height:77px;gap:20px;flex-wrap:wrap}
.brand{gap:7px}
.brand>span:last-child{font-size:28px}
.brand small{font-size:8px;letter-spacing:.7px}
.brand .symbol{width:47px;height:47px}
.menu-toggle:not([hidden]){display:block}
.header-inner nav{width:100%;flex-wrap:wrap;justify-content:space-between;gap:18px;padding:0 0 20px}
.header-inner nav a{font-size:12px}
.js .header-inner nav{display:none}
.js .header-inner nav.is-open{display:flex}
.hero-inner{display:flex;flex-direction:column;gap:0;align-items:stretch;min-height:auto}
.hero-copy{padding:48px 0 39px}
.eyebrow{font-size:9px;letter-spacing:1.6px;margin-bottom:19px}
.hero h1{font-size:clamp(42px,10.8vw,65px);max-width:540px;letter-spacing:-2.3px;line-height:1.06}
.hero-description{font-size:14px;max-width:450px;margin-top:23px;line-height:1.75}
.hero-actions{flex-direction:row;align-items:center;gap:19px;flex-wrap:wrap;margin-top:26px}
.hero-actions .button{font-size:12px;padding:14px 17px}
.text-link{font-size:11px}
.hero-note{margin-top:26px;font-size:10px}
.hero-art{margin:0 -20px;min-height:286px;padding-bottom:25px}
.hero-signature{flex-direction:row;margin-top:0;gap:10px}
.hero-signature>.symbol{width:96px;height:96px}
.hero-signature strong{font-size:48px}
.hero-signature div>span{font-size:9px;letter-spacing:1.5px}
.hero-watermark{width:470px;height:470px;top:-158px;left:calc(50% - 235px)}
.hero-art-caption{bottom:24px;left:25px;right:25px;font-size:8px}
.hero-art-caption span:last-child{display:block;font-size:9px}
.purpose-strip .container{padding-block:18px;display:block}
.purpose-strip span{font-size:8px;max-width:none;letter-spacing:1.4px}
.purpose-strip p{font-size:11px;text-align:left;margin-top:6px}
.section-heading{display:block;margin-bottom:28px}
.section-heading>p{max-width:440px;font-size:13px;margin-top:23px}
.section-heading h2{font-size:36px;letter-spacing:-1.7px}
.filter-row{gap:15px;margin-bottom:18px}
.filters{gap:5px}
.filter{font-size:10px;padding:10px 12px;min-height:40px}
.result-count{font-size:10px}
.product-grid{grid-template-columns:1fr}
.product{min-height:135px;padding:23px 25px;gap:24px}
.product-symbol{width:87px;height:87px}
.product-brand{font-size:31px}
.product-name{font-size:24px}
.product-description{font-size:12px}
.product-action{opacity:1;font-size:9px;right:15px;bottom:12px}
.ecosystem-note{font-size:11px;text-align:left;line-height:1.9;margin-top:21px}
.service-grid,.process-grid{grid-template-columns:1fr;gap:29px}
.service-grid article{padding-top:20px}
.service-grid h3{margin-top:18px;font-size:24px}
.service-grid p{max-width:none}
.service-grid a{margin-top:18px}
.about-inner{display:flex;flex-direction:column;gap:40px;align-items:stretch}
.about-brand{border-right:0;border-bottom:1px solid #34405b;padding:0 0 35px}
.about-brand .symbol{width:128px;height:116px}
.about-brand strong{font-size:40px}
.about-brand>span:last-child{font-size:8px;margin-top:13px}
.about h2{font-size:33px}
.about-copy>p:not(.eyebrow){font-size:13px;margin-top:21px}
.about-principles{font-size:9px;gap:12px 19px}
.process h2{font-size:34px}
.process-grid{margin-top:33px;gap:28px}
.process-grid h3{font-size:24px;margin-top:18px}
.faq-inner{grid-template-columns:1fr;gap:32px}
.faq-inner>div>p:last-child{font-size:13px;margin-top:19px}
.faq h2{font-size:35px}
summary{font-size:13px;padding-block:22px}
details p{font-size:12px}
.contact-inner{grid-template-columns:1fr;gap:32px}
.contact h2{font-size:37px}
.contact p{font-size:13px}
.contact-panel{padding:25px}
.contact-panel p{font-size:11px}
.contact-email{font-size:18px;margin-top:20px}
.footer-inner{padding-block:29px;gap:25px;flex-wrap:wrap}
.footer-inner>a:last-child{font-size:10px}
.footer-inner .brand>span:last-child{font-size:23px}
.maintenance-card .hero-actions{flex-direction:column}
.maintenance-main{padding-top:45px;padding-bottom:55px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{transition:none!important}
}
