/* ========================================
   SPIN NUMBERS - MODERN ABOUT PAGE STYLES
   ======================================== */

/* Container principal */
.about-modern-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #1a202c;
    line-height: 1.6;
}

/* ========================================
   SECTIONS CENTRALISÉES
   ======================================== */

.about-hero,
.about-mission,
.about-team,
.about-tools,
.about-philosophy,
.about-trust,
.about-commitment,
.about-contact,
.about-footer {
    text-align: center;
}

/* Contenu interne centré avec max-width */
.about-hero-content,
.about-mission-content,
.about-team-content,
.about-tools-content,
.about-philosophy-content,
.about-trust-content {
    margin: 0 auto;
}

/* ========================================
   HERO SECTION
   ======================================== */

.about-hero {
    padding: 4rem 0 2rem;
}

.about-badge {
    display: inline-block;
    background: #fef2f2;
    color: #dc2626;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.about-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-hero-text {
    font-size: 1.25rem;
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========================================
   SECTION TAG
   ======================================== */

.section-tag {
    display: inline-block;
    background: #f1f5f9;
    color: #dc2626;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

/* ========================================
   MISSION SECTION
   ======================================== */

.about-mission {
    padding: 4rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.about-mission h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #0f172a;
}

.about-mission p {
    color: #475569;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.mission-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #dc2626;
}

.stat-label {
    font-size: 0.875rem;
    color: #64748b;
}

/* ========================================
   TEAM SECTION
   ======================================== */

.about-team {
    padding: 4rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.about-team h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #0f172a;
}

.about-team p {
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.7;
}

/* ========================================
   TOOLS SECTION
   ======================================== */

.about-tools {
    padding: 4rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.about-tools h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0f172a;
}

.tools-subtitle {
    color: #64748b;
    margin-bottom: 3rem;
    font-size: 1.125rem;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.tool-category {
    background: #f8fafc;
    border-radius: 20px;
    padding: 1.75rem;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tool-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.1);
}

.category-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.tool-category h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0f172a;
}

.tool-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tool-category li {
    color: #475569;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.tool-category li:last-child {
    border-bottom: none;
}

.tools-footer {
    color: #64748b;
    font-style: italic;
    margin-top: 2rem;
}

/* ========================================
   PHILOSOPHY SECTION
   ======================================== */

.about-philosophy {
    padding: 4rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.about-philosophy h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #0f172a;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.philosophy-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.philosophy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.1);
}

.philosophy-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.philosophy-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.philosophy-card p {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* ========================================
   TRUST SECTION
   ======================================== */

.about-trust {
    padding: 4rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.about-trust h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #0f172a;
}

.trust-list {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    color: #334155;
}

.trust-item svg {
    flex-shrink: 0;
}

/* ========================================
   COMMITMENT SECTION
   ======================================== */

.about-commitment {
    padding: 4rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.commitment-card {
    background: linear-gradient(135deg, #fef2f2 0%, #fff5f5 100%);
    border-radius: 24px;
    padding: 2.5rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.commitment-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0f172a;
}

.commitment-card > p {
    color: #475569;
    margin-bottom: 2rem;
}

.commitment-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.commitment-feature {
    text-align: center;
}

.commitment-feature strong {
    display: block;
    font-size: 1.125rem;
    color: #dc2626;
    margin-bottom: 0.5rem;
}

.commitment-feature span {
    font-size: 0.875rem;
    color: #64748b;
}

.commitment-note {
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 1rem;
}

.commitment-note a {
    color: #dc2626;
    text-decoration: none;
    font-weight: 500;
}

.commitment-note a:hover {
    text-decoration: underline;
}

/* ========================================
   CONTACT SECTION
   ======================================== */

.about-contact {
    padding: 4rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.contact-card {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.contact-card h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0f172a;
}

.contact-card p {
    color: #475569;
    margin-bottom: 2rem;
}

.contact-button {
    display: inline-block;
    background: #dc2626;
    color: white;
    font-weight: 600;
    padding: 0.875rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.contact-button:hover {
    background: #b91c1c;
}

/* ========================================
   FOOTER
   ======================================== */

.about-footer {
    padding: 2rem 0;
    text-align: center;
}

.about-footer p {
    color: #94a3b8;
    font-size: 0.875rem;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .philosophy-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-modern-container {
        padding: 0 1rem;
    }
    
    .about-hero h1 {
        font-size: 2.5rem;
    }
    
    .about-hero-text {
        font-size: 1rem;
    }
    
    .about-mission h2 {
        font-size: 1.75rem;
    }
    
    .mission-stats {
        gap: 1.5rem;
    }
    
    .tools-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .philosophy-grid {
        grid-template-columns: 1fr;
    }
    
    .commitment-features {
        flex-direction: column;
        gap: 1rem;
    }
    
    .about-team h2 {
        font-size: 1.5rem;
    }
    
    .about-trust h2 {
        font-size: 1.5rem;
    }
    
    .contact-card h2 {
        font-size: 1.5rem;
    }
}



/* ========================================
   SPIN NUMBERS -  CONTACT PAGE STYLES
   ======================================== */

/* Container principal */
.contact-modern-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 2rem 4rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    color: #1a202c;
}

/* ========================================
   HERO SECTION
   ======================================== */

.contact-hero {
    text-align: center;
    padding: 2rem 0 3rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 3rem;
}

.contact-badge {
    display: inline-block;
    background: #fef2f2;
    color: #dc2626;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.contact-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.contact-hero-text {
    font-size: 1.2rem;
    color: #475569;
    margin-bottom: 1rem;
}

.contact-hero p:last-of-type {
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

/* ========================================
   HELP OPTIONS GRID
   ======================================== */

.contact-help-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

@media (max-width: 1024px) {
    .contact-help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .contact-help-grid {
        grid-template-columns: 1fr;
    }
}

.help-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.75rem;
    background: white;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.help-card:hover {
    transform: translateY(-5px);
    border-color: #dc2626;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.1);
}

.help-card-icon {
    font-size: 2.5rem;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fef2f2;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.help-card-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.help-card-content p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* ========================================
   CONTACT INFO WRAPPER
   ======================================== */

.contact-info-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .contact-info-wrapper {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* Contact Info Card */
.contact-info-card {
    background: #f8fafc;
    border-radius: 24px;
    padding: 2rem;
    text-align: center;
}

.info-header {
    margin-bottom: 1.5rem;
}

.info-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.contact-info-card h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.info-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.info-label {
    font-weight: 600;
    color: #475569;
}

.info-value {
    color: #dc2626;
    text-decoration: none;
    font-weight: 500;
}

.info-value:hover {
    text-decoration: underline;
}

/* About Spin Card */
.about-spin-card {
    display: flex;
    gap: 1.25rem;
    padding: 2rem;
    background: linear-gradient(135deg, #fef2f2 0%, #fff5f5 100%);
    border-radius: 24px;
    align-items: flex-start;
}

.about-spin-icon {
    font-size: 2rem;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 16px;
    flex-shrink: 0;
}

.about-spin-content {
    flex: 1;
}

.about-spin-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.about-spin-content p {
    font-size: 0.9rem;
    color: #475569;
    margin: 0;
    line-height: 1.6;
}

.info-message {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.85rem;
    color: #475569;
    text-align: center;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
    .contact-modern-container {
        padding: 1rem 1rem 3rem;
    }
    
    .contact-hero h1 {
        font-size: 2rem;
    }
    
    .contact-hero-text {
        font-size: 1rem;
    }
    
    .help-card {
        padding: 1.25rem;
    }
    
    .help-card-icon {
        width: 56px;
        height: 56px;
        font-size: 2rem;
    }
    
    .contact-info-card,
    .about-spin-card {
        padding: 1.5rem;
    }
    
    .about-spin-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}


/* ========================================
   SPIN NUMBERS - MODERN UNIFIED TOOL PAGE STYLES
   ======================================== */

:root {
    --primary: #dc2626;
    --primary-dark: #b91c1c;
    --primary-light: #fef2f2;
    --secondary: #3b82f6;
    --secondary-light: #eff6ff;
    --accent: #8b5cf6;
    --gray-50: #fafafa;
    --gray-100: #f5f5f5;
    --gray-200: #e5e5e5;
    --gray-300: #d4d4d4;
    --gray-600: #525252;
    --gray-700: #404040;
    --gray-800: #262626;
    --gray-900: #171717;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
}

.page-tool-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--gray-700);
    background: white;
}

.page-tool-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--gray-900) 0%, var(--primary) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.page-tool-subtitle {
    font-size: 1.2rem;
    color: var(--gray-600);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.5;
}

.page-tool-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
    position: relative;
    padding-bottom: 0.75rem;
}

.page-tool-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 3px;
}

.page-tool-subsection-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gray-800);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Paragraphes */
.page-tool-text {
    margin-bottom: 1.25rem;
    color: var(--gray-600);
    line-height: 1.7;
}

/* Listes modernes */
.page-tool-list {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.page-tool-list li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 0.5rem;
}

.page-tool-list li::marker {
    color: var(--secondary);
}

.page-tool-list-numbered {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.page-tool-list-numbered li {
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.page-tool-list-numbered li::marker {
    color: var(--secondary);
    font-weight: 600;
}

.page-tool-highlight {
    background: linear-gradient(135deg, var(--primary-light) 0%, #fff5f5 100%);
    border-left: 4px solid var(--primary);
    padding: 1.5rem 2rem;
    border-radius: var(--radius-md);
    margin: 2rem 0;
    box-shadow: var(--shadow-sm);
}

.page-tool-highlight strong {
    color: var(--gray-800);
}

.page-tool-tip {
    background: var(--secondary-light);
    border-left: 4px solid var(--secondary);
    padding: 1.25rem 1.75rem;
    border-radius: var(--radius-md);
    margin: 2rem 0;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.page-tool-tip::before {
    content: '💡';
    font-size: 1.5rem;
}

.page-tool-tip p {
    margin: 0;
    flex: 1;
}

.page-tool-tip strong {
    color: var(--secondary);
}

/* Carte outil associé */
.page-tool-related {
    background: white;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    margin: 2.5rem 0;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.page-tool-related:hover {
    transform: translateY(-4px);
    border-color: var(--primary-light);
    box-shadow: var(--shadow-xl);
}

.page-tool-related-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 0.75rem;
}

.page-tool-related-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.page-tool-related-link:hover {
    gap: 0.75rem;
    text-decoration: none;
}

.page-tool-related-link::after {
    content: '→';
    transition: transform 0.3s ease;
}

/* Grille pour les cartes */
.page-tool-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.75rem;
    margin: 2rem 0;
}

.page-tool-card {
    background: white;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.page-tool-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-light);
    box-shadow: var(--shadow-xl);
}

.page-tool-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.page-tool-card-text {
    font-size: 0.95rem;
    color: var(--gray-600);
    margin: 0;
    line-height: 1.6;
}

/* Section FAQ */
.page-tool-faq {
    margin-top: 3rem;
    border-top: 1px solid var(--gray-200);
    padding-top: 2rem;
}

.page-tool-faq-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--gray-100);
    padding-bottom: 1.25rem;
}

.page-tool-faq-question {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-tool-faq-question::after {
    content: '+';
    color: var(--primary);
    font-size: 1.2rem;
    font-weight: 400;
}

.page-tool-faq-answer {
    color: var(--gray-600);
    margin-left: 0;
    line-height: 1.6;
    padding-right: 1rem;
}

/* Note de bas de page */
.page-tool-note {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray-200);
    font-size: 0.85rem;
    color: var(--gray-500);
    text-align: center;
    font-style: italic;
}

/* Bouton principal */
.page-tool-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary);
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.75rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.page-tool-button:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablettes */
@media (max-width: 1024px) {
    .page-tool-container {
        padding: 1.5rem 1.25rem 3rem;
    }
    
    .page-tool-title {
        font-size: 2.5rem;
    }
    
    .page-tool-section-title {
        font-size: 1.6rem;
    }
    
    .page-tool-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Mobiles */
@media (max-width: 768px) {
    .page-tool-container {
        padding: 1rem 1rem 2.5rem;
    }
    
    .page-tool-title {
        font-size: 2rem;
    }
    
    .page-tool-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .page-tool-section-title {
        font-size: 1.4rem;
        margin-top: 2rem;
    }
    
    .page-tool-section-title::after {
        width: 40px;
    }
    
    .page-tool-subsection-title {
        font-size: 1.2rem;
    }
    
    .page-tool-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .page-tool-highlight,
    .page-tool-tip {
        padding: 1rem 1.25rem;
    }
    
    .page-tool-card {
        padding: 1.25rem;
    }
    
    .page-tool-related {
        padding: 1.25rem;
    }
    
    .page-tool-faq-question {
        font-size: 1rem;
    }
}

/* Petits mobiles */
@media (max-width: 480px) {
    .page-tool-title {
        font-size: 1.75rem;
    }
    
    .page-tool-section-title {
        font-size: 1.25rem;
    }
    
    .page-tool-list,
    .page-tool-list-numbered {
        padding-left: 1rem;
    }
}
