/* Sanad 1.4 — an open, typographic hero, built entirely with HTML and CSS. */
.hero.hero-open{display:block;position:relative;min-height:0;overflow:hidden;isolation:isolate;background:#FFFFFF;border-bottom:1px solid #FFFFFF}
.hero-atmosphere{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:-1;background:radial-gradient(ellipse at 50% 0%,#FFFFFF 10%,#FFFFFF00 65%),linear-gradient(120deg,#FFFFFF 15%,#FFFFFF 70%,#FFFFFF)}
.hero-halo{position:absolute;border-radius:50%;filter:blur(60px);opacity:.52}
.halo-one{width:450px;height:450px;right:-220px;top:80px;background:var(--brand-light)}
.halo-two{width:400px;height:300px;left:-250px;bottom:-90px;background:var(--brand-primary);opacity:.18}
.hero-orbit{position:absolute;left:50%;top:44%;border:1px solid #00BCB420;border-radius:50%;width:1400px;height:480px;transform:translate(-50%,-50%) rotate(-22deg)}
.orbit-two{width:1580px;height:620px;border-style:dashed;opacity:.7;transform:translate(-50%,-50%) rotate(22deg)}
.orbit-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--brand-primary);box-shadow:0 0 0 8px #00BCB40b}
.dot-one{left:8%;top:32%}.dot-two{right:9%;top:47%;width:8px;height:8px;background:var(--brand-light)}
.hero-open .hero-stage{position:relative;padding-top:64px;padding-bottom:24px}
.hero-open .hero-copy{padding:0;text-align:center;position:relative;z-index:2;max-width:1030px;margin-inline:auto}
.hero-open .hero-copy>.eyebrow{display:inline-flex;justify-content:center;gap:12px;background:#FFFFFF99;border:1px solid #FFFFFF;border-radius:50px;padding:9px 17px;font-size:11px;letter-spacing:.14em;color:#004542}
.hero-open .hero-copy h1{font-size:clamp(68px,8.1vw,116px);max-width:none;font-weight:550;letter-spacing:-.07em;line-height:1.03;margin:29px 0 26px;overflow-wrap:break-word}
.hero-highlight{display:block;font-size:.82em;line-height:1.16;font-weight:450;letter-spacing:-.065em;color:#004542;margin-top:3px}
@supports(background-clip:text){.hero-highlight{background:linear-gradient(100deg,#004542 15%,#004542 58%,#004542 85%);background-clip:text;-webkit-background-clip:text;color:transparent}}
.hero-open .hero-description{max-width:540px;margin:0 auto;color:#004542;font-size:20px;line-height:1.7;text-wrap:pretty}
.hero-actions{display:flex;justify-content:center;align-items:center;gap:28px;margin-top:30px}
.hero-primary{font-size:16px;min-height:56px;padding:15px 25px;gap:45px;border-radius:6px;box-shadow:0 8px 20px #00BCB418}
.hero-secondary{font-size:15px;font-weight:550;display:inline-flex;gap:13px;align-items:center;padding:14px 0;border-bottom:1px solid #FFFFFF}
.hero-secondary span{display:inline-block;font-size:20px;transition:transform .3s}.hero-secondary:hover span{transform:translate(3px,3px)}
.hero-open .hero-note{display:flex;justify-content:center;align-items:center;gap:8px;font-size:12px;color:#004542;margin:20px auto 0;line-height:1.6}
.hero-note svg{width:16px;height:16px}
.hero-flow{display:flex;justify-content:center;align-items:center;gap:24px;max-width:1030px;position:relative;margin:52px auto 32px;z-index:1}
.flow-line{position:absolute;inset:50% 4% auto;border-top:1px dashed #00BCB444;z-index:-1}
.flow-card{display:flex;align-items:center;gap:13px;padding:18px 19px;background:#FFFFFFd9;border:1px solid #FFFFFF;box-shadow:0 12px 38px #00454210;border-radius:12px;flex:1;min-width:0;backdrop-filter:blur(8px)}
.flow-card-1{transform:rotate(-3deg)}.flow-card-2{transform:translateY(9px)}.flow-card-3{transform:rotate(3deg)}
.flow-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#FFFFFF;flex-shrink:0;color:#004542}.flow-icon svg{width:22px;height:22px}
.flow-label{font-size:9px;font-weight:650;letter-spacing:.14em;color:#004542;display:block;margin-bottom:4px}
.flow-card p{font-size:13px;color:#004542;line-height:1.55;letter-spacing:-.015em}
.flow-tick{margin-left:auto;color:#004542;flex-shrink:0}.flow-tick svg{width:17px;height:17px;display:block}
.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:26px;border-top:1px solid #FFFFFF;margin-top:45px;color:#004542}
.hero-open .hero-bottom .explore{display:flex;font-size:11px;margin:0;gap:11px}
.hero-bottom-note{font-size:9px;letter-spacing:.13em}
.hero-motion-control{border:0;background:transparent;display:inline-flex;align-items:center;gap:7px;color:#004542;font-size:11px;padding:9px 0;min-height:36px}.hero-motion-control[hidden]{display:none}.hero-motion-control>span:first-child{width:20px;text-align:center}
@keyframes sanad-halo-drift{from{transform:translateY(-25px) scale(.92)}to{transform:translateY(35px) scale(1.1)}}
@keyframes sanad-card-breathe{0%,100%{translate:0 0}50%{translate:0 -10px}}
@keyframes sanad-orbit-drift{0%,100%{rotate:-3deg}50%{rotate:3deg}}
@media(prefers-reduced-motion:no-preference){
body.sanad-motion-on .hero-open .hero-halo{animation:sanad-halo-drift 9s ease-in-out infinite alternate}
body.sanad-motion-on .hero-open .halo-two{animation-delay:-4s}
body.sanad-motion-on .hero-open .hero-orbit{animation:sanad-orbit-drift 18s ease-in-out infinite;transform-origin:center}
body.sanad-motion-on .hero-open .flow-card{animation:sanad-card-breathe 6s ease-in-out infinite}
body.sanad-motion-on .hero-open .flow-card-2{animation-delay:-2s}
body.sanad-motion-on .hero-open .flow-card-3{animation-delay:-4s}
body.sanad-motion-on .hero-open .hero-actions{animation:sanad-enter 1s .3s cubic-bezier(.16,1,.3,1) both}
body.sanad-motion-on .hero-open .hero-flow{animation:sanad-enter 1.2s .42s cubic-bezier(.16,1,.3,1) both}
}
.hero-open.is-motion-paused *{animation-play-state:paused!important}
@media(max-width:1100px){.hero-open .hero-stage{padding-top:55px}.hero-flow{gap:14px}.flow-card{gap:10px;padding:16px 14px}.flow-card p{font-size:12px}.flow-icon{width:35px;height:35px}.flow-tick{display:none}}
@media(max-width:800px){.hero-open .hero-copy h1{font-size:74px}.hero-open .hero-description{font-size:19px;max-width:490px}.hero-flow{gap:12px;margin-top:44px}.flow-card{padding:18px 14px;flex-direction:column;text-align:center;gap:10px}.flow-card p{font-size:13px}.flow-label{font-size:8px}.hero-bottom-note{display:none}.hero-open .hero-stage{padding-bottom:22px}.hero-orbit{width:1150px}}
@media(max-width:560px){.hero-open .hero-stage{padding-top:38px;padding-bottom:18px}.hero-open .hero-copy>.eyebrow{font-size:9px;letter-spacing:.07em;padding:8px 12px;gap:8px;max-width:100%}.hero-open .hero-copy h1{font-size:clamp(45px,12vw,65px);letter-spacing:-.065em;margin:29px 0 22px;line-height:1.1}.hero-highlight{font-size:.77em;margin-top:9px;line-height:1.15}.hero-open .hero-description{font-size:17px;max-width:330px;line-height:1.7}.hero-actions{flex-direction:column;gap:8px;margin-top:25px}.hero-primary{min-height:52px;width:min(280px,100%);padding:13px 22px}.hero-secondary{font-size:14px;padding:10px 0}.hero-open .hero-note{font-size:11px;max-width:305px;margin-top:18px;align-items:flex-start}.hero-note svg{margin-top:2px;flex-shrink:0}.hero-flow{flex-direction:column;gap:11px;margin-top:34px;max-width:310px;align-items:stretch}.flow-card{flex-direction:row;text-align:left;padding:13px 16px;gap:13px;transform:none}.flow-card-1{margin-right:20px;transform:rotate(-2deg)}.flow-card-2{margin-left:12px;margin-right:8px}.flow-card-3{margin-left:24px;transform:rotate(2deg)}.flow-label{font-size:8px}.flow-card p{font-size:12px}.flow-tick{display:block}.flow-icon{width:35px;height:35px}.hero-bottom{margin-top:27px;padding-top:16px;gap:10px}.hero-open .hero-bottom .explore{font-size:10px;gap:7px}.hero-open .explore span{width:26px;height:26px}.hero-motion-control{font-size:10px;gap:3px}.hero-halo{filter:blur(35px)}.hero-orbit{top:35%;width:780px;height:410px}.dot-one{top:36%;left:2%;width:7px;height:7px}.dot-two{top:59%;right:3%}}
@media(max-width:360px){.hero-open .hero-copy>.eyebrow{font-size:8px}.hero-open .hero-copy h1{font-size:43px}.hero-open .hero-bottom .explore{font-size:9px}.hero-open .hero-note{font-size:10px}.hero-motion-control .motion-label{max-width:40px;line-height:1.3}}
