@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Raleway:wght@400;600;700&display=swap');

/* Özel İmleç Stilleri - En Üstte */
* {
    cursor: url('../assets/slimicons/orange-pointer.svg'), auto !important;
}

*[style*="cursor: pointer"], 
*[style*="cursor:pointer"], 
a, 
button, 
input[type="button"], 
input[type="submit"], 
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select,
.clickable,
[onclick],
[role="button"] {
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
}


.comic-section {
    margin-top: 0 !important; 
    padding-top: 0 !important;
}

.comic-section .tool-intro-content {
    font-family: 'Raleway', sans-serif;
    border: 1px solid rgba(52, 76, 100, 0.1);
    padding: 48px 40px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    margin-top: 32px;
}

/* Minimal header design */
.comic-section .tool-header {
    padding: 56px 40px;
    margin-bottom: 56px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    border: 1px solid rgba(52, 76, 100, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.comic-section .tool-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        rgba(52, 76, 100, 0.1) 0%, 
        rgba(76, 175, 80, 0.2) 50%, 
        rgba(52, 76, 100, 0.1) 100%);
}

.comic-section .tool-header h1 {
     font-family: 'Raleway', sans-serif;
     font-weight: 700;
     color: #1a1a1a;
     background-image: none;
     -webkit-background-clip: unset;
     background-clip: unset;
     text-transform: none;
     text-shadow: none; 
     -webkit-text-stroke: 0;
     font-size: 2.25em;
     margin-bottom: 20px;
     letter-spacing: -0.015em;
     line-height: 1.3;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     gap: 12px;
}
.comic-section .tool-header .subtitle {
     font-family: 'Raleway', sans-serif;
     font-size: 1.1875em;
     color: #4a5568;
     font-weight: 400;
     margin-bottom: 28px;
     text-shadow: none;
     background-color: transparent;
     padding: 0;
     border-radius: 0;
     display: block;
     box-shadow: none;
     line-height: 1.7;
     max-width: 800px;
     margin-left: auto;
     margin-right: auto;
}

.comic-section .tool-header .header-highlight {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1) 0%, rgba(52, 76, 100, 0.08) 100%);
    border: 1px solid rgba(76, 175, 80, 0.25);
    border-radius: 16px;
    padding: 28px 32px;
    margin: 32px auto 0;
    max-width: 900px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    position: relative;
}

.comic-section .tool-header .header-highlight:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
    border-color: rgba(76, 175, 80, 0.35);
    transform: translateY(-2px);
}

.comic-section .tool-header .highlight-text {
    margin: 0;
    font-size: 1.0625em;
    line-height: 1.7;
    color: #1a1a1a;
}

.comic-section .tool-header .highlight-icon {
    font-size: 1.3em;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.comic-section .tool-header .highlight-text strong {
    color: #2e7d32;
    font-weight: 600;
}

.cta-button-container {
    text-align: center;
    margin: 40px 0 56px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-button-container .tool-start-button,
.cta-button-container .tool-card-button,
.cta-button-container .large-button,
.cta-button-container .cta-button {
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

.video-section {
    margin: 64px 0;
    text-align: center;
}

.video-section h2 {
    margin-bottom: 32px;
}

/* Content highlight box */
.content-highlight-box {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.08) 0%, rgba(52, 76, 100, 0.08) 100%);
    border-left: 3px solid rgba(76, 175, 80, 0.4);
    padding: 32px 36px;
    margin: 32px 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* KVKK Consent Checkbox for Modal Forms */
.consent-checkbox {
    margin: 1.5rem 0;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.consent-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.consent-label input[type="checkbox"] {
    margin: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
    accent-color: #4caf50;
    flex-shrink: 0;
    margin-top: 2px;
}

.consent-text {
    flex: 1;
    color: #333;
}

.consent-text a {
    color: #4caf50;
    font-weight: 600;
    text-decoration: underline;
}

.consent-text a:hover {
    color: #45a049;
    text-decoration: none;
}

.consent-checkbox:has(input:invalid) {
    border-color: #d9534f;
    background: #fff5f5;
}

.highlight-box-title {
    color: #2e7d32;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.375em;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Raleway', sans-serif;
}

.highlight-box-icon {
    font-size: 1.5em;
}

.highlight-box-text {
    font-size: 1.0625em;
    line-height: 1.75;
    margin-bottom: 24px;
    color: #4a5568;
    font-family: 'Raleway', sans-serif;
}

.highlight-box-text strong {
    color: #2e7d32;
    font-weight: 600;
}

.highlight-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.highlight-feature-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(52, 76, 100, 0.1);
    transition: all 0.3s ease;
}

.highlight-feature-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.highlight-feature-card-green {
    border-color: rgba(76, 175, 80, 0.2);
}

.highlight-feature-card-yellow {
    border-color: rgba(255, 193, 7, 0.2);
}

.highlight-feature-card-blue {
    border-color: rgba(52, 76, 100, 0.2);
}

.highlight-feature-card h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.0625em;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    line-height: 1.4;
}

.highlight-feature-card-green h4 {
    color: #2e7d32;
}

.highlight-feature-card-yellow h4 {
    color: #f57c00;
}

.highlight-feature-card-blue h4 {
    color: #344c64;
}

.highlight-feature-card p {
    margin: 0;
    font-size: 0.9375em;
    line-height: 1.6;
    color: #4a5568;
    font-family: 'Raleway', sans-serif;
}

.comic-section .tool-intro-content h2,
.comic-section .tool-intro-content h3 {
    font-family: 'Raleway', sans-serif; /* Will be overridden below */
    /* Weight set individually */
    text-transform: uppercase;
    -webkit-text-stroke: 0; 
    margin-bottom: 15px;
}

.comic-section .tool-intro-content h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1.875em;
    margin-top: 64px;
    margin-bottom: 24px;
    text-shadow: none;
    -webkit-text-stroke: 0;
    letter-spacing: -0.015em;
    line-height: 1.35;
    text-transform: none;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(52, 76, 100, 0.08);
    transition: border-color 0.3s ease;
}

.comic-section .tool-intro-content h2:first-of-type {
    margin-top: 0;
}

.comic-section .tool-intro-content h2:hover {
    border-bottom-color: rgba(52, 76, 100, 0.15);
}
.comic-section .tool-intro-content h3 {
    font-family: 'Raleway', sans-serif;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1.375em;
    margin-top: 36px;
    margin-bottom: 18px;
    text-shadow: none;
    -webkit-text-stroke: 0;
    letter-spacing: -0.01em;
    line-height: 1.45;
    text-transform: none;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 16px;
}

.comic-section .tool-intro-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 1.2em;
    background: linear-gradient(135deg, rgba(52, 76, 100, 0.3), rgba(52, 76, 100, 0.1));
    border-radius: 2px;
    transition: width 0.3s ease, background 0.3s ease;
}

.comic-section .tool-intro-content h3:hover::before {
    width: 5px;
    background: linear-gradient(135deg, rgba(52, 76, 100, 0.5), rgba(52, 76, 100, 0.2));
}


.comic-section .tool-intro-content p,
.comic-section .tool-intro-content li,
.comic-section .tool-intro-content dd {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.0625em;
    line-height: 1.75;
    color: #4a5568;
    margin-bottom: 20px;
}

.comic-section .tool-intro-content ul,
.comic-section .tool-intro-content ol {
     /* margin-left: 25px; Removed default indentation */
     padding-left: 0; /* Remove padding for custom bullets */
     list-style: none; /* Remove default bullets */
     margin-bottom: 20px;
}

.comic-section .tool-intro-content li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

/* Minimal bullet style */
.comic-section .tool-intro-content ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(52, 76, 100, 0.5);
    font-size: 1.2em;
    line-height: 1.75;
}

/* Specific styling for ol if needed, otherwise uses default numbers */
.comic-section .tool-intro-content ol li {
    list-style: decimal;
    padding-left: 8px;
    margin-left: 24px;
    color: #4a5568;
}
.comic-section .tool-intro-content ol li::before {
    display: none; /* Hide custom bullet for ordered lists */
}

.comic-section .tool-intro-content dt {
    font-weight: bold;
    color: #1d3557; /* Dark blue for terms */
    margin-top: 15px;
    font-size: 1.15em; /* Slightly larger dt */
}

.comic-section .tool-intro-content hr.comic-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(52, 76, 100, 0.15), transparent);
    margin: 64px auto;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

.comic-section .tool-intro-content .sub-section {
    border: 1px solid rgba(52, 76, 100, 0.1);
    background-color: #fafbfc;
    padding: 28px 32px;
    margin-bottom: 32px;
    margin-top: 24px;
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.comic-section .tool-intro-content .sub-section:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-color: rgba(52, 76, 100, 0.15);
}

/* Icons within headers */
.comic-section .tool-intro-content h2 .h-icon,
.comic-section .tool-intro-content h3 .h-icon {
    width: 1.1em;
    height: 1.1em;
    margin-right: 12px;
    vertical-align: -0.1em;
    filter: none;
    opacity: 0.75;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.comic-section .tool-intro-content h2:hover .h-icon,
.comic-section .tool-intro-content h3:hover .h-icon {
    opacity: 1;
    transform: scale(1.05);
}

.comic-section .tool-header h1 .h-icon {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0;
    vertical-align: middle;
    filter: none;
    opacity: 0.8;
    transition: opacity 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.comic-section .tool-header h1:hover .h-icon {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
}

/* Modern button styling */
.comic-section .cta-button.large-button,
.tool-start-button,
.tool-card-button,
.large-button,
.comic-section .cta-button {
     font-family: 'Raleway', sans-serif;
     text-transform: none;
     font-size: 1.125em;
     font-weight: 600;
     padding: 18px 36px;
     border: none;
     box-shadow: 0 4px 12px rgba(52, 76, 100, 0.15), 0 2px 4px rgba(52, 76, 100, 0.1);
     border-radius: 14px;
     background: linear-gradient(135deg, #344c64 0%, #1d3557 100%);
     color: white;
     cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     letter-spacing: 0.01em;
     text-decoration: none;
     position: relative;
     overflow: hidden;
}

.comic-section .cta-button.large-button::before,
.tool-start-button::before,
.tool-card-button::before,
.large-button::before,
.comic-section .cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.comic-section .cta-button.large-button:hover::before,
.tool-start-button:hover::before,
.tool-card-button:hover::before,
.large-button:hover::before,
.comic-section .cta-button:hover::before {
    left: 100%;
}

.comic-section .cta-button.large-button:hover,
.tool-start-button:hover,
.tool-card-button:hover,
.large-button:hover,
.comic-section .cta-button:hover {
    background: linear-gradient(135deg, #1d3557 0%, #0f2438 100%);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(52, 76, 100, 0.2), 0 4px 8px rgba(52, 76, 100, 0.15);
    text-decoration: none;
}

.comic-section .cta-button.large-button:active,
.tool-start-button:active,
.tool-card-button:active,
.large-button:active,
.comic-section .cta-button:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(52, 76, 100, 0.15), 0 2px 4px rgba(52, 76, 100, 0.1);
}

.comic-section .cta-button.large-button:focus,
.tool-start-button:focus,
.tool-card-button:focus,
.large-button:focus,
.comic-section .cta-button:focus {
    outline: none;
    box-shadow: 0 4px 12px rgba(52, 76, 100, 0.15), 0 2px 4px rgba(52, 76, 100, 0.1), 0 0 0 3px rgba(52, 76, 100, 0.2);
}
/* Mobil Görünümler için Buton Ayarlamaları */
@media (max-width: 768px) {
    .comic-section .cta-button.large-button,
    .tool-start-button,
    .tool-card-button,
    .large-button,
    .comic-section .cta-button {
        font-size: 1em;
        padding: 16px 28px;
    }
}

@media (max-width: 480px) {
    .comic-section .cta-button.large-button,
    .tool-start-button,
    .tool-card-button,
    .large-button,
    .comic-section .cta-button {
        font-size: 0.9375em;
        padding: 14px 24px;
        white-space: normal;
        line-height: 1.5;
        text-align: center;
    }
    
    .show-more-button {
        font-size: 0.875rem;
        padding: 10px 20px;
    }
}
/* Placeholder style */
.comic-section .placeholder-images {
    border: 3px dashed #344c64; /* Palette Dark Blue/Gray border */
    padding: 25px;
    background-color: #aec0d1; /* Palette Light Blue/Gray background */
    color: #344c64; /* Palette Dark Blue/Gray text */
    font-family: sans-serif; /* Fallback */
    font-size: 1.2em;
    text-align: center;
    margin: 35px 0;
    font-style: normal;
    font-weight: bold;
    box-shadow: none; /* Remove shadow */
    border-radius: 4px;
}
/* Links inside content */
 .comic-section .tool-intro-content a {
    color: #1d3557; /* Dark Blue */
    font-weight: bold;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #e63946; /* Red wavy underline */
 }
 .comic-section .tool-intro-content a:hover {
     color: #e63946; /* Red on hover */
     text-decoration-color: #1d3557; /* Blue wavy underline */
 }

 /* Styling for "Diğer Araçları Keşfedin" section */
 .other-tools-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive grid */
    gap: 20px; /* Space between cards */
    margin-top: 20px;
    padding: 0; /* Remove default list padding if ul is used */
    list-style: none; /* Remove default list bullets */
 }

 .tool-link-card {
    border: 2px solid #7e8388; /* Palette Gray border */
    background-color: #FFFFFF; /* White background */
    padding: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 0px #aec0d1; /* Palette Light Blue/Gray shadow */
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
 }

 .tool-link-card:hover {
    transform: translateY(-5px);
    box-shadow: 5px 8px 0px #aec0d1; /* Palette Light Blue/Gray shadow */
 }

 .tool-link-card a {
    text-decoration: none; /* Remove underline from card link */
    color: #1d3557; /* Dark blue text */
    font-family: sans-serif; /* Readable font */
    font-size: 1.1em;
    display: flex; /* Align icon and text */
    flex-direction: column; /* Stack icon and text vertically */
    align-items: center;
    gap: 8px; /* Space between icon and text */
    text-decoration: none !important; /* Override general link styles */
    text-decoration-style: none !important;
 }

 .tool-link-card a:hover {
    color: #e63946; /* Red on hover */
    text-decoration: none !important;
 }

 .tool-link-card img.tool-icon {
    width: 32px; /* Adjust icon size as needed */
    height: 32px;
    margin-bottom: 5px; /* Space below icon */
    filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.4));
 }

 /* Mobile Responsive Adjustments */
 @media (max-width: 768px) {
    .comic-section .tool-header {
        padding: 40px 24px;
        border-radius: 20px;
    }
    .comic-section .tool-header h1 {
        font-size: 1.75em;
        flex-direction: column;
        gap: 8px;
    }
    .comic-section .tool-header .subtitle {
        font-size: 1.0625em;
    }
    .comic-section .tool-header .header-highlight {
        padding: 24px 20px;
        margin-top: 24px;
    }

    .comic-section .tool-intro-content {
        padding: 32px 24px;
        border-radius: 16px;
    }

    .comic-section .tool-intro-content h2 {
        font-size: 1.5em;
        margin-top: 48px;
        margin-bottom: 18px;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 10px;
    }
    
    .comic-section .tool-intro-content h2 .h-icon {
        margin-bottom: 8px;
    }

    .comic-section .tool-intro-content h3 {
        font-size: 1.1875em;
        margin-top: 32px;
        margin-bottom: 16px;
        padding-left: 14px;
    }
    
    .comic-section .tool-intro-content h3::before {
        height: 1em;
    }
    
    .comic-section .tool-intro-content p,
    .comic-section .tool-intro-content li,
    .comic-section .tool-intro-content dd {
        font-size: 1em;
    }
    
    .comic-section .tool-intro-content ul,
    .comic-section .tool-intro-content ol {
         margin-left: 0;
    }

    .comic-section .tool-intro-content .sub-section {
        padding: 24px 20px;
        border-radius: 12px;
        margin-bottom: 28px;
    }
    
    .comic-section .cta-button.large-button {
        font-size: 1em;
        padding: 14px 28px;
        width: auto; 
        max-width: 100%;
    }
    
     .other-tools-container {
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 15px;
     }

     .placeholder-images {
        padding: 15px;
        font-size: 1em;
     }

    .comic-section .tool-intro-content li {
        padding-left: 20px; /* Adjust padding for mobile */
        margin-bottom: 10px;
    }
    .comic-section .tool-intro-content ul li::before {
        /* Adjust triangle size for mobile */
        border-top-width: 5px;
        border-bottom-width: 5px;
        border-left-width: 8px;
        top: 0.4em; /* Re-adjust vertical alignment */
        /* font-size removed */
    }

    .comic-section .tool-intro-content ol {
         margin-left: 15px; /* Reduced indentation */
    }
 } 

/* Set body background similar to hero */
body.tool-page {
    background: radial-gradient(ellipse at center, #aec0d1, #344c64);
    background-attachment: fixed; /* Prevent gradient from scrolling with content */
} 

/* FAQ Accordion Styles */
.faq-section {
    margin-top: 0;
    margin-bottom: 48px;
}

.faq-section h2 {
    margin-bottom: 32px;
}

.faq-item {
    border: 1px solid rgba(52, 76, 100, 0.1);
    margin-bottom: 16px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-color: rgba(52, 76, 100, 0.15);
}

.faq-question {
    padding: 20px 24px;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.0625em;
    color: #1a1a1a;
    position: relative;
    transition: color 0.2s ease;
}

.faq-item:hover .faq-question {
    color: #344c64;
}

/* Minimal indicator icon */
.faq-question::after {
    content: '+';
    font-size: 1.5em;
    font-weight: 300;
    color: rgba(52, 76, 100, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 16px;
    line-height: 1;
}

.faq-item.active .faq-question::after {
    content: '−';
    transform: rotate(0deg);
    color: #344c64;
}

.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fafbfc;
    border-top: 1px solid rgba(52, 76, 100, 0.08);
}

.faq-item.active .faq-answer {
    padding: 20px 24px 24px 24px;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer p,
.faq-answer ul,
.faq-answer ol {
    margin-bottom: 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    line-height: 1.75;
    color: #4a5568;
}

.faq-answer p:last-child,
.faq-answer ul:last-child,
.faq-answer ol:last-child {
    margin-bottom: 0;
}


/* Ensure mobile styles are okay */
@media (max-width: 768px) {
    .faq-question {
        padding: 12px 15px;
        font-size: 1em;
    }
    .faq-question::after {
        font-size: 1.3em;
    }
    .faq-item.active .faq-answer {
        padding: 15px;
    }
} 

/* General Tool Page Styles */
.tool-page {
    /* background-color: #f0f8ff; */ /* Light AliceBlue background */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: max-height 0.3s ease-out;
}

/* Style for the large CTA button at the top - Refined */
.comic-section .tool-intro-content a.tool-card-button.cta-button.large-button {
    text-decoration: none !important;
    text-decoration-style: unset !important; /* Explicitly remove style */
    text-decoration-color: unset !important; /* Explicitly remove color */
    border-bottom: none !important; /* Ensure no border mimics underline */
}
/* Make sure hover state also doesn't have underline */
.comic-section .tool-intro-content a.tool-card-button.cta-button.large-button:hover {
    text-decoration: none !important;
    text-decoration-style: unset !important;
    text-decoration-color: unset !important;
    border-bottom: none !important;
}

/* Responsive adjustments if needed */
@media (max-width: 768px) {
    .tool-intro-content {
        padding: 15px;
    }
    .faq-question {
        font-size: 1em;
    }
} 

/* Minimal disclaimer style */
.tool-card-disclaimer {
    background-color: #f8f9fa;
    border-left: 3px solid rgba(52, 76, 100, 0.2);
    padding: 24px 28px;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 0.9375em;
    color: #4a5568;
    border-radius: 12px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.7;
}

.tool-card-disclaimer strong {
    color: #1a1a1a;
    font-weight: 600;
} 

/* Özellik Kartlarındaki İkonların Boyutunu Sınırla */
.feature-container .feature-card .feature-icon img.feature-svg {
    width: 48px; /* İstediğiniz genişlik */
    height: 48px; /* İstediğiniz yükseklik */
    max-width: 100%; /* Kapsayıcıya sığmasını garantile */
    object-fit: contain; /* Görüntü oranını koru */
} 

/* Comic Book Style Form Elements */
.comic-style .form-group {
    margin-bottom: 20px; /* Form grupları arasına daha fazla boşluk ekle */
}

.comic-style .form-group label {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    color: #344c64; /* Palette Dark Blue/Gray */
    display: block;
    margin-bottom: 8px;
    text-transform: none;
}

.comic-style .form-group .form-control,
.comic-style .form-group input[type="text"],
.comic-style .form-group input[type="email"],
.comic-style .form-group input[type="tel"],
.comic-style .form-group textarea {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    padding: 12px 15px;
    border: 3px solid #344c64;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 3px 3px 0px #aec0d1;
    font-size: 1em;
    color: #222;
    transition: all 0.2s ease-in-out;
}

.comic-style .form-group .form-control:focus,
.comic-style .form-group input[type="text"]:focus,
.comic-style .form-group input[type="email"]:focus,
.comic-style .form-group input[type="tel"]:focus,
.comic-style .form-group textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(29, 53, 87, 0.4), 3px 3px 0px #aec0d1; /* Yarı saydam mavi halka */
    border-color: #1d3557; /* Odaklandığında koyu mavi kenarlık */
}

/* Radio Button Group Styling - İyileştirilmiş ve Modal için Spesifik */
.modal-content.comic-style .radio-button-group,
.comic-style .radio-button-group {
    margin-bottom: 25px !important;
}

.modal-content.comic-style .radio-button-group > label,
.comic-style .radio-button-group > label {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.15em !important;
    color: #344c64 !important;
    display: block !important;
    margin-bottom: 15px !important;
    text-transform: none !important;
}

.modal-content.comic-style .radio-group,
.comic-style .radio-group {
    display: flex !important;
    flex-direction: row !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    margin-top: 10px !important;
}

.modal-content.comic-style .radio-option,
.comic-style .radio-option {
    flex: 1 !important;
    min-width: 150px !important;
    position: relative !important;
}

.modal-content.comic-style .radio-option input[type="radio"],
.comic-style .radio-option input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.modal-content.comic-style .radio-option label,
.comic-style .radio-option label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 20px !important;
    border: 3px solid #344c64 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #344c64 !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.05em !important;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 3px 3px 0px #aec0d1 !important;
    text-align: center !important;
    position: relative !important;
    min-height: 50px !important;
    margin-bottom: 0 !important;
}

.modal-content.comic-style .radio-option label::before,
.comic-style .radio-option label::before {
    content: '' !important;
    position: absolute !important;
    left: 15px !important;
    width: 20px !important;
    height: 20px !important;
    border: 3px solid #344c64 !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 2px 2px 0px rgba(0,0,0,0.1) !important;
}

.modal-content.comic-style .radio-option input[type="radio"]:checked + label,
.comic-style .radio-option input[type="radio"]:checked + label {
    background-color: #344c64 !important;
    color: #fff !important;
    border-color: #1d3557 !important;
    box-shadow: 4px 4px 0px #1d3557 !important;
    transform: translateY(-2px) !important;
}

.modal-content.comic-style .radio-option input[type="radio"]:checked + label::before,
.comic-style .radio-option input[type="radio"]:checked + label::before {
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: 0 0 0 4px #344c64, inset 0 0 0 3px #344c64 !important;
}

.modal-content.comic-style .radio-option label:hover,
.comic-style .radio-option label:hover {
    background-color: #eaf2f8 !important;
    transform: translateY(-2px) !important;
    box-shadow: 4px 4px 0px #aec0d1 !important;
    border-color: #1d3557 !important;
}

.modal-content.comic-style .radio-option input[type="radio"]:checked + label:hover,
.comic-style .radio-option input[type="radio"]:checked + label:hover {
    background-color: #1d3557 !important;
    box-shadow: 4px 4px 0px #0f2438 !important;
}

.modal-content.comic-style .radio-option input[type="radio"]:focus + label,
.comic-style .radio-option input[type="radio"]:focus + label {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(52, 76, 100, 0.3), 3px 3px 0px #aec0d1 !important;
}

/* Mobil Görünüm için Radio Button Ayarları */
@media (max-width: 768px) {
    .modal-content.comic-style .radio-group,
    .comic-style .radio-group {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .modal-content.comic-style .radio-option,
    .comic-style .radio-option {
        min-width: 100% !important;
    }
    
    .modal-content.comic-style .radio-option label,
    .comic-style .radio-option label {
        padding: 12px 18px !important;
        font-size: 1em !important;
    }
}

/* Custom Comic Select Dropdown */
.custom-select-wrapper {
    position: relative;
    font-family: 'Raleway', sans-serif;
}

.custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    font-size: 1em;
    font-weight: 400;
    color: #222;
    background: #fff;
    border-radius: 5px;
    border: 3px solid #344c64;
    box-shadow: 3px 3px 0px #aec0d1;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    transition: all 0.2s ease-in-out;
}

.custom-select-wrapper.open .custom-select-trigger {
    outline: none;
    box-shadow: 0 0 0 3px rgba(29, 53, 87, 0.4), 3px 3px 0px #aec0d1;
    border-color: #1d3557;
}

.custom-select-trigger .custom-arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #1d3557; /* Koyu mavi ok */
    transition: transform 0.3s ease;
}

.custom-select-wrapper.open .custom-arrow {
    transform: rotate(180deg);
}

.custom-options {
    position: absolute;
    display: none;
    top: calc(100% + 5px); /* Tetikleyiciden biraz aşağıda */
    left: 0;
    right: 0;
    background: #fff;
    border: 3px solid #344c64;
    border-radius: 5px;
    z-index: 100;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 3px 3px 0px #aec0d1;
}

.custom-select-wrapper.open .custom-options {
    display: block;
}

.custom-option {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    font-size: 1em;
    color: #344c64;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    transition: background-color 0.2s, color 0.2s;
    border-bottom: 2px solid #f0f0f0; /* Ayırıcı */
}
.custom-option:last-child {
    border-bottom: 0;
}

.custom-option:hover {
    background-color: #eaf2f8; /* Çok açık mavi */
    color: #1d3557;
}
.custom-option.selected {
    background-color: #1d3557; /* Koyu Mavi */
    color: #fff;
    font-weight: 600;
}
.custom-option.selected:hover {
    background-color: #344c64; /* Orta Mavi/Gri */
    color: #fff;
}

/* Daha Fazla Göster Butonu Stilleri */
.show-more-button {
    background: linear-gradient(135deg, #344c64, #1d3557);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(52, 76, 100, 0.15), 0 1px 3px rgba(52, 76, 100, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Raleway', sans-serif;
    position: relative;
    overflow: hidden;
}

.show-more-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.show-more-button:hover::before {
    left: 100%;
}

.show-more-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(52, 76, 100, 0.2), 0 2px 6px rgba(52, 76, 100, 0.15);
    background: linear-gradient(135deg, #1d3557, #0f2438);
}

.show-more-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(52, 76, 100, 0.15), 0 1px 3px rgba(52, 76, 100, 0.1);
}

.show-more-button:focus {
    outline: none;
    box-shadow: 0 2px 8px rgba(52, 76, 100, 0.15), 0 1px 3px rgba(52, 76, 100, 0.1), 0 0 0 3px rgba(52, 76, 100, 0.2);
}

/* Steps content container */
.steps-content {
    position: relative;
}

/* Tool Features Section */
.tool-features {
    margin: 40px 0;
    padding: 30px 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.feature-item {
    background-color: #FFFFFF;
    border: 3px solid #344c64;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 4px 4px 0px #aec0d1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 6px 8px 0px #aec0d1;
}

.feature-icon {
    margin-bottom: 15px;
}

.feature-icon img {
    width: 48px;
    height: 48px;
    filter: drop-shadow(2px 2px 0px rgba(0,0,0,0.3));
}

.feature-item h3 {
    font-family: 'Luckiest Guy', 'Raleway', sans-serif;
    font-size: 1.4em;
    color: #e7262d;
    margin-bottom: 15px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #344c64;
}

.feature-item p {
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    color: #222;
    line-height: 1.6;
    margin: 0;
}

/* Usage Areas Section */
.usage-areas {
    margin: 40px 0;
    padding: 30px 0;
}

.usage-areas h2 {
    font-family: 'Luckiest Guy', 'Raleway', sans-serif;
    font-size: 2.2em;
    color: #344c64;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #344c64;
}

.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.usage-item {
    background-color: #f0f0f0;
    border: 2px solid #344c64;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 3px 3px 0px #aec0d1;
    transition: transform 0.2s ease;
}

.usage-item:hover {
    transform: translateY(-3px);
}

.usage-item h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    color: #e7262d;
    margin-bottom: 10px;
    font-weight: 600;
}

.usage-item p {
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    color: #222;
    line-height: 1.5;
    margin: 0;
}

/* How to Use Section */
.how-to-use {
    margin: 40px 0;
    padding: 30px 0;
}

.how-to-use h2 {
    font-family: 'Luckiest Guy', 'Raleway', sans-serif;
    font-size: 2.2em;
    color: #344c64;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #344c64;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.step {
    background-color: #FFFFFF;
    border: 3px solid #344c64;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 4px 4px 0px #aec0d1;
    position: relative;
    transition: transform 0.2s ease;
}

.step:hover {
    transform: translateY(-3px);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background-color: #e7262d;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Luckiest Guy', 'Raleway', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    border: 3px solid #344c64;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}

.step-content {
    margin-top: 15px;
}

.step-content h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    color: #344c64;
    margin-bottom: 10px;
    font-weight: 600;
}

.step-content p {
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    color: #222;
    line-height: 1.5;
    margin: 0;
}

/* Tool Specs Section */
.tool-specs {
    margin: 40px 0;
    padding: 30px 0;
}

.tool-specs h2 {
    font-family: 'Luckiest Guy', 'Raleway', sans-serif;
    font-size: 2.2em;
    color: #344c64;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #344c64;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.spec-item {
    background-color: #f8f8f8;
    border: 2px solid #344c64;
    border-radius: 6px;
    padding: 15px 20px;
    box-shadow: 2px 2px 0px #aec0d1;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    color: #222;
}

.spec-item strong {
    color: #e7262d;
    font-weight: 600;
}

/* Tool CTA Section */
.tool-cta {
    margin: 40px 0;
    padding: 30px 0;
    text-align: center;
}

.cta-content {
    background-color: #FFFFFF;
    border: 3px solid #344c64;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 4px 4px 0px #aec0d1;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-family: 'Luckiest Guy', 'Raleway', sans-serif;
    font-size: 2em;
    color: #e7262d;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #344c64;
}

.cta-content p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    color: #222;
    line-height: 1.6;
    margin-bottom: 25px;
}

.cta-button.primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #fca311;
    color: #000;
    padding: 15px 30px;
    border: 3px solid #000;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Luckiest Guy', 'Raleway', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.8);
    transition: all 0.2s ease;
    cursor: url('../assets/slimicons/orange-hand-pointer.svg'), auto !important;
}

.cta-button.primary:hover {
    background-color: #e63946;
    color: white;
    transform: translateY(-2px);
    box-shadow: 6px 6px 0px rgba(0,0,0,0.8);
}

.cta-button.primary:active {
    transform: translateY(0);
    box-shadow: 2px 2px 0px rgba(0,0,0,0.8);
}

.cta-button.primary img {
    width: 24px;
    height: 24px;
    filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.3));
}

/* Mobile Responsive Adjustments for New Sections */
@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-item {
        padding: 20px;
    }
    
    .feature-item h3 {
        font-size: 1.2em;
    }
    
    .usage-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .usage-item {
        padding: 15px;
    }
    
    .steps-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .step {
        padding: 20px;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 1.3em;
    }
    
    .specs-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .cta-content {
        padding: 25px;
    }
    
    .cta-content h2 {
        font-size: 1.6em;
    }
    
    .cta-button.primary {
        font-size: 1.1em;
        padding: 12px 25px;
    }
}

/* Video Section Styles */
.video-section {
    margin: 40px 0;
    padding: 30px 0;
}

.video-section h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 0;
    text-transform: none;
    -webkit-text-stroke: 0;
    letter-spacing: -0.015em;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(52, 76, 100, 0.08);
}

.video-container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(52, 76, 100, 0.1);
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video-container p {
    color: #4a5568;
    font-size: 0.9375em;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
}

/* Feature Container Styles */
.feature-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.feature-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(52, 76, 100, 0.12);
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(52, 76, 100, 0.1), transparent);
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
    border-color: rgba(52, 76, 100, 0.2);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card .feature-icon {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(52, 76, 100, 0.05), rgba(52, 76, 100, 0.02));
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover .feature-icon {
    background: linear-gradient(135deg, rgba(52, 76, 100, 0.1), rgba(52, 76, 100, 0.05));
    transform: scale(1.05);
}

.feature-card .feature-icon img {
    width: 32px;
    height: 32px;
    filter: none;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.feature-card:hover .feature-icon img {
    opacity: 1;
}

.feature-title {
    font-family: 'Raleway', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    text-transform: none;
    -webkit-text-stroke: 0;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.feature-description {
    font-family: 'Raleway', sans-serif;
    font-size: 0.95em;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}

/* Alternative Feature Styles */
.feature {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
}

.feature .feature-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(52, 76, 100, 0.12);
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.feature .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(52, 76, 100, 0.1), transparent);
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
    border-color: rgba(52, 76, 100, 0.2);
}

.feature .feature-card:hover::before {
    transform: scaleX(1);
}

.feature .feature-card .feature-icon {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(52, 76, 100, 0.05), rgba(52, 76, 100, 0.02));
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature .feature-card:hover .feature-icon {
    background: linear-gradient(135deg, rgba(52, 76, 100, 0.1), rgba(52, 76, 100, 0.05));
    transform: scale(1.05);
}

.feature .feature-card .feature-icon img {
    width: 32px;
    height: 32px;
    filter: none;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.feature .feature-card:hover .feature-icon img {
    opacity: 1;
}

.feature .feature-card .feature-title {
    font-family: 'Raleway', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    text-transform: none;
    -webkit-text-stroke: 0;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.feature .feature-card .feature-description {
    font-family: 'Raleway', sans-serif;
    font-size: 0.95em;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}

/* Mobile Responsive Adjustments for Video and Feature Sections */
@media (max-width: 768px) {
    .video-section h2 {
        font-size: 1.8em;
    }
    
    .video-container {
        padding: 15px;
    }
    
    .feature-container,
    .feature {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-card,
    .feature .feature-card {
        padding: 24px 20px;
        border-radius: 12px;
    }
    
    .feature-title,
    .feature .feature-card .feature-title {
        font-size: 1.15em;
    }
    
    .feature-card .feature-icon,
    .feature .feature-card .feature-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }
    
    .feature-card .feature-icon img,
    .feature .feature-card .feature-icon img {
        width: 28px;
        height: 28px;
    }
    
    .feature-description,
    .feature .feature-card .feature-description {
        font-size: 0.9em;
    }
}

/* All button styles are now unified in the "Modern button styling" section above */
