:root {
    --whmcs-blue: #28639a;
    --whmcs-blue-dark: #1f4f7b;
    --whmcs-blue-deep: #153d63;
    --whmcs-green: #8cc63f;
    --whmcs-green-dark: #71a92f;
    --ink: #2f4053;
    --muted: #6d7f91;
    --paper: #ffffff;
    --soft: #f4f5f7;
    --panel: #f0f0f0;
    --line: #d5dce4;
    --line-blue: #b9cde0;
    --shadow: 0 18px 45px rgba(32, 69, 104, .12);
    --radius: 6px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.58;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-160%); background: #fff; color: var(--whmcs-blue-dark); padding: 9px 13px; border: 1px solid var(--line); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: #214f7c; color: #e8f0f8; font-size: 12px; }
.utility-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; align-items: center; gap: 18px; }
.utility-links a { color: #fff; }
.utility-links a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 7px 18px rgba(22, 60, 97, .12); }
.nav { min-height: 70px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: baseline; letter-spacing: -.7px; font-weight: 400; white-space: nowrap; }
.brand__word { font-size: 25px; line-height: 1; }
.brand__word--blue { color: var(--whmcs-blue); }
.brand__word--green { color: var(--whmcs-green); font-weight: 700; }
.brand__word--footer { color: #fff; }
.nav-links { display: flex; justify-content: center; align-items: stretch; gap: 2px; height: 70px; }
.nav-links a { display: flex; align-items: center; padding: 0 15px; color: #36536f; font-size: 13px; font-weight: 700; border-bottom: 3px solid transparent; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.nav-links a:hover { color: var(--whmcs-blue-dark); background: #f4f7fa; border-bottom-color: var(--whmcs-green); }
.nav-actions { display: flex; gap: 8px; }
.nav-toggle { display: none; width: 42px; height: 40px; padding: 8px; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--whmcs-blue-dark); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 9px 15px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; font-size: 13px; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-1px); }
.button--blue { background: var(--whmcs-blue); color: #fff; border-color: #205584; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18); }
.button--blue:hover { background: var(--whmcs-blue-dark); }
.button--green { background: var(--whmcs-green); color: #17320a; border-color: #7ab432; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25); }
.button--green:hover { background: #82bd38; }
.button--quiet { background: #fff; color: var(--whmcs-blue-dark); border-color: #bfcbd6; }
.button--quiet:hover { background: #f4f7fa; }
.button--hero-outline { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .45); }
.button--hero-outline:hover { background: rgba(255, 255, 255, .13); }
.button--large { min-height: 46px; padding: 11px 20px; font-size: 14px; }
.button--full { width: 100%; }

.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #1e4f7c 0%, #28639a 54%, #3273ad 100%); color: #fff; border-bottom: 4px solid var(--whmcs-green); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 40px 40px; opacity: .5; pointer-events: none; }
.hero__grid { position: relative; z-index: 1; min-height: 560px; padding: 74px 0; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 58px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: #dceaf6; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--whmcs-green); box-shadow: 0 0 0 4px rgba(140, 198, 63, .16); }
.hero h1 { max-width: 720px; margin: 15px 0 17px; font-size: clamp(38px, 5.2vw, 65px); line-height: 1.02; letter-spacing: -2.1px; font-weight: 700; }
.hero__lead { max-width: 690px; margin: 0; color: #e3eef7; font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.trust-row span { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 3px; background: rgba(255, 255, 255, .08); color: #edf5fb; font-size: 12px; }

.portal-panel { background: #fff; color: var(--ink); border: 1px solid #cdd8e2; border-radius: var(--radius); box-shadow: 0 22px 54px rgba(13, 48, 80, .26); overflow: hidden; }
.panel-heading { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 20px; background: #f1f1f1; border-bottom: 1px solid #d8dde2; }
.panel-kicker { color: var(--whmcs-blue); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.panel-heading h2 { margin: 3px 0 0; color: #314b63; font-size: 21px; }
.panel-status { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #e9f4dc; color: #5f8f27; border: 1px solid #c8dfaa; font-weight: 700; }
.portal-panel > p { margin: 0; padding: 17px 20px 2px; color: var(--muted); font-size: 13px; }
.portal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 18px 20px 20px; }
.portal-grid a { min-height: 86px; padding: 13px; border: 1px solid var(--line); border-radius: 4px; background: #fff; display: flex; flex-direction: column; justify-content: center; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.portal-grid a:hover { transform: translateY(-1px); background: #f4f7fa; border-color: #9ebbd3; }
.portal-grid strong { color: var(--whmcs-blue-dark); font-size: 13px; }
.portal-grid span { color: #7a8b9b; font-size: 11px; }

.domain-strip { padding: 50px 0 44px; background: #f2f2f2; border-bottom: 1px solid #d7d7d7; }
.domain-strip__inner { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.domain-copy h2 { margin: 7px 0 5px; color: #334d66; font-size: 29px; }
.domain-copy p { margin: 0; color: var(--muted); }
.section-kicker { color: var(--whmcs-blue); }
.section-kicker--light { color: #dbe9f5; }
.tld-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; margin-top: 28px; }
.tld-pill { min-height: 58px; padding: 10px 12px; background: #fff; border: 1px solid #d4d9de; border-radius: 4px; display: flex; flex-direction: column; justify-content: center; transition: border-color .18s ease, box-shadow .18s ease; }
.tld-pill:hover { border-color: #9ab9d1; box-shadow: 0 5px 13px rgba(37, 84, 126, .08); }
.tld-pill strong { color: var(--whmcs-blue-dark); font-size: 14px; }
.tld-pill span { color: #7b8997; font-size: 10px; }

.section { padding: 84px 0; }
.section--soft { background: var(--soft); border-top: 1px solid #eceff2; border-bottom: 1px solid #eceff2; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2 { margin: 8px 0 11px; color: #314b63; font-size: clamp(31px, 4vw, 46px); line-height: 1.08; letter-spacing: -1.2px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1fr .78fr; gap: 48px; align-items: end; }
.section-heading--split p { padding-bottom: 6px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 260px; padding: 24px; border: 1px solid var(--line); border-radius: 5px; background: #fff; box-shadow: 0 7px 20px rgba(40, 99, 154, .05); display: flex; flex-direction: column; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-3px); border-color: #a8bed1; box-shadow: var(--shadow); }
.service-number { width: 41px; height: 31px; display: grid; place-items: center; background: var(--whmcs-blue); color: #fff; border-radius: 3px; font-size: 11px; font-weight: 700; }
.service-card h3 { margin: 19px 0 8px; color: #304c65; font-size: 20px; }
.service-card p { margin: 0; color: var(--muted); }
.text-link { margin-top: auto; padding-top: 19px; color: var(--whmcs-blue); font-size: 13px; font-weight: 700; }
.text-link:hover { text-decoration: underline; }
.text-link span { color: var(--whmcs-green-dark); }

.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 920px; }
.pricing-card { position: relative; padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: 5px; box-shadow: 0 7px 20px rgba(40, 99, 154, .05); }
.pricing-card--featured { border-top: 4px solid var(--whmcs-green); padding-top: 24px; }
.pricing-badge { position: absolute; right: 18px; top: 18px; padding: 5px 8px; background: #eaf4de; border: 1px solid #c9dfad; border-radius: 3px; color: #5c862c; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.pricing-card__head { padding-bottom: 18px; border-bottom: 1px solid #e2e6ea; }
.pricing-card h3 { margin: 0 0 8px; color: var(--whmcs-blue-dark); font-size: 23px; }
.price { display: flex; align-items: baseline; gap: 7px; }
.price strong { color: #2f485e; font-size: 32px; }
.price span { color: var(--muted); font-size: 12px; }
.pricing-card ul { list-style: none; margin: 19px 0 24px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px 14px; }
.pricing-card li { color: #596d80; font-size: 12px; }
.pricing-card li span { color: var(--whmcs-green-dark); margin-right: 6px; font-weight: 700; }

.security-section { background: linear-gradient(120deg, #1c4c78, #28639a); color: #fff; }
.security-section .section-heading h2 { color: #fff; }
.security-section .section-heading p { color: #dbe8f3; }
.security-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 60px; align-items: center; }
.security-list { background: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 5px; overflow: hidden; }
.security-list > div { min-height: 72px; display: grid; grid-template-columns: 50px 1fr; gap: 14px; align-items: center; padding: 12px 18px; color: #53687a; border-bottom: 1px solid #e1e5e8; }
.security-list > div:last-child { border-bottom: 0; }
.security-list > div > strong { color: var(--whmcs-blue); font-size: 12px; }
.security-list b { color: #304c65; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 5px; }
.step-card > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #edf3f8; color: var(--whmcs-blue); font-size: 12px; font-weight: 700; }
.step-card h3 { margin: 15px 0 5px; color: #314b63; font-size: 19px; }
.step-card p { margin: 0; color: var(--muted); }

.faq { display: grid; gap: 9px; max-width: 900px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.faq summary { padding: 16px 18px; color: #34516b; font-weight: 700; cursor: pointer; }
.faq details[open] summary { border-bottom: 1px solid #e1e5e8; background: #f8fafc; }
.faq p { margin: 0; padding: 15px 18px 18px; color: var(--muted); }

.cta-section { padding: 56px 0; background: #f0f0f0; border-top: 1px solid #d8d8d8; }
.cta-card { padding: 34px 38px; background: var(--whmcs-blue); border: 1px solid #1e5687; border-radius: 5px; color: #fff; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; box-shadow: 0 12px 30px rgba(28, 73, 113, .18); }
.cta-card h2 { margin: 7px 0 6px; font-size: 31px; }
.cta-card p { margin: 0; color: #dfebf4; }
.cta-actions { display: flex; gap: 9px; flex-wrap: wrap; }

.footer { background: #183f64; color: #cbd9e5; padding: 48px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 38px; }
.footer h3 { margin: 2px 0 12px; color: #fff; font-size: 13px; }
.footer-grid > div:not(.footer-brand-block) { display: flex; flex-direction: column; gap: 7px; }
.footer a { font-size: 12px; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer-brand-block p { max-width: 430px; margin: 14px 0 0; color: #b6c8d8; font-size: 12px; }
.brand--footer .brand__word { font-size: 22px; }
.footer-bottom { margin-top: 34px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; color: #9fb5c8; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .45s ease, transform .45s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .08s; }
.reveal--delay-sm { transition-delay: .05s; }
.reveal--delay-md { transition-delay: .1s; }

@media (max-width: 1040px) {
    .nav { grid-template-columns: auto auto 1fr; }
    .nav-toggle { display: block; justify-self: end; }
    .nav-actions { justify-self: end; }
    .nav-links { position: absolute; left: 18px; right: 18px; top: calc(100% + 1px); height: auto; padding: 8px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); display: none; flex-direction: column; }
    .nav-links.is-open { display: flex; }
    .nav-links a { min-height: 42px; padding: 0 12px; border-bottom: 0; border-left: 3px solid transparent; }
    .nav-links a:hover { border-left-color: var(--whmcs-green); }
    .hero__grid { grid-template-columns: 1fr; min-height: auto; gap: 38px; }
    .portal-panel { max-width: 720px; }
    .tld-row { grid-template-columns: repeat(4, 1fr); }
    .section-heading--split { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 760px) {
    body { font-size: 14px; }
    .container { width: min(calc(100% - 26px), var(--container)); }
    .utility-bar__inner { min-height: 40px; }
    .utility-bar__inner > span { display: none; }
    .utility-links { width: 100%; justify-content: space-between; }
    .nav { min-height: 64px; gap: 10px; }
    .brand__word { font-size: 20px; }
    .nav-actions .button--quiet { display: none; }
    .hero__grid { padding: 55px 0; }
    .hero h1 { font-size: clamp(36px, 12vw, 49px); letter-spacing: -1.5px; }
    .hero__lead { font-size: 16px; }
    .portal-grid { grid-template-columns: 1fr; }
    .domain-strip__inner { grid-template-columns: 1fr; gap: 18px; }
    .tld-row { grid-template-columns: repeat(2, 1fr); }
    .section { padding: 64px 0; }
    .service-grid, .steps-grid, .security-grid, .pricing-grid { grid-template-columns: 1fr; }
    .pricing-card ul { grid-template-columns: 1fr; }
    .cta-card { grid-template-columns: 1fr; padding: 28px 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand-block { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
    .nav-actions .button { padding-inline: 11px; }
    .portal-grid { padding: 14px; }
    .panel-heading { padding: 15px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand-block { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
    .reveal { opacity: 1; transform: none; }
}
