/* =============================================
   DealsPulse — Advertise With Us page
   ============================================= */

body.adv-page {
    background: #f7f7f7;
}

/* ── Header ── */
.adv-header {
    background: #111;
    padding: 14px 20px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.adv-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.adv-logo {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -1px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.adv-logo .hawk-icon { width: 28px; height: 28px; }
.adv-logo .logo-buy  { color: #fff; }
.adv-logo .logo-hawk { color: var(--gold, #ffd700); }
.adv-back {
    color: #aaa;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.15s;
}
.adv-back:hover { color: #fff; }

/* ── Hero ── */
.adv-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #d0021b 100%);
    color: #fff;
    padding: 72px 20px 60px;
    text-align: center;
}
.adv-hero-inner { max-width: 760px; margin: 0 auto; }
.adv-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #ffd700;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.adv-hero h1 {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -1.5px;
}
.hero-highlight { color: #ffd700; }
.adv-hero p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.6;
}
.hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 36px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 20px;
    gap: 4px;
}
.hero-stat {
    text-align: center;
    padding: 0 24px;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
}
.hero-stat-num {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: #ffd700;
    line-height: 1.1;
    margin-bottom: 3px;
}
.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
}
.hero-cta {
    display: inline-block;
    background: #ffd700;
    color: #111;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 900;
    transition: transform 0.15s, opacity 0.15s;
    letter-spacing: 0.3px;
}
.hero-cta:hover { transform: scale(1.04); opacity: 0.92; }

/* ── Section base ── */
.adv-section { padding: 60px 20px; }
.adv-inner { max-width: 1100px; margin: 0 auto; }
.adv-section-title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    color: #111;
}
.adv-section-sub {
    text-align: center;
    color: #777;
    font-size: 15px;
    margin-bottom: 40px;
}

/* ── How it works ── */
.adv-how { background: #fff; }
.steps-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.step {
    background: #f7f7f7;
    border-radius: 14px;
    padding: 32px 28px;
    text-align: center;
    flex: 1;
    min-width: 220px;
    max-width: 300px;
    border: 1.5px solid #e0e0e0;
    position: relative;
}
.step-num {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--red, #d0021b);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-icon { font-size: 36px; margin-bottom: 12px; }
.step h3 { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.step p { font-size: 13px; color: #666; line-height: 1.6; }
.step-arrow { font-size: 28px; color: #ccc; flex-shrink: 0; }

/* ── Pricing ── */
.adv-pricing { background: #f7f7f7; }
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.pricing-card {
    background: #fff;
    border-radius: 16px;
    border: 2px solid #e0e0e0;
    padding: 32px 28px;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}
.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.pricing-card.featured {
    border-color: var(--red, #d0021b);
    border-width: 3px;
    transform: scale(1.03);
}
.pricing-card.featured:hover { transform: scale(1.03) translateY(-4px); }
.pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--red, #d0021b);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    padding: 4px 14px;
    border-radius: 10px;
    white-space: nowrap;
    letter-spacing: 0.5px;
}
.pricing-tier-name {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888;
    margin-bottom: 10px;
}
.pricing-price {
    font-size: 48px;
    font-weight: 900;
    color: #111;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 4px;
}
.pricing-price span {
    font-size: 16px;
    font-weight: 600;
    color: #888;
    letter-spacing: 0;
}
.pricing-placement {
    font-size: 13px;
    color: #555;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.pricing-features {
    list-style: none;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pricing-features li {
    font-size: 13px;
    color: #444;
    font-weight: 500;
}
.pricing-features li.dim { color: #ccc; }
.pricing-cta {
    width: 100%;
    padding: 13px;
    border-radius: 10px;
    border: 2px solid var(--red, #d0021b);
    background: none;
    color: var(--red, #d0021b);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s;
}
.pricing-cta:hover, .featured-cta {
    background: var(--red, #d0021b);
    color: #fff;
}

/* ── Signup Form ── */
.adv-form-section { background: #fff; }
.adv-form-inner {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
    align-items: start;
}
.form-left h2 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}
.form-left p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 24px;
}
.form-trust { display: flex; flex-direction: column; gap: 10px; }
.trust-item {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
    gap: 8px;
}

.adv-form {
    background: #f9f9f9;
    border-radius: 16px;
    border: 1.5px solid #e0e0e0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form-tier-display {
    background: #fff3e0;
    border: 1.5px solid #ffcc80;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 10px;
}
.change-tier-btn {
    margin-left: auto;
    background: none;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color: #555;
    font-family: inherit;
}
.form-section-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #aaa;
    margin-top: 4px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fg { display: flex; flex-direction: column; gap: 5px; }
.fg label {
    font-size: 12px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.adv-form input,
.adv-form select,
.adv-form textarea {
    padding: 10px 12px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
}
.adv-form input:focus,
.adv-form select:focus,
.adv-form textarea:focus { border-color: #d0021b; }
.adv-form textarea { min-height: 80px; resize: vertical; }
.field-hint { font-size: 11px; color: #aaa; }

.form-error {
    background: #fde8e8;
    border: 1px solid #f5c6c6;
    color: #c0021b;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.adv-submit-btn {
    background: #d0021b;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s, transform 0.15s;
    letter-spacing: 0.3px;
}
.adv-submit-btn:hover { background: #a50015; transform: scale(1.01); }
.adv-submit-btn:disabled { background: #ccc; cursor: not-allowed; transform: none; }
.form-fine-print { font-size: 11px; color: #aaa; text-align: center; line-height: 1.5; }
.form-fine-print a { color: #888; }

/* ── FAQ ── */
.adv-faq { background: #f7f7f7; }
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}
.faq-item {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1.5px solid #e0e0e0;
}
.faq-item h3 { font-size: 15px; font-weight: 800; margin-bottom: 8px; color: #111; }
.faq-item p { font-size: 13px; color: #666; line-height: 1.7; }
.faq-item a { color: #d0021b; }

/* ── Footer ── */
.adv-footer {
    background: #111;
    color: #666;
    text-align: center;
    padding: 24px;
    font-size: 13px;
}
.adv-footer a { color: #ffd700; text-decoration: none; }

/* ── Responsive ── */
@media (max-width: 900px) {
    .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
    .pricing-card.featured { transform: none; }
    .adv-form-inner { grid-template-columns: 1fr; }
    .form-left { text-align: center; }
    .form-trust { align-items: center; }
    .faq-grid { grid-template-columns: 1fr; }
    .steps-grid { flex-direction: column; align-items: center; }
    .step-arrow { transform: rotate(90deg); }
}
@media (max-width: 600px) {
    .form-row { grid-template-columns: 1fr; }
    .hero-stat-divider { display: none; }
    .adv-form { padding: 20px; }
}
