/* register page design (captured from the live page body) */

body.register { overflow-x: hidden; }
body.register .register-section-logo { display: none; }
body.register .entry-header { display: none !important; }
body.register .site-content { padding-top: 0 !important; }
.ndtireg-formtitle { text-align: center; font-size: 22px; font-weight: 700; color: #1d2327; margin: 34px 16px 4px; }
.ndtireg-formtitle span { font-size: 14px; font-weight: 500; color: #667781; }
.ndtireg-formtitle a { color: #3d9142; }
.ndtireg-bleed { width: 100vw; position: relative; left: 50%; margin-left: -50vw; box-sizing: border-box; }
.ndtireg-header { background: #fff; border-bottom: 1px solid #e6eaee; padding: 12px 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 14px 26px; }
.ndtireg-header img { height: 44px; width: auto; display: block; }
.ndtireg-nav { display: flex; flex-wrap: wrap; gap: 6px 20px; margin-left: auto; align-items: center; }
.ndtireg-nav a { color: #23282d; font-size: 14px; font-weight: 500; text-decoration: none; }
.ndtireg-nav a:hover { color: #3d9142; }
.ndtireg-signin { background: #3d9142; color: #fff !important; padding: 8px 18px; border-radius: 8px; font-weight: 600; }
.ndtireg-signin:hover { background: #337a38; color: #fff !important; }
.ndtireg-hero { background: #0d1b24; color: #fff; text-align: center; padding: 44px 20px 36px; }
.ndtireg-hero h1 { color: #fff; font-size: 28px; font-weight: 800; margin: 0 0 10px; }
.ndtireg-hero p { color: #b8c6cf; font-size: 15px; max-width: 660px; margin: 0 auto 24px; line-height: 1.6; }
.ndtireg-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-bottom: 22px; }
.ndtireg-stat { background: rgba(255,255,255,0.06); border-radius: 12px; padding: 14px 22px; min-width: 130px; }
.ndtireg-stat strong { display: block; color: #7ac142; font-size: 22px; }
.ndtireg-stat span { color: #cfd8de; font-size: 13px; }
.ndtireg-perks { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; font-size: 14px; color: #dfe7ec; }
.ndtireg-perks span::before { content: "\2713"; color: #7ac142; margin-right: 7px; font-weight: 700; }
.ndtireg-free { margin-top: 18px; font-size: 13px; color: #8ea0ab; }
.ndtireg-footer { background: #0d1b24; color: #cfd8de; padding: 44px 28px 26px; margin-top: 40px; }
.ndtireg-cols { display: flex; flex-wrap: wrap; gap: 34px 56px; max-width: 1150px; margin: 0 auto; }
.ndtireg-col h4 { color: #8ea0ab; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 12px; }
.ndtireg-col a { display: block; color: #cfd8de; font-size: 14px; line-height: 2; text-decoration: none; }
.ndtireg-col a:hover { color: #fff; }
.ndtireg-legal { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 32px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: space-between; max-width: 1150px; margin-left: auto; margin-right: auto; font-size: 13px; color: #8ea0ab; }
.ndtireg-legal a { color: #8ea0ab; text-decoration: none; margin-left: 18px; }
.ndtireg-legal a:hover { color: #fff; }
@media (max-width: 700px) { .ndtireg-header { justify-content: center; } .ndtireg-header > a { width: 100%; display: flex; justify-content: center; } .ndtireg-nav { margin-left: 0; justify-content: center; } .ndtireg-hero h1 { font-size: 22px; } .ndtireg-legal a { margin-left: 0; margin-right: 14px; } }

