*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --blue: #1456ff;
  --navy: #071b4d;
  --navy2: #0b2c75;
  --bg: #f0f4fb;
  --white: #ffffff;
  --muted: #64748b;
  --border: #dde6f3;
  --green: #16a34a;
  --green-bg: #dcfce7;
  --green-text: #15803d;
  --shadow: 0 4px 24px rgba(10,30,80,.10);
  --shadow-lg: 0 12px 48px rgba(10,30,80,.13);
}

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; background: var(--bg); color: var(--navy); line-height: 1.5; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

.wrap { width: min(1180px, 92%); margin: 0 auto; }

/* ── HEADER ── */
header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 900; font-size: 18px; line-height: 1.2;
  color: var(--navy2); letter-spacing: -.3px;
}
.logo img { height: 46px; width: auto; }
.logo span { font-size: 11px; display: block; font-weight: 700; color: var(--navy2); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 13.5px; font-weight: 600; color: #1e2d4a; }
.nav-links a:hover { color: var(--blue); }
.btn-contact {
  background: linear-gradient(135deg, #1456ff, #0b3fcf);
  color: #fff !important; padding: 11px 20px; border-radius: 10px;
  font-weight: 700; font-size: 13.5px;
  box-shadow: 0 6px 18px rgba(20,86,255,.30);
}

/* ── HERO ── */
.hero {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 50px; align-items: center;
  padding: 64px 0 50px;
  background: #fff;
}
.hero-left { max-width: 560px; }
.hero h1 {
  font-size: 68px; font-weight: 900;
  letter-spacing: -3px; line-height: .95;
  color: var(--navy); margin-bottom: 20px;
}
.hero p {
  font-size: 16px; color: var(--muted); line-height: 1.7;
  margin-bottom: 28px; max-width: 440px;
}
.search-bar {
  display: flex; gap: 8px;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 14px; padding: 8px;
  box-shadow: var(--shadow); margin-bottom: 14px;
}
.search-bar input {
  flex: 1; border: none; outline: none;
  background: #f5f8fd; border-radius: 9px;
  padding: 13px 16px; font-size: 14.5px; color: #334;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
.search-bar input::placeholder { color: #a0aec0; }
.btn-search {
  background: linear-gradient(135deg, #1456ff, #0b3fcf);
  color: #fff; border: none; border-radius: 9px;
  padding: 13px 24px; font-size: 14.5px; font-weight: 700;
  cursor: pointer; white-space: nowrap;
  box-shadow: 0 4px 14px rgba(20,86,255,.30);
}
.search-hints { display: flex; gap: 18px; }
.search-hints span {
  font-size: 12.5px; color: var(--muted); font-weight: 500;
  display: flex; align-items: center; gap: 5px;
}
.search-hints span::before { content: '✓'; color: var(--blue); font-weight: 800; }

.hero-img-wrap {
  background: radial-gradient(ellipse at 60% 30%, #c8deff 0%, #e8f0fd 60%, #f5f8ff 100%);
  border-radius: 28px; overflow: hidden;
  box-shadow: var(--shadow-lg); min-height: 360px;
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.hero-img-wrap img { width: 100%; border-radius: 18px; object-fit: cover; }

/* ── DARK BAND ── */
.dark-band-wrap { background: #fff; padding: 0 0 50px; }
.dark-band {
  background: linear-gradient(135deg, #03163d 0%, #092870 100%);
  border-radius: 26px; padding: 42px 40px;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
}
.feat {
  padding: 0 28px 0 0;
  border-right: 1px solid rgba(255,255,255,.12);
}
.feat:last-child { border-right: none; padding-right: 0; }
.feat:not(:first-child) { padding-left: 28px; }
.feat-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.feat-icon svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feat h3 { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.feat p { font-size: 13px; color: #b8cbe8; line-height: 1.65; }

/* ── ABOUT ── */
.about-section { background: #fff; padding: 10px 0 50px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.about-label {
  font-size: 11px; font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--blue); margin-bottom: 14px;
}
.about-grid h2 {
  font-size: 40px; font-weight: 900; letter-spacing: -1.5px;
  line-height: 1.08; color: var(--navy); margin-bottom: 16px;
}
.about-grid > div > p { font-size: 14px; color: var(--muted); line-height: 1.75; margin-bottom: 24px; }
.btn-learn {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; font-weight: 700; color: var(--blue);
  border: 1.5px solid var(--blue); border-radius: 9px;
  padding: 10px 18px;
}
.btn-learn:hover { background: #f0f5ff; }
.about-items { display: flex; flex-direction: column; gap: 22px; }
.about-item { display: flex; gap: 16px; align-items: flex-start; }
.about-item-icon {
  width: 46px; height: 46px; background: #eef3ff;
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.about-item-icon svg { width: 22px; height: 22px; stroke: var(--blue); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.about-item h4 { font-size: 14.5px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.about-item p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── STATS ── */
.stats-wrap { background: #fff; padding: 0 0 70px; }
.stats {
  background: linear-gradient(135deg, #041a4e 0%, #082d80 100%);
  border-radius: 22px; display: grid; grid-template-columns: repeat(4,1fr);
  padding: 28px 0;
}
.stat { text-align: center; border-right: 1px solid rgba(255,255,255,.12); padding: 10px 0; }
.stat:last-child { border-right: none; }
.stat h2 { font-size: 36px; font-weight: 900; letter-spacing: -1px; color: #fff; }
.stat p { font-size: 13px; color: #c5d5f0; margin-top: 4px; }

/* ── FOOTER ── */
footer { background: linear-gradient(160deg, #04163f 0%, #061f5c 100%); }
.footer-inner {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; padding: 56px 0 44px;
}
.footer-logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 900; font-size: 17px; line-height: 1.2; color: #fff;
  margin-bottom: 16px;
}
.footer-logo svg { width: 38px; height: 38px; }
.footer-logo svg circle, .footer-logo svg path { stroke: #fff; }
.footer-desc { font-size: 13px; color: #a8bcd8; line-height: 1.75; max-width: 300px; }
.footer-inner h4 { font-size: 13px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.footer-inner a { display: block; font-size: 13px; color: #a8bcd8; margin-bottom: 9px; }
.footer-inner a:hover { color: #fff; }
.social-row { display: flex; gap: 9px; margin-top: 4px; }
.social-btn {
  width: 32px; height: 32px; background: rgba(255,255,255,.1);
  border-radius: 7px; display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: #fff; font-weight: 700;
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; text-align: center; font-size: 12.5px; color: #5a78a8; }

/* ── LANDER ── */
.page-wrap { padding: 50px 0 70px; }
.form-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 28px; padding: 46px 48px;
  box-shadow: var(--shadow-lg); max-width: 900px; margin: 0 auto;
}
.badge-green {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green-bg); color: var(--green-text);
  font-size: 12.5px; font-weight: 700;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.badge-green::before { content: '✓'; font-size: 11px; }
.domain-name {
  font-size: 52px; font-weight: 900; letter-spacing: -2px;
  color: var(--blue); margin-bottom: 6px; word-break: break-all;
}
.domain-avail { font-size: 30px; font-weight: 800; color: var(--navy); margin-bottom: 14px; }
.domain-desc { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 0; }
.lander-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: center; margin-bottom: 40px; }
.globe-card {
  background: radial-gradient(ellipse at 50% 40%, #c0d8ff 0%, #e6eeff 100%);
  border-radius: 22px; padding: 24px; min-height: 200px;
  display: flex; align-items: center; justify-content: center;
  position: relative; box-shadow: var(--shadow);
}
.globe-card img { width: 100%; border-radius: 14px; object-fit: cover; }
.domain-pill {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: #fff; border-radius: 8px; padding: 6px 14px;
  font-weight: 800; font-size: 13.5px; color: var(--blue);
  box-shadow: 0 4px 16px rgba(20,86,255,.22); white-space: nowrap;
}

/* Why .com */
.why-com { margin-bottom: 36px; }
.why-com h3 { font-size: 19px; font-weight: 800; color: var(--navy); text-align: center; margin-bottom: 22px; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.why-card { background: #f7f9fd; border-radius: 16px; padding: 22px; text-align: center; }
.why-icon { font-size: 24px; margin-bottom: 10px; }
.why-card h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.why-card p { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

/* Form */
.form-heading { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.form-sub { font-size: 13.5px; color: var(--muted); margin-bottom: 22px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.field label { font-size: 13px; font-weight: 700; color: var(--navy); }
.field input {
  padding: 13px 16px; border: 1.5px solid var(--border);
  border-radius: 12px; font-size: 14px; color: var(--navy);
  background: #fafcff; outline: none; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
.field input::placeholder { color: #b0bcd0; }
.field input:focus { border-color: var(--blue); background: #fff; }
.btn-primary {
  width: 100%; padding: 17px; border: none; border-radius: 12px;
  background: linear-gradient(135deg, #1456ff, #0b3fcf);
  color: #fff; font-size: 16px; font-weight: 700;
  cursor: pointer; box-shadow: 0 6px 20px rgba(20,86,255,.30);
  margin-top: 8px;
}
.trust-row {
  display: flex; justify-content: center; gap: 28px;
  padding-top: 20px; margin-top: 20px;
  border-top: 1px solid var(--border);
}
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.trust-dot { width: 26px; height: 26px; background: #eef3ff; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 12px; }

/* ── CHECKOUT ── */
.checkout-heading { font-size: 36px; font-weight: 900; letter-spacing: -1px; color: var(--blue); text-align: center; margin-bottom: 6px; }
.checkout-sub { font-size: 15px; color: var(--muted); text-align: center; margin-bottom: 30px; }
.summary-box {
  background: #f7f9fd; border: 1px solid var(--border);
  border-radius: 16px; padding: 24px; margin-bottom: 20px;
}
.summary-box h3 { font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.sum-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 13.5px; }
.sum-row:last-child { border-bottom: none; }
.sum-label { color: var(--muted); }
.sum-val { font-weight: 700; color: var(--navy); }
.sum-fee { font-size: 11.5px; color: var(--muted); padding: 3px 0 8px; }
.sum-total .sum-label { font-weight: 800; color: var(--navy); font-size: 14.5px; }
.sum-total .sum-val { font-weight: 900; color: var(--green); font-size: 16px; }
.info-box {
  background: #f7f9fd; border: 1px solid var(--border);
  border-radius: 16px; padding: 22px 24px; margin-bottom: 20px;
}
.info-box h3 { font-size: 14px; font-weight: 800; color: var(--navy); margin-bottom: 14px; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.info-col label { font-size: 11.5px; font-weight: 700; color: var(--muted); display: block; margin-bottom: 3px; }
.info-col span { font-size: 14px; font-weight: 600; color: var(--navy); }
.edit-link { display: block; font-size: 12.5px; font-weight: 700; color: var(--blue); margin-top: 12px; }
.secure-head { font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.secure-sub { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.invoice-field {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--border);
  border-radius: 12px; font-size: 14px; background: #fafcff;
  outline: none; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: var(--navy);
}
.invoice-field::placeholder { color: #b0bcd0; }
.btn-invoice {
  width: 100%; padding: 16px; border: none; border-radius: 12px;
  background: linear-gradient(135deg, #1456ff, #0b3fcf);
  color: #fff; font-size: 15.5px; font-weight: 700; cursor: pointer;
  box-shadow: 0 6px 20px rgba(20,86,255,.30);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 14px;
}
.stripe-note { text-align: center; font-size: 12px; color: var(--muted); margin-top: 8px; }
.checkout-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--border); }
.ct-item { text-align: center; }
.ct-icon { font-size: 22px; margin-bottom: 7px; }
.ct-item h4 { font-size: 12.5px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.ct-item p { font-size: 11.5px; color: var(--muted); }

/* ── SUCCESS ── */
.success-wrap { padding: 70px 0; max-width: 640px; margin: 0 auto; text-align: center; }
.check-circle {
  width: 90px; height: 90px; border-radius: 50%;
  border: 4px solid var(--green); color: var(--green);
  display: flex; align-items: center; justify-content: center;
  font-size: 38px; margin: 0 auto 24px;
}
.success-wrap h1 { font-size: 52px; font-weight: 900; letter-spacing: -2px; color: var(--navy); margin-bottom: 10px; }
.success-wrap .thankyou { font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.success-wrap .to-email { font-size: 16px; margin-bottom: 14px; }
.success-wrap .to-email span { color: var(--blue); font-weight: 700; }
.success-note { font-size: 14px; color: var(--muted); line-height: 1.75; max-width: 440px; margin: 0 auto 32px; }
.next-box {
  background: #fff; border: 1px solid var(--border); border-radius: 24px;
  padding: 30px 32px; box-shadow: var(--shadow); margin-bottom: 16px;
}
.next-box h2 { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 24px; }
.next-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.next-item { text-align: center; }
.next-icon { font-size: 26px; margin-bottom: 10px; }
.next-item h4 { font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.next-item p { font-size: 12px; color: var(--muted); line-height: 1.6; }
.help-box {
  background: #f7f9fd; border: 1px solid var(--border);
  border-radius: 18px; padding: 24px 28px;
}
.help-box h3 { font-size: 16px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.help-box p { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.btn-outline {
  display: inline-block; padding: 11px 24px;
  border: 2px solid var(--border); border-radius: 10px;
  font-size: 13.5px; font-weight: 700; color: var(--navy);
}
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }

@media (max-width: 860px) {
  .hero, .dark-band, .about-grid, .lander-top, .why-grid, .next-grid, .footer-inner, .field-grid, .checkout-trust, .stats { grid-template-columns: 1fr; }
  .hero h1 { font-size: 44px; }
  .feat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); padding: 18px 0; }
  .domain-name { font-size: 36px; }
}

/* Logo image override */
.logo img { height: 46px; width: auto; display: block; }
.footer-logo img { height: 40px; width: auto; filter: brightness(0) invert(1); }

/* Textarea */
textarea { padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 12px; font-size: 14px; background: #fafcff; outline: none; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: var(--navy); }
textarea:focus { border-color: var(--blue); background: #fff; }

/* FAQ details */
details summary::-webkit-details-marker { display: none; }
details[open] summary span { transform: rotate(45deg); display: inline-block; }

/* Responsive extras */
@media (max-width: 860px) {
  .about-grid > div:first-child, .lander-top > div:first-child { order: 1; }
}

/* Footer logo fix — SVG + text, no PNG white rectangle */
.footer-logo-wrap {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 16px;
}
.footer-logo { display: none; } /* hide old PNG version in footer */
