/* ===== CSS VARIABLES ===== */
:root {
    --primary: #14b8a6;
    --primary-dark: #0d9488;
    --primary-light: #ccfbf1;
    --accent: #10b981;
    --accent-dark: #059669;
    --dark: #1e293b;
    --gray-900: #0f172a;
    --gray-700: #334155;
    --gray-500: #64748b;
    --gray-300: #cbd5e1;
    --gray-100: #f1f5f9;
    --white: #ffffff;
    --gradient: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
}

/* ===== NAVIGATION ===== */
nav {
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: box-shadow 0.3s;
}

    nav.scrolled {
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }

.btn-auth {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.btn-auth-outline {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

    .btn-auth-outline:hover {
        border-color: var(--primary-dark);
        color: var(--primary-dark);
        text-decoration: none !important;
    }

.navbar-buttons {
    box-sizing: border-box !important;
    margin-right: -18px;
    text-decoration: none;
    color: var(--gray-700) !important;
    font-size: 16px !important;
    font-weight: 500;
    padding: 10px 25px !important;
    border-radius: 50px;
    transition: 0.2s linear all;
}

    .navbar-buttons:hover {
        color: var(--primary) !important;
        text-decoration: none !important;
    }

.navbar-container-placement {
    justify-content: flex-end;
    gap: 25px;
}

/* ===== BASE ===== */
.promedo-homepage {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--gray-700);
    line-height: 1.6;
    overflow-x: hidden;
}

.promedo-homepage .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== BUTTONS ===== */
.promedo-homepage .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.promedo-homepage .btn-outline {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.promedo-homepage .btn-outline:hover { border-color: var(--primary-dark); color: var(--primary-dark); }

.promedo-homepage .btn-primary {
    background: var(--primary);
    color: var(--white);
}

.promedo-homepage .btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(37,99,235,0.3); }

.promedo-homepage .btn-accent {
    background: var(--accent);
    color: var(--white);
}

.promedo-homepage .btn-accent:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(16,185,129,0.3); }

.promedo-homepage .btn-lg { padding: 14px 36px; font-size: 17px; border-radius: 10px; }

.promedo-homepage .btn-white {
    background: var(--white);
    color: var(--primary);
    font-weight: 700;
}

.promedo-homepage .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); }

/* ===== HERO ===== */
.promedo-homepage .hero {
    padding: 0;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.promedo-homepage .hero-bg {
    position: absolute;
    top: -93px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.promedo-homepage .hero-overlay {
    display: none;
}

.promedo-homepage .hero-blobs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.promedo-homepage .hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
}

.promedo-homepage .hero-blob-1 {
    width: 500px;
    height: 200px;
    background: #14b8a6;
    top: 15%;
    left: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: blobFloat1 7s ease-in-out infinite;
}

.promedo-homepage .hero-blob-2 {
    width: 400px;
    height: 180px;
    background: #db2777;
    top: 55%;
    left: 20%;
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
    animation: blobFloat2 9s ease-in-out infinite;
}

.promedo-homepage .hero-blob-3 {
    width: 450px;
    height: 220px;
    background: #2563eb;
    top: 30%;
    right: -5%;
    border-radius: 50% 60% 40% 70% / 60% 40% 70% 30%;
    animation: blobFloat3 11s ease-in-out infinite;
}

.promedo-homepage .hero-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.promedo-homepage .hero-icon {
    position: absolute;
    opacity: 0.15;
}

.promedo-homepage .hero-icon svg {
    stroke-width: 1.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.promedo-homepage .hero-icon-1 { top: 12%; left: 8%; animation: iconFloat1 6s ease-in-out infinite; }
.promedo-homepage .hero-icon-1 svg { width: 70px; height: 70px; stroke: #14b8a6; }

.promedo-homepage .hero-icon-2 { top: 25%; left: 35%; animation: iconFloat2 8s ease-in-out infinite; }
.promedo-homepage .hero-icon-2 svg { width: 50px; height: 50px; stroke: #db2777; }

.promedo-homepage .hero-icon-3 { top: 65%; left: 15%; animation: iconFloat3 7s ease-in-out infinite; }
.promedo-homepage .hero-icon-3 svg { width: 60px; height: 60px; stroke: #2563eb; }

.promedo-homepage .hero-icon-4 { top: 45%; left: 50%; animation: iconFloat1 9s ease-in-out infinite; }
.promedo-homepage .hero-icon-4 svg { width: 55px; height: 55px; stroke: #f59e0b; }

.promedo-homepage .hero-icon-5 { top: 75%; left: 40%; animation: iconFloat2 7s ease-in-out infinite; }
.promedo-homepage .hero-icon-5 svg { width: 75px; height: 75px; stroke: #8b5cf6; }

.promedo-homepage .hero-icon-6 { top: 18%; right: 25%; animation: iconFloat3 8s ease-in-out infinite; }
.promedo-homepage .hero-icon-6 svg { width: 52px; height: 52px; stroke: #db2777; }

.promedo-homepage .hero-icon-7 { top: 55%; right: 15%; animation: iconFloat1 10s ease-in-out infinite; }
.promedo-homepage .hero-icon-7 svg { width: 65px; height: 65px; stroke: #14b8a6; }

.promedo-homepage .hero-icon-8 { top: 80%; right: 30%; animation: iconFloat2 6s ease-in-out infinite; }
.promedo-homepage .hero-icon-8 svg { width: 45px; height: 45px; stroke: #2563eb; }

@keyframes iconFloat1 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(8deg); }
}

@keyframes iconFloat2 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(10px) rotate(-6deg); }
}

@keyframes iconFloat3 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(5deg); }
}

@keyframes blobFloat1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(60px, 30px) rotate(5deg); }
    50% { transform: translate(30px, -20px) rotate(-3deg); }
    75% { transform: translate(-20px, 15px) rotate(2deg); }
}

@keyframes blobFloat2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-40px, -25px) rotate(-4deg); }
    50% { transform: translate(50px, 20px) rotate(6deg); }
    75% { transform: translate(20px, -30px) rotate(-2deg); }
}

@keyframes blobFloat3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-30px, 40px) rotate(3deg); }
    50% { transform: translate(-60px, -10px) rotate(-5deg); }
    75% { transform: translate(25px, 25px) rotate(4deg); }
}

.promedo-homepage .hero-row {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0px 0 100px;
    max-width: 750px;
    margin-left: 102px;
    margin-top: -8px;
}

.promedo-homepage .hero-text h1 {
    font-size: 4.6rem;
    font-weight: 800;
    color: var(--dark);
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.promedo-homepage .hero-text h1 span {
    color: #14b8a6;
}

.promedo-homepage .hero-text p {
    font-size: 1.15rem;
    color: var(--gray-500);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 480px;
}

.promedo-homepage .hero-buttons { display: flex; gap: 16px; margin-bottom: 40px; align-items: center; }

.promedo-homepage .hero-lightning {
    animation: iconFloat1 3s ease-in-out infinite;
}

/* ===== STATS BAR ===== */
.promedo-homepage .stats-bar {
    background: var(--white);
    padding: 100px 0 60px;
}

.promedo-homepage .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.promedo-homepage .stat-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.promedo-homepage .stat-item svg {
    flex-shrink: 0;
}

.promedo-homepage .stat-item span {
    font-size: 1.05rem;
    color: var(--dark);
    line-height: 1.5;
    font-weight: 500;
}

/* ===== DEVICE SHOWCASE ===== */
.promedo-homepage .device-showcase {
    padding: 80px 0 100px;
    background: var(--white);
    overflow: visible;
}

.promedo-homepage .device-showcase-inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    height: 500px;
}

.promedo-homepage .device-desktop {
    width: 100%;
    border-radius: 6px;
    border: none;
    box-shadow: none;
    transition: transform 0.05s linear;
    display: block;
}

.promedo-homepage .device-phone {
    position: absolute;
    bottom: -40px;
    left: -60px;
    width: 340px;
    border-radius: 6px;
    border: none;
    box-shadow: none;
    z-index: 2;
    transition: transform 0.05s linear;
}

/* ===== FEATURES GRID ===== */
.promedo-homepage .features {
    padding: 80px 0 120px;
    background: var(--white);
}

.promedo-homepage .section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.promedo-homepage .section-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    line-height: 1.05;
}

.promedo-homepage .section-title-underline {
    display: inline-block;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 50px;
}

.promedo-homepage .section-title-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 10px;
    background: #fbee26;
    border-radius: 5px;
}

.promedo-homepage .section-subtitle {
    font-size: 1.15rem;
    color: var(--gray-500);
    max-width: 600px;
    margin-bottom: 60px;
}

.promedo-homepage .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.promedo-homepage .feature-card {
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--gray-100);
    background: var(--white);
    transition: all 0.3s;
}

.promedo-homepage .feature-card:hover {
    border-color: var(--primary-light);
    box-shadow: 0 8px 30px rgba(37,99,235,0.08);
    transform: translateY(-4px);
}

.promedo-homepage .feature-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.promedo-homepage .feature-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdfa;
}

.promedo-homepage .feature-icon svg {
    width: 36px;
    height: 36px;
    stroke: #14b8a6;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.promedo-homepage .feature-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0;
    line-height: 1.15;
}

.promedo-homepage .feature-card p {
    font-size: 0.95rem;
    color: var(--gray-500);
    line-height: 1.7;
}

/* ===== DETAIL SECTIONS ===== */
.promedo-homepage .detail-section {
    padding: 100px 0;
}

.promedo-homepage .detail-section:nth-child(even) { background: var(--gray-100); }

.promedo-homepage .detail-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.promedo-homepage .detail-row.reversed .detail-image { order: -1; }

.promedo-homepage .detail-image {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    border: 1px solid #e2e2e2;
}

.promedo-homepage .detail-image { position: relative; overflow: visible; }

.promedo-homepage .detail-image img { width: 100%; display: block; }

.promedo-homepage .detail-image-overlay {
    position: absolute;
    bottom: -180px;
    left: -60px;
    width: 50%;
    z-index: -1;
}

.promedo-homepage .detail-overlay-small {
    width: 38%;
    left: -30px;
    bottom: -200px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.promedo-homepage .detail-text h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.promedo-homepage .detail-text p {
    font-size: 1.05rem;
    color: var(--gray-500);
    line-height: 1.8;
    margin-bottom: 24px;
}

.promedo-homepage .detail-text ul {
    list-style: none;
    padding: 0;
}

.promedo-homepage .detail-text ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: var(--gray-700);
}

.promedo-homepage .detail-text ul li svg {
    width: 20px;
    height: 20px;
    stroke: var(--accent);
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ===== CTA BANNER ===== */
.promedo-homepage .cta-banner {
    display: flex;
    position: relative;
    overflow: hidden;
}

.promedo-homepage .cta-half {
    flex: 1;
    padding: 120px 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.promedo-homepage .cta-left {
    background: #0d9488;
    padding-right: 60px;
}

.promedo-homepage .cta-right {
    background: #065f46;
    padding-left: 60px;
}

.promedo-homepage .cta-half h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 12px;
}

.promedo-homepage .cta-half p {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 28px;
    line-height: 1.6;
}

.promedo-homepage .cta-icon {
    margin-bottom: 20px;
}

.promedo-homepage .cta-icon svg {
    width: 56px;
    height: 56px;
    stroke: rgba(255,255,255,0.9);
    stroke-width: 1.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== BENEFITS ===== */
.promedo-homepage .benefits {
    padding: 120px 0;
    background: var(--white);
}

.promedo-homepage .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.promedo-homepage .benefit-card { text-align: center; }

.promedo-homepage .benefit-icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: #f0fdfa;
}

.promedo-homepage .benefit-icon svg {
    width: 48px;
    height: 48px;
    stroke: var(--primary);
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.promedo-homepage .benefit-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.promedo-homepage .benefit-card p {
    font-size: 0.95rem;
    color: var(--gray-500);
    line-height: 1.7;
}

/* ===== PRICING ===== */
.promedo-homepage .pricing {
    padding: 120px 0;
    background: var(--gray-100);
}

.promedo-homepage .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
}

.promedo-homepage .pricing-card {
    background: var(--white);
    border-radius: 20px;
    padding: 40px 32px;
    border: 1px solid var(--gray-300);
    transition: all 0.3s;
    position: relative;
}

.promedo-homepage .pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 50px rgba(0,0,0,0.1);
}

.promedo-homepage .pricing-card.featured {
    border-color: var(--primary);
    box-shadow: 0 8px 30px rgba(37,99,235,0.12);
}

.promedo-homepage .pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.promedo-homepage .pricing-card-header {
    padding: 30px 32px 50px;
    margin: -40px -32px 24px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    border-radius: 20px 20px 0 0;
}

.promedo-homepage .pricing-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}

.promedo-homepage .pricing-card .pricing-desc {
    font-size: 0.9rem;
    color: var(--gray-500);
    margin-bottom: 0;
}

.promedo-homepage .pricing-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 32px;
}

.promedo-homepage .pricing-price .amount {
    font-size: 3rem;
    font-weight: 800;
    color: var(--dark);
}

.promedo-homepage .pricing-price .period {
    font-size: 0.95rem;
    color: var(--gray-500);
}

.promedo-homepage .pricing-bottom {
    background: var(--gray-100);
    border-radius: 0;
    padding: 24px 32px;
    margin: -40px -32px 0;
    padding-top: 40px;
    padding-bottom: 12px;
}

.promedo-homepage .pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
}

.promedo-homepage .pricing-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 0.95rem;
    color: var(--gray-700);
    border-bottom: 1px solid var(--gray-100);
}

.promedo-homepage .pricing-features li svg {
    width: 18px;
    height: 18px;
    stroke: var(--accent);
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
}

.promedo-homepage .pricing-card .btn { width: 100%; justify-content: center; }

/* ===== FOOTER ===== */
.promedo-homepage footer {
    background: var(--gray-900);
    color: rgba(255,255,255,0.7);
    padding: 80px 0 40px;
}

.promedo-homepage .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px;
    margin-bottom: 60px;
}

.promedo-homepage .footer-logo { height: 36px; margin-bottom: 16px; filter: brightness(0) invert(1); }

.promedo-homepage .footer-desc { font-size: 0.9rem; line-height: 1.7; margin-bottom: 20px; }

.promedo-homepage .social-links { display: flex; gap: 12px; }

.promedo-homepage .social-links a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.promedo-homepage .social-links a:hover { background: var(--primary); }
.promedo-homepage .social-links a svg { width: 18px; height: 18px; fill: white; }

.promedo-homepage footer h4 {
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.promedo-homepage .footer-links { list-style: none; padding: 0; }
.promedo-homepage .footer-links li { margin-bottom: 10px; }
.promedo-homepage .footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.promedo-homepage .footer-links a:hover { color: var(--white); }

.promedo-homepage .footer-contact p { font-size: 0.9rem; margin-bottom: 8px; }
.promedo-homepage .footer-contact a { color: var(--primary); text-decoration: none; }

.promedo-homepage .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
}

.promedo-homepage .footer-bottom a { color: rgba(255,255,255,0.5); text-decoration: none; }

/* ===== ANIMATIONS ===== */
.promedo-homepage .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.promedo-homepage .reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

#functionalitati {
    scroll-margin-top: 50px;
}

#cum-functioneaza {
    scroll-margin-top: 300px;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 992px) and (max-width: 1200px)
{
    .btn-auth {
        padding: 10px 15px;
    }

    .navbar-buttons {
        padding: 10px 18px !important;
    }
}

@media (min-width: 992px)
{
    .py-navbar-custom {
        padding-top: 0.95rem;
        padding-bottom: 0.95rem;
    }
}

@media (max-width: 992px)
{
    .navbar-buttons {
        padding: 10px 25px 10px 5px !important;
    }

    .btn-auth {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .promedo-homepage .hero-row {
        margin-left: 30px;
    }
}

@media (max-width: 768px) {
    .promedo-homepage .hero { padding: 120px 0 0; }
    .promedo-homepage .hero-text h1 { font-size: 2.5rem !important; }
    .promedo-homepage .hero-float { display: none; }
    .promedo-homepage .stats-grid { grid-template-columns: 1fr; gap: 24px; }
    .promedo-homepage .features-grid,
    .promedo-homepage .benefits-grid,
    .promedo-homepage .pricing-grid { grid-template-columns: 1fr; }
    .promedo-homepage .detail-row { grid-template-columns: 1fr; gap: 40px; }
    .promedo-homepage .detail-row.reversed .detail-image { order: 0; }
    .promedo-homepage .footer-grid { grid-template-columns: 1fr; }
    /*.promedo-homepage .hero-buttons { flex-direction: column; }*/
    .promedo-homepage .section-title { font-size: 1.8rem; }
    .promedo-homepage .cta-banner { flex-direction: column; }
    .promedo-homepage .stats-bar { padding: 30px 0 60px;}
    .promedo-homepage .device-phone {
        left: -20px;
    }
}

@media (max-width: 670px) {
    .promedo-homepage .device-phone {
        left: -18px;
        width: 280px;
        bottom: 50px;
    }

    .promedo-homepage .device-showcase {
        padding: 80px 0 0;
    }
}

@media (max-width: 576px) {
    .promedo-homepage .hero-row {
        margin-left: 0px;
    }

    .promedo-homepage .hero {
        padding: 40px 0 0;
        min-height: 90vh;
    }

    .promedo-homepage .hero-row {
        padding: 0px 0px 10px;
    }

    .promedo-homepage .device-phone {
        left: -10px;
        width: 200px;
        bottom: 10px;
    }

    .promedo-homepage .device-showcase-inner {
        height: 380px;
    }

    .promedo-homepage .device-showcase {
        padding: 80px 0 0;
    }
}