/* ============================================================
   Homepage — Styles (Petrol & Amber)
   ============================================================ */

/* Hero Banner — full-bleed petrol gradient band breaking out of <main> */
.hero-banner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: -28px;
    background: linear-gradient(135deg, #042f2e 0%, #134e4a 55%, #0d9488 130%);
    padding: 48px 0 72px;
    margin-bottom: 0;
}

.hero-carousel-col { padding-left: 12px; padding-right: 12px; }

.hero-carousel-col .carousel {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(2,26,25,0.45);
}

.hero-slide-img {
    height: 320px;
    object-fit: cover;
}

.hero-content { padding: 0; }

.hero-inner {
    padding: 0 32px 0 12px;
    color: #fff;
}

.hero-badge {
    display: inline-block;
    background: rgba(245,158,11,0.15);
    color: #fbbf24;
    border: 1px solid rgba(245,158,11,0.45);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
}

.hero-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin-bottom: 14px;
    color: #fff;
}

.hero-highlight { color: #fbbf24; }

.hero-desc {
    font-size: 15.5px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 560px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-link {
    color: #fff;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s, border-color 0.2s;
}

.hero-link:hover {
    color: #fff;
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.4);
}

.hero-link i { color: #fbbf24; }

.hero-cta {
    background: var(--color-cta);
    color: #fff;
    border: 1px solid var(--color-cta);
    border-radius: 999px;
    padding: 9px 22px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.hero-cta:hover {
    color: #fff;
    background: var(--color-cta-hover);
    border-color: var(--color-cta-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(245,158,11,0.35);
}

/* USP Strip — floating cards overlapping the hero's bottom edge */
.usp-strip {
    margin-top: -40px;
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
}

.usp-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-sm);
    height: 100%;
}

.usp-item i {
    font-size: 17px;
    color: var(--color-accent);
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent-soft);
    border-radius: 50%;
}

.usp-item div { display: flex; flex-direction: column; }

.usp-item strong {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.3;
}

.usp-item span {
    font-size: 12px;
    color: var(--color-muted);
}

/* About Card */
.about-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 28px;
    height: 100%;
    box-shadow: var(--shadow-sm);
}

.about-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 14px;
    line-height: 1.4;
}

.about-title a { color: var(--color-accent); }

/* Advantages Card */
.advantages-card {
    background: linear-gradient(160deg, #042f2e, #134e4a);
    border-radius: var(--radius);
    padding: 24px;
    height: 100%;
    color: #fff;
    box-shadow: var(--shadow-md);
}

.advantages-title {
    font-size: 15px;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 10px;
}

.advantages-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantages-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(255,255,255,0.88);
    padding: 4px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.advantages-list li:last-child { border-bottom: none; }

.advantages-list li i {
    color: #fbbf24;
    font-size: 11px;
    flex-shrink: 0;
}

/* Team Photo + Card */
.team-photo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.team-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 20px;
    height: 100%;
    box-shadow: var(--shadow-sm);
}

.team-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 10px;
    line-height: 1.4;
}

.team-card p {
    font-size: 13.5px;
}

/* Voucher Signup Card (Mailchimp-style flat centered embed) */
.voucher-signup-card {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 20px;
    text-align: center;
}

.voucher-signup-inner {
    /* Wide enough that the consent paragraph wraps across more of the
       card's real width instead of folding into many short lines in a
       narrow centered column - that was most of the section's height. */
    max-width: 820px;
    margin: 0 auto;
}

.voucher-signup-heading {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 6px;
}

.voucher-signup-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-primary);
}

.voucher-signup-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-cta-hover);
}

.voucher-signup-intro {
    font-size: 13px;
    color: var(--color-muted);
    margin-bottom: 14px;
}

.voucher-signup-fieldbox {
    float: left;
    width: 49%;
    margin: 0.5%;
    text-align: center;
    box-sizing: border-box;
}

/* Honeypot: off-screen, not display:none/type=hidden, so it still
   attracts naive bots that fill every visible-in-DOM input. */
.voucher-signup-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    overflow: hidden;
}

.voucher-signup-input {
    width: 100%;
    padding: 10px 12px;
    margin: 0;
    font-size: 13px;
    font-family: var(--font-base);
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    box-shadow: inset 1px 1px 2px rgba(15,23,42,.06);
    box-sizing: border-box;
    height: 40px;
}

.voucher-signup-email-captcha-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.voucher-signup-email-input {
    flex: 1 1 140px;
    min-width: 0;
}

.voucher-signup-captcha-group {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.voucher-signup-captcha-img {
    /* Native size is 55x24 (see PageController::captchaImage) - scale it
       modestly instead of stretching it up to the input's 40px height,
       which blew it up ~1.7x and made it blurry/oversized in the row. */
    width: 60px;
    height: 26px;
    border-radius: var(--radius-sm);
    flex-shrink: 0;
    display: block;
}

.voucher-signup-captcha-input {
    flex: 0 0 90px;
    width: 90px;
}

.voucher-signup-consent {
    clear: both;
    margin-top: 12px;
    text-align: left;
}

.voucher-signup-consent label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 400;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--color-muted);
    cursor: pointer;
}

.voucher-signup-consent input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: var(--color-cta);
}

.voucher-signup-consent a { color: var(--color-accent); }

.voucher-signup-submit-row {
    clear: both;
    text-align: center;
    margin-top: 12px;
}

.voucher-signup-button {
    border-radius: var(--radius-sm);
    background: var(--color-cta);
    width: 220px;
    max-width: 100%;
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 14px;
    padding: 11px;
    color: #fff;
    border: 0;
    cursor: pointer;
    transition: background-color var(--transition), transform var(--transition);
}

.voucher-signup-button:hover {
    background-color: var(--color-cta-hover);
    transform: translateY(-1px);
}

.voucher-signup-message {
    font-size: 13px;
    font-weight: 600;
    margin-top: 14px;
    min-height: 18px;
}

.voucher-signup-message.is-success { color: var(--color-success); }
.voucher-signup-message.is-error { color: var(--color-danger); }

@media (max-width: 576px) {
    .voucher-signup-fieldbox { float: none; width: 100%; margin: 8px 0; }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-banner { padding: 28px 0 60px; }
    .hero-inner { padding: 0 8px; }
    .hero-title { font-size: 27px; }
    .hero-slide-img { height: 200px; }
    .hero-carousel-col { margin-top: 20px; }
    .usp-item { padding: 12px 14px; gap: 10px; }
    .usp-item i { width: 34px; height: 34px; font-size: 14px; }
}
