:root {
  --navy: #071b4b;
  --navy-2: #10233c;
  --teal: #08aaa6;
  --teal-dark: #087a78;
  --ink-soft: #5b6c80;
  --line: #d7e4e6;
  --paper: #f4f8f8;
  --white: #fff;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy-2); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 99; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { display: block; width: 181px; }
.nav { display: flex; gap: 28px; color: #53647a; font-size: 14px; font-weight: 750; }
.nav a:hover, .nav a:focus-visible { color: var(--teal-dark); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid var(--navy); border-radius: 12px; background: var(--navy); color: var(--white); font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: #0c2a67; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #f2c94c; outline-offset: 3px; }
.button-small { min-height: 44px; padding: 9px 16px; font-size: 14px; }
.button-secondary { border-color: #bfd0d3; background: var(--white); color: var(--navy); }
.button-secondary:hover { background: #eff9f8; }
.button-teal { border-color: var(--teal); background: var(--teal); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); }
.accent-line { height: 7px; background: linear-gradient(90deg, var(--navy), var(--teal) 65%, #7be0dc); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; padding-block: 88px; }
.eyebrow, .section-label, .demo-label { margin: 0 0 20px; color: var(--teal-dark); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; padding: 7px 12px; border: 1px solid #b8e1df; border-radius: 999px; background: #e9f8f6; letter-spacing: normal; text-transform: none; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; color: var(--navy); font-size: clamp(52px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
h1 span { color: var(--teal); }
.hero-copy { max-width: 600px; color: #53647a; font-size: 20px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-note { margin: 16px 0 0; color: #657489; font-size: 14px; }
.trust-note span { margin-right: 8px; color: var(--teal); }

.dashboard { position: relative; padding: 28px; border-radius: 32px; background: var(--navy); color: var(--white); box-shadow: 0 30px 80px rgba(7,27,75,.28); }
.dashboard::before { content: ""; position: absolute; inset: -40px; z-index: -1; border-radius: 50%; background: rgba(117,222,218,.18); filter: blur(40px); }
.dashboard-head, .request-title, .picker-head, .picker-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.dashboard-head { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.dashboard-head p { margin-bottom: 3px; color: #70d8d4; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.dashboard-head h2 { margin: 0; font-size: 21px; }
.tag { padding: 6px 10px; border-radius: 999px; background: rgba(112,216,212,.15); color: #8ce8e4; font-size: 11px; font-weight: 850; }
.stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 18px; }
.stats article { padding: 16px; border-radius: 18px; background: rgba(255,255,255,.08); }
.stat-icon { color: #70d8d4; font-weight: 900; }
.stats strong { display: block; margin-top: 14px; font-size: 32px; }
.stats small { color: rgba(255,255,255,.65); }
.request-card { margin-top: 12px; padding: 18px; border-radius: 18px; background: var(--white); color: var(--navy-2); }
.request-title small { display: block; color: var(--teal); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.request-title strong { display: block; margin-top: 3px; }
.request-title > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #e9f8f6; color: var(--teal-dark); font-weight: 900; }
.progress { height: 8px; margin-top: 18px; overflow: hidden; border-radius: 999px; background: #e7eeee; }
.progress span { display: block; width: 66%; height: 100%; border-radius: inherit; background: var(--teal); }
.request-card p { margin: 12px 0 0; color: #66758a; font-size: 13px; }
.demo-caption { margin: 14px 0 0; color: rgba(255,255,255,.56); text-align: center; font-size: 12px; }

.section { padding-block: 96px; }
.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 74px; align-items: start; }
.section-intro h2, .demo-copy h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(38px, 4.2vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
.section-intro > p:last-child { color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.narrow { max-width: 650px; }
.steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(16,35,60,.05); }
.steps > li > span { color: var(--teal); font-size: 29px; font-weight: 850; }
.steps h3 { margin-bottom: 7px; color: var(--navy); font-size: 21px; }
.steps p { margin: 0; color: #617186; }

.rights { border-block: 1px solid var(--line); background: var(--white); }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #f8fbfb; }
.card-icon, .shield { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: var(--navy); color: #70d8d4; font-size: 22px; font-weight: 900; }
.info-card h3 { margin: 26px 0 10px; color: var(--navy); font-size: 21px; }
.info-card p { min-height: 78px; color: #617186; }
.info-card small { color: var(--teal-dark); font-weight: 800; }

.demo-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 32px; background: var(--navy); color: var(--white); }
.demo-copy, .demo-list { padding: 52px; }
.demo-label { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(112,216,212,.15); color: #8ce8e4; }
.demo-copy h2 { color: var(--white); }
.demo-copy > p:not(.demo-label) { color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.demo-list { border-left: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
.demo-list h3 { font-size: 20px; }
.demo-list ul { padding: 0; list-style: none; }
.demo-list li { position: relative; padding: 7px 0 7px 28px; color: rgba(255,255,255,.78); }
.demo-list li::before { content: "✓"; position: absolute; left: 0; color: #70d8d4; font-weight: 900; }
.warning { margin: 24px 0 0; padding: 15px; border: 1px solid rgba(242,207,130,.3); border-radius: 16px; background: rgba(242,207,130,.1); color: #f7dfa8; font-size: 14px; }

.selection { padding-top: 16px; }
.selection-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.company-picker { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 18px 45px rgba(7,27,75,.08); }
.picker-head, .picker-foot { padding: 18px 22px; background: #edf8f7; }
.picker-head span, .picker-foot { color: var(--teal-dark); font-size: 13px; font-weight: 800; }
.company-picker label { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 10px; padding: 16px 22px; border-top: 1px solid var(--line); font-weight: 750; }
.company-picker input { width: 18px; height: 18px; accent-color: var(--teal); }
.company-picker small { color: #748397; font-weight: 500; }
.tag.light { background: var(--white); color: var(--teal-dark); }

.security { border-block: 1px solid #bfddda; background: #eaf6f5; }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.security .section-intro h2 { margin-top: 22px; }
.security-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.security-cards article { padding: 20px; border: 1px solid #bfddda; border-radius: 18px; background: rgba(255,255,255,.75); }
.security-cards h3 { margin-bottom: 7px; color: var(--navy); }
.security-cards p { margin: 0; color: #617186; font-size: 14px; }
.faq { background: var(--white); }
.questions { border-block: 1px solid var(--line); }
.questions details + details { border-top: 1px solid var(--line); }
.questions details { padding-block: 18px; }
.questions summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; color: var(--navy); font-weight: 800; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary span { color: var(--teal); font-size: 24px; font-weight: 400; transition: transform .18s ease; }
.questions details[open] summary span { transform: rotate(45deg); }
.questions details p { margin: 10px 38px 0 0; color: #617186; }

.final-cta { padding-block: 50px; background: var(--teal); color: var(--white); }
.final-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.final-cta h2 { margin-bottom: 4px; font-size: clamp(30px, 4vw, 42px); letter-spacing: -.035em; }
.final-cta p { margin: 0; color: rgba(255,255,255,.82); }
.footer { padding-block: 36px; background: #061638; color: rgba(255,255,255,.65); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.product-footer { width: 181px; padding: 8px 12px; border-radius: 12px; background: var(--white); }
.ademis { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.ademis small { letter-spacing: .12em; text-transform: uppercase; }
.ademis img { width: 160px; }
.ademis p { margin: 0; font-size: 13px; }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero-grid, .split, .selection-grid, .security-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-grid { padding-block: 64px; }
  .section { padding-block: 74px; }
  .card-grid { grid-template-columns: 1fr; }
  .info-card p { min-height: 0; }
  .demo-panel { grid-template-columns: 1fr; }
  .demo-list { border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand img { width: 142px; }
  .button-small { min-height: 40px; padding-inline: 12px; font-size: 12px; }
  h1 { font-size: 48px; }
  .hero-copy { font-size: 18px; }
  .actions .button { width: 100%; }
  .dashboard { padding: 18px; border-radius: 24px; }
  .stats { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 48px 1fr; padding: 20px; }
  .demo-copy, .demo-list { padding: 28px 22px; }
  .company-picker label { grid-template-columns: 24px 1fr; }
  .company-picker small { grid-column: 2; }
  .picker-foot { align-items: flex-start; }
  .security-cards { grid-template-columns: 1fr; }
  .final-cta .container, .footer-inner { align-items: flex-start; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .ademis { align-items: flex-start; }
}

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