/* ----- Contato — Ryzer Host ----- */
body#contact-page .ct-main {
  padding: 0;
  overflow-x: hidden;
}

/* Flash */
body#contact-page .ct-flash {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.5;
}
body#contact-page .ct-flash--ok {
  background: rgba(52, 211, 153, 0.15);
  border: 1px solid rgba(52, 211, 153, 0.4);
  color: rgba(209, 250, 229, 0.95);
}
body#contact-page.light-theme .ct-flash--ok {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.35);
  color: #065f46;
}
body#contact-page .ct-flash--err {
  background: rgba(var(--primary-rgb), 0.12);
  border: 1px solid rgba(var(--primary-rgb), 0.4);
  color: rgba(254, 226, 226, 0.95);
}
body#contact-page.light-theme .ct-flash--err {
  color: #991b1b;
  background: rgba(var(--primary-rgb), 0.08);
}
body#contact-page .ct-flash a {
  font-weight: 600;
  text-decoration: underline;
  color: inherit;
}

/* Hero */
body#contact-page .ct-hero {
  position: relative;
  isolation: isolate;
  padding: 5rem 0 2.5rem;
}
@media (min-width: 992px) {
  body#contact-page .ct-hero {
    padding: 6rem 0 3rem;
  }
}
body#contact-page .ct-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(165deg, rgba(15, 23, 42, 0.93) 0%, rgba(9, 9, 11, 0.97) 55%),
    radial-gradient(ellipse 90% 60% at 10% 20%, rgba(var(--primary-rgb), 0.25), transparent 52%),
    radial-gradient(ellipse 50% 45% at 90% 10%, rgba(56, 189, 248, 0.08), transparent 45%);
}
body#contact-page.light-theme .ct-hero__bg {
  background:
    linear-gradient(165deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%),
    radial-gradient(ellipse 85% 55% at 8% 15%, rgba(var(--primary-rgb), 0.1), transparent 50%);
}
body#contact-page .ct-hero .container {
  position: relative;
  z-index: 1;
}
body#contact-page .ct-hero__badge {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(var(--primary-rgb), 0.95);
  margin-bottom: 0.85rem;
}
body#contact-page.light-theme .ct-hero__badge {
  color: var(--primary-deep);
}
body#contact-page .ct-hero__title {
  font-family: var(--third-font);
  font-size: clamp(1.75rem, 1.2rem + 2.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fafafa;
  margin-bottom: 1rem;
}
body#contact-page.light-theme .ct-hero__title {
  color: var(--dark);
}
body#contact-page .ct-hero__lead {
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.9);
  max-width: 36rem;
  margin: 0;
}
body#contact-page.light-theme .ct-hero__lead {
  color: var(--text-gray);
}
body#contact-page .ct-hero__card {
  display: inline-block;
  text-align: left;
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  max-width: 320px;
  color: rgba(226, 232, 240, 0.88);
  font-size: 14px;
}
body#contact-page.light-theme .ct-hero__card {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.1);
  color: #475569;
  box-shadow: 0 12px 40px -24px rgba(15, 23, 42, 0.3);
}
body#contact-page .ct-hero__ico {
  width: 18px;
  height: 18px;
  vertical-align: -4px;
  margin-right: 0.35rem;
  color: rgba(var(--primary-rgb), 0.9);
}
body#contact-page .text-muted-ct {
  color: rgba(148, 163, 184, 0.85) !important;
}
body#contact-page.light-theme .text-muted-ct {
  color: #64748b !important;
}

/* Section */
body#contact-page .ct-section {
  position: relative;
}
body#contact-page .ct-h2 {
  font-family: var(--third-font);
  font-size: 1.45rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 0.65rem;
}
body#contact-page.light-theme .ct-h2 {
  color: var(--dark);
}
body#contact-page .ct-h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 0.5rem;
}
body#contact-page.light-theme .ct-h3 {
  color: var(--dark);
}
body#contact-page .ct-p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-gray);
  margin-bottom: 1rem;
}
body#contact-page .ct-inline-ico {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  margin-right: 0.35rem;
}

/* Channels */
body#contact-page .ct-channels__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
body#contact-page.light-theme .ct-channels__item {
  border-bottom-color: rgba(15, 23, 42, 0.08);
}
body#contact-page .ct-channels__item:last-child {
  border-bottom: none;
}
body#contact-page .ct-channels__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
  background: rgba(var(--primary-rgb), 0.18);
  color: rgba(252, 165, 165, 0.95);
}
body#contact-page.light-theme .ct-channels__ico {
  background: rgba(var(--primary-rgb), 0.1);
  color: var(--primary);
}
body#contact-page .ct-channels__ico svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}
body#contact-page .ct-channels__item strong {
  display: block;
  color: #f8fafc;
  font-size: 14px;
  margin-bottom: 0.2rem;
}
body#contact-page.light-theme .ct-channels__item strong {
  color: var(--dark);
}
body#contact-page .ct-channels__link {
  display: block;
  font-weight: 600;
  color: rgba(var(--neon-rgb), 0.95);
  font-size: 15px;
}
body#contact-page.light-theme .ct-channels__link {
  color: var(--primary);
}
body#contact-page .ct-channels__hint {
  display: block;
  font-size: 13px;
  color: var(--text-gray);
  margin-top: 0.25rem;
}
body#contact-page .ct-channels__hint a {
  font-weight: 600;
}

/* Boxes */
body#contact-page .ct-box {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
body#contact-page.light-theme .ct-box {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 8px 32px -20px rgba(15, 23, 42, 0.2);
}
body#contact-page .ct-box--ghost {
  background: rgba(52, 211, 153, 0.06);
  border-color: rgba(52, 211, 153, 0.22);
}
body#contact-page.light-theme .ct-box--ghost {
  background: rgba(16, 185, 129, 0.06);
  border-color: rgba(16, 185, 129, 0.2);
}
body#contact-page .gap-btns {
  gap: 0.5rem;
}

/* Form card */
body#contact-page .ct-form-wrap {
  border-radius: 20px;
  padding: 2rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(155deg, rgba(var(--primary-rgb), 0.12) 0%, rgba(255, 255, 255, 0.04) 40%, rgba(15, 23, 42, 0.5) 100%);
  box-shadow: 0 24px 56px -32px rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  body#contact-page .ct-form-wrap {
    padding: 2.25rem 2rem;
  }
}
body#contact-page.light-theme .ct-form-wrap {
  background: linear-gradient(155deg, rgba(var(--primary-rgb), 0.06) 0%, #fff 55%);
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 20px 50px -28px rgba(15, 23, 42, 0.25);
}
body#contact-page .ct-form-title {
  font-family: var(--third-font);
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35rem;
}
body#contact-page.light-theme .ct-form-title {
  color: var(--dark);
}
body#contact-page .ct-form-lead {
  font-size: 14px;
  color: var(--text-gray);
  margin-bottom: 1.5rem;
}
body#contact-page .ct-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
body#contact-page .ct-form {
  position: relative;
}
body#contact-page .ct-label {
  display: block;
  margin-bottom: 1.15rem;
}
body#contact-page .ct-label__text {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.85);
  margin-bottom: 0.45rem;
}
body#contact-page.light-theme .ct-label__text {
  color: #334155;
}
body#contact-page .ct-input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 1rem 0 1.1rem;
  font-size: 15px;
  font-family: var(--secondary-font);
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body#contact-page.light-theme .ct-input {
  color: var(--dark);
  background: #fff;
  border-color: rgba(15, 23, 42, 0.14);
}
body#contact-page .ct-input:focus {
  outline: none;
  border-color: rgba(var(--primary-rgb), 0.65);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.18);
}
body#contact-page .ct-textarea {
  height: auto;
  min-height: 140px;
  padding: 0.85rem 1.1rem;
  resize: vertical;
}
body#contact-page .ct-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 2.5rem;
}
body#contact-page .ct-state {
  display: none;
}
body#contact-page .ct-input.error {
  border-color: #fbbf24;
  background: rgba(251, 191, 36, 0.08);
}
body#contact-page .ct-input.valid {
  border-color: #34d399;
}
body#contact-page label.error {
  display: block;
  font-size: 13px;
  color: #fbbf24;
  margin-top: 0.35rem;
}
body#contact-page .ct-legal {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 1.25rem;
}
body#contact-page.light-theme .ct-legal {
  color: #64748b;
}
body#contact-page .ct-legal a {
  color: rgba(252, 165, 165, 0.95);
  font-weight: 600;
}
body#contact-page.light-theme .ct-legal a {
  color: var(--primary);
}

/* Outline btn on dark card */
body#contact-page .ct-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff !important;
  background: transparent;
}
body#contact-page .ct-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}
body#contact-page.light-theme .ct-btn-outline {
  border-color: rgba(15, 23, 42, 0.25);
  color: var(--dark) !important;
}
body#contact-page.light-theme .ct-btn-outline:hover {
  background: rgba(0, 0, 0, 0.04);
}

/* Strip */
body#contact-page .ct-links-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.25);
}
body#contact-page.light-theme .ct-links-strip {
  background: #f1f5f9;
  border-top-color: rgba(15, 23, 42, 0.08);
}
body#contact-page .ct-strip-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 15px;
  color: rgba(248, 250, 252, 0.88);
  text-decoration: none;
}
body#contact-page .ct-strip-link:hover {
  color: rgba(var(--neon-rgb), 0.95);
}
body#contact-page.light-theme .ct-strip-link {
  color: var(--dark);
}
body#contact-page.light-theme .ct-strip-link:hover {
  color: var(--primary);
}
body#contact-page .ct-strip-link svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
  opacity: 0.85;
}
