:root {
  --ink: #111537;
  --muted: #66708c;
  --navy: #111b6d;
  --blue: #165fdb;
  --cyan: #16c7ef;
  --pink: #f20a8c;
  --violet: #7c2ce8;
  --surface: rgba(255, 255, 255, .84);
  --line: rgba(17, 27, 109, .12);
  --shadow: 0 24px 80px rgba(31, 39, 97, .15);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI Variable", "Aptos", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 12%, rgba(22, 199, 239, .14), transparent 28rem),
    radial-gradient(circle at 92% 6%, rgba(242, 10, 140, .12), transparent 31rem),
    linear-gradient(180deg, #fbfdff 0%, #f5f7ff 52%, #fff 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.page-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .025;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
.site-header { position: sticky; top: 0; z-index: 100; padding: 18px 0; transition: .25s ease; }
.site-header.scrolled { padding: 10px 0; background: rgba(249, 251, 255, .82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(17, 27, 109, .07); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.035em; }
.brand-symbol { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 7px 15px rgba(22, 95, 219, .16)); }
.brand-name { font-size: 1.42rem; }
.brand-name span { background: linear-gradient(100deg, var(--blue), var(--pink)); background-clip: text; color: transparent; }
.main-nav { display: flex; align-items: center; gap: 8px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.68); backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(17,27,109,.07); }
.main-nav a { padding: 11px 15px; color: #4d5671; font-size: .94rem; font-weight: 700; border-radius: 999px; transition: .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--navy); background: #fff; box-shadow: 0 7px 20px rgba(17,27,109,.1); }
.main-nav .nav-login { color: #fff; background: linear-gradient(120deg, var(--navy), var(--blue) 58%, var(--pink)); }
.nav-toggle { display: none; border: 0; background: #fff; width: 48px; height: 48px; border-radius: 15px; box-shadow: 0 9px 30px rgba(17,27,109,.12); }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px auto; }
.hero { position: relative; padding: 72px 0 88px; min-height: 760px; display: grid; place-items: center; }
.hero::before { content: ""; position: absolute; inset: 20px 5% 0; z-index: -1; border-radius: 56px; border: 1px solid rgba(22, 95, 219, .09); background: linear-gradient(125deg, rgba(255,255,255,.82), rgba(255,255,255,.3)); box-shadow: inset 0 1px rgba(255,255,255,.9); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border-radius: 999px; color: var(--navy); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; border: 1px solid rgba(22,95,219,.15); background: rgba(255,255,255,.72); }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 6px rgba(242,10,140,.11); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 22px 0 22px; font-size: clamp(3.25rem, 6vw, 6.4rem); line-height: .94; letter-spacing: -.065em; max-width: 760px; }
.gradient-text { background: linear-gradient(100deg, var(--navy) 0%, var(--blue) 40%, var(--pink) 78%); background-clip: text; color: transparent; }
.hero-copy > p { color: var(--muted); max-width: 640px; font-size: 1.16rem; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 15px; padding: 15px 20px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(115deg, var(--navy), var(--blue) 48%, var(--pink)); box-shadow: 0 17px 40px rgba(38,67,190,.25); }
.btn-secondary { color: var(--navy); background: #fff; border: 1px solid rgba(17,27,109,.12); box-shadow: 0 12px 30px rgba(17,27,109,.09); }
.btn-small { padding: 11px 14px; border-radius: 12px; font-size: .9rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: #58627c; font-size: .9rem; font-weight: 700; }
.hero-trust span::before { content: "✓"; color: var(--pink); margin-right: 7px; }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.logo-orbit { position: absolute; width: 465px; height: 465px; border-radius: 50%; border: 1px solid rgba(22,199,239,.22); animation: spin 24s linear infinite; }
.logo-orbit::before, .logo-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.logo-orbit::before { width: 18px; height: 18px; background: var(--pink); left: 32px; top: 78px; box-shadow: 0 0 0 10px rgba(242,10,140,.09); }
.logo-orbit::after { width: 12px; height: 12px; background: var(--cyan); right: 34px; bottom: 84px; box-shadow: 0 0 0 9px rgba(22,199,239,.1); }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-logo-card { position: relative; z-index: 2; width: min(455px, 92%); padding: 42px; border-radius: 38px; background: rgba(255,255,255,.72); backdrop-filter: blur(22px); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 38px 110px rgba(31,39,97,.2), inset 0 1px #fff; transform: rotate(-2deg); }
.hero-logo-card img { filter: drop-shadow(0 22px 34px rgba(30,38,111,.18)); }
.float-card { position: absolute; z-index: 3; min-width: 210px; padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.92); box-shadow: var(--shadow); animation: float 6s ease-in-out infinite; }
.float-card strong { display: block; font-size: .95rem; }
.float-card span { color: var(--muted); font-size: .79rem; }
.float-card.one { top: 72px; right: -20px; }
.float-card.two { bottom: 66px; left: -32px; animation-delay: -3s; }
@keyframes float { 50% { transform: translateY(-12px); } }
section { padding: 96px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 44px; }
.section-head h2, .page-hero h1 { margin-bottom: 0; font-size: clamp(2.4rem, 4.8vw, 4.7rem); line-height: 1; letter-spacing: -.055em; }
.section-head p { max-width: 560px; color: var(--muted); line-height: 1.75; margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card, .panel, .package-card, .stat-card, .content-card { border: 1px solid var(--line); background: rgba(255,255,255,.78); backdrop-filter: blur(16px); box-shadow: 0 20px 55px rgba(31,39,97,.09); }
.service-card { padding: 28px; border-radius: var(--radius); min-height: 265px; position: relative; overflow: hidden; }
.service-card::after { content: ""; width: 160px; height: 160px; border-radius: 50%; position: absolute; right: -70px; bottom: -80px; background: radial-gradient(circle, rgba(22,199,239,.2), transparent 67%); }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, rgba(22,199,239,.14), rgba(242,10,140,.14)); color: var(--navy); font-size: 1.3rem; font-weight: 900; }
.service-card h3 { margin: 24px 0 12px; font-size: 1.3rem; }
.service-card p { color: var(--muted); line-height: 1.7; }
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.7); box-shadow: var(--shadow); }
.stat-item { padding: 24px; }
.stat-item strong { display: block; font-size: 2.3rem; letter-spacing: -.05em; }
.stat-item span { color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: process; }
.process-card { position: relative; padding: 26px; min-height: 250px; border-radius: 24px; background: #fff; border: 1px solid var(--line); counter-increment: process; }
.process-card::before { content: "0" counter(process); display: block; color: rgba(17,27,109,.16); font-size: 3.2rem; font-weight: 950; letter-spacing: -.08em; }
.process-card h3 { margin: 30px 0 10px; }
.process-card p { color: var(--muted); line-height: 1.65; }
.cta-band { padding: 0 0 100px; }
.cta-inner { position: relative; overflow: hidden; color: #fff; padding: 58px; border-radius: 38px; background: linear-gradient(110deg, #101761 0%, #165fdb 46%, #781fbd 72%, #f20a8c 100%); box-shadow: 0 36px 90px rgba(38,67,190,.28); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; right: -130px; top: -220px; }
.cta-inner h2 { font-size: clamp(2rem, 4vw, 3.7rem); margin-bottom: 12px; letter-spacing: -.05em; }
.cta-inner p { color: rgba(255,255,255,.78); margin-bottom: 0; }
.cta-inner .btn { position: relative; z-index: 2; color: var(--navy); background: #fff; flex: 0 0 auto; }
.page-hero { padding: 85px 0 60px; text-align: center; }
.page-hero p { max-width: 720px; margin: 20px auto 0; color: var(--muted); font-size: 1.1rem; line-height: 1.8; }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.package-card { border-radius: 28px; padding: 28px; position: relative; display: flex; flex-direction: column; overflow: hidden; }
.package-card.popular { transform: translateY(-14px); border-color: rgba(242,10,140,.28); box-shadow: 0 30px 80px rgba(133,31,168,.19); }
.package-card .badge { position: absolute; right: 18px; top: 18px; padding: 7px 10px; border-radius: 999px; font-size: .72rem; font-weight: 900; color: #fff; background: linear-gradient(90deg, var(--violet), var(--pink)); }
.package-card .package-name { color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-weight: 900; font-size: .75rem; }
.package-card .price { font-size: 2.55rem; font-weight: 950; letter-spacing: -.06em; margin: 14px 0 7px; }
.package-card .price small { font-size: .8rem; letter-spacing: normal; color: var(--muted); font-weight: 700; }
.package-card .package-tagline { color: var(--muted); min-height: 50px; line-height: 1.5; }
.feature-list { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 12px; flex: 1; }
.feature-list li { display: flex; gap: 9px; align-items: flex-start; color: #48516c; font-size: .92rem; }
.feature-list li::before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; flex: 0 0 20px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue), var(--pink)); font-size: .72rem; font-weight: 900; }
.package-card .btn { width: 100%; }
.comparison { overflow-x: auto; border-radius: 26px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.comparison table { width: 100%; border-collapse: collapse; min-width: 760px; background: rgba(255,255,255,.88); }
.comparison th, .comparison td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: center; }
.comparison th:first-child, .comparison td:first-child { text-align: left; font-weight: 800; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.about-visual { position: relative; min-height: 520px; padding: 40px; display: grid; place-items: center; border-radius: 40px; background: linear-gradient(145deg, rgba(22,199,239,.12), rgba(242,10,140,.1)); border: 1px solid rgba(22,95,219,.12); }
.about-visual img { width: 420px; filter: drop-shadow(0 30px 55px rgba(17,27,109,.18)); }
.about-copy h2 { font-size: clamp(2.4rem, 4vw, 4.3rem); line-height: 1; letter-spacing: -.05em; }
.about-copy p { color: var(--muted); line-height: 1.8; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value-card { padding: 28px; border-radius: 24px; background: #fff; border: 1px solid var(--line); }
.value-card strong { color: var(--pink); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.value-card h3 { margin: 16px 0 10px; }
.value-card p { color: var(--muted); line-height: 1.7; }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: start; }
.form-sidebar { position: sticky; top: 110px; padding: 30px; border-radius: 28px; color: #fff; background: linear-gradient(145deg, var(--navy), #263ba7 55%, #a51d9a); box-shadow: 0 30px 75px rgba(31,39,97,.25); }
.form-sidebar p { color: rgba(255,255,255,.74); line-height: 1.7; }
.form-sidebar ul { padding: 0; list-style: none; display: grid; gap: 13px; }
.form-sidebar li::before { content: "✓"; margin-right: 9px; color: var(--cyan); }
.form-card, .auth-card { padding: 34px; border-radius: 30px; background: rgba(255,255,255,.88); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .89rem; color: #303957; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(17,27,109,.14); background: rgba(248,250,255,.92); border-radius: 14px; padding: 14px 15px; color: var(--ink); outline: none; transition: .2s ease; }
.field textarea { min-height: 155px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(22,95,219,.1); }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.check-option { display: flex; gap: 9px; align-items: center; padding: 12px; border-radius: 13px; border: 1px solid var(--line); background: #fafbff; font-size: .88rem; }
.form-note { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.auth-shell { min-height: calc(100vh - 180px); display: grid; place-items: center; padding: 70px 0 110px; }
.auth-wrap { width: min(1000px, calc(100% - 40px)); display: grid; grid-template-columns: .85fr 1.15fr; border-radius: 38px; overflow: hidden; box-shadow: 0 35px 100px rgba(31,39,97,.2); border: 1px solid rgba(17,27,109,.1); }
.auth-promo { padding: 48px; color: #fff; background: linear-gradient(145deg, #111b6d, #2652c7 55%, #f20a8c); display: flex; flex-direction: column; justify-content: space-between; }
.auth-promo img { width: 210px; }
.auth-promo h1 { margin: 35px 0 16px; font-size: 2.7rem; letter-spacing: -.05em; }
.auth-promo p { color: rgba(255,255,255,.76); line-height: 1.7; }
.auth-card { border-radius: 0; box-shadow: none; border: 0; padding: 50px; }
.auth-card h2 { font-size: 2rem; letter-spacing: -.04em; }
.auth-links { display: flex; justify-content: space-between; gap: 15px; margin-top: 18px; color: var(--blue); font-size: .88rem; font-weight: 750; }
.alert { padding: 14px 16px; border-radius: 14px; margin-bottom: 18px; font-weight: 700; font-size: .9rem; }
.alert.error { color: #8b123f; background: #fff0f5; border: 1px solid #ffd0e1; }
.alert.success { color: #096f50; background: #eafff7; border: 1px solid #c4f6e3; }
.dashboard-body { background: #f5f7fd; }
.dashboard-layout { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; }
.sidebar { position: sticky; top: 0; height: 100vh; padding: 26px 18px; background: #101653; color: #fff; display: flex; flex-direction: column; }
.sidebar .brand { margin: 0 10px 35px; }
.sidebar .brand-name { color: #fff; }
.sidebar nav { display: grid; gap: 6px; }
.sidebar nav a { padding: 13px 14px; border-radius: 13px; color: rgba(255,255,255,.68); font-weight: 750; }
.sidebar nav a:hover, .sidebar nav a.active { color: #fff; background: rgba(255,255,255,.11); }
.sidebar-footer { margin-top: auto; padding: 16px; border-radius: 16px; background: rgba(255,255,255,.08); font-size: .82rem; color: rgba(255,255,255,.7); }
.dashboard-main { padding: 34px; min-width: 0; }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 28px; }
.dashboard-top h1 { margin-bottom: 5px; font-size: 2.25rem; letter-spacing: -.045em; }
.dashboard-top p { color: var(--muted); margin-bottom: 0; }
.dashboard-avatar { width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center; color: #fff; font-weight: 900; background: linear-gradient(135deg, var(--blue), var(--pink)); }
.dashboard-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 20px; }
.stat-card { padding: 22px; border-radius: 20px; }
.stat-card span { color: var(--muted); font-size: .82rem; font-weight: 750; }
.stat-card strong { display: block; margin-top: 9px; font-size: 2rem; letter-spacing: -.05em; }
.dashboard-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.panel { border-radius: 22px; padding: 24px; min-width: 0; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.panel-head h2 { margin: 0; font-size: 1.2rem; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { text-align: left; padding: 13px 10px; border-bottom: 1px solid var(--line); font-size: .88rem; vertical-align: top; }
.data-table th { color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }
.status { display: inline-flex; align-items: center; padding: 6px 9px; border-radius: 999px; background: rgba(22,95,219,.1); color: var(--blue); font-weight: 800; font-size: .74rem; white-space: nowrap; }
.progress { height: 9px; border-radius: 999px; background: #e8ebf5; overflow: hidden; }
.progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--blue), var(--pink)); }
.message-list { display: grid; gap: 10px; }
.message { padding: 14px; border-radius: 15px; background: #f6f8ff; border: 1px solid var(--line); }
.message strong { display: block; font-size: .87rem; }
.message p { margin: 7px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.empty { padding: 36px 20px; text-align: center; color: var(--muted); border: 1px dashed rgba(17,27,109,.18); border-radius: 18px; }
.site-footer { padding: 70px 0 26px; color: #dfe5ff; background: #0d123f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.footer-brand { margin-bottom: 17px; }
.footer-brand .brand-name { color: #fff; }
.footer-grid p { color: #8f99c5; line-height: 1.7; max-width: 430px; }
.footer-grid h3 { color: #fff; font-size: .95rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a { color: #aeb7dd; font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.footer-note { color: #727da9; font-size: .75rem; line-height: 1.55; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; color: #7782ad; font-size: .8rem; }
.toast-stack { position: fixed; right: 22px; top: 90px; z-index: 200; display: grid; gap: 10px; }
.toast { min-width: 280px; max-width: 410px; padding: 15px 18px; border-radius: 15px; background: #fff; box-shadow: var(--shadow); border-left: 4px solid var(--blue); transition: .35s ease; }
.toast.success { border-left-color: #13a374; }
.toast.error { border-left-color: var(--pink); }
.toast.hide { opacity: 0; transform: translateX(30px); pointer-events: none; }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1060px) {
  .main-nav { gap: 2px; }
  .main-nav a { padding: 10px 11px; font-size: .86rem; }
  .hero-grid, .about-grid { gap: 30px; }
  .package-grid { grid-template-columns: repeat(2,1fr); }
  .package-card.popular { transform: none; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .dashboard-stats { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 14px auto; padding: 18px; display: grid; border-radius: 24px; opacity: 0; transform: translateY(-14px); pointer-events: none; transition: .2s ease; background: rgba(255,255,255,.96); }
  .main-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav a { padding: 14px 16px; }
  .hero { padding-top: 40px; min-height: auto; }
  .hero::before { inset: 8px 8px 0; border-radius: 34px; }
  .hero-grid, .about-grid, .form-layout, .auth-wrap { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 470px; }
  .logo-orbit { width: 390px; height: 390px; }
  .service-grid, .value-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2,1fr); }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .package-grid { grid-template-columns: 1fr; }
  .cta-inner { padding: 38px 28px; display: block; text-align: center; }
  .cta-inner .btn { margin-top: 24px; }
  .form-sidebar { position: static; }
  .auth-promo { min-height: 400px; }
  .dashboard-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; height: auto; }
  .sidebar nav { grid-template-columns: repeat(3,1fr); }
  .sidebar-footer { display: none; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 3.35rem; }
  .hero-visual { min-height: 390px; }
  .hero-logo-card { padding: 25px; border-radius: 28px; }
  .logo-orbit { width: 320px; height: 320px; }
  .float-card { min-width: 170px; padding: 12px; }
  .float-card.one { right: 0; top: 40px; }
  .float-card.two { left: 0; bottom: 30px; }
  section { padding: 72px 0; }
  .stats-strip, .process-grid, .form-grid, .checkbox-grid, .dashboard-stats, .footer-grid { grid-template-columns: 1fr; }
  .auth-card, .auth-promo, .form-card { padding: 28px 22px; }
  .dashboard-main { padding: 22px 14px; }
  .sidebar nav { grid-template-columns: repeat(2,1fr); }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}

/* WebDesk Lizenzverwaltung */
.btn-light { background: #fff; color: var(--navy); border: 1px solid rgba(255,255,255,.52); }
.btn-light:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(17,21,55,.16); }
.btn-danger { background: #fff0f4; color: #b31d4c; border: 1px solid #ffd0de; }
.btn-danger:hover { background: #ffe4ed; transform: translateY(-1px); }
.panel-subtitle { margin: 5px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.admin-card { padding: 22px; border-radius: 20px; margin-bottom: 18px; }
.card-split { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.card-split h3 { margin-bottom: 6px; }
.muted-line { color: var(--muted); margin-bottom: 8px; }
.card-copy { line-height: 1.7; margin-top: 18px; }
.admin-details { margin-top: 16px; }
.admin-details > summary { font-weight: 850; cursor: pointer; color: var(--navy); }
.details-grid { margin-top: 18px; }
.inline-fields { display: flex; gap: 8px; }
.card-divider { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 20px; }
.compact-textarea { min-height: 90px !important; }
.message-form { margin-top: 16px; }
.table-scroll { width: 100%; overflow-x: auto; }

.license-key-reveal { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 20px; padding: 26px 28px; border-radius: 24px; color: #fff; overflow: hidden; background: linear-gradient(135deg, #145fdc, #6236d8 57%, #c725a8); box-shadow: 0 28px 70px rgba(53,66,181,.28); }
.license-key-reveal::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -80px; top: -120px; background: rgba(255,255,255,.13); }
.license-key-reveal > * { position: relative; z-index: 1; }
.license-key-reveal span, .license-key-reveal small { display: block; color: rgba(255,255,255,.78); }
.license-key-reveal strong { display: block; margin: 7px 0; font: 900 clamp(1.2rem,3vw,2rem)/1.2 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .08em; }
.license-key-reveal small { max-width: 680px; line-height: 1.5; }
.license-admin-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; margin-bottom: 20px; }
.license-api-card { background: linear-gradient(150deg, #101653, #1e2d88); color: #fff; }
.license-api-card .panel-head h2 { color: #fff; }
.license-api-card .alert { margin: 18px 0 0; }
.api-endpoint { display: grid; gap: 6px; margin-bottom: 15px; }
.api-endpoint span { font-size: .75rem; color: rgba(255,255,255,.62); font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.api-endpoint code { display: block; max-width: 100%; overflow-x: auto; padding: 11px 12px; border-radius: 12px; background: rgba(255,255,255,.1); color: #fff; font-size: .78rem; }
.license-hint { color: rgba(255,255,255,.74); line-height: 1.65; font-size: .88rem; }
.license-list-panel { margin-bottom: 20px; }
.license-list { display: grid; gap: 16px; }
.license-card { border: 1px solid var(--line); border-left: 5px solid #f2aa27; border-radius: 20px; padding: 20px; background: rgba(249,251,255,.88); }
.license-card.license-active { border-left-color: #13a374; }
.license-card.license-expired, .license-card.license-blocked { border-left-color: #d92f5d; }
.license-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.license-card-head h3 { margin: 0; }
.license-card-head p { margin: 7px 0 0; color: var(--muted); font-size: .86rem; }
.license-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.license-title-row h3 { margin: 0; }
.license-mask { padding: 10px 13px; border-radius: 12px; background: #eef2fd; color: #28366e; font: 800 .88rem ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .05em; white-space: nowrap; }
.license-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 17px 0; }
.license-metrics div { padding: 13px; border-radius: 14px; background: #fff; border: 1px solid var(--line); }
.license-metrics span, .customer-license-meta span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.license-metrics strong, .customer-license-meta strong { font-size: .88rem; }
.status.license-active { background: #e7f9f1; color: #087a52; }
.status.license-pending { background: #fff5dc; color: #986400; }
.status.license-expired, .status.license-blocked { background: #fff0f4; color: #ad1d49; }
.license-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.activation-list { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.activation-list h4 { margin: 0 0 10px; }
.activation-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.activation-row small { display: block; margin-top: 4px; color: var(--muted); }
.customer-license-panel { grid-column: 1 / -1; }
.customer-license-list { display: grid; gap: 14px; }
.customer-license-card { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 20px; border-radius: 18px; border: 1px solid var(--line); border-left: 5px solid #f2aa27; background: #fafbff; }
.customer-license-card.license-active { border-left-color: #13a374; }
.customer-license-card.license-expired, .customer-license-card.license-blocked { border-left-color: #d92f5d; }
.customer-license-main p { margin: 7px 0 0; color: var(--muted); }
.customer-license-meta { display: grid; grid-template-columns: repeat(3,auto); gap: 20px; align-items: center; }
.license-customer-note { margin-top: 16px; padding: 16px 18px; border-radius: 16px; background: #eef4ff; color: #3b476b; line-height: 1.65; font-size: .9rem; }

@media (max-width: 1060px) {
  .license-admin-grid { grid-template-columns: 1fr; }
  .license-metrics { grid-template-columns: repeat(2,1fr); }
  .customer-license-card { grid-template-columns: 1fr; }
  .customer-license-meta { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 820px) {
  .sidebar nav { display: flex; overflow-x: auto; padding-bottom: 5px; }
  .sidebar nav a { flex: 0 0 auto; }
  .license-key-reveal { align-items: flex-start; flex-direction: column; }
  .license-card-head { flex-direction: column; }
}
@media (max-width: 560px) {
  .inline-fields, .license-actions, .activation-row { align-items: stretch; flex-direction: column; }
  .license-metrics, .customer-license-meta { grid-template-columns: 1fr; }
  .license-key-reveal { padding: 22px 18px; }
  .license-key-reveal strong { font-size: 1rem; letter-spacing: .04em; overflow-wrap: anywhere; }
  .license-mask { white-space: normal; overflow-wrap: anywhere; }
}
