/* =====================================================================
   EMAIL VS WHATSAPP PAGE — ev- prefix
   ===================================================================== */


/* HEADER — ABSOLUTE FOR THIS PAGE */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    backdrop-filter: blur(4px);
    opacity: 0.7;
}

.header .header-nav-link {
    color: #ffffff !important;
}

.header .logo {
    filter: brightness(0) invert(1);
}


/* HERO — FULL-VIEWPORT SPLIT */

.ev-hero {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.ev-hero .ev-hero__split {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}


/* SIDES */

.ev-hero .ev-hero__split .ev-hero__side {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    overflow: hidden;
    padding: 0;
}

.ev-hero .ev-hero__split .ev-hero__side--whatsapp {
    background: linear-gradient(160deg, #054d44 0%, #128C7E 40%, #25D366 100%);
}

.ev-hero .ev-hero__split .ev-hero__side--whatsapp .ev-hero__icon {
    transform: translateX(-50px);
}

.ev-hero .ev-hero__split .ev-hero__side--email {
    background: linear-gradient(200deg, #0a3d6e 0%, #1c91e4 40%, #4fbefe 100%);
}

.ev-hero .ev-hero__split .ev-hero__side--email .ev-hero__icon {
    transform: translateX(50px);
}


/* ICONS */

.ev-hero .ev-hero__split .ev-hero__side .ev-hero__icon {
    width: 120px;
    height: 120px;
    opacity: 0.3;
    filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.2));
}


/* LABELS */

.ev-hero .ev-hero__split .ev-hero__side .ev-hero__label {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}


/* FLOATING DECORATIVE SHAPES */

.ev-hero .ev-hero__split .ev-hero__side .ev-hero__shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.ev-hero .ev-hero__split .ev-hero__side .ev-hero__shape--1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: -50px;
    animation: evFloat 8s ease-in-out infinite;
}

.ev-hero .ev-hero__split .ev-hero__side .ev-hero__shape--2 {
    width: 120px;
    height: 120px;
    bottom: 20%;
    right: 10%;
    animation: evFloat 6s ease-in-out infinite 2s;
}

.ev-hero .ev-hero__split .ev-hero__side .ev-hero__shape--3 {
    width: 80px;
    height: 80px;
    top: 60%;
    left: 20%;
    animation: evFloat 7s ease-in-out infinite 4s;
}

.ev-hero .ev-hero__split .ev-hero__side .ev-hero__shape--4 {
    width: 180px;
    height: 180px;
    top: 15%;
    right: -40px;
    animation: evFloat 9s ease-in-out infinite 1s;
}

.ev-hero .ev-hero__split .ev-hero__side .ev-hero__shape--5 {
    width: 100px;
    height: 100px;
    bottom: 25%;
    left: 15%;
    animation: evFloat 5s ease-in-out infinite 3s;
}

.ev-hero .ev-hero__split .ev-hero__side .ev-hero__shape--6 {
    width: 140px;
    height: 140px;
    top: 50%;
    right: 20%;
    animation: evFloat 7s ease-in-out infinite 5s;
}

@keyframes evFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.06; }
    50% { transform: translateY(-25px) scale(1.05); opacity: 0.1; }
}


/* HEADLINE OVERLAY */

.ev-hero .ev-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.6) 0%, rgba(15, 23, 42, 0.3) 40%, transparent 70%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    text-align: center;
    padding: 0;
    z-index: 10;
}

.ev-hero .ev-hero__overlay .ev-hero__badge {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ev-hero .ev-hero__overlay .ev-hero__headline {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    max-width: 800px;
    text-shadow: 0 2px 25px rgba(0, 0, 0, 0.3);
}

.ev-hero .ev-hero__overlay .ev-hero__subheadline {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
    max-width: 650px;
}

.ev-hero .ev-hero__overlay .gradient-text {
    background: linear-gradient(135deg, #4fbefe, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ev-hero .ev-hero__overlay .ev-hero__headline .ev-hero__br {
    display: block;
}


/* SECTION INNER */

.ev-section .content-inner {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ev-section .content-inner .ev-section__title {
    font-size: 28px;
    color: var(--color-ink);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.ev-section .content-inner .ev-section__lead {
    font-size: 18px;
    color: #334155;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

.ev-section .content-inner .ev-section__body {
    color: #334155;
    line-height: 1.7;
}

.ev-section .content-inner .ev-section__body p {
    margin: 0 0 25px 0;
}

.ev-section .content-inner .ev-section__body p:last-child {
    margin-bottom: 0;
}


/* BLOCKQUOTE */

.ev-section .content-inner .ev-quote {
    border-left: 4px solid var(--color-primary);
    padding: 25px;
    background: rgba(28, 145, 228, 0.05);
    border-radius: 0 10px 10px 0;
    margin: 0;
}

.ev-section .content-inner .ev-quote .ev-quote__text {
    font-size: 18px;
    font-style: italic;
    color: var(--color-ink);
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.ev-section .content-inner .ev-quote .ev-quote__attribution {
    color: var(--color-muted);
    margin: 0;
}


/* LINKS INSIDE SECTIONS */

.ev-section .content-inner .ev-section__body a {
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ev-section .content-inner .ev-points .ev-point .ev-point__desc a {
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* POINT CARDS */

.ev-section .content-inner .ev-points {
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ev-section .content-inner .ev-points .ev-point {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ev-section .content-inner .ev-points .ev-point .ev-point__title {
    font-weight: 600;
    color: var(--color-ink);
    margin: 0;
}

.ev-section .content-inner .ev-points .ev-point .ev-point__desc {
    color: var(--color-muted);
    line-height: 1.6;
    margin: 0;
}


/* POINT CARD ICON CONTAINERS */

.ev-section .content-inner .ev-points .ev-point .ev-point__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ev-illusion .content-inner .ev-points .ev-point .ev-point__icon {
    background: rgba(37, 211, 102, 0.1);
    color: #25D366;
}

.ev-breaks .content-inner .ev-points .ev-point .ev-point__icon {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
}

.ev-wins .content-inner .ev-points .ev-point .ev-point__icon {
    background: rgba(79, 190, 254, 0.1);
    color: #4fbefe;
}


/* POINT CARD SECTION BORDERS */

.ev-illusion .content-inner .ev-points .ev-point {
    border-left: 4px solid #25D366;
}

.ev-breaks .content-inner .ev-points .ev-point {
    border-left: 4px solid #dc2626;
}

.ev-wins .content-inner .ev-points .ev-point {
    border-left: 4px solid var(--color-secondary);
}


/* SECTION BACKGROUNDS */

.ev-illusion {
    background: #dbeafe;
    position: relative;
    z-index: 1;
}

.ev-breaks {
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.ev-wins {
    background: var(--color-ink);
    position: relative;
    z-index: 1;
}

.ev-misconceptions {
    background: var(--color-background);
    position: relative;
    z-index: 1;
}

.ev-comparison {
    background: #dbeafe;
    position: relative;
    z-index: 1;
}

.ev-faq-section {
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.ev-cta-section {
    background: var(--color-ink);
    position: relative;
    z-index: 1;
}


/* WAVE DIVIDERS */

.ev-illusion::before {
    content: "";
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23dbeafe' d='M0,60 C360,100 720,0 1440,60 L1440,100 L0,100 Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}

.ev-breaks::before {
    content: "";
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,60 C360,100 720,0 1440,60 L1440,100 L0,100 Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}

.ev-wins::before {
    content: "";
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%230f172a' d='M0,60 C360,100 720,0 1440,60 L1440,100 L0,100 Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}

.ev-misconceptions::before {
    content: "";
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23f6f7fc' d='M0,60 C360,100 720,0 1440,60 L1440,100 L0,100 Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}

.ev-comparison::before {
    content: "";
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23dbeafe' d='M0,60 C360,100 720,0 1440,60 L1440,100 L0,100 Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}

.ev-faq-section::before {
    content: "";
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,60 C360,100 720,0 1440,60 L1440,100 L0,100 Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}

.ev-cta-section::before {
    content: "";
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%230f172a' d='M0,60 C360,100 720,0 1440,60 L1440,100 L0,100 Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}


/* DARK SECTION OVERRIDES (ev-wins) */

.ev-wins .content-inner .ev-section__title {
    color: #ffffff;
}

.ev-wins .content-inner .ev-section__lead {
    color: rgba(255, 255, 255, 0.85);
}

.ev-wins .content-inner .ev-section__body {
    color: rgba(255, 255, 255, 0.7);
}

.ev-wins .content-inner .ev-quote {
    border-left-color: var(--color-secondary);
    background: rgba(79, 190, 254, 0.08);
}

.ev-wins .content-inner .ev-quote .ev-quote__text {
    color: #ffffff;
}

.ev-wins .content-inner .ev-quote .ev-quote__attribution {
    color: rgba(255, 255, 255, 0.5);
}

.ev-wins .content-inner .ev-points .ev-point {
    background: #1e293b;
    border-color: rgba(28, 145, 228, 0.15);
}

.ev-wins .content-inner .ev-points .ev-point .ev-point__title {
    color: #ffffff;
}

.ev-wins .content-inner .ev-points .ev-point .ev-point__desc {
    color: rgba(255, 255, 255, 0.7);
}

.ev-wins .content-inner .ev-section__body a {
    color: var(--color-secondary);
}

.ev-wins .content-inner .ev-points .ev-point .ev-point__desc a {
    color: var(--color-secondary);
}


/* MISCONCEPTIONS */

.ev-misconceptions .content-inner .ev-myths {
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ev-misconceptions .content-inner .ev-myths .ev-myth {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ev-misconceptions .content-inner .ev-myths .ev-myth .ev-myth__myth {
    color: #991b1b;
    font-weight: 600;
    margin: 0;
    padding-left: 25px;
    border-left: 4px solid #dc2626;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ev-misconceptions .content-inner .ev-myths .ev-myth .ev-myth__reality {
    color: #166534;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    padding-left: 25px;
    border-left: 4px solid #16a34a;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ev-misconceptions .content-inner .ev-myths .ev-myth .ev-myth__icon {
    flex-shrink: 0;
    margin-top: 2px;
}


/* COMPARISON TABLE */

.ev-comparison .content-inner .ev-table {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-surface);
}

.ev-comparison .content-inner .ev-table .ev-table__header {
    display: flex;
    background: var(--color-ink);
    color: #ffffff;
    font-weight: 600;
}

.ev-comparison .content-inner .ev-table .ev-table__header .ev-table__cell {
    flex: 1;
    padding: 10px 25px;
}

.ev-comparison .content-inner .ev-table .ev-table__header .ev-table__cell--email {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 3px solid var(--color-primary);
}

.ev-comparison .content-inner .ev-table .ev-table__header .ev-table__cell--whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 3px solid #25D366;
}

.ev-comparison .content-inner .ev-table .ev-table__row {
    display: flex;
    border-bottom: 1px solid var(--color-border);
}

.ev-comparison .content-inner .ev-table .ev-table__row:last-child {
    border-bottom: none;
}

.ev-comparison .content-inner .ev-table .ev-table__row:nth-child(even) {
    background: rgba(28, 145, 228, 0.04);
}

.ev-comparison .content-inner .ev-table .ev-table__row .ev-table__cell {
    flex: 1;
    padding: 10px 25px;
    color: var(--color-muted);
    line-height: 1.5;
}

.ev-comparison .content-inner .ev-table .ev-table__row .ev-table__cell:first-child {
    font-weight: 600;
    color: var(--color-ink);
}

.ev-comparison .content-inner .ev-table .ev-table__row .ev-table__cell:nth-child(2) {
    border-left: 3px solid var(--color-primary);
    color: #1e40af;
}

.ev-comparison .content-inner .ev-table .ev-table__row .ev-table__cell:nth-child(3) {
    border-left: 3px solid rgba(220, 38, 38, 0.3);
    color: #64748b;
}


/* FAQ */

.ev-faq-section .content-inner .ev-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ev-faq-section .content-inner .ev-faq-list .ev-faq__item {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    overflow: hidden;
}

.ev-faq-section .content-inner .ev-faq-list .ev-faq__item summary {
    padding: 25px;
    cursor: pointer;
    font-weight: 600;
    color: var(--color-ink);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.ev-faq-section .content-inner .ev-faq-list .ev-faq__item summary::-webkit-details-marker {
    display: none;
}

.ev-faq-section .content-inner .ev-faq-list .ev-faq__item summary::after {
    content: "+";
    flex-shrink: 0;
    font-weight: 500;
    font-size: 22px;
    color: var(--color-primary);
    transition: transform 0.2s;
}

.ev-faq-section .content-inner .ev-faq-list .ev-faq__item[open] summary::after {
    content: "−";
}

.ev-faq-section .content-inner .ev-faq-list .ev-faq__item .ev-faq__answer {
    padding: 0 25px 25px 25px;
    color: var(--color-muted);
    line-height: 1.7;
}


/* CTA */

.ev-cta-section .ev-cta__inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.ev-cta-section .ev-cta__inner .ev-cta__title {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

.ev-cta-section .ev-cta__inner .ev-cta__subtitle {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.6;
}

.ev-cta-section .ev-cta__inner .ev-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}


/* =====================================================================
   SECTION DECORATIVE VISUALS
   ===================================================================== */


/* ILLUSION — FADING CHAT BUBBLE */

.ev-illusion .content-inner .ev-visual--illusion {
    display: flex;
    justify-content: center;
}

.ev-illusion .content-inner .ev-visual--illusion .ev-visual__bubble {
    display: inline-block;
    background: #D9FDD3;
    color: #1a3a2a;
    padding: 10px 50px 10px 25px;
    border-radius: 10px 10px 10px 0;
    font-weight: 600;
    position: relative;
    animation: illusionPulse 3s ease-in-out infinite;
    -webkit-mask-image: linear-gradient(to right, #000000 70%, transparent 100%);
    mask-image: linear-gradient(to right, #000000 70%, transparent 100%);
}


/* BREAKS — BANNED PHONE */

.ev-breaks .content-inner .ev-visual--breaks {
    display: flex;
    justify-content: center;
}

.ev-breaks .content-inner .ev-visual--breaks .ev-visual__phone {
    width: 80px;
    height: 140px;
    border: 3px solid rgba(220, 38, 38, 0.3);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    animation: breaksPulse 2s ease-in-out infinite;
}

.ev-breaks .content-inner .ev-visual--breaks .ev-visual__phone .ev-visual__phone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 4px;
    border-radius: 10px;
    background: rgba(220, 38, 38, 0.2);
}

.ev-breaks .content-inner .ev-visual--breaks .ev-visual__phone .ev-visual__ban {
    opacity: 0.8;
}


/* WINS — RISING SIGNAL BARS */

.ev-wins .content-inner .ev-visual--wins {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}

.ev-wins .content-inner .ev-visual--wins .ev-visual__bars {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.ev-wins .content-inner .ev-visual--wins .ev-visual__bars .ev-visual__bar {
    width: 25px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(to top, rgba(79, 190, 254, 0.3), rgba(79, 190, 254, 0.8));
    animation: riseUp 0.8s ease-out forwards;
}

.ev-wins .content-inner .ev-visual--wins .ev-visual__bars .ev-visual__bar--1 {
    height: 25px;
    animation-delay: 0s;
}

.ev-wins .content-inner .ev-visual--wins .ev-visual__bars .ev-visual__bar--2 {
    height: 50px;
    animation-delay: 0.15s;
}

.ev-wins .content-inner .ev-visual--wins .ev-visual__bars .ev-visual__bar--3 {
    height: 75px;
    animation-delay: 0.3s;
}

.ev-wins .content-inner .ev-visual--wins .ev-visual__envelope {
    margin-bottom: 4px;
}


/* CTA — TWO PATHS */

.ev-cta-section .ev-cta__inner .ev-visual--cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.ev-cta-section .ev-cta__inner .ev-visual--cta .ev-visual__path {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ev-cta-section .ev-cta__inner .ev-visual--cta .ev-visual__path .ev-visual__line {
    width: 80px;
    height: 3px;
}

.ev-cta-section .ev-cta__inner .ev-visual--cta .ev-visual__path .ev-visual__line--dashed {
    background: repeating-linear-gradient(to right, #dc2626 0, #dc2626 8px, transparent 8px, transparent 14px);
    opacity: 0.5;
}

.ev-cta-section .ev-cta__inner .ev-visual--cta .ev-visual__path .ev-visual__line--solid {
    background: linear-gradient(to right, #4fbefe, #16a34a);
}


/* =====================================================================
   ANIMATIONS
   ===================================================================== */

@keyframes illusionPulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

@keyframes breaksPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
    50% { box-shadow: 0 0 25px 4px rgba(220, 38, 38, 0.15); }
}

@keyframes riseUp {
    from { height: 0; }
}


/* =====================================================================
   RESPONSIVE — TABLET
   ===================================================================== */

@media (min-width: 768px) {

    .ev-hero .ev-hero__overlay .ev-hero__headline {
        font-size: 36px;
    }

    .ev-hero .ev-hero__split .ev-hero__side .ev-hero__icon {
        width: 150px;
        height: 150px;
    }

    .ev-hero .ev-hero__split .ev-hero__side .ev-hero__label {
        font-size: 32px;
    }

    .ev-section .content-inner .ev-section__title {
        font-size: 32px;
    }

    .ev-cta-section .ev-cta__inner .ev-cta__title {
        font-size: 32px;
    }

    .ev-section .content-inner .ev-points {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ev-section .content-inner .ev-points .ev-point {
        flex: 1 1 calc(50% - 25px);
        min-width: 250px;
    }

    .ev-misconceptions .content-inner .ev-myths {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ev-misconceptions .content-inner .ev-myths .ev-myth {
        flex: 1 1 calc(50% - 25px);
        min-width: 250px;
    }

    .ev-cta-section .ev-cta__inner .ev-visual--cta {
        flex-direction: row;
        gap: 50px;
    }

    .ev-cta-section .ev-cta__inner .ev-visual--cta .ev-visual__path .ev-visual__line {
        width: 120px;
    }

}


/* =====================================================================
   RESPONSIVE — DESKTOP
   ===================================================================== */

@media (min-width: 1024px) {

    .ev-hero .ev-hero__overlay .ev-hero__headline {
        font-size: 42px;
    }

    .ev-hero .ev-hero__split .ev-hero__side .ev-hero__icon {
        width: 180px;
        height: 180px;
    }

    .ev-hero .ev-hero__split .ev-hero__side .ev-hero__label {
        font-size: 36px;
    }

}


/* =====================================================================
   RESPONSIVE — MOBILE TABLE
   ===================================================================== */

@media (max-width: 767px) {

    .ev-hero .ev-hero__split .ev-hero__side .ev-hero__icon {
        width: 50px;
        height: 50px;
        opacity: 0.1;
    }

    .ev-hero .ev-hero__split .ev-hero__side--whatsapp .ev-hero__icon {
        transform: none;
    }

    .ev-hero .ev-hero__split .ev-hero__side--email .ev-hero__icon {
        transform: none;
    }

    .ev-hero .ev-hero__split .ev-hero__side .ev-hero__shape {
        display: none;
    }

    .ev-hero .ev-hero__overlay {
        padding: 0 25px;
        gap: 25px;
    }

    .ev-hero .ev-hero__overlay .ev-hero__headline {
        font-size: 22px;
    }

    .ev-hero .ev-hero__overlay .ev-hero__headline .ev-hero__br {
        display: none;
    }

    .ev-hero .ev-hero__overlay .ev-hero__subheadline {
        font-size: 14px;
    }

    .ev-comparison .content-inner .ev-table .ev-table__header {
        display: none;
    }

    .ev-comparison .content-inner .ev-table .ev-table__row {
        display: flex;
        flex-direction: column;
        padding: 25px;
        gap: 10px;
    }

    .ev-comparison .content-inner .ev-table .ev-table__row .ev-table__cell {
        padding: 0;
        border-left: none;
    }

    .ev-comparison .content-inner .ev-table .ev-table__row .ev-table__cell:nth-child(2) {
        border-left: 3px solid var(--color-primary);
        padding-left: 10px;
    }

    .ev-comparison .content-inner .ev-table .ev-table__row .ev-table__cell:nth-child(3) {
        border-left: 3px solid rgba(220, 38, 38, 0.3);
        padding-left: 10px;
    }

    .ev-comparison .content-inner .ev-table .ev-table__row .ev-table__cell::before {
        display: block;
        font-weight: 600;
        color: var(--color-ink);
        margin-bottom: 4px;
    }

    .ev-comparison .content-inner .ev-table .ev-table__row .ev-table__cell:nth-child(2)::before {
        content: "E-mail:";
    }

    .ev-comparison .content-inner .ev-table .ev-table__row .ev-table__cell:nth-child(3)::before {
        content: "WhatsApp:";
    }

}
