:root {
  --ink: #0b1e3b;
  --muted: #5f718b;
  --blue: #1463ff;
  --cyan: #2dd4bf;
  --soft: #edf5ff;
  --line: #dce7f5;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.hero-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(45, 212, 191, .13), transparent 25%),
    radial-gradient(circle at 62% 28%, rgba(20, 99, 255, .08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #fff 78%);
}

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(11, 30, 59, .08);
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { position: relative; width: 34px; height: 34px; display: inline-block; }
.brand-mark span { position: absolute; display: block; height: 8px; border-radius: 99px; transform: rotate(-45deg); }
.brand-mark span:nth-child(1) { width: 24px; right: 0; top: 4px; background: var(--blue); }
.brand-mark span:nth-child(2) { width: 30px; left: 0; top: 13px; background: #22b8cf; }
.brand-mark span:nth-child(3) { width: 20px; right: 3px; bottom: 3px; background: var(--cyan); }
.brand-name { font-size: 25px; font-weight: 800; letter-spacing: -.8px; }
.brand-name span { color: var(--blue); }

.desktop-nav { display: flex; gap: 33px; color: #40536f; font-size: 14px; font-weight: 600; }
.desktop-nav a, .text-link { transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .text-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.small-button { background: var(--ink); color: white; border-radius: 11px; padding: 13px 18px; transition: transform .2s, background .2s; }
.small-button:hover { background: var(--blue); transform: translateY(-1px); }
.mobile-menu { display: none; position: relative; }

.hero-grid {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 600px;
  padding: 76px 0 58px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 74px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }
.eyebrow span { width: 27px; height: 2px; background: var(--cyan); }
h1 { max-width: 650px; margin: 22px 0; font-size: clamp(48px, 5.1vw, 72px); line-height: .99; letter-spacing: -3.8px; }
h1 em { color: var(--blue); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; left: 3px; right: 0; bottom: -6px; height: 7px; border-radius: 50%; border-top: 3px solid var(--cyan); transform: rotate(-2deg); }
.hero-lead { max-width: 570px; margin: 0 0 32px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-lead strong { color: var(--ink); }

.domain-search { max-width: 650px; }
.domain-search > label { display: block; margin-bottom: 9px; color: var(--ink); font-size: 13px; font-weight: 800; }
.search-row { display: flex; gap: 10px; }
.domain-input-wrap { flex: 1; min-width: 0; display: flex; align-items: center; background: white; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 12px 36px rgba(40, 70, 120, .1); transition: border .2s, box-shadow .2s; }
.domain-input-wrap:focus-within { border-color: var(--blue); box-shadow: 0 12px 36px rgba(20, 99, 255, .16); }
.domain-input-wrap input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; padding: 18px 4px 18px 20px; font-weight: 700; }
.domain-input-wrap input::placeholder { color: #a8b6c8; font-weight: 500; }
.domain-input-wrap span { flex: 0 0 auto; padding-right: 18px; color: var(--blue); font-weight: 800; }
.search-row button { border: 0; border-radius: 13px; background: var(--blue); color: white; padding: 0 23px; font-weight: 800; cursor: pointer; box-shadow: 0 12px 28px rgba(20, 99, 255, .24); transition: transform .2s, background .2s; }
.search-row button:hover { background: #074fd8; transform: translateY(-1px); }
.search-result { min-height: 21px; margin: 10px 0 0 2px; color: #7b8ca3; font-size: 12px; }
.search-result.visible { color: #087f6d; font-weight: 700; }
.search-result.unavailable { color: #b42318; font-weight: 700; }
.search-result a { display: inline-flex; margin-left: 8px; padding: 7px 11px; border-radius: 8px; color: white; background: #087f6d; font-weight: 800; }
.search-result.unavailable a { background: var(--blue); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 18px; color: #60738e; font-size: 12px; font-weight: 600; }
.hero-notes i { color: #079b83; font-style: normal; font-weight: 900; }

.hero-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: linear-gradient(145deg, #d9e9ff, #effcff); box-shadow: inset 0 0 0 1px rgba(20, 99, 255, .05); }
.orbit { position: absolute; border: 1px dashed rgba(20, 99, 255, .24); border-radius: 50%; }
.orbit-one { width: 510px; height: 330px; transform: rotate(-13deg); }
.orbit-two { width: 360px; height: 490px; transform: rotate(36deg); }
.domain-card { position: relative; z-index: 2; width: min(390px, 82vw); padding: 25px; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(255,255,255,.93); box-shadow: 0 32px 70px rgba(19, 60, 115, .2); backdrop-filter: blur(12px); transform: rotate(-1.5deg); }
.card-topline, .dns-row, .card-footer { display: flex; align-items: center; justify-content: space-between; }
.mini-logo { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; }
.mini-logo b { width: 19px; height: 19px; display: inline-block; border-radius: 6px; background: linear-gradient(135deg, var(--blue), var(--cyan)); }
.status-dot { padding: 6px 10px; border-radius: 99px; color: #07806e; background: #def8f0; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.domain-preview { margin: 30px 0 24px; padding: 22px; border-radius: 14px; background: #f2f7fd; }
.preview-label { display: block; margin-bottom: 9px; color: #7b8ba0; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.domain-preview strong { font-size: 24px; letter-spacing: -.8px; }
.domain-preview strong span { color: var(--blue); }
.dns-row { padding: 4px 2px 20px; color: #465b76; font-size: 13px; font-weight: 700; }
.toggle { width: 38px; height: 21px; padding: 3px; border-radius: 99px; background: var(--blue); }
.toggle i { width: 15px; height: 15px; float: right; border-radius: 50%; background: white; }
.card-footer { padding-top: 19px; border-top: 1px solid var(--line); color: #73849b; font-size: 11px; }
.card-footer b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 16px; }
.floating-pill { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 12px; background: white; box-shadow: 0 15px 35px rgba(22, 54, 103, .15); color: #3d506b; font-size: 11px; font-weight: 800; }
.floating-pill span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 7px; color: white; background: var(--cyan); }
.pill-secure { left: 0; top: 107px; }
.pill-fast { right: -10px; bottom: 88px; }
.pill-fast span { background: var(--blue); }

.trust-strip { width: min(1180px, calc(100% - 48px)); margin: 0 auto 32px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.8); }
.trust-strip p { margin: 0; max-width: 190px; color: #667994; font-size: 11px; font-weight: 800; line-height: 1.5; text-transform: uppercase; letter-spacing: .8px; }
.trust-strip > div { flex: 1; display: flex; justify-content: space-around; gap: 20px; }
.trust-strip span { display: flex; align-items: center; gap: 9px; color: #60738d; font-size: 12px; font-weight: 700; white-space: nowrap; }
.trust-strip i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--blue); background: var(--soft); font-size: 9px; font-style: normal; font-weight: 900; }
.section-pad { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
.section-kicker { display: block; margin-bottom: 18px; color: var(--blue); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.6px; }
.section-heading h2, .why-copy h2, .pricing-copy h2, .faq-intro h2, .cta-section h2 { margin: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.08; letter-spacing: -2.7px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 360px; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: white; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(24, 62, 110, .11); }
.service-number { position: absolute; top: 28px; right: 30px; color: #b2bfd0; font-size: 11px; font-weight: 800; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 58px; border-radius: 16px; font-size: 11px; font-weight: 900; }
.icon-blue { color: white; background: var(--blue); box-shadow: 0 12px 25px rgba(20,99,255,.22); }
.icon-mint { color: #07806e; background: #def8f1; }
.icon-navy { color: white; background: var(--ink); font-size: 22px; }
.service-card h3 { margin: 0 0 13px; font-size: 21px; letter-spacing: -.6px; }
.service-card p { margin: 0 0 23px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card a, .faq-intro a { color: var(--blue); font-size: 13px; font-weight: 800; }
.service-card a span, .faq-intro a span { display: inline-block; margin-left: 4px; transition: transform .2s; }
.service-card a:hover span, .faq-intro a:hover span { transform: translateX(4px); }

.why-section { padding-top: 36px; }
.why-panel { position: relative; padding: 78px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; overflow: hidden; border-radius: 28px; color: white; background: linear-gradient(135deg, #071a35, #0b2c57); box-shadow: 0 34px 80px rgba(10, 34, 65, .18); }
.why-panel::before { content: ""; position: absolute; width: 480px; height: 480px; right: -230px; top: -240px; border: 1px solid rgba(45,212,191,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(20,99,255,.06), 0 0 0 140px rgba(45,212,191,.035); }
.why-copy { position: relative; z-index: 1; }
.light-kicker { color: #5eead4; }
.why-copy p { max-width: 430px; margin: 23px 0 31px; color: #b8c7d9; font-size: 16px; line-height: 1.7; }
.white-button { display: inline-flex; align-items: center; gap: 22px; padding: 15px 19px; border-radius: 11px; color: var(--ink); background: white; font-size: 13px; font-weight: 800; }
.white-button span { color: var(--blue); }
.benefit-list { position: relative; z-index: 1; display: grid; }
.benefit-list article { padding: 23px 0; display: grid; grid-template-columns: 52px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.benefit-list article:last-child { border-bottom: 0; }
.benefit-list i { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: #66e3d0; background: rgba(45,212,191,.1); font-size: 11px; font-style: normal; font-weight: 900; }
.benefit-list h3 { margin: 0 0 7px; font-size: 18px; }
.benefit-list p { margin: 0; color: #aebed1; font-size: 13px; line-height: 1.6; }

.centered-heading { max-width: 680px; margin: 0 auto 66px; text-align: center; }
.centered-heading p { max-width: 590px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; }
.steps-line { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 22px; text-align: center; }
.steps-line article > span { width: 56px; height: 56px; margin: 0 auto 22px; display: grid; place-items: center; border: 1px solid #bdd5ff; border-radius: 50%; color: var(--blue); background: #f3f8ff; font-weight: 900; box-shadow: 0 10px 25px rgba(20,99,255,.08); }
.steps-line article:nth-of-type(2) > span { color: #07806e; border-color: #b8eee5; background: #edfcf8; }
.steps-line article:nth-of-type(3) > span { color: white; border-color: var(--ink); background: var(--ink); }
.steps-line h3 { margin: 0 0 9px; font-size: 18px; }
.steps-line p { max-width: 220px; margin: 0 auto; color: var(--muted); font-size: 13px; line-height: 1.6; }
.step-arrow { padding-top: 20px; color: #a9bcd5; letter-spacing: 3px; }

.pricing-section { padding-top: 36px; }
.pricing-card { padding: 68px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; border-radius: 26px; background: #f1f7ff; }
.pricing-copy > p { max-width: 570px; margin: 22px 0 28px; color: var(--muted); line-height: 1.7; }
.pricing-copy ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; list-style: none; color: #435772; font-size: 13px; font-weight: 700; }
.pricing-copy li { display: flex; align-items: center; gap: 9px; }
.pricing-copy li span { color: #0a9b85; }
.quote-box { padding: 38px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: white; box-shadow: 0 25px 55px rgba(21, 67, 125, .12); }
.quote-box > span { color: var(--blue); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.3px; }
.quote-box h3 { margin: 14px 0; font-size: 30px; line-height: 1.13; letter-spacing: -1.1px; }
.quote-box p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.quote-box > a { display: flex; justify-content: space-between; padding: 15px 17px; border-radius: 10px; color: white; background: var(--blue); font-size: 13px; font-weight: 800; }
.quote-box small { display: block; margin-top: 14px; color: #8594a8; font-size: 10px; text-align: center; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro > p { margin: 20px 0; color: var(--muted); line-height: 1.7; }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; color: var(--ink); font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: 15px 35px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.cta-section { position: relative; overflow: hidden; margin-top: 24px; padding: 105px 24px; color: white; background: linear-gradient(120deg, #0b4fd7, #1463ff 58%, #168da9); text-align: center; }
.cta-section > *:not(.cta-orb) { position: relative; z-index: 1; }
.cta-section h2 { font-size: clamp(42px, 5.5vw, 68px); }
.cta-section > p { margin: 22px auto 30px; color: #dce9ff; }
.cta-actions { display: flex; justify-content: center; gap: 12px; }
.cta-actions a { padding: 15px 21px; border: 1px solid rgba(255,255,255,.4); border-radius: 11px; font-size: 13px; font-weight: 800; }
.cta-actions a:first-child { color: var(--blue); background: white; border-color: white; }
.cta-actions a span { margin-left: 15px; }
.cta-orb { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.cta-orb-one { width: 420px; height: 420px; left: -190px; top: -220px; box-shadow: 0 0 0 70px rgba(255,255,255,.035); }
.cta-orb-two { width: 460px; height: 460px; right: -180px; bottom: -300px; box-shadow: 0 0 0 80px rgba(45,212,191,.08); }

footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 24px; }
.footer-main { display: grid; grid-template-columns: 1.6fr .6fr .6fr; gap: 60px; padding-bottom: 55px; }
.footer-brand { width: fit-content; }
.footer-main > div:first-child > p { max-width: 360px; margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.footer-links { display: grid; align-content: start; gap: 12px; color: var(--muted); font-size: 13px; }
.footer-links strong { margin-bottom: 5px; color: var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #8795a8; font-size: 11px; }

@media (max-width: 980px) {
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; border-radius: 10px; background: white; box-shadow: 0 5px 20px rgba(20,50,100,.1); list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 19px; height: 2px; border-radius: 2px; background: var(--ink); }
  .mobile-menu nav { position: absolute; z-index: 10; top: 50px; right: 0; width: 210px; padding: 12px; display: grid; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 18px 40px rgba(17, 50, 90, .18); }
  .mobile-menu nav a { padding: 11px 12px; border-radius: 8px; font-size: 14px; font-weight: 700; }
  .mobile-menu nav a:hover { background: var(--soft); color: var(--blue); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 62px; text-align: center; }
  .eyebrow, .hero-notes { justify-content: center; }
  .hero-lead, .domain-search { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 470px; }
  .trust-strip { flex-direction: column; text-align: center; }
  .trust-strip p { max-width: none; }
  .trust-strip > div { width: 100%; flex-wrap: wrap; }
  .section-pad { padding: 84px 0; }
  .split-heading, .why-panel, .pricing-card, .faq-section { grid-template-columns: 1fr; }
  .split-heading { gap: 25px; }
  .why-panel { gap: 42px; padding: 60px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .pricing-card, .faq-section { gap: 50px; }
}

@media (max-width: 620px) {
  .site-header, .hero-grid, .trust-strip { width: min(100% - 28px, 1180px); }
  .site-header { height: 72px; }
  .hero-grid { padding: 48px 0 38px; gap: 42px; }
  h1 { margin: 18px 0; font-size: 45px; line-height: 1.02; letter-spacing: -2.7px; }
  .hero-lead { font-size: 16px; line-height: 1.6; }
  .search-row { flex-direction: column; }
  .search-row button { min-height: 55px; }
  .hero-notes { gap: 9px 15px; }
  .hero-visual { min-height: 360px; }
  .hero-visual::before { width: 310px; height: 310px; }
  .orbit-one { width: 345px; height: 230px; }
  .orbit-two { width: 245px; height: 340px; }
  .domain-card { padding: 20px; }
  .domain-preview { margin: 22px 0 18px; padding: 18px; }
  .domain-preview strong { font-size: 20px; }
  .pill-secure { left: -5px; top: 45px; }
  .pill-fast { right: -2px; bottom: 35px; }
  .trust-strip { padding: 24px 16px; }
  .trust-strip > div { display: grid; grid-template-columns: 1fr 1fr; }
  .trust-strip span { white-space: normal; text-align: left; }
  .section-pad, footer { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 72px 0; }
  .section-heading h2, .why-copy h2, .pricing-copy h2, .faq-intro h2 { letter-spacing: -2px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 330px; }
  .why-section, .pricing-section { padding-top: 12px; }
  .why-panel, .pricing-card { padding: 38px 24px; border-radius: 22px; }
  .benefit-list article { grid-template-columns: 46px 1fr; gap: 12px; }
  .steps-line { grid-template-columns: 1fr; gap: 20px; }
  .step-arrow { transform: rotate(90deg); padding: 0; }
  .pricing-copy ul { grid-template-columns: 1fr; }
  .quote-box { padding: 28px 22px; }
  .faq-section { gap: 34px; }
  .cta-section { padding: 78px 20px; }
  .cta-actions { flex-direction: column; align-items: stretch; width: min(310px, 100%); margin: 0 auto; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
