/* =========================================================
   NEDEN ULUDAĞ TERCÜME SAYFASI
   public_html/dev/css/why-us-page.css
========================================================= */

:root {
    --why-primary: #0b4d8f;
    --why-primary-dark: #073563;
    --why-primary-soft: #eaf3fb;
    --why-accent: #1b74bb;
    --why-dark: #11243a;
    --why-text: #536579;
    --why-border: #dfe8f1;
    --why-light: #f6f9fc;
    --why-white: #ffffff;
    --why-radius: 24px;
    --why-shadow: 0 24px 60px rgba(17, 36, 58, 0.10);
}

.why-us-page {
    color: var(--why-text);
    background: var(--why-white);
}

.why-us-page h1,
.why-us-page h2,
.why-us-page h3 {
    color: var(--why-dark);
    font-weight: 800;
}

.why-us-page p {
    line-height: 1.8;
}

.why-us-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 82px;
    background:
        radial-gradient(circle at 88% 16%, rgba(27, 116, 187, 0.18), transparent 29%),
        linear-gradient(135deg, #f8fbff 0%, #eef6fc 48%, #ffffff 100%);
}

.why-us-hero::after {
    content: "";
    position: absolute;
    right: -170px;
    bottom: -250px;
    width: 430px;
    height: 430px;
    border: 82px solid rgba(11, 77, 143, 0.05);
    border-radius: 50%;
}

.why-us-hero__content,
.why-us-hero__panel {
    position: relative;
    z-index: 1;
}

.why-us-hero__eyebrow,
.why-us-section-heading__eyebrow,
.why-us-final-cta__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--why-primary);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.why-us-hero__title {
    margin-bottom: 18px;
    max-width: 760px;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.why-us-hero__title span,
.why-us-section-heading h2 span,
.why-us-final-cta h2 span {
    color: var(--why-primary);
}

.why-us-hero__lead {
    margin-bottom: 17px;
    color: var(--why-dark);
    font-size: 1.25rem;
}

.why-us-hero__description {
    max-width: 710px;
    margin-bottom: 32px;
    font-size: 1.07rem;
}

.why-us-hero__actions,
.why-us-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.why-us-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 14px 21px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.why-us-button:hover {
    transform: translateY(-2px);
}

.why-us-button--primary,
.why-us-button--whatsapp {
    color: #fff;
    background: #1fa463;
    box-shadow: 0 16px 30px rgba(31, 164, 99, 0.2);
}

.why-us-button--primary:hover,
.why-us-button--whatsapp:hover {
    color: #fff;
    background: #178a52;
}

.why-us-button--secondary,
.why-us-button--phone {
    color: var(--why-primary);
    background: var(--why-white);
    border-color: var(--why-border);
}

.why-us-button--secondary:hover,
.why-us-button--phone:hover {
    color: var(--why-primary-dark);
    box-shadow: 0 12px 28px rgba(17, 36, 58, 0.1);
}

.why-us-hero__panel {
    padding: 40px;
    color: rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 55%),
        var(--why-primary-dark);
    box-shadow: var(--why-shadow);
}

.why-us-hero__panel-label {
    display: block;
    margin-bottom: 10px;
    color: #9bc6ea;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.why-us-hero__panel h2 {
    margin-bottom: 26px;
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 1.2;
}

.why-us-hero__panel-list {
    display: grid;
    gap: 15px;
}

.why-us-hero__panel-list div {
    display: flex;
    gap: 11px;
    align-items: flex-start;
}

.why-us-hero__panel-list i {
    margin-top: 3px;
    color: #68d7a0;
}

.why-us-trust-strip {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    border-top: 1px solid rgba(223, 232, 241, 0.8);
    border-bottom: 1px solid var(--why-border);
    background: var(--why-white);
}

.why-us-trust-strip__inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.why-us-trust-item {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    padding: 16px 14px;
    color: var(--why-dark);
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
}

.why-us-trust-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    bottom: 22px;
    width: 1px;
    background: var(--why-border);
}

.why-us-trust-item i {
    flex: 0 0 auto;
    color: var(--why-primary);
    font-size: 1.25rem;
}

.why-us-breadcrumb {
    padding: 18px 0;
    border-bottom: 1px solid var(--why-border);
    background: var(--why-light);
}

.why-us-breadcrumb a {
    color: var(--why-primary);
    text-decoration: none;
}

.why-us-reasons-section,
.why-us-expertise-section,
.why-us-process-section,
.why-us-final-cta {
    padding: 92px 0;
}

.why-us-section-heading {
    margin-bottom: 30px;
}

.why-us-section-heading--center {
    max-width: 790px;
    margin: 0 auto 48px;
    text-align: center;
}

.why-us-section-heading h2,
.why-us-final-cta h2 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.why-us-reasons-section,
.why-us-process-section {
    background: var(--why-light);
}

.why-us-reason-card {
    height: 100%;
    padding: 30px;
    border: 1px solid var(--why-border);
    border-radius: 20px;
    background: var(--why-white);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.why-us-reason-card:hover {
    transform: translateY(-6px);
    border-color: rgba(11, 77, 143, 0.24);
    box-shadow: 0 22px 45px rgba(17, 36, 58, 0.09);
}

.why-us-reason-card__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    place-items: center;
    color: var(--why-primary);
    border-radius: 17px;
    background: var(--why-primary-soft);
    font-size: 1.45rem;
}

.why-us-reason-card h3 {
    margin-bottom: 12px;
    font-size: 1.18rem;
}

.why-us-reason-card p {
    margin-bottom: 0;
}

.why-us-expertise-card {
    padding: 38px;
    border: 1px solid var(--why-border);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(234, 243, 251, 0.95), rgba(255, 255, 255, 0.98));
    box-shadow: var(--why-shadow);
}

.why-us-expertise-card__top {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 28px;
}

.why-us-expertise-card__icon {
    display: grid;
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    place-items: center;
    color: #fff;
    border-radius: 20px;
    background: var(--why-primary);
    font-size: 1.8rem;
}

.why-us-expertise-card__top span {
    display: block;
    margin-bottom: 7px;
    color: var(--why-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.why-us-expertise-card__top h3 {
    margin-bottom: 0;
    font-size: 1.35rem;
    line-height: 1.35;
}

.why-us-expertise-card__tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.why-us-expertise-card__tags a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px;
    color: var(--why-primary);
    border: 1px solid var(--why-border);
    border-radius: 14px;
    background: var(--why-white);
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.why-us-expertise-card__tags a:hover {
    transform: translateY(-2px);
    border-color: rgba(11, 77, 143, 0.38);
}

.why-us-text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    color: var(--why-primary);
    font-weight: 800;
    text-decoration: none;
}

.why-us-text-link:hover {
    color: var(--why-primary-dark);
}

.why-us-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.why-us-process-card {
    position: relative;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--why-border);
    border-radius: 20px;
    background: var(--why-white);
}

.why-us-process-card__number {
    position: absolute;
    top: 15px;
    right: 18px;
    color: rgba(11, 77, 143, 0.09);
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1;
}

.why-us-process-card > i {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    place-items: center;
    color: #fff;
    border-radius: 17px;
    background: var(--why-primary);
    font-size: 1.35rem;
}

.why-us-process-card h3 {
    margin-bottom: 10px;
    font-size: 1.13rem;
}

.why-us-process-card p {
    margin-bottom: 0;
}

.why-us-final-cta {
    padding-top: 28px;
}

.why-us-final-cta__box {
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
    padding: 48px;
    border: 1px solid var(--why-border);
    border-radius: 28px;
    background:
        linear-gradient(135deg, #f6fbff 0%, #eaf3fb 100%);
    box-shadow: var(--why-shadow);
}

.why-us-final-cta__content {
    max-width: 690px;
}

.why-us-final-cta__content p {
    margin-bottom: 0;
}

.why-us-final-cta__actions {
    flex: 0 0 330px;
    flex-direction: column;
}

.why-us-final-cta__actions .why-us-button {
    justify-content: flex-start;
    width: 100%;
}

.why-us-final-cta__actions .why-us-button > i {
    font-size: 1.45rem;
}

.why-us-final-cta__actions small {
    display: block;
    margin-bottom: 2px;
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 0.78;
}

@media (max-width: 1199.98px) {
    .why-us-trust-strip__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .why-us-trust-item:nth-child(3)::after {
        display: none;
    }

    .why-us-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .why-us-hero {
        padding: 72px 0;
    }

    .why-us-reasons-section,
    .why-us-expertise-section,
    .why-us-process-section,
    .why-us-final-cta {
        padding: 72px 0;
    }

    .why-us-final-cta__box {
        align-items: flex-start;
        flex-direction: column;
    }

    .why-us-final-cta__actions {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .why-us-hero__panel,
    .why-us-expertise-card,
    .why-us-final-cta__box {
        padding: 28px;
        border-radius: 22px;
    }

    .why-us-trust-strip__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-us-trust-item::after {
        display: none;
    }

    .why-us-expertise-card__tags {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .why-us-hero {
        padding: 56px 0;
    }

    .why-us-hero__actions,
    .why-us-final-cta__actions {
        flex-direction: column;
    }

    .why-us-button {
        width: 100%;
    }

    .why-us-trust-strip__inner,
    .why-us-process-grid {
        grid-template-columns: 1fr;
    }

    .why-us-trust-item {
        min-height: 62px;
        justify-content: flex-start;
        padding-left: 18px;
        text-align: left;
        border-bottom: 1px solid var(--why-border);
    }

    .why-us-trust-item:last-child {
        border-bottom: 0;
    }

    .why-us-expertise-card__top {
        align-items: flex-start;
        flex-direction: column;
    }
}
