/* ===== SELF-HOSTED FONTS ===== */

/* Libre Baskerville - latin-ext */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/libre-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Libre Baskerville - latin */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/libre-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Libre Baskerville Bold - latin-ext */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/libre-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Libre Baskerville Bold - latin */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/libre-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Libre Baskerville Italic - latin-ext */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/libre-italic-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Libre Baskerville Italic - latin */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/libre-italic-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Nunito - latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600 900;
    font-display: swap;
    src: url(/fonts/nunito-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Nunito - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600 900;
    font-display: swap;
    src: url(/fonts/nunito-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== UTILITIES ===== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --blue: #1B4F72;
    --blue-deep: #143D59;
    --blue-glow: rgba(27, 79, 114, 0.08);
    --green: #5B9279;
    --green-hover: #4A7D66;
    --green-glow: rgba(91, 146, 121, 0.15);
    --amber: #E8A838;
    --amber-soft: #FEF5E0;
    --amber-glow: rgba(232, 168, 56, 0.2);
    --bg: #F7F5F0;
    --bg-alt: #EDEAE3;
    --text: #2D3436;
    --text-soft: #636E72;
    --white: #FFFFFF;
    --red: #C0392B;
    --radius: 16px;
    --radius-lg: 24px;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Libre Baskerville', Georgia, serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Grain overlay */
body::after {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
}

h1, h2, h3 { font-family: 'Nunito', sans-serif; line-height: 1.15; }

.wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== HERO ===== */
.hero {
    padding: 32px 0 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Decorative shapes */
.hero::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: var(--green-glow);
    filter: blur(60px);
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--amber-glow);
    filter: blur(50px);
    z-index: 0;
}

.hero > .wrap { position: relative; z-index: 1; }

/* Forest decorations reusable */
.forest-deco {
    position: absolute;
    height: 100px;
    width: 200px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.04;
}

.forest-deco svg {
    width: 100%;
    height: 100%;
}

.forest-deco.bottom-left { bottom: 0; left: 0; }
.forest-deco.bottom-right { bottom: 0; right: 0; }
.forest-deco.top-left { top: 0; left: 0; }
.forest-deco.top-right { top: 0; right: 0; }

.forest-deco.on-dark { opacity: 0.07; }

@media (min-width: 768px) {
    .forest-deco { width: 300px; height: 120px; }
}

.mascot-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    width: fit-content;
}

.mascot-blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--amber-glow), var(--green-glow));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: blob 8s ease-in-out infinite;
    z-index: 0;
    overflow: hidden;
}

.mascot-blob svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    opacity: 0.25;
}

@keyframes blob {
    0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    25% { border-radius: 58% 42% 36% 64% / 56% 28% 72% 44%; }
    50% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
    75% { border-radius: 34% 66% 65% 35% / 42% 56% 44% 58%; }
}

.mascot {
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 8px 24px rgba(27, 79, 114, 0.15));
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: var(--blue);
    background: var(--amber-soft);
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.hero h1 {
    font-size: clamp(36px, 8vw, 56px);
    font-weight: 900;
    color: var(--blue);
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}

.hero h1 .accent {
    color: var(--amber);
    position: relative;
}

.hero h1 .accent::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--amber);
    border-radius: 2px;
    opacity: 0.3;
}

.hero .subtitle {
    font-size: 17px;
    color: var(--text-soft);
    max-width: 500px;
    margin: 0 auto 24px;
    line-height: 1.8;
}

.hero .subtitle strong {
    color: var(--text);
    font-weight: 700;
}

.hero-available {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-soft);
    margin-bottom: 16px;
    letter-spacing: 0.03em;
}

/* ===== FORM ===== */
.form-wrap {
    max-width: 540px;
    margin: 0 auto;
}

.email-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.email-form input[type="email"] {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 15px;
    padding: 16px 20px;
    border: 2px solid #E0DDD6;
    border-radius: var(--radius);
    background: var(--white);
    color: var(--text);
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 100%;
}

.email-form input[type="email"]:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 4px var(--green-glow);
}

.email-form input[type="email"]::placeholder {
    color: #B0AAA0;
    font-style: italic;
}

.email-form button {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 800;
    padding: 16px 28px;
    border: none;
    border-radius: var(--radius);
    background: var(--green);
    color: var(--white);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    letter-spacing: 0.01em;
    position: relative;
    overflow: hidden;
}

.email-form button:hover {
    background: var(--green-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px var(--green-glow);
}

.email-form button:active {
    transform: translateY(0);
}

.email-form button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.form-note {
    font-size: 13px;
    color: var(--text-soft);
    margin-top: 16px;
    text-align: center;
    line-height: 1.6;
}

.form-note strong {
    color: var(--blue);
    font-weight: 700;
}

.form-note.secondary {
    font-size: 12px;
    margin-top: 6px;
    opacity: 0.65;
    font-style: italic;
}

.success-msg {
    display: none;
    text-align: center;
    padding: 28px 24px;
    background: var(--bg);
    border: 2px solid var(--green);
    border-radius: var(--radius);
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: var(--blue);
    font-size: 18px;
    line-height: 1.6;
}

.success-msg.visible { display: block; animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }

.error-msg {
    display: none;
    text-align: center;
    padding: 12px 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: var(--red);
    font-size: 14px;
}

.error-msg.visible { display: block; }

@keyframes popIn {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/* ===== SECTIONS COMMON ===== */
.section {
    padding: 64px 0;
    position: relative;
}

.section h2 {
    font-size: clamp(26px, 5vw, 36px);
    font-weight: 900;
    color: var(--blue);
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}

.section-label {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--amber);
    text-align: center;
    margin-bottom: 12px;
}

/* ===== PROBLEM - SMS BUBBLES ===== */
.problem {
    background: var(--bg);
    position: relative;
    overflow: hidden;
}

.problem-stat {
    text-align: center;
    font-size: 19px;
    color: var(--text-soft);
    margin-bottom: 36px;
    line-height: 1.7;
}

.problem-stat strong {
    color: var(--blue);
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
}

.sms-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 420px;
    margin: 0 auto;
}

.sms-bubble {
    background: var(--white);
    border-radius: 20px 20px 20px 4px;
    padding: 18px 22px;
    box-shadow:
        0 1px 2px rgba(0,0,0,0.04),
        0 4px 16px rgba(0,0,0,0.06);
    position: relative;
    transform-origin: bottom left;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sms-bubble:nth-child(2) {
    border-radius: 20px 20px 20px 4px;
    margin-left: 12px;
}

.sms-bubble:nth-child(3) {
    border-radius: 20px 20px 20px 4px;
    margin-left: 24px;
}

.sms-bubble.visible:hover {
    transform: translateY(0) scale(1.02) rotate(-0.5deg);
}

.sms-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F0EDE6;
}

.sms-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.sms-bubble:nth-child(1) .sms-icon { background: #FFF3E0; }
.sms-bubble:nth-child(2) .sms-icon { background: #E3F2FD; }
.sms-bubble:nth-child(3) .sms-icon { background: #F3E5F5; }

.sms-sender {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: var(--text);
}

.sms-time {
    font-size: 11px;
    color: #B0AAA0;
    margin-left: auto;
}

.sms-text {
    font-size: 15px;
    color: var(--text);
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 10px;
}

.sms-stat {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--red);
    display: flex;
    align-items: center;
    gap: 6px;
}

.sms-stat::before {
    content: '\26A0';
    font-size: 12px;
}

/* ===== HOW IT WORKS ===== */
.how {
    background: var(--bg-alt);
    position: relative;
}

.how::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--amber), transparent);
}

.how::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--amber), transparent);
}

.timeline {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    padding-left: 48px;
}

.timeline-line {
    position: absolute;
    left: 37px;
    width: 3px;
    border-radius: 2px;
    transform: scaleY(0);
    transform-origin: top;
}

.timeline-line.visible {
    transform: scaleY(1);
}

.timeline-line-1 {
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
    top: 24px;
    height: calc(50% - 14px);
    background: linear-gradient(to bottom, var(--amber), #8FA858);
}

.timeline-line-2 {
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
    top: calc(50% + 10px);
    height: calc(50% - 44px);
    background: linear-gradient(to bottom, #8FA858, var(--green));
}

.timeline-step {
    position: relative;
    padding: 0 0 36px 24px;
}

.timeline-step:last-child { padding-bottom: 0; }

.timeline-dot {
    position: absolute;
    left: -30px;
    top: 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    border: 3px solid var(--amber);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: var(--amber);
    box-shadow: 0 4px 12px var(--amber-glow);
    transition: all 0.3s;
}

.timeline-step:nth-child(3) .timeline-dot {
    border-color: var(--amber);
    color: var(--amber);
    box-shadow: 0 4px 12px var(--amber-glow);
}

.timeline-step:nth-child(4) .timeline-dot {
    border-color: #8FA858;
    color: #8FA858;
    box-shadow: 0 4px 12px rgba(143, 168, 88, 0.2);
}

.timeline-step:nth-child(5) .timeline-dot {
    border-color: var(--green);
    color: var(--green);
    box-shadow: 0 4px 12px var(--green-glow);
}

.timeline-step:hover .timeline-dot {
    color: var(--white);
    transform: scale(1.1);
}

.timeline-step:nth-child(3):hover .timeline-dot {
    background: var(--amber);
}

.timeline-step:nth-child(4):hover .timeline-dot {
    background: #8FA858;
}

.timeline-step:nth-child(5):hover .timeline-dot {
    background: var(--green);
}

.timeline-step h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 4px;
}

.timeline-step p {
    font-size: 15px;
    color: var(--text-soft);
    line-height: 1.6;
}

.how-conclusion {
    text-align: center;
    margin-top: 40px;
    padding: 20px 28px;
    background: var(--white);
    border-radius: var(--radius);
    font-style: italic;
    color: var(--text-soft);
    font-size: 15px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

/* ===== CTA FINAL ===== */
.cta-final {
    background: var(--blue);
    padding: 72px 0 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-final::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--amber), var(--green), var(--amber));
}

/* Decorative circles */
.cta-final .deco-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.06);
}

.cta-final .deco-circle:nth-child(1) {
    width: 300px; height: 300px;
    top: -100px; right: -80px;
}

.cta-final .deco-circle:nth-child(2) {
    width: 200px; height: 200px;
    bottom: -60px; left: -40px;
}

.cta-final .wrap { position: relative; z-index: 1; }

.cta-final h2 {
    color: var(--white);
    margin-bottom: 12px;
}

.cta-final .cta-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 17px;
    margin-bottom: 32px;
    line-height: 1.7;
}

.cta-final .email-form input[type="email"] {
    border: 2px solid rgba(255,255,255,0.12);
    background: var(--white);
}

.cta-final .email-form button {
    background: var(--amber);
    color: var(--text);
}

.cta-final .email-form button:hover {
    background: #D49A2E;
    box-shadow: 0 8px 24px rgba(232, 168, 56, 0.3);
}

.cta-final .form-note {
    color: rgba(255,255,255,0.6);
}

.cta-final .form-note strong {
    color: rgba(255,255,255,0.8);
}

.cta-final .success-msg {
    background: rgba(255,255,255,0.08);
    border-color: var(--green);
    color: var(--white);
}

/* ===== FOOTER ===== */
.footer {
    background: var(--blue-deep);
    padding: 32px 0;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.02em;
}

.footer-tagline {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: rgba(255,255,255,0.9);
}

.footer-links a:focus-visible {
    outline: 2px solid var(--amber);
    outline-offset: 2px;
}

.footer-sep {
    margin: 0 8px;
    opacity: 0.3;
}

/* ===== SCROLL ANIMATIONS ===== */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.stagger-1 { transition-delay: 0.05s; }
.stagger-2 { transition-delay: 0.12s; }
.stagger-3 { transition-delay: 0.19s; }

/* Hero entrance */
.hero-enter { animation: heroEnter 0.8s cubic-bezier(0.16, 1, 0.3, 1) both; }
.hero-enter-d1 { animation-delay: 0.1s; }
.hero-enter-d2 { animation-delay: 0.2s; }
.hero-enter-d3 { animation-delay: 0.35s; }
.hero-enter-d4 { animation-delay: 0.5s; }

@keyframes heroEnter {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== DESKTOP ===== */
@media (min-width: 768px) {
    .wrap { max-width: 800px; }

    .hero { padding: 72px 0 80px; }
    .mascot { width: 120px; height: 120px; }
    .mascot-blob { width: 140px; height: 140px; }

    .section { padding: 80px 0; }

    .email-form {
        flex-direction: row;
    }

    .email-form input[type="email"] {
        flex: 1;
    }

    .email-form button {
        width: auto;
        white-space: nowrap;
        padding: 16px 32px;
    }

    .sms-list { max-width: 500px; }

    .sms-bubble:nth-child(2) { margin-left: 20px; }
    .sms-bubble:nth-child(3) { margin-left: 40px; }

    .cta-final { padding: 88px 0 72px; }
}
