:root{
  --bgTop:#eef3ff;
  --bgBottom:#d9e0ef;

  --card: rgba(255,255,255,.74);
  --ink:#182235;
  --muted:#62708a;

  --blue:#2b5f9a;
  --blue2:#1e4d82;

  --line: rgba(15, 23, 42, .08);

  --shadow: 0 28px 70px rgba(10, 20, 40, .22);
  --shadow2: 0 14px 34px rgba(10, 20, 40, .16);

  --radius: 26px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }

body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  display:grid;
  place-items:center;
  background:
    radial-gradient(1200px 700px at 25% 15%, rgba(255,255,255,.92) 0%, rgba(255,255,255,0) 60%),
    radial-gradient(900px 700px at 80% 40%, rgba(210,225,255,.55) 0%, rgba(210,225,255,0) 60%),
    linear-gradient(180deg, var(--bgTop) 0%, var(--bgBottom) 100%);
  padding: 22px 16px;
}

/* Outer frame */
.frame{
  width: min(1440px, 94vw);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.28));
  box-shadow: var(--shadow);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.6);
}

/* Top bar */
.topbar{
  height:36px;
  background: linear-gradient(90deg, #163a63 0%, #2c5f9c 55%, #2b5f9a 100%);
  color:#dbe7ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  letter-spacing:.2px;
}
.topbar .inner{
  padding:0 14px;
  display:flex;
  gap:10px;
  align-items:center;
  opacity:.95;
  white-space:nowrap;
}
.topbar .dot{
  width:7px;height:7px;border-radius:999px;
  background:#4aa3ff;
  box-shadow:0 0 0 3px rgba(74,163,255,.18);
  display:inline-block;
}
.topbar .sep{ opacity:.6; }

/* Brand row */
.brand{
  padding:18px 28px 14px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.28));
  border-bottom:1px solid rgba(31,42,55,.06);
}
.logo{
  font-weight:800;
  font-size:22px;
  letter-spacing:.2px;
  color:#21324a;
}
.logo .tos{ color:var(--blue); margin-right:4px; }
.logo .media{ font-weight:650; opacity:.82; }

.content{ padding: 18px 22px 18px 22px; }

.panel{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow2);
  overflow:hidden;
  position:relative;
}

.panel-inner{
  display:flex;
  min-height: 420px;
}

/* Left */
.left{
  flex: 1 1 52%;
  padding: 34px 34px 22px 34px;
  position:relative;
  z-index:2;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.85) 72%, rgba(255,255,255,.10) 100%);
  backdrop-filter: blur(8px);
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#44546b;
  font-size:12px;
  font-weight:800;
  margin-bottom:12px;
  text-transform: uppercase;
  letter-spacing:.5px;
}
.badge .b-dot{
  width:9px;height:9px;border-radius:999px;
  background:#3b82f6;
  box-shadow:0 0 0 5px rgba(59,130,246,.16);
}

h1{
  margin:0 0 12px 0;
  font-size: clamp(28px, 2.2vw, 42px);
  line-height:1.07;
  letter-spacing:-.5px;
  color: var(--blue2);
}

p{
  margin:0 0 18px 0;
  color: var(--muted);
  font-size: clamp(13.5px, 1.05vw, 16px);
  line-height:1.65;
  max-width: 540px;
}

.addr{
  display:inline-block;
  padding:12px 14px;
  background: rgba(243,244,246,.88);
  border: 1px solid rgba(31,42,55,.10);
  border-radius: 12px;
  font-size:12.5px;
  color:#334155;
  margin-bottom:16px;
}
.addr b{ color:#0f172a; }

.links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  font-size:12.5px;
  margin-bottom:20px;
  align-items:center;
}
.links a{
  color: var(--blue);
  text-decoration:none;
  font-weight:800;
}
.links a:hover{ text-decoration:underline; }
.links .dot-sep{ color:#94a3b8; font-weight:700; }

.mini-footer{
  display:flex;
  gap:8px;
  align-items:center;
  font-size:12.5px;
  color:#64748b;
}
.mini-footer b{ color:var(--blue); font-weight:900; }
.brand-blue{ color:var(--blue); font-weight:900; }

/* Right (image) */
.right{
  flex: 1 1 48%;
  position:relative;
  overflow:hidden;
  min-height: 420px;
}

.hero{
  position:absolute; inset:0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.0) 0%, rgba(255,255,255,.09) 22%, rgba(255,255,255,.0) 58%),
    url("img/server.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  filter: saturate(.95) contrast(.98) brightness(1.03);
}

/* Premium haze overlay */
.right::before{
  content:"";
  position:absolute; inset:-50px;
  background:
    radial-gradient(420px 280px at 28% 58%, rgba(255,255,255,.88) 0%, rgba(255,255,255,.18) 58%, rgba(255,255,255,0) 74%),
    radial-gradient(520px 320px at 78% 42%, rgba(255,255,255,.50) 0%, rgba(255,255,255,.06) 62%, rgba(255,255,255,0) 78%);
  pointer-events:none;
  z-index:2;
  filter: blur(2px);
}
.right::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.28) 36%, rgba(255,255,255,0) 58%);
  z-index:3;
  pointer-events:none;
}

/* Actions row */
.actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding: 14px 18px;
  color:#64748b;
  font-size:12.5px;
  background: linear-gradient(180deg, rgba(255,255,255,.0), rgba(255,255,255,.22));
  border-top: 1px solid rgba(15, 23, 42, .06);
}

.action-left, .action-right{
  display:flex;
  align-items:center;
  gap:12px;
}

.iconbtn{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius: 12px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(10px);
  cursor:pointer;
  color:#51627b;
  text-decoration:none;
}
.iconbtn:hover{ background: rgba(255,255,255,.82); }
.iconbtn:active{ transform: translateY(1px); }
.iconbtn svg{ display:block; }

.center-note{
  opacity:.92;
  display:flex;
  align-items:center;
  gap:8px;
}

.share{
  display:flex;
  align-items:center;
  gap:10px;
  color:#ffffff;
  font-weight:900;
  padding:10px 16px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(43,95,154,.92), rgba(30,77,130,.92));
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 22px rgba(30,77,130,.28);
  cursor:pointer;
}
.share:hover{ filter: brightness(1.02); }
.share:active{ transform: translateY(1px); }
.share span{ color:#fff; letter-spacing:.2px; }

/* Toast */
.toast{
  position:absolute;
  right:18px;
  bottom:76px;
  padding:10px 12px;
  border-radius: 12px;
  background: rgba(15, 23, 42, .88);
  color: #fff;
  font-size: 12.5px;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  opacity:0;
  transform: translateY(8px);
  pointer-events:none;
  transition: opacity .18s ease, transform .18s ease;
}
.toast.show{
  opacity:1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 980px){
  .topbar .inner{ white-space:normal; text-align:center; }
}
@media (max-width: 860px){
  .panel-inner{ flex-direction:column; }
  .right{ min-height: 280px; }
  .right::after{
    background: linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.18) 48%, rgba(255,255,255,0) 78%);
  }
  .center-note{ display:none; } /* auf Mobile weniger clutter */
}
