/* DM Sans - Local Font Face */

.no-padding {
    padding: 0 !important;
}

/* Latin Extended - Normal */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url('../fonts/DMSans-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Latin - Normal */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url('../fonts/DMSans-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Latin Extended - Italic */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 100 1000;
    font-display: swap;
    src: url('../fonts/DMSans-italic-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Latin - Italic */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 100 1000;
    font-display: swap;
    src: url('../fonts/DMSans-italic-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

span.ai-badge {display: inline-flex; align-items: center; justify-content: center; padding: 1px 6px; background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%); color: #fff; font-weight: 700; border-radius: 4px; text-transform: uppercase; letter-spacing: .3px; font-size: 11px;}

.compare-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}

.compare-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
    border-radius: 16px;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
    height: 680px;
}

.compare-img {
    width: 100%;
    display: block;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    height: auto;
    object-fit: cover;
    position: relative;
    top: 7px;
    left: 2px;
}

.compare-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    overflow: hidden;
}

.compare-overlay .compare-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: none;
}

.compare-slider {
    position: absolute;
    top: 0;
    left: 70%;
    width: 3px;
    height: 100%;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(2px);
    transform: translateX(-50%);
    z-index: 20;
    transition: none;
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.25), 0 0 0 3px rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    cursor: grab;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.slider-handle:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 28px rgba(0,0,0,0.3), 0 0 0 4px rgba(255,255,255,0.4);
}

.slider-handle:active {
    cursor: grabbing;
    transform: translate(-50%, -50%) scale(0.95);
}

.compare-label {
    position: absolute;
    bottom: 20px;
    padding: 6px 16px;
    border-radius: 100px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.compare-container:hover .compare-label {
    opacity: 1;
}

.compare-label-left {
    left: 20px;
    background: rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9);
}

.compare-label-right {
    right: 20px;
    background: rgba(0,0,0,0.15);
    color: rgba(255,255,255,0.9);
}

.workflow-img {
    object-position: top;
}

.feature-item a {
    display: flex;
    gap: 20px;
    text-decoration: none;
    color: #222;
}

@media (max-width: 1350px) {
    .compare-container {
        max-width: 90%;
    }
    .compare-img {
        height: auto;
    }
}

@media (max-width: 768px) {
    .compare-wrapper {
        display: none;
    }
}

/* Language Switcher */
.top-banner {
    position: relative;
}

.top-banner-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.top-banner-content .text {
    display: flex;
    gap: 5px;
}

.lang-switcher .lang-select {
    pointer-events: auto;
    float: right;
}

.lang-select {
    position: relative;
}

.lang-select-trigger {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.lang-select-trigger:hover {
    background: rgba(255, 255, 255, 0.15);
}

.lang-flag {
    width: 20px;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
}

.lang-code {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.lang-arrow {
    color: #fff;
    transition: transform 0.2s ease;
    width: 14px;
    height: 14px;
}

.lang-select.open .lang-arrow {
    transform: rotate(180deg);
}

.lang-options {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 1000;
    overflow: hidden;
}

.lang-select.open .lang-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    transition: background 0.2s ease;
    color: #333;
    font-size: 14px;
}

.lang-option:hover {
    background: #f5f5f5;
}

.lang-option.active {
    background: #f0f0f0;
    font-weight: 600;
}

.feature-icon-wrapper.no-bg {
    background: none !important;
}

.feature-content {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.feature-item.ai h4 {
    color:#ED01EE;
}

.feature-item h4 {font-size: 20px;}

.feature-item.ai img {
    transition: all .3s ease;
}

.feature-item.ai:hover img {
   transform: scale(1.05);
}

@media (max-width: 768px) {
    .top-banner {
        flex-direction: column;
        gap: 12px;
        padding: 12px 15px;
    }
    
    .lang-switcher {
        position: static;
    }
    
    .top-banner-content {
        font-size: 13px;
        max-width: 100%;
        justify-content: center;
    }

    .top-banner-content .text {
        display:none;
    }
    
}


.pack-header {
    text-align: center;
}

.announcement {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #fff;
    border-radius: 20px;
    font-size: 15px;
    margin-bottom: 30px;
    color: #333;
    border: 1.5px solid #e5e5e5;
    font-weight: bold;
}

.announcement::after {
    font-size: 14px;
}

.pack-header h5 {
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 16px;
    color: #000;
    letter-spacing: -1px;
}

.pack-header p {
    font-size: 17px;
    color: #333;
    margin-bottom: 40px;
}

.toggle-container {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-bottom: 40px;
    background: #f5f5f5;
    padding: 6px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #e8e8e8;
}

.toggle-slider {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 140px;
    height: calc(100% - 12px);
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.toggle-option {
    font-size: 17px;
    color: #999;
    cursor: pointer;
    padding: 9px 20px;
    border-radius: 8px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    font-weight: 500;
    background: transparent;
    border: none;
    white-space: nowrap;
    text-align: center;
    font-family: monospace;
    min-width: 140px;
}

input[type="radio"][name="pricing-toggle"] {
    display: none;
}

input[type="radio"][name="pricing-toggle"]:nth-of-type(1):checked ~ .toggle-slider {
    transform: translateX(0);
}

input[type="radio"][name="pricing-toggle"]:nth-of-type(2):checked ~ .toggle-slider {
    transform: translateX(140px);
}

input[type="radio"][name="pricing-toggle"]:nth-of-type(1):checked ~ label:nth-of-type(1),
input[type="radio"][name="pricing-toggle"]:nth-of-type(2):checked ~ label:nth-of-type(2) {
    color: #1a1a1a;
    font-weight: 600;
}

.discount-badge {
    color: #fff;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    white-space: nowrap;
    background: #000;
    border-radius: 4px;
    margin-left: 10px;
}

.packs {
  
font-family: monospace;
  
background-color: #fff;
  
background-image: linear-gradient(to right, #80808012 1px, transparent 1px),
    linear-gradient(to bottom, #80808012 1px, transparent 1px);
  
background-size: 24px 24px;
  
color: #1a1a1a;
  
padding: 80px 0px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 60px;
}

.pricing-card {
    border: 1.5px solid #e5e5e5;
    border-radius: 12px;
    padding: 25px 25px;
    background: white;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding-top: 0;
}

.pricing-card .video {}
.pricing-card .video video {
    width: 250px;
    object-fit: cover;
    max-width: 100%;
}

.pricing-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.pricing-card.recommended {
    border: 1.5px solid #e5e5e5;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.pricing-card .card-header {
    margin-bottom: 0;
}

.plan-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}

.plan-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
    background: #F1F3F4;
    padding: 2px 5px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    position: relative;
    top: -3px;
}

.badge-icon {
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.plan-description {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    white-space: pre;
}

.price-section {
    margin-bottom: 0;
}

.price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 4px;
}

.price-amount {
    font-size: 44px;
    font-weight: 700;
    color: #000;
    letter-spacing: -2px;
}

.price-period {
    font-size: 20px;
    color: #999;
    font-weight: 400;
}

.features-title-price {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #333;
    margin-top: 5px;
    display: inline-block;
    font-family: 'DM sans';
}

.features-list {
    list-style: none;
    margin-bottom: 0;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    position: relative;
    font-family: 'DM sans';
}

.features-list li.guvenlik {
    font-size: 14px;
}

.feature-icon-price {
    flex-shrink: 0;
    margin-top: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-list li.unchecked {
    color: #aaa;
}

.features-list li .info-icon {
    position: relative;
    display: inline-block;
    cursor: help;
    vertical-align: middle;
    margin-left: 4px;
}

.features-list li .info-icon::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
    font-family: monospace;
    max-width: 250px;
    width: 200px;
    white-space: normal;
    text-align: center;
}

.features-list li .info-icon::after {
    content: '';
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.features-list li .info-icon:hover::before,
.features-list li .info-icon:hover::after {
    opacity: 1;
}

.features-list li .info-icon svg {
  width: 20px;
  height: auto;
  position: relative;
  display: block;
}

.features-list li .info-icon svg path {
    fill: #555;
}

.cta-button {
    width: 100%;
    padding: 12px 0;
    border: 1.5px solid #e5e5e5;
    background: white;
    color: #000;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: monospace;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
    margin: 10px 0;
    font-family: 'DM sans';
}

.cta-button svg {
    flex-shrink: 0;
    width: 0;
    height: 12px;
    fill: currentColor;
    opacity: 0;
    transform: translateX(-10px);
    transition: all .3s ease;
}

.cta-button:hover {
}

.cta-button:hover svg {
    width: 14px;
    opacity: 1;
    transform: translateX(0);
    margin-left: 6px;
}

.pricing-card.recommended .cta-button {
    background: #000;
    color: white;
    border-color: #000;
}

.pricing-card.recommended .cta-button:hover {
}

.pricing-card.recommended .cta-button svg {
    fill: white;
}

.trusted-section {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.trusted-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 30px;
    font-weight: 600;
}

.logos-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    opacity: 0.6;
}

.feature-icon-wrapper.image {
    background: none;
}
.feature-item:hover .feature-icon-wrapper.image {
    background: none;
}

.feature-item  .feature-content  p {
    font-size: 16px;
    margin-bottom: 0;
 }

.feature-item  .feature-content  h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.feature-item .feature-icon-wrapper {
    position: relative;
    top: 5px;
}

.overflow_hidden .feature-item {
    box-shadow: none;
}

@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pack-header h5 {
        font-size: 36px;
    }

    .container {
        padding: 40px 24px;
    }
}


@media (max-width: 1305px) {
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 750px) {
    .pricing-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}