/* SEO Makinesi - Profesyonel İletişim Sayfası CSS
   Dosya yolu: seomakinesi.com/assets/iletisim.css
*/

.smc-contact-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(66, 133, 244, .16), transparent 32%),
        radial-gradient(circle at 92% 18%, rgba(52, 168, 83, .16), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 42px 0 46px;
}

.smc-contact-hero::before {
    content: "";
    position: absolute;
    inset: auto -12% -120px -12%;
    height: 220px;
    background: linear-gradient(90deg, rgba(66,133,244,.14), rgba(251,188,5,.12), rgba(52,168,83,.14), rgba(234,67,53,.12));
    filter: blur(42px);
    pointer-events: none;
}

.smc-contact-breadcrumb {
    margin-bottom: 24px;
}

.smc-contact-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 28px;
    align-items: stretch;
}

.smc-contact-hero-text,
.smc-contact-hero-card,
.smc-contact-panel,
.smc-contact-steps {
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.smc-contact-hero-text {
    padding: 34px;
}

.smc-contact-kicker,
.smc-contact-section-head span,
.smc-contact-side-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    background: rgba(37, 99, 235, .08);
    border: 1px solid rgba(37, 99, 235, .16);
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    padding: 7px 12px;
}

.smc-contact-hero h1 {
    margin: 16px 0 14px;
    color: #0f172a;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.smc-contact-hero p {
    max-width: 760px;
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.72;
}

.smc-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.smc-contact-btn,
.smc-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border: 0;
    border-radius: 16px;
    padding: 13px 18px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.smc-contact-btn:hover,
.smc-contact-submit:hover {
    transform: translateY(-2px);
}

.smc-contact-btn-primary,
.smc-contact-submit {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .24);
}

.smc-contact-btn-whatsapp {
    background: #16a34a;
    color: #fff;
    box-shadow: 0 14px 30px rgba(22, 163, 74, .22);
}

.smc-contact-btn-soft {
    background: #f1f5f9;
    color: #0f172a;
    border: 1px solid rgba(148, 163, 184, .24);
}

.smc-contact-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.smc-contact-trust span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, .24);
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    padding: 7px 12px;
}

.smc-contact-trust span::before {
    content: "✓";
    margin-right: 7px;
    color: #16a34a;
}

.smc-contact-hero-card {
    position: relative;
    overflow: hidden;
    padding: 26px;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #fff;
}

.smc-contact-hero-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    right: -70px;
    top: -70px;
    background: radial-gradient(circle, rgba(66,133,244,.55), transparent 66%);
}

.smc-contact-score {
    position: relative;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    padding: 22px;
}

.smc-contact-score small {
    display: block;
    color: #bfdbfe;
    font-weight: 800;
    margin-bottom: 10px;
}

.smc-contact-score strong {
    display: block;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -.06em;
}

.smc-contact-score span {
    display: block;
    margin-top: 12px;
    color: #cbd5e1;
    line-height: 1.6;
}

.smc-contact-mini-list {
    position: relative;
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.smc-contact-mini-list div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.11);
    padding: 13px;
}

.smc-contact-mini-list b {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #fff;
    color: #2563eb;
}

.smc-contact-mini-list span {
    color: #e2e8f0;
    line-height: 1.45;
    font-weight: 700;
}

.smc-contact-main {
    padding-top: 36px;
}

.smc-contact-grid-main {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
    gap: 24px;
    align-items: start;
}

.smc-contact-panel {
    padding: 26px;
    margin-bottom: 24px;
}

.smc-contact-section-head {
    margin-bottom: 18px;
}

.smc-contact-section-head h2 {
    margin: 12px 0 8px;
    color: #0f172a;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.smc-contact-section-head p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.smc-contact-form {
    display: grid;
    gap: 14px;
}

.smc-form-row {
    display: grid;
    gap: 14px;
}

.smc-form-row-two {
    grid-template-columns: 1fr 1fr;
}

.smc-contact-form label {
    display: grid;
    gap: 8px;
}

.smc-contact-form label span {
    color: #334155;
    font-size: 13px;
    font-weight: 900;
}

.smc-contact-form input,
.smc-contact-form select,
.smc-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, .34);
    border-radius: 16px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    outline: none;
    padding: 14px 15px;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.smc-contact-form textarea {
    min-height: 128px;
    resize: vertical;
}

.smc-contact-form input:focus,
.smc-contact-form select:focus,
.smc-contact-form textarea:focus {
    border-color: rgba(37, 99, 235, .72);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .10);
}

.smc-contact-submit {
    width: 100%;
    margin-top: 4px;
    font-size: 16px;
}

.smc-contact-secure {
    display: block;
    color: #64748b;
    line-height: 1.55;
    text-align: center;
}

.smc-contact-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.smc-contact-side {
    position: sticky;
    top: 92px;
}

.smc-contact-info-list {
    display: grid;
    gap: 12px;
}

.smc-contact-info-list a,
.smc-contact-info-list > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 13px;
    align-items: center;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, .22);
    color: #0f172a;
    text-decoration: none;
    padding: 14px;
}

.smc-contact-info-list i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #e0edff;
    color: #2563eb;
    font-style: normal;
    font-weight: 900;
}

.smc-contact-info-list strong,
.smc-contact-info-list span {
    display: block;
}

.smc-contact-info-list strong {
    margin-bottom: 3px;
    font-size: 15px;
}

.smc-contact-info-list span {
    color: #64748b;
    line-height: 1.45;
}

.smc-contact-map {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, .24);
    background: #f1f5f9;
    min-height: 320px;
}

.smc-contact-map iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
}

.smc-contact-steps {
    padding: 28px;
    margin: 4px 0 24px;
}

.smc-contact-section-center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 22px;
}

.smc-contact-section-center span {
    margin-left: auto;
    margin-right: auto;
}

.smc-contact-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.smc-contact-step-grid article {
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, .22);
    padding: 20px;
}

.smc-contact-step-grid b {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #2563eb;
    color: #fff;
    margin-bottom: 14px;
}

.smc-contact-step-grid h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 20px;
}

.smc-contact-step-grid p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .smc-contact-hero-grid,
    .smc-contact-grid-main,
    .smc-contact-step-grid {
        grid-template-columns: 1fr;
    }

    .smc-contact-side {
        position: static;
    }
}

@media (max-width: 640px) {
    .smc-contact-hero {
        padding: 28px 0 32px;
    }

    .smc-contact-hero-text,
    .smc-contact-hero-card,
    .smc-contact-panel,
    .smc-contact-steps {
        border-radius: 22px;
        padding: 20px;
    }

    .smc-form-row-two {
        grid-template-columns: 1fr;
    }

    .smc-contact-actions {
        display: grid;
    }

    .smc-contact-btn {
        width: 100%;
    }

    .smc-contact-map iframe {
        height: 300px;
    }
}
