/*======================================
Theme Name: divi-child
Theme URI: https://divicake.com/
Description: Divi child theme
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/*
 Theme Name:   Mixtape Music Festival Child
 Theme URI:    https://mixtapemusicfestival.com
 Description:  Mixtape Music Festival — Divi 5 Child Theme
 Author:        Your Name
 Template:     Divi
 Version:      1.0.0
 Text Domain:  mixtape-child
*/

/*
Theme Name: Mixtape Music Festival Child
Template: Divi
Description: Visual style system based on supplied Mixtape Music Festival homepage mockup.
*/

/* -------------------------------------------------------
   FONT IMPORTS
   -------------------------------------------------------
   Headings: Oswald / Bebas Neue for tall condensed festival type.
   Accent script: Permanent Marker as browser-safe brush-style fallback.
   Body: Montserrat for clean event/festival UI copy.
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&family=Bebas+Neue&family=Montserrat:wght@400;500;600;700;800;900&family=Oswald:wght@500;600;700&family=Permanent+Marker&display=swap');

:root {
  --mtx-black: #050507;
  --mtx-ink: #0E0C11;
  --mtx-panel: #111116;
  --mtx-panel-2: #17131F;
  --mtx-border: #2A2632;

  --mtx-white: #FFFFFF;
  --mtx-soft-white: #DAD8DC;
  --mtx-muted: #A09DA1;

  --mtx-hot-pink: #F0278D;
  --mtx-deep-pink: #9C1A60;
  --mtx-magenta: #D81B8C;
  --mtx-cyan: #18F0E1;
  --mtx-teal: #18BDB6;
  --mtx-purple: #572B99;
  --mtx-deep-purple: #241B57;
  --mtx-blue-violet: #5656CD;

  --mtx-gradient-neon: linear-gradient(90deg, var(--mtx-hot-pink), var(--mtx-cyan));
  --mtx-gradient-dark: radial-gradient(circle at 50% 0%, rgba(87,43,153,.45), rgba(14,12,17,.98) 55%, #050507 100%);

  --mtx-font-body: 'Montserrat', Arial, sans-serif;
  --mtx-font-heading: 'Oswald', 'Bebas Neue', Impact, sans-serif;
  --mtx-font-display: 'Bebas Neue', 'Oswald', Impact, sans-serif;
  --mtx-font-script: 'Permanent Marker', 'Brush Script MT', cursive;

  --mtx-container: 1180px;
  --mtx-radius: 0px;
  --mtx-shadow-neon: 0 0 18px rgba(240,39,141,.55), 0 0 34px rgba(24,240,225,.22);
}

/* -------------------------------------------------------
   GLOBAL
------------------------------------------------------- */
body,
.et_pb_text,
.et_pb_button,
input,
textarea,
select {
  font-family: var(--mtx-font-body);
  color: var(--mtx-soft-white);
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: .01em;
}

body {
  background: var(--mtx-black);
}

#page-container {
  background: var(--mtx-black);
  overflow-x: hidden;
}

a {
  color: var(--mtx-cyan);
  transition: color .2s ease, opacity .2s ease;
}

a:hover {
  color: var(--mtx-hot-pink);
}

/* -------------------------------------------------------
   HEADINGS
------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.et_pb_module_header {
  font-family: var(--mtx-font-heading);
  color: var(--mtx-white);
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: .98;
  font-weight: 700;
}

h1 {
  font-size: clamp(52px, 8vw, 118px);
  letter-spacing: .01em;
}

h2 {
  font-size: clamp(38px, 5vw, 72px);
}

h3 {
  font-size: clamp(26px, 3vw, 42px);
}

h4 {
  font-size: 24px;
}

.mtx-kicker,
.et_pb_text .mtx-kicker {
  font-family: var(--mtx-font-body);
  color: var(--mtx-cyan);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.mtx-script,
.et_pb_text .mtx-script {
  font-family: var(--mtx-font-script);
  color: var(--mtx-hot-pink);
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: .95;
  font-weight: 400;
  text-shadow: 0 0 18px rgba(240,39,141,.4);
}

.mtx-underline {
  position: relative;
  display: inline-block;
}

.mtx-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 8px;
  background: var(--mtx-gradient-neon);
}

/* -------------------------------------------------------
   DIVI HEADER / NAV
------------------------------------------------------- */
#main-header,
.et-l--header,
.mtx-site-header {
  background: rgba(5,5,7,.96) !important;
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: none;
}

#top-menu li a,
.et-menu a,
.mtx-site-header a {
  font-family: var(--mtx-font-heading);
  color: var(--mtx-white) !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}

#top-menu li a:hover,
.et-menu a:hover {
  color: var(--mtx-cyan) !important;
  opacity: 1;
}

/* -------------------------------------------------------
   SECTIONS
------------------------------------------------------- */
.et_pb_section,
.mtx-section {
  background-color: var(--mtx-black);
}

.mtx-section-dark {
  background: var(--mtx-gradient-dark);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.mtx-container,
.et_pb_row {
  max-width: var(--mtx-container);
}

.mtx-card,
.et_pb_blurb,
.et_pb_team_member,
.et_pb_pricing_table {
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 60px rgba(0,0,0,.32);
}

.mtx-card-pad {
  padding: 32px;
}

/* -------------------------------------------------------
   HERO
------------------------------------------------------- */
.mtx-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  background-color: var(--mtx-black);
  background-position: center;
  background-size: cover;
  position: relative;
}

.mtx-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(86,86,205,.42), transparent 36%),
    linear-gradient(180deg, rgba(5,5,7,.08), rgba(5,5,7,.92));
  pointer-events: none;
}

.mtx-hero .et_pb_row,
.mtx-hero-content {
  position: relative;
  z-index: 2;
}

.mtx-hero-title {
  font-family: var(--mtx-font-script);
  font-size: clamp(70px, 12vw, 160px);
  color: var(--mtx-white);
  text-transform: uppercase;
  letter-spacing: -.02em;
  text-shadow: 0 8px 22px rgba(0,0,0,.65);
}

.mtx-hero-subtitle {
  font-family: var(--mtx-font-heading);
  font-size: clamp(34px, 5vw, 70px);
  line-height: .95;
  text-transform: uppercase;
  color: var(--mtx-white);
}

.mtx-hero-subtitle strong,
.mtx-pink {
  color: var(--mtx-hot-pink);
}

.mtx-hero-copy {
  max-width: 560px;
  margin: 18px auto 0;
  color: var(--mtx-white);
  font-size: 17px;
  line-height: 1.55;
}

/* -------------------------------------------------------
   BUTTONS
------------------------------------------------------- */
.et_pb_button,
.mtx-btn {
  font-family: var(--mtx-font-heading) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: var(--mtx-radius) !important;
  padding: 15px 26px !important;
  line-height: 1.1 !important;
}

.et_pb_button:after {
  font-size: 18px !important;
}

.mtx-btn-primary,
.et_pb_button.mtx-btn-primary {
  background: var(--mtx-hot-pink) !important;
  color: var(--mtx-white) !important;
  border: 2px solid var(--mtx-hot-pink) !important;
  box-shadow: 0 0 24px rgba(240,39,141,.35);
}

.mtx-btn-primary:hover,
.et_pb_button.mtx-btn-primary:hover {
  background: #ff3fa0 !important;
  border-color: #ff3fa0 !important;
  color: var(--mtx-white) !important;
}

.mtx-btn-outline,
.et_pb_button.mtx-btn-outline {
  background: transparent !important;
  color: var(--mtx-cyan) !important;
  border: 2px solid var(--mtx-cyan) !important;
}

.mtx-btn-outline:hover,
.et_pb_button.mtx-btn-outline:hover {
  background: var(--mtx-cyan) !important;
  color: var(--mtx-black) !important;
}

/* -------------------------------------------------------
   ICON / FEATURE ROWS
------------------------------------------------------- */
.mtx-feature-icon,
.et_pb_blurb .et-pb-icon {
  color: var(--mtx-cyan);
  text-shadow: 0 0 18px rgba(24,240,225,.35);
}

.mtx-impact-icon {
  color: var(--mtx-hot-pink);
  text-shadow: 0 0 20px rgba(240,39,141,.45);
}

.mtx-feature-title {
  font-family: var(--mtx-font-heading);
  color: var(--mtx-cyan);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.mtx-checklist li {
  margin-bottom: 9px;
}

.mtx-checklist li::marker {
  color: var(--mtx-cyan);
}

/* -------------------------------------------------------
   FORMS
------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea,
.et_pb_contact_field input,
.et_pb_contact_field textarea {
  background: rgba(0,0,0,.35) !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  color: var(--mtx-white) !important;
  border-radius: 0 !important;
  font-family: var(--mtx-font-body);
  font-size: 14px;
  padding: 14px 16px !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255,255,255,.66) !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--mtx-cyan) !important;
  box-shadow: 0 0 0 1px var(--mtx-cyan), 0 0 20px rgba(24,240,225,.25);
  outline: none;
}

/* -------------------------------------------------------
   FOOTER / MAILING LIST BAND
------------------------------------------------------- */
.mtx-mailing-band {
  background:
    linear-gradient(90deg, rgba(240,39,141,.55), rgba(36,27,87,.75), rgba(24,240,225,.25)),
    var(--mtx-black);
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

footer,
.et-l--footer,
.mtx-footer {
  background: #030304;
  color: var(--mtx-muted);
}

footer h4,
.et-l--footer h4,
.mtx-footer h4 {
  color: var(--mtx-cyan);
  font-size: 13px;
  letter-spacing: .16em;
}

footer a,
.et-l--footer a {
  color: var(--mtx-soft-white);
}

footer a:hover,
.et-l--footer a:hover {
  color: var(--mtx-hot-pink);
}

/* -------------------------------------------------------
   RESPONSIVE
------------------------------------------------------- */
@media (max-width: 980px) {
  .mtx-hero {
    min-height: 620px;
  }

  .mtx-card-pad {
    padding: 24px;
  }

  #top-menu li a,
  .et-menu a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  body,
  .et_pb_text {
    font-size: 14px;
  }

  .mtx-hero {
    min-height: 560px;
    text-align: center;
  }

  .et_pb_button,
  .mtx-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}

/* check list */
ul.mixtape-checklist {
  list-style: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
}

ul.mixtape-checklist > li {
  position: relative;
  list-style: none !important;
  padding-left: 32px !important;
  margin-bottom: 12px;
  color: #eaeaea;
  line-height: 1.6;
}

ul.mixtape-checklist > li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 2px solid #1FE6D3;
  border-radius: 50%;
  color: #1FE6D3;
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}


.mixtape-soundtrack {
  font-family: 'Yellowtail', cursive;
  font-size: clamp(36px, 7vw, 80px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #e8006e;
  text-shadow:
    0 3px 0 #111,
    0 8px 18px rgba(0,0,0,0.45),
    0 0 18px rgba(236, 0, 140, 0.55),
    0 0 28px rgba(0, 174, 239, 0.45);
}


/* MixTape Gravity Forms - Connect Page */
body.page-id-14 .gform_wrapper,
body .gform_wrapper {
  color: #ffffff;
}

/* Field labels */
body .gform_wrapper .gfield_label,
body .gform_wrapper label,
body .gform_wrapper legend {
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* Required asterisk */
body .gform_wrapper .gfield_required,
body .gform_wrapper .gfield_required_text {
  color: #ff2fa6 !important;
}

/* Sub-labels under name/email fields */
body .gform_wrapper .gform-field-label--type-sub,
body .gform_wrapper .ginput_complex label {
  color: #d9f7ff !important;
  opacity: 0.9;
}

/* Description/help text */
body .gform_wrapper .gfield_description,
body .gform_wrapper .instruction {
  color: #cfefff !important;
}

/* Inputs */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper select,
body .gform_wrapper textarea {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(45, 255, 235, 0.55) !important;
  color: #ffffff !important;
  border-radius: 0;
}

/* Placeholder text */
body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
  color: rgba(255,255,255,0.65) !important;
}

/* Dropdown text */
body .gform_wrapper select,
body .gform_wrapper select option {
  color: #ffffff !important;
  background-color: #090b10 !important;
}

/* Focus state */
body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  border-color: #ff2fa6 !important;
  box-shadow: 0 0 0 2px rgba(255, 47, 166, 0.25) !important;
  outline: none !important;
}

/* Submit button */
body .gform_wrapper .gform_button {
  background: #27f5e6 !important;
  color: #05070a !important;
  border: 0 !important;
  padding: 14px 28px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
}

body .gform_wrapper .gform_button:hover {
  background: #ff2fa6 !important;
  color: #ffffff !important;
}