:root {
  --page: #05070a;
  --panel: #0b0f15;
  --panel-2: #10161f;
  --ink: #f5f7fb;
  --muted: rgba(226, 233, 243, .58);
  --muted-2: rgba(226, 233, 243, .36);
  --line: rgba(255, 255, 255, .10);
  --line-strong: rgba(255, 255, 255, .17);
  --blue: #1688ff;
  --blue-soft: #7bbcff;
  --green: #30d158;
  --shadow: 0 36px 100px rgba(0, 0, 0, .46);
  color: var(--ink);
  background: var(--page);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--page); }
body { margin: 0; background: var(--page); color: var(--ink); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.public-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 64px;
  padding: 0 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.public-brand {
  justify-self: start;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .25em;
  text-decoration: none;
  text-transform: uppercase;
}
.public-nav-links { display: flex; align-items: center; gap: 40px; }
.public-nav-links a {
  color: rgba(255, 255, 255, .70);
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
}
.public-nav-links a:hover { color: #fff; }
.public-nav-links a.active { color: #fff; }
.public-nav-actions { display: flex; justify-self: end; gap: 14px; align-items: center; }
.public-language { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.56); font-size: 13px; }
.public-language svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.public-signin {
  display: inline-flex;
  min-width: 85px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.50);
  border-radius: 100px;
  background: transparent;
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.public-signin:hover {
  border-color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.09);
  box-shadow: 0 8px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.16);
  transform: translateY(-1px);
}

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-1px); border-color: rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .10); }
.button-primary { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 12px 32px rgba(22, 136, 255, .24); }
.button-primary:hover { border-color: #3799ff; background: #3799ff; }

.public-main { overflow: hidden; }
.public-wrap { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.page-hero {
  position: relative;
  isolation: isolate;
  min-height: 610px;
  display: flex;
  align-items: center;
  padding: 118px 0 96px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 73% 44%, rgba(20, 128, 255, .26), transparent 20%),
    radial-gradient(circle at 78% 50%, rgba(43, 160, 255, .12), transparent 38%),
    linear-gradient(135deg, #080b10, #05070a 66%);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at 76% 48%, #000, transparent 60%);
}
.page-hero::after {
  content: '';
  position: absolute;
  right: max(7vw, calc((100vw - 1180px) / 2));
  top: 50%;
  z-index: -1;
  width: min(38vw, 470px);
  aspect-ratio: 783 / 520;
  transform: translateY(-50%);
  background: url('/static/img/sicuri-silver-mark.jpg') center / contain no-repeat;
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse 72% 72% at center, #000 48%, transparent 84%);
  -webkit-mask-image: radial-gradient(ellipse 72% 72% at center, #000 48%, transparent 84%);
  filter: drop-shadow(0 0 30px rgba(157, 209, 255, .20));
  opacity: .86;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--blue-soft);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.page-hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(48px, 6.3vw, 82px);
  font-weight: 620;
  line-height: .98;
  letter-spacing: -.06em;
}
.about-hero { min-height: 790px; }
.about-hero .eyebrow { color: #fff; font-size: 14px; letter-spacing: .20em; }
.about-hero h1 { max-width: 850px; font-size: clamp(42px, 4.35vw, 63px); line-height: 1.01; }
.about-hero::after { width: min(29vw, 390px); right: max(5vw, calc((100vw - 1280px) / 2)); opacity: .70; }
.mission-copy { max-width: 820px; margin-top: 30px; color: var(--muted); font-size: clamp(16px, 1.35vw, 18px); line-height: 1.58; letter-spacing: -.015em; }
.mission-copy p { margin: 0; }
.mission-copy p + p { margin-top: 18px; }
.mission-signature { color: var(--blue-soft); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.page-hero .lede {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  letter-spacing: -.02em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }

.section { padding: 96px 0; background: var(--page); }
.section-white { background: #080b10; }
.section-blue { position: relative; background: #08111d; color: #fff; }
.section-heading { max-width: 750px; margin-bottom: 42px; }
.section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.055em;
}
.section-heading p { margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.66; }

.grid { display: grid; gap: 14px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
}
.card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  width: 48px;
  height: 1px;
  background: var(--blue-soft);
  box-shadow: 0 0 16px var(--blue);
}
.card-kicker { color: var(--blue-soft); font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.card h2, .card h3 { margin: 13px 0 10px; color: #fff; font-weight: 600; letter-spacing: -.035em; }
.card h3 { font-size: 23px; }
.card p { margin: 0; color: var(--muted); line-height: 1.65; }

.product-frame {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: #080b10;
  box-shadow: var(--shadow);
}
.product-frame-bar {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 650;
}
.product-frame-dots { display: flex; gap: 7px; margin-right: 14px; }
.product-frame-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.20); }
.product-frame-dots i:first-child { background: var(--green); box-shadow: 0 0 10px rgba(48, 209, 88, .6); }
.product-frame-label { margin-left: auto; color: var(--muted-2); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.product-frame img { display: block; width: 100%; height: auto; opacity: .94; }

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 360px));
  gap: 20px;
  align-items: start;
}
.leadership-section { background: #f5f7f9; color: #0a0d12; }
.leadership-heading { margin-bottom: 34px; }
.leadership-heading h2 {
  color: #0a0d12;
  font-family: 'Oxanium', 'Avenir Next Condensed', 'Arial Narrow', sans-serif;
  font-weight: 600;
  letter-spacing: -.035em;
}
.leader-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: #080b10;
  box-shadow: 0 30px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
}
.leader-card::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,4,6,.04) 22%, rgba(3,4,6,.16) 47%, rgba(3,4,6,.96) 100%);
  pointer-events: none;
}
.leader-card::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue-soft), transparent);
  box-shadow: 0 0 18px rgba(85,166,255,.58);
  pointer-events: none;
}
.leader-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(.84) contrast(1.04) brightness(.88);
  transition: transform .45s ease, filter .45s ease;
}
.leader-card:hover .leader-photo { transform: scale(1.018); filter: saturate(.9) contrast(1.04) brightness(.94); }
.leader-profile { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; padding: 30px 26px 24px; }
.leader-profile h2 { margin: 0; color: #fff; font-size: 31px; font-weight: 610; line-height: 1; letter-spacing: -.045em; }
.leader-role { margin-top: 8px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 650; }
.leader-profile p { margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }
.leader-actions { display: flex; gap: 8px; margin-top: 20px; }
.leader-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  backdrop-filter: blur(14px);
}
.leader-actions a:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.15); }

.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 780px); gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 100px; display: grid; gap: 4px; }
.legal-nav a { padding: 10px 12px; border-left: 1px solid var(--line); color: var(--muted-2); font-size: 13px; text-decoration: none; }
.legal-nav a:hover { border-color: var(--blue); color: #fff; }
.legal-copy h2 { margin: 52px 0 13px; color: #fff; font-size: 27px; font-weight: 600; letter-spacing: -.035em; }
.legal-copy h2:first-of-type { margin-top: 0; }
.legal-copy h3 { margin: 27px 0 8px; color: rgba(255,255,255,.90); font-size: 18px; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: 15px; line-height: 1.76; }
.legal-copy ul { padding-left: 20px; }
.legal-copy a { color: var(--blue-soft); }
.legal-note { margin-bottom: 40px; padding: 18px 20px; border: 1px solid rgba(22,136,255,.24); border-radius: 14px; background: rgba(22,136,255,.08); color: rgba(255,255,255,.72); line-height: 1.55; }

.contact-single { max-width: 680px; }
.contact-single .contact-heading { margin-bottom: 36px; }
.contact-direct { margin: 40px 0 0; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; line-height: 1.7; }
.contact-direct a { color: rgba(255,255,255,.86); font-weight: 560; text-decoration: none; }
.contact-direct a:hover { color: #fff; }
.contact-form { display: grid; gap: 13px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label { color: rgba(255,255,255,.58); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.optional-field { color: rgba(255,255,255,.30); font-size: 9px; font-weight: 560; letter-spacing: .08em; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  background: rgba(255,255,255,.045);
  color: #fff;
  resize: vertical;
}
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,.54) 50%), linear-gradient(135deg, rgba(255,255,255,.54) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 13px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.contact-form select:invalid { color: rgba(255,255,255,.32); }
.contact-form select option { background: #10161f; color: #fff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(67,157,255,.75); box-shadow: 0 0 0 3px rgba(22,136,255,.10); }
.contact-form-actions { display: flex; justify-content: flex-end; gap: 10px; }
.form-status { min-height: 22px; color: var(--muted); font-size: 13px; }

.public-contact-dialog {
  width: min(720px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(40,184,255,.32);
  border-radius: 24px;
  outline: none;
  background: radial-gradient(circle at 82% 4%, rgba(12,111,181,.30), transparent 34%), linear-gradient(145deg, #06182a, #05101d 58%, #071522);
  color: var(--ink);
  box-shadow: 0 48px 140px rgba(0,0,0,.72), 0 0 0 1px rgba(73,196,255,.08) inset, 0 0 48px rgba(0,142,213,.12);
}
.public-contact-dialog::backdrop { background: rgba(1,9,20,.78); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.contact-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 28px 30px 22px; border-bottom: 1px solid rgba(58,185,248,.18); background: linear-gradient(110deg, rgba(15,123,193,.16), transparent 62%); }
.contact-dialog-head .eyebrow { margin-bottom: 8px; color: #54c8ff; }
.contact-dialog-head h2 { margin: 0; font-size: 30px; font-weight: 600; letter-spacing: -.045em; }
.contact-dialog-close { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(73,193,255,.22); border-radius: 50%; background: rgba(10,72,113,.30); color: rgba(213,242,255,.72); font-size: 23px; line-height: 1; cursor: pointer; }
.contact-dialog-close:hover { border-color: rgba(83,203,255,.54); background: rgba(14,111,169,.38); color: #fff; }
.contact-dialog-body { padding: 24px 30px 30px; }
.contact-dialog-intro { max-width: 560px; margin: 0 0 22px; color: rgba(194,224,239,.66); font-size: 14px; line-height: 1.55; }
.public-contact-dialog .contact-form label { color: rgba(189,224,241,.62); }
.public-contact-dialog .optional-field { color: rgba(175,215,235,.38); }
.public-contact-dialog .contact-form input,
.public-contact-dialog .contact-form select,
.public-contact-dialog .contact-form textarea { border-color: rgba(53,153,205,.22); background: rgba(5,29,49,.76); }
.public-contact-dialog .contact-form select option { background: #071a2c; }
.public-contact-dialog .contact-form input:focus,
.public-contact-dialog .contact-form select:focus,
.public-contact-dialog .contact-form textarea:focus { border-color: #26b8f4; box-shadow: 0 0 0 3px rgba(28,178,239,.13), 0 0 22px rgba(18,157,216,.08); }
.public-contact-dialog .contact-form-actions .button[type="submit"] { border-color: #20b6f0; background: linear-gradient(135deg, #0aa6e5, #087abf); color: #fff; box-shadow: 0 10px 28px rgba(3,135,202,.22); }
.public-contact-dialog .contact-form-actions .button[type="submit"]:hover { border-color: #69d3ff; background: linear-gradient(135deg, #1cb8f2, #0a89cf); }

.public-footer { padding: 58px 0 32px; border-top: 1px solid var(--line); background: #030406; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(2, .65fr); gap: 38px; }
.footer-brand { color: #fff; font-size: 17px; font-weight: 720; letter-spacing: .32em; }
.footer-company { max-width: 390px; margin-top: 16px; color: var(--muted-2); font-size: 13px; line-height: 1.65; }
.footer-column strong { display: block; margin-bottom: 14px; color: rgba(255,255,255,.78); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a { display: block; margin: 10px 0; color: var(--muted-2); font-size: 13px; text-decoration: none; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); color: rgba(255,255,255,.28); font-size: 11px; }

@media (max-width: 820px) {
  .public-nav { grid-template-columns: 1fr auto; height: 64px; padding: 0 20px; }
  .public-nav-links { display: none; }
  .public-nav-actions { grid-column: 2; }
  .public-language { display: none; }
  .contact-form-row { grid-template-columns: 1fr; }
  .contact-dialog-head { padding: 24px 22px 19px; }
  .contact-dialog-body { padding: 22px; }
  .page-hero { min-height: 560px; padding: 86px 0 68px; }
  .page-hero::after { right: -42px; top: 22%; width: 280px; opacity: .24; }
  .about-hero { min-height: 860px; }
  .about-hero h1 { max-width: 100%; font-size: clamp(38px, 10vw, 56px); }
  .mission-copy { font-size: 16px; line-height: 1.55; }
  .grid-2, .grid-3, .footer-top { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, 1fr); }
  .leadership-grid {
    grid-auto-columns: minmax(280px, 82vw);
    grid-template-columns: none;
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 0 20px 14px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .leadership-grid::-webkit-scrollbar { display: none; }
  .leader-card { scroll-snap-align: start; }
  .section { padding: 70px 0; }
  .product-frame-label { display: none; }
  .footer-bottom { flex-direction: column; }
}
