/* ==========================================================
   CSS extraido de contato.html (antes inline no HTML)
   ========================================================== */

/* ----- bloco 1 ----- */
    @font-face {
      font-family: 'Unbounded';
      src: url('../../Unbounded/Unbounded-VariableFont_wght.ttf') format('truetype');
      font-weight: 100 900;
      font-style: normal;
      font-display: swap;
    }
    h1, h2, h3, h4, h5, h6 { font-family: 'Unbounded', sans-serif; }
    .vl-main-menu nav ul li a { font-size: 15px !important; }
    .vl-footer1-section-area a,
    .vl-footer1-section-area p,
    .vl-footer1-section-area li,
    .vl-footer1-section-area .vl-copyright-area p { font-size: 15px !important; }
    *, *::before, *::after { box-sizing: border-box; }
    body { background: #080808; }

    /* ── HERO ── */
    .ct-hero {
      position: relative;
      overflow: hidden;
      min-height: 58vh;
      display: flex;
      align-items: flex-end;
      padding: 160px 70px 80px;
      background: #080808;
    }
    .ct-hero::after {
      content: '';
      position: absolute;
      top: -10%; right: -5%;
      width: 650px; height: 650px;
      background: radial-gradient(circle, rgba(90,53,253,0.22) 0%, transparent 62%);
      pointer-events: none; z-index: 0;
    }
    .ct-hero::before {
      content: '';
      position: absolute;
      bottom: 0; left: 5%;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(237,120,163,0.14) 0%, transparent 60%);
      pointer-events: none; z-index: 0;
    }
    .ct-hero-content { position: relative; z-index: 1; }
    .ct-hero-eyebrow {
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #a8f962;
      display: block;
      margin-bottom: 16px;
      font-family: sans-serif;
    }
    .ct-hero-title {
      font-size: clamp(3.8rem, 10vw, 9.5rem);
      font-weight: 900;
      color: #fff;
      text-transform: uppercase;
      line-height: 0.9;
      letter-spacing: -3px;
      margin: 0;
      font-family: 'Unbounded', sans-serif;
    }
    .ct-hero-title .hl { color: #a8f962; }
    .ct-hero-sub {
      margin-top: 28px;
      font-size: 0.88rem;
      color: rgba(255,255,255,0.4);
      max-width: 420px;
      line-height: 1.7;
      font-family: sans-serif;
    }

    /* ── BODY ── */
    .ct-body {
      background: #0a0a0a;
      padding: 90px 60px 100px;
    }
    .ct-inner {
      max-width: 1300px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 80px;
      align-items: start;
    }

    /* ── LEFT ── */
    .ct-left-eyebrow {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #a8f962;
      display: block;
      margin-bottom: 18px;
      font-family: sans-serif;
    }
    .ct-left-title {
      font-size: clamp(1.4rem, 2.5vw, 2.2rem);
      font-weight: 900;
      color: #fff;
      line-height: 1.1;
      margin: 0 0 20px;
    }
    .ct-left-desc {
      font-size: 0.85rem;
      color: rgba(255,255,255,0.45);
      line-height: 1.75;
      margin: 0 0 48px;
      max-width: 380px;
      font-family: sans-serif;
    }

    /* contact channels */
    .ct-channels { display: flex; flex-direction: column; gap: 0; }
    .ct-channel {
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 20px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      text-decoration: none;
      transition: padding-left 0.25s;
    }
    .ct-channel:first-child { border-top: 1px solid rgba(255,255,255,0.06); }
    .ct-channel:hover { padding-left: 6px; }
    .ct-channel-icon {
      width: 42px; height: 42px;
      border-radius: 50%;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      color: rgba(255,255,255,0.5);
      flex-shrink: 0;
      transition: background 0.25s, border-color 0.25s, color 0.25s;
    }
    .ct-channel:hover .ct-channel-icon {
      background: rgba(168,249,98,0.1);
      border-color: rgba(168,249,98,0.35);
      color: #a8f962;
    }
    .ct-channel-info { display: flex; flex-direction: column; gap: 2px; }
    .ct-channel-label {
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.25);
      font-family: sans-serif;
    }
    .ct-channel-value {
      font-size: 0.88rem;
      font-weight: 600;
      color: rgba(255,255,255,0.75);
      font-family: sans-serif;
      transition: color 0.25s;
    }
    .ct-channel:hover .ct-channel-value { color: #fff; }

    /* social row */
    .ct-social {
      display: flex;
      gap: 12px;
      margin-top: 36px;
    }
    .ct-social-btn {
      width: 40px; height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,0.4);
      font-size: 0.95rem;
      text-decoration: none;
      transition: background 0.25s, border-color 0.25s, color 0.25s;
    }
    .ct-social-btn:hover {
      background: rgba(168,249,98,0.1);
      border-color: rgba(168,249,98,0.35);
      color: #a8f962;
    }

    /* ── RIGHT: FORM ── */
    .ct-form-box {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 20px;
      padding: 48px 44px;
    }
    .ct-form-title {
      font-size: clamp(1rem, 1.8vw, 1.4rem);
      font-weight: 900;
      color: #fff;
      margin: 0 0 8px;
    }
    .ct-form-sub {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.35);
      margin: 0 0 36px;
      font-family: sans-serif;
    }
    .ct-form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-bottom: 14px;
    }
    .ct-form-row.full { grid-template-columns: 1fr; }
    .ct-field {
      width: 100%;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      color: #fff;
      border-radius: 10px;
      padding: 13px 16px;
      font-size: 0.85rem;
      outline: none;
      transition: border-color 0.25s, background 0.25s;
      font-family: sans-serif;
    }
    .ct-field:focus {
      border-color: rgba(168,249,98,0.5);
      background: rgba(168,249,98,0.04);
    }
    .ct-field::placeholder { color: rgba(255,255,255,0.3); }
    .ct-field option { background: #111; color: #fff; }
    select.ct-field { display: none; }

    /* ── Custom dropdown ── */
    .ct-select {
      position: relative;
      width: 100%;
      user-select: none;
    }
    .ct-select-trigger {
      width: 100%;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      color: rgba(255,255,255,0.3);
      border-radius: 10px;
      padding: 13px 40px 13px 16px;
      font-size: 0.85rem;
      font-family: sans-serif;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: border-color 0.25s, background 0.25s;
      line-height: 1.4;
    }
    .ct-select-trigger.has-value { color: #fff; }
    .ct-select.open .ct-select-trigger {
      border-color: rgba(168,249,98,0.5);
      background: rgba(168,249,98,0.04);
    }
    .ct-select-arrow {
      font-size: 0.7rem;
      color: rgba(255,255,255,0.3);
      transition: transform 0.2s;
      flex-shrink: 0;
      margin-left: 8px;
    }
    .ct-select.open .ct-select-arrow { transform: rotate(180deg); }
    .ct-select-dropdown {
      display: none;
      position: absolute;
      top: calc(100% + 6px);
      left: 0; right: 0;
      background: #161616;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 10px;
      overflow: hidden;
      z-index: 100;
      box-shadow: 0 16px 48px rgba(0,0,0,0.5);
      max-height: 300px;
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: rgba(255,255,255,0.1) transparent;
    }
    .ct-select.open .ct-select-dropdown { display: block; }
    .ct-select-group-label {
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.25);
      padding: 12px 16px 6px;
      font-family: sans-serif;
      border-top: 1px solid rgba(255,255,255,0.05);
    }
    .ct-select-group-label:first-child { border-top: none; }
    .ct-select-option {
      padding: 10px 16px;
      font-size: 0.83rem;
      color: rgba(255,255,255,0.7);
      cursor: pointer;
      font-family: sans-serif;
      transition: background 0.15s, color 0.15s;
    }
    .ct-select-option:hover { background: rgba(168,249,98,0.08); color: #fff; }
    .ct-select-option.selected { color: #a8f962; background: rgba(168,249,98,0.06); }
    textarea.ct-field { resize: vertical; min-height: 120px; }

    .ct-field-label {
      display: block;
      font-size: 0.78rem;
      color: rgba(255,255,255,0.5);
      margin-bottom: 10px;
      font-family: sans-serif;
    }
    .ct-checkbox-group {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .ct-checkbox {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.83rem;
      color: rgba(255,255,255,0.7);
      cursor: pointer;
      font-family: sans-serif;
      transition: color 0.2s;
    }
    .ct-checkbox:hover { color: #fff; }
    .ct-checkbox input[type="checkbox"] {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      accent-color: #a8f962;
      cursor: pointer;
    }

    /* type toggle */
    .ct-type-toggle {
      display: flex;
      gap: 8px;
      margin-bottom: 24px;
    }
    .ct-type-btn {
      flex: 1;
      padding: 11px;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,0.1);
      background: transparent;
      color: rgba(255,255,255,0.4);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.2s;
      font-family: 'Unbounded', sans-serif;
    }
    .ct-type-btn.active,
    .ct-type-btn:hover {
      background: rgba(168,249,98,0.1);
      border-color: rgba(168,249,98,0.4);
      color: #a8f962;
    }

    .ct-submit {
      width: 100%;
      background: #a8f962;
      color: #000;
      border: none;
      border-radius: 10px;
      padding: 15px;
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      cursor: pointer;
      transition: opacity 0.2s, transform 0.2s;
      font-family: 'Unbounded', sans-serif;
      margin-top: 6px;
    }
    .ct-submit:hover { opacity: 0.85; transform: translateY(-2px); }
    .ct-form-note {
      font-size: 0.68rem;
      color: rgba(255,255,255,0.2);
      text-align: center;
      margin-top: 14px;
      font-family: sans-serif;
    }
    .ct-form-status {
      display: none;
      font-size: 0.8rem;
      text-align: center;
      margin-top: 16px;
      padding: 12px 14px;
      border-radius: 8px;
      font-family: sans-serif;
      font-weight: 600;
    }
    .ct-form-status.show { display: block; }
    .ct-form-status.success {
      background: rgba(168,249,98,0.1);
      border: 1px solid rgba(168,249,98,0.35);
      color: #a8f962;
    }
    .ct-form-status.error {
      background: rgba(255,80,80,0.1);
      border: 1px solid rgba(255,80,80,0.35);
      color: #ff7a7a;
    }
    .ct-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

    /* ── RESPONSIVE ── */
    @media (max-width: 991px) {
      .ct-body { padding: 70px 30px 80px; }
      .ct-inner { grid-template-columns: 1fr; gap: 50px; }
      .ct-hero { padding: 120px 30px 60px; }
    }
    @media (max-width: 575px) {
      .ct-hero { padding: 110px 24px 50px; }
      .ct-hero-title { font-size: 3.2rem; }
      .ct-body { padding: 50px 20px 60px; }
      .ct-form-box { padding: 32px 24px; }
      .ct-form-row { grid-template-columns: 1fr; }
    }

