/* Google Ads ön analiz formu — premium */
.gao-hero .ecx-hero-desc { max-width: 640px; }

.gao-main {
    padding: 36px 0 64px;
    background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
}

.gao-form-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 28px 28px 32px;
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.08);
}

.gao-form-head h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.gao-form-head p {
    color: #64748b;
    font-size: 0.92rem;
    margin-bottom: 22px;
}

.gao-field { margin-bottom: 16px; }

.gao-field label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.gao-field label i {
    color: #4285f4;
    margin-right: 6px;
    width: 14px;
}

.gao-input {
    width: 100%;
    height: 46px;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 0.92rem;
    color: #0f172a;
    background: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.gao-textarea {
    height: auto;
    padding: 12px 14px;
    resize: vertical;
    min-height: 110px;
}

.gao-input:focus {
    outline: none;
    border-color: #4285f4;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.15);
}

.gao-input.input-validation-error {
    border-color: #ef4444;
    background: #fff5f5;
}

.gao-error {
    display: block;
    color: #ef4444;
    font-size: 0.78rem;
    margin-top: 4px;
}

.gao-submit {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #4285f4 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
    transition: transform 0.15s, box-shadow 0.15s;
}

.gao-submit:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.35);
}

.gao-submit:disabled { opacity: 0.7; cursor: wait; }

.gao-success {
    text-align: center;
    padding: 40px 20px;
}

.gao-success i {
    font-size: 3rem;
    color: #34a853;
    margin-bottom: 16px;
}

.gao-success h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.gao-success p { color: #64748b; margin-bottom: 20px; }

.gao-link-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.gao-aside-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 22px 20px;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.gao-aside-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px;
}

.gao-quick-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gao-quick-links li { margin-bottom: 8px; }

.gao-quick-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 8px;
    transition: background 0.15s;
}

.gao-aside-contact {
    display: grid;
    gap: 10px;
}

.gao-wa, .gao-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}

.gao-wa { background: #25d366; color: #fff; }
.gao-call { background: #eff6ff; color: #2563eb; }

.gao-benefits {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.gao-benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.5;
}

.gao-benefit i {
    color: #34a853;
    margin-top: 3px;
}

@media (max-width: 991px) {
    .gao-form-card { padding: 22px 18px; }
}
