.u-section-1 .u-sheet-1 {
  min-height: 5405px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 16px;
  margin-top: 51px;
}.u-section-3 .u-sheet-1 {
  min-height: 149px;
}

.u-section-3 .u-icon-1 {
  width: 64px;
  height: 64px;
  margin: 23px auto 0 0;
}

.u-section-3 .u-text-1 {
  margin: 10px 1000px 23px 0;
}

.u-section-3 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-text-1 {
    margin-right: 800px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-text-1 {
    margin-right: 580px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-text-1 {
    margin-right: 400px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-text-1 {
    margin-right: 200px;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 26px;
}

.u-section-4 .u-custom-html-1 {
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-4 .u-custom-html-1 {
    margin-right: initial;
    margin-left: initial;
  }
}BEST AI MUSIC TOOLS
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    --radius: 10px;
    
  }
  html { scroll-behavior: smooth; }
  body {
    background: #faf9f6;
    color: #1a1a18;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
  }
  /* ── HEADER ── */
  .site-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .site-logo {
    font-family: 'Fraunces', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a18;
    text-decoration: none;
  }
  .site-logo span { color: #1D9E75; }
  .header-cta {
    background: #1D9E75;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 18px;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s;
  }
  .header-cta:hover { background: #0F6E56; }
  /* ── HERO ── */
  .hero {
    max-width: 760px;
    margin: 0 auto;
    padding: 4rem 2rem 2.5rem;
    text-align: center;
  }
  .hero-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1D9E75;
    background: #E1F5EE;
    border-radius: 100px;
    padding: 5px 14px;
    margin-bottom: 1.25rem;
  }
  h1 {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a18;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
  }
  h1 em { font-style: italic; color: #0F6E56; }
  .hero-sub {
    font-size: 1.05rem;
    color: #555550;
    max-width: 580px;
    margin: 0 auto 1.75rem;
  }
  .hero-meta {
    font-size: 13px;
    color: #999990;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  .hero-meta span { display: flex; align-items: center; gap: 5px; }
  .hero-meta i { font-size: 15px; color: #1D9E75; }
  /* ── FREE TOOL CALLOUT ── */
  .tool-callout {
    max-width: 760px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
  }
  .callout-box {
    background: linear-gradient(135deg, #0F6E56 0%, #1D9E75 100%);
    border-radius: 16px;
    padding: 2rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .callout-text { color: #fff; }
  .callout-text strong { font-size: 1.1rem; font-weight: 500; display: block; margin-bottom: 0.3rem; }
  .callout-text span { font-size: 0.9rem; opacity: 0.85; }
  .callout-btn {
    background: #fff;
    color: #0F6E56;
    border: none;
    border-radius: var(--radius);
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.15s;
  }
  .callout-btn:hover { opacity: 0.9; }
  /* ── MAIN CONTENT ── */
  .content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
  }
  h2 {
    font-family: 'Fraunces', serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.3px;
    color: #1a1a18;
  }
  h3 {
    font-family: 'Fraunces', serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1a1a18;
  }
  p { color: #555550; margin-bottom: 1rem; }
  /* ── QUICK PICK TABLE ── */
  .quick-picks {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 3rem;
  }
  .quick-picks-header {
    background: #f2f0eb;
    padding: 1rem 1.5rem;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #999990;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 1rem;
  }
  .quick-picks-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    align-items: center;
    transition: background 0.1s;
  }
  .quick-picks-row:hover { background: #faf9f6; }
  .qp-tool { font-weight: 500; font-size: 15px; }
  .qp-tool small { display: block; font-size: 12px; font-weight: 400; color: #999990; }
  .qp-price { font-size: 14px; color: #555550; }
  .qp-free { color: #0F6E56; font-weight: 500; }
  .qp-best { font-size: 13px; color: #555550; }
  .badge-pill {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 100px;
  }
  .pill-green  { background: #E1F5EE;  color: #0F6E56; }
  .pill-amber  { background: #FAEEDA;  color: #BA7517; }
  .pill-blue   { background: #E6F1FB;   color: #185FA5; }
  .pill-red    { background: #FAECE7;    color: #993C1D; }
  .pill-purple { background: #EEEDFE; color: #534AB7; }
  /* ── TOOL CARDS ── */
  .tools-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 3rem;
  }
  @media (max-width: 640px) { .tools-grid { grid-template-columns: 1fr; } }
  .tool-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  .tool-card.featured { border: 2px solid #1D9E75; }
  .tool-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.75rem;
  }
  .tool-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .tool-name { font-weight: 500; font-size: 1.05rem; margin-bottom: 2px; color: #1a1a18; }
  .tool-price { font-size: 13px; color: #999990; }
  .tool-desc { font-size: 14px; color: #555550; margin-bottom: 1rem; line-height: 1.6; flex: 1; }
  .pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 1rem;
    font-size: 13px;
  }
  .pros-cons-col { }
  .pros-cons-label { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; }
  .pros-label { color: #0F6E56; }
  .cons-label { color: #993C1D; }
  .pro-item, .con-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 4px;
    line-height: 1.4;
    color: #555550;
  }
  .pro-item i { color: #0F6E56; font-size: 14px; margin-top: 1px; flex-shrink: 0; }
  .con-item i { color: #993C1D;   font-size: 14px; margin-top: 1px; flex-shrink: 0; }
  .tool-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: auto;
  }
  .best-for { font-size: 12px; color: #999990; }
  .best-for strong { color: #555550; font-weight: 500; }
  .tool-link {
    font-size: 13px;
    color: #1D9E75;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .tool-link:hover { color: #0F6E56; }
  /* ── COMPARISON TABLE ── */
  .comp-table-wrap {
    overflow-x: auto;
    margin-bottom: 3rem;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
  }
  .comp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #ffffff;
  }
  .comp-table th {
    background: #f2f0eb;
    padding: 12px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #999990;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    white-space: nowrap;
  }
  .comp-table td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    color: #555550;
    vertical-align: middle;
  }
  .comp-table tr:last-child td { border-bottom: none; }
  .comp-table tr:hover td { background: #faf9f6; }
  .comp-table td:first-child { font-weight: 500; color: #1a1a18; }
  .check { color: #0F6E56; font-size: 16px; }
  .cross { color: #999990; font-size: 16px; }
  /* ── FAQ ── */
  .faq { margin-bottom: 3rem; }
  .faq-item {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: var(--radius);
    background: #ffffff;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .faq-q {
    padding: 1rem 1.25rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    user-select: none;
    color: #1a1a18;
  }
  .faq-q i { color: #999990; font-size: 18px; transition: transform 0.2s; flex-shrink: 0; }
  .faq-item.open .faq-q i { transform: rotate(45deg); }
  .faq-a {
    display: none;
    padding: 0 1.25rem 1rem;
    font-size: 14px;
    color: #555550;
    line-height: 1.7;
    border-top: 1px solid rgba(0,0,0,0.08);
  }
  .faq-item.open .faq-a { display: block; }
  /* ── VERDICT ── */
  .verdict {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 2rem 2.5rem;
    margin-bottom: 3rem;
  }
  .verdict h2 { margin-bottom: 0.75rem; }
  /* ── FOOTER ── */
  footer {
    background: #1a1a18;
    color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 2rem;
    font-size: 13px;
  }
  footer a { color: #1D9E75; text-decoration: none; }
  @media (max-width: 600px) {
    .quick-picks-header, .quick-picks-row { grid-template-columns: 1fr 1fr; }
    .quick-picks-header span:nth-child(3),
    .quick-picks-header span:nth-child(4),
    .quick-picks-row div:nth-child(3),
    .quick-picks-row div:nth-child(4) { display: none; }
    .callout-box { flex-direction: column; text-align: center; }
    .pros-cons { grid-template-columns: 1fr; }
  } 