.cside-calc { max-width: 1180px; margin: 0 auto; font-family: Arial, sans-serif; color: #1e293b; }
.cside-calc-header { margin-bottom: 24px; }
.cside-kicker { font-size: 13px; color: #64748b; margin-bottom: 6px; }
.cside-calc h2 { margin: 0 0 10px; font-size: 32px; }
.cside-calc p { color: #64748b; }

.cside-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
.cside-tab { border: 1px solid #cbd5e1; background: #fff; padding: 12px; border-radius: 12px; cursor: pointer; font-size: 16px; }
.cside-tab.active { background: #18143c; color: #fff; }

.cside-tab-panel { display: none; }
.cside-tab-panel.active { display: block; }

.cside-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; }
.cside-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 20px; box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04); }

.cside-card h3 { margin-top: 0; margin-bottom: 18px; }
.cside-card label { display: block; margin: 14px 0 8px; font-weight: 600; }

.cside-card input[type="number"],
.cside-card select {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 15px;
}

.cside-options, .cside-checks { display: grid; gap: 10px; }
.cside-options { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }

.cside-checks label,
.cside-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}

.cside-tier { border: 1px solid #e2e8f0; border-radius: 16px; padding: 16px; margin-bottom: 12px; }

.cside-tier-top { display: flex; justify-content: space-between; margin-bottom: 8px; align-items: center; }

.cside-tier-title { font-weight: 700; }
.cside-tier-sub { color: #64748b; font-size: 14px; }

.cside-badge {
  background: #c99a0e;
  border-radius: 10px;
  padding: 2px 13px;
  font-size: 12px;
  color: #fff;
}

.cside-price { font-size: 30px; font-weight: 700; }

.cside-note {
  margin-top: 16px;
  padding: 14px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 14px;
  font-size: 14px;
  color: #92400e;
}

@media (max-width: 900px) {
  .cside-grid { grid-template-columns: 1fr; }
}

/* Form Styles */
.cside-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cside-form-group { margin-bottom: 16px; }

.cside-form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
}

.cside-form-group input,
.cside-form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
}

.cside-form-group textarea { resize: vertical; }

.cside-submit-btn {
  background: #18143c;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s;
}

.cside-submit-btn:hover { background: #2a2458; }
.cside-submit-btn:disabled { background: #94a3b8; cursor: not-allowed; }

.cside-form-message { margin-top: 16px; }
.cside-success {
  padding: 14px;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 12px;
  color: #065f46;
}

.cside-error {
  padding: 14px;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 12px;
  color: #991b1b;
}

@media (max-width: 600px) {
  .cside-form-row { grid-template-columns: 1fr; }
}

.cside-quote-form {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.cside-quote-form h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.cside-form-intro {
  margin: 0 0 18px;
  font-size: 14px;
  color: #64748b;
}

.agreement{
	display: flex;
	align-items: baseline;
}
.agreement input{
	width: auto !important;
	margin-right:10px;
}