/* OGEFEX — Ana sayfa modern bölümler */

.ogx-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 90px;
    background: linear-gradient(145deg, #f8fbff 0%, #eef5ff 45%, #ffffff 100%);
}

.ogx-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.ogx-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
    animation: ogxFloat 9s ease-in-out infinite;
}

.ogx-hero__orb--1 {
    width: 420px;
    height: 420px;
    background: rgba(25, 127, 252, 0.22);
    top: -120px;
    right: -80px;
}

.ogx-hero__orb--2 {
    width: 320px;
    height: 320px;
    background: rgba(99, 102, 241, 0.16);
    bottom: -100px;
    left: -60px;
    animation-delay: -3s;
}

.ogx-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(25, 127, 252, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 127, 252, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(circle at center, #000 30%, transparent 80%);
}

.ogx-hero__content {
    position: relative;
    z-index: 2;
}

.ogx-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(25, 127, 252, 0.1);
    color: #166bdb;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    animation: ogxFadeUp 0.8s ease both;
}

.ogx-hero__badge i {
    font-size: 16px;
}

.ogx-hero__title {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 18px;
    animation: ogxFadeUp 0.8s ease 0.1s both;
}

.ogx-hero__title span {
    background: linear-gradient(135deg, #197ffc 0%, #6366f1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ogx-hero__lead {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #64748b;
    max-width: 540px;
    margin-bottom: 28px;
    animation: ogxFadeUp 0.8s ease 0.2s both;
}

.ogx-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
    animation: ogxFadeUp 0.8s ease 0.3s both;
}

.ogx-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    animation: ogxFadeUp 0.8s ease 0.4s both;
}

.ogx-hero__stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.ogx-hero__stat span {
    font-size: 0.85rem;
    color: #64748b;
}

.ogx-hero__visual {
    position: relative;
    animation: ogxFadeUp 0.9s ease 0.25s both;
}

.ogx-hero__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.ogx-hero__card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed #e2e8f0;
}

.ogx-hero__card-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ogx-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.ogx-hero__pill--ok {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.ogx-hero__pill--info {
    background: rgba(25, 127, 252, 0.12);
    color: #166bdb;
}

.ogx-hero__float {
    position: absolute;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    animation: ogxFloat 6s ease-in-out infinite;
}

.ogx-hero__float--1 {
    top: -10px;
    right: -8px;
}

.ogx-hero__float--2 {
    bottom: 20px;
    left: -16px;
    animation-delay: -2s;
}

.ogx-stats-band {
    padding: 28px 0;
    background: #0f172a;
    color: #fff;
}

.ogx-stats-band__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}

.ogx-stats-band__item strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 4px;
}

.ogx-stats-band__item span {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.72);
}

.ogx-section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 42px;
}

.ogx-section-head__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #197ffc;
    margin-bottom: 10px;
}

.ogx-section-head h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.ogx-section-head p {
    color: #64748b;
    margin: 0;
    line-height: 1.65;
}

.ogx-packages {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ogx-packages__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}

.ogx-pkg-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 6px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    max-width: 100%;
}

.ogx-pkg-tabs__btn {
    border: 0;
    background: transparent;
    color: #64748b;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 10px;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    white-space: nowrap;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.ogx-pkg-tabs__btn.is-active {
    background: #197ffc;
    color: #fff;
    box-shadow: 0 8px 20px rgba(25, 127, 252, 0.28);
}

.ogx-billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    touch-action: manipulation;
}

.ogx-billing-toggle__label {
    position: relative;
    z-index: 2;
    border: 0;
    background: transparent;
    padding: 10px 6px;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    flex-shrink: 0;
}

.ogx-billing-toggle__label.is-active {
    color: #0f172a;
}

.ogx-billing-toggle__switch {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 52px;
    height: 28px;
    background: #cbd5e1;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    transition: background 0.25s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.ogx-billing-toggle__switch::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.ogx-billing-toggle__switch.is-yearly {
    background: #197ffc;
}

.ogx-billing-toggle__switch.is-yearly::after {
    transform: translateX(24px);
}

.ogx-billing-toggle__save {
    font-size: 12px;
    font-weight: 700;
    color: #15803d;
    background: rgba(34, 197, 94, 0.12);
    padding: 4px 8px;
    border-radius: 999px;
}

.ogx-pkg-panel {
    display: none;
}

.ogx-pkg-panel.is-active {
    display: block;
    animation: ogxFadeUp 0.45s ease both;
}

.ogx-pkg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ogx-pkg-card {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ogx-pkg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
    border-color: rgba(25, 127, 252, 0.25);
}

.ogx-pkg-card--featured {
    border-color: #197ffc;
    box-shadow: 0 20px 45px rgba(25, 127, 252, 0.12);
    transform: scale(1.02);
}

.ogx-pkg-card--featured:hover {
    transform: scale(1.02) translateY(-8px);
}

.ogx-pkg-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(25, 127, 252, 0.12);
    color: #166bdb;
}

.ogx-pkg-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(25, 127, 252, 0.1);
    color: #197ffc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.ogx-pkg-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.ogx-pkg-card__desc {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 20px;
    min-height: 44px;
}

.ogx-pkg-card__price-wrap {
    margin-bottom: 18px;
}

.ogx-pkg-card__price {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ogx-pkg-card__price small {
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
}

.ogx-pkg-card__price-note {
    font-size: 0.82rem;
    color: #64748b;
    margin-top: 4px;
}

.ogx-pkg-card__price--quote {
    font-size: 1.5rem;
}

.ogx-pkg-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex: 1;
}

.ogx-pkg-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: #334155;
    margin-bottom: 10px;
    line-height: 1.45;
}

.ogx-pkg-card__features i {
    color: #22c55e;
    font-size: 18px;
    margin-top: 1px;
    flex-shrink: 0;
}

.ogx-pkg-card__cta {
    width: 100%;
    text-align: center;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    background: #fff;
}

.ogx-pkg-card__cta:hover {
    border-color: #197ffc;
    color: #197ffc;
}

.ogx-pkg-card__cta--primary {
    background: #197ffc;
    border-color: #197ffc;
    color: #fff;
}

.ogx-pkg-card__cta--primary:hover {
    background: #166bdb;
    border-color: #166bdb;
    color: #fff;
}

.ogx-process-modern .process-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px 20px;
    transition: all 0.3s ease;
}

.ogx-process-modern .process-card:hover {
    border-color: rgba(25, 127, 252, 0.3);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    transform: translateY(-6px);
}

.ogx-cta-banner {
    margin: 60px 0 0;
    padding: 48px 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, #197ffc 0%, #4f46e5 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ogx-cta-banner::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -120px;
    right: -60px;
}

.ogx-cta-banner h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin-bottom: 10px;
    position: relative;
}

.ogx-cta-banner p {
    opacity: 0.92;
    margin-bottom: 22px;
    position: relative;
}

.ogx-cta-banner .btn-light {
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 12px;
    position: relative;
}

.ogx-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.ogx-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes ogxFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ogxFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@media (max-width: 991px) {
    .ogx-hero {
        padding: 100px 0 60px;
    }

    .ogx-hero__visual {
        margin-top: 40px;
    }

    .ogx-stats-band__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ogx-pkg-grid {
        grid-template-columns: 1fr;
    }

    .ogx-pkg-card--featured {
        transform: none;
    }

    .ogx-pkg-card--featured:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 575px) {
    .ogx-stats-band__grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .ogx-packages__toolbar {
        flex-direction: column;
    }
}

.ogx-about-last {
    padding-bottom: 40px;
}

.ogx-why {
    padding: 72px 0 56px;
    background: #fff;
}

.ogx-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.ogx-why-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ogx-why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(25, 127, 252, 0.28);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    background: #fff;
}

.ogx-why-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(25, 127, 252, 0.1);
    color: #197ffc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}

.ogx-why-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.ogx-why-card p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
}

.ogx-why__strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
    padding: 18px 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f0f7ff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
}

.ogx-why__strip-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
}

.ogx-why__strip-item i {
    color: #197ffc;
    font-size: 18px;
}

@media (max-width: 991px) {
    .ogx-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .ogx-why {
        padding: 48px 0 40px;
    }

    .ogx-why__grid {
        grid-template-columns: 1fr;
    }

    .ogx-why__strip {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── Hakkımızda sayfası ── */
.ogx-page-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 70px;
    background: linear-gradient(145deg, #f8fbff 0%, #eef5ff 45%, #ffffff 100%);
}

.ogx-page-hero__inner {
    position: relative;
    z-index: 2;
}

.ogx-page-hero__breadcrumb {
    margin-bottom: 28px;
}

.ogx-page-hero__breadcrumb .breadcrumb-item a {
    color: #64748b;
    text-decoration: none;
}

.ogx-page-hero__breadcrumb .breadcrumb-item.active {
    color: #197ffc;
}

.ogx-about-visual {
    position: relative;
}

.ogx-about-visual__img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    min-height: 320px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.ogx-about-visual__card {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.ogx-about-visual__card strong {
    display: block;
    color: #0f172a;
    font-size: 0.95rem;
}

.ogx-about-visual__card span {
    font-size: 0.82rem;
    color: #64748b;
}

.ogx-about-story {
    padding: 72px 0;
    background: #fff;
}

.ogx-section-head--left {
    text-align: left;
    margin: 0 0 24px;
    max-width: none;
}

.ogx-about-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.ogx-about-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.5;
}

.ogx-about-list i {
    color: #197ffc;
    font-size: 20px;
    margin-top: 1px;
}

.ogx-about-mv-grid {
    display: grid;
    gap: 18px;
}

.ogx-about-mv-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ogx-about-mv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    background: #fff;
}

.ogx-about-mv-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(25, 127, 252, 0.1);
    color: #197ffc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}

.ogx-about-mv-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.ogx-about-mv-card p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #64748b;
}

.ogx-why--about {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.ogx-about-cta {
    padding: 0 0 56px;
}

.ogx-about-cta .ogx-cta-banner {
    margin-top: 0;
}

@media (max-width: 991px) {
    .ogx-page-hero {
        padding: 96px 0 56px;
    }

    .ogx-about-visual {
        margin-top: 12px;
    }
}

/* ── Hizmetler listesi & detay ── */
.ogx-page-hero--services .ogx-page-hero__head,
.ogx-page-hero--service-detail .ogx-hero__title {
    max-width: 720px;
}

.ogx-services-list {
    padding: 56px 0 72px;
    background: #fff;
}

.ogx-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ogx-service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 24px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ogx-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(25, 127, 252, 0.28);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.ogx-service-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.ogx-service-card__num {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #94a3b8;
}

.ogx-service-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(25, 127, 252, 0.1);
    color: #197ffc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.ogx-service-card__title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ogx-service-card__desc {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
}

.ogx-service-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.ogx-service-card__tags span {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
}

.ogx-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #197ffc;
    text-decoration: none;
    margin-top: auto;
}

.ogx-service-card__link i {
    font-size: 20px;
    transition: transform 0.25s ease;
}

.ogx-service-card__link:hover {
    color: #166bdb;
}

.ogx-service-card__link:hover i {
    transform: translateX(4px);
}

.ogx-empty-state {
    text-align: center;
    padding: 64px 24px;
    border-radius: 20px;
    border: 1px dashed #cbd5e1;
    color: #64748b;
}

.ogx-empty-state i {
    font-size: 40px;
    color: #94a3b8;
    margin-bottom: 12px;
}

.ogx-service-detail-hero__icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(25, 127, 252, 0.12);
    color: #197ffc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 18px;
}

.ogx-service-detail {
    padding: 56px 0 72px;
    background: #fff;
}

.ogx-service-detail__content h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
}

.ogx-service-detail__text {
    font-size: 1rem;
    line-height: 1.75;
    color: #334155;
    margin-bottom: 28px;
}

.ogx-service-detail__text p {
    margin: 0 0 14px;
}

.ogx-service-detail__text p:last-child {
    margin-bottom: 0;
}

.ogx-service-detail__for-who {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.ogx-service-detail__for-who li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.94rem;
    color: #334155;
    line-height: 1.5;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.ogx-service-detail__for-who i {
    color: #197ffc;
    font-size: 20px;
    margin-top: 1px;
    flex-shrink: 0;
}

.ogx-service-detail__process {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
    counter-reset: ogx-process;
}

.ogx-service-detail__process li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    counter-increment: ogx-process;
}

.ogx-service-detail__process-num {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(25, 127, 252, 0.1);
    color: #197ffc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.ogx-service-detail__process-num::before {
    content: counter(ogx-process);
}

.ogx-service-detail__process strong {
    display: block;
    color: #0f172a;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.ogx-service-detail__process p {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.55;
}

.ogx-service-detail__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 575px) {
    .ogx-service-detail__features {
        grid-template-columns: 1fr;
    }
}

.ogx-service-detail__box {
    margin-bottom: 28px;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.ogx-service-detail__box h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
}

.ogx-service-detail__box-lead {
    font-size: 0.9rem;
    color: #64748b;
    margin: -6px 0 14px;
}

.ogx-service-detail__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.5;
}

.ogx-service-detail__features i {
    color: #22c55e;
    font-size: 20px;
    margin-top: 1px;
    flex-shrink: 0;
}

.ogx-service-detail__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ogx-service-detail__tags span {
    font-size: 0.82rem;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #334155;
}

.ogx-service-sidebar {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 100px;
}

.ogx-service-sidebar__card,
.ogx-service-sidebar__quote {
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.ogx-service-sidebar__card h3,
.ogx-service-sidebar__quote h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
}

.ogx-service-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.ogx-service-sidebar__list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
}

.ogx-service-sidebar__list a i:first-child {
    color: #197ffc;
    font-size: 20px;
}

.ogx-service-sidebar__list a span {
    flex: 1;
}

.ogx-service-sidebar__list a .bx-chevron-right {
    color: #94a3b8;
    font-size: 18px;
}

.ogx-service-sidebar__list a:hover {
    background: #f0f7ff;
    color: #197ffc;
}

.ogx-service-sidebar__quote {
    background: linear-gradient(145deg, #197ffc 0%, #4f46e5 100%);
    border: none;
    color: #fff;
    text-align: center;
}

.ogx-service-sidebar__quote > i {
    font-size: 32px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.ogx-service-sidebar__quote p {
    font-size: 0.9rem;
    line-height: 1.55;
    opacity: 0.92;
    margin-bottom: 16px;
}

.ogx-service-sidebar__ghost {
    display: block;
    margin-top: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.ogx-service-sidebar__ghost:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .ogx-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ogx-service-sidebar {
        position: static;
    }
}

@media (max-width: 575px) {
    .ogx-services-grid {
        grid-template-columns: 1fr;
    }

    .ogx-services-list,
    .ogx-service-detail {
        padding: 40px 0 56px;
    }
}

/* ── Paketler teaser & sayfa ── */
.ogx-packages-teaser {
    padding: 72px 0;
    background: #fff;
}

.ogx-pkg-grid--teaser {
    margin-top: 8px;
}

.ogx-packages--page {
    padding: 56px 0 72px;
    overflow: hidden;
}

.ogx-packages--page .ogx-packages__toolbar {
    position: relative;
    z-index: 2;
}

.ogx-packages--page .ogx-pkg-panel.is-active {
    position: relative;
    z-index: 1;
}

.ogx-page-hero--packages .ogx-page-hero__head {
    max-width: 760px;
}

/* ── Blog listesi & detay ── */
.ogx-page-hero--blog .ogx-hero__badge,
.ogx-page-hero--blog-detail .ogx-blog-card__meta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.ogx-blog-hero__count {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(25, 127, 252, 0.1);
    color: #166bdb;
    font-size: 0.78rem;
    font-weight: 700;
}

.ogx-blog-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.ogx-blog-search__field {
    position: relative;
    display: block;
}

.ogx-blog-search__field i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 20px;
}

.ogx-blog-search__field input {
    width: 100%;
    height: 52px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    padding: 0 16px 0 46px;
    font-size: 0.95rem;
    color: #0f172a;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ogx-blog-search__field input:focus {
    outline: none;
    border-color: #197ffc;
    box-shadow: 0 0 0 4px rgba(25, 127, 252, 0.12);
}

.ogx-blog-list {
    padding: 56px 0 72px;
    background: #fff;
}

.ogx-blog-search-result {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    padding: 14px 18px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 0.92rem;
}

.ogx-blog-search-result strong {
    color: #0f172a;
}

.ogx-blog-search-result span {
    color: #197ffc;
    font-weight: 600;
}

.ogx-blog-search-result a {
    margin-left: auto;
    color: #64748b;
    text-decoration: none;
    font-weight: 600;
}

.ogx-blog-featured {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 28px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.ogx-blog-featured__media {
    display: block;
    min-height: 300px;
    background: #f1f5f9;
}

.ogx-blog-featured__media img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.ogx-blog-featured__placeholder,
.ogx-blog-card__placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e2e8f0, #f8fafc);
    color: #94a3b8;
    font-size: 42px;
}

.ogx-blog-featured__content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ogx-blog-featured__content h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 800;
    line-height: 1.25;
    margin: 12px 0;
}

.ogx-blog-featured__content h2 a,
.ogx-blog-card__body h3 a {
    color: #0f172a;
    text-decoration: none;
}

.ogx-blog-featured__content p,
.ogx-blog-card__body p {
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

.ogx-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ogx-blog-card {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ogx-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.ogx-blog-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    background: #f8fafc;
}

.ogx-blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ogx-blog-card__body {
    padding: 20px;
}

.ogx-blog-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.78rem;
    color: #64748b;
}

.ogx-blog-card__meta--hero {
    margin-bottom: 14px;
}

.ogx-blog-card__category {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(25, 127, 252, 0.1);
    color: #166bdb;
    font-weight: 700;
}

.ogx-blog-card__body h3 {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 10px;
}

.ogx-blog-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #197ffc;
    text-decoration: none;
}

.ogx-blog-card__link i {
    transition: transform 0.25s ease;
}

.ogx-blog-card__link:hover i {
    transform: translateX(4px);
}

.ogx-blog-pager {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.ogx-blog-pager .pagination {
    gap: 8px;
}

.ogx-blog-pager .page-link {
    border-radius: 10px;
    border-color: #e2e8f0;
    color: #334155;
}

.ogx-blog-pager .page-item.active .page-link {
    background: #197ffc;
    border-color: #197ffc;
}

.ogx-blog-detail {
    padding: 56px 0 72px;
    background: #fff;
}

.ogx-blog-detail-hero__author {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #475569;
    font-weight: 600;
}

.ogx-blog-detail-hero__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0f172a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
}

.ogx-blog-detail__cover {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.ogx-blog-detail__cover img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 480px;
}

.ogx-blog-detail__content {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #334155;
}

.ogx-blog-detail__content h2,
.ogx-blog-detail__content h3,
.ogx-blog-detail__content h4 {
    color: #0f172a;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    font-weight: 800;
}

.ogx-blog-detail__content p {
    margin-bottom: 1.1em;
}

.ogx-blog-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 1.2em 0;
}

.ogx-blog-detail__content ul,
.ogx-blog-detail__content ol {
    margin-bottom: 1.2em;
    padding-left: 1.2em;
}

.ogx-blog-detail__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.ogx-blog-detail__tags-label {
    font-weight: 700;
    color: #0f172a;
    margin-right: 4px;
}

.ogx-blog-detail__tags span:not(.ogx-blog-detail__tags-label) {
    padding: 7px 12px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 600;
}

.ogx-blog-detail__share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f0f7ff 0%, #f8fafc 100%);
    border: 1px solid #dbeafe;
}

.ogx-blog-detail__share h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
}

.ogx-blog-detail__share p {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
}

.ogx-blog-detail__share-actions {
    display: flex;
    gap: 10px;
}

.ogx-blog-detail__share-actions a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    text-decoration: none;
    font-size: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ogx-blog-detail__share-actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.ogx-blog-sidebar {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 100px;
}

.ogx-blog-sidebar__search {
    position: relative;
}

.ogx-blog-sidebar__search i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 20px;
}

.ogx-blog-sidebar__search input {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 0 16px 0 42px;
    background: #fff;
}

.ogx-blog-sidebar__quote {
    border-radius: 18px;
    padding: 24px;
    background: linear-gradient(145deg, #197ffc 0%, #4f46e5 100%);
    color: #fff;
    text-align: center;
}

.ogx-blog-sidebar__quote > i {
    font-size: 32px;
    margin-bottom: 10px;
}

.ogx-blog-sidebar__quote h3 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.ogx-blog-sidebar__quote p {
    font-size: 0.9rem;
    opacity: 0.92;
    margin-bottom: 16px;
}

.ogx-blog-sidebar__card {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.ogx-blog-sidebar__card h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 14px;
    color: #0f172a;
}

.ogx-blog-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
}

.ogx-blog-sidebar__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    font-size: 0.9rem;
}

.ogx-blog-sidebar__list a:hover {
    background: #f0f7ff;
    color: #197ffc;
}

.ogx-blog-sidebar__popular {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.ogx-blog-sidebar__popular a {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.ogx-blog-sidebar__thumb {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.ogx-blog-sidebar__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ogx-blog-sidebar__popular-text {
    display: grid;
    gap: 4px;
}

.ogx-blog-sidebar__popular-text strong {
    font-size: 0.9rem;
    line-height: 1.35;
    color: #0f172a;
}

.ogx-blog-sidebar__popular-text small {
    color: #64748b;
}

@media (max-width: 991px) {
    .ogx-blog-featured {
        grid-template-columns: 1fr;
    }

    .ogx-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ogx-blog-sidebar {
        position: static;
    }

    .ogx-blog-search {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .ogx-blog-grid {
        grid-template-columns: 1fr;
    }

    .ogx-blog-list,
    .ogx-blog-detail {
        padding: 40px 0 56px;
    }
}

/* ── Referanslar ── */
.ogx-referanslar {
    padding: 56px 0 72px;
    background: #fff;
}

.ogx-ref-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.ogx-ref-filters__btn {
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ogx-ref-filters__btn:hover,
.ogx-ref-filters__btn.is-active {
    border-color: #197ffc;
    background: rgba(25, 127, 252, 0.08);
    color: #197ffc;
}

.ogx-ref-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ogx-ref-card {
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ogx-ref-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.ogx-ref-card__media {
    position: relative;
    aspect-ratio: 16 / 11;
    background: #f8fafc;
    overflow: hidden;
}

.ogx-ref-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
}

.ogx-ref-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 42px;
    background: linear-gradient(135deg, #e2e8f0, #f8fafc);
}

.ogx-ref-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.ogx-ref-card:hover .ogx-ref-card__overlay {
    opacity: 1;
}

.ogx-ref-card__link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #197ffc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
}

.ogx-ref-card__link--muted {
    color: #94a3b8;
    cursor: default;
}

.ogx-ref-card__body {
    padding: 20px;
}

.ogx-ref-card__category {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(25, 127, 252, 0.1);
    color: #166bdb;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.ogx-ref-card__body h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 1.35;
}

.ogx-ref-card__body p {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
}

/* ── İletişim & Teklif formları ── */
.ogx-contact,
.ogx-quote {
    padding: 56px 0 72px;
    background: #fff;
}

.ogx-contact-info {
    display: grid;
    gap: 16px;
}

.ogx-contact-info__card {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.ogx-contact-info__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(25, 127, 252, 0.1);
    color: #197ffc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.ogx-contact-info__card h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
}

.ogx-contact-info__card p,
.ogx-contact-info__card span {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.ogx-contact-info__card a {
    display: inline-block;
    margin-top: 6px;
    color: #197ffc;
    font-weight: 700;
    text-decoration: none;
}

.ogx-contact-info__social {
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
}

.ogx-contact-info__social > span {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 12px;
}

.ogx-contact-info__social div {
    display: flex;
    gap: 10px;
}

.ogx-contact-info__social a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.2s ease;
}

.ogx-contact-info__social a:hover {
    color: #197ffc;
    border-color: #197ffc;
}

.ogx-form-card {
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #fff;
    padding: 28px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.ogx-form-card h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.ogx-form-card__lead {
    color: #64748b;
    margin-bottom: 24px;
}

.ogx-form__section {
    margin-bottom: 28px;
}

.ogx-form__section h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
}

.ogx-form__section > p {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0 0 14px;
}

.ogx-form__label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

.ogx-form__input {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 0.95rem;
    color: #0f172a;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ogx-form__input:focus {
    outline: none;
    border-color: #197ffc;
    box-shadow: 0 0 0 4px rgba(25, 127, 252, 0.12);
}

.ogx-form__input[readonly] {
    background: #f1f5f9;
    cursor: not-allowed;
}

.ogx-form__textarea {
    min-height: 150px;
    resize: vertical;
}

.ogx-form__captcha {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
}

.ogx-form__captcha img {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    height: 52px;
}

.ogx-quote__selected {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(25, 127, 252, 0.08);
    border: 1px solid rgba(25, 127, 252, 0.18);
    color: #166bdb;
    font-size: 0.92rem;
    margin-bottom: 24px;
}

.ogx-quote__selected strong {
    color: #0f172a;
}

.ogx-selection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.ogx-selection-card {
    position: relative;
    cursor: pointer;
}

.ogx-selection-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ogx-selection-card span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease;
}

.ogx-selection-card span i {
    font-size: 24px;
    color: #64748b;
}

.ogx-selection-card:has(input:checked) span {
    border-color: #197ffc;
    background: rgba(25, 127, 252, 0.06);
    color: #197ffc;
    box-shadow: 0 0 0 4px rgba(25, 127, 252, 0.1);
}

.ogx-selection-card:has(input:checked) span i {
    color: #197ffc;
}

.ogx-choice-list {
    display: grid;
    gap: 10px;
}

.ogx-choice {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ogx-choice input {
    margin-top: 4px;
    flex-shrink: 0;
}

.ogx-choice span {
    display: grid;
    gap: 4px;
}

.ogx-choice strong {
    color: #0f172a;
    font-size: 0.92rem;
}

.ogx-choice small {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.45;
}

.ogx-choice:has(input:checked) {
    border-color: #197ffc;
    background: rgba(25, 127, 252, 0.05);
    box-shadow: 0 0 0 4px rgba(25, 127, 252, 0.08);
}

.ogx-choice--compact {
    align-items: center;
}

.ogx-quote-sidebar {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 100px;
}

.ogx-quote-sidebar__card {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.ogx-quote-sidebar__card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #0f172a;
}

.ogx-quote-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
}

.ogx-quote-steps li {
    display: flex;
    gap: 12px;
}

.ogx-quote-steps li > span {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(25, 127, 252, 0.1);
    color: #197ffc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}

.ogx-quote-steps strong {
    display: block;
    color: #0f172a;
    font-size: 0.92rem;
    margin-bottom: 2px;
}

.ogx-quote-steps p {
    margin: 0;
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.45;
}

.ogx-quote-sidebar__help {
    padding: 18px 20px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.ogx-quote-sidebar__help p {
    margin: 0 0 8px;
    color: #64748b;
    font-size: 0.88rem;
}

.ogx-quote-sidebar__help a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #197ffc;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 991px) {
    .ogx-ref-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ogx-selection-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ogx-quote-sidebar {
        position: static;
    }
}

@media (max-width: 575px) {
    .ogx-ref-grid,
    .ogx-selection-grid {
        grid-template-columns: 1fr;
    }

    .ogx-contact,
    .ogx-quote,
    .ogx-referanslar {
        padding: 40px 0 56px;
    }

    .ogx-form-card {
        padding: 20px;
    }

    .ogx-form__captcha {
        grid-template-columns: 1fr;
    }
}

/* ── Hesabım paneli ── */
.ogx-account {
    padding: 56px 0 72px;
    background: #fff;
}

.ogx-account__layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: start;
}

.ogx-account__content {
    display: grid;
    gap: 20px;
}

.ogx-account-sidebar {
    position: sticky;
    top: 100px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.ogx-account-sidebar__profile {
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
}

.ogx-account-sidebar__avatar {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: rgba(25, 127, 252, 0.1);
    color: #197ffc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 800;
}

.ogx-account-sidebar__profile h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
}

.ogx-account-sidebar__profile p {
    margin: 0;
    font-size: 0.82rem;
    color: #64748b;
    word-break: break-word;
}

.ogx-account-nav {
    display: grid;
    gap: 6px;
}

.ogx-account-nav__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #475569;
    font-size: 0.92rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.ogx-account-nav__link i {
    font-size: 20px;
    width: 22px;
}

.ogx-account-nav__link:hover,
.ogx-account-nav__link.is-active {
    background: rgba(25, 127, 252, 0.08);
    color: #197ffc;
}

.ogx-account-nav__link--danger:hover {
    background: #fff5f5;
    color: #dc2626;
}

.ogx-account-card {
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.ogx-account-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.ogx-account-card__head h2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.ogx-account-card__title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.ogx-account-card__meta {
    color: #64748b;
    margin-bottom: 18px;
}

.ogx-account-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 700;
}

.ogx-account-badge--active {
    background: rgba(25, 127, 252, 0.1);
    color: #166bdb;
}

.ogx-account-progress__info {
    display: flex;
    justify-content: space-between;
    font-size: 0.88rem;
    color: #64748b;
    margin-bottom: 8px;
}

.ogx-account-progress__bar {
    height: 12px;
    border-radius: 999px;
    background: #f1f5f9;
    overflow: hidden;
}

.ogx-account-progress__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #197ffc, #4f46e5);
    transition: width 1s ease;
}

.ogx-account-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
}

.ogx-account-stats span {
    display: block;
    font-size: 0.8rem;
    color: #94a3b8;
    margin-bottom: 4px;
}

.ogx-account-stats strong {
    color: #0f172a;
    font-size: 0.95rem;
}

.ogx-account-card--empty {
    text-align: center;
    padding: 48px 24px;
}

.ogx-account-card--empty i {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 12px;
}

.ogx-account-card--empty h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.ogx-account-card--empty p {
    color: #64748b;
    margin-bottom: 18px;
}

.ogx-account-table-wrap {
    overflow-x: auto;
}

.ogx-account-table {
    width: 100%;
    border-collapse: collapse;
}

.ogx-account-table th {
    text-align: left;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    padding: 12px 14px;
    border-bottom: 1px solid #e2e8f0;
}

.ogx-account-table td {
    padding: 14px;
    border-bottom: 1px solid #f8fafc;
    color: #334155;
    font-size: 0.92rem;
}

.ogx-account-table tr:last-child td {
    border-bottom: none;
}

.ogx-account-table__empty {
    text-align: center;
    color: #94a3b8;
    padding: 28px 14px !important;
}

.ogx-account-status {
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.ogx-account-status--new {
    background: #e0f2fe;
    color: #0284c7;
}

.ogx-account-status--done {
    background: #dcfce7;
    color: #16a34a;
}

.ogx-account-settings__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.ogx-account-settings__avatar {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(25, 127, 252, 0.1);
    color: #197ffc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 800;
}

.ogx-account-settings__head h2 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 6px;
}

.ogx-form__section-title {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
}

.ogx-form__hint,
.ogx-form__note {
    margin-top: 8px;
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ogx-form__note {
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

/* ── Giriş sayfası ── */
body:has(.ogx-auth-page) .navbar,
body:has(.ogx-auth-page) .mobile-bottom-nav,
body:has(.ogx-auth-page) .footer,
body:has(.ogx-auth-page) .ogx-footer {
    display: none !important;
}

body:has(.ogx-auth-page) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ogx-auth-page {
    min-height: 100vh;
}

.ogx-auth {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

.ogx-auth__form-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px clamp(24px, 5vw, 64px);
    background: #fff;
}

.ogx-auth__logo {
    margin-bottom: 32px;
}

.ogx-auth__box {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}

.ogx-auth__intro h1 {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.ogx-auth__intro h1 span {
    color: #197ffc;
}

.ogx-auth__intro p {
    color: #64748b;
    margin-bottom: 24px;
}

.ogx-auth__input-wrap {
    position: relative;
}

.ogx-auth__loader {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.ogx-auth__extras {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 0.88rem;
}

.ogx-auth__extras a {
    color: #197ffc;
    font-weight: 600;
    text-decoration: none;
}

.ogx-auth__remember {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 0.88rem;
}

.ogx-auth__remember a {
    color: #197ffc;
}

.ogx-auth__submit {
    margin-top: 4px;
}

.ogx-auth__copyright {
    margin-top: 32px;
    text-align: center;
    font-size: 0.82rem;
    color: #94a3b8;
}

.ogx-auth__visual-side {
    position: relative;
    overflow: hidden;
    padding: 48px;
    background: linear-gradient(145deg, #197ffc 0%, #4f46e5 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ogx-auth__visual-side::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -80px;
    right: -80px;
}

.ogx-auth__visual-content {
    position: relative;
    z-index: 1;
    max-width: 420px;
}

.ogx-auth__visual-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 20px;
}

.ogx-auth__visual-content h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin-bottom: 12px;
}

.ogx-auth__visual-content p {
    opacity: 0.92;
    line-height: 1.65;
    margin-bottom: 20px;
}

.ogx-auth__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.ogx-auth__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.ogx-auth__verify {
    text-align: center;
}

.ogx-auth__verify-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(25, 127, 252, 0.1);
    color: #197ffc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.ogx-auth__verify h2 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.ogx-auth__verify p {
    color: #64748b;
    margin-bottom: 20px;
}

.ogx-auth__code-input {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.35em;
    margin-bottom: 16px;
}

.ogx-auth__back-link {
    display: inline-block;
    margin-top: 16px;
    color: #64748b;
    font-size: 0.88rem;
    text-decoration: none;
}

@media (max-width: 991px) {
    .ogx-account__layout {
        grid-template-columns: 1fr;
    }

    .ogx-account-sidebar {
        position: static;
    }

    .ogx-auth {
        grid-template-columns: 1fr;
    }

    .ogx-auth__visual-side {
        display: none;
    }
}

@media (max-width: 575px) {
    .ogx-account {
        padding: 40px 0 56px;
    }

    .ogx-account-stats {
        grid-template-columns: 1fr;
    }

    .ogx-auth__form-side {
        padding: 28px 20px;
    }
}

/* ── Mobil düzen & taşma önleme ── */
html,
body {
    overflow-x: clip;
    max-width: 100%;
}

body.ogx-menu-open {
    overflow: hidden;
    touch-action: none;
}

body.ogx-menu-open .navbar,
body.ogx-menu-open .mobile-bottom-nav {
    visibility: hidden;
    pointer-events: none;
}

img,
video,
svg {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.ogx-navbar-mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
}

.ogx-navbar-mobile-cta {
    font-size: 12px !important;
    padding: 8px 14px !important;
    white-space: nowrap;
    border-radius: 8px !important;
}

@media (max-width: 991px) {
    .ogx-hero {
        padding: 88px 0 48px;
        overflow: hidden;
    }

    .ogx-hero__title {
        font-size: clamp(1.75rem, 8vw, 2.4rem);
    }

    .ogx-hero__lead {
        font-size: 1rem;
        max-width: none;
    }

    .ogx-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ogx-hero__actions .btn,
    .ogx-hero__actions .btn-brand {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .ogx-hero__stats {
        gap: 16px;
    }

    .ogx-hero__stat {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
    }

    .ogx-hero__visual {
        margin-top: 28px;
        padding: 0 4px;
        display: flex;
        flex-direction: column;
    }

    .ogx-hero__card {
        order: 1;
        margin-top: 4px;
    }

    .ogx-hero__float {
        position: static;
        margin: 0 0 10px;
        animation: none;
        width: 100%;
        order: 2;
    }

    .ogx-hero__float--2 {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .ogx-hero__orb--1 {
        width: 260px;
        height: 260px;
        right: -100px;
    }

    .ogx-hero__orb--2 {
        width: 200px;
        height: 200px;
        left: -80px;
    }

    .ogx-page-hero {
        padding: 88px 0 48px;
        overflow: hidden;
    }

    .ogx-page-hero .btn-brand {
        width: 100%;
        text-align: center;
    }

    .ogx-page-hero .row > [class*="col-"]:last-child {
        text-align: left !important;
    }

    .ogx-packages,
    .ogx-why,
    .ogx-services-list,
    .ogx-service-detail,
    .ogx-packages-teaser,
    .ogx-blog,
    .ogx-contact,
    .ogx-quote,
    .ogx-refs {
        overflow: hidden;
    }

    .ogx-packages .ogx-reveal {
        opacity: 1;
        transform: none;
    }

    .ogx-packages__toolbar {
        align-items: stretch;
    }

    .ogx-pkg-tabs {
        display: flex;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .ogx-pkg-tabs::-webkit-scrollbar {
        display: none;
    }

    .ogx-pkg-tabs__btn {
        flex: 0 0 auto;
        min-height: 44px;
        padding: 10px 16px;
        font-size: 13px;
    }

    .ogx-billing-toggle {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        min-height: 44px;
        align-items: center;
        padding: 4px 0;
    }

    .ogx-billing-toggle__label {
        padding: 12px 8px;
    }

    .ogx-billing-toggle__switch {
        width: 56px;
        height: 32px;
    }

    .ogx-billing-toggle__switch::after {
        width: 26px;
        height: 26px;
    }

    .ogx-billing-toggle__switch.is-yearly::after {
        transform: translateX(24px);
    }

    .ogx-pkg-card {
        padding: 24px 18px;
    }

    .ogx-pkg-card__price {
        font-size: 1.65rem;
        word-break: break-word;
    }

    .ogx-pkg-card--featured {
        transform: none;
        box-shadow: 0 12px 32px rgba(25, 127, 252, 0.12);
    }

    .ogx-pkg-card--featured:hover {
        transform: translateY(-4px);
    }

    .ogx-page-hero--packages {
        padding: 88px 0 40px;
    }

    .ogx-page-hero--packages .ogx-hero__title {
        font-size: clamp(1.65rem, 7vw, 2.2rem);
    }

    .ogx-packages--page {
        padding: 32px 0 56px;
    }

    .ogx-cta-banner {
        padding: 32px 20px;
        margin-top: 40px;
    }

    .ogx-footer__cta-inner {
        padding: 22px 18px;
    }

    .ogx-form-row--2 {
        grid-template-columns: 1fr;
    }

    .ogx-selection-grid {
        grid-template-columns: 1fr;
    }

    .ogx-service-detail__features {
        grid-template-columns: 1fr;
    }

    .ogx-account-table-wrap {
        margin: 0 -4px;
        padding: 0 4px;
    }
}

@media (max-width: 575px) {
    .ogx-hero__stat {
        flex: 1 1 100%;
    }

    .ogx-hero__stats {
        flex-direction: column;
        gap: 12px;
    }

    .ogx-hero__float {
        display: none;
    }

    .ogx-stats-band__item strong {
        font-size: 1.6rem;
    }

    .ogx-page-hero__breadcrumb .breadcrumb {
        font-size: 0.82rem;
        flex-wrap: wrap;
    }

    .ogx-service-detail-hero__icon {
        margin-bottom: 12px;
    }
}
