:root {
  --dl-primary: #d95b00;
  --dl-accent: #fff3c4;
  --bs-success-rgb: 47, 143, 91;
  --bs-danger-rgb: 192, 57, 43;
  --bs-body-color: #454545;
  --bs-border-radius: 10px;
}
body {
  background: linear-gradient(90deg, #d95b00 0%, #faa96d 50%, #de5e01 100%) fixed;
  color: #454545;
  font-family: 'articulat-cf', 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-size: 1.05rem;
}
h1,
h2,
h3 {
  font-family: 'articulat-cf', 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-weight: 600;
  color: #454545;
  letter-spacing: 0.02em;
}
main,
header,
footer {
  position: relative;
  z-index: 1;
}
.dl-highlight {
  background-image: linear-gradient(transparent 65%, rgba(255, 206, 0, 0.85) 65%);
  padding: 0 0.12em;
}
@keyframes dl-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dl-header {
  animation: dl-rise 0.5s ease-out both;
}
.dl-hero {
  animation: dl-rise 0.5s ease-out 0.07000000000000001s both;
}
.dl-card {
  animation: dl-rise 0.55s ease-out 0.14s both;
}
@media (prefers-reduced-motion: reduce) {
  .dl-header,
  .dl-hero,
  .dl-card {
    animation: none;
  }
}
.dl-header {
  padding: 1.3rem 0;
}
.dl-header .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl-header img {
  display: block;
}
.dl-hero h1 {
  color: #ffffff;
  font-size: clamp(1.9rem, 4.5vw, 2.6rem);
}
.dl-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
}
.dl-card {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.dl-card h1,
.dl-card h2,
.dl-card h3 {
  color: #454545;
}
.dl-section-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #454545;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid #ffce00;
}
.dl-required-legend {
  font-size: 0.8rem;
  color: #8a8a8a;
}
.required-marker::after {
  content: ' *';
  color: #d95b00;
}
.alert {
  border-radius: 10px;
  font-weight: 500;
}
code {
  color: #d95b00;
  font-weight: 600;
}
.form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #454545;
}
.form-control,
.form-select {
  border: 1px solid #e5e0da;
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  color: #282626;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-control:focus,
.form-select:focus {
  border-color: #ffce00;
  box-shadow: 0 0 0 0.25rem rgba(255, 206, 0, 0.3);
  color: #282626;
}
.form-control::placeholder {
  color: #b9b9b9;
}
.form-text {
  color: #8a8a8a;
  transition: color 0.25s ease;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #2f8f5b;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #c0392b;
}
.invalid-feedback {
  color: #c0392b;
}
.valid-feedback {
  color: #2f8f5b;
}
.dl-consent .form-check-input {
  border: 1px solid #ccc2b6;
}
.dl-consent .form-check-input:checked {
  background-color: #ffce00;
  border-color: #ffce00;
}
.dl-consent .form-check-input:focus {
  border-color: #ffce00;
  box-shadow: 0 0 0 0.25rem rgba(255, 206, 0, 0.3);
}
.dl-consent .form-check-label {
  font-size: 0.92rem;
}
.dl-consent .form-check-label a {
  color: #d95b00;
  font-weight: 600;
}
.dl-consent--on-gradient .form-check-label {
  color: #ffffff;
}
.dl-consent--on-gradient .form-check-label a {
  color: #ffce00;
}
.ts-control {
  border: 1px solid #e5e0da;
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  color: #282626;
}
.ts-wrapper.focus .ts-control {
  border-color: #ffce00;
  box-shadow: 0 0 0 0.25rem rgba(255, 206, 0, 0.3);
}
.ts-dropdown {
  border-radius: 10px;
  border-color: #e5e0da;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.16);
}
.ts-dropdown .option.active {
  background: #fff3c4;
  color: #282626;
}
.dl-subdomain-group .form-control {
  font-size: 1.15rem;
  font-weight: 600;
  padding: 0.7rem 1rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dl-subdomain-group .input-group-text {
  background: #282626;
  color: #ffce00;
  border: 1px solid #282626;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0.7rem 1rem;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#subdomain-feedback.text-success::before {
  content: '✓ ';
}
#subdomain-feedback.text-danger::before {
  content: '✗ ';
}
.btn-dl-primary {
  background: #ffce00;
  border: none;
  border-radius: 10px;
  color: #282626;
  font-weight: 600;
  padding: 0.75rem 1.6rem;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.06);
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.btn-dl-primary:hover,
.btn-dl-primary:focus {
  background: #e0b500;
  color: #282626;
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.btn-dl-primary:active {
  background: #cca500;
  color: #282626;
  transform: translateY(0);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.btn-dl-outline {
  border: 0.8px solid #282626;
  border-radius: 10px;
  color: #282626;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-dl-outline:hover {
  background: #282626;
  color: #ffce00;
}
.dl-plan-card,
.dl-pay-card {
  position: relative;
  display: block;
  height: 100%;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.5rem 1.4rem;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.2s ease;
}
.dl-plan-card input[type='radio'],
.dl-pay-card input[type='radio'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.dl-plan-card:hover,
.dl-pay-card:hover {
  transform: translateY(-3px);
}
.dl-plan-card:has(input:checked),
.dl-pay-card:has(input:checked) {
  border-color: #ffce00;
}
.dl-plan-card:has(input:checked) .dl-plan-check,
.dl-pay-card:has(input:checked) .dl-plan-check {
  background: #ffce00;
  border-color: #ffce00;
}
.dl-plan-card:has(input:checked) .dl-plan-check::after,
.dl-pay-card:has(input:checked) .dl-plan-check::after {
  opacity: 1;
}
.dl-plan-card:has(input:focus-visible),
.dl-pay-card:has(input:focus-visible) {
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.06), 0 0 0 0.25rem rgba(255, 206, 0, 0.4);
}
.dl-plan-check {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 1.55rem;
  height: 1.55rem;
  border: 2px solid #e5e0da;
  border-radius: 50%;
  background: #ffffff;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.dl-plan-check::after {
  content: '';
  position: absolute;
  top: 0.28rem;
  left: 0.5rem;
  width: 0.42rem;
  height: 0.75rem;
  border: solid #282626;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.dl-plan-name {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  color: #454545;
  margin-bottom: 0.35rem;
}
.dl-plan-price {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.15;
  color: #282626;
  margin-bottom: 0.45rem;
}
.dl-plan-price small {
  font-size: 1rem;
  font-weight: 600;
  color: #8a8a8a;
}
.dl-plan-note {
  display: block;
  font-size: 0.9rem;
  color: #8a8a8a;
  line-height: 1.45;
}
.dl-plan-breakdown {
  display: block;
  margin: 0.35rem 0 0.7rem;
  padding-top: 0.55rem;
  border-top: 1px dashed #e5e0da;
}
.dl-plan-breakdown-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.86rem;
  color: #8a8a8a;
  padding: 0.12rem 0;
}
.dl-plan-breakdown-row span {
  font-weight: 600;
  color: #454545;
  white-space: nowrap;
}
.dl-plan-badge {
  position: absolute;
  top: -0.8rem;
  left: 1.25rem;
  background: #ffce00;
  color: #282626;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}
.dl-pay-card {
  padding-top: 1.4rem;
}
.dl-pay-icon {
  display: block;
  color: #d95b00;
  margin-bottom: 0.6rem;
}
.dl-pay-only-yearly {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #d95b00;
}
.dl-pay-card.is-disabled {
  opacity: 0.45;
  filter: grayscale(0.6);
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}
.dl-success-total {
  display: block;
}
.dl-success-total .dl-success-total-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8a8a8a;
  margin-bottom: 0.1rem;
}
.dl-success-total .dl-success-total-value {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.15;
  color: #282626;
}
.dl-success-total .dl-success-total-note {
  display: block;
  font-size: 0.85rem;
  color: #8a8a8a;
  margin-top: 0.15rem;
}
.dl-bank-box {
  background: var(--dl-accent, #fff3c4);
  border: 1px solid rgba(255, 206, 0, 0.55);
  border-radius: 10px;
  padding: 1.35rem 1.5rem 1.2rem;
  text-align: left;
}
.dl-bank-box .dl-bank-box-title {
  font-size: 1rem;
  font-weight: 600;
  color: #454545;
  letter-spacing: 0.02em;
  margin-bottom: 0.65rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid #ffce00;
}
.dl-bank-box--neutral {
  background: #faf9f7;
  border-color: #e5e0da;
}
.dl-bank-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 1rem;
  padding: 0.45rem 0;
}
.dl-bank-row + .dl-bank-row {
  border-top: 1px dashed rgba(40, 38, 38, 0.16);
}
.dl-bank-row dt {
  font-size: 0.86rem;
  font-weight: 600;
  color: #8a8a8a;
  white-space: nowrap;
  margin: 0;
}
.dl-bank-row dd {
  margin: 0;
  font-weight: 600;
  color: #282626;
  text-align: right;
  overflow-wrap: anywhere;
}
.dl-bank-iban {
  font-family: ui-monospace, 'Cascadia Mono', Consolas, 'Courier New', monospace;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: #282626;
}
.dl-footer {
  background: #000;
  color: #ffffff;
  font-size: 0.85rem;
  padding: 1.1rem 0;
}
.dl-footer a {
  color: #ffffff;
  text-decoration: underline;
}
.dl-footer a:hover {
  color: #ffce00;
}
