:root {
  --ink: #07131f;
  --ink-2: #0b1c2b;
  --ink-3: #10293a;
  --glass-blue: #78d9ff;
  --glass-cyan: #43c7e8;
  --ice: #e8f7ff;
  --silver: #a9bac8;
  --mist: #dce8ef;
  --white: #ffffff;
  --success: #5fd3a5;
  --line: rgba(173, 216, 230, .18);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 28px 90px rgba(0, 12, 24, .28);
  --radius: 26px;
  --radius-sm: 17px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  direction: rtl;
  background: var(--ink);
  color: var(--white);
  font-family: "Alexandria", "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.9;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(circle at 10% 10%, rgba(67,199,232,.10), transparent 26%),
    radial-gradient(circle at 90% 40%, rgba(120,217,255,.08), transparent 30%),
    linear-gradient(180deg, #07131f 0%, #091827 45%, #07131f 100%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

::selection { background: var(--glass-blue); color: var(--ink); }
a { color: inherit; text-decoration: none; cursor: pointer; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { max-width: var(--container); }
section { position: relative; padding: 110px 0; }
.section-compact { padding: 78px 0; }
.section-dark { background: rgba(4, 14, 24, .68); }
.section-light {
  background: #ecf5f8;
  color: var(--ink);
}
.section-light .text-muted, .section-light .section-copy { color: #5d6c76 !important; }
.section-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .55;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
}

h1, h2, h3, h4, h5, p { margin-top: 0; }
h1, h2, h3, h4 {
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.35;
}
h1 { font-size: clamp(3rem, 7vw, 7.3rem); }
h2 { font-size: clamp(2.2rem, 4.7vw, 4.7rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.7rem); }
p { color: #b7c5cf; }
.text-muted-light { color: #a9bbc7; }
.text-glass { color: var(--glass-blue); }
.display-tight { line-height: 1.12; }
.section-heading { max-width: 880px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading p { font-size: 1.05rem; max-width: 720px; }
.section-heading.center p { margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--glass-blue);
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .13em;
  font-weight: 700;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  box-shadow: 8px 0 0 rgba(120, 217, 255, .25);
}
.label-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(120,217,255,.22);
  border-radius: 99px;
  background: rgba(120,217,255,.07);
  color: #cdefff;
  font-size: .75rem;
}

.btn {
  min-height: 50px;
  border-radius: 999px;
  padding-inline: 24px;
  font-weight: 700;
  border-width: 1px;
  transition: .28s ease;
}
.btn-primary {
  --bs-btn-bg: var(--glass-blue);
  --bs-btn-border-color: var(--glass-blue);
  --bs-btn-hover-bg: #b4ebff;
  --bs-btn-hover-border-color: #b4ebff;
  --bs-btn-color: var(--ink);
  --bs-btn-hover-color: var(--ink);
  box-shadow: 0 12px 35px rgba(67,199,232,.18);
}
.btn-outline-light:hover { color: var(--ink); }
.btn-ghost {
  border: 1px solid var(--line-light);
  color: #d9e8ef;
  background: rgba(255,255,255,.02);
}
.btn-ghost:hover { background: rgba(255,255,255,.08); color: #fff; }
.btn .arrow { display: inline-block; margin-right: 8px; transition: transform .25s ease; }
.btn:hover .arrow { transform: translate(-3px, -3px); }

#scrollProgress {
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: right;
  background: linear-gradient(90deg, var(--glass-blue), #fff);
}
.topline {
  position: relative;
  z-index: 1040;
  background: #06111b;
  color: #8fa4b1;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-size: .73rem;
  padding: 7px 0;
}
.topline a:hover { color: var(--glass-blue); }
.glass-navbar {
  position: absolute;
  z-index: 1035;
  top: 34px;
  right: 0;
  left: 0;
  padding: 18px 0;
  border-bottom: 1px solid transparent;
  transition: .35s ease;
}
.glass-navbar.scrolled {
  position: fixed;
  top: 0;
  background: rgba(5, 16, 26, .83);
  backdrop-filter: blur(18px) saturate(140%);
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 15px 50px rgba(0,0,0,.16);
  padding: 11px 0;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  min-width: 210px;
}
.brand-symbol {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--glass-blue);
  filter: drop-shadow(0 8px 16px rgba(67,199,232,.16));
}
.brand-symbol svg { width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font: 800 1.18rem/1 "Manrope", Arial, sans-serif; letter-spacing: .22em; }
.brand-copy small { color: #95a9b6; font-size: .63rem; margin-top: 7px; letter-spacing: 0; }
.navbar-nav { gap: 4px; }
.nav-link {
  position: relative;
  color: #afc0ca !important;
  padding: 10px 13px !important;
  font-size: .82rem;
  font-weight: 500;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 14px;
  width: 0;
  height: 1px;
  background: var(--glass-blue);
  transition: width .25s ease;
}
.nav-link:hover, .nav-link.active { color: #fff !important; }
.nav-link:hover::after, .nav-link.active::after { width: 20px; }
.navbar-toggler { border: 0; box-shadow: none !important; width: 45px; height: 45px; border-radius: 50%; background: rgba(255,255,255,.08); padding: 12px; }
.navbar-toggler span { display: block; height: 1px; background: #fff; margin: 5px 0; }
.mobile-menu, .quote-panel { background: #07131f; color: #fff; border: 0; }
.mobile-menu { width: min(390px, 90vw) !important; }
.mobile-menu .offcanvas-header, .quote-panel .offcanvas-header { border-bottom: 1px solid var(--line-light); padding: 22px; }
.mobile-nav { gap: 6px; }
.mobile-nav .nav-link { font-size: 1.15rem; padding-block: 13px !important; border-bottom: 1px solid rgba(255,255,255,.06); }
.quote-panel { width: min(520px, 100vw) !important; }
.quote-panel .offcanvas-body { padding: 30px; }
.quote-form label { color: #c1d0d9; font-size: .78rem; margin-bottom: 7px; }
.form-control, .form-select {
  background: rgba(255,255,255,.055);
  color: #fff;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  min-height: 52px;
  padding: 12px 15px;
}
.form-control::placeholder { color: #708795; }
.form-control:focus, .form-select:focus { background: rgba(255,255,255,.08); color: #fff; border-color: var(--glass-blue); box-shadow: 0 0 0 .2rem rgba(120,217,255,.1); }
.form-select option { color: #111; }
textarea.form-control { min-height: 120px; }
.privacy-note { margin-top: 18px; padding: 14px; background: rgba(95,211,165,.08); border: 1px solid rgba(95,211,165,.18); border-radius: 14px; color: #b8ddcf; font-size: .77rem; }

/* Hero */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: 170px 0 70px;
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: var(--hero-image) center/cover no-repeat;
  transform: scale(1.025);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 13, 22, .18), rgba(3, 13, 22, .74) 48%, rgba(3, 13, 22, .98) 100%),
    linear-gradient(0deg, #07131f 0%, transparent 28%, rgba(3, 13, 22, .12) 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .27;
  background-image:
    linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}
.hero-content { max-width: 920px; }
.hero h1 { margin-bottom: 25px; max-width: 900px; text-shadow: 0 12px 40px rgba(0,0,0,.28); }
.hero h1 .outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(184, 233, 252, .55);
}
.hero-copy { font-size: clamp(1rem, 1.5vw, 1.25rem); max-width: 720px; color: #d4e2e9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
  border-top: 1px solid rgba(255,255,255,.17);
  border-bottom: 1px solid rgba(255,255,255,.17);
}
.hero-trust .item { padding: 20px 16px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-trust .item:last-child { border-left: 0; }
.hero-trust small { display: block; color: #7f96a5; font-size: .69rem; }
.hero-trust strong { display: block; margin-top: 3px; font-size: .9rem; }
.hero-sidecard {
  position: absolute;
  left: 4vw;
  bottom: 90px;
  width: 265px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(8, 26, 39, .43);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}
.hero-sidecard .number { font: 700 3.3rem/1 "Manrope", sans-serif; color: var(--glass-blue); }
.hero-sidecard p { font-size: .78rem; margin: 10px 0 0; }
.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: #8fa2ae;
  font-size: .65rem;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}
.hero-scroll::after { content: ""; width: 1px; height: 36px; background: linear-gradient(var(--glass-blue), transparent); display: block; margin: 10px auto 0; }

/* Cards */
.glass-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.glass-card:hover { transform: translateY(-7px); border-color: rgba(120,217,255,.32); box-shadow: 0 24px 65px rgba(0,0,0,.22); }
.service-card { min-height: 440px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; }
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--card-img) center/cover no-repeat;
  z-index: -2;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,12,20,.98) 0%, rgba(3,12,20,.55) 45%, rgba(3,12,20,.03) 100%);
  z-index: -1;
}
.service-card:hover::before { transform: scale(1.055); }
.service-card .index { position: absolute; top: 22px; left: 22px; color: #d8f4ff; font: 600 .72rem/1 "Manrope", sans-serif; letter-spacing: .13em; }
.service-card p { font-size: .82rem; margin-bottom: 14px; }
.service-card .service-link { display: inline-flex; align-items: center; gap: 8px; color: var(--glass-blue); font-size: .8rem; font-weight: 700; }
.service-card .service-link span { transition: .25s; }
.service-card:hover .service-link span { transform: translateX(-5px); }

.metric-card { padding: 28px; }
.metric-card strong { display: block; color: var(--glass-blue); font: 700 clamp(2rem, 4vw, 4rem)/1 "Manrope", sans-serif; }
.metric-card span { display: block; color: #9fb2be; margin-top: 13px; }
.trust-strip { border-block: 1px solid var(--line-light); background: rgba(255,255,255,.025); }
.trust-strip .item { padding: 22px 18px; display: flex; align-items: center; gap: 12px; color: #b9c9d2; }
.trust-strip .icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(120,217,255,.25); color: var(--glass-blue); }

/* Projects */
.project-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 520px; background: #0e2230; }
.project-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .65s ease; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,13,21,.98), rgba(3,13,21,.12) 64%); }
.project-card .content { position: absolute; z-index: 2; right: 0; left: 0; bottom: 0; padding: 30px; }
.project-card .meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.project-card .meta span { font-size: .66rem; border: 1px solid rgba(255,255,255,.17); background: rgba(0,0,0,.2); backdrop-filter: blur(8px); padding: 5px 9px; border-radius: 99px; }
.project-card:hover img { transform: scale(1.06); }
.project-card.large { min-height: 670px; }
.project-card.compact { min-height: 390px; }
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.filter-bar button { color: #aebec8; border: 1px solid var(--line-light); background: transparent; border-radius: 99px; padding: 10px 17px; transition: .25s; }
.filter-bar button:hover, .filter-bar button.active { color: var(--ink); background: var(--glass-blue); border-color: var(--glass-blue); }
[data-project-type][hidden] { display: none !important; }

/* Compare */
.compare-wrap { position: relative; border-radius: var(--radius); overflow: hidden; height: clamp(420px, 55vw, 690px); box-shadow: var(--shadow); }
.compare-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-after { clip-path: inset(0 0 0 50%); }
.compare-wrap input { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare-handle { position: absolute; z-index: 3; top: 0; bottom: 0; left: 50%; width: 2px; background: #fff; transform: translateX(-50%); }
.compare-handle::before { content: "↔"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--glass-blue); color: var(--ink); font-size: 1.2rem; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.compare-label { position: absolute; z-index: 3; top: 22px; padding: 7px 12px; border-radius: 99px; background: rgba(3,13,21,.68); backdrop-filter: blur(8px); font-size: .72rem; }
.compare-label.before { right: 22px; }
.compare-label.after { left: 22px; }

/* Process */
.process-list { counter-reset: step; }
.process-item { position: relative; display: grid; grid-template-columns: 90px 1fr 1fr; gap: 28px; padding: 32px 0; border-bottom: 1px solid var(--line-light); align-items: start; }
.process-item::before { counter-increment: step; content: "0" counter(step); color: var(--glass-blue); font: 600 1.05rem/1 "Manrope", sans-serif; letter-spacing: .12em; padding-top: 8px; }
.process-item h3 { margin: 0; }
.process-item p { margin: 0; }
.process-item:hover { background: linear-gradient(90deg, transparent, rgba(120,217,255,.04), transparent); }

/* Finder */
.finder-shell { border-radius: 34px; border: 1px solid var(--line-light); background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); overflow: hidden; box-shadow: var(--shadow); }
.finder-header { padding: 32px; border-bottom: 1px solid var(--line-light); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.finder-body { padding: 34px; }
.finder-step { animation: fadeUp .4s ease both; }
.finder-step + .finder-step { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line-light); }
.finder-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.finder-option { text-align: right; padding: 18px; border: 1px solid var(--line-light); border-radius: 16px; color: #c2d1d9; background: rgba(255,255,255,.025); transition: .25s; }
.finder-option:hover, .finder-option.selected { border-color: var(--glass-blue); background: rgba(120,217,255,.1); color: #fff; transform: translateY(-2px); }
.finder-result { margin-top: 28px; padding: 26px; border-radius: 20px; background: rgba(95,211,165,.08); border: 1px solid rgba(95,211,165,.22); }
.finder-result h3 { color: #d8fff0; }
.finder-result p { color: #b9d8cc; }

/* Materials */
.material-card { padding: 26px; }
.material-swatch { height: 160px; border-radius: 18px; margin-bottom: 20px; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.14); }
.material-swatch::before { content: ""; position: absolute; inset: 0; background: var(--swatch); }
.material-swatch::after { content: ""; position: absolute; inset: -60% -30%; background: linear-gradient(120deg, transparent 37%, rgba(255,255,255,.35) 49%, transparent 61%); transform: rotate(10deg); }
.material-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.material-meta span { color: #94a9b6; font-size: .67rem; border: 1px solid var(--line-light); border-radius: 99px; padding: 5px 8px; }

/* Estimator */
.estimator-card { padding: 32px; }
.estimator-card .form-control, .estimator-card .form-select { background: rgba(255,255,255,.05); }
.estimator-result { border: 1px solid rgba(120,217,255,.25); background: rgba(120,217,255,.075); border-radius: 18px; padding: 22px; margin-top: 22px; }
.estimator-result .range { font: 700 clamp(1.5rem, 4vw, 2.7rem)/1.3 "Manrope", sans-serif; color: var(--glass-blue); }
.disclaimer { font-size: .7rem; color: #7f95a2; }

/* Page hero */
.page-hero { min-height: 68vh; padding: 190px 0 80px; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--page-image) center/cover no-repeat; opacity: .56; filter: saturate(.72); }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,13,21,.15), rgba(3,13,21,.9) 58%, #07131f), linear-gradient(0deg, #07131f, transparent 60%); }
.page-hero h1 { max-width: 1000px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p { max-width: 720px; font-size: 1.08rem; }
.breadcrumb-lite { display: flex; gap: 10px; color: #8fa4b0; font-size: .75rem; margin-bottom: 20px; }
.breadcrumb-lite span { color: #d7e7ef; }

/* Feature grids */
.feature-card { padding: 27px; }
.feature-card .feature-icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 24px; color: var(--glass-blue); border: 1px solid rgba(120,217,255,.22); background: rgba(120,217,255,.07); font-size: 1.2rem; }
.feature-card p { font-size: .82rem; }
.feature-number { color: rgba(120,217,255,.18); font: 800 4rem/1 "Manrope", sans-serif; position: absolute; left: 20px; top: 15px; }

/* Hub */
.hub-dashboard { border-radius: 30px; overflow: hidden; border: 1px solid var(--line-light); background: #0a1b29; box-shadow: var(--shadow); }
.hub-sidebar { padding: 26px; border-left: 1px solid var(--line-light); height: 100%; }
.hub-sidebar a { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; color: #9fb1bc; border-bottom: 1px solid rgba(255,255,255,.06); }
.hub-sidebar a.active, .hub-sidebar a:hover { color: var(--glass-blue); }
.hub-screen { padding: 30px; min-height: 520px; }
.file-card { display: flex; gap: 15px; align-items: center; padding: 17px; border: 1px solid var(--line-light); border-radius: 16px; background: rgba(255,255,255,.025); }
.file-card .file-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: rgba(120,217,255,.09); color: var(--glass-blue); }
.file-card small { color: #78909d; }
.rfq-box { padding: 32px; }
.upload-box { padding: 24px; border: 1px dashed rgba(120,217,255,.35); border-radius: 18px; text-align: center; color: #8fa7b4; background: rgba(120,217,255,.035); }

/* About */
.image-stack { position: relative; min-height: 620px; }
.image-stack .img-a, .image-stack .img-b { position: absolute; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.image-stack .img-a { width: 74%; height: 82%; right: 0; top: 0; }
.image-stack .img-b { width: 48%; height: 48%; left: 0; bottom: 0; border: 8px solid var(--ink); }
.quote-block { padding: 34px; border-right: 3px solid var(--glass-blue); background: rgba(120,217,255,.04); }
.quote-block p { font-size: 1.25rem; color: #dceaf0; }

/* FAQ */
.accordion { --bs-accordion-bg: transparent; --bs-accordion-border-color: var(--line-light); --bs-accordion-btn-color: #fff; --bs-accordion-active-color: var(--glass-blue); --bs-accordion-active-bg: rgba(120,217,255,.04); --bs-accordion-btn-focus-box-shadow: none; --bs-accordion-color: #aebec8; }
.accordion-button { font-weight: 700; padding: 22px 0; background: transparent; }
.accordion-button::after { filter: invert(1); margin-right: auto; margin-left: 0; }
.accordion-body { padding-inline: 0; }

/* Footer */
.pre-footer { padding: 80px 0 0; }
.pre-footer-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 45px; border-radius: 30px; background: linear-gradient(125deg, #69d5fb, #c3f0ff); color: var(--ink); overflow: hidden; position: relative; }
.pre-footer-card::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(7,19,31,.18); border-radius: 50%; left: -130px; top: -220px; box-shadow: 0 0 0 55px rgba(7,19,31,.035), 0 0 0 110px rgba(7,19,31,.025); }
.pre-footer-card h2 { max-width: 750px; font-size: clamp(2rem, 4vw, 3.7rem); margin: 0; }
.pre-footer-card .eyebrow { color: #24536a; }
.main-footer { padding: 80px 0 28px; background: #06111b; }
.main-footer .brand-mark { margin-bottom: 20px; }
.footer-intro { max-width: 390px; font-size: .82rem; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-badges span { color: #8095a2; border: 1px solid rgba(255,255,255,.1); border-radius: 99px; padding: 6px 9px; font: 600 .6rem/1 "Manrope", sans-serif; }
.main-footer h3 { font-size: .85rem; margin-bottom: 20px; color: #d9e6ec; }
.main-footer .col-6 > a, .main-footer .col-lg-3 > a, .main-footer .col-lg-3 > span { display: block; color: #849aa7; margin-bottom: 9px; font-size: .78rem; }
.main-footer a:hover { color: var(--glass-blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; font-size: .68rem; color: #6d838f; }
.parmagito-rights strong { color: #b9d8e6; }
.floating-wa { position: fixed; z-index: 1020; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 99px; color: #072016; background: #6ce3a7; font-weight: 700; font-size: .78rem; box-shadow: 0 15px 45px rgba(0,0,0,.32); }
.wa-dot { width: 9px; height: 9px; border-radius: 50%; background: #0b6e40; box-shadow: 0 0 0 6px rgba(11,110,64,.12); }
.mobile-action-bar { position: fixed; z-index: 1025; right: 12px; left: 12px; bottom: 12px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 7px; border: 1px solid rgba(255,255,255,.12); background: rgba(5,16,26,.88); backdrop-filter: blur(16px); padding: 7px; border-radius: 17px; box-shadow: 0 15px 50px rgba(0,0,0,.35); }
.mobile-action-bar a, .mobile-action-bar button { border: 0; border-radius: 12px; min-height: 47px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.06); font-weight: 700; }
.mobile-action-bar button { background: var(--glass-blue); color: var(--ink); }

/* Animation */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* Responsive */
@media (max-width: 1199.98px) {
  .glass-navbar { top: 0; }
  .hero { padding-top: 140px; }
  .hero-sidecard { display: none; }
}
@media (max-width: 991.98px) {
  section { padding: 85px 0; }
  .hero { min-height: 92svh; }
  .hero::after { background: linear-gradient(0deg, #07131f 0%, rgba(3,13,22,.8) 60%, rgba(3,13,22,.35) 100%); }
  .hero-content { max-width: 100%; }
  .hero-trust { grid-template-columns: repeat(2, 1fr); }
  .hero-trust .item:nth-child(2) { border-left: 0; }
  .hero-trust .item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .process-item { grid-template-columns: 60px 1fr; }
  .process-item p { grid-column: 2; }
  .finder-options { grid-template-columns: repeat(2, 1fr); }
  .pre-footer-card { align-items: flex-start; flex-direction: column; padding: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-wa { display: none; }
  .image-stack { min-height: 500px; }
}
@media (max-width: 767.98px) {
  body { font-size: 14px; padding-bottom: 78px; }
  .container > .row { margin-right: 0; margin-left: 0; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.7rem); max-width: 100%; }
  section { padding: 70px 0; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.7rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.4rem); }
  .hero { padding: 130px 0 50px; min-height: 94svh; align-items: center; }
  .hero h1 { line-height: 1.17; }
  .hero-copy { line-height: 1.75; }
  .hero-trust { margin-top: 35px; }
  .hero-trust .item { padding: 14px 10px; }
  .hero-scroll { display: none; }
  .service-card { min-height: 380px; }
  .project-card.large, .project-card { min-height: 460px; }
  .project-card.compact { min-height: 350px; }
  .finder-header { align-items: flex-start; flex-direction: column; padding: 24px; }
  .finder-body { padding: 24px; }
  .finder-options { grid-template-columns: 1fr; }
  .process-item { grid-template-columns: 46px 1fr; gap: 12px; padding: 26px 0; }
  .compare-wrap { height: 500px; }
  .pre-footer { padding-top: 50px; }
  .pre-footer-card { border-radius: 22px; padding: 28px 22px; }
  .page-hero { min-height: 70vh; padding: 150px 0 55px; }
  .hub-sidebar { border-left: 0; border-bottom: 1px solid var(--line-light); }
  .image-stack { min-height: 430px; }
  .quote-panel .offcanvas-body { padding: 22px; }
}
@media (max-width: 420px) {
  .brand-mark { min-width: 0; }
  .brand-copy small { display: none; }
  .brand-symbol { width: 38px; height: 38px; }
  .hero-actions .btn { width: 100%; }
  .hero-trust strong { font-size: .76rem; }
  .hero-trust small { font-size: .58rem; }
  .section-heading { margin-bottom: 32px; }
  .compare-wrap { height: 440px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Quality & policy pages */
.light-card {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(7,19,31,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 55px rgba(5,28,45,.07);
}
.light-card .metric {
  display: block;
  margin-bottom: 28px;
  color: #1686a6;
  font: 800 2.2rem/1 "Manrope", sans-serif;
}
.light-card p { color: #64727a; margin-bottom: 0; }
.image-frame { min-height: 520px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.notice-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  border: 1px solid rgba(7,19,31,.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(5,28,45,.08);
}
.notice-card p { color: #65747e; max-width: 780px; margin-bottom: 0; }
.policy-hero { min-height: 52vh; background: linear-gradient(140deg, #0a2233, #07131f); }
.policy-hero::before { display: none; }
.policy-card { max-width: 920px; margin-inline: auto; padding: clamp(28px, 5vw, 64px); border-radius: 30px; background: #fff; box-shadow: 0 24px 80px rgba(5,28,45,.08); }
.policy-card h2 { font-size: clamp(1.35rem, 2.5vw, 2rem); margin: 34px 0 12px; }
.policy-card h2:first-child { margin-top: 0; }
.policy-card p { color: #5f6f79; }
@media (max-width: 767.98px) {
  .image-frame, .image-frame img { min-height: 380px; }
  .notice-card { align-items: flex-start; flex-direction: column; padding: 28px 22px; }
}
.check-list { display: grid; gap: 12px; margin-top: 26px; }
.check-list span { position: relative; padding: 13px 46px 13px 16px; border: 1px solid rgba(120,217,255,.15); border-radius: 14px; background: rgba(255,255,255,.035); color: #d7e7ef; }
.check-list span::before { content: "✓"; position: absolute; right: 15px; top: 11px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: rgba(95,211,165,.13); color: var(--success); font-weight: 800; }
