/*
Theme Name: CobotLoom Domain Sale
Theme URI: https://cobotloom.com/
Author: OpenAI
Description: One-page premium domain sale theme for CobotLoom.com.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: cobotloom-sale
*/

:root {
  --bg: #071016;
  --panel: #0d1a22;
  --panel-soft: #10242e;
  --text: #edf7fa;
  --muted: #9fb2ba;
  --line: rgba(255,255,255,.1);
  --accent: #63e6be;
  --accent-2: #5aa9ff;
  --danger: #ff8787;
  --shadow: 0 24px 70px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(90,169,255,.14), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(99,230,190,.10), transparent 30%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }

.site-shell { min-height: 100vh; overflow: hidden; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(7,16,22,.78);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #061217;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 30px rgba(99,230,190,.18);
  font-size: 15px;
}
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.nav-links a:hover { color: var(--text); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #061217;
  background: linear-gradient(135deg, var(--accent), #8df3d2);
  box-shadow: 0 16px 38px rgba(99,230,190,.22);
}
.btn-secondary {
  color: var(--text);
  background: rgba(255,255,255,.03);
  border-color: var(--line);
}
.btn-small { min-height: 42px; padding: 0 17px; border-radius: 12px; font-size: 14px; }

.hero { padding: 96px 0 70px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 58px; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(99,230,190,.22);
  background: rgba(99,230,190,.07);
  color: #b7f6e1;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px var(--accent); }
.hero h1 {
  margin: 24px 0 18px;
  font-size: clamp(54px, 8vw, 106px);
  line-height: .94;
  letter-spacing: -.065em;
}
.hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(135deg, #fff 20%, #a8f3dc 58%, #7bb8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-copy { max-width: 700px; color: var(--muted); font-size: clamp(18px, 2.2vw, 23px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-note { margin-top: 18px; color: #78909a; font-size: 13px; }

.sale-card {
  position: relative;
  padding: 32px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(19,43,54,.92), rgba(10,24,31,.92));
  box-shadow: var(--shadow);
}
.sale-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 25px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(99,230,190,.08), transparent 40%, rgba(90,169,255,.08));
}
.card-label { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.price { margin: 12px 0 2px; font-size: 60px; line-height: 1; letter-spacing: -.05em; font-weight: 900; }
.price-sub { color: var(--muted); font-size: 14px; }
.card-divider { height: 1px; background: var(--line); margin: 28px 0; }
.checklist { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.checklist li { display: flex; align-items: flex-start; gap: 11px; color: #d6e5ea; }
.check {
  flex: 0 0 auto;
  margin-top: 3px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(99,230,190,.14);
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}
.card-actions { display: grid; gap: 12px; margin-top: 28px; }
.secure-note { text-align: center; color: #78909a; font-size: 12px; }

.section { padding: 84px 0; }
.section-kicker { color: var(--accent); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.section h2 { margin: 10px 0 16px; font-size: clamp(36px, 5vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
.section-intro { max-width: 760px; color: var(--muted); font-size: 18px; }

.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.benefit {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.025);
}
.benefit-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #061217;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  font-weight: 900;
}
.benefit h3 { margin: 22px 0 8px; font-size: 20px; }
.benefit p { margin: 0; color: var(--muted); }

.usecases { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; }
.usecase {
  padding: 26px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));
}
.usecase strong { display: block; margin-bottom: 8px; font-size: 19px; }
.usecase span { color: var(--muted); }

.contact-wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: stretch; }
.contact-panel, .form-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.025);
  padding: 30px;
}
.contact-panel { background: linear-gradient(145deg, rgba(99,230,190,.08), rgba(90,169,255,.05)); }
.contact-panel h3 { font-size: 30px; margin: 0 0 12px; }
.contact-panel p { color: var(--muted); }
.contact-points { display: grid; gap: 15px; margin-top: 28px; }
.contact-point { display: flex; gap: 12px; color: #d8e7eb; }
.contact-point b { color: var(--accent); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
label { color: #dbe9ed; font-weight: 700; font-size: 14px; }
input, textarea {
  width: 100%;
  color: var(--text);
  background: #08151b;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  padding: 14px 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(99,230,190,.10); }
textarea { min-height: 130px; resize: vertical; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 18px; }
.form-note { color: #78909a; font-size: 12px; }
.notice { margin-bottom: 18px; padding: 14px 16px; border-radius: 13px; font-weight: 700; }
.notice-success { background: rgba(99,230,190,.10); border: 1px solid rgba(99,230,190,.25); color: #bdf8e5; }
.notice-error { background: rgba(255,135,135,.10); border: 1px solid rgba(255,135,135,.25); color: #ffc5c5; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

.footer { padding: 34px 0 46px; color: #71858d; border-top: 1px solid var(--line); font-size: 13px; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .nav-links a:not(.btn) { display: none; }
  .hero-grid, .contact-wrap { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: 70px; }
  .sale-card { max-width: 620px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1160px); }
  .topbar .btn-small { display: none; }
  .nav { min-height: 64px; }
  .hero { padding: 56px 0 48px; }
  .hero h1 { font-size: 54px; }
  .hero-copy { font-size: 18px; }
  .benefits-grid, .usecases, .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .section { padding: 62px 0; }
  .sale-card, .contact-panel, .form-panel { padding: 22px; border-radius: 20px; }
  .price { font-size: 50px; }
  .hero-actions .btn { width: 100%; }
}
