
:root {
  --ink: #102329;
  --ink-soft: #50656a;
  --blue: #176b81;
  --blue-dark: #0d4d60;
  --mint: #84b9ae;
  --paper: #f5f7f4;
  --white: #ffffff;
  --line: #d9e0dc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.site-header { width: min(1380px, calc(100% - 48px)); height: 84px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; border-bottom: 1px solid rgba(16, 35, 41, 0.1); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.brand-mark { width: 46px; height: 52px; border-radius: 24px 24px 20px 20px; display: grid; place-items: center; background: var(--blue); color: white; box-shadow: inset 0 -6px 0 rgba(4, 45, 57, 0.18); }
.brand-mark--small { width: 31px; height: 35px; border-radius: 16px 16px 13px 13px; box-shadow: none; }
.brand-mark__cross { font-size: 26px; font-weight: 300; line-height: 1; transform: translateY(-1px); }
.brand-mark--small .brand-mark__cross { font-size: 19px; }
.brand__name { font-weight: 750; font-size: 21px; letter-spacing: -0.7px; }
.brand__name span { color: var(--blue); }
.site-nav { display: flex; gap: 36px; font-size: 14px; font-weight: 600; color: #43565b; }
.site-nav a { position: relative; padding: 32px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--blue); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.button { border-radius: 9px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; padding: 15px 21px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(23, 107, 129, .35); outline-offset: 3px; }
.button--header { justify-self: end; border: 1px solid #bdcac7; background: rgba(255,255,255,.55); }
.button--header:hover { background: white; box-shadow: 0 8px 24px rgba(16,35,41,.08); }

.hero { min-height: 690px; width: min(1380px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding: 70px 0 90px; }
.hero__content { padding-left: clamp(0px, 3vw, 40px); position: relative; z-index: 2; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: 2.1px; font-size: 11px; font-weight: 800; color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(132,185,174,.16); }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(54px, 5.5vw, 82px); line-height: .99; font-weight: 400; letter-spacing: -3.7px; margin: 0; max-width: 720px; }
h1 em { color: var(--blue); font-weight: 400; }
.hero__lead { max-width: 610px; font-size: 17px; line-height: 1.8; color: var(--ink-soft); margin: 31px 0 0; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.button--primary { background: var(--blue); color: white; padding: 17px 25px; box-shadow: 0 12px 30px rgba(23,107,129,.2); }
.button--primary:hover { background: var(--blue-dark); box-shadow: 0 16px 35px rgba(13,77,96,.26); }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid #9aa9a6; padding: 6px 0; }
.trust-line { margin-top: 45px; display: flex; align-items: center; gap: 15px; }
.trust-line__avatars { display: flex; }
.trust-line__avatars span { width: 38px; height: 38px; margin-left: -7px; border-radius: 50%; border: 3px solid var(--paper); display: grid; place-items: center; background: #c5dbd7; color: #264d53; font-weight: 800; font-size: 8px; }
.trust-line__avatars span:first-child { margin-left: 0; background: #a4c8d1; }
.trust-line__avatars span:last-child { background: #dbcfb7; }
.trust-line p { margin: 0; font-size: 11px; line-height: 1.55; color: #6a7a7e; }
.trust-line strong { color: #344b51; font-size: 12px; }

.hero__visual { position: relative; min-height: 525px; display: grid; place-items: center; }
.hero__visual::before { content: ""; position: absolute; width: 78%; height: 96%; right: 0; top: 0; background: #dbe8e5; border-radius: 110px 18px 18px 18px; }
.visual-grid { position: absolute; inset: 20px 0 0 16%; opacity: .27; background-image: linear-gradient(#76969a 1px, transparent 1px), linear-gradient(90deg, #76969a 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom right, transparent 5%, black 45%, transparent 85%); }
.dashboard-card { width: 88%; height: 415px; position: relative; z-index: 2; background: white; border: 1px solid rgba(63,91,96,.13); border-radius: 13px; overflow: hidden; box-shadow: 0 30px 70px rgba(34,69,75,.17); transform: translate(-3%, 7px); }
.dashboard-card__top { height: 52px; border-bottom: 1px solid #e6ebe9; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; }
.mini-brand { display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 800; }
.mini-brand .brand-mark--small { width: 20px; height: 23px; }
.mini-brand .brand-mark__cross { font-size: 13px; }
.status-pill { font-size: 7px; text-transform: uppercase; letter-spacing: .7px; background: #eaf4ef; color: #3f6e61; padding: 6px 8px; border-radius: 20px; }
.status-pill i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #5faa86; margin-right: 4px; }
.dashboard-card__body { height: calc(100% - 52px); display: flex; }
.mini-sidebar { width: 48px; background: #123e49; display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 21px 0; }
.mini-sidebar span { width: 13px; height: 13px; border: 1.5px solid rgba(255,255,255,.42); border-radius: 4px; }
.mini-sidebar span:nth-child(3) { border-radius: 50%; }
.mini-sidebar span:nth-child(4) { width: 15px; height: 7px; border-radius: 8px; }
.mini-sidebar__active { background: white; border-color: white !important; box-shadow: 0 0 0 7px rgba(255,255,255,.1); }
.dashboard-main { padding: 28px 27px; flex: 1; background: #fbfcfb; }
.dashboard-kicker { margin: 0; text-transform: uppercase; letter-spacing: 1px; font-weight: 800; font-size: 7px; color: #749097; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: center; margin-top: 7px; }
.dashboard-heading span { font-family: Georgia, serif; font-size: 18px; }
.dashboard-heading i { font-style: normal; color: #658188; font-size: 8px; border: 1px solid #dbe3e1; background: white; border-radius: 5px; padding: 6px 10px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 19px 0; }
.stat-row > div { background: white; border: 1px solid #e4e9e7; border-radius: 8px; padding: 12px 13px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.stat-row small { grid-column: 1 / 3; font-size: 7px; color: #71878b; }
.stat-row strong { font-family: Georgia, serif; font-size: 23px; font-weight: 400; margin-top: 8px; }
.stat-row span { font-size: 6px; color: #748689; margin-bottom: 4px; }
.stat-row .stat-up { color: #388064; }
.activity-panel { background: white; border: 1px solid #e4e9e7; border-radius: 8px; padding: 13px 15px; }
.activity-panel__head { display: flex; justify-content: space-between; font-size: 8px; padding-bottom: 9px; border-bottom: 1px solid #edf0ef; }
.activity-panel__head span { color: var(--blue); }
.activity-row { display: grid; grid-template-columns: 10px 1fr auto; gap: 7px; align-items: center; padding: 9px 0; border-bottom: 1px solid #f0f2f1; }
.activity-row:last-child { border-bottom: 0; }
.activity-row .dot { width: 6px; height: 6px; border-radius: 50%; background: #76aabc; }
.activity-row .dot--green { background: #73a88f; }
.activity-row .dot--sand { background: #cba268; }
.activity-row span { display: flex; flex-direction: column; gap: 2px; }
.activity-row b { font-size: 7px; }
.activity-row small { font-size: 6px; color: #8b999b; }
.activity-row em { font-size: 6px; color: #5e7e84; font-style: normal; background: #eef4f3; padding: 4px 6px; border-radius: 3px; }
.floating-card { position: absolute; z-index: 4; background: rgba(255,255,255,.96); border: 1px solid #e0e6e3; border-radius: 10px; box-shadow: 0 16px 35px rgba(34,69,75,.13); padding: 12px 15px; display: flex; align-items: center; gap: 10px; }
.floating-card--top { right: -9px; top: 72px; }
.floating-card--bottom { left: 5px; bottom: 52px; }
.floating-card p { margin: 0; display: flex; flex-direction: column; gap: 3px; }
.floating-card strong { font-size: 9px; }
.floating-card small { font-size: 7px; color: #839296; }
.floating-icon { width: 27px; height: 27px; display: grid; place-items: center; background: #e1f1ec; color: #4c9278; border-radius: 50%; font-size: 11px; font-weight: 900; }
.pulse-ring { width: 28px; height: 28px; border: 1px solid #9bc6bc; border-radius: 50%; display: grid; place-items: center; }
.pulse-ring i { width: 9px; height: 9px; background: #65a995; border-radius: 50%; box-shadow: 0 0 0 4px #dceee9; }

.intro-strip { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 31px max(24px, calc((100% - 1280px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.intro-strip > p { margin: 0; max-width: 410px; font-family: Georgia, serif; font-size: 19px; line-height: 1.4; color: #365057; }
.intro-strip > div { display: flex; gap: 42px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.1px; font-weight: 800; color: #50676c; }
.intro-strip i { font-style: normal; color: var(--mint); margin-right: 8px; }

.security-section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 125px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.section-label { margin: 0 0 20px; }
.security-copy h2 { font-family: Georgia, serif; font-weight: 400; letter-spacing: -1.8px; font-size: clamp(38px, 4vw, 57px); line-height: 1.08; margin: 0; }
.section-lead { color: var(--ink-soft); font-size: 15px; line-height: 1.8; margin: 26px 0 36px; max-width: 540px; }
.security-note { display: flex; gap: 15px; align-items: center; border-top: 1px solid #d4dcd9; padding-top: 24px; max-width: 520px; }
.security-note__mark { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: var(--blue); background: #e0ece9; font-family: Georgia, serif; font-weight: 700; }
.security-note p { margin: 0; font-size: 11px; line-height: 1.55; color: #687a7e; }
.security-note strong { color: #2d494f; font-size: 12px; }
.security-features { display: grid; grid-template-columns: 1fr 1fr; background: white; border: 1px solid var(--line); }
.security-features article { padding: 32px; min-height: 210px; position: relative; }
.security-features article:nth-child(odd) { border-right: 1px solid var(--line); }
.security-features article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.feature-number { font-family: Georgia, serif; color: #93aaa7; font-size: 12px; }
.security-features h3 { font-family: Georgia, serif; font-size: 23px; font-weight: 400; margin: 36px 0 10px; }
.security-features p { color: #66787c; font-size: 12px; line-height: 1.7; margin: 0; }

footer { width: min(1240px, calc(100% - 48px)); min-height: 105px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #66787c; font-size: 10px; }
.brand--footer .brand-mark { opacity: .8; }
.brand--footer .brand__name { font-size: 16px; }
footer > p { text-align: center; }
footer > div { justify-self: end; display: flex; gap: 22px; }
footer a:hover { color: var(--blue); }

@media (max-width: 1000px) {
  .site-nav { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero__content { max-width: 750px; }
  .hero__visual { min-height: 510px; }
  .security-section { grid-template-columns: 1fr; gap: 55px; }
  .security-copy { max-width: 720px; }
  .intro-strip { align-items: flex-start; }
  .intro-strip > div { flex-wrap: wrap; gap: 20px 35px; }
}

@media (max-width: 680px) {
  .site-header { width: calc(100% - 32px); height: 72px; }
  .site-nav { gap: 18px; font-size: 12px; }
  .hero { width: calc(100% - 32px); padding: 58px 0 72px; gap: 40px; }
  h1 { font-size: 49px; line-height: 1.02; letter-spacing: -2.5px; }
  .hero__lead { font-size: 15px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero__visual { min-height: 350px; }
  .hero__visual::before { width: 92%; border-radius: 70px 15px 15px 15px; }
  .dashboard-card { width: 100%; height: 285px; transform: translate(0, 0); }
  .dashboard-card__top { height: 40px; }
  .dashboard-main { padding: 17px 13px; }
  .dashboard-heading span { font-size: 13px; }
  .stat-row { margin: 12px 0; gap: 5px; }
  .stat-row > div { padding: 8px; }
  .stat-row strong { font-size: 17px; }
  .activity-panel { padding: 8px; }
  .activity-row { padding: 5px 0; }
  .floating-card--top { right: -3px; top: 26px; }
  .floating-card--bottom { left: -2px; bottom: 18px; }
  .mini-sidebar { width: 34px; }
  .intro-strip { flex-direction: column; padding: 28px 24px; }
  .intro-strip > div { flex-direction: column; }
  .security-section { width: calc(100% - 32px); padding: 85px 0; }
  .security-features { grid-template-columns: 1fr; }
  .security-features article { min-height: 180px; }
  .security-features article:nth-child(odd) { border-right: 0; }
  .security-features article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .security-features article h3 { margin-top: 25px; }
  footer { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 17px; padding: 35px 0; }
  footer > p { text-align: left; margin: 0; }
  footer > div { justify-self: start; flex-wrap: wrap; }
}

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

