@font-face{font-family:Tajawal;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/tajawal-400-ar.woff2) format("woff2")}
@font-face{font-family:Tajawal;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/tajawal-500-ar.woff2) format("woff2")}
@font-face{font-family:Tajawal;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/tajawal-700-ar.woff2) format("woff2")}
@font-face{font-family:"Noto Naskh Arabic";font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/noto-naskh-600-ar.woff2) format("woff2")}
@font-face{font-family:"Noto Naskh Arabic";font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/noto-naskh-700-ar.woff2) format("woff2")}

:root{
  --blue:#3070A0;
  --blue-light:#4080B0;
  --blue-deep:#102040;
  --silver:#B8B8C0;
  --bg:#F7F9FC;
  --surface:#fff;
  --text:#1A1A2E;
  --muted:#5A5A6E;
  --line:rgba(26,26,46,.08);
  --header-h:3.85rem;
  --max:72rem;
  --pad:clamp(1rem,4.2vw,2.5rem);
  --section-y:clamp(2.75rem,6.5vw,5.5rem);
  --touch:2.75rem;
  --font-body:Tajawal,"Segoe UI",Tahoma,sans-serif;
  --font-display:"Noto Naskh Arabic",Tajawal,serif;
  --fs-body:clamp(1rem,0.96rem + 0.2vw,1.0625rem);
  --fs-h1:clamp(1.35rem,1.1rem + 1.1vw,2.15rem);
  --fs-h2:clamp(1.35rem,1.15rem + 0.85vw,2.15rem);
  --fs-brand:clamp(2.35rem,1.6rem + 3.2vw,4.6rem);
  --fs-lede:clamp(0.98rem,0.94rem + 0.25vw,1.08rem);
  /* Unified light section system */
  --band-solid:#F7F9FC;
  --band-soft:#FBFCFF;
  --band-cool:#F1F6FB;
  --band-a:
    radial-gradient(ellipse 90% 70% at 100% -10%,rgba(48,112,160,.08),transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 100%,rgba(176,196,216,.16),transparent 55%),
    linear-gradient(180deg,#FBFCFF 0%,#F3F7FB 100%);
  --band-b:
    radial-gradient(ellipse 70% 55% at 0% 0%,rgba(48,112,160,.06),transparent 50%),
    radial-gradient(ellipse 55% 45% at 100% 100%,rgba(180,200,220,.14),transparent 52%),
    linear-gradient(180deg,#F8FBFE 0%,#EEF4FA 100%);
  --band-c:
    radial-gradient(ellipse 80% 60% at 50% 0%,rgba(48,112,160,.05),transparent 60%),
    linear-gradient(180deg,#FFFFFF 0%,#F5F8FC 100%);
  --band-cta:
    radial-gradient(ellipse 70% 80% at 50% 120%,rgba(48,112,160,.1),transparent 55%),
    linear-gradient(180deg,#F0F5FA 0%,#E7EEF6 100%);
}

*,*::before,*::after{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top:calc(var(--header-h) + .75rem);
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  margin:0;
  font-family:var(--font-body);
  font-size:var(--fs-body);
  line-height:1.7;
  color:var(--text);
  background:var(--bg);
  overflow-x:clip;
  padding-bottom:env(safe-area-inset-bottom);
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:hover{color:var(--blue)}
ul,ol{margin:0;padding:0;list-style:none}
address{font-style:normal}
strong{font-weight:700}
::selection{background:rgba(48,112,160,.28)}

.skip-link{
  position:absolute;inset-inline-start:1rem;top:-3rem;z-index:100;
  background:var(--blue);color:#fff;padding:.6rem 1rem;border-radius:.4rem;
}
.skip-link:focus{top:max(1rem,env(safe-area-inset-top))}

.shell{
  width:min(100% - 2 * var(--pad),var(--max));
  margin-inline:auto;
}
.shell.narrow{width:min(100% - 2 * var(--pad),40rem)}

/* —— Header (premium, lightweight) —— */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  padding-top:env(safe-area-inset-top);
  background:rgba(255,255,255,.72);
  backdrop-filter:saturate(160%) blur(16px);
  -webkit-backdrop-filter:saturate(160%) blur(16px);
  border-bottom:1px solid rgba(16,32,64,.06);
  box-shadow:0 1px 0 rgba(255,255,255,.65) inset;
}
.header-inner{
  height:var(--header-h);
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:1rem;
}
.brand{
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
  min-width:0;
  transition:opacity .22s ease, transform .22s ease;
}
.brand img{
  width:auto;
  height:clamp(1.55rem,3.8vw,2rem);
  max-width:min(38vw,8.75rem);
  object-fit:contain;
  transform-origin:center;
  transition:opacity .22s ease, transform .22s ease, filter .22s ease;
}
.brand:hover,
.brand:focus-visible{
  opacity:1;
  color:inherit;
}
.brand:hover img,
.brand:focus-visible img{
  transform:translateY(-1px) scale(1.03);
  filter:brightness(1.08) contrast(1.04);
}
.brand:focus-visible{
  outline:2px solid rgba(48,112,160,.4);
  outline-offset:4px;
  border-radius:.25rem;
}

.nav-desktop{display:none;justify-self:center}
.nav-desktop ul{
  display:flex;
  align-items:center;
  gap:.15rem;
  padding:.28rem;
  border-radius:.75rem;
  background:rgba(16,32,64,.035);
  border:1px solid rgba(16,32,64,.05);
}
.nav-desktop a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:2.2rem;
  padding:.35rem .85rem;
  border-radius:.55rem;
  font-size:.875rem;
  font-weight:500;
  letter-spacing:.01em;
  color:rgba(26,26,46,.72);
  transition:color .2s ease, background .2s ease;
}
.nav-desktop a:hover{
  color:var(--blue-deep);
  background:rgba(255,255,255,.9);
}
.nav-desktop a:focus-visible{
  outline:2px solid rgba(48,112,160,.35);
  outline-offset:2px;
}

.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:.55rem;
  justify-self:end;
}

.header-cta{
  display:none;
  align-items:center;
  justify-content:center;
  min-height:2.35rem;
  padding:.45rem 1.05rem;
  border-radius:.55rem;
  font:500 .875rem/1 var(--font-body);
  color:#fff;
  white-space:nowrap;
  background:linear-gradient(180deg,#3B7FB3 0%,#3070A0 100%);
  border:1px solid rgba(16,32,64,.12);
  box-shadow:
    0 1px 0 rgba(255,255,255,.28) inset,
    0 6px 16px rgba(48,112,160,.22);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.header-cta:hover{
  color:#fff;
  filter:brightness(1.05);
  box-shadow:
    0 1px 0 rgba(255,255,255,.32) inset,
    0 8px 20px rgba(48,112,160,.28);
}
.header-cta:active{transform:translateY(1px)}

.nav-mobile{position:relative;z-index:60}
.nav-toggle{
  list-style:none;
  cursor:pointer;
  width:2.45rem;
  height:2.45rem;
  border-radius:.6rem;
  border:1px solid rgba(16,32,64,.08);
  background:rgba(255,255,255,.75);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:border-color .2s ease, background .2s ease;
}
.nav-toggle::-webkit-details-marker{display:none}
.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after{
  display:block;
  width:1.05rem;
  height:1.5px;
  border-radius:2px;
  background:var(--blue-deep);
  position:relative;
  transition:transform .2s ease, opacity .2s ease;
}
.nav-toggle-bars::before,
.nav-toggle-bars::after{
  content:"";
  position:absolute;
  inset-inline-start:0;
}
.nav-toggle-bars::before{top:-5px}
.nav-toggle-bars::after{top:5px}
.nav-mobile[open] .nav-toggle{
  border-color:rgba(48,112,160,.28);
  background:#fff;
}
.nav-mobile[open] .nav-toggle-bars{background:transparent}
.nav-mobile[open] .nav-toggle-bars::before{top:0;transform:rotate(45deg)}
.nav-mobile[open] .nav-toggle-bars::after{top:0;transform:rotate(-45deg)}

.nav-mobile nav{
  position:absolute;
  inset-inline-end:0;
  top:calc(100% + .55rem);
  width:min(17.5rem,calc(100vw - 2 * var(--pad)));
  padding:.55rem;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(16,32,64,.08);
  border-radius:.9rem;
  box-shadow:0 18px 50px rgba(16,32,64,.14);
}
.nav-mobile a{
  display:flex;
  align-items:center;
  min-height:2.55rem;
  padding:.55rem .8rem;
  border-radius:.55rem;
  font-size:.95rem;
  font-weight:500;
  color:var(--text);
}
.nav-mobile a:hover,
.nav-mobile a:active{
  background:rgba(48,112,160,.06);
  color:var(--blue);
}
.nav-mobile-cta{
  margin-top:.35rem;
  justify-content:center;
  color:#fff !important;
  background:linear-gradient(180deg,#3B7FB3 0%,#3070A0 100%) !important;
}
.nav-mobile-cta:hover{filter:brightness(1.04)}

@media (min-width:760px){
  .header-cta{display:inline-flex}
}

@media (min-width:980px){
  :root{--header-h:4.35rem}
  .nav-mobile{display:none}
  .nav-desktop{display:block}
  .header-inner{gap:1.25rem}
}

@media (min-width:1180px){
  .nav-desktop a{padding-inline:1rem;font-size:.9rem}
  .header-cta{padding-inline:1.2rem}
}

/* —— Buttons —— */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:var(--touch);
  padding:.7rem 1.2rem;
  border-radius:.5rem;
  font:500 .95rem/1 var(--font-body);
  border:1px solid transparent;
  transition:background .2s,border-color .2s,transform .2s,color .2s;
  text-align:center;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:linear-gradient(135deg,#3070A0,#3B7FB3);color:#fff}
.btn-primary:hover{background:linear-gradient(135deg,#4080B0,#4A8FC0);color:#fff}
.btn-ghost{background:transparent;border-color:rgba(232,232,236,.35);color:#E8E8EC}
.hero .btn-ghost:hover{border-color:#fff;color:#fff}
.section-contact .btn-ghost{border-color:var(--line);color:var(--text)}
.section-contact .btn-ghost:hover{border-color:var(--blue);color:var(--blue)}

/* —— Hero —— */
.hero{
  position:relative;
  isolation:isolate;
  min-height:calc(100svh - var(--header-h));
  min-height:calc(100dvh - var(--header-h));
  display:grid;
  align-items:end;
  color:#E8E8EC;
  overflow:hidden;
  background:#080A10;
}
.hero-stage{
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:0;
}
.hero-media{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:28% 42%;
  background:#0A0A0A;
  transform:scale(1.06);
  transform-origin:32% 40%;
  will-change:transform;
  animation:heroDrift 22s ease-in-out infinite alternate;
  transition:transform 1.1s ease;
}
.hero:hover .hero-media{
  animation-play-state:paused;
  transform:scale(1.1);
}
.hero-glow{
  position:absolute;
  inset:-10% -5% auto auto;
  width:min(52vw,34rem);
  height:min(52vw,34rem);
  border-radius:50%;
  background:radial-gradient(circle,rgba(64,128,176,.28) 0%,rgba(48,112,160,.1) 42%,transparent 70%);
  filter:blur(8px);
  animation:glowPulse 7s ease-in-out infinite alternate;
  pointer-events:none;
}
.hero-veil{
  position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(8,10,16,.28) 0%,rgba(8,10,16,.42) 45%,rgba(8,10,16,.88) 100%),
    linear-gradient(105deg,rgba(8,10,16,.78) 0%,rgba(8,10,16,.38) 48%,rgba(8,10,16,.12) 100%);
  pointer-events:none;
}
.hero-grain{
  position:absolute;inset:0;
  opacity:.045;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size:180px 180px;
  mix-blend-mode:overlay;
}
.hero-copy{
  position:relative;
  z-index:2;
  width:min(100% - 2 * var(--pad),38rem);
  margin-inline:auto;
  margin-bottom:0;
  padding-block:clamp(2.25rem,8vh,5.5rem) clamp(2.75rem,9vh,5rem);
  animation:rise .85s cubic-bezier(.22,1,.36,1) both;
}
.brand-mark{
  position:relative;
  display:inline-block;
  margin:0 0 1.05rem;
  padding:.06em .02em .18em;
  font-family:Georgia,"Palatino Linotype","Book Antiqua",serif;
  font-size:clamp(2.75rem,1.7rem + 4vw,5.1rem);
  font-weight:700;
  line-height:1.12;
  letter-spacing:.045em;
  overflow:visible;
  background-image:linear-gradient(
    115deg,
    #F4F7FA 0%,
    #C5CDD8 16%,
    #EEF2F7 28%,
    #7FA8C8 46%,
    #4080B0 58%,
    #B7D3EA 74%,
    #3070A0 100%
  );
  background-size:220% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
  filter:drop-shadow(0 12px 28px rgba(16,32,64,.45)) drop-shadow(0 0 24px rgba(64,128,176,.22));
  animation:
    rise .85s .06s cubic-bezier(.22,1,.36,1) both,
    brandSheen 7s ease-in-out infinite alternate;
}
@supports not ((-webkit-background-clip:text) or (background-clip:text)){
  .brand-mark{
    color:#F2F5F8;
    -webkit-text-fill-color:#F2F5F8;
    background:none;
    text-shadow:0 8px 30px rgba(0,0,0,.35);
    filter:none;
  }
}
.hero h1{
  margin:0 0 .85rem;
  font-family:var(--font-display);
  font-size:var(--fs-h1);
  font-weight:600;
  line-height:1.35;
  letter-spacing:-.015em;
  color:#F2F4F8;
  text-wrap:balance;
  text-shadow:0 10px 36px rgba(0,0,0,.28);
  animation:rise .85s .12s cubic-bezier(.22,1,.36,1) both;
}
.lede{
  margin:0 0 .85rem;
  color:rgba(220,224,232,.88);
  font-size:var(--fs-lede);
  line-height:1.7;
  max-width:34rem;
  animation:rise .85s .18s cubic-bezier(.22,1,.36,1) both;
}
.lede strong{color:#fff;font-weight:700}
.hero-note{
  margin:0 0 1.45rem;
  color:rgba(184,184,192,.92);
  font-size:.98rem;
  animation:rise .85s .24s cubic-bezier(.22,1,.36,1) both;
}
.cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  animation:rise .85s .3s cubic-bezier(.22,1,.36,1) both;
}
.hero-btn-primary{
  min-width:9.5rem;
  box-shadow:
    0 1px 0 rgba(255,255,255,.28) inset,
    0 10px 28px rgba(48,112,160,.35);
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.hero-btn-primary:hover{
  color:#fff;
  filter:brightness(1.06);
  transform:translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255,255,255,.34) inset,
    0 14px 34px rgba(48,112,160,.42);
}
.hero-btn-ghost{
  min-width:9.5rem;
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}
.hero-btn-ghost:hover{
  color:#fff;
  border-color:rgba(255,255,255,.7);
  background:rgba(255,255,255,.1);
  transform:translateY(-2px);
}

.hero-scroll{
  position:absolute;
  z-index:2;
  left:50%;
  bottom:1.15rem;
  transform:translateX(-50%);
  width:1.7rem;
  height:2.55rem;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  display:grid;
  place-items:start center;
  padding-top:.45rem;
  color:#fff;
  opacity:.72;
  transition:opacity .2s ease, border-color .2s ease;
}
.hero-scroll:hover{opacity:1;border-color:rgba(255,255,255,.55);color:#fff}
.hero-scroll span{
  width:.35rem;
  height:.35rem;
  border-radius:50%;
  background:#fff;
  animation:scrollDot 1.6s ease-in-out infinite;
}

@media (max-width:640px){
  .hero{
    min-height:min(100svh - var(--header-h),46rem);
    align-items:end;
  }
  .hero-media{
    object-position:32% center;
    transform-origin:36% 45%;
    animation:none;
    transform:scale(1.04);
  }
  .hero:hover .hero-media{transform:scale(1.06)}
  .hero-veil{
    background:
      linear-gradient(180deg,rgba(8,10,16,.22) 0%,rgba(8,10,16,.5) 36%,rgba(8,10,16,.92) 100%);
  }
  .hero-glow{width:70vw;height:70vw;inset:-8% -18% auto auto;animation:none}
  .cta-row{flex-direction:column;align-items:stretch}
  .cta-row .btn{width:100%}
  .hero-scroll{display:none}
}

@media (min-width:768px){
  .hero-copy{
    margin-inline:var(--pad) auto;
    width:min(100% - 2 * var(--pad),38rem);
  }
  .hero-media{object-position:24% 40%;transform-origin:28% 40%}
  .hero-veil{
    background:
      linear-gradient(105deg,rgba(8,10,16,.8) 0%,rgba(8,10,16,.4) 46%,rgba(8,10,16,.14) 100%),
      linear-gradient(0deg,rgba(8,10,16,.74) 0%,transparent 52%);
  }
}

@media (min-width:1100px){
  .hero-copy{width:min(100% - 2 * var(--pad),42rem)}
}

@keyframes rise{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:none}
}
@keyframes brandSheen{
  from{background-position:8% 50%}
  to{background-position:92% 50%}
}
@keyframes heroDrift{
  from{transform:scale(1.05) translate3d(0,0,0)}
  to{transform:scale(1.1) translate3d(-1.2%,1%,0)}
}
@keyframes glowPulse{
  from{opacity:.55;transform:translate3d(0,0,0) scale(1)}
  to{opacity:.95;transform:translate3d(-4%,3%,0) scale(1.08)}
}
@keyframes scrollDot{
  0%{transform:translateY(0);opacity:1}
  70%{transform:translateY(12px);opacity:0}
  100%{transform:translateY(0);opacity:0}
}

/* —— Sections —— */
.section{
  position:relative;
  padding-block:var(--section-y);
  background:var(--band-c);
}
.section-head{
  max-width:32rem;
  margin-bottom:clamp(1.75rem,4.5vw,2.75rem);
}
/* Label above H2 — no dash accents */
.section-label{
  display:block;
  margin:0 0 .4rem;
  font-size:.8125rem;
  font-weight:600;
  letter-spacing:.01em;
  line-height:1.35;
  color:var(--blue);
}
.section-head h2,
.section > .shell > h2,
.contact-panel h2{
  margin:0;
  font-family:var(--font-display);
  font-size:clamp(1.75rem,1.28rem + 1.45vw,2.65rem);
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.02em;
  color:var(--text);
  text-wrap:balance;
}
.section-head h2{
  margin:0;
  padding:0;
}
.section-head > p:not(.section-label){
  margin:.75rem 0 0;
  color:var(--muted);
  font-size:clamp(.92rem,.9rem + .12vw,1.02rem);
  line-height:1.6;
  max-width:26rem;
}
.section h3{
  font-family:var(--font-display);
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.25;
  color:var(--text);
}

/* Unified light bands — alternate for rhythm */
.section-services{
  background:var(--band-a);
  border-block:1px solid rgba(48,112,160,.06);
}
.section-services::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 85% 18%,rgba(64,128,176,.09),transparent 28%),
    radial-gradient(circle at 12% 78%,rgba(48,112,160,.06),transparent 26%);
  opacity:.9;
}
.section-services > .shell{position:relative;z-index:1}

.section-packages{
  border-bottom:1px solid rgba(48,112,160,.05);
}
.section-why{
  border-bottom:1px solid rgba(48,112,160,.05);
}
.section-work{
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%,rgba(48,112,160,.07),transparent 52%),
    linear-gradient(180deg,#F8FBFE 0%,#F1F5FA 100%);
  border-bottom:1px solid rgba(48,112,160,.05);
}
.section-process{
  background:
    radial-gradient(ellipse 75% 55% at 50% -10%,rgba(48,112,160,.1),transparent 55%),
    linear-gradient(180deg,#F3F7FC 0%,#EEF3F9 48%,#F7FAFD 100%);
  border-bottom:1px solid rgba(48,112,160,.05);
}
.section-ecosystem{
  background:
    radial-gradient(ellipse 80% 70% at 15% 20%,rgba(64,128,176,.28),transparent 50%),
    radial-gradient(ellipse 60% 50% at 90% 80%,rgba(16,32,64,.55),transparent 55%),
    linear-gradient(145deg,#0E2038 0%,#102040 45%,#163456 100%);
  border-bottom:0;
  color:#D8DEE8;
}
.section-ecosystem .ecosystem-panel{
  display:grid;
  gap:clamp(1.35rem,3vw,2rem);
  align-items:center;
  padding:clamp(1.75rem,4vw,2.75rem);
  border:1px solid rgba(184,208,232,.14);
  border-radius:.85rem;
  background:
    linear-gradient(155deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.02) 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.08) inset,
    0 20px 48px rgba(0,0,0,.22);
}
.ecosystem-mark{
  width:auto;
  height:clamp(3.4rem,8vw,4.6rem);
  object-fit:contain;
  filter:drop-shadow(0 10px 24px rgba(48,112,160,.35));
}
.ecosystem-copy .section-label{
  color:#8EB6D4;
}
.ecosystem-copy h2{
  margin:0 0 .75rem;
  font-family:var(--font-display);
  font-size:clamp(1.55rem,1.2rem + 1.2vw,2.35rem);
  font-weight:700;
  line-height:1.25;
  letter-spacing:-.02em;
  color:#F2F5F8;
  text-wrap:balance;
}
.ecosystem-copy > p{
  margin:0 0 1.25rem;
  max-width:34rem;
  color:rgba(216,222,232,.88);
  font-size:clamp(.98rem,.95rem + .15vw,1.08rem);
  line-height:1.7;
}
.ecosystem-cta{
  background:linear-gradient(180deg,#3B7FB3 0%,#3070A0 100%);
  border-color:rgba(255,255,255,.12);
  color:#fff;
  box-shadow:
    0 1px 0 rgba(255,255,255,.25) inset,
    0 10px 24px rgba(48,112,160,.35);
}
.ecosystem-cta:hover{
  filter:brightness(1.06);
  color:#fff;
}

@media (min-width:720px){
  .section-ecosystem .ecosystem-panel{
    grid-template-columns:auto minmax(0,1fr);
    column-gap:clamp(1.5rem,4vw,2.75rem);
    padding-inline:clamp(1.75rem,4vw,2.85rem);
  }
}
.section-faq{
  background:var(--band-a);
  border-bottom:1px solid rgba(48,112,160,.05);
}

.plain-list{display:grid;gap:.85rem}
.plain-list li{
  padding-block:clamp(.85rem,2vw,1rem);
  border-top:1px solid var(--line);
  color:var(--muted);
}
.plain-list li:last-child{border-bottom:1px solid var(--line)}
.plain-list strong{color:var(--text);display:block;margin-bottom:.2rem}

/* —— Services —— */
.service-stack{display:grid;gap:clamp(2rem,5vw,3.75rem)}
.service{
  display:grid;
  gap:clamp(1.1rem,3vw,1.75rem);
  align-items:center;
}
.service img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  object-position:center;
  border-radius:.4rem;
  background:#102040;
}
#erp img{object-position:center 35%}
#branding img{object-position:center 40%}
#automation img{object-position:center}
.service h3{
  margin:0 0 .4rem;
  font-size:clamp(1.28rem,1.1rem + .6vw,1.65rem);
}
.service p:last-child{margin:0;color:var(--muted);font-size:.95rem;line-height:1.6}

@media (min-width:720px){
  .service{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(1.5rem,3vw,2.5rem)}
  .service-reverse{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}
  .service-reverse img{order:2}
  .service img{aspect-ratio:3/2}
}

.service-extra{
  display:grid;
  gap:0;
  margin-top:clamp(2rem,5vw,3rem);
  border-top:1px solid var(--line);
}
.service-extra article{
  padding:clamp(1.2rem,3vw,1.6rem) 0;
  border-bottom:1px solid var(--line);
}
.service-extra h3{
  margin:0 0 .35rem;
  font-size:clamp(1.15rem,1.05rem + .4vw,1.4rem);
}
.service-extra p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.6}
@media (min-width:720px){
  .service-extra{
    grid-template-columns:1fr 1fr;
    column-gap:2rem;
  }
  .service-extra article{
    border-bottom:0;
    border-top:0;
    padding-block:1.5rem 0;
  }
  .service-extra article + article{
    border-inline-start:1px solid var(--line);
    padding-inline-start:2rem;
  }
}

/* Scroll reveal — CSS only, no JS; layout unchanged if unsupported */
@keyframes serviceReveal{
  from{
    opacity:0;
    transform:translate3d(var(--reveal-x,0),14px,0);
  }
  to{
    opacity:1;
    transform:translate3d(0,0,0);
  }
}
@keyframes serviceHeadReveal{
  from{opacity:0;transform:translate3d(0,16px,0)}
  to{opacity:1;transform:none}
}

@supports (animation-timeline:view()){
  @media (prefers-reduced-motion:no-preference){
    #services .section-head{
      animation:serviceHeadReveal ease-out both;
      animation-timeline:view();
      animation-range:entry 0% cover 28%;
    }
    #services .service > img,
    #services .service > div,
    #services .service-extra > article{
      animation:serviceReveal ease-out both;
      animation-timeline:view();
      animation-range:entry 8% cover 36%;
    }
    /* Alternate sides: image ↔ text */
    #services .service > img{--reveal-x:2.75rem}
    #services .service > div{--reveal-x:-2.75rem}
    #services .service-reverse > img{--reveal-x:-2.75rem}
    #services .service-reverse > div{--reveal-x:2.75rem}
    #services .service-extra > article:first-child{--reveal-x:-2rem}
    #services .service-extra > article:last-child{--reveal-x:2rem}
  }
  @media (prefers-reduced-motion:no-preference) and (max-width:719px){
    #services .service > img,
    #services .service > div,
    #services .service-extra > article{
      animation-range:entry 4% cover 42%;
    }
    #services .service > img{--reveal-x:1.35rem}
    #services .service > div{--reveal-x:-1.35rem}
    #services .service-reverse > img{--reveal-x:-1.35rem}
    #services .service-reverse > div{--reveal-x:1.35rem}
    #services .service-extra > article:first-child{--reveal-x:-1.15rem}
    #services .service-extra > article:last-child{--reveal-x:1.15rem}
  }
}

/* —— Packages (emotion-led persuasion) —— */
.section-packages{
  background:
    radial-gradient(ellipse 80% 55% at 100% 0%,rgba(48,112,160,.1),transparent 50%),
    radial-gradient(ellipse 60% 45% at 0% 100%,rgba(139,45,60,.05),transparent 48%),
    linear-gradient(180deg,#F5F8FC 0%,#EEF3F9 100%);
}
.section-packages .section-head{
  max-width:38rem;
  margin-bottom:clamp(1.85rem,4.5vw,2.85rem);
}
.section-packages .section-head > p:not(.section-label){
  margin-top:.65rem;
  max-width:32rem;
}
.package-grid{
  display:grid;
  gap:1rem;
}
.package{
  --mood:#3070A0;
  --mood-soft:rgba(48,112,160,.1);
  --mood-deep:#102040;
  --mood-ink:#1A1A2E;
  --mood-wash:#fff;
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:clamp(1.25rem,2.8vw,1.65rem);
  border:1px solid color-mix(in srgb,var(--mood) 22%,transparent);
  border-radius:.65rem;
  background:
    linear-gradient(155deg,var(--mood-wash) 0%,color-mix(in srgb,var(--mood) 7%,#fff) 100%);
  box-shadow:0 1px 0 rgba(255,255,255,.75) inset;
  overflow:hidden;
  transition:
    transform .3s cubic-bezier(.22,1,.36,1),
    border-color .3s ease,
    box-shadow .3s ease;
}
.package::after{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:0;
  width:3px;
  height:100%;
  background:linear-gradient(180deg,var(--mood),transparent 85%);
  opacity:.85;
}
.package h3{
  margin:0 0 .3rem;
  font-size:clamp(1.28rem,1.12rem + .45vw,1.55rem);
  color:var(--mood-ink);
}
.package-for{
  margin:0 0 .95rem;
  color:color-mix(in srgb,var(--mood-deep) 72%,var(--muted));
  font-size:.88rem;
  font-weight:500;
  line-height:1.45;
}
.package ul{
  display:grid;
  gap:.4rem;
  flex:1;
  margin:0;
  padding:.9rem 0 0;
  list-style:none;
  border-top:1px solid color-mix(in srgb,var(--mood) 16%,transparent);
}
.package li{
  position:relative;
  padding-inline-start:1rem;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.45;
}
.package li::before{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:.68em;
  width:.3rem;
  height:.3rem;
  border-radius:50%;
  background:var(--mood);
}
.package-note{
  margin:.95rem 0 0;
  padding-top:.8rem;
  border-top:1px solid color-mix(in srgb,var(--mood) 16%,transparent);
  color:var(--mood-deep);
  font-family:var(--font-display);
  font-weight:700;
  font-size:.98rem;
  line-height:1.4;
}
.package-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:1rem;
  min-height:2.55rem;
  padding:.55rem 1rem;
  border-radius:.5rem;
  font:600 .88rem/1 var(--font-body);
  color:#fff;
  background:linear-gradient(180deg,color-mix(in srgb,var(--mood) 88%,#fff),var(--mood));
  border:1px solid color-mix(in srgb,var(--mood-deep) 25%,transparent);
  box-shadow:
    0 1px 0 rgba(255,255,255,.22) inset,
    0 8px 18px color-mix(in srgb,var(--mood) 28%,transparent);
  transition:transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.package-cta:hover{
  color:#fff;
  filter:brightness(1.06);
  transform:translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255,255,255,.28) inset,
    0 12px 24px color-mix(in srgb,var(--mood) 36%,transparent);
}
.package:hover,
.package:focus-within{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--mood) 45%,transparent);
  box-shadow:
    0 1px 0 rgba(255,255,255,.85) inset,
    0 18px 36px color-mix(in srgb,var(--mood) 18%,rgba(16,32,64,.1));
}

/* Mood palettes — purchase psychology */
.package[data-mood="desire"]{
  --mood:#B87333;
  --mood-soft:rgba(184,115,51,.14);
  --mood-deep:#3D2A18;
  --mood-ink:#241910;
  --mood-wash:#FFFAF5;
}
.package[data-mood="power"]{
  --mood:#1A3A5C;
  --mood-soft:rgba(26,58,92,.12);
  --mood-deep:#0B1A2B;
  --mood-ink:#0B1A2B;
  --mood-wash:#F4F7FB;
}
.package[data-mood="lust"]{
  --mood:#9B2D4A;
  --mood-soft:rgba(155,45,74,.12);
  --mood-deep:#3B101C;
  --mood-ink:#2A0C14;
  --mood-wash:#FFF6F8;
}
.package[data-mood="control"]{
  --mood:#1F6F7A;
  --mood-soft:rgba(31,111,122,.12);
  --mood-deep:#0E3036;
  --mood-ink:#0E3036;
  --mood-wash:#F3FAFB;
}
.package[data-mood="love"]{
  --mood:#8A4A62;
  --mood-soft:rgba(138,74,98,.12);
  --mood-deep:#3A1E2A;
  --mood-ink:#2E1520;
  --mood-wash:#FDF7F9;
}
.package[data-mood="anger"]{
  --mood:#B33A2B;
  --mood-soft:rgba(179,58,43,.12);
  --mood-deep:#3A1510;
  --mood-ink:#2A110D;
  --mood-wash:#FFF7F5;
}

@media (min-width:720px){
  .package-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1.1rem;
  }
}
@media (min-width:1040px){
  .package-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:1.2rem;
  }
}
@media (prefers-reduced-motion:reduce){
  .package,
  .package-cta{transition:none}
  .package:hover,
  .package:focus-within,
  .package-cta:hover{transform:none}
}

/* —— Why (emotion via color only) —— */
.section-why{
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%,rgba(138,74,98,.06),transparent 52%),
    radial-gradient(ellipse 65% 45% at 100% 100%,rgba(26,58,92,.08),transparent 50%),
    linear-gradient(180deg,#F7F9FC 0%,#F0F4F9 100%);
}
.section-why .section-head{
  max-width:36rem;
  margin-bottom:clamp(1.75rem,4.2vw,2.6rem);
}
.why-grid{
  display:grid;
  gap:1rem;
  list-style:none;
  margin:0;
  padding:0;
}
.why-grid li{
  --mood:#3070A0;
  --mood-deep:#102040;
  --mood-ink:#1A1A2E;
  --mood-wash:#fff;
  position:relative;
  display:flex;
  flex-direction:column;
  gap:.45rem;
  min-height:100%;
  padding:clamp(1.2rem,2.6vw,1.55rem);
  border:1px solid color-mix(in srgb,var(--mood) 20%,transparent);
  border-radius:.65rem;
  background:
    linear-gradient(155deg,var(--mood-wash) 0%,color-mix(in srgb,var(--mood) 8%,#fff) 100%);
  overflow:hidden;
  transition:
    transform .28s cubic-bezier(.22,1,.36,1),
    border-color .28s ease,
    box-shadow .28s ease;
}
.why-grid li::after{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:0;
  width:3px;
  height:100%;
  background:linear-gradient(180deg,var(--mood),transparent 80%);
  opacity:.9;
}
.why-grid h3{
  margin:0;
  font-size:clamp(1.2rem,1.08rem + .4vw,1.42rem);
  color:var(--mood-ink);
}
.why-grid p{
  margin:0;
  color:color-mix(in srgb,var(--mood-deep) 55%,var(--muted));
  font-size:.95rem;
  line-height:1.55;
  max-width:22rem;
}
.why-grid li:hover,
.why-grid li:focus-within{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--mood) 42%,transparent);
  box-shadow:
    0 1px 0 rgba(255,255,255,.85) inset,
    0 16px 32px color-mix(in srgb,var(--mood) 16%,rgba(16,32,64,.08));
}

.why-grid li[data-mood="desire"]{
  --mood:#B87333;
  --mood-deep:#3D2A18;
  --mood-ink:#241910;
  --mood-wash:#FFFAF5;
}
.why-grid li[data-mood="power"]{
  --mood:#1A3A5C;
  --mood-deep:#0B1A2B;
  --mood-ink:#0B1A2B;
  --mood-wash:#F4F7FB;
}
.why-grid li[data-mood="control"]{
  --mood:#1F6F7A;
  --mood-deep:#0E3036;
  --mood-ink:#0E3036;
  --mood-wash:#F3FAFB;
}

@media (min-width:720px){
  .why-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1.1rem;
  }
  .why-grid-3{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (min-width:1000px){
  .why-grid,
  .why-grid-3{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:1.15rem;
  }
}
@media (prefers-reduced-motion:reduce){
  .why-grid li{transition:none}
  .why-grid li:hover,
  .why-grid li:focus-within{transform:none}
}

/* —— Work —— */
.section-work .section-head{
  max-width:34rem;
  margin-bottom:clamp(1.75rem,4.2vw,2.6rem);
}
.work-list{
  display:grid;
  gap:1rem;
  list-style:none;
  margin:0;
  padding:0;
}
.work-list article{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:.45rem;
  height:100%;
  padding:clamp(1.25rem,2.8vw,1.7rem);
  border:1px solid rgba(48,112,160,.12);
  border-radius:.65rem;
  background:
    linear-gradient(160deg,#fff 0%,rgba(244,249,253,.96) 100%);
  box-shadow:0 1px 0 rgba(255,255,255,.85) inset;
  overflow:hidden;
  transition:
    transform .28s cubic-bezier(.22,1,.36,1),
    border-color .28s ease,
    box-shadow .28s ease;
}
.work-list article::after{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:0;
  width:3px;
  height:100%;
  background:linear-gradient(180deg,var(--blue-light),var(--blue) 55%,transparent);
  opacity:.75;
}
.work-list .meta{
  margin:0;
  color:var(--blue);
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.03em;
}
.work-list h3{
  margin:0;
  font-size:clamp(1.15rem,1.05rem + .35vw,1.35rem);
  line-height:1.3;
}
.work-list a{
  color:inherit;
  text-decoration:none;
  background-image:linear-gradient(currentColor,currentColor);
  background-position:100% 100%;
  background-repeat:no-repeat;
  background-size:0 1px;
  transition:background-size .25s ease, color .2s ease;
}
.work-list a:hover{
  color:var(--blue);
  background-size:100% 1px;
}
.work-result{
  margin:.35rem 0 0;
  padding-top:.75rem;
  border-top:1px solid rgba(48,112,160,.1);
  color:var(--muted);
  font-size:.95rem;
  line-height:1.55;
}
.work-list article:hover,
.work-list article:focus-within{
  transform:translateY(-4px);
  border-color:rgba(48,112,160,.3);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 16px 34px rgba(16,32,64,.08);
}

@media (min-width:800px){
  .work-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:1.15rem;
  }
}

@media (prefers-reduced-motion:reduce){
  .work-list article,
  .work-list a{transition:none}
  .work-list article:hover,
  .work-list article:focus-within{transform:none}
}

/* —— Process —— */
.section-process .section-head{
  max-width:36rem;
  margin-bottom:clamp(2rem,5vw,3rem);
}
.process-list{
  --step-size:2.35rem;
  position:relative;
  display:grid;
  gap:1rem;
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:step;
}
.process-list li{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:.4rem;
  min-height:100%;
  padding:clamp(1.2rem,2.5vw,1.45rem);
  padding-top:calc(var(--step-size) * .55 + 1.15rem);
  border:1px solid rgba(48,112,160,.12);
  border-radius:.7rem;
  background:
    linear-gradient(165deg,#fff 0%,rgba(244,249,253,.97) 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 10px 28px rgba(16,32,64,.04);
  transition:
    transform .28s cubic-bezier(.22,1,.36,1),
    border-color .28s ease,
    box-shadow .28s ease;
}
.process-list li::before{
  counter-increment:step;
  content:counter(step, decimal-leading-zero);
  position:absolute;
  inset-inline-start:1.15rem;
  top:calc(var(--step-size) * -.35);
  z-index:2;
  display:grid;
  place-items:center;
  width:var(--step-size);
  height:var(--step-size);
  border-radius:50%;
  font:700 .78rem/1 var(--font-body);
  letter-spacing:.04em;
  color:#fff;
  background:
    linear-gradient(145deg,var(--blue-light) 0%,var(--blue) 55%,var(--blue-deep) 120%);
  border:3px solid #F3F7FC;
  box-shadow:
    0 6px 16px rgba(48,112,160,.28),
    0 0 0 1px rgba(48,112,160,.12);
}
.process-list h3{
  margin:0;
  font-size:clamp(1.08rem,1.02rem + .25vw,1.22rem);
  color:var(--text);
}
.process-list p{
  margin:0;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.55;
}
.process-list li:hover,
.process-list li:focus-within{
  transform:translateY(-5px);
  border-color:rgba(48,112,160,.32);
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 18px 36px rgba(16,32,64,.1);
}
.process-list li:hover::before,
.process-list li:focus-within::before{
  box-shadow:
    0 8px 20px rgba(48,112,160,.38),
    0 0 0 1px rgba(48,112,160,.18);
}

@media (min-width:720px){
  .process-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1.35rem 1.15rem;
    padding-top:.55rem;
  }
}

@media (min-width:1000px){
  .process-list,
  .process-list-6{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:1.5rem 1.2rem;
  }
}

@media (min-width:1200px){
  .process-list-6{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:1rem;
    padding-top:1rem;
  }
  .process-list-6::before{
    content:"";
    position:absolute;
    inset-inline:.9rem;
    top:calc(var(--step-size) * .15);
    height:2px;
    z-index:0;
    background:linear-gradient(
      90deg,
      transparent 0%,
      rgba(48,112,160,.22) 8%,
      rgba(48,112,160,.22) 92%,
      transparent 100%
    );
  }
  .process-list-6 li{
    padding-top:calc(var(--step-size) * .7 + 1.05rem);
    text-align:center;
    align-items:center;
  }
  .process-list-6 li::before{
    inset-inline-start:auto;
    left:50%;
    right:auto;
    transform:translateX(-50%);
  }
  .process-list-6 p{
    max-width:11rem;
  }
}

@media (prefers-reduced-motion:reduce){
  .process-list li{transition:none}
  .process-list li:hover,
  .process-list li:focus-within{transform:none}
}

/* —— FAQ —— */
.faq-list{display:grid;gap:.55rem}
.faq-list details{
  border-bottom:1px solid var(--line);
  padding:.3rem 0 .9rem;
}
.faq-list summary{
  cursor:pointer;list-style:none;
  font-weight:700;
  font-size:clamp(1rem,.96rem + .2vw,1.08rem);
  padding:.55rem 0;
  color:var(--text);
  min-height:var(--touch);
  display:flex;align-items:flex-start;gap:.55rem;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::before{
  content:"+";
  flex-shrink:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:1rem;
  color:var(--blue);
  font-weight:500;
  line-height:1.35;
  transition:transform .2s ease;
}
.faq-list details[open] summary::before{
  transform:rotate(45deg);
}
.faq-list p{
  margin:.25rem 0 0;
  color:var(--muted);
  padding-inline-start:1.35rem;
}

/* —— Contact —— */
.section-contact{
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%,rgba(48,112,160,.08),transparent 55%),
    linear-gradient(180deg,#F4F8FC 0%,#EEF3F9 100%);
}
.contact-panel{
  text-align:center;
  max-width:36rem;
  margin-inline:auto;
}
.contact-panel .section-head{
  max-width:28rem;
  margin:0 auto 1.5rem;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.contact-panel .section-label{
  margin:0 0 .5rem;
}
.contact-panel h2{
  margin:0 0 .55rem;
  font-size:clamp(1.85rem,1.4rem + 1.3vw,2.55rem);
  line-height:1.15;
  letter-spacing:-.025em;
}
.contact-panel .section-head > p:not(.section-label){
  margin:0;
  max-width:22rem;
  color:var(--muted);
  font-size:clamp(.98rem,.94rem + .15vw,1.05rem);
  line-height:1.65;
}
.contact-panel .cta-row{
  justify-content:center;
  gap:.75rem;
  margin:0 0 1.5rem;
}
.contact-panel .btn{
  min-width:9.5rem;
  min-height:2.75rem;
  padding:.75rem 1.25rem;
  font-weight:600;
  line-height:1;
}
.contact-meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:.35rem .95rem;
  margin:0;
  padding-top:1.15rem;
  border-top:1px solid rgba(48,112,160,.12);
  font-style:normal;
  font-size:.9rem;
  line-height:1.4;
  color:var(--muted);
}
.contact-meta a{
  min-height:auto;
  padding-block:.2rem;
  color:var(--text);
  font-weight:500;
  transition:color .2s ease;
}
.contact-meta a:hover{color:var(--blue)}

@media (max-width:520px){
  .contact-panel .cta-row{
    flex-direction:column;
    align-items:stretch;
  }
  .contact-panel .btn{
    width:100%;
    min-width:0;
  }
  .contact-meta{
    flex-direction:column;
    gap:.55rem;
  }
}

/* —— Footer —— */
.site-footer{
  padding:clamp(1.75rem,4vw,2.5rem) 0 calc(1.5rem + env(safe-area-inset-bottom));
  background:var(--blue-deep);
  color:#A0A0A8;
}
.footer-inner{display:grid;gap:1.35rem}
.footer-brand{
  display:inline-flex;
  align-items:center;
  margin:0 0 .7rem;
}
.footer-brand img{
  width:auto;
  height:clamp(2.4rem,5vw,3.1rem);
  max-width:none;
  object-fit:contain;
  filter:none;
  opacity:.96;
}
.footer-brand:hover img,
.footer-brand:focus-visible img{
  opacity:1;
  transform:translateY(-2px) scale(1.05);
  filter:drop-shadow(0 0 14px rgba(64,128,176,.55));
}
.footer-brand:focus-visible{
  outline-color:rgba(184,208,232,.55);
}
.footer-inner > div p:last-child{margin:0;max-width:26rem}
.site-footer nav ul{
  display:flex;flex-wrap:wrap;
  gap:.2rem .85rem;
}
.site-footer nav a{
  display:inline-flex;align-items:center;
  min-height:2.4rem;
  color:#D0D0D8;
}
.site-footer a:hover{color:#fff}
.copyright{
  margin:0;
  font-size:.86rem;
  border-top:1px solid rgba(184,184,192,.15);
  padding-top:1.1rem;
}

@media (min-width:720px){
  .footer-inner{
    grid-template-columns:1.45fr 1fr;
    align-items:start;
    column-gap:2rem;
  }
  .copyright{grid-column:1 / -1}
}

/* —— Landscape phones —— */
@media (max-height:480px) and (orientation:landscape){
  .hero{min-height:auto}
  .hero-copy{padding-block:1.5rem 1.75rem}
  .brand-mark{font-size:clamp(1.8rem,6vw,2.4rem)}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .hero-copy,.brand-mark,.hero h1,.lede,.hero-note,.cta-row{animation:none}
  .brand-mark{background-position:50% 50%}
  .hero-media,.hero-glow,.hero-scroll span{animation:none !important}
  .hero-media{transform:none;will-change:auto}
  .hero:hover .hero-media{transform:none}
  .btn,.hero-btn-primary,.hero-btn-ghost{transition:none}
  #services .section-head,
  #services .service > img,
  #services .service > div,
  #services .service-extra > article{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }
}
