        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            font-size: 16px;
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', sans-serif;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            background: linear-gradient(135deg, #f5efe6 0%, #e8d9c5 100%);
            color: #2c1810;
            padding: clamp(0.8rem, 3vw, 2rem);
            position: relative;
            overflow-x: hidden;
            width: 100%;
        }

        /* Logo no fundo */
        body::before {
            content: '';
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: min(80vw, 800px);
            height: min(80vh, 800px);
            background-image: url('../assets/icons/logo1.png');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.05;
            pointer-events: none;
            z-index: 0;
            animation: floatLogo 20s ease-in-out infinite;
        }

        body::after {
            content: '✡';
            position: fixed;
            bottom: clamp(0.5rem, 2vw, 1.5rem);
            right: clamp(0.5rem, 2vw, 1.5rem);
            font-size: clamp(5rem, 20vw, 10rem);
            color: rgba(139, 90, 43, 0.03);
            font-weight: 900;
            transform: rotate(15deg);
            pointer-events: none;
            z-index: 0;
        }

        @keyframes floatLogo {
            0%, 100% { 
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.05;
            }
            50% { 
                transform: translate(-50%, -50%) scale(1.05);
                opacity: 0.08;
            }
        }

        .wrapper {
            width: 100%;
            max-width: min(600px, 100%);
            position: relative;
            z-index: 10;
            animation: fadeIn 0.8s ease;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .btn-voltar {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: clamp(0.8rem, 2vw, 1.5rem);
            text-decoration: none;
            color: #8B5A2B;
            font-weight: 600;
            font-family: 'Cinzel', serif;
            padding: clamp(0.6rem, 2vw, 0.8rem) clamp(1rem, 3vw, 1.5rem);
            background: white;
            border-radius: 50px;
            box-shadow: 0 5px 15px rgba(139, 90, 43, 0.1);
            transition: all 0.3s;
            border: 1px solid rgba(139, 90, 43, 0.2);
            font-size: clamp(0.9rem, 2.5vw, 1rem);
            width: fit-content;
        }

        .btn-voltar:hover {
            transform: translateX(-5px);
            box-shadow: 0 10px 25px rgba(139, 90, 43, 0.2);
            background: linear-gradient(135deg, #8B5A2B, #C19A6B);
            color: white;
        }

        .btn-voltar i {
            font-size: 0.9rem;
        }

        /* Card de total de orações */
        .total-oracoes {
            position: fixed;
            top: clamp(1rem, 3vw, 2rem);
            right: clamp(1rem, 3vw, 2rem);
            background: white;
            padding: clamp(0.8rem, 2vw, 1rem) clamp(1.2rem, 3vw, 2rem);
            border-radius: 60px;
            box-shadow: 0 10px 30px rgba(139, 90, 43, 0.15);
            border: 1px solid rgba(139, 90, 43, 0.2);
            z-index: 100;
            backdrop-filter: blur(5px);
            background: rgba(255, 255, 255, 0.95);
            animation: slideIn 0.5s ease;
            font-family: 'Cinzel', serif;
            text-align: center;
        }

        @keyframes slideIn {
            from {
                transform: translateX(100px);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .total-oracoes span {
            font-size: clamp(0.8rem, 2vw, 0.9rem);
            color: #8B5A2B;
            display: block;
            margin-bottom: 0.2rem;
            white-space: nowrap;
        }

        .total-oracoes strong {
            font-size: clamp(1.2rem, 4vw, 1.8rem);
            background: linear-gradient(135deg, #8B5A2B, #C19A6B);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .container {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            padding: clamp(1.5rem, 5vw, 3rem);
            border-radius: clamp(30px, 5vw, 50px);
            box-shadow: 0 30px 60px rgba(139, 90, 43, 0.15);
            border: 1px solid rgba(139, 90, 43, 0.2);
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .container::before {
            content: '✡';
            position: absolute;
            bottom: -30px;
            right: -30px;
            font-size: min(10rem, 25vw);
            color: rgba(139, 90, 43, 0.03);
            transform: rotate(15deg);
            pointer-events: none;
        }

        .container::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(135deg, #8B5A2B, #C19A6B);
        }

        h1 {
            font-family: 'Cinzel', serif;
            font-size: clamp(1.5rem, 5vw, 2.5rem);
            margin-bottom: 0.5rem;
            color: #2c1810;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            flex-wrap: wrap;
        }

        h1 i {
            color: #8B5A2B;
            font-size: clamp(1.2rem, 4vw, 2rem);
        }

        .subtitulo {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(1rem, 3vw, 1.2rem);
            margin-bottom: clamp(1.5rem, 4vw, 2rem);
            color: #5c4e3d;
            font-style: italic;
            border-left: 3px solid #8B5A2B;
            padding-left: 1rem;
        }

        .form-group {
            margin-bottom: clamp(1rem, 3vw, 1.5rem);
        }

        label {
            display: block;
            font-family: 'Cinzel', serif;
            font-size: clamp(0.8rem, 2.5vw, 0.9rem);
            color: #8B5A2B;
            margin-bottom: 0.5rem;
            letter-spacing: 0.5px;
        }

        input, textarea {
            width: 100%;
            padding: clamp(0.8rem, 3vw, 1.2rem) clamp(1rem, 3vw, 1.5rem);
            border: 2px solid rgba(139, 90, 43, 0.1);
            border-radius: 30px;
            font-size: clamp(0.9rem, 2.5vw, 1rem);
            outline: none;
            transition: all 0.3s;
            background: white;
            font-family: 'Cormorant Garamond', serif;
        }

        input:focus, textarea:focus {
            border-color: #8B5A2B;
            box-shadow: 0 10px 20px rgba(139, 90, 43, 0.1);
            transform: translateY(-2px);
        }

        input::placeholder, textarea::placeholder {
            color: #aaa;
            font-style: italic;
            font-size: clamp(0.8rem, 2.5vw, 0.95rem);
        }

        textarea {
            min-height: clamp(120px, 30vh, 150px);
            resize: vertical;
            line-height: 1.6;
        }

        .btn-acao {
            width: 100%;
            padding: clamp(0.8rem, 3vw, 1.2rem);
            border: none;
            border-radius: 50px;
            background: linear-gradient(135deg, #8B5A2B, #C19A6B);
            color: white;
            font-family: 'Cinzel', serif;
            font-size: clamp(1rem, 3vw, 1.2rem);
            font-weight: 600;
            cursor: pointer;
            transition: all 0.4s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.8rem;
            box-shadow: 0 10px 25px rgba(139, 90, 43, 0.3);
            margin-top: 1rem;
        }

        .btn-acao:hover:not(:disabled) {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 20px 40px rgba(139, 90, 43, 0.4);
        }

        .btn-acao:disabled {
            opacity: 0.7;
            cursor: not-allowed;
        }

        .btn-acao i {
            font-size: 1.1rem;
            transition: transform 0.3s;
        }

        .btn-acao:hover i {
            transform: scale(1.2);
        }

        .retorno {
            margin-top: clamp(1.5rem, 4vw, 2rem);
            padding: clamp(0.8rem, 2vw, 1rem);
            border-radius: 30px;
            font-family: 'Cinzel', serif;
            font-size: clamp(0.9rem, 2.5vw, 1rem);
            text-align: center;
            animation: messageIn 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            word-break: break-word;
        }

        @keyframes messageIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .sucesso {
            background: rgba(72, 187, 120, 0.1);
            color: #276749;
            border: 1px solid #48bb78;
        }

        .erro {
            background: rgba(245, 101, 101, 0.1);
            color: #9b2c2c;
            border: 1px solid #f56565;
        }

        /* Loading spinner */
        .spinner {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255,255,255,0.3);
            border-radius: 50%;
            border-top-color: white;
            animation: spin 0.8s linear infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        /* Versículo motivacional */
        .versiculo-rodape {
            text-align: center;
            margin-top: clamp(1.5rem, 4vw, 2rem);
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(0.9rem, 2.5vw, 1.1rem);
            color: #5c4e3d;
            font-style: italic;
            opacity: 0.8;
            line-height: 1.6;
            padding: 0 0.5rem;
        }

        .versiculo-rodape strong {
            font-family: 'Cinzel', serif;
            color: #8B5A2B;
            font-style: normal;
            display: inline-block;
        }

        /* Toast notification */
        .toast {
            position: fixed;
            bottom: clamp(1rem, 3vw, 2rem);
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #8B5A2B, #C19A6B);
            color: white;
            padding: clamp(0.8rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2.5rem);
            border-radius: 50px;
            font-family: 'Cinzel', serif;
            font-size: clamp(0.8rem, 2.5vw, 1rem);
            box-shadow: 0 15px 30px rgba(139, 90, 43, 0.3);
            z-index: 3000;
            animation: toastIn 0.3s ease;
            max-width: min(90%, 400px);
            text-align: center;
            word-break: break-word;
        }

        @keyframes toastIn {
            from {
                transform: translateX(-50%) translateY(100px);
                opacity: 0;
            }
            to {
                transform: translateX(-50%) translateY(0);
                opacity: 1;
            }
        }

        /* Responsivo */
        @media (max-width: 768px) {
            .total-oracoes {
                position: static;
                margin-bottom: 1rem;
                width: 100%;
                max-width: 300px;
                margin-left: auto;
                margin-right: auto;
            }

            .wrapper {
                margin-top: 0;
            }

            .btn-voltar {
                width: 100%;
                justify-content: center;
            }

            h1 {
                justify-content: center;
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 0.8rem;
            }

            .container {
                padding: 1.2rem;
            }

            h1 {
                font-size: 1.4rem;
            }

            .subtitulo {
                font-size: 0.95rem;
                padding-left: 0.8rem;
            }

            .btn-acao {
                font-size: 0.95rem;
                padding: 0.8rem;
            }
        }

        @media (max-width: 360px) {
            h1 {
                font-size: 1.2rem;
            }

            h1 i {
                font-size: 1rem;
            }

            .versiculo-rodape {
                font-size: 0.8rem;
            }
        }

        /* Orientação paisagem */
        @media (orientation: landscape) and (max-height: 600px) {
            body {
                align-items: flex-start;
                padding: 2rem 1rem;
            }

            .wrapper {
                margin-top: 2rem;
            }

            textarea {
                min-height: 80px;
            }
        }

        /* Telas grandes */
        @media (min-width: 1400px) {
            .wrapper {
                max-width: 700px;
            }

            html {
                font-size: 18px;
            }
        }

        /* Acessibilidade */
        @media (prefers-reduced-motion: reduce) {
            * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }

        /* High contrast mode */
        @media (prefers-contrast: high) {
            .btn-acao {
                border: 2px solid #2c1810;
            }
            
            .container {
                border: 2px solid #2c1810;
            }
        }