/* ==========================================
   TURTLES WEB - PAGE PRICING / START A PROJECT (INTEGRATED FORM CARD)
   ========================================== */

/* Page Container & Integrated Form Card */
.pricing-page-container.hero-form-container {
    padding: 180px 24px 100px 24px;
    max-width: var(--max-width-site);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-glow-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 600px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

/* Quote Form Wrapper - Fun.xyz Dark Card Aesthetic */
.quote-form-wrapper.compact-mini-card {
    max-width: 620px;
    margin: 0 auto;
    background: #1c1d20;
    border: 1px solid #2b2d31;
    border-radius: 32px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.quote-form-wrapper.compact-mini-card:hover {
    border-color: #383a40;
}

.form-content {
    position: relative;
    z-index: 2;
}

.mini-form-header {
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mini-form-header .hero-badge {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    margin-bottom: 16px !important;
}

.mini-form-header .hero-title {
    font-size: clamp(38px, 5vw, 54px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: #F6F6F6;
    margin: 0 0 12px 0;
}

.mini-form-header .hero-subtitle {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -0.3px;
    color: #a3a8b0;
    max-width: 480px;
    margin: 0 auto;
}

/* Fun.xyz Sleek Groups & Filled Inputs */
.mini-group {
    margin-bottom: 22px;
}

.form-label {
    font-size: 13px;
    font-weight: 500;
    color: #b5bac1;
    margin-bottom: 8px;
    display: block;
}

.form-input {
    width: 100%;
    box-sizing: border-box;
    background: #2b2d31;
    border: 1px solid #35373c;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 14px;
    font-family: inherit;
    color: #f2f3f5;
    transition: all 0.25s ease;
}

.form-input::placeholder {
    color: #6d7078;
}

.form-input:focus {
    outline: none;
    background: #313338;
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* Small Service Pills with Ticks - Fun.xyz Dark Theme */
.small-service-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-top: 8px;
}

.mini-pill {
    padding: 9px 16px;
    background: #2b2d31;
    border: 1px solid #35373c;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #dbdee1;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.mini-pill:hover {
    border-color: #4e5058;
    color: #ffffff;
    background: #313338;
}

.mini-pill.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.pill-check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.mini-pill.active .pill-check {
    background: #000000;
    border-color: #000000;
}

.pill-check svg {
    width: 9px;
    height: 9px;
    color: #000000;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.mini-pill.active .pill-check svg {
    color: #ffffff;
    opacity: 1;
}

.pill-text {
    line-height: 1;
}

/* Submit Actions - Pure White Micro-Animated Form Button */
.mini-actions {
    margin-top: 28px;
}

.quote-form-wrapper .btn-submit-pricing,
.btn-submit-pricing {
    width: 100%;
    height: 54px;
    font-size: 14px;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.quote-form-wrapper .btn-submit-pricing::after,
.btn-submit-pricing::after {
    background: #ffffff !important;
}

.quote-form-wrapper .btn-submit-pricing::before,
.btn-submit-pricing::before {
    background: linear-gradient(177.95deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.quote-form-wrapper .btn-submit-pricing .inner,
.btn-submit-pricing .inner {
    color: #000000 !important;
    font-weight: 600 !important;
}

.quote-form-wrapper .btn-submit-pricing .inner svg,
.btn-submit-pricing .inner svg {
    color: #000000 !important;
    stroke: #000000 !important;
}

.quote-form-wrapper .btn-submit-pricing .points_wrapper .point,
.btn-submit-pricing .points_wrapper .point {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.quote-form-wrapper .btn-submit-pricing .fold::after,
.btn-submit-pricing .fold::after {
    background-color: #1c1d20 !important;
}

.quote-form-wrapper .btn-submit-pricing:hover,
.btn-submit-pricing:hover {
    background: #f2f2f2 !important;
    box-shadow: 0 14px 40px rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px);
}

/* Success State */
.success-state {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 16px;
}

.success-state.show {
    display: flex;
}

.success-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4ade80;
    margin-bottom: 20px;
}

.success-icon-wrapper svg {
    width: 28px;
    height: 28px;
}

.success-title {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.success-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 440px;
    line-height: 1.6;
    margin: 0;
}

/* 80/20 Strategy Visualizer Section */
.strategy-visualizer-section {
    margin-top: 90px;
}

.strategy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.strategy-card {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.strategy-card:hover {
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-4px);
}

.strategy-badge {
    font-family: monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.strategy-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.5px;
}

.strategy-card p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Pricing Contact Section */
.pricing-contact-section {
    margin-top: 90px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.contact-card {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 36px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.contact-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.contact-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.contact-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin: 0;
}

.contact-link {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-link:hover {
    opacity: 0.8;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* FAQ Section */
.pricing-faq-section {
    margin-top: 90px;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-split-container {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.faq-left {
    flex: 1;
    position: sticky;
    top: 120px;
}

.faq-left h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 1.1;
    color: #ffffff;
    margin: 16px 0;
}

.faq-left p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

.faq-right {
    flex: 1.4;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-card {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 32px;
    transition: border-color 0.3s ease;
}

.faq-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.faq-answer {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .strategy-grid {
        grid-template-columns: 1fr;
    }

    .faq-split-container {
        flex-direction: column;
        gap: 40px;
    }

    .faq-left {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .pricing-hero-section {
        padding: 160px 20px 30px;
    }

    .pricing-page-container {
        padding: 20px 16px 80px;
    }

    .quote-form-wrapper.compact-mini-card {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .small-service-pills {
        gap: 8px;
    }

    .mini-pill {
        padding: 7px 14px;
        font-size: 12px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}
