/* YazılıMax Premium Homepage */

.page-home-premium {
    --ymx-primary: #EF4C23;
    --ymx-primary-dark: #d63d18;
    --ymx-dark: #0b0f17;
    --ymx-dark-soft: #141b2b;
    --ymx-text: #1e293b;
    --ymx-muted: #64748b;
    --ymx-border: rgba(255, 255, 255, 0.08);
    --ymx-radius: 16px;
    --ymx-shadow: 0 20px 50px rgba(15, 18, 25, 0.12);
}

.page-home-premium .header-area {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 1200;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: none;
    overflow: visible;
}

.page-home-premium .header-area .main-nav .nav {
    float: none;
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    .page-home-premium .header-area .main-nav .nav,
    .page-home-premium .header-area .main-nav .nav-desktop {
        display: flex !important;
        align-items: center;
    }
}

.page-home-premium .header-area.header-sticky {
    background: rgba(11, 15, 23, 0.95) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-home-premium .header-area.header-sticky .logo,
.page-home-premium .header-area.header-sticky .main-nav .nav {
    margin-top: 0 !important;
}

.page-home-premium .header-area.header-sticky .light-logo {
    display: inline-block !important;
}

.page-home-premium .header-area.header-sticky .dark-logo {
    display: none !important;
}

.page-home-premium .header-area .main-nav .nav li a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.page-home-premium .header-area .menu-trigger {
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0 !important;
    z-index: 101;
}

.page-home-premium .header-area .menu-trigger span,
.page-home-premium .header-area .menu-trigger span:before,
.page-home-premium .header-area .menu-trigger span:after {
    background: #fff;
}

.page-home-premium .header-area .logo .light-logo {
    display: inline-block !important;
}

.page-home-premium .header-area .logo .dark-logo {
    display: none !important;
}

.page-home-premium footer {
    margin-top: 0;
}

/* Hero */
.ymx-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 110px 0 80px;
    background: linear-gradient(135deg, #0b0f17 0%, #1a2235 45%, #2a1a14 100%);
    overflow: hidden;
}

.ymx-hero::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(239, 76, 35, 0.35) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    pointer-events: none;
}

.ymx-hero::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    bottom: -80px;
    left: -80px;
    pointer-events: none;
}

.ymx-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black 30%, transparent 90%);
    pointer-events: none;
}

.ymx-hero-content {
    position: relative;
    z-index: 2;
}

.ymx-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(239, 76, 35, 0.15);
    border: 1px solid rgba(239, 76, 35, 0.35);
    color: #ffb89e;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
}

.ymx-badge i {
    color: var(--ymx-primary);
}

.ymx-hero h1 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

/* Premium hero typewriter */
.ymx-hero-typewriter {
    position: relative;
    margin-bottom: 20px;
    padding: 4px 0 8px;
}

.ymx-hero-typewriter h1 {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: inherit;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    -webkit-font-smoothing: antialiased;
}

.ymx-tw-line {
    display: block;
    color: #f8fafc;
    white-space: nowrap;
}

.ymx-tw-line--accent .ymx-tw-char {
    color: #ffb89e;
    -webkit-text-fill-color: #ffb89e;
}

.ymx-hero-typewriter--animating .ymx-tw-line--accent .ymx-tw-char--visible {
    color: #ffc9a8;
    -webkit-text-fill-color: #ffc9a8;
}

.ymx-tw-line--static.ymx-tw-line--accent {
    color: #ffb89e;
    -webkit-text-fill-color: #ffb89e;
}

.ymx-tw-char {
    display: inline-block;
    opacity: 0;
    transform: translateY(0.45em);
    filter: blur(3px);
    transition:
        opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.35s ease;
}

.ymx-tw-char--space {
    min-width: 0.34em;
}

.ymx-tw-char--visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.ymx-tw-char--cursor::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 0.82em;
    margin-left: 3px;
    vertical-align: -0.06em;
    background: #EF4C23;
    border-radius: 1px;
    animation: ymxTwCursorBlink 0.9s step-end infinite;
}

.ymx-tw-line--accent .ymx-tw-char--cursor::after {
    background: #ffb89e;
}

@keyframes ymxTwCursorBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .ymx-tw-char {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}

.ymx-hero-lead {
    color: #94a3b8;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.7;
    max-width: 540px;
    margin-bottom: 32px;
}

.ymx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 40px;
}

.ymx-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--ymx-primary), var(--ymx-primary-dark));
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    border: none;
    box-shadow: 0 8px 24px rgba(239, 76, 35, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none !important;
}

.ymx-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(239, 76, 35, 0.5);
    color: #fff;
}

.ymx-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
    text-decoration: none !important;
    cursor: pointer;
}

.ymx-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.ymx-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.ymx-metric strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
}

.ymx-metric span {
    font-size: 13px;
    color: #64748b;
}

.ymx-hero-visual {
    position: relative;
    z-index: 2;
}

.ymx-service-orbit {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ymx-orbit-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    -webkit-appearance: none;
    border-radius: 14px;
    padding: 16px 10px;
    backdrop-filter: blur(8px);
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s, background 0.25s;
    cursor: default;
    text-align: center;
}

.ymx-orbit-card--fa i {
    display: block;
    font-size: 1.75rem;
    color: var(--ymx-primary);
    margin-bottom: 8px;
    transition: color 0.25s, transform 0.25s;
}

.ymx-orbit-card--fa span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.02em;
}

.ymx-orbit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(239, 76, 35, 0.5);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    background: rgba(239, 76, 35, 0.1);
}

.ymx-orbit-card:hover i {
    color: #ff8a65;
    transform: scale(1.1);
}

/* Sections common */
.ymx-section {
    padding: 90px 0;
}

.ymx-section-alt {
    background: #f8fafc;
}

.ymx-section-dark {
    background: var(--ymx-dark);
    color: #fff;
}

.ymx-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ymx-primary);
    margin-bottom: 12px;
}

.ymx-section-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--ymx-text);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.ymx-section-dark .ymx-section-title {
    color: #fff;
}

.ymx-section-desc {
    color: var(--ymx-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 560px;
}

/* About */
.ymx-about-img {
    border-radius: 20px;
    box-shadow: var(--ymx-shadow);
    width: 100%;
}

.ymx-about-text p {
    color: var(--ymx-muted);
    line-height: 1.8;
    margin-bottom: 16px;
}

.ymx-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.ymx-btn-outline--light {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: var(--ymx-text) !important;
}

.ymx-btn-outline--light:hover {
    background: #fff7f4;
    border-color: rgba(239, 76, 35, 0.35);
    color: var(--ymx-primary) !important;
}

.page-home-premium {
    scroll-behavior: smooth;
}

/* Showcase */
.ymx-showcase-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--ymx-shadow);
}

.ymx-showcase-card img {
    width: 100%;
    display: block;
}

.ymx-showcase-body {
    padding: 36px;
}

/* Service cards */
.ymx-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.ymx-service-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: var(--ymx-radius);
    padding: 28px;
    transition: all 0.25s ease;
    height: 100%;
}

.ymx-service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ymx-shadow);
    border-color: rgba(239, 76, 35, 0.3);
}

.ymx-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(239, 76, 35, 0.12), rgba(239, 76, 35, 0.04));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--ymx-primary);
    margin-bottom: 18px;
}

.ymx-service-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--ymx-text);
}

.ymx-service-card p {
    color: var(--ymx-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* Team */
.ymx-team__header {
    margin-bottom: 48px;
}

.ymx-team__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 22px;
}

.ymx-team-card {
    position: relative;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 20px;
    padding: 26px 22px 24px;
    text-align: center;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

.ymx-team-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4c23 0%, #ff7a4d 100%);
    opacity: 0.85;
}

.ymx-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
    border-color: rgba(239, 76, 35, 0.2);
}

.ymx-team-card__avatar {
    position: relative;
    width: 84px;
    height: 84px;
    margin: 0 auto 18px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(239, 76, 35, 0.14) 0%, rgba(255, 122, 77, 0.08) 100%);
}

.ymx-team-card__initials {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #c2410c;
}

.ymx-team-card__icon {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e8edf3;
    color: #ef4c23;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.ymx-team-card__name {
    margin: 0 0 8px;
    font-size: 0.98rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.02em;
    line-height: 1.35;
}

.ymx-team-card__role {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.45;
    color: #64748b;
}

.ymx-team-card--dev .ymx-team-card__avatar {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.14) 0%, rgba(59, 130, 246, 0.08) 100%);
}

.ymx-team-card--dev .ymx-team-card__initials {
    color: #1d4ed8;
}

.ymx-team-card--frontend .ymx-team-card__avatar {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.14) 0%, rgba(56, 189, 248, 0.08) 100%);
}

.ymx-team-card--frontend .ymx-team-card__initials {
    color: #0369a1;
}

.ymx-team-card--creative .ymx-team-card__avatar,
.ymx-team-card--commerce .ymx-team-card__avatar {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.14) 0%, rgba(244, 114, 182, 0.08) 100%);
}

.ymx-team-card--creative .ymx-team-card__initials,
.ymx-team-card--commerce .ymx-team-card__initials {
    color: #be185d;
}

.ymx-team-card--editor .ymx-team-card__avatar {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.14) 0%, rgba(167, 139, 250, 0.08) 100%);
}

.ymx-team-card--editor .ymx-team-card__initials {
    color: #6d28d9;
}

.ymx-team-card--support .ymx-team-card__avatar {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.14) 0%, rgba(52, 211, 153, 0.08) 100%);
}

.ymx-team-card--support .ymx-team-card__initials {
    color: #047857;
}

.ymx-team-card--ops .ymx-team-card__avatar {
    background: linear-gradient(135deg, rgba(100, 116, 139, 0.16) 0%, rgba(148, 163, 184, 0.08) 100%);
}

.ymx-team-card--ops .ymx-team-card__initials {
    color: #334155;
}

.ymx-team-card--lang .ymx-team-card__avatar {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.16) 0%, rgba(251, 191, 36, 0.08) 100%);
}

.ymx-team-card--lang .ymx-team-card__initials {
    color: #b45309;
}

/* Process */
.ymx-process-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
}

.ymx-process-item {
    display: flex;
    gap: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--ymx-border);
    border-radius: var(--ymx-radius);
    padding: 24px;
    transition: border-color 0.2s;
}

.ymx-process-item:hover {
    border-color: rgba(239, 76, 35, 0.4);
}

.ymx-process-num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ymx-primary), var(--ymx-primary-dark));
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ymx-process-item h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.ymx-process-item p {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.ymx-process-img {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* Stats */
.ymx-stats {
    background: linear-gradient(135deg, var(--ymx-dark) 0%, #1e293b 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.ymx-stats::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/Content/assets/images/photos/parallax.jpg') center/cover;
    opacity: 0.12;
}

.ymx-stats-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ymx-stat-card {
    text-align: center;
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--ymx-radius);
    border: 1px solid var(--ymx-border);
}

.ymx-stat-card strong {
    display: block;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.ymx-stat-card span {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.4;
}

/* Partners */
.ymx-partners {
    position: relative;
    overflow: hidden;
}

.ymx-partners::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.ymx-partners .container {
    position: relative;
    z-index: 1;
}

.ymx-partners__header {
    margin-bottom: 42px;
}

.ymx-partners .ymx-section-desc {
    color: #94a3b8;
}

.ymx-partners__group + .ymx-partners__group {
    margin-top: 36px;
}

.ymx-partners__group-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.ymx-partners__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.ymx-partners__grid--ai {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 780px;
    margin: 0 auto;
}

.ymx-partner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    padding: 20px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ymx-partner-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
    border-color: rgba(239, 76, 35, 0.35);
}

.ymx-partner-card img {
    display: block;
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.ymx-partner-card:hover img {
    transform: scale(1.04);
    opacity: 1;
}

.ymx-partner-card--ai {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

/* News — editorial mosaic */
.ymx-news--editorial {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 48%, #f8fafc 100%);
}

.ymx-news__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.ymx-news__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
}

.ymx-news__orb--1 {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -80px;
    background: radial-gradient(circle, rgba(239, 76, 35, 0.22) 0%, transparent 70%);
}

.ymx-news__orb--2 {
    width: 360px;
    height: 360px;
    right: -60px;
    bottom: -80px;
    background: radial-gradient(circle, rgba(20, 27, 43, 0.14) 0%, transparent 70%);
}

.ymx-news__header {
    margin-bottom: 48px;
}

.ymx-news-mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
}

.ymx-news-card {
    position: relative;
    min-width: 0;
}

.ymx-news-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 12px 32px rgba(15, 23, 42, 0.06);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.ymx-news-card__link:hover {
    transform: translateY(-6px);
    box-shadow:
        0 2px 6px rgba(15, 23, 42, 0.06),
        0 24px 48px rgba(15, 23, 42, 0.12);
}

.ymx-news-card__media {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #e8edf3 0%, #d7dee8 100%);
}

.ymx-news-card:not(.ymx-news-card--featured) .ymx-news-card__media {
    aspect-ratio: 16 / 10;
}

.ymx-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.ymx-news-card__link:hover .ymx-news-card__media img {
    transform: scale(1.06);
}

.ymx-news-card__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 15, 23, 0.05) 0%, rgba(11, 15, 23, 0.55) 100%);
    opacity: 0.85;
    transition: opacity 0.35s ease;
}

.ymx-news-card__link:hover .ymx-news-card__media-overlay {
    opacity: 1;
}

.ymx-news-card__media-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
    transform: translateX(-120%);
    transition: transform 0.8s ease;
}

.ymx-news-card__link:hover .ymx-news-card__media-shine {
    transform: translateX(120%);
}

.ymx-news-card__date-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    line-height: 1.1;
}

.ymx-news-card__date-badge strong {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--ymx-dark);
    letter-spacing: -0.03em;
}

.ymx-news-card__date-badge span {
    margin-top: 2px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ymx-muted);
}

.ymx-news-card__tag {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(239, 76, 35, 0.92);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ymx-news-card__body {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ymx-news-card__title {
    margin: 0 0 10px;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--ymx-text);
    letter-spacing: -0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ymx-news-card__excerpt {
    margin: 0 0 16px;
    color: var(--ymx-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.ymx-news-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ymx-primary);
    transition: gap 0.25s ease;
}

.ymx-news-card__cta i {
    font-size: 0.75rem;
    transition: transform 0.25s ease;
}

.ymx-news-card__link:hover .ymx-news-card__cta {
    gap: 12px;
}

.ymx-news-card__link:hover .ymx-news-card__cta i {
    transform: translateX(3px);
}

/* Featured hero card */
.ymx-news-card--featured .ymx-news-card__link {
    min-height: 100%;
}

.ymx-news-card--featured .ymx-news-card__media {
    min-height: 420px;
}

.ymx-news-card--featured .ymx-news-card__featured-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px 28px 30px;
    color: #fff;
}

.ymx-news-card--featured .ymx-news-card__title {
    color: #fff;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    -webkit-line-clamp: 3;
    margin-bottom: 12px;
}

.ymx-news-card--featured .ymx-news-card__excerpt {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
    -webkit-line-clamp: 3;
    margin-bottom: 18px;
}

.ymx-news-card--featured .ymx-news-card__cta {
    color: #fff;
}

.ymx-news-card--featured .ymx-news-card__media-overlay {
    background: linear-gradient(180deg, rgba(11, 15, 23, 0.1) 20%, rgba(11, 15, 23, 0.82) 100%);
}

/* Bento grid placement */
@media (min-width: 992px) {
    .ymx-news-card:nth-child(1) {
        grid-column: 1 / span 7;
        grid-row: span 2;
    }

    .ymx-news-card:nth-child(2),
    .ymx-news-card:nth-child(3) {
        grid-column: 8 / span 5;
    }

    .ymx-news-card:nth-child(n + 4) {
        grid-column: span 4;
    }
}

@media (max-width: 991px) {
    .ymx-news-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ymx-news-card:nth-child(1) {
        grid-column: 1 / -1;
    }

    .ymx-news-card--featured .ymx-news-card__media {
        min-height: 320px;
    }
}

@media (max-width: 575px) {
    .ymx-news-mosaic {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ymx-news__header {
        margin-bottom: 36px;
    }

    .ymx-news-card--featured .ymx-news-card__media {
        min-height: 280px;
    }

    .ymx-news-card__body {
        padding: 18px 18px 20px;
    }
}

/* CTA */
.ymx-cta {
    background: linear-gradient(135deg, var(--ymx-primary) 0%, #c73a12 100%);
    border-radius: 24px;
    padding: 56px 48px;
    text-align: center;
    color: #fff;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(239, 76, 35, 0.35);
}

.ymx-cta h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff !important;
}

.ymx-cta p {
    opacity: 0.9;
    margin-bottom: 28px;
    font-size: 1.05rem;
}

.ymx-cta .ymx-btn-primary {
    background: #fff;
    color: var(--ymx-primary) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Mobile */
@media (max-width: 991px) {
    .ymx-hero {
        min-height: auto;
        padding: 88px 0 60px;
    }

    .page-home-premium .header-area .logo,
    .page-home-premium .header-area .main-nav .logo {
        margin-left: 0 !important;
        margin-top: -10px !important;
    }

    .page-home-premium .header-area .menu-trigger {
        display: block !important;
        z-index: 101;
    }

    .page-home-premium .header-area.header-sticky .main-nav .logo {
        margin-top: 0 !important;
    }

    .page-home-premium .header-area {
        background: transparent !important;
    }

    .page-home-premium .header-area.header-sticky {
        background: rgba(11, 15, 23, 0.95) !important;
    }

    .ymx-hero-visual {
        margin-top: 40px;
    }

    .ymx-tw-line {
        white-space: normal;
    }

    .ymx-service-orbit {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .ymx-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ymx-hero-metrics {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        width: 100%;
    }

    .ymx-metric {
        text-align: center;
    }

    .ymx-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .ymx-team-card {
        padding: 22px 16px 20px;
    }

    .ymx-partners__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ymx-partners__grid--ai {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: none;
    }
}

@media (max-width: 575px) {
    .ymx-team__grid {
        grid-template-columns: 1fr;
    }

    .ymx-partners__grid,
    .ymx-partners__grid--ai {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .ymx-partner-card {
        min-height: 76px;
        padding: 14px 12px;
    }

    .ymx-hero-actions {
        flex-direction: column;
    }

    .ymx-hero-actions .ymx-btn-primary,
    .ymx-hero-actions .ymx-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .ymx-hero-metrics {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 100%;
    }

    .ymx-metric {
        text-align: center;
    }

    .ymx-metric strong {
        font-size: 1.35rem;
    }

    .ymx-metric span {
        font-size: 11px;
        line-height: 1.3;
        display: block;
    }

    .page-home-premium .header-area.header-sticky .main-nav .logo img {
        width: 68px !important;
        max-height: 46px !important;
    }

    .ymx-service-orbit {
        grid-template-columns: repeat(2, 1fr);
    }

    .ymx-section {
        padding: 60px 0;
    }

    .ymx-cta {
        padding: 40px 24px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .ymx-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
}

/* Domain WHOIS */
.ymx-domain-section {
    padding-top: 0;
    margin-top: -20px;
}

.ymx-domain-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--ymx-radius);
    box-shadow: var(--ymx-shadow);
    padding: 36px 32px;
}

.ymx-domain-tips {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.ymx-domain-tips li {
    color: var(--ymx-muted);
    font-size: 14px;
    margin-bottom: 8px;
}

.ymx-domain-tips li i {
    color: var(--ymx-primary);
    margin-right: 8px;
}

.ymx-domain-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--ymx-text);
    margin-bottom: 8px;
}

.ymx-domain-input-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ymx-domain-input-row .form-control {
    flex: 1 1 220px;
    min-height: 48px;
    border-radius: 10px;
    border: 1px solid #dbe3ef;
    font-size: 15px;
    padding: 10px 14px;
}

.ymx-domain-input-row .ymx-btn-primary {
    min-height: 48px;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.ymx-domain-result {
    margin-top: 16px;
    min-height: 0;
}

.ymx-domain-result.is-loading {
    color: var(--ymx-muted);
    font-size: 14px;
}

.ymx-domain-result-box {
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.5;
}

.ymx-domain-result-box--available {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.ymx-domain-result-box--taken {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.ymx-domain-result-box--error {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
}

.ymx-domain-result-title {
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ymx-domain-result-detail {
    margin-top: 8px;
    font-size: 13px;
    opacity: 0.9;
}

.ymx-domain-buy-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #25d366;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ymx-domain-buy-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
    color: #fff !important;
}

@media (max-width: 767px) {
    .ymx-domain-card {
        padding: 24px 18px;
    }

    .ymx-domain-input-row .ymx-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* Ücretsiz Teklif Kısayolu */
.ymx-teklif-shortcut-section {
    padding-top: 0;
    margin-top: 18px;
}

.ymx-teklif-shortcut-card {
    background: linear-gradient(135deg, #1a2235 0%, #2a1a14 100%);
    border-radius: 16px;
    padding: 24px 26px;
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr minmax(280px, 420px);
    gap: 18px;
    align-items: center;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.ymx-teklif-shortcut-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(239, 76, 35, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffb79f;
}

.ymx-teklif-shortcut-text h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
}

.ymx-teklif-shortcut-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.ymx-teklif-shortcut-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ymx-teklif-shortcut-form input {
    flex: 1 1 180px;
    min-height: 46px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 12px;
}

.ymx-teklif-shortcut-form .ymx-btn-primary {
    min-height: 46px;
    border: none;
    white-space: nowrap;
    cursor: pointer;
}

@media (max-width: 991px) {
    .ymx-teklif-shortcut-card {
        grid-template-columns: 1fr;
    }
}

/* Kablo ağırlık kısayolu */
.ymx-kablo-shortcut-section {
    padding-top: 0;
    margin-top: -20px;
}

.ymx-kablo-shortcut-card {
    background: linear-gradient(135deg, #142035 0%, #1a3a2a 100%);
    border-radius: 16px;
    padding: 24px 26px;
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr minmax(280px, 420px);
    gap: 18px;
    align-items: center;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.ymx-kablo-shortcut-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(34, 197, 94, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #86efac;
}

.ymx-kablo-shortcut-text h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
}

.ymx-kablo-shortcut-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.ymx-kablo-shortcut-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ymx-kablo-shortcut-form input {
    flex: 1 1 180px;
    min-height: 46px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 12px;
}

.ymx-kablo-shortcut-form .ymx-btn-kablo {
    min-height: 46px;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 10px;
    padding: 0 18px;
    font-weight: 700;
    background: #22c55e;
    color: #fff;
}

@media (max-width: 991px) {
    .ymx-kablo-shortcut-card {
        grid-template-columns: 1fr;
    }
}

/* Barkod & QR kısayolları */
.ymx-tools-shortcut-section {
    padding-top: 0;
    margin-top: -10px;
}

.ymx-tools-shortcut-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ymx-tool-shortcut-card {
    border-radius: 16px;
    padding: 22px;
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 14px 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.ymx-tool-shortcut-card--barkod {
    background: linear-gradient(135deg, #142035 0%, #1e3a5f 100%);
}

.ymx-tool-shortcut-card--qr {
    background: linear-gradient(135deg, #1a2540 0%, #2d1b4e 100%);
}

.ymx-tool-shortcut-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    grid-row: span 2;
}

.ymx-tool-shortcut-card--barkod .ymx-tool-shortcut-icon {
    background: rgba(59, 130, 246, 0.22);
    color: #93c5fd;
}

.ymx-tool-shortcut-card--qr .ymx-tool-shortcut-icon {
    background: rgba(168, 85, 247, 0.22);
    color: #d8b4fe;
}

.ymx-tool-shortcut-text h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
}

.ymx-tool-shortcut-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.ymx-tool-shortcut-form {
    grid-column: 1 / -1;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ymx-tool-shortcut-form input {
    flex: 1 1 180px;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 12px;
}

.ymx-btn-tool {
    min-height: 44px;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 10px;
    padding: 0 16px;
    font-weight: 700;
    color: #fff;
}

.ymx-btn-tool--barkod {
    background: #2563eb;
}

.ymx-btn-tool--qr {
    background: #7c3aed;
}

@media (max-width: 991px) {
    .ymx-tools-shortcut-grid {
        grid-template-columns: 1fr;
    }
}

/* Google Yorumları */
.ymx-google-reviews {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.ymx-google-reviews__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.ymx-google-reviews__summary {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 24px;
    min-width: 260px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ymx-google-reviews__brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #4285f4;
    margin-bottom: 8px;
}

.ymx-google-reviews__brand i {
    font-size: 20px;
}

.ymx-google-reviews__score {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 4px;
}

.ymx-google-reviews__score strong {
    font-size: 36px;
    line-height: 1;
    color: #0f172a;
}

.ymx-google-reviews__stars {
    color: #f59e0b;
    letter-spacing: 1px;
    font-size: 16px;
}

.ymx-google-reviews__count {
    display: block;
    color: #64748b;
    font-size: 13px;
    margin-bottom: 14px;
}

.ymx-google-reviews__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ymx-google-reviews__actions .ymx-btn-primary,
.ymx-google-reviews__actions .ymx-btn-outline {
    font-size: 13px;
    padding: 8px 14px;
}

.ymx-google-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 28px;
}

.ymx-google-review-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.ymx-google-review-card__top {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.ymx-google-review-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e94e25, #f97316);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
}

.ymx-google-review-card__author {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.ymx-google-review-card__date {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 2px;
}

.ymx-google-review-card__rating {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.ymx-google-review-card__text {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

.ymx-google-reviews__map {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ymx-google-reviews__map iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
}

@media (max-width: 991px) {
    .ymx-google-reviews__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ymx-google-reviews__grid {
        grid-template-columns: 1fr;
    }

    .ymx-google-reviews__summary {
        width: 100%;
    }
}

/* Web Paketleri — Premium Satış */
.ymx-packages {
    position: relative;
    overflow: hidden;
    padding: 90px 0 100px;
    background: linear-gradient(165deg, #0b1220 0%, #111827 42%, #1a2332 100%);
}

.ymx-packages__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(239, 76, 35, 0.18), transparent 55%),
        radial-gradient(ellipse 60% 40% at 90% 80%, rgba(59, 130, 246, 0.08), transparent 50%);
    pointer-events: none;
}

.ymx-packages__inner {
    position: relative;
    z-index: 1;
}

.ymx-packages__label {
    background: rgba(239, 76, 35, 0.15);
    border: 1px solid rgba(239, 76, 35, 0.35);
    color: #fdba74;
}

.ymx-packages__title {
    color: #f8fafc;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.ymx-packages__subtitle {
    color: #94a3b8;
    max-width: 640px;
}

.ymx-packages__trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 36px auto 44px;
    max-width: 980px;
}

.ymx-packages__trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.4;
}

.ymx-packages__trust-item i {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(239, 76, 35, 0.15);
    color: #fb923c;
    font-size: 16px;
}

.ymx-packages__trust-item strong {
    display: block;
    color: #f1f5f9;
    font-size: 14px;
}

.ymx-packages__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.ymx-package-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 0 0 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.ymx-package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.ymx-package-card--featured {
    border: 2px solid rgba(239, 76, 35, 0.7);
    transform: scale(1.03);
    box-shadow: 0 28px 70px rgba(239, 76, 35, 0.22), 0 0 0 1px rgba(239, 76, 35, 0.1);
    z-index: 2;
}

.ymx-package-card--featured:hover {
    transform: scale(1.03) translateY(-6px);
}

.ymx-package-card__ribbon {
    display: block;
    text-align: center;
    padding: 10px 16px;
    background: linear-gradient(135deg, #ef4c23, #f97316);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ymx-package-card__header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 24px 24px 0;
}

.ymx-package-card__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid #fed7aa;
    color: #ea580c;
    font-size: 22px;
}

.ymx-package-card--featured .ymx-package-card__icon {
    background: linear-gradient(135deg, #ef4c23, #f97316);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 20px rgba(239, 76, 35, 0.35);
}

.ymx-package-card__title {
    margin: 0 0 6px;
    font-size: 21px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.ymx-package-card__audience {
    display: block;
    font-size: 12px;
    color: #64748b;
    line-height: 1.45;
}

.ymx-package-card__desc {
    margin: 14px 24px 16px;
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
}

.ymx-package-card__highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 24px 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 1px solid #86efac;
    color: #166534;
    font-size: 13px;
    font-weight: 700;
}

.ymx-package-card__highlight i {
    color: #16a34a;
}

.ymx-package-card__price {
    margin: 0 24px 20px;
    padding: 18px 16px;
    border-radius: 14px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}

.ymx-package-card--featured .ymx-package-card__price {
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border-color: #fdba74;
}

.ymx-package-card__price-main {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.ymx-package-card__price-main strong {
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    color: #ef4c23;
    letter-spacing: -0.02em;
}

.ymx-package-card__price-main span {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.ymx-package-card__delivery {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.ymx-package-card__delivery i {
    color: #ef4c23;
}

.ymx-package-card__features {
    list-style: none;
    margin: 0 24px 24px;
    padding: 0;
    flex: 1;
}

.ymx-package-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px dashed #e2e8f0;
}

.ymx-package-card__features li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.ymx-package-card__features i {
    flex-shrink: 0;
    color: #22c55e;
    margin-top: 2px;
    font-size: 15px;
}

.ymx-package-card__feature--premium i {
    color: #ea580c;
}

.ymx-package-card__feature--premium span {
    font-weight: 600;
    color: #9a3412;
}

.ymx-package-card .ymx-btn-primary,
.ymx-package-order-btn {
    margin: 0 24px;
    width: calc(100% - 48px);
    justify-content: center;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
}

.ymx-package-order-btn--featured {
    background: linear-gradient(135deg, #ef4c23, #f97316);
    box-shadow: 0 10px 28px rgba(239, 76, 35, 0.4);
}

.ymx-package-order-btn--featured:hover {
    box-shadow: 0 14px 34px rgba(239, 76, 35, 0.5);
    transform: translateY(-1px);
}

.ymx-packages__guarantee {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    margin-top: 44px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ymx-packages__guarantee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 14px;
    font-weight: 600;
}

.ymx-packages__guarantee-item i {
    color: #22c55e;
}

.ymx-package-modal[hidden] {
    display: none !important;
}

.ymx-package-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.ymx-package-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 18, 32, 0.75);
    backdrop-filter: blur(4px);
}

.ymx-package-modal__dialog {
    position: relative;
    width: min(580px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 20px;
    padding: 28px 26px 26px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    border: 1px solid #e2e8f0;
}

.ymx-package-modal__head {
    margin-bottom: 20px;
    padding-right: 28px;
}

.ymx-package-modal__label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #166534;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ymx-package-modal__head h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
}

.ymx-package-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: 0;
    background: #f1f5f9;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
    transition: background 0.2s;
}

.ymx-package-modal__close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.ymx-package-modal__selected {
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border: 1px solid #fdba74;
    color: #9a3412;
    font-weight: 700;
    font-size: 14px;
}

.ymx-package-modal__alert {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
}

.ymx-package-modal__alert--success {
    background: #ecfdf5;
    border: 1px solid #86efac;
    color: #166534;
}

.ymx-package-modal__alert--error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.ymx-package-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ymx-package-form__field {
    margin-bottom: 14px;
}

.ymx-package-form__field label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.ymx-package-form__field input,
.ymx-package-form__field textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d7dee8;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ymx-package-form__field input:focus,
.ymx-package-form__field textarea:focus {
    outline: none;
    border-color: #ef4c23;
    box-shadow: 0 0 0 3px rgba(239, 76, 35, 0.12);
}

.ymx-package-form__submit {
    width: 100%;
    justify-content: center;
    margin-top: 6px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
}

.ymx-package-form__submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
    pointer-events: none;
}

.ymx-package-modal__note {
    margin: 14px 0 0;
    text-align: center;
    font-size: 12px;
    color: #64748b;
}

.ymx-package-modal__note i {
    color: #22c55e;
    margin-right: 4px;
}

.ymx-package-modal__success {
    text-align: center;
    padding: 12px 8px 8px;
}

.ymx-package-modal__success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 36px;
    box-shadow: 0 12px 32px rgba(34, 197, 94, 0.35);
    animation: ymxPackageCheckPop 0.45s ease;
}

.ymx-package-modal__success-title {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
}

.ymx-package-modal__success-text {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #334155;
}

.ymx-package-modal__success-sub {
    margin: 0 0 24px;
    font-size: 13px;
    color: #64748b;
}

.ymx-package-modal__success-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 12px;
}

@keyframes ymxPackageCheckPop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    70% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .ymx-packages__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ymx-packages__grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .ymx-package-card--featured {
        transform: none;
        order: -1;
    }

    .ymx-package-card--featured:hover {
        transform: translateY(-6px);
    }
}

@media (max-width: 575px) {
    .ymx-packages {
        padding: 70px 0 80px;
    }

    .ymx-packages__trust {
        grid-template-columns: 1fr;
    }

    .ymx-package-form__row {
        grid-template-columns: 1fr;
    }

    .ymx-packages__guarantee {
        flex-direction: column;
        align-items: center;
    }
}
