/* ==========================================================================
   Deirvlon Technologies — Global stylesheet
   1. Tokens         6. Intro overlay       11. Products & store
   2. Base & type    7. Hero (circuit)      12. Quotes, founder, blog
   3. Layout         8. Logo cloud          13. Contact & forms
   4. Buttons        9. Bento services      14. Footer & misc
   5. Header        10. Motion utilities
   ========================================================================== */

/* 1. Tokens --------------------------------------------------------------- */
:root {
  --paper: #ffffff;
  --mist: #f3f6fb;
  --ink: #0d1a2d;
  --slate: #58677a;
  --line: #e1e7ef;
  --blue: #1a66e0;
  --blue-600: #1250b8;
  --blue-50: #ebf2fd;
  --signal: #6fb2ff;       /* light blue used on dark grounds */
  --navy: #07183a;         /* hero + dark bands */
  --navy-2: #0b2350;
  /* logo accents — used sparingly */
  --green: #00c853;
  --orange: #ff5f33;

  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-pill: 999px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --header-h: 72px;
  --font: "Onest", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;

  --bs-primary: var(--blue);
  --bs-primary-rgb: 26, 102, 224;
  --bs-link-color: var(--blue);
  --bs-link-color-rgb: 26, 102, 224;
  --bs-link-hover-color: var(--blue-600);
  --bs-link-hover-color-rgb: 18, 80, 184;
  --bs-body-font-family: var(--font);
  --bs-body-color: var(--ink);
  --bs-border-color: var(--line);
}

/* 2. Base & type ---------------------------------------------------------- */
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { overflow-x: clip; font-family: var(--font); line-height: 1.6; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; color: var(--ink); letter-spacing: -.02em; line-height: 1.15; }
p { color: var(--slate); }
img { max-width: 100%; }
::selection { background: var(--blue-50); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

.h-section { font-size: clamp(2rem, 1.4rem + 2vw, 3rem); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 1rem; }
.lead-text { font-size: 1.125rem; line-height: 1.6; color: var(--slate); max-width: 58ch; }
.small-text { font-size: .875rem; }
.text-slate { color: var(--slate) !important; }

/* 3. Layout --------------------------------------------------------------- */
.section { padding-block: clamp(72px, 9vw, 128px); }
.section-tight { padding-block: clamp(40px, 5vw, 64px); }
.bg-mist { background: var(--mist); }
.bg-navy { background: var(--navy); color: #fff; }
.bg-navy h2, .bg-navy h3 { color: #fff; }
.bg-navy p { color: rgba(255, 255, 255, .7); }

.section-top { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem 2rem; margin-bottom: clamp(36px, 4vw, 60px); }
.section-top > div { max-width: 660px; }
.section-top p { margin: 0; }

/* 4. Buttons -------------------------------------------------------------- */
.btn { --bs-btn-font-weight: 500; --bs-btn-padding-x: 1.25rem; --bs-btn-padding-y: .6rem; --bs-btn-border-radius: var(--r-pill); transition: background-color .2s, border-color .2s, color .2s, box-shadow .2s, transform .2s var(--ease); }
.btn-lg { --bs-btn-padding-x: 1.6rem; --bs-btn-padding-y: .8rem; --bs-btn-font-size: 1rem; --bs-btn-border-radius: var(--r-pill); }
.btn-sm { --bs-btn-border-radius: var(--r-pill); }
.btn:active { transform: scale(.98); }
.btn-primary {
  --bs-btn-bg: var(--blue); --bs-btn-border-color: var(--blue);
  --bs-btn-hover-bg: var(--blue-600); --bs-btn-hover-border-color: var(--blue-600);
  --bs-btn-active-bg: var(--blue-600); --bs-btn-active-border-color: var(--blue-600);
}
.btn-primary:hover { box-shadow: 0 8px 24px -8px rgba(26, 102, 224, .6); }
.btn-outline-primary {
  --bs-btn-color: var(--ink); --bs-btn-border-color: #cfd8e4;
  --bs-btn-hover-color: var(--blue); --bs-btn-hover-bg: var(--paper); --bs-btn-hover-border-color: var(--blue);
  --bs-btn-active-color: var(--blue); --bs-btn-active-bg: var(--blue-50); --bs-btn-active-border-color: var(--blue);
  background: var(--paper);
}
.btn-ghost { --bs-btn-color: #fff; --bs-btn-border-color: rgba(255,255,255,.28); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: rgba(255,255,255,.08); --bs-btn-hover-border-color: rgba(255,255,255,.6); --bs-btn-active-color: #fff; --bs-btn-active-bg: rgba(255,255,255,.12); }
.btn-on-dark { --bs-btn-color: var(--navy); --bs-btn-bg: #fff; --bs-btn-border-color: #fff; --bs-btn-hover-color: var(--navy); --bs-btn-hover-bg: var(--blue-50); --bs-btn-hover-border-color: var(--blue-50); }

.text-link { font-weight: 500; color: var(--blue); text-decoration: underline; text-decoration-color: rgba(26, 102, 224, .35); text-underline-offset: 4px; }
.text-link:hover { text-decoration-color: currentColor; }

/* 5. Header --------------------------------------------------------------- */
.topbar { background: var(--navy); font-size: .8125rem; position: relative; z-index: 1031; }
.topbar > .container { height: 30px; align-items: center; padding-block: 0 !important; }   /* whole-pixel height avoids a hairline under it */
.topbar, .topbar a { color: rgba(255, 255, 255, .7); text-decoration: none; }
.topbar a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 1030; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); transition: background-color .3s, border-color .3s, box-shadow .3s; }
.site-header.is-scrolled { box-shadow: 0 6px 24px -12px rgba(7, 24, 58, .18); }
.site-header .navbar { min-height: var(--header-h); padding-block: 0; }
.site-header .navbar-brand img { height: 34px; width: auto; }
.site-header .logo-light { display: none; }
.site-header .nav-link { font-size: .9375rem; font-weight: 500; color: var(--ink); padding: 1.5rem .8rem !important; position: relative; transition: color .2s; }
.site-header .nav-link:hover, .site-header .nav-link.active { color: var(--blue); }
.site-header .nav-link.active::after { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: 16px; height: 2px; border-radius: 2px; background: currentColor; }
.site-header .dropdown-menu { border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: 0 24px 48px -16px rgba(7, 24, 58, .25); padding: .5rem; margin-top: 0; }

/* Transparent header over a dark hero (body.has-dark-hero) */
.has-dark-hero .site-header:not(.is-scrolled):not(.menu-open) { background: transparent; border-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.has-dark-hero .site-header:not(.is-scrolled):not(.menu-open) .logo-dark { display: none; }
.has-dark-hero .site-header:not(.is-scrolled):not(.menu-open) .logo-light { display: inline; }
.has-dark-hero .site-header:not(.is-scrolled):not(.menu-open) .nav-link { color: rgba(255, 255, 255, .82); }
.has-dark-hero .site-header:not(.is-scrolled):not(.menu-open) .nav-link:hover,
.has-dark-hero .site-header:not(.is-scrolled):not(.menu-open) .nav-link.active { color: #fff; }
.has-dark-hero .site-header:not(.is-scrolled):not(.menu-open) .btn-outline-primary { --bs-btn-color: #fff; --bs-btn-border-color: rgba(255,255,255,.3); --bs-btn-hover-color: #fff; --bs-btn-hover-border-color: #fff; background: transparent; }
.has-dark-hero .site-header:not(.is-scrolled):not(.menu-open) .navbar-toggler-icon { filter: invert(1); }

.mega-menu { width: min(720px, 92vw); padding: 1.25rem !important; }
.mega-title { font-size: .8125rem; font-weight: 600; color: var(--slate); padding: 0 .75rem .5rem; }
.mega-item { display: flex; gap: .75rem; align-items: flex-start; padding: .6rem .75rem; border-radius: var(--r-sm); text-decoration: none; color: var(--ink); transition: background-color .15s; }
.mega-item:hover { background: var(--mist); }
.mega-item i { font-size: 1.125rem; color: var(--blue); line-height: 1.4; }
.mega-item strong { display: block; font-size: .9375rem; font-weight: 600; }
.mega-item small { color: var(--slate); font-size: .8125rem; }
.mega-logo { flex: 0 0 28px; border-radius: 7px; border: 1px solid var(--line); object-fit: contain; background: #fff; }
.mega-more { display: inline-block; padding: .25rem .75rem; font-weight: 500; font-size: .9375rem; }

@media (min-width: 1200px) {
  .site-header .dropdown:hover > .dropdown-menu { display: block; animation: drop-in .2s var(--ease-out); }
  .site-header .dropdown-center .mega-menu { left: 50%; transform: translateX(-50%); }
}
@keyframes drop-in { from { opacity: 0; margin-top: -6px; } }
/* 1200-1399px (laptops / large tablets): 8 menu items + buttons in a 1140px container */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .site-header .nav-link { font-size: .875rem; padding-inline: .55rem !important; }
  .site-header .nav-link.active::after { left: .55rem; right: .55rem; }
}
.site-header .nav-link { white-space: nowrap; }
/* below 1200px the menu collapses into the hamburger */
@media (max-width: 1199.98px) {
  .site-header .nav-link { padding: .75rem 0 !important; border-bottom: 1px solid var(--line); }
  .site-header .nav-link.active::after { display: none; }
  .site-header .navbar-collapse { max-height: calc(100vh - var(--header-h)); overflow-y: auto; padding-bottom: 1rem; }
  .mega-menu { width: 100%; box-shadow: none !important; border: 0 !important; padding: .5rem 0 !important; }
}

/* 6. Intro overlay (home, once per session) ------------------------------- */
.intro { display: none; }
html.intro-pending .intro { display: grid; }
html.intro-pending body { overflow: hidden; }
.intro {
  position: fixed; inset: 0; z-index: 2000; place-items: center; cursor: pointer;
  background: radial-gradient(60% 60% at 50% 50%, var(--navy-2), var(--navy));
  clip-path: inset(0 0 0 0);
}
.intro.leave { clip-path: inset(0 0 100% 0); transition: clip-path .6s var(--ease-out); }
.intro-logo { position: relative; width: min(340px, 70vw); aspect-ratio: 1160 / 275; }
.intro-mark, .intro-word { position: absolute; inset: 0; background: left center / 100% auto no-repeat; }
.intro-mark { background-image: url("../imgs/deirvlon-mark.png"); transform-origin: 9% 50%; animation: intro-mark .7s var(--ease-out) both; }
.intro-word { background-image: url("../imgs/deirvlon-wordmark-white.png"); -webkit-mask: linear-gradient(90deg, #000 45%, transparent 55%) 100% 0 / 220% 100% no-repeat; mask: linear-gradient(90deg, #000 45%, transparent 55%) 100% 0 / 220% 100% no-repeat; animation: intro-wipe .7s .45s var(--ease) both; }
.intro-bar { position: absolute; left: 50%; bottom: 18%; width: 120px; height: 2px; margin-left: -60px; background: rgba(255,255,255,.12); border-radius: 2px; overflow: hidden; }
.intro-bar::after { content: ""; position: absolute; inset: 0; background: var(--signal); transform-origin: left; animation: intro-load 1.5s var(--ease) both; }
@keyframes intro-mark { from { opacity: 0; transform: scale(.4) rotate(-12deg); } }
@keyframes intro-wipe { from { -webkit-mask-position: 100% 0; mask-position: 100% 0; } to { -webkit-mask-position: 0 0; mask-position: 0 0; } }
@keyframes intro-load { from { transform: scaleX(0); } }

/* 7. Hero (circuit) ------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden; isolation: isolate; color: #fff;
  margin-top: calc(-1 * (var(--header-h) + 1px));   /* header height + its 1px border, so no gap shows */
  padding-top: calc(var(--header-h) + clamp(48px, 8vh, 96px));
  min-height: min(100svh, 920px); display: flex; flex-direction: column;
  background:
    radial-gradient(55% 70% at 78% 45%, rgba(26, 102, 224, .35), transparent 70%),
    radial-gradient(40% 50% at 10% 100%, rgba(26, 102, 224, .18), transparent 70%),
    var(--navy);
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.5) 35%, #000 60%); mask-image: linear-gradient(90deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.5) 35%, #000 60%); }
.hero-visual { position: absolute; inset: 0; pointer-events: none; }
@media (max-width: 991.98px) {
  .hero-canvas { -webkit-mask-image: none; mask-image: none; }
  .hero-visual { position: relative; inset: auto; height: clamp(230px, 60vw, 310px); margin-top: 1.5rem; }
  .hero-visual .chip { left: 50%; top: 50%; width: clamp(104px, 28vw, 132px); border-radius: 20px; }
  .hero-stats { padding-top: 2rem; }
}
.hero > .container { position: relative; flex: 1; display: flex; flex-direction: column; }
.hero-copy { max-width: 640px; }

.hero-title { font-size: clamp(2.75rem, 1.6rem + 4.4vw, 5rem); font-weight: 600; line-height: 1.02; letter-spacing: -.045em; color: #fff; margin-bottom: 1.5rem; }
.hero-line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.hero-line > span { display: inline-block; }
.hero-lead { font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); line-height: 1.6; color: rgba(255, 255, 255, .72); max-width: 52ch; margin-bottom: 2.25rem; }

/* word rotator: all words stacked in one grid cell, so width never jumps */
.rotator { position: relative; display: inline-grid; color: var(--signal); padding-bottom: .12em; }
.rotator > span { grid-area: 1 / 1; opacity: 0; transform: translateY(55%); transition: opacity .45s var(--ease-out), transform .6s var(--ease-out); white-space: nowrap; }
.rotator > span.is-on { opacity: 1; transform: none; }
.rotator > span.is-out { opacity: 0; transform: translateY(-55%); }
.rotator-bar { position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; border-radius: 3px; background: rgba(111, 178, 255, .2); overflow: hidden; }
.rotator-bar::after { content: ""; position: absolute; inset: 0; background: var(--signal); transform-origin: left; transform: scaleX(0); }
.rotator-bar.run::after { animation: bar-fill var(--rotate-ms, 2800ms) linear forwards; }
@keyframes bar-fill { to { transform: scaleX(1); } }

/* Hero entrance — .js hides, .is-ready plays */
.js .hero-line > span { transform: translateY(105%); }
.js .hero [data-hero-fade] { opacity: 0; transform: translateY(16px); }
.js .hero .chip { opacity: 0; transform: translate(-50%, -50%) scale(.8); }
.hero.is-ready .hero-line > span { transform: none; transition: transform 1s var(--ease-out); }
.hero.is-ready .hero-line:nth-child(2) > span { transition-delay: .08s; }
.hero.is-ready .hero-line:nth-child(3) > span { transition-delay: .16s; }
.hero.is-ready [data-hero-fade] { opacity: 1; transform: none; transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); transition-delay: calc(.3s + var(--d, 0s)); }
.hero.is-ready .chip { opacity: 1; transform: translate(-50%, -50%); transition: opacity .8s .2s var(--ease-out), transform 1s .2s var(--ease-out); }
html.hero-fallback .hero-line > span, html.hero-fallback .hero [data-hero-fade] { transform: none; opacity: 1; }
html.hero-fallback .hero .chip { opacity: 1; transform: translate(-50%, -50%); }
html.hero-fallback .intro { display: none; }
html.hero-fallback body { overflow: auto; }

/* the processor chip the circuit traces start from */
.chip {
  position: absolute; left: 76%; top: 46%; transform: translate(-50%, -50%);
  width: clamp(120px, 11vw, 168px); aspect-ratio: 1; border-radius: 22px; z-index: 1;
  display: grid; place-items: center;
  background: linear-gradient(145deg, #12306a, #0a1f47);
  border: 1px solid rgba(111, 178, 255, .45);
  box-shadow: 0 0 0 8px rgba(111, 178, 255, .06), 0 0 60px rgba(26, 102, 224, .55), inset 0 1px 0 rgba(255, 255, 255, .12);
}
.chip::before { content: ""; position: absolute; inset: 12px; border-radius: 14px; border: 1px dashed rgba(111, 178, 255, .25); }
.chip::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; border: 1px solid rgba(111, 178, 255, .6); animation: chip-ping 2.8s var(--ease-out) infinite; }
.chip-mark { width: 44%; aspect-ratio: 214 / 275; background: url("../imgs/deirvlon-mark.png") left center / auto 100% no-repeat; }
@keyframes chip-ping { 0% { opacity: .8; transform: scale(1); } 80%, 100% { opacity: 0; transform: scale(1.45); } }

.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: auto 0 0; padding-top: clamp(48px, 8vh, 96px); }
.hero-stats > div { padding: 1.5rem 1.5rem 2rem 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.hero-stats > div + div { padding-left: 1.5rem; }
.hero-stats dt { font-size: clamp(1.75rem, 1.3rem + 1.4vw, 2.5rem); font-weight: 600; letter-spacing: -.04em; line-height: 1; color: #fff; font-variant-numeric: tabular-nums; }
.hero-stats dd { margin: .5rem 0 0; font-size: .875rem; color: rgba(255, 255, 255, .6); }
@media (max-width: 767.98px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats > div, .hero-stats > div + div { padding: 1.25rem 1rem 1.25rem 0; }
}

/* 8. Logo cloud ----------------------------------------------------------- */
.logo-cloud { --cols: 4; display: grid; grid-template-columns: repeat(var(--cols), 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.logo-cell { display: flex; align-items: center; justify-content: center; gap: .55rem; min-height: 96px; padding: 1rem; background: var(--paper); color: #6b7788; text-decoration: none; font-weight: 600; font-size: 1.0625rem; letter-spacing: -.01em; transition: color .25s, background-color .25s; }
.logo-cell i { font-size: 1.5rem; transition: transform .3s var(--ease); }
.logo-cell img { max-height: 36px; width: auto; filter: grayscale(1); opacity: .7; transition: filter .25s, opacity .25s; }
.logo-cell:hover { color: var(--brand, var(--ink)); }
.logo-cell:hover i { transform: scale(1.12); }
.logo-cell:hover img { filter: none; opacity: 1; }
@media (max-width: 575.98px) { .logo-cloud { --cols: 2; } .logo-cell { font-size: .9375rem; min-height: 80px; } }

.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 45s linear infinite; }
.marquee-group { display: flex; gap: .75rem; padding-right: .75rem; }
.marquee:hover .marquee-track, .partner-rows:hover .marquee-track { animation-play-state: paused; }
.marquee .logo-cell { min-width: 180px; min-height: 76px; border-radius: var(--r-md); background: transparent; }
@keyframes marquee { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }

/* Trusted partners: two opposing marquee rows of logo cards */
.trusted-count { display: flex; align-items: center; gap: .75rem; margin: 0; }
.trusted-count strong { font-size: clamp(1.75rem, 1.4rem + 1vw, 2.25rem); font-weight: 600; letter-spacing: -.04em; color: var(--blue); line-height: 1; }
.trusted-count span { font-size: .875rem; color: var(--slate); max-width: 12ch; line-height: 1.35; }
.partner-rows { display: grid; gap: 14px; }
.partner-rows .marquee-track { will-change: transform; backface-visibility: hidden; }
.partner-rows .marquee-track.is-reverse { animation-direction: reverse; }
.partner-rows .marquee-group { gap: 14px; padding-right: 14px; }
.partner-card { position: relative; display: flex; align-items: center; gap: .9rem; min-width: 250px; padding: .75rem 2.5rem .75rem .75rem; border-radius: 16px; background: var(--paper); border: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: border-color .25s, box-shadow .25s, transform .3s var(--ease); }
a.partner-card:hover { color: var(--ink); border-color: rgba(26, 102, 224, .45); box-shadow: 0 14px 30px -18px rgba(7, 24, 58, .35); transform: translateY(-2px); }
.pc-logo { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 12px; object-fit: cover; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06); }
.pc-name { font-weight: 600; font-size: .9375rem; white-space: nowrap; }
.pc-go { position: absolute; right: .9rem; top: 50%; transform: translateY(-50%); font-size: .95rem; color: var(--slate); opacity: .5; transition: opacity .25s, color .25s, transform .25s var(--ease); }
a.partner-card:hover .pc-go { opacity: 1; color: var(--blue); transform: translate(2px, calc(-50% - 2px)); }
@media (max-width: 575.98px) {
  .partner-card { min-width: 210px; padding-right: 2.25rem; }
  .pc-logo { flex-basis: 46px; width: 46px; height: 46px; }
}

/* 9. Bento services ------------------------------------------------------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(210px, auto); gap: 16px; }
.bento-tile {
  --mx: 50%; --my: 50%;
  position: relative; overflow: hidden; display: flex; flex-direction: column;
  padding: 1.75rem; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line);
  text-decoration: none; color: inherit;
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.bento-tile::before { content: ""; position: absolute; inset: 0; background: radial-gradient(360px circle at var(--mx) var(--my), rgba(26, 102, 224, .09), transparent 60%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.bento-tile:hover { transform: translateY(-4px); border-color: rgba(26, 102, 224, .45); box-shadow: 0 20px 40px -24px rgba(7, 24, 58, .35); color: inherit; }
.bento-tile:hover::before { opacity: 1; }
.bento-tile h3 { font-size: 1.1875rem; margin: 0 0 .4rem; }
.bento-tile p { font-size: .9375rem; margin: 0; }
.bento-tile .b-icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; font-size: 1.3rem; color: var(--blue); background: var(--blue-50); margin-bottom: auto; transition: background-color .3s, color .3s, transform .35s var(--ease); }
.bento-tile:hover .b-icon { background: var(--blue); color: #fff; transform: rotate(-6deg); }
.bento-tile .b-kind { position: absolute; top: 1.5rem; right: 1.5rem; font-size: .75rem; font-weight: 500; color: var(--slate); }
.bento-tile .b-body { margin-top: 1.5rem; }
.bento-tile .b-go { position: absolute; right: 1.5rem; bottom: 1.5rem; font-size: 1.1rem; color: var(--blue); opacity: 0; transform: translateX(-6px); transition: opacity .3s, transform .3s var(--ease); }
.bento-tile:hover .b-go { opacity: 1; transform: none; }

.bento-feature { grid-column: span 2; grid-row: span 2; padding: 2.25rem; }
/* ERP tile with the Deir360 image: copy left, image right */
.bento-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); grid-template-rows: auto 1fr; column-gap: 1.5rem; }
.bento-feature > .b-icon { grid-column: 1; grid-row: 1; }
.bento-feature > .b-body { grid-column: 1; grid-row: 2; align-self: end; }
.erp-visual { grid-column: 2; grid-row: 1 / span 2; align-self: center; margin-top: 1.75rem; }
.erp-visual img { display: block; width: 100%; height: auto; filter: drop-shadow(0 18px 28px rgba(7, 24, 58, .18)); transition: transform .8s var(--ease-out); }
.bento-feature:hover .erp-visual img { transform: scale(1.03) rotate(-1deg); }
@media (max-width: 767.98px) {
  .bento-feature { grid-template-columns: 1fr; grid-template-rows: auto; }
  .bento-feature > .b-icon, .bento-feature > .b-body, .erp-visual { grid-column: 1; grid-row: auto; }
  .erp-visual { order: -1; max-width: 360px; margin: 1.5rem auto .5rem; }
  .bento-feature > .b-icon { display: none; }
}
.bento-feature h3 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); letter-spacing: -.03em; }
.bento-feature p { font-size: 1rem; max-width: 44ch; }
.bento-wide { grid-column: span 2; }
.bento-wide .b-body { max-width: 62%; }
@media (max-width: 575.98px) { .bento-wide .b-body { max-width: none; } }
.bento-dark { background: var(--navy); border-color: var(--navy); }
.bento-dark h3 { color: #fff; }
.bento-dark p, .bento-dark .b-kind { color: rgba(255, 255, 255, .65); }
.bento-dark .b-icon { background: rgba(111, 178, 255, .14); color: var(--signal); }
.bento-dark::before { background: radial-gradient(360px circle at var(--mx) var(--my), rgba(111, 178, 255, .16), transparent 60%); }
.bento-dark .b-go { color: var(--signal); }

/* ERP module chips light up one after another */
.modules { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.75rem; }
.modules span { font-size: .8125rem; font-weight: 500; padding: .35rem .75rem; border-radius: var(--r-pill); border: 1px solid var(--line); color: var(--ink); background: var(--paper); animation: module-on 6s var(--ease) infinite; animation-delay: calc(var(--i) * .5s); }
@keyframes module-on {
  0%, 12% { background: var(--blue); border-color: var(--blue); color: #fff; }
  22%, 100% { background: var(--paper); border-color: var(--line); color: var(--ink); }
}

/* IoT tile: sensor dots pulse */
.sensors { position: absolute; right: 1.75rem; top: 50%; transform: translateY(-50%); display: grid; grid-template-columns: repeat(4, 10px); gap: 14px; }
.sensors i { width: 10px; height: 10px; border-radius: 50%; background: rgba(111, 178, 255, .25); animation: sensor 2.4s ease-in-out infinite; animation-delay: calc(var(--i) * .15s); }
@keyframes sensor { 0%, 100% { background: rgba(111, 178, 255, .2); box-shadow: none; } 40% { background: var(--signal); box-shadow: 0 0 12px var(--signal); } }

@media (max-width: 991.98px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-feature { grid-row: span 1; }
}
@media (max-width: 575.98px) {
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .bento-feature, .bento-wide { grid-column: auto; }
  .bento-tile { min-height: 190px; }
  .sensors { display: none; }
}

/* 10. Motion utilities ---------------------------------------------------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); transition-delay: var(--d, 0s); }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* 11. Products & store ---------------------------------------------------- */
.mark { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; font-size: 1.25rem; color: #fff; background: var(--mark, var(--blue)); }
.mark-img { background: #fff; border: 1px solid var(--line); overflow: hidden; padding: 0; }
.mark-img img { width: 100%; height: 100%; object-fit: contain; }
.mark-lg { width: 58px; height: 58px; font-size: 1.5rem; border-radius: 14px; }
.mark-blue { --mark: var(--blue); }
.mark-sky { --mark: #2f86f0; }
.mark-green { --mark: #00a846; }
.mark-orange { --mark: #ee5325; }
.mark-navy { --mark: var(--navy-2); }
.mark-violet { --mark: #6a4fd8; }
.mark-teal { --mark: #0f8a98; }

.product-feature { height: 100%; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.product-feature .pf-body { padding: clamp(1.75rem, 3vw, 2.5rem); }
.product-feature .pf-body h3 { font-size: 1.625rem; letter-spacing: -.03em; margin: 1.25rem 0 .5rem; }
.product-feature .pf-shot { margin-top: auto; padding: 0 clamp(1.75rem, 3vw, 2.5rem); background: linear-gradient(180deg, var(--paper), var(--blue-50)); }

.product-row { display: flex; gap: 1.1rem; align-items: flex-start; padding: 1.5rem 1rem; margin: 0 -1rem; border-radius: var(--r-md); transition: background-color .25s; }
@media (max-width: 575.98px) { .product-row { margin: 0; padding-inline: 0; } .product-row:hover { background: none; } }
.product-row + .product-row { border-top: 1px solid var(--line); }
.product-row:hover { background: var(--mist); }
.product-row:hover .mark { transform: scale(1.06) rotate(-4deg); }
.product-row .mark { transition: transform .35s var(--ease); }
.product-row h3 { font-size: 1.125rem; margin: 0 0 .1rem; }
.product-row .cat { font-size: .8125rem; color: var(--slate); font-weight: 500; }
.product-row p { font-size: .9375rem; margin: .45rem 0 .6rem; }
.product-links { display: flex; flex-wrap: wrap; gap: .25rem 1.25rem; font-size: .9375rem; }
.product-links a { font-weight: 500; text-decoration: none; }
.product-links a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Platform posters — brand-coloured cards with the real product visual rising from the bottom */
.posters { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.poster {
  --p1: var(--blue); --p2: var(--navy-2);
  grid-column: span 5; position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; min-height: 500px; border-radius: 24px; color: #fff;
  background: radial-gradient(120% 90% at 100% 100%, rgba(255, 255, 255, .18), transparent 55%), linear-gradient(150deg, var(--p1), var(--p2));
}
/* faint grid texture, brightest behind the product */
.poster::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 32px 32px; -webkit-mask-image: radial-gradient(70% 60% at 70% 85%, #000, transparent 75%); mask-image: radial-gradient(70% 60% at 70% 85%, #000, transparent 75%); }
.poster-wide { grid-column: span 7; }
.poster-half { grid-column: span 6; min-height: 440px; }

.poster-body { position: relative; z-index: 2; padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.25rem) 0; max-width: 34rem; }
.poster-head { display: flex; align-items: center; gap: .9rem; margin-bottom: 1rem; }
.poster-logo { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 14px; background: #fff; overflow: hidden; box-shadow: 0 8px 20px -8px rgba(0, 0, 0, .35); }
.poster-logo img { width: 100%; height: 100%; object-fit: contain; }
.poster h3 { color: #fff; font-size: clamp(1.375rem, 1.1rem + .8vw, 1.75rem); letter-spacing: -.03em; margin: 0; }
.poster-cat { font-size: .875rem; color: rgba(255, 255, 255, .75); }
.poster p { color: rgba(255, 255, 255, .86); font-size: 1rem; margin-bottom: 1.25rem; max-width: 46ch; }
.poster-note { display: inline-flex; align-items: center; gap: .4rem; font-size: .8125rem; font-weight: 500; padding: .3rem .7rem; border-radius: var(--r-pill); background: rgba(255, 255, 255, .16); margin-bottom: 1.25rem; }
.poster-links { display: flex; flex-wrap: wrap; gap: .5rem; }

.poster-art { position: relative; margin-top: auto; display: flex; justify-content: center; align-items: flex-end; padding: 1.75rem 1.5rem 0; }
.poster-art img { display: block; width: 92%; height: auto; transform: translateY(6%); filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .35)); transition: transform .7s var(--ease-out); }
.poster:hover .poster-art img, .poster:hover .poster-art > .app-window, .poster:hover .passes, .poster:hover .jobs { transform: translateY(0); }

/* wide posters: copy left, product right */
@media (min-width: 992px) {
  .poster-wide { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }
  .poster-wide .poster-body { padding-bottom: 2.25rem; }
  .poster-wide .poster-art { margin-top: 0; padding: 2rem 1.5rem 0 0; }
}

/* brand palettes (sampled from each product's logo) */
.poster-monyo { --p1: #e21d30; --p2: #8f0a17; }
.poster-edusoft { --p1: #1569fd; --p2: #0a3a9e; }
.poster-rez { --p1: #6e22f4; --p2: #0b6fb8; background: radial-gradient(90% 80% at 100% 100%, rgba(6, 197, 251, .55), transparent 60%), linear-gradient(150deg, var(--p1), var(--p2)); }
.poster-deir360 { --p1: #8f4ff8; --p2: #3d138f; }
.poster-wallet { --p1: #1d7efc; --p2: #0a2f7a; }
.poster-rayza { --p1: #3e8937; --p2: #174a18; }

.poster-monyo .poster-art img { width: auto; max-width: 92%; max-height: 430px; }
.poster .app-window { color: var(--ink); }
.poster-deir360 .poster-art > .app-window { width: 100%; transform: translateY(4%); transition: transform .7s var(--ease-out); box-shadow: 0 -20px 50px -20px rgba(0, 0, 0, .5); }

/* WalletPlus: stacked wallet passes */
.passes { position: relative; width: 100%; height: 250px; transform: translateY(8%); transition: transform .7s var(--ease-out); }
.pass { position: absolute; left: 50%; bottom: 28px; width: min(280px, 80%); aspect-ratio: 1.6; border-radius: 16px; padding: 1rem 1.1rem; box-shadow: 0 20px 40px -16px rgba(0, 0, 0, .45); transition: transform .7s var(--ease-out); }
.pass:nth-child(1) { background: rgba(255, 255, 255, .22); transform: translateX(-78%) rotate(-9deg); }
.pass:nth-child(2) { background: rgba(255, 255, 255, .45); transform: translateX(-22%) rotate(8deg); }
.pass:nth-child(3) { background: #fff; color: var(--ink); transform: translateX(-50%); display: flex; flex-direction: column; }
.poster:hover .pass:nth-child(1) { transform: translateX(-90%) rotate(-13deg); }
.poster:hover .pass:nth-child(2) { transform: translateX(-10%) rotate(12deg); }
.pass-top { display: flex; align-items: center; gap: .5rem; font-size: .8125rem; font-weight: 600; }
.pass-top img { width: 26px; height: 26px; border-radius: 6px; }
/* the pass logo sits inside .poster-art: keep it out of the poster-image rules (width %, shadow, slide-up), incl. the mobile breakpoints */
.poster-art .pass-top img { flex: 0 0 26px; width: 26px; height: 26px; object-fit: contain; transform: none; filter: none; transition: none; }
.pass-top span:last-child { margin-left: auto; font-weight: 500; color: var(--slate); }
.pass-row { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; }
.pass-row small { display: block; font-size: .6875rem; color: var(--slate); }
.pass-row strong { font-size: 1.125rem; letter-spacing: -.02em; }
.pass-row i { font-size: 2.6rem; line-height: 1; color: var(--ink); }

/* Rayza: job cards */
.jobs { width: 100%; max-width: 360px; display: grid; gap: 10px; padding-bottom: 1.5rem; transform: translateY(6%); transition: transform .7s var(--ease-out); }
.job { display: flex; align-items: center; gap: .8rem; background: #fff; color: var(--ink); border-radius: 14px; padding: .8rem 1rem; box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .45); }
.job:nth-child(2) { margin-left: 1.75rem; }
.job-ic { flex: 0 0 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: #e8f3e6; color: #3e8937; font-size: 1.1rem; }
.job strong { display: block; font-size: .9375rem; }
.job small { color: var(--slate); font-size: .8125rem; }
.job .tag { margin-left: auto; background: #e8f3e6; color: #2f6e29; }

@media (max-width: 991.98px) {
  .poster, .poster-wide, .poster-half { grid-column: span 12; min-height: 0; }
  .poster-art img { width: 80%; }
  .poster-monyo .poster-art img { max-height: 380px; }
}
@media (max-width: 575.98px) {
  .posters { gap: 16px; }
  .poster { border-radius: 20px; }
  .poster-art img { width: 100%; }
  .pass:nth-child(1), .pass:nth-child(2) { display: none; }
}

.app-window { background: var(--paper); border: 1px solid var(--line); border-bottom: 0; border-radius: var(--r-md) var(--r-md) 0 0; overflow: hidden; box-shadow: 0 -16px 40px -24px rgba(7, 24, 58, .35); }
.app-window-bar { display: flex; align-items: center; gap: .4rem; padding: .55rem .85rem; background: var(--mist); border-bottom: 1px solid var(--line); font-size: .75rem; color: var(--slate); }
.app-window-bar .dot { width: 9px; height: 9px; border-radius: 50%; background: #cfd6df; }
.app-window-bar .title { margin-left: .5rem; }
.app-window-body { display: grid; grid-template-columns: 112px 1fr; min-height: 220px; }
.app-side { background: var(--navy); padding: .9rem .6rem; display: flex; flex-direction: column; gap: .3rem; }
.app-side span { display: flex; align-items: center; gap: .45rem; color: rgba(255, 255, 255, .6); font-size: .75rem; padding: .3rem .45rem; border-radius: var(--r-sm); }
.app-side span.on { background: rgba(255, 255, 255, .14); color: #fff; }
.app-main { padding: .9rem; display: grid; gap: .6rem; grid-template-columns: repeat(3, 1fr); align-content: start; }
.kpi { border: 1px solid var(--line); border-radius: var(--r-sm); padding: .55rem .65rem; }
.kpi small { display: block; font-size: .6875rem; color: var(--slate); }
.kpi strong { font-size: 1rem; }
.chart { grid-column: 1 / -1; border: 1px solid var(--line); border-radius: var(--r-sm); padding: .65rem; height: 110px; display: flex; align-items: flex-end; gap: 5px; }
.chart i { flex: 1; height: var(--h); background: var(--blue); border-radius: 3px 3px 0 0; transform-origin: bottom; }
.chart i:nth-child(odd) { background: #9dbef0; }
.is-visible .chart i { animation: bar-grow 1s var(--ease-out) both; animation-delay: calc(var(--n) * 50ms); }
@keyframes bar-grow { from { transform: scaleY(0); } }
@media (max-width: 575.98px) { .app-window-body { grid-template-columns: 1fr; } .app-side { display: none; } }

.store-list { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.store-item { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 1rem 1.5rem; padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--line); transition: background-color .2s; }
.store-item:last-child { border-bottom: 0; }
.store-item:hover { background: var(--mist); }
.store-item h3 { font-size: 1rem; margin: 0; }
.store-item h3 a { color: var(--ink); text-decoration: none; }
.store-item h3 a:hover { color: var(--blue); }
.store-item .meta { font-size: .8125rem; color: var(--slate); }
.store-item .spec { font-size: .8125rem; color: var(--slate); text-align: right; white-space: nowrap; }
.store-item .spec strong { display: block; color: var(--ink); font-weight: 500; font-size: .875rem; }
.rating { color: #e8a200; letter-spacing: .05em; }
@media (max-width: 575.98px) { .store-item { grid-template-columns: auto 1fr auto; } .store-item .spec { display: none; } }

/* 12. Quotes, founder, blog ----------------------------------------------- */
.quote { height: 100%; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .2); display: flex; flex-direction: column; }
.quote blockquote { font-size: 1.0625rem; line-height: 1.6; color: #fff; flex: 1; margin: 0 0 1.5rem; }
.stat-big { font-size: clamp(2rem, 1.5rem + 1.6vw, 2.75rem); font-weight: 600; letter-spacing: -.04em; line-height: 1; color: #fff; margin-bottom: 1.25rem; }
.stat-big small { font-size: .5em; color: rgba(255, 255, 255, .6); letter-spacing: 0; }
.stat-big i { font-size: .8em; }
.quote-lg blockquote { font-size: clamp(1.3rem, 1rem + .9vw, 1.75rem); line-height: 1.4; letter-spacing: -.02em; }
.quote figcaption strong { display: block; color: #fff; font-weight: 600; }
.quote figcaption span { font-size: .875rem; color: rgba(255, 255, 255, .6); }

/* Recognition: award cards */
.rec-stats { margin: 2.5rem 0 0; }
.rec-stats > div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; align-items: center; padding: 1.1rem 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.rec-stats dt { font-size: 1.75rem; font-weight: 600; letter-spacing: -.04em; line-height: 1; color: #fff; }
.rec-stats dt small { font-size: .55em; color: rgba(255, 255, 255, .55); letter-spacing: 0; }
.rec-stats dt i { font-size: .85em; }
.rec-stats dd { margin: 0; font-size: .9375rem; color: rgba(255, 255, 255, .7); }

.awards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.awards .award-card:nth-child(2n) { margin-top: 48px; }   /* staggered pair */
.award-card { position: relative; margin: 0; overflow: hidden; isolation: isolate; aspect-ratio: 3 / 4; border-radius: 20px; background: var(--navy-2); box-shadow: 0 0 0 1px rgba(245, 184, 46, .25); transition: box-shadow .4s, transform .5s var(--ease-out); }
.award-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; z-index: -2; transition: transform 1.2s var(--ease-out); }
.award-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 55%, rgba(7, 24, 58, .8) 78%, var(--navy) 100%); }
.award-card:hover { transform: translateY(-4px); box-shadow: 0 0 0 1px rgba(245, 184, 46, .6), 0 24px 60px -20px rgba(245, 184, 46, .35); }
.award-card:hover img { transform: scale(1.05); }
.award-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem; }
.award-chip { display: inline-flex; align-items: center; gap: .4rem; font-size: .75rem; font-weight: 600; padding: .3rem .7rem; border-radius: var(--r-pill); color: #3b2a00; background: linear-gradient(145deg, #ffe08a, #f5b82e); margin-bottom: .75rem; }
.award-name { font-size: clamp(1.75rem, 1.3rem + 1.4vw, 2.5rem); font-weight: 700; letter-spacing: -.04em; line-height: 1; color: #fff; }
.award-name span { font-weight: 500; color: #f5c451; }
.award-card p { margin: .5rem 0 0; font-size: .9375rem; color: rgba(255, 255, 255, .8); }
@media (max-width: 575.98px) {
  .awards { grid-template-columns: 1fr; gap: 16px; }
  .awards .award-card:nth-child(2n) { margin-top: 0; }
  .award-card { aspect-ratio: 4 / 5; }
  .rec-stats > div { grid-template-columns: 84px 1fr; }
}

/* About: company statement + photo */
.about-caps { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.about-caps li { display: flex; align-items: center; gap: .7rem; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: var(--r-md); font-weight: 500; font-size: .9375rem; transition: border-color .25s, background-color .25s; }
.about-caps li:hover { border-color: rgba(26, 102, 224, .45); background: var(--blue-50); }
.about-caps i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-50); color: var(--blue); }
.about-visual { position: relative; margin: 0; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16 / 10; background: var(--mist); }
.about-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out); }
.about-visual:hover img { transform: scale(1.04); }
.about-float { position: absolute; left: 1.25rem; bottom: 1.25rem; display: flex; align-items: center; gap: .9rem; max-width: min(340px, calc(100% - 2.5rem)); padding: .9rem 1.1rem; border-radius: var(--r-md); background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 16px 40px -16px rgba(7, 24, 58, .4); }
.about-float strong { font-size: 2rem; font-weight: 600; letter-spacing: -.04em; line-height: 1; color: var(--blue); }
.about-float > span { font-size: .875rem; line-height: 1.35; color: var(--ink); }

/* Founder spotlight */
.founder-card { position: relative; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); border-radius: 24px; background: var(--navy); color: #fff; }
.founder-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(55% 80% at 100% 0%, rgba(26, 102, 224, .45), transparent 65%); }
.founder-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 32px 32px; -webkit-mask-image: radial-gradient(50% 70% at 100% 0%, #000, transparent 80%); mask-image: radial-gradient(50% 70% at 100% 0%, #000, transparent 80%); }
.founder-media { position: relative; min-height: 520px; }
.founder-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.founder-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, var(--navy) 99%), linear-gradient(0deg, rgba(7, 24, 58, .55), transparent 35%); }
.award-badge { position: absolute; left: 1.25rem; bottom: 1.25rem; z-index: 1; display: flex; align-items: center; gap: .75rem; padding: .7rem 1rem .7rem .75rem; border-radius: var(--r-md); background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.award-badge i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; font-size: 1.15rem; color: #3b2a00; background: linear-gradient(145deg, #ffe08a, #f5b82e); box-shadow: 0 0 24px rgba(245, 184, 46, .45); }
.award-badge strong { display: block; font-size: .9375rem; line-height: 1.2; }
.award-badge span { font-size: .8125rem; color: rgba(255, 255, 255, .75); }

.founder-body { padding: clamp(2rem, 5vw, 4rem); align-self: center; }
.founder-kicker { font-size: .9375rem; font-weight: 500; color: var(--signal); margin-bottom: .75rem; }
.founder-title { font-size: clamp(2.25rem, 1.5rem + 2.6vw, 3.5rem); line-height: 1; letter-spacing: -.045em; color: #fff; margin-bottom: 1.25rem; }
.founder-lead { font-size: clamp(1.125rem, 1rem + .4vw, 1.375rem); line-height: 1.45; letter-spacing: -.015em; color: #fff; max-width: 34ch; }
.founder-body p { color: rgba(255, 255, 255, .72); max-width: 58ch; }
.skill-pills { list-style: none; padding: 0; margin: 1.5rem 0 2rem; display: flex; flex-wrap: wrap; gap: 8px; }
.skill-pills li { font-size: .8125rem; font-weight: 500; padding: .4rem .85rem; border-radius: var(--r-pill); border: 1px solid rgba(111, 178, 255, .35); color: #dbe9ff; background: rgba(111, 178, 255, .08); }
.founder-links { display: flex; flex-wrap: wrap; gap: .5rem; }

@media (max-width: 991.98px) {
  .founder-card { grid-template-columns: 1fr; }
  .founder-media { min-height: 0; aspect-ratio: 4 / 3; }
  .founder-media::after { background: linear-gradient(0deg, var(--navy), transparent 45%); }
}
@media (max-width: 575.98px) {
  .about-caps { grid-template-columns: 1fr; }
  .founder-media { aspect-ratio: 4 / 5; }
  .about-float { position: static; max-width: none; border-radius: 0; box-shadow: none; background: var(--mist); }
  .about-visual { aspect-ratio: auto; }
  .about-visual img { aspect-ratio: 16 / 10; height: auto; }
}

.fact-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; }
.fact-list li { display: flex; gap: .6rem; padding: .7rem 0; border-top: 1px solid var(--line); font-size: .9375rem; }
.fact-list li i { color: var(--blue); }
@media (max-width: 575.98px) { .fact-list { grid-template-columns: 1fr; } }

/* Blog: featured story + compact list */
.blog-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px; }
.blog-feature { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: flex-end; min-height: 560px; border-radius: 24px; color: #fff; text-decoration: none; background: var(--navy); }
.blog-feature > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.blog-feature::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7, 24, 58, 0) 25%, rgba(7, 24, 58, .6) 55%, rgba(7, 24, 58, .95) 100%); }
.blog-feature:hover { color: #fff; }
.blog-feature:hover > img { transform: scale(1.05); }
.blog-feature-body { width: 100%; padding: clamp(1.5rem, 3.5vw, 2.5rem); }
.blog-feature h3 { color: #fff; font-size: clamp(1.625rem, 1.2rem + 1.4vw, 2.375rem); line-height: 1.12; letter-spacing: -.035em; margin: .9rem 0 .75rem; max-width: 22ch; }
.blog-feature p { color: rgba(255, 255, 255, .78); max-width: 52ch; margin-bottom: 1.5rem; }
.blog-feature .blog-meta { color: rgba(255, 255, 255, .75); }
.tag { display: inline-block; font-size: .75rem; font-weight: 600; padding: .15rem .55rem; border-radius: var(--r-pill); background: var(--blue-50); color: var(--blue); }
.tag-light { background: rgba(255, 255, 255, .18); color: #fff; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }

.blog-author { display: flex; align-items: center; gap: .75rem; padding-top: 1.25rem; border-top: 1px solid rgba(255, 255, 255, .18); font-size: .875rem; }
.blog-by { color: rgba(255, 255, 255, .7); }
.blog-by strong { display: block; font-weight: 600; color: #fff; }
.blog-avatar { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 50%; background: #fff; }
.blog-go { margin-left: auto; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--navy); font-size: 1.1rem; transition: transform .35s var(--ease), background-color .25s, color .25s; }
.blog-feature:hover .blog-go { transform: rotate(45deg); background: var(--blue); color: #fff; }

.blog-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .9rem; font-size: .8125rem; color: var(--slate); }
.blog-meta time + span::before { content: ""; display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .6; vertical-align: middle; margin-right: .9rem; }

.blog-list { display: grid; gap: 16px; align-content: start; }
.blog-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 1.1rem; padding: .75rem; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); text-decoration: none; color: inherit; transition: border-color .3s, box-shadow .3s, transform .35s var(--ease); }
.blog-card:hover { color: inherit; transform: translateY(-3px); border-color: rgba(26, 102, 224, .4); box-shadow: 0 18px 36px -22px rgba(7, 24, 58, .35); }
.blog-thumb { position: relative; overflow: hidden; border-radius: 12px; aspect-ratio: 1; background: var(--mist); }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.blog-card:hover .blog-thumb img { transform: scale(1.08); }
.blog-body { display: flex; flex-direction: column; padding: .25rem .25rem .25rem 0; min-width: 0; }
.blog-body h3 { font-size: 1.0625rem; line-height: 1.3; letter-spacing: -.015em; margin: .5rem 0 .3rem; transition: color .2s; }
.blog-card:hover h3 { color: var(--blue); }
.blog-body p { font-size: .875rem; margin: 0 0 .6rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-more { margin-top: auto; font-size: .8125rem; font-weight: 600; color: var(--blue); }
.blog-more i { display: inline-block; transition: transform .3s var(--ease); }
.blog-card:hover .blog-more i { transform: translate(2px, -2px); }

@media (max-width: 991.98px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-feature { min-height: 480px; }
}
@media (max-width: 575.98px) {
  .blog-feature { min-height: 440px; border-radius: 20px; }
  .blog-card { grid-template-columns: 96px minmax(0, 1fr); gap: .85rem; }
  .blog-body p { display: none; }
}

/* Inner-page hero (navy band under the transparent header) ---------------- */
.page-hero {
  position: relative; overflow: hidden; isolation: isolate; color: #fff;
  margin-top: calc(-1 * (var(--header-h) + 1px));
  padding: calc(var(--header-h) + clamp(36px, 5vw, 64px)) 0 clamp(48px, 6vw, 80px);
  background: radial-gradient(50% 90% at 85% 0%, rgba(26, 102, 224, .45), transparent 70%), var(--navy);
}
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 32px 32px; -webkit-mask-image: radial-gradient(60% 90% at 85% 10%, #000, transparent 75%); mask-image: radial-gradient(60% 90% at 85% 10%, #000, transparent 75%); }
.crumbs { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0 0 1.5rem; font-size: .875rem; color: rgba(255, 255, 255, .6); }
.crumbs li + li::before { content: "/"; margin-right: .5rem; opacity: .5; }
.crumbs a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.crumbs a:hover { color: #fff; }
.page-title { font-size: clamp(2.5rem, 1.8rem + 2.8vw, 4rem); letter-spacing: -.045em; line-height: 1; color: #fff; margin-bottom: 1rem; }
.page-lead { font-size: 1.125rem; color: rgba(255, 255, 255, .72); max-width: 54ch; margin-bottom: 1.75rem; }
.page-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }
.page-stats > div { padding: 1rem 1.25rem; border-left: 1px solid rgba(255, 255, 255, .16); }
.page-stats dt { font-size: clamp(1.75rem, 1.3rem + 1.4vw, 2.5rem); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.page-stats dd { margin: .4rem 0 0; font-size: .875rem; color: rgba(255, 255, 255, .6); }

.store-search { position: relative; max-width: 520px; }
.store-search i { position: absolute; left: 1.15rem; top: 50%; transform: translateY(-50%); color: var(--slate); pointer-events: none; }
.store-search input { width: 100%; padding: .95rem 1.25rem .95rem 2.9rem; border-radius: var(--r-pill); border: 0; font-size: 1rem; color: var(--ink); box-shadow: 0 16px 40px -16px rgba(0, 0, 0, .5); }
.store-search input:focus { outline: 3px solid rgba(111, 178, 255, .6); outline-offset: 2px; }

/* Store: featured app */
.store-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 2rem; padding: clamp(1.5rem, 4vw, 3rem); border-radius: 24px; background: radial-gradient(70% 90% at 90% 40%, #efe6ff, transparent 70%), radial-gradient(60% 80% at 60% 100%, #dcebff, transparent 70%), var(--mist); border: 1px solid var(--line); }
.store-feature p { max-width: 52ch; }
.store-feature-label { display: inline-flex; align-items: center; gap: .4rem; font-size: .8125rem; font-weight: 600; color: var(--blue); margin-bottom: 1rem; }
.store-feature-media img { width: 100%; height: auto; max-width: 440px; display: block; margin-inline: auto; filter: drop-shadow(0 20px 30px rgba(7, 24, 58, .18)); }

/* Store: toolbar and filters */
.store-toolbar { display: grid; gap: 1rem; padding-bottom: 1.25rem; margin-bottom: 1.75rem; border-bottom: 1px solid var(--line); }
.filter-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter-row-2 { justify-content: space-between; align-items: center; gap: 1rem; }
.filter-pill, .platform-pill { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem 1rem; border-radius: var(--r-pill); border: 1px solid var(--line); background: var(--paper); color: var(--ink); font-size: .875rem; font-weight: 500; transition: background-color .2s, border-color .2s, color .2s; }
.filter-pill:hover, .platform-pill:hover { border-color: var(--blue); color: var(--blue); }
.filter-pill.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.platform-pill { padding: .35rem .8rem; font-size: .8125rem; color: var(--slate); }
.platform-pill.is-active { background: var(--blue-50); border-color: var(--blue); color: var(--blue); }
.store-sort .form-select { border-radius: var(--r-pill); padding-left: 1rem; min-width: 190px; }
.store-count { margin: 0; font-size: .875rem; color: var(--slate); }

/* Store: app grid */
.app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
/* store/blog filters hide items with the hidden attribute; .app-tile / .post-card set display:flex,
   so don't rely on Bootstrap (CDN) alone for this */
[hidden] { display: none !important; }
.app-tile { display: flex; flex-direction: column; padding: 1.5rem; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); transition: border-color .3s, box-shadow .3s, transform .35s var(--ease); }
.app-tile:hover { transform: translateY(-3px); border-color: rgba(26, 102, 224, .4); box-shadow: 0 20px 40px -24px rgba(7, 24, 58, .35); }
.app-tile-head { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1rem; }
.app-tile-logo { flex: 0 0 64px; width: 64px; height: 64px; border-radius: 16px; object-fit: contain; background: #fff; border: 1px solid var(--line); }
.app-tile h3 { font-size: 1.125rem; margin: 0 0 .1rem; }
.app-tile h3 a { color: var(--ink); text-decoration: none; }
.app-tile h3 a:hover { color: var(--blue); }
.app-tile-dev { display: block; font-size: .8125rem; color: var(--slate); margin-bottom: .4rem; }
.app-tile-desc { font-size: .9375rem; flex: 1; margin-bottom: 1rem; }
.app-platforms { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0 0 1rem; }
.app-platforms li { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--mist); color: var(--ink); font-size: .95rem; }
.app-tile-meta { display: flex; flex-wrap: wrap; gap: .35rem 1rem; font-size: .8125rem; color: var(--slate); padding: .9rem 0; border-top: 1px solid var(--line); }
.app-tile-meta i { color: var(--blue); margin-right: .3rem; }
.app-tile-meta strong { color: var(--ink); font-weight: 600; margin-right: .2rem; }
.app-tile-foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.app-tile-foot .dropdown-menu { border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: 0 16px 40px -16px rgba(7, 24, 58, .3); padding: .4rem; font-size: .875rem; }
.app-tile-foot .dropdown-item { border-radius: var(--r-sm); padding: .5rem .75rem; }

.store-empty { text-align: center; padding: 4rem 1rem; border: 1px dashed var(--line); border-radius: var(--r-lg); }
.store-empty > i { font-size: 2rem; color: var(--blue); }
.store-empty h3 { font-size: 1.25rem; margin: 1rem 0 .4rem; }

.store-help { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem 2rem; padding: clamp(1.5rem, 3vw, 2.25rem); border-radius: var(--r-lg); background: var(--navy); color: #fff; }
.store-help h2 { color: #fff; }
.store-help p { color: rgba(255, 255, 255, .72); }

@media (max-width: 991.98px) {
  .app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-feature { grid-template-columns: 1fr; }
  .store-feature-media { order: -1; }
  .page-stats > div:first-child { border-left: 0; padding-left: 0; }
}
@media (max-width: 575.98px) {
  .app-grid { grid-template-columns: 1fr; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .25rem; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-pill, .platform-pill { flex: 0 0 auto; }
  .filter-row-2 { flex-direction: column; align-items: stretch; }
  .filter-row-2 > .d-flex { flex-wrap: nowrap !important; overflow-x: auto; scrollbar-width: none; }
  .store-sort .form-select { width: 100%; }
}

/* Service detail ---------------------------------------------------------- */
.svc-hero-kind { display: inline-flex; align-items: center; gap: .5rem; font-size: .875rem; font-weight: 500; color: var(--signal); margin-bottom: 1rem; }
.svc-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.svc-block { padding-bottom: clamp(3rem, 6vw, 4.5rem); scroll-margin-top: calc(var(--header-h) + 24px); }
.svc-block + .svc-block { padding-top: clamp(3rem, 6vw, 4.5rem); border-top: 1px solid var(--line); }
.svc-h2 { font-size: clamp(1.625rem, 1.3rem + 1vw, 2.125rem); letter-spacing: -.03em; margin-bottom: 1rem; }
.svc-figure { margin: 0; border-radius: var(--r-lg); padding: 1rem; background: radial-gradient(80% 90% at 70% 30%, #efe6ff, transparent 70%), radial-gradient(70% 80% at 20% 90%, #dcebff, transparent 70%), var(--mist); }
.svc-figure img { width: 100%; height: auto; display: block; filter: drop-shadow(0 16px 24px rgba(7, 24, 58, .16)); }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 1.5rem; }
.feature-card { padding: 1.5rem; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper); transition: border-color .3s, transform .35s var(--ease); }
.feature-card:hover { border-color: rgba(26, 102, 224, .4); transform: translateY(-3px); }
.feature-ic { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--blue-50); color: var(--blue); font-size: 1.2rem; margin-bottom: 1rem; }
.feature-card h3 { font-size: 1.0625rem; margin-bottom: .35rem; }
.feature-card p { font-size: .9375rem; margin: 0; }

.module-list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2rem; }
.module-list li { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 0; border-top: 1px solid var(--line); }
.module-list i { font-size: 1.25rem; color: var(--blue); line-height: 1.3; }
.module-list strong { display: block; font-weight: 600; }
.module-list span { font-size: .9375rem; color: var(--slate); }

/* numbered process (a real sequence) */
.process { list-style: none; counter-reset: step; padding: 0; margin: 1.5rem 0 0; position: relative; }
.process::before { content: ""; position: absolute; left: 21px; top: 22px; bottom: 22px; width: 2px; background: linear-gradient(var(--blue), var(--line)); }
.process li { counter-increment: step; position: relative; padding: 0 0 1.75rem 4.25rem; }
.process li:last-child { padding-bottom: 0; }
.process li::before { content: counter(step); position: absolute; left: 0; top: -4px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); border: 2px solid var(--blue); color: var(--blue); font-weight: 600; }
.process h3 { font-size: 1.125rem; margin-bottom: .3rem; }
.process p { margin: 0; max-width: 60ch; }

.svc-product { position: relative; overflow: hidden; isolation: isolate; border-radius: 24px; padding: clamp(1.75rem, 4vw, 2.75rem); color: #fff; background: radial-gradient(80% 100% at 100% 0%, rgba(255, 255, 255, .18), transparent 60%), linear-gradient(150deg, #8f4ff8, #3d138f); }
.svc-product::after { content: ""; position: absolute; right: -40px; bottom: -60px; width: 280px; height: 280px; z-index: -1; background: url("../imgs/logos/deir360.jpg") center / contain no-repeat; opacity: .08; border-radius: 40px; }
.svc-product p { color: rgba(255, 255, 255, .85); max-width: 56ch; }
.svc-product-sub { font-size: .875rem; color: rgba(255, 255, 255, .75); }
.svc-product-note { display: inline-flex; align-items: center; gap: .4rem; font-size: .875rem; font-weight: 500; padding: .3rem .8rem; border-radius: var(--r-pill); background: rgba(255, 255, 255, .16); color: #fff !important; }

.faq .accordion-item { border: 0; border-bottom: 1px solid var(--line); background: transparent; }
.faq .accordion-button { padding: 1.25rem 0; font-weight: 600; font-size: 1.0625rem; color: var(--ink); background: transparent; box-shadow: none; }
.faq .accordion-button:not(.collapsed) { color: var(--blue); }
.faq .accordion-button:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.faq .accordion-body { padding: 0 0 1.25rem; color: var(--slate); max-width: 64ch; }

/* sticky sidebar */
.svc-aside { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 1.25rem; }
.toc-title { font-size: .8125rem; font-weight: 600; color: var(--slate); margin-bottom: .5rem; }
.toc ul { list-style: none; padding: 0; margin: 0; border-left: 2px solid var(--line); }
.toc a { display: block; padding: .4rem 0 .4rem 1rem; margin-left: -2px; border-left: 2px solid transparent; color: var(--slate); text-decoration: none; font-size: .9375rem; transition: color .2s, border-color .2s; }
.toc a:hover { color: var(--ink); }
.toc a.is-current { color: var(--blue); border-left-color: var(--blue); font-weight: 500; }
.aside-card { padding: 1.5rem; border-radius: var(--r-lg); background: var(--mist); border: 1px solid var(--line); }
.aside-card p { font-size: .9375rem; }
.aside-contacts { list-style: none; padding: 0; margin: 0 0 1.25rem; display: grid; gap: .5rem; font-size: .9375rem; }
.aside-contacts i { color: var(--blue); margin-right: .5rem; }
.aside-contacts a { color: var(--ink); text-decoration: none; }
.aside-contacts a:hover { color: var(--blue); }

.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.related-card { display: flex; flex-direction: column; padding: 1.5rem; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); color: inherit; text-decoration: none; transition: border-color .3s, transform .35s var(--ease), box-shadow .3s; }
.related-card:hover { color: inherit; transform: translateY(-3px); border-color: rgba(26, 102, 224, .4); box-shadow: 0 18px 36px -22px rgba(7, 24, 58, .35); }
.related-card > i { font-size: 1.4rem; color: var(--blue); margin-bottom: 1rem; }
.related-card h3 { font-size: 1.0625rem; margin-bottom: .35rem; }
.related-card p { font-size: .9375rem; flex: 1; }

@media (max-width: 1199.98px) {
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
  .svc-layout { grid-template-columns: 1fr; }
  .svc-aside { position: static; }
  .svc-aside .toc { display: none; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .feature-grid, .module-list, .related-grid { grid-template-columns: 1fr; }
}

/* App detail --------------------------------------------------------------- */
.app-hero { padding-bottom: 0; }
.app-hero-grid { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.5rem 2rem; align-items: start; }
.app-hero-logo { width: 120px; height: 120px; border-radius: 28px; background: #fff; object-fit: contain; box-shadow: 0 20px 40px -16px rgba(0, 0, 0, .5); }
.app-hero .page-title { font-size: clamp(2.25rem, 1.6rem + 2.4vw, 3.5rem); margin-bottom: .5rem; }
.app-hero-sub { display: flex; align-items: center; gap: .75rem; color: rgba(255, 255, 255, .75); margin-bottom: 1rem; }
.app-hero .page-lead { margin-bottom: 1.25rem; }
.app-platforms-dark li { background: rgba(255, 255, 255, .1); color: #fff; }
.app-hero-cta { display: grid; gap: .6rem; min-width: 280px; }
.app-download { display: flex; align-items: center; gap: .9rem; text-align: left; padding: .85rem 1.4rem; }
.app-download > i { font-size: 1.6rem; }
.app-download strong { display: block; font-weight: 600; line-height: 1.2; }
.app-download small { display: block; font-size: .8125rem; opacity: .8; font-weight: 400; }
.app-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: clamp(2rem, 4vw, 3rem) 0 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.app-facts > div { padding: 1.25rem 1.25rem 1.5rem 0; }
.app-facts > div + div { padding-left: 1.25rem; border-left: 1px solid rgba(255, 255, 255, .14); }
.app-facts dt { font-size: 1.25rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.2; }
.app-facts dd { margin: .3rem 0 0; font-size: .8125rem; color: rgba(255, 255, 255, .6); }


.check-grid { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem 2rem; }
.check-grid li { display: flex; gap: .6rem; align-items: flex-start; }
.check-grid i { color: var(--blue); margin-top: .15rem; }

.shots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.shot { position: relative; padding: 0; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; background: var(--mist); cursor: zoom-in; }
.shot img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .8s var(--ease-out); }
.shot:hover img { transform: scale(1.04); }
.shot-cap { position: absolute; left: .75rem; bottom: .75rem; font-size: .8125rem; font-weight: 600; color: #fff; padding: .25rem .65rem; border-radius: var(--r-pill); background: rgba(7, 24, 58, .55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.shot-viewer .modal-content { background: transparent; border: 0; }
.shot-viewer .carousel-item img { border-radius: var(--r-md); width: auto !important; height: auto; max-width: 100%; max-height: 78vh; margin-inline: auto; object-fit: contain; }
.shot-viewer-cap { text-align: center; color: #fff; margin: .75rem 0 0; }
.shot-close { position: absolute; top: .75rem; right: .75rem; z-index: 3; width: 2.25rem; height: 2.25rem; border-radius: 50%; background-color: rgba(7, 24, 58, .6); opacity: 1; }
.modal-backdrop.show { opacity: .85; }



.info-card { padding: 1.5rem; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper); }
.info-list { margin: 0; }
.info-list > div { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-top: 1px solid var(--line); font-size: .9375rem; }
.info-list > div:first-child { border-top: 0; }
.info-list dt { font-weight: 400; color: var(--slate); }
.info-list dd { margin: 0; font-weight: 500; text-align: right; }

@media (max-width: 1199.98px) {
  .app-hero-grid { grid-template-columns: auto minmax(0, 1fr); }
  .app-hero-cta { grid-column: 1 / -1; grid-template-columns: repeat(2, max-content); align-items: center; min-width: 0; }
}
@media (max-width: 767.98px) {
  .app-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-facts > div, .app-facts > div + div { padding: 1rem 1rem 1rem 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .1); }
  .app-facts > div:first-child { border-top: 0; }
  .check-grid, .shots { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .app-hero-grid { grid-template-columns: 1fr; }
  .app-hero-logo { width: 88px; height: 88px; border-radius: 22px; }
  .app-hero-cta { grid-template-columns: 1fr; }
}

/* Product detail ----------------------------------------------------------- */
.product-hero {
  --p1: var(--blue); --p2: var(--navy);
  position: relative; overflow: hidden; isolation: isolate; color: #fff;
  margin-top: calc(-1 * (var(--header-h) + 1px));
  padding: calc(var(--header-h) + clamp(32px, 4vw, 56px)) 0 0;
  background: radial-gradient(70% 90% at 85% 60%, rgba(255, 255, 255, .16), transparent 60%), linear-gradient(150deg, var(--p1), var(--p2));
}
.product-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 32px 32px; -webkit-mask-image: radial-gradient(60% 80% at 80% 70%, #000, transparent 75%); mask-image: radial-gradient(60% 80% at 80% 70%, #000, transparent 75%); }
.product-hero .row { padding-bottom: 0; }
/* brand palettes (same as the homepage posters) */
.product-monyo { --p1: #e21d30; --p2: #6d0812; }
.product-edusoft { --p1: #1569fd; --p2: #0a3a9e; }
.product-rez { --p1: #6e22f4; --p2: #0b6fb8; }
.product-deir360 { --p1: #8f4ff8; --p2: #3d138f; }
.product-wallet { --p1: #1d7efc; --p2: #0a2f7a; }
.product-rayza { --p1: #3e8937; --p2: #174a18; }

.product-id { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
.product-id img { width: 72px; height: 72px; border-radius: 18px; background: #fff; object-fit: contain; box-shadow: 0 16px 32px -14px rgba(0, 0, 0, .5); }
.product-id span { color: rgba(255, 255, 255, .8); }
.product-title { font-size: clamp(2.5rem, 1.8rem + 2.8vw, 4rem); letter-spacing: -.045em; line-height: 1; color: #fff; margin: 0 0 .35rem; }
.product-lead { font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); color: rgba(255, 255, 255, .88); max-width: 50ch; margin-bottom: 2rem; }
.product-proof { display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; margin: 2.5rem 0 clamp(2.5rem, 5vw, 4rem); padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .22); }
.product-proof dt { font-size: 1.5rem; font-weight: 600; letter-spacing: -.03em; line-height: 1.1; }
.product-proof dt small { font-size: .6em; opacity: .7; }
.product-proof dt i { color: #ffd466; font-size: .85em; }
.product-proof dd { margin: .25rem 0 0; font-size: .875rem; color: rgba(255, 255, 255, .72); }
.product-visual { display: flex; justify-content: center; align-items: flex-end; height: 100%; }
.product-visual img { width: auto; height: auto; max-width: 100%; max-height: 560px; margin-top: 1rem; filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .4)); }

/* WhatsApp */
.btn-whatsapp { --bs-btn-color: #fff; --bs-btn-bg: #25d366; --bs-btn-border-color: #25d366; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: #1ebe5b; --bs-btn-hover-border-color: #1ebe5b; --bs-btn-active-bg: #17a34d; --bs-btn-active-border-color: #17a34d; --bs-btn-active-color: #fff; display: inline-flex; align-items: center; gap: .55rem; }
.btn-whatsapp i { font-size: 1.2em; }
.btn-whatsapp:hover { box-shadow: 0 10px 26px -10px rgba(37, 211, 102, .7); }
.wa-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2rem; padding: clamp(1.75rem, 4vw, 3rem); border-radius: 24px; background: linear-gradient(135deg, #e9fbf0, #f3f6fb 70%); border: 1px solid #c9f0d8; }
.wa-cta-icon { width: 72px; height: 72px; flex: 0 0 72px; display: grid; place-items: center; border-radius: 20px; background: #25d366; color: #fff; font-size: 2.1rem; box-shadow: 0 16px 32px -14px rgba(37, 211, 102, .8); }
.wa-cta-copy { flex: 1 1 320px; }
.wa-cta-copy .h-section { font-size: clamp(1.625rem, 1.2rem + 1.2vw, 2.25rem); }
.wa-float { position: fixed; left: 20px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 1020; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-size: 1.7rem; box-shadow: 0 12px 28px -8px rgba(37, 211, 102, .7); transition: transform .3s var(--ease); }
.wa-float:hover { color: #fff; transform: scale(1.08); }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: chip-ping 2.8s var(--ease-out) infinite; }

.get-app { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; padding: 1.5rem 1.75rem; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper); }
.get-app img { width: 64px; height: 64px; border-radius: 16px; object-fit: contain; }

.other-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 991.98px) { .other-products { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .other-products { grid-template-columns: 1fr; } }
.other-product { --p1: var(--blue); display: flex; align-items: center; gap: .9rem; padding: .9rem 1.1rem .9rem .9rem; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); color: var(--ink); text-decoration: none; position: relative; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.other-product::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--p1); }
.other-product img { width: 52px; height: 52px; border-radius: 14px; object-fit: contain; border: 1px solid var(--line); background: #fff; }
.other-product strong { display: block; font-weight: 600; }
.other-product small { color: var(--slate); font-size: .8125rem; }
.other-product > i { margin-left: auto; color: var(--slate); transition: transform .3s var(--ease), color .2s; }
.other-product:hover { color: var(--ink); transform: translateY(-3px); border-color: transparent; box-shadow: 0 16px 32px -20px rgba(7, 24, 58, .4); }
.other-product:hover > i { color: var(--p1); transform: translate(2px, -2px); }
.op-deir360 { --p1: #8f4ff8; } .op-edusoft { --p1: #1569fd; } .op-rez { --p1: #6e22f4; } .op-rayza { --p1: #3e8937; } .op-wallet { --p1: #1d7efc; } .op-monyo { --p1: #e21d30; }

@media (max-width: 991.98px) {
  .product-visual img { max-height: 420px; }
}
@media (max-width: 575.98px) {
  .wa-float { width: 52px; height: 52px; left: 14px; }
  .wa-cta .btn-whatsapp { width: 100%; justify-content: center; }
}

/* Blog listing -------------------------------------------------------------- */
.blog-feature-wide { min-height: 480px; }
.blog-feature-wide .blog-feature-body { max-width: 760px; }
.blog-feature-title { color: #fff; font-size: clamp(1.75rem, 1.3rem + 1.6vw, 2.625rem); line-height: 1.1; letter-spacing: -.035em; margin: .9rem 0 .75rem; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card { display: flex; }
.post-card-link { display: flex; flex-direction: column; width: 100%; border-radius: var(--r-lg); overflow: hidden; background: var(--paper); border: 1px solid var(--line); color: inherit; text-decoration: none; transition: transform .35s var(--ease), box-shadow .3s, border-color .3s; }
.post-card-link:hover { color: inherit; transform: translateY(-4px); border-color: rgba(26, 102, 224, .4); box-shadow: 0 20px 40px -24px rgba(7, 24, 58, .35); }
.post-card-media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--mist); }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform .8s var(--ease-out); }
.post-card-link:hover .post-card-media img { transform: scale(1.05); }
.post-card-body { display: flex; flex-direction: column; flex: 1; padding: 1.25rem 1.4rem 1.4rem; }
.post-card-body h3 { font-size: 1.125rem; line-height: 1.3; letter-spacing: -.015em; margin: .75rem 0 .4rem; transition: color .2s; }
.post-card-link:hover h3 { color: var(--blue); }
.post-card-body p { font-size: .9375rem; flex: 1; }
.pager { display: flex; justify-content: center; gap: .4rem; margin-top: 3rem; }
.pager-link { min-width: 44px; height: 44px; display: grid; place-items: center; padding: 0 .75rem; border-radius: var(--r-pill); border: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 500; transition: border-color .2s, color .2s, background-color .2s; }
.pager-link:hover { border-color: var(--blue); color: var(--blue); }
.pager-link.is-current { background: var(--ink); border-color: var(--ink); color: #fff; }
.pager-link.is-disabled { opacity: .4; pointer-events: none; }

/* Blog article -------------------------------------------------------------- */
.article-hero { padding-bottom: clamp(7rem, 12vw, 10rem); }
.article-head { max-width: 820px; }
.article-title { font-size: clamp(2.125rem, 1.5rem + 2.4vw, 3.5rem); line-height: 1.06; letter-spacing: -.04em; color: #fff; margin: 1rem 0; }
.article-head .page-lead { margin-bottom: 1.5rem; }
.article-head .blog-author { border-top: 0; padding-top: 0; }
.page-hero .blog-meta { color: rgba(255, 255, 255, .75); }
.article-cover { margin: calc(-1 * clamp(5rem, 9vw, 7.5rem)) 0 0; border-radius: 24px; overflow: hidden; aspect-ratio: 16 / 7; background: var(--mist); box-shadow: 0 30px 60px -30px rgba(7, 24, 58, .5); position: relative; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 720px) 260px; justify-content: space-between; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.article-aside { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 2rem; }

.prose { font-size: 1.0625rem; line-height: 1.75; color: var(--ink); }
.prose p, .prose li { color: #2c3a4d; }
.prose > * + * { margin-top: 1.25rem; }
.prose-lead { font-size: 1.25rem; line-height: 1.6; color: var(--ink) !important; }
.prose h2 { font-size: clamp(1.5rem, 1.25rem + .8vw, 1.875rem); letter-spacing: -.025em; margin-top: 2.75rem; margin-bottom: 0; scroll-margin-top: calc(var(--header-h) + 24px); }
.prose h2 + * { margin-top: .9rem; }
.prose ul, .prose ol { padding-left: 1.4rem; margin-bottom: 0; }
.prose li + li { margin-top: .4rem; }
.prose li::marker { color: var(--blue); font-weight: 600; }
.prose a { color: var(--blue); text-decoration: underline; text-decoration-color: rgba(26, 102, 224, .35); text-underline-offset: 4px; }
.prose a:hover { text-decoration-color: currentColor; }
.prose blockquote { margin: 2.25rem 0; padding: 1.5rem 1.75rem; border-left: 4px solid var(--blue); border-radius: 0 var(--r-md) var(--r-md) 0; background: var(--blue-50); }
.prose blockquote p { margin: 0; font-size: 1.25rem; line-height: 1.5; letter-spacing: -.01em; color: var(--ink); }
.article-tags { display: flex; flex-wrap: wrap; gap: .5rem; padding-top: 2rem; margin-top: 2.5rem !important; border-top: 1px solid var(--line); }
.article-tags .tag { text-decoration: none; }
.author-box { display: flex; gap: 1rem; align-items: flex-start; padding: 1.5rem; border-radius: var(--r-lg); background: var(--mist); margin-top: 1.5rem !important; }
.author-box .blog-avatar { border: 1px solid var(--line); }
.author-box p { margin: .25rem 0 0; font-size: .9375rem; line-height: 1.6; color: var(--slate); }
.share-list { display: flex; gap: .5rem; }
.share-list a, .share-list button { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font-size: 1.05rem; transition: all .2s; }
.share-list a:hover, .share-list button:hover { background: var(--blue); border-color: var(--blue); color: #fff; }

@media (max-width: 991.98px) {
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; order: -1; }
  .article-aside .toc { display: none; }
  .article-cover { aspect-ratio: 16 / 9; }
}
@media (max-width: 575.98px) {
  .post-grid { grid-template-columns: 1fr; }
  .blog-feature-wide { min-height: 420px; }
  .prose { font-size: 1rem; }
  .article-cover { border-radius: 16px; }
}

/* About page ----------------------------------------------------------------- */
.page-stats-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.page-stats-4 > div { padding: 1rem .9rem; }
.page-stats-4 dt { font-size: clamp(1.5rem, 1.2rem + 1vw, 2.125rem); }
.page-stats-4 dd { font-size: .8125rem; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.principle { padding: 2rem; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); transition: transform .35s var(--ease), border-color .3s; }
.principle:hover { transform: translateY(-3px); border-color: rgba(26, 102, 224, .4); }
.principle h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.principle p { margin: 0; }
.visit { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 1.5rem 3rem; align-items: center; padding: clamp(1.75rem, 4vw, 3rem); border-radius: 24px; background: var(--mist); border: 1px solid var(--line); }
.visit-copy .h-section { font-size: clamp(1.75rem, 1.3rem + 1.3vw, 2.5rem); }
.visit-list { list-style: none; padding: 0; margin: 0; }
.visit-list li { display: flex; gap: 1rem; padding: .9rem 0; border-top: 1px solid var(--line); }
.visit-list li:first-child { border-top: 0; padding-top: 0; }
.visit-list i { font-size: 1.15rem; color: var(--blue); }
.visit-list strong { display: block; font-size: .8125rem; font-weight: 500; color: var(--slate); }
.visit-list a { color: var(--ink); text-decoration: none; font-weight: 500; }
.visit-list a:hover { color: var(--blue); }
.visit-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .75rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
@media (max-width: 991.98px) {
  .principles { grid-template-columns: 1fr; }
  .visit { grid-template-columns: 1fr; }
  .page-stats-4 > div:first-child { border-left: 0; padding-left: 0; }
}
@media (max-width: 575.98px) {
  .page-stats-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-stats-4 > div { border-left: 0; padding: .9rem 0; }
  .visit-actions .btn { width: 100%; justify-content: center; }
}

/* Contact page ---------------------------------------------------------------- */
.contact-hero { padding-bottom: clamp(6rem, 10vw, 8rem); }
.quick-contacts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: calc(-1 * clamp(4rem, 7vw, 5.5rem)); }
.quick-contact { display: flex; flex-direction: column; gap: .15rem; padding: 1.5rem; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 48px -28px rgba(7, 24, 58, .45); color: var(--ink); text-decoration: none; transition: transform .35s var(--ease), border-color .3s; }
.quick-contact:hover { color: var(--ink); transform: translateY(-4px); border-color: rgba(26, 102, 224, .45); }
.quick-contact strong { font-size: 1.0625rem; font-weight: 600; margin-top: 1rem; }
.quick-contact > span:not(.qc-ic):not(.qc-action) { color: var(--slate); font-size: .9375rem; overflow-wrap: anywhere; }
.qc-ic { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--blue-50); color: var(--blue); font-size: 1.3rem; }
.qc-action { margin-top: auto; padding-top: 1rem; font-size: .875rem; font-weight: 600; color: var(--blue); }
.qc-action i { display: inline-block; transition: transform .3s var(--ease); }
.quick-contact:hover .qc-action i { transform: translate(2px, -2px); }
.qc-whatsapp .qc-ic { background: #25d366; color: #fff; }
.qc-whatsapp .qc-action { color: #128c4a; }

.form-card { padding: clamp(1.75rem, 4vw, 2.75rem); border-radius: 24px; border: 1px solid var(--line); background: var(--paper); }
.form-card .h-section { font-size: clamp(1.75rem, 1.3rem + 1.2vw, 2.375rem); }
.office-card { height: 100%; display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); background: var(--mist); }
.map-frame { position: relative; flex: 1; min-height: 320px; background: var(--line); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.office-body { padding: 1.75rem; }
.visit-list span { font-weight: 500; }

.support-band { position: relative; overflow: hidden; isolation: isolate; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem 2rem; padding: clamp(1.75rem, 4vw, 3rem); border-radius: 24px; background: var(--navy); color: #fff; }
.support-band::after { content: ""; position: absolute; right: -100px; top: -100px; width: 320px; height: 320px; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(26, 102, 224, .5), transparent 70%); }
.support-copy { max-width: 560px; }
.support-kicker { display: inline-flex; align-items: center; gap: .5rem; font-size: .875rem; font-weight: 500; color: var(--signal); margin-bottom: .75rem; }
.support-band h2 { color: #fff; font-size: clamp(1.75rem, 1.3rem + 1.2vw, 2.375rem); }
.support-band p { color: rgba(255, 255, 255, .72); margin: 0; }
.support-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

@media (max-width: 991.98px) {
  .quick-contacts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .quick-contacts { gap: 10px; }
  .quick-contact { padding: 1rem; }
  .quick-contact strong { margin-top: .75rem; font-size: 1rem; }
  .quick-contact > span:not(.qc-ic):not(.qc-action) { font-size: .8125rem; }
  .qc-ic { width: 40px; height: 40px; font-size: 1.1rem; border-radius: 12px; }
  .qc-action { padding-top: .75rem; font-size: .8125rem; }
  .support-actions .btn { width: 100%; justify-content: center; }
}

/* 13. Contact & forms ----------------------------------------------------- */
.contact-wrap { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.contact-aside { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding: clamp(1.75rem, 4vw, 3rem); height: 100%; }
.contact-aside::after { content: ""; position: absolute; right: -120px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(26, 102, 224, .45), transparent 70%); pointer-events: none; }
.contact-aside h2 { color: #fff; }
.contact-aside p { color: rgba(255, 255, 255, .7); }
.contact-info { list-style: none; padding: 0; margin: 2rem 0 0; position: relative; z-index: 1; }
.contact-info li { display: flex; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.contact-info i { font-size: 1.125rem; color: var(--signal); }
.contact-info strong { display: block; font-weight: 500; font-size: .8125rem; color: rgba(255, 255, 255, .55); }
.contact-info a, .contact-info span { color: #fff; text-decoration: none; }
.contact-form { padding: clamp(1.75rem, 4vw, 3rem); background: var(--paper); }
.form-control, .form-select { border-radius: var(--r-sm); padding: .75rem .95rem; border-color: #cbd5e1; transition: border-color .2s, box-shadow .2s; }
.form-control:focus, .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(26, 102, 224, .14); }
.form-label { font-weight: 500; font-size: .875rem; }

/* 14. Footer & misc ------------------------------------------------------- */
.site-footer { background: var(--mist); border-top: 1px solid var(--line); font-size: .875rem; }
.site-footer h6 { font-size: .875rem; font-weight: 600; margin-bottom: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .6rem; }
.site-footer a { color: var(--slate); text-decoration: none; }
.site-footer a:hover { color: var(--blue); text-decoration: underline; }
.site-footer .footer-bottom { border-top: 1px solid var(--line); color: var(--slate); font-size: .8125rem; }
.social a { width: 36px; height: 36px; display: inline-grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); color: var(--ink); background: var(--paper); transition: all .2s; }
.social a:hover { background: var(--blue); color: #fff; border-color: var(--blue); text-decoration: none; transform: translateY(-2px); }

.back-to-top { position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--blue); color: #fff; box-shadow: 0 10px 24px -8px rgba(26, 102, 224, .6); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .3s, visibility .3s, transform .3s var(--ease); z-index: 1020; }
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--blue-600); }

.skip-link { position: absolute; left: -999px; top: 8px; z-index: 2100; background: var(--blue); color: #fff; padding: .5rem 1rem; border-radius: var(--r-sm); }
.skip-link:focus { left: 8px; color: #fff; }
.toast-container { z-index: 1090; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal, .js .hero-line > span, .js .hero [data-hero-fade] { opacity: 1; transform: none; }
  .js .hero .chip { opacity: 1; transform: translate(-50%, -50%); }
}
