/* Reset e configurações base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Cores do Papia MVP - baseadas no arquivo Colors.ts */
    --ocean-light: #4FC3F7;
    --ocean-dark: #0D1B2A;
    --blue-vibrant: #0288D1;
    --blue-medium: #039BE5;
    --blue-dark: #0277BD;
    --blue-deep: #01579B;
    --blue-pastel: #81D4FA;
    --blue-soft: #29B6F6;
    --yellow-soft: #FFE082;
    --yellow-bright: #FFEB3B;
    --orange-accent: #FF6F00;
    --orange-strong: #FF8F00;
    
    /* Tons neutros */
    --white: #FFFFFF;
    --black: #0D1B2A;
    --gray-light: #ECEDEE;
    --gray: #8E8E93;
    --dark-gray: #2C2C2E;
    
    /* Cores principais para o site */
    --primary-blue: var(--blue-vibrant);
    --primary-green: var(--yellow-soft);
    --secondary-blue: var(--blue-medium);
    --secondary-green: var(--yellow-bright);
    
    /* Status colors */
    --success: #4CAF50;
    --warning: #FF9800;
    --error: #F44336;
    --info: var(--blue-medium);
    
    /* Standard Web Colors - Base Colors */
    --red: #ff0000;
    --green: #008000;
    --blue: #0000ff;
    --yellow: #ffff00;
    --cyan: #00ffff;
    --magenta: #ff00ff;
    --orange: #ffa500;
    --purple: #800080;
    --pink: #ffc0cb;
    --brown: #a52a2a;
    --gray-web: #808080;
    --silver: #c0c0c0;
    --gold: #ffd700;
    --lime: #00ff00;
    --navy: #000080;
    --teal: #008080;
    --olive: #808000;
    --maroon: #800000;
    --indigo: #4b0082;
    --violet: #ee82ee;
    --turquoise: #40e0d0;
    --coral: #ff7f50;
    --salmon: #fa8072;
    --tomato: #ff6347;
    --peru: #cd853f;
    --sienna: #a0522d;
    --tan: #d2b48c;
    --wheat: #f5deb3;
    --beige: #f5f5dc;
    --bisque: #ffe4c4;
    --blanchedalmond: #ffebcd;
    --burlywood: #deb887;
    --chocolate: #d2691e;
    --darkgoldenrod: #b8860b;
    --goldenrod: #daa520;
    --khaki: #f0e68c;
    --lightgoldenrodyellow: #fafad2;
    --lemonchiffon: #fffacd;
    --lightyellow: #ffffe0;
    --moccasin: #ffe4b5;
    --navajowhite: #ffdead;
    --oldlace: #fdf5e6;
    --papayawhip: #ffefd5;
    --peachpuff: #ffdab9;
    --seashell: #fff5ee;
    --snow: #fffafa;
    --whitesmoke: #f5f5f5;
    --ivory: #fffff0;
    --honeydew: #f0fff0;
    --mintcream: #f5fffa;
    --azure: #f0ffff;
    --aliceblue: #f0f8ff;
    --ghostwhite: #f8f8ff;
    --lavender: #e6e6fa;
    --lavenderblush: #fff0f5;
    --mistyrose: #ffe4e1;
    --linen: #faf0e6;
    --floralwhite: #fffaf0;
    --antiquewhite: #faebd7;
    --cornsilk: #fff8dc;
    --lightcyan: #e0ffff;
    --lightblue: #add8e6;
    --lightskyblue: #87cefa;
    --powderblue: #b0e0e6;
    --lightsteelblue: #b0c4de;
    --paleturquoise: #afeeee;
    --lightseagreen: #20b2aa;
    --mediumaquamarine: #66cdaa;
    --mediumturquoise: #48d1cc;
    --darkturquoise: #00ced1;
    --cadetblue: #5f9ea0;
    --steelblue: #4682b4;
    --royalblue: #4169e1;
    --cornflowerblue: #6495ed;
    --dodgerblue: #1e90ff;
    --deepskyblue: #00bfff;
    --skyblue: #87ceeb;
    --lightslateblue: #8470ff;
    --slateblue: #6a5acd;
    --mediumslateblue: #7b68ee;
    --darkslateblue: #483d8b;
    --indianred: #cd5c5c;
    --lightcoral: #f08080;
    --salmon-light: #ffa07a;
    --darksalmon: #e9967a;
    --lightsalmon: #ffa07a;
    --crimson: #dc143c;
    --firebrick: #b22222;
    --darkred: #8b0000;
    --red-dark: #8b0000;
    --orangered: #ff4500;
    --tomato-light: #ff6347;
    --orange-dark: #ff8c00;
    --darkorange: #ff8c00;
    --lightgreen: #90ee90;
    --palegreen: #98fb98;
    --darkseagreen: #8fbc8f;
    --mediumseagreen: #3cb371;
    --seagreen: #2e8b57;
    --forestgreen: #228b22;
    --green-dark: #006400;
    --darkgreen: #006400;
    --limegreen: #32cd32;
    --yellowgreen: #9acd32;
    --darkolivegreen: #556b2f;
    --olivedrab: #6b8e23;
    --mediumspringgreen: #00fa9a;
    --springgreen: #00ff7f;
    --mediumorchid: #ba55d3;
    --darkorchid: #9932cc;
    --darkviolet: #9400d3;
    --blueviolet: #8a2be2;
    --darkmagenta: #8b008b;
    --darkviolet-light: #9400d3;
    --purple-dark: #800080;
    --mediumpurple: #9370db;
    --thistle: #d8bfd8;
    --plum: #dda0dd;
    --violet-light: #ee82ee;
    --fuchsia: #ff00ff;
    --magenta-light: #ff00ff;
    --orchid: #da70d6;
    --mediumvioletred: #c71585;
    --deeppink: #ff1493;
    --hotpink: #ff69b4;
    --lightpink: #ffb6c1;
    --pink-light: #ffc0cb;
    --rosybrown: #bc8f8f;
    --lightcoral-light: #f08080;
    --indianred-light: #cd5c5c;
    --saddlebrown: #8b4513;
    --sandybrown: #f4a460;
    --goldenrod-light: #daa520;
    --darkgoldenrod-light: #b8860b;
    --peru-light: #cd853f;
    --chocolate-light: #d2691e;
    --sienna-light: #a0522d;
    --burlywood-light: #deb887;
    --wheat-light: #f5deb3;
    --tan-light: #d2b48c;
    --rosybrown-light: #bc8f8f;
    --moccasin-light: #ffe4b5;
    --navajowhite-light: #ffdead;
    --peachpuff-light: #ffdab9;
    --mistyrose-light: #ffe4e1;
    --lavenderblush-light: #fff0f5;
    --linen-light: #faf0e6;
    --oldlace-light: #fdf5e6;
    --papayawhip-light: #ffefd5;
    --seashell-light: #fff5ee;
    --mintcream-light: #f5fffa;
    --slategray: #708090;
    --lightslategray: #789;
    --darkslategray: #2f4f4f;
    --gray-dark: #a9a9a9;
    --darkgray: #a9a9a9;
    --lightgray: #d3d3d3;
    --lightgrey: #d3d3d3;
    --gainsboro: #dcdcdc;
    --whitesmoke-light: #f5f5f5;
    --snow-light: #fffafa;
    --rosybrown-dark: #bc8f8f;
    --lightcoral-dark: #f08080;
    --indianred-dark: #cd5c5c;
    --salmon-dark: #fa8072;
    --darksalmon-dark: #e9967a;
    --lightsalmon-dark: #ffa07a;
    --crimson-dark: #dc143c;
    --firebrick-dark: #b22222;
    --darkred-dark: #8b0000;
    --red-dark-dark: #8b0000;
    --orangered-dark: #ff4500;
    --tomato-dark: #ff6347;
    --orange-dark-dark: #ff8c00;
    --darkorange-dark: #ff8c00;
    --lightgreen-dark: #90ee90;
    --palegreen-dark: #98fb98;
    --darkseagreen-dark: #8fbc8f;
    --mediumseagreen-dark: #3cb371;
    --seagreen-dark: #2e8b57;
    --forestgreen-dark: #228b22;
    --green-dark-dark: #006400;
    --darkgreen-dark: #006400;
    --limegreen-dark: #32cd32;
    --yellowgreen-dark: #9acd32;
    --darkolivegreen-dark: #556b2f;
    --olivedrab-dark: #6b8e23;
    --mediumspringgreen-dark: #00fa9a;
    --springgreen-dark: #00ff7f;
    --mediumorchid-dark: #ba55d3;
    --darkorchid-dark: #9932cc;
    --darkviolet-dark: #9400d3;
    --blueviolet-dark: #8a2be2;
    --darkmagenta-dark: #8b008b;
    --darkviolet-light-dark: #9400d3;
    --purple-dark-dark: #800080;
    --mediumpurple-dark: #9370db;
    --thistle-dark: #d8bfd8;
    --plum-dark: #dda0dd;
    --violet-light-dark: #ee82ee;
    --fuchsia-dark: #ff00ff;
    --magenta-light-dark: #ff00ff;
    --orchid-dark: #da70d6;
    --mediumvioletred-dark: #c71585;
    --deeppink-dark: #ff1493;
    --hotpink-dark: #ff69b4;
    --lightpink-dark: #ffb6c1;
    --pink-light-dark: #ffc0cb;
    --rosybrown-dark-dark: #bc8f8f;
    --lightcoral-light-dark: #f08080;
    --indianred-light-dark: #cd5c5c;
    --saddlebrown-dark: #8b4513;
    --sandybrown-dark: #f4a460;
    --goldenrod-light-dark: #daa520;
    --darkgoldenrod-light-dark: #b8860b;
    --peru-light-dark: #cd853f;
    --chocolate-light-dark: #d2691e;
    --sienna-light-dark: #a0522d;
    --burlywood-light-dark: #deb887;
    --wheat-light-dark: #f5deb3;
    --tan-light-dark: #d2b48c;
    --rosybrown-light-dark: #bc8f8f;
    --moccasin-light-dark: #ffe4b5;
    --navajowhite-light-dark: #ffdead;
    --peachpuff-light-dark: #ffdab9;
    --mistyrose-light-dark: #ffe4e1;
    --lavenderblush-light-dark: #fff0f5;
    --linen-light-dark: #faf0e6;
    --oldlace-light-dark: #fdf5e6;
    --papayawhip-light-dark: #ffefd5;
    --seashell-light-dark: #fff5ee;
    --mintcream-light-dark: #f5fffa;
    --slategray-dark: #708090;
    --lightslategray-dark: #789;
    --darkslategray-dark: #2f4f4f;
    --gray-dark-dark: #a9a9a9;
    --darkgray-dark: #a9a9a9;
    --lightgray-dark: #d3d3d3;
    --lightgrey-dark: #d3d3d3;
    --gainsboro-dark: #dcdcdc;
    --whitesmoke-light-dark: #f5f5f5;
    --snow-light-dark: #fffafa;
    
    /* Gradientes */
    --gradient-primary: linear-gradient(135deg, var(--blue-vibrant) 0%, var(--blue-medium) 100%);
    --gradient-secondary: linear-gradient(135deg, var(--ocean-light) 0%, var(--blue-soft) 100%);
    --gradient-ocean: linear-gradient(135deg, var(--ocean-light) 0%, var(--blue-pastel) 100%);
    
    /* Sombras */
    --shadow-light: 0 2px 10px rgba(13, 27, 42, 0.1);
    --shadow-medium: 0 4px 20px rgba(13, 27, 42, 0.15);
    --shadow-heavy: 0 8px 30px rgba(13, 27, 42, 0.2);
    
    /* Transições */
    --transition: all 0.3s ease;
}

/* Configurações base para scroll suave */
html {
    scroll-behavior: smooth;
}

/* Customizar barra de rolagem */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--gray-light);
}

::-webkit-scrollbar-thumb {
    background: var(--gray);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--dark-gray);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--dark-gray);
    background-color: var(--white);
    overflow-x: hidden;
    height: auto;
}

main {
    width: 100%;
    min-height: 100vh;
    overflow: visible;
}

/* Configurações para seções com scroll contínuo */

/* Animações de entrada para scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-60px) scale(0.98);
    transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.reveal-left.visible {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.reveal-right {
    opacity: 0;
    transform: translateX(60px) scale(0.98);
    transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.reveal-right.visible {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }
.reveal-delay-3 { transition-delay: 0.45s; }
.reveal-delay-4 { transition-delay: 0.6s; }
.reveal-delay-5 { transition-delay: 0.75s; }

/* Configurações para seções principais - scroll contínuo */
.hero, .curated-navigation, .how-it-works, .features, .download {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 120px 0 80px 0;
}

/* Removido - não mais necessário com scroll contínuo */

/* Para garantir que o footer fique no final */
.footer {
    position: relative;
    width: 100%;
    z-index: 10;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header e Navegação */
.header {
    background: var(--white);
    box-shadow: var(--shadow-light);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3vw;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2.5rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 120px;
}

.logo-img {
    width: 40px;
    height: 40px;
}

.logo h1, .logo-title {
    font-size: 2rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo a {
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--dark-gray);
    font-weight: 500;
    transition: var(--transition);
    position: relative;
}

.nav-links a:hover {
    color: var(--primary-blue);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: var(--transition);
}

.nav-links a:hover::after {
    width: 100%;
}

#lang-switcher {
    padding: 0.3rem 0.7rem;
    border-radius: 8px;
    border: 1px solid var(--gray-light);
    background: var(--white);
    font-size: 1rem;
    color: var(--dark-gray);
    cursor: pointer;
    margin-left: 1.5rem;
}

/* Botões */
.btn-primary {
    background: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
    box-shadow: var(--shadow-light);
}

.btn-primary:hover {
    background: var(--blue-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 8px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
}

.btn-secondary:hover {
    background: var(--white);
    color: var(--primary-blue);
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    padding: 6rem 0;
    background: var(--gradient-ocean);
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    min-height: 70vh;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1 1 0;
    min-width: 300px;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--white);
}



.hero-subtitle {
    font-size: 1.5rem;
    color: var(--yellow-soft);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
}

/* Status indicator enhancements */
.status-indicator {
    animation: pulse 2s infinite;
    box-shadow: var(--shadow-light);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Enhanced feature cards with color system */
.feature-card {
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--success);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card:nth-child(1)::before {
    background: var(--success);
}

.feature-card:nth-child(2)::before {
    background: var(--info);
}

.feature-card:nth-child(3)::before {
    background: var(--warning);
}

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

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-heavy);
}

/* Enhanced status cards */
.status-card {
    transition: var(--transition);
    cursor: pointer;
}

.status-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
}

/* Color-coded step blocks */
.how-step-block {
    transition: var(--transition);
    position: relative;
}

.how-step-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--success);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.how-step-block:nth-child(1)::before {
    background: var(--success);
}

.how-step-block:nth-child(2)::before {
    background: var(--info);
}

.how-step-block:nth-child(3)::before {
    background: var(--warning);
}

.how-step-block:nth-child(4)::before {
    background: var(--orange-accent);
}

.how-step-block:hover::before {
    transform: scaleY(1);
}

.how-step-block:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-light);
}

/* Enhanced store buttons */
.store-button {
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.store-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;
}

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

.store-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

/* Highlight box enhancements */
.highlight-box {
    position: relative;
    overflow: hidden;
}

.highlight-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--blue-vibrant), var(--blue-pastel));
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Color system showcase */
.color-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
    padding: 2rem;
    background: var(--gray-light);
    border-radius: 12px;
}

.color-swatch {
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    transition: var(--transition);
    cursor: pointer;
}

.color-swatch:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-medium);
}

/* Mockup de telemóvel para screenshot */
.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* iPhone Modern Mockup com Dynamic Island como overlay */
.phone-mockup {
    position: relative;
    background: #222;
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    width: 300px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 6px solid #181818;
}

.phone-mockup-inner {
    width: 97.5%;
    height: 97.5%;
    position: absolute;
    top: 1.2%;
    left: 1.2%;
    right: 1.2%;
    bottom: 1.2%;
    border-radius: 44px;
    overflow: hidden;
    background: #222;
    z-index: 1;
}

.dynamic-island {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 92px;
    height: 28px;
    background: #181818;
    border-radius: 18px 18px 22px 22px / 18px 18px 22px 22px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    border: 1.5px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-screenshot {
    width: 100%;
    height: calc(100% + 32px);
    object-fit: cover;
    display: block;
    background: #222;
    border-radius: 30px;
    box-sizing: border-box;
    padding-top: 16px;
    
}

/* App Mockup */
.app-mockup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-frame {
    width: 280px;
    height: 560px;
    background: var(--dark-gray);
    border-radius: 30px;
    padding: 8px;
    box-shadow: var(--shadow-heavy);
    position: relative;
}

.screen {
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 22px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
}

.app-content {
    text-align: center;
}

.app-header {
    margin-bottom: 2rem;
}

.app-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.app-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.app-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
}

/* About Section */
.about {
    padding: 6rem 0;
    background: var(--white);
}

.about h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: var(--dark-gray);
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text p {
    font-size: 1.1rem;
    color: var(--gray);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.about-stats {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.stat {
    text-align: center;
    padding: 2rem;
    background: var(--gray-light);
    border-radius: 15px;
    transition: var(--transition);
}

.stat:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.stat h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.stat p {
    color: var(--gray);
    font-weight: 500;
}

/* Features Section */
.features {
    padding: 2rem 0;
    background: #fff;
}

.features h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: var(--dark-gray);
}

.features-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 2rem;
    width: 100%;
    max-width: 100%;
}

.features-cards .feature-card {
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(13,27,42,0.13);
    color: #0D1B2A;
    border: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.18s, box-shadow 0.18s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem;
    min-width: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    background: #fff;
}
.features-cards .feature-card:nth-child(1) {
    background: linear-gradient(135deg, #E3F7FF 0%, #F0FCFF 100%);
}
.features-cards .feature-card:nth-child(2) {
    background: linear-gradient(135deg, #FFF9E3 0%, #FFFDEB 100%);
}
.features-cards .feature-card:nth-child(3) {
    background: linear-gradient(135deg, #F3E3FF 0%, #F9F0FF 100%);
}
.features-cards .feature-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 32px rgba(13,27,42,0.16);
}
.features-cards .feature-card h3,
.features-cards .feature-card p {
    color: inherit;
}
.features-cards .feature-icon-img {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
    background: rgba(255,255,255,0.13);
    border-radius: 50%;
    padding: 12px;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-cards .feature-icon-img svg {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--dark-gray);
}

.feature-card p {
    color: var(--gray);
    line-height: 1.6;
}

/* Download Section */
.download {
    padding: 2rem 0;
    background: var(--white);
    text-align: center;
}

.download-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    min-height: 50vh;
    width: 100%;
}

.download h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark-gray);
}

.download-subtitle {
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: 3rem;
}

.download-buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.store-button {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: var(--white);
    border: 2px solid var(--gray-light);
    border-radius: 15px;
    text-decoration: none;
    color: var(--dark-gray);
    transition: var(--transition);
    min-width: 200px;
}

.store-button:hover {
    border-color: var(--primary-blue);
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
}

.store-icon {
    font-size: 2rem;
}

.store-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.store-label {
    font-size: 0.8rem;
    color: var(--gray);
}

.store-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-gray);
}

.download-note {
    color: var(--gray);
    font-size: 0.9rem;
    font-style: italic;
}

/* Privacy Page */
.privacy-content {
    padding: 4rem 0;
    min-height: 70vh;
}

.privacy-header {
    text-align: center;
    margin-bottom: 3rem;
}

.privacy-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark-gray);
}

.privacy-date {
    color: var(--gray);
    font-size: 1rem;
}

.privacy-body {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-section {
    margin-bottom: 2.5rem;
}

.privacy-section h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--dark-gray);
}

.privacy-section p {
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.privacy-section ul {
    margin-left: 2rem;
    color: var(--gray);
}

.privacy-section li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.privacy-footer {
    text-align: center;
    margin-top: 3rem;
}

/* Footer */
.footer {
    background: var(--dark-gray);
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    text-align: center;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.footer-logo {
    width: 32px;
    height: 32px;
}

.footer-copy {
    color: var(--gray);
    font-size: 0.9rem;
    text-align: center;
    flex-basis: 100%;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .footer-flex {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .footer-links {
        justify-content: center;
    }
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-brand h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-brand p {
    color: var(--gray);
}

.footer-links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary-blue);
}

.footer-bottom {
    border-top: 1px solid var(--gray);
    padding-top: 1rem;
    text-align: center;
    color: var(--gray);
    font-size: 0.9rem;
}

/* Responsividade */
@media (max-width: 900px) {
    .nav-container {
        padding: 1rem 2vw;
    }
    .nav-links {
        gap: 1.5rem;
    }
    .phone-mockup {
        width: 200px;
        height: 400px;
        border-radius: 22px;
    }
}

@media (max-width: 600px) {
    .nav-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        padding: 0.5rem 2vw;
    }
    .logo {
        justify-content: center;
        margin-bottom: 0.5rem;
    }
    .nav-links {
        justify-content: center;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .btn-primary {
        background: var(--primary-blue);
        color: white;
        border: none;
        border-radius: 8px;
        padding: 1rem 2rem;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        transition: var(--transition);
        box-shadow: var(--shadow-light);
    }
    
    .btn-primary:hover {
        background: var(--blue-dark);
        transform: translateY(-2px);
        box-shadow: var(--shadow-medium);
    }
    
    .btn-secondary {
        background: transparent;
        color: var(--white);
        border: 2px solid var(--white);
        border-radius: 8px;
        padding: 1rem 2rem;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        transition: var(--transition);
    }
    
    .btn-secondary:hover {
        background: var(--white);
        color: var(--primary-blue);
        transform: translateY(-2px);
    }
    
    .phone-frame {
        width: 200px;
        height: 400px;
    }
    
    .screen {
        padding: 1.5rem;
    }
    
    .feature-card {
        padding: 2rem;
    }
    
    .how-steps {
        flex-direction: column;
        gap: 1.5rem;
    }
    .how-step {
        max-width: 100%;
        min-width: 0;
    }
    
    .features-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .download-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .store-button {
        min-width: 180px;
    }
}

@media (max-width: 768px) {
    .phone-mockup {
        width: 210px;
        height: 440px;
        border-radius: 28px;
    }
    .phone-mockup-inner {
        border-radius: 18px;
    }
    .dynamic-island {
        width: 60px;
        height: 20px;
        border-radius: 10px 10px 14px 14px / 10px 10px 14px 14px;
        top: 10px;
    }
    .app-screenshot {
        border-radius: 18px;
        margin-top: 10px;
        height: calc(100% - 10px);
    }
}

.hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}



.hero-flex-reverse {
    flex-direction: row-reverse;
}

.hero-welcome, .hero-map {
    padding: 5rem 0 3rem 0;
}

@media (max-width: 900px) {
    .hero-flex, .hero-flex-reverse {
        flex-direction: column !important;
        gap: 2rem;
        text-align: center;
    }
    .hero-image, .hero-content {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}

.how-it-works {
    background: var(--gray-light, #f8f9fa);
    border-radius: 0;
    padding: 2rem 0;
    margin: 0;
}
.how-it-works h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: var(--dark-gray);
}
.how-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
.how-step {
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-light);
    padding: 2.5rem;
    text-align: center;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    box-sizing: border-box;
}
.how-step:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}
.how-step-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.curated-navigation {
    background: #fff;
    padding: 8rem 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.curated-navigation .hero-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.curated-image, .curated-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.curated-content {
    align-items: flex-start;
    text-align: left;
}

.curated-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: var(--dark-gray);
}

.curated-content p {
    font-size: 1.1rem;
    color: var(--gray);
    margin-bottom: 1rem;
    line-height: 1.7;
}

.curated-highlight {
    background: #e6fffa;
    border-left: 4px solid #319795;
    padding: 0.8rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    color: #234e52;
}

@media (max-width: 900px) {
    .curated-navigation .hero-flex {
        flex-direction: column;
        gap: 2rem;
    }
    .curated-content {
        align-items: center;
        text-align: center;
    }
}

.notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 18px;
    background: #111;
    border-radius: 12px 12px 16px 16px / 12px 12px 16px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    z-index: 2;
}

/* Botão power (direita) */
.btn-power {
    position: absolute;
    right: -10px;
    top: 90px;
    width: 5px;
    height: 50px;
    background: #444;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    z-index: 3;
}

/* Botões de volume (esquerda) */
.btn-volume {
    position: absolute;
    left: -10px;
    width: 5px;
    background: #444;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    z-index: 3;
}
.btn-volume-up {
    top: 80px;
    height: 36px;
}
.btn-volume-down {
    top: 130px;
    height: 24px;
}

.download-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}


.how-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}


.features-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.feature-card {
    flex: 1 1 260px;
    max-width: 320px;
    min-width: 220px;
    background: #f9fbfd;
    border-radius: 22px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.06);
    padding: 2.2rem 1.2rem 1.6rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: 4px solid var(--success);
    transition: box-shadow 0.2s, transform 0.2s;
}

.feature-card:nth-child(2) {
    border-top: 4px solid var(--info);
}
.feature-card:nth-child(3) {
    border-top: 4px solid var(--warning);
}

@media (max-width: 900px) {
    .features-cards {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .feature-card {
        max-width: 95vw;
        min-width: 0;
    }
}


.download-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/* ---------- Alinhamento central em 2 colunas (≥ 901 px) ---------- */
.curated-navigation .hero-flex {
    flex-direction: row;      /* mantém duas colunas */
    justify-content: center;  /* bloco centrado na .container */
    align-items: center;
    gap: 4rem;                /* respiro entre colunas */
}

/* Seções com conteúdo único (centrado) */
.how-it-works .hero-flex,
.features .hero-flex,
.download .hero-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

/* Empilha em dispositivos estreitos (≤ 900 px) -------------------- */
@media (max-width: 900px) {
  .curated-navigation .hero-flex {
      flex-direction: column; /* imagem em cima, texto em baixo */
      gap: 2rem;
  }
}

/* Faz cada coluna expandir/encolher uniformemente ---------------- */
.curated-navigation .hero-flex > * {
    flex: 1 1 0;
    min-width: 280px;         /* evita esmagar em tablets */
}

.curated-navigation .container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 900px) {
    .features-cards {
        overflow-x: auto;
    }
    .feature-card {
        min-width: 260px;
        flex: 0 0 auto;
    }
}

.how-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-top: 3rem;
}
.how-step-block {
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(13,27,42,0.10);
    color: #0D1B2A;
    border: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.18s, box-shadow 0.18s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 1.5rem;
    min-width: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    background: #fff;
}
.how-step-block:nth-child(1) {
    background: linear-gradient(135deg, #E3F7FF 0%, #F0FCFF 100%);
}
.how-step-block:nth-child(2) {
    background: linear-gradient(135deg, #FFF9E3 0%, #FFFDEB 100%);
}
.how-step-block:nth-child(3) {
    background: linear-gradient(135deg, #E3F7F0 0%, #F0FFF9 100%);
}
.how-step-block:nth-child(4) {
    background: linear-gradient(135deg, #F3E3FF 0%, #F9F0FF 100%);
}
.how-step-block:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 32px rgba(13,27,42,0.16);
}
.how-step-block h3,
.how-step-block p {
    color: inherit;
}
.how-step-icon {
    background: rgba(255,255,255,0.13);
    border-radius: 50%;
    padding: 12px;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    max-width: 40px;
}
.how-step-icon svg {
    stroke: #5f6368 !important;
}
.how-step-texts {
    text-align: center;
}
.how-step-texts strong {
    font-size: 1.15rem;
    color: var(--dark-gray);
}
.how-step-desc {
    color: var(--gray);
    font-size: 1rem;
    margin-top: 0.5rem;
    line-height: 1.6;
}
.how-step-texts .pt {
    color: var(--primary-blue);
    font-size: 0.98em;
    font-weight: 500;
    margin-left: 0.3em;
}
@media (max-width: 900px) {
    .how-steps-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
}
@media (max-width: 600px) {
    .how-steps-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .how-step-block {
        padding: 1.5rem 0.7rem;
    }
}

.footer, .footer .logo-title, .footer .nav-links a, .footer .nav-links select {
  color: #fff !important;
}
.footer .nav-links a:hover {
  color: var(--primary-blue) !important;
}

#how {
  scroll-margin-top: 110px;
}

.how-steps-grid .how-step-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  background: rgba(255,255,255,0.13);
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 1.2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-steps-grid .how-step-icon svg {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
} 

/* Phone Fan Effect - Leque de Mockups */
.phone-fan-container {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    overflow: visible;
    margin: 2rem 0;
}

.phone-fan {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.phone-mockup {
    position: relative;
    width: 280px;
    height: 560px;
    background: var(--ocean-dark);
    border-radius: 20px;
    padding: 3px;
    box-shadow: var(--shadow-heavy);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estado inicial - leque fechado */
.phone-home {
    transform: translateX(0) rotateY(0deg) scale(1);
    z-index: 3;
}
.phone-custom-route {
    transform: translateX(-40px) rotateY(-15deg) scale(0.95);
    z-index: 2;
}
.phone-route {
    transform: translateX(40px) rotateY(15deg) scale(0.95);
    z-index: 2;
}

/* Leque aberto no hover do container */
.phone-fan-container:hover .phone-custom-route {
    transform: translateX(-120px) rotateY(-45deg) scale(0.9);
    z-index: 2;
}
.phone-fan-container:hover .phone-route {
    transform: translateX(120px) rotateY(45deg) scale(0.9);
    z-index: 2;
}
.phone-fan-container:hover .phone-home {
    transform: translateX(0) rotateY(0deg) scale(1);
    z-index: 3;
}

/* Ajuste para mobile */
@media (max-width: 768px) {
    .phone-custom-route {
        transform: translateX(-20px) rotateY(-10deg) scale(0.95);
    }
    .phone-route {
        transform: translateX(20px) rotateY(10deg) scale(0.95);
    }
    .phone-fan-container:hover .phone-custom-route {
        transform: translateX(-60px) rotateY(-30deg) scale(0.9);
    }
    .phone-fan-container:hover .phone-route {
        transform: translateX(60px) rotateY(30deg) scale(0.9);
    }
}

/* Efeitos de profundidade e sombra */
.phone-mockup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    border-radius: 40px;
    pointer-events: none;
    z-index: 1;
}

/* Botões do telemóvel */
.btn-volume, .btn-power {
    position: absolute;
    background: #181c2a;
    border-radius: 2px;
    z-index: 3;
    opacity: 0.8;
}

.btn-volume-up {
    top: 80px;
    right: -3px;
    width: 4px;
    height: 28px;
}

.btn-volume-down {
    top: 120px;
    right: -3px;
    width: 4px;
    height: 28px;
}

.btn-power {
    top: 80px;
    left: -3px;
    width: 4px;
    height: 28px;
}

.notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 24px;
    background: #181c2a;
    border-radius: 0 0 15px 15px;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.app-screenshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
    display: block;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 1.5px #2226 inset;
}

.app-screenshot-fallback {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    z-index: 2;
    pointer-events: none;
}

/* Tooltip para as telas */
.screen-tooltip {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ocean-dark);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    white-space: nowrap;
    z-index: 100;
}

/* Indicador de scroll */
.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0.8;
    animation: bounce 2s infinite;
    z-index: 10;
}

.scroll-text {
    margin-bottom: 5px;
}

.scroll-arrow {
    font-size: 1.2rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* Responsividade */
@media (max-width: 768px) {
    .phone-fan-container {
        height: 400px;
        margin: 1rem 0;
    }
    
    .phone-mockup {
        width: 200px;
        height: 400px;
    }
    
    .phone-fan.fan-open .phone-custom-route {
        transform: translateX(-40px) rotateY(-25deg) scale(0.95);
    }
    
    .phone-fan.fan-open .phone-home {
        transform: translateX(-80px) rotateY(-45deg) scale(0.9);
    }
    
    .notch {
        width: 80px;
        height: 20px;
    }
    
    .btn-volume-up, .btn-volume-down, .btn-power {
        width: 3px;
        height: 25px;
    }
}

@media (max-width: 480px) {
    .phone-fan-container {
        height: 300px;
        margin: 0.5rem 0;
    }
    
    .phone-mockup {
        width: 150px;
        height: 300px;
    }
    
    .phone-fan.fan-open .phone-custom-route {
        transform: translateX(-30px) rotateY(-25deg) scale(0.95);
    }
    
    .phone-fan.fan-open .phone-home {
        transform: translateX(-60px) rotateY(-45deg) scale(0.9);
    }
    
    .notch {
        width: 60px;
        height: 15px;
    }
    
    .btn-volume-up, .btn-volume-down, .btn-power {
        width: 2px;
        height: 20px;
    }
} 

.reveal-section {
    opacity: 0;
    transform: translateY(80px) scale(0.98);
    transition: opacity 0.8s cubic-bezier(0.4,0,0.2,1), transform 0.8s cubic-bezier(0.4,0,0.2,1);
    will-change: opacity, transform;
}
.reveal-section.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
} 

.screenshots-showcase {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0.5rem auto 2.5rem auto;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    z-index: 10;
}

.mockup-phone {
    position: absolute;
    width: 249px;
    height: 540px;
    background: #181c2a;
    border-radius: 32px;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.18), 0 1.5px 0 0 #2226 inset;
    overflow: hidden;
    border: 2.5px solid #181c2a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1), box-shadow 0.4s;
}

.mockup-screenshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    background: #fff;
    display: block;
}

.phone-1 {
    left: 0%;
    top: 40px;
    z-index: 2;
    transform: rotate(-16deg) scale(0.96);
}
.phone-2 {
    left: 18%;
    top: 0;
    z-index: 4;
    transform: rotate(-4deg) scale(1.04);
}
.phone-3 {
    left: 36%;
    top: 30px;
    z-index: 3;
    transform: rotate(10deg) scale(1.01);
}
.phone-4 {
    left: 54%;
    top: 60px;
    z-index: 1;
    transform: rotate(18deg) scale(0.93);
}

@media (max-width: 1100px) {
    .screenshots-showcase {
        max-width: 98vw;
        min-height: 340px;
    }
    .mockup-phone {
        width: 180px;
        height: 390px;
        border-radius: 22px;
    }
    .mockup-screenshot {
        border-radius: 18px;
    }
}

@media (max-width: 700px) {
    .screenshots-showcase {
        min-height: 220px;
    }
    .mockup-phone {
        width: 90px;
        height: 196px;
        border-radius: 12px;
    }
    .mockup-screenshot {
        border-radius: 8px;
    }
    .phone-1 { left: 0%; top: 20px; }
    .phone-2 { left: 22%; top: 0; }
    .phone-3 { left: 44%; top: 15px; }
    .phone-4 { left: 66%; top: 30px; }
}

/* Why Papia is Different Section */
.why-papia {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--white) 0%, var(--gray-light) 100%);
    position: relative;
    overflow: hidden;
}

.why-papia::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(76, 175, 80, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 111, 0, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.why-papia-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
    gap: 2rem;
}

.why-papia-title-section {
    flex: 1;
}

.why-papia h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--blue-vibrant) 0%, var(--orange-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why-papia-subtitle {
    font-size: 1.2rem;
    color: var(--gray);
    line-height: 1.6;
    max-width: 500px;
}

.why-papia-mascot {
    flex-shrink: 0;
}

.why-papia-papito {
    width: 120px;
    height: 120px;
    animation: papito-bounce 3s ease-in-out infinite;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

@keyframes papito-bounce {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(2deg); }
    50% { transform: translateY(-5px) rotate(-1deg); }
    75% { transform: translateY(-8px) rotate(1deg); }
}

.why-papia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.why-papia-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.why-papia-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.why-papia-card:hover::before {
    opacity: 1;
}

.why-papia-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.why-papia-card:nth-child(1):hover {
    border-left-color: var(--orange-accent);
    box-shadow: 0 20px 40px rgba(255, 111, 0, 0.15);
}

.why-papia-card:nth-child(2):hover {
    border-left-color: var(--success);
    box-shadow: 0 20px 40px rgba(76, 175, 80, 0.15);
}

.why-papia-card:nth-child(3):hover {
    border-left-color: var(--info);
    box-shadow: 0 20px 40px rgba(3, 155, 229, 0.15);
}

.why-papia-card:nth-child(4):hover {
    border-left-color: var(--warning);
    box-shadow: 0 20px 40px rgba(255, 152, 0, 0.15);
}

.why-papia-icon {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.why-papia-icon svg {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.why-papia-card:hover .why-papia-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.why-papia-card:hover .why-papia-icon svg {
    transform: scale(1.2);
}

.why-papia-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.why-papia-content p {
    font-size: 1.05rem;
    color: var(--gray);
    line-height: 1.6;
    font-weight: 400;
}

/* Testimonials Section */
.testimonials {
    padding: 2rem 0;
    background: var(--white);
}

.testimonials h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 3rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-card {
    background: linear-gradient(135deg, var(--blue-vibrant) 0%, var(--blue-medium) 100%);
    border-radius: 16px;
    padding: 2.5rem;
    color: var(--white);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.1);
    font-family: serif;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.testimonial-author {
    font-weight: 600;
    font-size: 0.95rem;
    opacity: 0.9;
}

/* Papito Mascot with Speech Bubble */
.papito-mascot {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    margin-top: 1.5rem;
    position: relative;
}

.speech-bubble {
    background: var(--white);
    border-radius: 20px;
    padding: 1rem 1.5rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 300px;
    margin-bottom: 0.5rem;
}

.speech-bubble::after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: -16px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 16px solid var(--white);
}

.papito-image {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
    z-index: 2;
}

.papito-mascot:hover .papito-image {
    transform: rotate(5deg) scale(1.05);
}

.papito-quote {
    font-size: 1rem;
    font-weight: 500;
    color: var(--black);
    margin: 0;
    font-style: italic;
    line-height: 1.4;
}

/* Responsive Design for New Sections */
@media (max-width: 900px) {
    .why-papia-header {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    
    .why-papia h2 {
        font-size: 2.5rem;
    }
    
    .why-papia-papito {
        width: 100px;
        height: 100px;
    }
    
    .why-papia-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .papito-mascot {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
        align-items: center;
    }
    
    .speech-bubble {
        max-width: 250px;
        margin-bottom: 0.3rem;
    }
    
    .speech-bubble::after {
        left: 30px;
        bottom: -16px;
        border-top: 16px solid var(--white);
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
        border-bottom: none;
        width: 0;
        height: 0;
        position: absolute;
        content: '';
    }
}

@media (max-width: 600px) {
    .why-papia h2,
    .testimonials h2 {
        font-size: 2rem;
    }
    
    .why-papia-card {
        padding: 1.5rem;
    }
    
    .testimonial-card {
        padding: 2rem;
    }
    
    .papito-image {
        width: 50px;
        height: 50px;
    }
    
    .speech-bubble {
        max-width: 200px;
        padding: 0.8rem 1.2rem;
    }
    
    .papito-quote {
        font-size: 0.9rem;
    }
} 

/* Meet Papito Section */
.meet-papito-section {
    padding: 5rem 0 4rem 0;
    background: linear-gradient(90deg, var(--blue-pastel) 0%, var(--white) 100%);
}

.meet-papito-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

.meet-papito-text {
    flex: 1 1 320px;
    min-width: 260px;
}

.meet-papito-text h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--blue-vibrant);
    margin-bottom: 1.2rem;
}

.meet-papito-text p {
    font-size: 1.2rem;
    color: var(--dark-gray);
    line-height: 1.7;
    max-width: 420px;
}

.meet-papito-gallery {
    display: flex;
    gap: 2rem;
    align-items: flex-end;
    flex: 1 1 320px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.papito-activity {
    width: 90px;
    height: 90px;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s;
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.10));
    background: transparent;
    border-radius: 18px;
    cursor: pointer;
}
.papito-activity:hover {
    transform: scale(1.12) rotate(-4deg);
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.18));
    background: var(--yellow-soft);
}

@media (max-width: 900px) {
    .meet-papito-flex {
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
    }
    .meet-papito-gallery {
        justify-content: center;
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .meet-papito-section {
        padding: 3rem 0 2rem 0;
    }
    .meet-papito-text h2 {
        font-size: 1.5rem;
    }
    .meet-papito-gallery {
        gap: 1rem;
    }
    .papito-activity {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 600px) {
    .how-it-works,
    .features,
    .testimonials,
    .download {
        padding: 1rem 0;
    }
}