/* Cheap Fast Websites — marketing site */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0f172a;
  --navy-soft: #1e293b;
  --surface: #ffffff;
  --surface-muted: #f8fafc;
  --border: #e2e8f0;
  --text: #0f172a;
  --text-muted: #64748b;
  --teal: #0d9488;
  --teal-dark: #0f766e;
  --teal-soft: #ccfbf1;
  --amber: #d97706;
  --amber-soft: #fef3c7;
  --success: #059669;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
  --max: 1120px;
  --font: "DM Sans", system-ui, -apple-system, sans-serif;
  --display: "Plus Jakarta Sans", system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--surface);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--teal-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--border);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.lang-btn {
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.65rem;
  cursor: pointer;
  color: var(--text-muted);
  min-height: 36px;
}

.lang-btn.is-active {
  background: var(--navy);
  color: #fff;
}

.deposit-banner {
  background: linear-gradient(90deg, #0f766e, #0d9488 50%, #d97706);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}

.deposit-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  padding: 0.65rem 0;
  text-align: center;
}

.deposit-banner-cta {
  color: #0f172a;
  background: #fff;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.deposit-banner-cta:hover {
  text-decoration: none;
  opacity: 0.95;
}

.badge-down {
  background: #fef3c7 !important;
  color: #b45309 !important;
}

.deposit-highlight {
  display: inline-block;
  margin: 0.35rem 0 0.75rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: var(--amber-soft);
  color: #b45309;
  font-weight: 800;
  font-size: 1rem;
}

.deposit-form-callout {
  background: var(--teal-soft);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  color: var(--teal-dark) !important;
  font-weight: 600;
}

.trust-grid-5 {
  grid-template-columns: 1fr;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--navy);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.logo:hover { text-decoration: none; }

.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--teal), #14b8a6);
  display: grid;
  place-items: center;
  color: white;
  flex-shrink: 0;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
}

.nav-links a {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-links a:hover { color: var(--navy); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
  font-family: inherit;
}

.btn:hover { text-decoration: none; transform: translateY(-1px); }

.btn-primary {
  background: var(--teal);
  color: white;
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.28);
}

.btn-primary:hover { background: var(--teal-dark); color: white; }

.btn-secondary {
  background: white;
  color: var(--navy);
  border-color: var(--border);
}

.btn-secondary:hover { border-color: var(--teal); color: var(--teal-dark); }

.btn-lg { min-height: 54px; padding: 0.9rem 1.6rem; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* Hero */
.hero {
  position: relative;
  padding: 3.5rem 0 3rem;
  background:
    radial-gradient(ellipse 80% 60% at 80% 0%, rgba(13, 148, 136, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(217, 119, 6, 0.08), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  background: var(--teal-soft);
  color: var(--teal-dark);
}

.badge.amber {
  background: var(--amber-soft);
  color: #b45309;
}

.hero h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--navy);
  margin-bottom: 1rem;
  max-width: 16ch;
}

.hero h1 .accent { color: var(--teal); }

.hero-lead {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 38ch;
  margin-bottom: 1.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.hero-note {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.hero-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
}

.hero-card h2 {
  font-family: var(--display);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.stat {
  background: var(--surface-muted);
  border-radius: 12px;
  padding: 1rem;
}

.stat strong {
  display: block;
  font-family: var(--display);
  font-size: 1.35rem;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.stat span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Sections */
section { padding: 4rem 0; }
.section-muted { background: var(--surface-muted); }
.section-dark {
  background: var(--navy);
  color: white;
}
.section-dark .section-lead { color: #94a3b8; }
.section-dark h2 { color: white; }

.section-head {
  max-width: 640px;
  margin-bottom: 2.25rem;
}

.section-head.center {
  text-align: center;
  margin-inline: auto;
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.6rem;
}

h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.section-lead {
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* Trust */
.trust-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.trust-item {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  box-shadow: var(--shadow);
}

.trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-weight: 800;
}

.trust-item h3 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.trust-item p {
  font-size: 0.92rem;
  color: var(--text-muted);
}

/* Lists / cards */
.include-grid {
  display: grid;
  gap: 1rem;
}

.include-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.include-card ul {
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.include-card li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  color: var(--navy-soft);
}

.include-card li::before {
  content: "✓";
  color: var(--teal);
  font-weight: 800;
  flex-shrink: 0;
}

.callout {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  background: var(--amber-soft);
  color: #92400e;
  font-size: 0.95rem;
}

.pricing-box {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow);
  max-width: 720px;
}

.price-line {
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.5rem;
}

.price-line span { color: var(--teal); }

.fit-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.fit-card {
  border-radius: 12px;
  padding: 1.15rem;
  border: 1px solid var(--border);
}

.fit-card.good { background: #ecfdf5; border-color: #a7f3d0; }
.fit-card.bad { background: #fff7ed; border-color: #fed7aa; }
.fit-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.fit-card ul { margin-left: 1.1rem; color: var(--text-muted); font-size: 0.95rem; }
.fit-card li { margin-bottom: 0.3rem; }

/* Process */
.process-steps {
  display: grid;
  gap: 1rem;
  counter-reset: step;
}

.step {
  position: relative;
  background: var(--navy-soft);
  border-radius: var(--radius);
  padding: 1.35rem 1.35rem 1.35rem 4.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 1.15rem;
  top: 1.25rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: var(--teal);
  color: white;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.step h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.step p {
  color: #94a3b8;
  font-size: 0.95rem;
}

.process-note {
  margin-top: 1.25rem;
  color: #94a3b8;
  font-size: 0.95rem;
}

/* Portfolio */
.portfolio-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.portfolio-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.portfolio-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.portfolio-card .tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--teal-dark);
  background: var(--teal-soft);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  width: fit-content;
}

.portfolio-card h3 {
  font-family: var(--display);
  font-size: 1.15rem;
}

.portfolio-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  flex: 1;
}

.portfolio-card .visit {
  font-weight: 700;
  color: var(--teal-dark);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 800px;
}

details.faq {
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem 1.15rem;
}

details.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

details.faq summary::-webkit-details-marker { display: none; }

details.faq summary::after {
  content: "+";
  color: var(--teal);
  font-size: 1.35rem;
  font-weight: 400;
}

details.faq[open] summary::after { content: "–"; }

details.faq p {
  margin-top: 0.75rem;
  color: var(--text-muted);
  font-size: 0.98rem;
}

/* Form */
.signup {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(13, 148, 136, 0.12), transparent 60%),
    var(--surface-muted);
}

.form-wrap {
  display: grid;
  gap: 1.5rem;
}

.form-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
}

.form-intro {
  margin-bottom: 1.25rem;
  color: var(--text-muted);
  font-size: 0.98rem;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.field label {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 0.35rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  font: inherit;
  background: white;
  color: var(--text);
}

.field textarea { min-height: 110px; resize: vertical; }

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(13, 148, 136, 0.35);
  border-color: var(--teal);
}

.hint {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
}

.form-disclaimer {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-top: 0.85rem;
  text-align: center;
}

.hp {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Footer */
.site-footer {
  background: var(--navy);
  color: #94a3b8;
  padding: 2.5rem 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-brand {
  color: white;
  font-family: var(--display);
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a { color: #cbd5e1; }
.footer-copy { font-size: 0.9rem; }

/* Thanks / simple pages */
.simple-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.simple-main {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 3rem 1rem;
  background: var(--surface-muted);
}

.simple-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem;
  max-width: 560px;
  width: 100%;
  box-shadow: var(--shadow-lg);
  text-align: center;
}

.simple-card .check {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  font-weight: 800;
}

.simple-card h1 {
  font-family: var(--display);
  font-size: 1.9rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.simple-card p {
  color: var(--text-muted);
  margin-bottom: 0.85rem;
}

.simple-card ol {
  text-align: left;
  margin: 1.25rem auto 1.5rem;
  max-width: 28rem;
  color: var(--navy-soft);
  padding-left: 1.2rem;
}

.simple-card li { margin-bottom: 0.45rem; }

.simple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* Mobile sticky CTA */
.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-cta .btn { width: 100%; }

body.show-mobile-cta .mobile-cta { display: block; }
body.show-mobile-cta { padding-bottom: 5.5rem; }

@media (min-width: 640px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .fit-grid { grid-template-columns: 1fr 1fr; }
  .form-grid.two { grid-template-columns: 1fr 1fr; }
  .form-card { padding: 2rem; }
}

@media (min-width: 900px) {
  .nav-links { display: flex; }
  .hero { padding: 5rem 0 4.5rem; }
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; gap: 3rem; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-grid-5 { grid-template-columns: repeat(5, 1fr); }
  .include-grid { grid-template-columns: 1.2fr 0.8fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
  .form-wrap { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  body.show-mobile-cta .mobile-cta { display: none; }
  body.show-mobile-cta { padding-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn:hover { transform: none; }
  .portfolio-card:hover { transform: none; }
}
