:root {
  --ink: #2d251f;
  --muted: #74685d;
  --cream: #fff6e7;
  --paper: #fffdf7;
  --green: #45a889;
  --green-dark: #257a64;
  --coral: #ff805d;
  --coral-dark: #d75f42;
  --gold: #ffd76a;
  --sky: #c8e9ff;
  --toy-line: #d8b88f;
  --toy-shadow: rgba(105, 73, 38, .18);
}

body {
  font-family: "Nunito", "Avenir Next Rounded", "Trebuchet MS", sans-serif;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.26) 0 12px, rgba(255,215,106,.1) 12px 24px),
    linear-gradient(180deg, #fff6e7 0%, #eaf8ef 45%, #fff1df 100%);
  color: var(--ink);
}

header {
  border-bottom: 2px solid rgba(255,255,255,.78);
  background: rgba(255, 246, 231, .9);
  box-shadow: 0 10px 28px rgba(105,73,38,.1);
}

.brand {
  color: var(--ink);
  font-weight: 950;
}

.brand:before {
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 10px;
  box-shadow: 0 5px 0 rgba(255,128,93,.18), 0 10px 22px rgba(45,37,31,.16);
}

.navlinks a,
.lang-switch,
.eyebrow,
.page-kicker {
  border: 2px solid rgba(255,255,255,.9);
  background: linear-gradient(180deg, #fffefd 0%, #fff0da 100%);
  box-shadow: 0 5px 0 rgba(216,184,143,.42), 0 12px 22px rgba(105,73,38,.08);
}

.navlinks a.active,
.navlinks a:hover,
.lang-switch a.active {
  color: white;
  background: linear-gradient(180deg, #5cc2a4 0%, #2f8f74 100%);
  box-shadow: 0 5px 0 #1e6d58, 0 12px 22px rgba(45,168,137,.22);
}

.lang-switch a:not(.active) {
  color: var(--muted);
}

h1,
h2,
h3,
.price {
  font-weight: 950;
  letter-spacing: 0;
}

.lead,
.small,
.card p,
.faq-list p,
.info-list li {
  color: var(--muted);
}

.panel,
.page-panel,
.card,
.faq-list details,
.info-list li,
.email-box,
.notice,
.user-report,
.status-summary div {
  border: 2px solid rgba(255,255,255,.9);
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,248,235,.96) 100%);
  box-shadow: 0 8px 0 rgba(216,184,143,.38), 0 22px 42px var(--toy-shadow);
}

.panel,
.page-panel,
.card,
.faq-list details,
.info-list li,
.dropzone,
input,
select,
textarea,
.notice,
.email-box,
.user-report,
.status-summary div,
.link-list .checkout-button {
  border-radius: 18px;
}

.metric {
  border: 2px solid rgba(255,255,255,.92);
  background: linear-gradient(180deg, #fffefa 0%, #fff1d8 100%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.9), 0 6px 0 rgba(255,215,106,.42);
}

.metric strong,
.price {
  color: var(--green-dark);
  text-shadow: 0 2px 0 rgba(255,255,255,.8);
}

.page-kicker,
.eyebrow {
  color: #8b5f1d;
  background: linear-gradient(180deg, #fff6bd 0%, #ffd76a 100%);
}

.btn {
  min-height: 52px;
  border: 2px solid rgba(255,255,255,.9);
  box-shadow: 0 7px 0 rgba(105,73,38,.24), 0 16px 28px rgba(105,73,38,.16);
  transition: transform .12s ease, box-shadow .12s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(4px);
  box-shadow: 0 3px 0 rgba(105,73,38,.24), 0 8px 16px rgba(105,73,38,.14);
}

.btn-primary {
  background: linear-gradient(180deg, #62caaa 0%, #2f8f74 100%);
  color: white;
}

.btn-secondary {
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #fff0da 100%);
}

label {
  color: #5c4630;
  font-weight: 950;
}

input,
select,
textarea {
  min-height: 54px;
  border: 2px solid #e4bd8c;
  background-color: #fffefa;
  box-shadow: inset 0 3px 0 rgba(255,255,255,.9), 0 5px 0 rgba(216,184,143,.34);
  color: var(--ink);
  font-weight: 850;
  outline: none;
  transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: inset 0 3px 0 rgba(255,255,255,.9), 0 5px 0 rgba(69,168,137,.34), 0 0 0 4px rgba(69,168,137,.18);
}

select {
  appearance: none;
  cursor: pointer;
  padding-right: 48px;
  background-image:
    linear-gradient(180deg, rgba(255,215,106,.9), rgba(255,128,93,.82)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%232d251f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 8px center, right 16px center;
  background-size: 34px 34px, 18px 18px;
  background-repeat: no-repeat;
}

select:required:invalid {
  color: #9b7a56;
}

.dropzone {
  border: 3px dashed #e2b87f;
  background:
    linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(255,241,216,.9) 100%);
  box-shadow: inset 0 3px 0 rgba(255,255,255,.82), 0 8px 0 rgba(216,184,143,.34);
}

.dropzone:hover,
.dropzone.dragover {
  border-color: var(--green);
  background: linear-gradient(180deg, #f7fffb 0%, #dcf6e8 100%);
}

.dropzone .dz-browse,
.link-list a,
.link-list button {
  border: 2px solid rgba(255,255,255,.9);
  background: linear-gradient(180deg, #fff6bd 0%, #ffd76a 100%);
  box-shadow: 0 4px 0 rgba(183,138,66,.35);
}

.link-list .checkout-button {
  background: linear-gradient(180deg, #5cc2a4 0%, #2f8f74 100%);
  box-shadow: 0 8px 0 #1e6d58, 0 18px 34px rgba(45,168,137,.24);
}

.progress-track {
  height: 16px;
  border: 2px solid rgba(255,255,255,.92);
  background: #fff8e9;
  box-shadow: inset 0 3px 0 rgba(216,184,143,.24);
}

.progress-bar {
  background: linear-gradient(90deg, #45a889 0%, #ffd76a 54%, #ff805d 100%);
}

.device {
  border: 3px solid rgba(255,255,255,.92);
  background: linear-gradient(180deg, #594638 0%, #2d251f 100%);
  box-shadow: 0 12px 0 rgba(45,37,31,.18), 0 30px 70px rgba(105,73,38,.2);
}

.screen {
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.16) 0 10px, rgba(255,255,255,0) 10px 20px),
    linear-gradient(160deg, #c8e9ff 0%, #dcf6e8 52%, #ffe2b5 100%);
}

.dock div {
  border: 2px solid rgba(255,255,255,.9);
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,246,231,.86));
  box-shadow: 0 5px 0 rgba(216,184,143,.28);
}

.faq-list summary:after {
  color: var(--coral-dark);
  font-size: 20px;
}

footer {
  background: rgba(255,246,231,.72);
}

@media (max-width: 860px) {
  .navlinks a {
    background: linear-gradient(180deg, #fffefd 0%, #fff0da 100%);
  }
}

@media (max-width: 640px) {
  .panel,
  .page-panel,
  .card,
  .faq-list details,
  .info-list li {
    box-shadow: 0 6px 0 rgba(216,184,143,.34), 0 16px 28px rgba(105,73,38,.12);
  }

  input,
  select,
  textarea {
    min-height: 52px;
  }

  select {
    background-position: right 7px center, right 15px center;
  }
}
