:root {
    --floranzo-green: rgba(0, 128, 0, 0.40);
    --floranzo-teal: rgba(0, 128, 128, 0.40);
    --floranzo-darkgreen: #14512f;
    --block-bg: rgba(255,255,255,0.65);
}
html, body {
    height: 100%;
    margin: 0; padding: 0;
}
body {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--floranzo-green) 0%, var(--floranzo-teal) 100%);
    font-family: 'Segoe UI', Arial, sans-serif;
    color: var(--floranzo-darkgreen);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.logo {
    width: 320px;
    max-width: 96vw;
    margin: 54px auto 40px auto;
    display: block;
    filter: drop-shadow(0 6px 18px #14512f22);
    transition: width .22s;
}
.subtitle {
    font-size: 1.02rem;
    font-weight: 600;
    color: #14512f;
    letter-spacing: 0.01em;
    margin-bottom: 32px;
    text-align: center;
    text-shadow: 0 2px 16px #fff7;
}
.bodytext {
    max-width: 670px;
    font-size: 1.09rem;
    margin: 0 auto 40px auto;
    background: var(--block-bg);
    border-radius: 17px;
    padding: 28px 36px 22px 36px;
    color: #14512f;
    box-shadow: 0 3px 22px 0 rgba(34, 108, 68, 0.08);
    line-height: 1.62;
    text-align: center;
}
.qr-row {
    display: flex;
    justify-content: center;
    gap: 160px;
    margin: 48px 0 18px 0;
    width: 100%;
}
.qr-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--block-bg);
    border-radius: 20px;
    box-shadow: 0 3px 12px 0 #2c3e5020;
    padding: 18px 34px 16px 34px;
}
.qr-placeholder {
    width: 132px;
    height: 132px;
    background: repeating-linear-gradient(45deg,#e3f9ea 0 10px,#fff 10px 20px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 1.08rem;
    margin-bottom: 8px;
}
.qr-label {
    font-size: 1.04rem;
    font-weight: 600;
    color: var(--floranzo-darkgreen);
    opacity: 0.79;
}
.after-qr {
    margin: 44px 0 0 0;
    font-size: 1.07rem;
    color: #246f47;
    letter-spacing: 0.04em;
    opacity: 0.96;
    text-align: center;
    line-height: 1.5;
}

.section {
    max-width: 690px;
    width: 100%;
    background: var(--block-bg);
    margin: 38px auto;
    border-radius: 19px;
    box-shadow: 0 3px 18px 0 #14512f13;
    padding: 32px 24px 28px 24px;
}

.section h2 {
    color: #14512f;
    font-size: 1.33rem;
    margin-top: 0;
}

.social-row {
    display: flex;
    gap: 28px;
    align-items: center;
    margin: 12px 0 0 0;
    justify-content: center;
}

.social-row a {
    color: #14512f;
    font-size: 2.1rem;
    opacity: 0.77;
    transition: opacity .17s;
}
.social-row a:hover { opacity: 1; }
@media (max-width: 700px) { .section { padding: 19px 6vw; } }
@media (max-width: 500px) { .section h2 { font-size: 1.07rem; } }

.copyright {
    width: 100%;
    text-align: center;
    color: #14512f90;
    font-size: 0.98rem;
    margin-top: 40px;
    margin-bottom: 22px;
    letter-spacing: 0.04em;
}
@media (max-width: 1100px) {
    .qr-row { gap: 10vw; }
}
@media (max-width: 800px) {
    .qr-row { gap: 6vw; }
}
@media (max-width: 600px) {
    .logo { width: 56vw; }
    .subtitle { font-size: 0.98rem; }
    .bodytext { font-size: 0.99rem; padding: 12px 3vw; }
    .qr-row { flex-direction: column; gap: 34px; margin: 32px 0 18px 0; }
    .qr-block { padding: 12px 4vw 14px 4vw; width: 100%; }
    .after-qr { font-size: 0.97rem; }
}
.bg-image-floranzo {
    position: fixed;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 980px;           /* Pas grootte aan naar wens */
    max-width: 96vw;
    min-width: 380px;
    opacity: 0.12;          /* Lager is subtieler */
    filter: blur(1.2px);
    pointer-events: none;
    user-select: none;
}
@media (max-width: 900px) {
    .bg-image-floranzo {
        width: 98vw;
        min-width: 0;
    }
}
.top-actions {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 18px 0 28px 0;
    flex-wrap: wrap;
    z-index: 1;
}

.top-action {
    position: relative;
    width: 350px;
    min-width: 270px;
    min-height: 182px;
    border-radius: 24px;
    box-shadow: 0 6px 24px 0 #14512f26;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    margin: 0 0 12px 0;
    background-size: cover;
    background-position: center;
    transition: box-shadow .16s, transform .12s;
}
.top-action:hover {
    box-shadow: 0 14px 38px #14512f33;
    transform: translateY(-2px) scale(1.025);
}
.top-action-klant {
    background-image: url('bloemen_intro.png');
}
.top-action-bloemist {
    background-image: url('Store.png');
}

/* Overlay met een donkere gradient van onder naar boven */
.top-action-overlay {
    position: absolute;
    left: 0; bottom: 0; right: 0; top: 0;
    background: linear-gradient(to top, rgba(30,30,30,0.54) 60%, rgba(40,40,40,0.13) 90%, rgba(60,60,60,0.00) 100%);
    border-radius: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 34px 28px 24px 28px;
    z-index: 1;
    box-sizing: border-box;
    backdrop-filter: blur(0.2px);
}

/* Alleen wit, links uitgelijnd, extra schaduw */
.top-action-title {
    font-size: 1.09rem;                /* Veel kleiner! */
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    letter-spacing: 0.01em;
    text-align: left;
    text-shadow: 0 2px 8px #0008;
}

.top-action-overlay .top-action-sub {
    color: #fff;
    font-size: 0.97rem;                /* Iets kleiner, subtiel */
    margin-bottom: 0;
    text-shadow: 0 2px 8px #0008;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.01em;
}

.top-action-link {
    color: #fff;
    text-decoration: underline;
    font-size: 0.98rem;
    font-weight: 500;
    margin-top: 8px;
    background: rgba(40,40,40,0.16);
    border-radius: 9px;
    padding: 5px 15px 5px 9px;
    transition: background .14s, color .14s;
    text-align: left;
    text-shadow: 0 2px 5px #0006;
    display: inline-block;
    border: none;
}
.top-action-link:hover {
    background: #e8ffe8cc;
    color: #14512f;
    text-decoration: none;
}


@media (max-width: 800px) {
    .top-actions { flex-direction: column; gap: 18px; }
    .top-action { width: 99vw; max-width: 420px; min-width: 0; }
    .top-action-overlay { padding: 18px 7vw 14px 7vw; }
}


@media (max-width: 800px) {
    .top-actions { flex-direction: column; gap: 18px; }
    .top-action { width: 99vw; max-width: 420px; min-width: 0; }
}
.top-action-overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 24px 22px 18px 22px;
    gap: 9px;  /* extra ruimte tussen icon en tekst */
}

.top-action-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 6px #0005);
}
.top-action-icon img {
    filter: brightness(0) invert(1) drop-shadow(0 2px 6px #0005);
}


.top-action-icon svg {
    width: 28px;
    height: 28px;
    display: block;
}

.top-action-textblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3px;
}

/* Verklein titels/sub, zoals je app screenshot */
.top-action-title {
    font-size: 1.06rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: 0.01em;
    text-align: left;
    text-shadow: 0 2px 8px #0007;
    line-height: 1.15;
}
.top-action-sub {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 0;
    text-shadow: 0 2px 8px #0008;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.01em;
    line-height: 1.13;
}
.top-action-link {
    margin-top: 9px;
    font-size: 0.94rem;
    padding: 4px 13px 4px 7px;
    border-radius: 7px;
}
