:root{
  --bg:#ffffff;
  --text:#0a0a0a;
  --muted:#2b2b2b;
  --line:#d8d8d8;
  --field:#ffffff;
  --btn:#0a0a0a;
  --radius:16px;
  --ok:#16a34a;
  --err:#dc2626;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:var(--bg);
  color:var(--text);
}

a{color:inherit}
.container{
  width:min(880px, 92vw);
  margin:0 auto;
  padding:42px 0 70px;
}

h1{
  margin:0 0 18px;
  font-size:clamp(34px, 6.6vw, 56px);
  line-height:1.05;
  letter-spacing:-.02em;
  font-weight:800;
}

h2{
  margin:0 0 18px;
  font-size:clamp(22px, 4.4vw, 34px);
  font-weight:800;
  letter-spacing:-.01em;
}

p{
  margin:0 0 18px;
  font-size:clamp(16px, 3.5vw, 20px);
  line-height:1.65;
  color:var(--text);
  font-weight:650;
}

p.muted{
  color:var(--muted);
  font-weight:650;
}

.form-wrap{
  margin-top:34px;
  width:min(560px, 100%);
}

.field{position:relative;margin:16px 0;}
input, select{
  width:100%;
  padding:18px 18px;
  border:2px solid var(--line);
  border-radius:var(--radius);
  font-size:20px;
  outline:none;
  background:var(--field);
  transition:.15s ease;
}
input::placeholder{color:#9c9c9c}
input:focus, select:focus{border-color:#bdbdbd}

.req{
  position:absolute;
  right:-18px;
  top:14px;
  width:28px;height:28px;
  display:grid;place-items:center;
  font-weight:900;font-size:20px;color:#000;
  user-select:none;
}

.actions{margin-top:18px;display:flex;gap:12px;align-items:center;}
button{
  border:0;
  background:var(--btn);
  color:#fff;
  padding:14px 22px;
  border-radius:14px;
  font-size:20px;
  font-weight:800;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:12px;
}
button:disabled{opacity:.6; cursor:not-allowed}
.arrow{
  display:inline-grid;place-items:center;
  width:26px;height:26px;border-radius:999px;
  background:#fff;color:#000;font-weight:900;
}

.small{
  margin-top:14px;
  font-size:13px;
  line-height:1.5;
  color:#6b6b6b;
  width:min(560px,100%);
}
.small a{color:#111;text-decoration:underline;text-underline-offset:3px;}

.alert{
  margin-top:14px;
  padding:12px 14px;
  border:1px solid #e5e5e5;
  border-radius:14px;
  font-size:14px;
  width:min(560px,100%);
}
.alert.ok{border-color:#bfe9cf;background:#f1fbf5;color:#0b4a1f}
.alert.err{border-color:#f3c2c2;background:#fff3f3;color:#7a1212}

.hr{height:1px;background:#eee;margin:18px 0 16px;}

.card{
  border:1px solid #eee;
  border-radius:18px;
  padding:16px;
  background:#fff;
}

.table-wrap{
  width:100%;
  overflow:auto;
  border:1px solid #eee;
  border-radius:16px;
}
table{
  width:100%;
  border-collapse:collapse;
  min-width:860px;
}
th,td{
  padding:12px 12px;
  border-bottom:1px solid #f0f0f0;
  text-align:left;
  vertical-align:top;
  font-size:14px;
}
th{font-weight:800; background:#fafafa; position:sticky; top:0;}
tr:hover td{background:#fcfcfc}

.pills{display:flex;gap:8px;flex-wrap:wrap}
.pill{
  font-size:12px;
  padding:6px 10px;
  border:1px solid #eee;
  border-radius:999px;
  background:#fff;
  color:#333;
}

.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.topbar .left, .topbar .right{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.topbar a.btnlink{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid #eee;
  text-decoration:none;
  font-weight:750;
  background:#fff;
}
input.smallin{
  font-size:14px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid #eee;
}
@media (max-width: 520px){
  .req{right:-10px}
  input,select{font-size:18px}
  button{font-size:18px}
  table{min-width:760px}
}


.hero-title{
  font-size:clamp(30px, 6.0vw, 50px);
}



.price-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:14px;
  font-weight:900;
  font-size:18px;
  line-height:1.2;
}

.price-row .label{
  color:#111;
  font-weight:900;
}

.price{
  font-weight:950;
  letter-spacing:-.01em;
}

.price.old{
  color:#777;
  text-decoration:line-through;
  text-decoration-thickness:3px;
  text-decoration-color:#444;
  font-size:18px;
}

.price.new{
  color:#000;
  font-size:26px;
  font-weight:950;
}

.price-note{
  margin-top:10px;
  font-size:15px;
  line-height:1.55;
  color:#111;
  font-weight:800;
}



.price-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:14px;
  font-weight:950;
  font-size:20px;
  line-height:1.15;
}

.price-row .label{
  color:#0f0f0f;
  font-weight:950;
}

.price{
  font-weight:950;
  letter-spacing:-.01em;
}

.price.old{
  color:#6f6f6f;
  text-decoration:line-through;
  text-decoration-thickness:4px;
  text-decoration-color:#3a3a3a;
  font-size:20px;
}

.price.new{
  color:#000;
  font-size:32px;
  font-weight:950;
}

.price-note{
  margin-top:12px;
  font-size:16px;
  line-height:1.6;
  color:#111;
  font-weight:900;
}

/* Price box */
.pricebox{
  margin-top:18px;
  padding:18px 18px;
  border:2px solid #e6e6e6;
  border-radius:18px;
  background:#f7f7f7;
  width:min(560px,100%);
}

.price-line{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:6px 0;
  font-weight:950;
}

.pricebox .label{
  font-size:20px;
  font-weight:950;
  color:#111;
}

.pricebox .value{
  font-size:24px;
  font-weight:950;
  letter-spacing:-.01em;
}

.pricebox .value.old{
  color:#6f6f6f;
  text-decoration:line-through;
  text-decoration-thickness:4px;
  text-decoration-color:#222;
}

.pricebox .value.new{
  color:#000;
  font-size:34px; /* çok belirgin */
}

.pricebox .price-note{
  margin-top:12px;
  font-size:16px;
  line-height:1.6;
  font-weight:900;
  color:#111;
}
