:root {
  --cnr-white: #ffffff;
  --cnr-bg: #f6f8fc;
  --cnr-bg-2: #eef4fb;

  --cnr-navy: #0b1f3a;
  --cnr-navy-2: #102f54;
  --cnr-blue: #2559d6;
  --cnr-teal: #13bfa6;
  --cnr-orange: #ff9f1c;
  --cnr-coral: #ff566d;
  --cnr-red: #e43d54;

  --cnr-text: #102033;
  --cnr-muted: #64748b;

  --cnr-success: #10b981;
  --cnr-success-bg: #ecfdf5;
  --cnr-danger: #ef4444;
  --cnr-danger-bg: #fff1f2;

  --cnr-shadow-sm: 0 10px 26px rgba(16, 32, 51, 0.08);
  --cnr-shadow-md: 0 18px 44px rgba(16, 32, 51, 0.12);
  --cnr-shadow-lg: 0 28px 80px rgba(16, 32, 51, 0.16);

  --cnr-container: 1180px;
  --cnr-transition: all 0.25s ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--cnr-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 10%, rgba(19, 191, 166, 0.18), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(255, 86, 109, 0.14), transparent 28%),
    radial-gradient(circle at 72% 90%, rgba(255, 159, 28, 0.15), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, var(--cnr-bg) 48%, #edf6ff 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.cnr-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.cnr-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.cnr-grid {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(16, 32, 51, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 51, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 90%);
}

.cnr-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.85;
  animation: cnrFloat 15s ease-in-out infinite;
}

.cnr-orb-one {
  width: 360px;
  height: 360px;
  top: 82px;
  left: -140px;
  background: radial-gradient(circle, rgba(19, 191, 166, 0.22), transparent 68%);
}

.cnr-orb-two {
  width: 390px;
  height: 390px;
  top: -140px;
  right: -120px;
  background: radial-gradient(circle, rgba(255, 86, 109, 0.2), transparent 70%);
  animation-delay: -4s;
}

.cnr-orb-three {
  width: 340px;
  height: 340px;
  right: 14%;
  bottom: -160px;
  background: radial-gradient(circle, rgba(255, 159, 28, 0.2), transparent 72%);
  animation-delay: -8s;
}

.cnr-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--cnr-container));
  margin: 0 auto;
}

.cnr-header {
  position: relative;
  z-index: 3;
  padding: 20px 0 10px;
}

.cnr-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 4px;
  border-bottom: 1px solid rgba(16, 32, 51, 0.08);
}

.cnr-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.cnr-logo-plate {
  width: clamp(170px, 22vw, 280px);
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 12px 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.98), rgba(3, 10, 20, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 14px 32px rgba(16, 32, 51, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.cnr-logo-plate img {
  width: 100%;
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}

.cnr-logo-fallback {
  max-width: 100%;
  overflow: hidden;
  color: var(--cnr-navy);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cnr-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2.2vw, 30px);
  flex-wrap: wrap;
}

.cnr-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  color: var(--cnr-navy-2);
  font-size: 0.93rem;
  font-weight: 850;
  transition: var(--cnr-transition);
}

.cnr-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cnr-teal), var(--cnr-blue), var(--cnr-coral));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.cnr-nav a:hover {
  color: var(--cnr-blue);
}

.cnr-nav a:hover::after {
  transform: scaleX(1);
}

.cnr-nav .cnr-nav-cta {
  color: var(--cnr-coral);
}

.cnr-nav .cnr-nav-cta:hover {
  color: var(--cnr-red);
}

.cnr-main {
  padding: 16px 0 30px;
}

.cnr-register-wrap {
  position: relative;
}

.cnr-register-card {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  min-height: 690px;
  overflow: hidden;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: var(--cnr-shadow-lg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.cnr-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4.5vw, 56px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(245, 249, 255, 0.5));
  border-right: 1px solid rgba(16, 32, 51, 0.08);
}

.cnr-showcase::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -250px;
  bottom: -260px;
  border-radius: 50%;
  background:
    conic-gradient(
      from 180deg,
      rgba(19, 191, 166, 0.28),
      rgba(37, 89, 214, 0.24),
      rgba(255, 86, 109, 0.22),
      rgba(255, 159, 28, 0.24),
      rgba(19, 191, 166, 0.28)
    );
  animation: cnrSlowSpin 20s linear infinite;
}

.cnr-showcase-content {
  position: relative;
  z-index: 2;
  animation: cnrFadeUp 0.7s ease both;
}

.cnr-site-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin-bottom: 22px;
  padding: 9px 13px;
  overflow: hidden;
  color: var(--cnr-navy);
  font-size: 0.86rem;
  font-weight: 950;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.08);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cnr-site-badge i {
  flex: 0 0 auto;
  color: var(--cnr-teal);
}

.cnr-showcase h1 {
  margin: 0;
  max-width: 480px;
  color: var(--cnr-navy);
  font-size: clamp(2.6rem, 5.5vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.085em;
}

.cnr-showcase p {
  max-width: 470px;
  margin: 24px 0 0;
  color: var(--cnr-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.cnr-benefits {
  display: grid;
  gap: 12px;
  max-width: 480px;
  margin-top: 34px;
}

.cnr-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 15px;
  color: var(--cnr-navy-2);
  font-size: 0.94rem;
  font-weight: 850;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.065);
}

.cnr-benefit i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cnr-teal), var(--cnr-blue));
}

.cnr-benefit:nth-child(2) i {
  background: linear-gradient(135deg, var(--cnr-blue), var(--cnr-coral));
}

.cnr-benefit:nth-child(3) i {
  background: linear-gradient(135deg, var(--cnr-orange), var(--cnr-red));
}

.cnr-color-showcase {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 34px;
  width: 230px;
  height: 230px;
  pointer-events: none;
}

.cnr-shape {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: saturate(1.05);
}

.cnr-shape-one {
  width: 118px;
  height: 118px;
  right: 18px;
  bottom: 20px;
  background: linear-gradient(135deg, rgba(19, 191, 166, 0.72), rgba(37, 89, 214, 0.76));
  box-shadow: 0 24px 60px rgba(37, 89, 214, 0.2);
  animation: cnrPulseSoft 5s ease-in-out infinite;
}

.cnr-shape-two {
  width: 84px;
  height: 84px;
  right: 118px;
  bottom: 86px;
  background: linear-gradient(135deg, rgba(255, 159, 28, 0.84), rgba(255, 86, 109, 0.76));
  box-shadow: 0 24px 60px rgba(255, 86, 109, 0.18);
  animation: cnrFloatMini 4.6s ease-in-out infinite;
}

.cnr-shape-three {
  width: 44px;
  height: 44px;
  right: 38px;
  bottom: 158px;
  background: var(--cnr-red);
  box-shadow: 0 16px 32px rgba(228, 61, 84, 0.18);
  animation: cnrFloatMini 5.2s ease-in-out infinite reverse;
}

.cnr-shape-four {
  width: 32px;
  height: 32px;
  right: 172px;
  bottom: 34px;
  background: var(--cnr-teal);
  box-shadow: 0 16px 32px rgba(19, 191, 166, 0.18);
}

.cnr-shape-five {
  width: 22px;
  height: 22px;
  right: 10px;
  bottom: 138px;
  background: var(--cnr-orange);
  box-shadow: 0 16px 32px rgba(255, 159, 28, 0.18);
}

.cnr-form-panel {
  padding: clamp(24px, 3.5vw, 42px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.9));
  animation: cnrFadeUp 0.7s 0.08s ease both;
}

.cnr-mobile-logo {
  display: none;
  justify-content: center;
  margin-bottom: 20px;
}

.cnr-form-head {
  margin-bottom: 26px;
}

.cnr-eyebrow {
  display: inline-flex;
  max-width: 100%;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 11px;
  overflow: hidden;
  color: #0d7667;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 999px;
  background: rgba(19, 191, 166, 0.12);
  border: 1px solid rgba(19, 191, 166, 0.18);
}

.cnr-form-head h2 {
  margin: 0;
  color: var(--cnr-navy);
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.cnr-form-head p {
  margin: 12px 0 0;
  color: var(--cnr-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.cnr-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 18px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.cnr-alert i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  font-size: 1.15rem;
}

.cnr-alert ul {
  margin: 0;
  padding-left: 18px;
}

.cnr-alert p {
  margin: 5px 0 0;
}

.cnr-alert-error {
  color: #991b1b;
  background: var(--cnr-danger-bg);
  border: 1px solid rgba(239, 68, 68, 0.18);
}

.cnr-alert-error i {
  color: #ffffff;
  background: var(--cnr-danger);
}

.cnr-alert-success {
  color: #065f46;
  background: var(--cnr-success-bg);
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.cnr-alert-success i {
  color: #ffffff;
  background: var(--cnr-success);
}

.cnr-form {
  display: grid;
  gap: 17px;
}

.cnr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.cnr-field {
  display: grid;
  gap: 8px;
}

.cnr-field label {
  color: var(--cnr-navy);
  font-size: 0.9rem;
  font-weight: 850;
}

.cnr-input-box {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 51, 0.1);
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cnr-input-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  opacity: 0;
  background:
    linear-gradient(
      120deg,
      var(--cnr-teal),
      var(--cnr-blue),
      var(--cnr-orange),
      var(--cnr-coral),
      var(--cnr-red),
      var(--cnr-teal)
    );
  background-size: 300% 300%;
  transition: opacity 0.25s ease;
}

.cnr-input-box::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: 17px;
  background: #ffffff;
}

.cnr-input-box:focus-within {
  border-color: transparent;
  transform: translateY(-1px);
  box-shadow:
    0 0 0 4px rgba(37, 89, 214, 0.08),
    0 16px 34px rgba(16, 32, 51, 0.1);
}

.cnr-input-box:focus-within::before {
  opacity: 1;
  animation: cnrFocusGlow 4s linear infinite;
}

.cnr-input-box i,
.cnr-input-box input {
  position: relative;
  z-index: 2;
}

.cnr-input-box i {
  display: grid;
  place-items: center;
  width: 52px;
  color: var(--cnr-teal);
  font-size: 1.18rem;
  transition: color 0.25s ease;
}

.cnr-input-box:focus-within i {
  animation: cnrFocusIcon 4s linear infinite;
}

.cnr-input-box input {
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 16px 0 0;
  color: var(--cnr-text);
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: 650;
}

.cnr-input-box input::placeholder {
  color: #9aa8b8;
  font-weight: 500;
}

.cnr-recaptcha-box {
  overflow-x: auto;
  padding: 12px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 51, 0.1);
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.055);
}

.cnr-error-text {
  color: var(--cnr-danger);
  font-size: 0.84rem;
  font-weight: 750;
}

.cnr-agreement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 14px;
  color: var(--cnr-navy-2);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
  border-radius: 18px;
  background: rgba(19, 191, 166, 0.09);
  border: 1px solid rgba(19, 191, 166, 0.16);
}

.cnr-agreement i {
  flex: 0 0 auto;
  color: var(--cnr-teal);
  font-size: 1.1rem;
  margin-top: 2px;
}

.cnr-agreement a {
  color: var(--cnr-blue);
  font-weight: 900;
}

.cnr-agreement a:hover {
  color: var(--cnr-coral);
}

.cnr-submit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  width: 100%;
  margin-top: 4px;
  overflow: hidden;
  color: #ffffff;
  font-weight: 950;
  letter-spacing: -0.01em;
  border-radius: 18px;
  background:
    linear-gradient(135deg, var(--cnr-teal), var(--cnr-blue) 48%, var(--cnr-coral));
  box-shadow:
    0 18px 36px rgba(37, 89, 214, 0.26),
    0 8px 20px rgba(19, 191, 166, 0.16);
  transition: var(--cnr-transition);
}

.cnr-submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 35%, rgba(255, 255, 255, 0.18));
  opacity: 0;
  transition: var(--cnr-transition);
}

.cnr-submit-btn span,
.cnr-submit-btn i {
  position: relative;
  z-index: 1;
}

.cnr-submit-btn i {
  font-size: 1.2rem;
}

.cnr-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 44px rgba(37, 89, 214, 0.3),
    0 10px 24px rgba(255, 86, 109, 0.18);
}

.cnr-submit-btn:hover::before {
  opacity: 1;
}

.cnr-form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  padding-top: 4px;
  color: var(--cnr-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.cnr-form-footer a {
  color: var(--cnr-blue);
  font-weight: 900;
}

.cnr-form-footer a:hover {
  color: var(--cnr-coral);
}

.cnr-banners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.cnr-banner-box {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 16px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--cnr-shadow-sm);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.cnr-banner-adaptive {
  max-width: 100%;
  overflow: hidden;
}

.cnr-footer {
  position: relative;
  z-index: 1;
  padding: 0 0 24px;
}

.cnr-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 2px 0;
  color: var(--cnr-muted);
  font-size: 0.9rem;
}

.cnr-footer-inner p {
  margin: 0;
}

.cnr-footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cnr-footer-links a {
  color: var(--cnr-muted);
  transition: var(--cnr-transition);
}

.cnr-footer-links a:hover {
  color: var(--cnr-blue);
}

.cnr-ref-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: min(360px, calc(100vw - 32px));
  padding: 12px 14px 12px 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 32, 51, 0.1);
  box-shadow: var(--cnr-shadow-md);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: cnrToastIn 0.45s ease both;
}

.cnr-ref-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 999px;
  background: var(--cnr-coral);
  box-shadow: 0 10px 18px rgba(255, 86, 109, 0.24);
}

.cnr-ref-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 51, 0.08);
}

.cnr-ref-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cnr-ref-content {
  min-width: 0;
}

.cnr-ref-content span {
  display: block;
  color: var(--cnr-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.cnr-ref-content strong {
  display: block;
  overflow: hidden;
  color: var(--cnr-navy);
  font-size: 0.98rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cnr-ref-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #ffffff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cnr-teal), var(--cnr-blue), var(--cnr-coral));
}

@keyframes cnrFocusGlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes cnrFocusIcon {
  0% {
    color: var(--cnr-teal);
  }

  25% {
    color: var(--cnr-blue);
  }

  50% {
    color: var(--cnr-orange);
  }

  75% {
    color: var(--cnr-coral);
  }

  100% {
    color: var(--cnr-teal);
  }
}

@keyframes cnrFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, -18px, 0) scale(1.05);
  }
}

@keyframes cnrFloatMini {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes cnrPulseSoft {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.92;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes cnrSlowSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cnrFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cnrToastIn {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1120px) {
  .cnr-register-card {
    grid-template-columns: 1fr;
  }

  .cnr-showcase {
    min-height: 460px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 32, 51, 0.08);
  }

  .cnr-color-showcase {
    opacity: 0.65;
  }
}

@media (max-width: 900px) {
  .cnr-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cnr-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .cnr-logo-plate {
    width: min(280px, calc(100vw - 72px));
  }

  .cnr-form-grid {
    grid-template-columns: 1fr;
  }

  .cnr-banners {
    grid-template-columns: 1fr;
  }

  .cnr-footer-inner {
    justify-content: center;
    text-align: center;
  }

  .cnr-footer-links {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .cnr-container {
    width: min(calc(100% - 22px), var(--cnr-container));
  }

  .cnr-header {
    padding-top: 11px;
  }

  .cnr-header-inner {
    padding: 10px 0;
  }

  .cnr-brand {
    width: 100%;
    justify-content: center;
  }

  .cnr-logo-plate {
    width: min(260px, 100%);
    height: 64px;
    border-radius: 20px;
  }

  .cnr-logo-plate img {
    max-height: 40px;
  }

  .cnr-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
  }

  .cnr-nav a {
    min-height: 38px;
    justify-content: center;
    font-size: 0.86rem;
  }

  .cnr-register-card {
    border-radius: 28px;
  }

  .cnr-showcase {
    min-height: auto;
    padding: 24px;
  }

  .cnr-showcase-content {
    text-align: center;
  }

  .cnr-site-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .cnr-showcase h1 {
    font-size: clamp(2.45rem, 14vw, 4rem);
  }

  .cnr-showcase p {
    font-size: 0.98rem;
  }

  .cnr-color-showcase {
    display: none;
  }

  .cnr-benefits {
    margin-left: auto;
    margin-right: auto;
  }

  .cnr-benefit {
    width: 100%;
    justify-content: center;
  }

  .cnr-form-panel {
    padding: 22px;
  }

  .cnr-mobile-logo {
    display: flex;
  }

  .cnr-form-head {
    text-align: center;
  }

  .cnr-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .cnr-form-footer {
    flex-direction: column;
    gap: 5px;
  }

  .cnr-banner-box {
    min-height: 82px;
    padding: 12px;
  }

  .cnr-ref-toast {
    top: auto;
    right: 11px;
    left: 11px;
    bottom: 16px;
    max-width: none;
  }

  .g-recaptcha {
    transform: scale(0.86);
    transform-origin: 0 0;
  }
}

@media (max-width: 400px) {
  .cnr-form-panel,
  .cnr-showcase {
    padding: 18px;
  }

  .cnr-logo-plate {
    height: 60px;
    padding: 10px 14px;
  }

  .cnr-input-box {
    min-height: 54px;
  }

  .cnr-input-box input {
    height: 52px;
  }

  .cnr-submit-btn {
    min-height: 54px;
  }
}

.cnr-verification-card-wrap {
  min-height: 620px;
}

.cnr-verification-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cnr-verification-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 14px;
  color: var(--cnr-navy-2);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
  border-radius: 18px;
  background: rgba(19, 191, 166, 0.09);
  border: 1px solid rgba(19, 191, 166, 0.16);
}

.cnr-verification-note i {
  flex: 0 0 auto;
  color: var(--cnr-teal);
  font-size: 1.1rem;
  margin-top: 2px;
}

.cnr-verification-note span {
  display: block;
}

@media (max-width: 1120px) {
  .cnr-verification-card-wrap {
    min-height: auto;
  }

  .cnr-verification-panel {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .cnr-verification-note {
    text-align: left;
  }
}