* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #c7a59f 0%, #9e8179 100%);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.phone-frame {
    position: relative;
    width: 375px;
    height: 812px;
    background: #000;
    border-radius: 50px;
    padding: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 30px;
    background: #000;
    border-radius: 0 0 20px 20px;
    z-index: 10;
}

.card-container {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 38px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black); /* helps with rounded clipping in some browsers */
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 250"><rect fill="%23f5e8e6" width="400" height="250"/><circle cx="200" cy="125" r="80" fill="%23e8d4ce" opacity="0.3"/><circle cx="100" cy="180" r="60" fill="%23dcc4bb" opacity="0.2"/></svg>');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.9;
    border-radius: 0 0 38px 38px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    pointer-events: none;
}

.content {
    position: relative;
    z-index: 3;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}

.header-background {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.background-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.header-section {
    text-align: center;
    margin-top: -80px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.photo-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.photo-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #c7a59f 0%, #b89088 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.name {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    font-family: 'Brush Script MT', cursive;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.divider {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a88b82, transparent);
    margin: 12px auto;
}

.profession {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    margin-bottom: 4px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.company {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.services-section {
    width: calc(100% - 60px);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    padding: 25px 20px;
    margin: 0 30px 30px;
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 3;
}

.service-item {
    font-size: 14px;
    color: #3d2f2a;
    padding: 10px 0;
    border-bottom: 1px solid rgba(167, 139, 130, 0.3);
    text-align: center;
    font-weight: 500;
}

.service-item:last-child {
    border-bottom: none;
}

.contact-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0 30px 25px;
    flex-wrap: wrap;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}

.icon-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(18, 14, 12, 0.5);
    border: 2px solid rgba(255,255,255,0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.icon-button:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.icon-button:active {
    transform: translateY(-2px) scale(1.02);
}

.icon-button svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

.interaction-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #5a4842;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
    font-weight: 500;
}

.touch-icon {
    width: 18px;
    height: 18px;
    color: #7a6259;
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-section {
    animation: fadeIn 0.8s ease-out;
}

.services-section {
    animation: fadeIn 1s ease-out 0.2s backwards;
}

.contact-icons {
    animation: fadeIn 1.2s ease-out 0.4s backwards;
}

/* Scrollbar customizada */
.card-container::-webkit-scrollbar {
    width: 6px;
}

.card-container::-webkit-scrollbar-track {
    background: rgba(167, 139, 130, 0.1);
}

.card-container::-webkit-scrollbar-thumb {
    background: rgba(167, 139, 130, 0.5);
    border-radius: 3px;
}

.card-container::-webkit-scrollbar-thumb:hover {
    background: rgba(167, 139, 130, 0.7);
}

/* Responsividade */
@media (max-width: 425px) {
    .phone-frame {
        width: 100%;
        max-width: 375px;
        height: 100vh;
        max-height: 812px;
        border-radius: 0;
    }
    
    .card-container {
        border-radius: 0;
    }
    
    body {
        padding: 0;
    }
}