:root {
    --wp-bg: #f5f1ea;
    --wp-text: #1f2a2c;
    --wp-muted: #5e6a6c;
    --wp-line: rgba(31, 42, 44, 0.1);
    --wp-primary: #1f8a70;
    --wp-primary-dark: #166f5a;
    --wp-accent: #f3a64f;
    --wp-deep: #16343a;
    --wp-hero-general: linear-gradient(135deg, #0c1d23 0%, #16343a 45%, #1f5a6a 100%);
    --wp-hero-cleaning: radial-gradient(circle at top right, rgba(243, 166, 79, 0.28), transparent 30%), linear-gradient(135deg, #0f2d34 0%, #194953 54%, #246370 100%);
    --wp-hero-construction: linear-gradient(135deg, #0d2b1a 0%, #145a3c 45%, #1f8a70 100%);
    --wp-hero-agriculture: radial-gradient(circle at top right, rgba(246, 211, 101, 0.22), transparent 30%), linear-gradient(135deg, #1f3d2f 0%, #356848 54%, #5f8a37 100%);
    --wp-shadow: 0 22px 60px rgba(22, 52, 58, 0.12);
    --wp-radius-md: 22px;
    --wp-radius-sm: 16px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(180deg, #fbf7f1 0%, #f4f6f3 100%);
    color: var(--wp-text);
    font-family: "Inter", sans-serif;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

.site-header-wrap {
    backdrop-filter: blur(20px);
}

.site-navbar {
    background: rgba(255, 250, 244, 0.88);
    border-bottom: 1px solid rgba(31, 42, 44, 0.06);
    box-shadow: 0 12px 40px rgba(22, 52, 58, 0.08);
    padding: 1rem 0;
}

.navbar-brand {
    color: var(--wp-text) !important;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.nav-link {
    color: var(--wp-text) !important;
    font-weight: 600;
    padding: 0.35rem 0.8rem !important;
    border-radius: 999px;
    margin: 0 0.15rem;
}

.nav-link.active-tab,
.nav-link:hover {
    background: rgba(31, 138, 112, 0.1);
    color: var(--wp-primary-dark) !important;
}

.landing-switch {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.35rem;
    border: 1px solid rgba(31, 42, 44, 0.08);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    margin-left: 1rem;
}

.landing-switch-link {
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--wp-muted);
}

.landing-switch-link.is-active {
    background: var(--wp-deep);
    color: white;
}

.btn-app-login,
.landing-btn {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.8rem 1.35rem;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-app-login {
    background: var(--wp-primary);
    color: white !important;
    border-color: var(--wp-primary);
}

.btn-app-login:hover,
.landing-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(22, 52, 58, 0.14);
}

.landing-btn--primary {
    background: var(--wp-primary);
    color: white;
}

.landing-btn--secondary {
    background: rgba(255, 255, 255, 0.7);
    color: var(--wp-text);
    border-color: rgba(31, 42, 44, 0.08);
}

.landing-btn--light {
    background: white;
    color: var(--wp-deep);
}

.landing-hero {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 4.5rem;
}

.landing-hero--general {
    background: var(--wp-hero-general);
    color: white;
}

.landing-hero--cleaning {
    background: var(--wp-hero-cleaning);
    color: white;
}

.landing-hero--construction {
    background: var(--wp-hero-construction);
    color: white;
}

.landing-hero--agriculture {
    background: var(--wp-hero-agriculture);
    color: white;
}

.landing-hero--general .landing-copy,
.landing-hero--general .landing-stat-card,
.landing-hero--cleaning .landing-copy,
.landing-hero--cleaning .landing-stat-card,
.landing-hero--cleaning .showcase-card span,
.landing-hero--cleaning .showcase-panel p,
.landing-hero--construction .landing-copy,
.landing-hero--construction .landing-stat-card,
.landing-hero--construction .showcase-card span,
.landing-hero--construction .showcase-panel p,
.landing-hero--agriculture .landing-copy,
.landing-hero--agriculture .landing-stat-card,
.landing-hero--agriculture .showcase-card span,
.landing-hero--agriculture .showcase-panel p {
    color: rgba(255, 255, 255, 0.82);
}

.landing-shell {
    position: relative;
    z-index: 1;
}

.landing-eyebrow,
.section-badge,
.showcase-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.55);
    color: var(--wp-primary-dark);
}

.landing-hero--general .landing-eyebrow {
    background: rgba(255, 255, 255, 0.1);
    color: #93c5fd;
}

.landing-hero--cleaning .landing-eyebrow,
.landing-hero--cleaning .showcase-kicker {
    background: rgba(255, 255, 255, 0.1);
    color: #f7d09a;
}

.landing-hero--construction .landing-eyebrow,
.landing-hero--construction .showcase-kicker {
    background: rgba(255, 255, 255, 0.15);
    color: #86efac;
}

.landing-hero--agriculture .landing-eyebrow,
.landing-hero--agriculture .showcase-kicker {
    background: rgba(255, 255, 255, 0.1);
    color: #f7d09a;
}

.landing-title {
    font-family: "Inter", sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.02;
    margin: 1.3rem 0 1.2rem;
    max-width: 14ch;
}

.landing-copy {
    color: var(--wp-muted);
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 60ch;
}

.landing-copy--hero {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.12rem;
    line-height: 1.7;
    max-width: 44ch;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 2rem 0 2.25rem;
}

.landing-stat-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-stat-card {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 42, 44, 0.06);
    border-radius: var(--wp-radius-sm);
    padding: 1rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--wp-text);
    box-shadow: var(--wp-shadow);
}

.landing-showcase {
    display: grid;
    gap: 1rem;
}

.showcase-panel,
.showcase-card,
.workflow-card,
.feature-card,
.cta-panel,
.contact-panel {
    border: 1px solid var(--wp-line);
    border-radius: var(--wp-radius-md);
    box-shadow: var(--wp-shadow);
}

.showcase-panel {
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.8);
}

.showcase-panel--dark {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.showcase-panel h2 {
    font-family: "Inter", sans-serif;
    margin: 1rem 0 0.75rem;
    font-size: 2rem;
}

.showcase-panel p {
    margin: 0;
    color: var(--wp-muted);
    line-height: 1.7;
}

.showcase-stack {
    display: grid;
    gap: 1rem;
}

.showcase-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.1rem 1.2rem;
    background: rgba(255, 255, 255, 0.86);
}

.showcase-card--contrast {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.12);
}

.showcase-card i,
.feature-card i {
    width: 3rem;
    height: 3rem;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 138, 112, 0.12);
    color: var(--wp-primary-dark);
    font-size: 1.1rem;
}

.showcase-card--contrast i {
    background: rgba(255, 255, 255, 0.12);
    color: #f7d09a;
}

/* ── Dark hero shared button styles ── */

.landing-hero--general .landing-btn--primary,
.landing-hero--cleaning .landing-btn--primary,
.landing-hero--construction .landing-btn--primary,
.landing-hero--agriculture .landing-btn--primary {
    background: white;
    color: var(--wp-primary-dark);
    border-color: white;
}

.landing-hero--general .landing-btn--primary:hover,
.landing-hero--cleaning .landing-btn--primary:hover,
.landing-hero--construction .landing-btn--primary:hover,
.landing-hero--agriculture .landing-btn--primary:hover {
    background: #f0fdf4;
    border-color: #f0fdf4;
}

.landing-btn--outline {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.35);
}

.landing-btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.hero-mockup {
    position: relative;
}

.hero-mockup-img {
    width: 100%;
    max-width: 520px;
    border-radius: 8px;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
}

.landing-trust-bar {
    background: var(--wp-deep);
    padding: 1.5rem 0;
}

.trust-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
}

.trust-item i {
    color: #86efac;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.feature-card--modern {
    background: white;
    text-align: center;
    padding: 2.2rem 1.6rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card--modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(22, 52, 58, 0.16);
}

.feature-icon-wrap {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: var(--wp-primary-dark);
    font-size: 1.25rem;
    margin-bottom: 1.2rem;
}

/* ── Platform functions grid ── */

.functions-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.function-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    padding: 2rem 1.5rem 2.25rem;
    background: white;
    border: 1px solid var(--wp-line);
    border-radius: var(--wp-radius);
    box-shadow: 0 4px 24px rgba(22, 52, 58, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex: 0 1 calc(33.333% - 1.5rem);
    min-width: 240px;
}

.function-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(22, 52, 58, 0.13);
}

.function-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: var(--wp-primary-dark);
    font-size: 1.3rem;
    flex-shrink: 0;
}

.function-item h4 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.15rem;
}

.function-item p {
    font-size: 0.92rem;
    color: var(--wp-muted);
    line-height: 1.6;
    margin: 0;
}

/* ── WT logo in integration ── */

.integration-wt-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 16px;
}

.feature-card--modern h3 {
    text-align: center;
}

.feature-card--modern p {
    text-align: center;
}

.landing-integration {
    background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 50%, rgba(255, 255, 255, 0.45) 100%);
}

.landing-pricing {
    background: linear-gradient(180deg, rgba(22, 52, 58, 0.04) 0%, #ffffff 45%, rgba(22, 52, 58, 0.03) 100%);
}

.pricing-shell {
    background: #ffffff;
    border: 1px solid rgba(22, 52, 58, 0.08);
    border-radius: var(--wp-radius-md);
    box-shadow: 0 28px 60px rgba(22, 52, 58, 0.1);
    padding: 2.2rem;
}

.pricing-shell-head {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1.8rem;
}

.pricing-shell-copy {
    margin: 0 auto;
    text-align: center;
}

.pricing-shell-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(22, 52, 58, 0.08);
    color: var(--wp-deep);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pricing-shell-copy h2 {
    margin: 0.9rem 0 0;
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    font-weight: 800;
    color: var(--wp-deep);
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto;
}

.pricing-shell-copy p {
    margin: 0.45rem 0 0;
    color: var(--wp-muted);
    line-height: 1.7;
    max-width: 62ch;
    margin-left: auto;
    margin-right: auto;
}

.pricing-shell-note {
    flex: 0 0 280px;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 42, 44, 0.06);
    color: var(--wp-muted);
    line-height: 1.65;
    box-shadow: 0 16px 34px rgba(22, 52, 58, 0.08);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.pricing-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(31, 42, 44, 0.08);
    border-radius: var(--wp-radius-md);
    box-shadow: 0 22px 46px rgba(22, 52, 58, 0.08);
    padding: 1.5rem;
}

.pricing-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -80px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(148, 163, 184, 0.14) 0%, rgba(148, 163, 184, 0) 70%);
}

.pricing-card--accent {
    background: var(--wp-hero-general);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 46px rgba(12, 29, 35, 0.25);
    color: rgba(255, 255, 255, 0.85);
}

.pricing-card--accent::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
}

.pricing-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.4rem;
}

.pricing-card-top-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.pricing-card-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #f4f7fb;
    color: var(--wp-text);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pricing-card--accent .pricing-card-kicker {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
}

.pricing-card-icon {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f1f5f9, #ffffff);
    color: var(--wp-text);
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.pricing-card-icon--accent {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.pricing-card-brand {
    margin-top: 0.35rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--wp-text);
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.pricing-card--accent .pricing-card-brand {
    color: #ffffff;
}

.pricing-card-divider {
    width: 56px;
    height: 3px;
    margin: 0.8rem 0 1rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.32);
}

.pricing-card--accent .pricing-card-divider {
    background: rgba(255, 255, 255, 0.20);
}

.pricing-card h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--wp-text);
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.pricing-card--accent h3 {
    color: #ffffff;
}

.pricing-card-lead {
    position: relative;
    z-index: 1;
    margin: 0.45rem 0 0;
    color: var(--wp-muted);
    line-height: 1.55;
    max-width: 34ch;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
}

.pricing-card--accent .pricing-card-lead {
    color: rgba(255, 255, 255, 0.7);
}

.pricing-table {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.6rem;
}

.pricing-table-head,
.pricing-row--table {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
    gap: 0.8rem;
    align-items: center;
}

.pricing-table-head {
    padding: 0 0.2rem;
    color: var(--wp-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.25;
}

.pricing-table-head>div {
    min-width: 0;
    overflow-wrap: anywhere;
}

.pricing-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0.95rem;
    border-radius: var(--wp-radius-sm);
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.pricing-row--table {
    display: grid;
    padding: 1rem 1.1rem;
}

.pricing-row-cell {
    min-width: 0;
    font-size: 0.88rem;
    color: var(--wp-text);
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.pricing-card--accent .pricing-row {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.10);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pricing-row-size {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--wp-text);
}

.pricing-card--accent .pricing-row-size {
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

.pricing-row-price {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--wp-text);
    white-space: normal;
    text-align: left;
}

.pricing-card--accent .pricing-row-price {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 800;
}

.pricing-card--accent .pricing-table-head {
    color: rgba(255, 255, 255, 0.55);
}

.pricing-card--accent .pricing-row-cell {
    color: rgba(255, 255, 255, 0.85);
}

.integration-panel {
    background: white;
    border: 1px solid var(--wp-line);
    border-radius: var(--wp-radius-md);
    box-shadow: var(--wp-shadow);
    padding: 2.5rem;
}

.integration-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.integration-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--wp-text);
}

.integration-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.integration-wt-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--wp-primary), var(--wp-primary-dark));
    color: white;
    font-size: 1.8rem;
}

.integration-connector {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    color: var(--wp-primary);
    font-weight: 800;
    font-size: 1rem;
}

.integration-devices {
    position: relative;
    min-height: 300px;
    padding-right: 80px;
}

.integration-device-laptop {
    max-width: 380px;
}

.integration-device-phone {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
    z-index: 2;
}

.integration-device-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--wp-text);
    background: #f0fdf4;
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0.6rem;
}

.integration-device-img {
    width: 100%;
    border-radius: 8px;
    filter: drop-shadow(0 16px 40px rgba(22, 52, 58, 0.15));
}

.integration-device-phone .integration-device-img {
    border-radius: 0;
    filter: drop-shadow(0 20px 50px rgba(22, 52, 58, 0.25));
}

.phone-frame-wrapper {
    position: relative;
}

.phone-frame-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.integration-device-phone .integration-device-label {
    position: relative;
    z-index: 3;
}

.section-badge--green {
    background: #d1fae5;
    color: var(--wp-primary-dark);
}

.integration-benefits {
    list-style: none;
    padding: 0;
    margin: 1.2rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.integration-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-weight: 600;
    font-size: 0.98rem;
    line-height: 1.5;
}

.integration-benefits i {
    color: var(--wp-primary);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.workflow-card--modern {
    background: white;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.workflow-card--modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgba(22, 52, 58, 0.14);
}

.workflow-card--modern .workflow-index {
    color: var(--wp-primary);
    background: #d1fae5;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-panel--general {
    background: linear-gradient(135deg, #0c1d23, #16343a);
    color: white;
    border-color: rgba(255, 255, 255, 0.08);
}

.cta-panel--general p {
    color: rgba(255, 255, 255, 0.8);
}

.cta-panel--general .landing-btn--primary {
    background: white;
    color: var(--wp-primary-dark);
}

.cta-panel--cleaning {
    background: linear-gradient(135deg, #0f2d34, #194953);
    color: white;
    border-color: rgba(255, 255, 255, 0.08);
}

.cta-panel--cleaning p {
    color: rgba(255, 255, 255, 0.8);
}

.cta-panel--cleaning .landing-btn--primary {
    background: white;
    color: var(--wp-primary-dark);
}

.cta-panel--construction {
    background: linear-gradient(135deg, #0d2b1a, #145a3c);
    color: white;
    border-color: rgba(255, 255, 255, 0.08);
}

.cta-panel--construction p {
    color: rgba(255, 255, 255, 0.8);
}

.cta-panel--construction .landing-btn--primary {
    background: white;
    color: var(--wp-primary-dark);
}

.cta-panel--agriculture {
    background: linear-gradient(135deg, #1f3d2f, #356848);
    color: white;
    border-color: rgba(255, 255, 255, 0.08);
}

.cta-panel--agriculture p {
    color: rgba(255, 255, 255, 0.8);
}

.cta-panel--agriculture .landing-btn--primary {
    background: white;
    color: var(--wp-primary-dark);
}

.showcase-card strong,
.feature-card h3,
.workflow-card h3,
.cta-panel h3,
.contact-panel h2 {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.15rem;
    font-weight: 800;
}

.showcase-card span,
.feature-card p,
.workflow-card p,
.cta-panel p,
.section-heading p {
    color: var(--wp-muted);
    line-height: 1.7;
    margin: 0;
}

.landing-section {
    padding: 5.5rem 0;
}

.landing-section--light {
    background: rgba(255, 255, 255, 0.45);
}

.scrollfix {
    scroll-margin-top: 6.5rem;
}

.section-heading {
    max-width: 48rem;
    margin-bottom: 2.2rem;
}

.section-heading--left {
    margin-bottom: 1.5rem;
}

.section-heading h2 {
    font-family: "Inter", sans-serif;
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 1rem 0 0.75rem;
}

.feature-card,
.workflow-card {
    padding: 1.6rem;
    background: rgba(255, 255, 255, 0.85);
}

.feature-card--accent,
.workflow-card--accent {
    background: linear-gradient(180deg, rgba(22, 52, 58, 0.04) 0%, rgba(31, 138, 112, 0.08) 100%);
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.workflow-index {
    display: inline-flex;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--wp-primary-dark);
}

.cta-panel {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    padding: 1.8rem 2rem;
    background: linear-gradient(135deg, rgba(31, 138, 112, 0.12), rgba(243, 166, 79, 0.2));
}

.cta-panel--dark {
    background: linear-gradient(135deg, #15353c, #21515c);
    color: white;
    border-color: rgba(255, 255, 255, 0.08);
}

.cta-panel--dark p {
    color: rgba(255, 255, 255, 0.8);
}

.contact-panel {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.88);
}

.contact-email {
    color: var(--wp-primary-dark);
    font-weight: 700;
}

.landing-input {
    margin-top: 0.9rem;
    border-radius: 18px;
    border: 1px solid rgba(31, 42, 44, 0.08);
    min-height: 56px;
    padding: 1rem 1.1rem;
    background: rgba(255, 255, 255, 0.92);
}

.contact-actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-top: 1rem;
}

.contact-consent {
    color: var(--wp-muted);
    line-height: 1.6;
}

.contact-consent a,
#cookie-disclaimer a {
    color: var(--wp-primary-dark);
    font-weight: 700;
}

/* ==================== Contact Section (two-column) ==================== */
.wp-contact-section {
    background: var(--wp-bg);
    padding: 5.5rem 0;
    position: relative;
    overflow: visible;
    z-index: 1;
    scroll-margin-top: 6.5rem;
}

.wp-contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 80% 20%, rgba(243, 166, 79, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.wp-contact-wrapper {
    position: relative;
    z-index: 1;
}

.wp-contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
}

.wp-contact-header {
    margin-bottom: 2.2rem;
}

.wp-contact-badge {
    display: inline-block;
    background: rgba(22, 52, 58, 0.08);
    color: var(--wp-deep);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 1.1rem;
}

.wp-contact-title {
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--wp-deep);
    margin-bottom: 0.9rem;
    line-height: 1.25;
}

.wp-contact-subtitle {
    font-size: 1.05rem;
    color: var(--wp-muted);
    line-height: 1.7;
}

.wp-contact-methods {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.wp-contact-method {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    border: 1px solid rgba(22, 52, 58, 0.08);
    text-decoration: none;
    transition: all 0.25s ease;
}

a.wp-contact-method:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateX(6px);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 24px rgba(22, 52, 58, 0.08);
}

.wp-contact-method-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--wp-deep), #1f5a6a);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.wp-contact-method-content {
    display: flex;
    flex-direction: column;
}

.wp-contact-method-label {
    font-size: 0.8rem;
    color: var(--wp-muted);
    margin-bottom: 0.2rem;
}

.wp-contact-method-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--wp-text);
}

.wp-contact-form-card {
    background: #fff;
    border-radius: var(--wp-radius-md);
    padding: 2.2rem;
    box-shadow: 0 20px 60px rgba(22, 52, 58, 0.10);
    border: 1px solid rgba(22, 52, 58, 0.06);
}

.wp-form-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--wp-text);
    margin-bottom: 0.35rem;
}

.wp-form-card-subtitle {
    font-size: 0.9rem;
    color: var(--wp-muted);
    margin-bottom: 1.4rem;
}

.wp-contact-alerts {
    margin-bottom: 1rem;
}

.wp-contact-alerts .alert {
    border-radius: 12px;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.wp-form-group {
    margin-bottom: 1.1rem;
}

.wp-form-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--wp-text);
    margin-bottom: 0.4rem;
}

.wp-modern-input {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid rgba(31, 42, 44, 0.10);
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    background: #fafbfc;
}

.wp-modern-input:focus {
    border-color: var(--wp-deep);
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(22, 52, 58, 0.08);
}

.wp-modern-input::placeholder {
    color: #aaa;
}

textarea.wp-modern-input {
    resize: vertical;
    min-height: 110px;
}

.wp-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin-top: 0.5rem;
}

.wp-terms-text {
    font-size: 0.78rem;
    color: var(--wp-muted);
    flex: 1;
    line-height: 1.5;
}

.wp-terms-text a {
    color: var(--wp-deep);
    font-weight: 700;
}

.wp-btn-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-width: 7rem;
    padding: 0.8rem 1.6rem;
    background: var(--wp-hero-general);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.wp-btn-send:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(22, 52, 58, 0.35);
}

.wp-btn-send:disabled {
    cursor: progress;
    opacity: 0.82;
}

.wp-btn-send i {
    font-size: 0.85rem;
}

.wp-btn-send-spinner {
    display: none;
    width: 0.85rem;
    height: 0.85rem;
    border: 2px solid rgba(255, 255, 255, 0.38);
    border-top-color: #fff;
    border-radius: 50%;
    animation: wp-send-spin 0.7s linear infinite;
}

.wp-btn-send.is-loading .wp-btn-send-icon {
    display: none;
}

.wp-btn-send.is-loading .wp-btn-send-spinner {
    display: inline-block;
}

@keyframes wp-send-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991.98px) {
    .wp-contact-content {
        grid-template-columns: 1fr;
        gap: 2.2rem;
    }

    .wp-contact-info {
        text-align: center;
    }

    .wp-contact-methods {
        max-width: 400px;
        margin: 0 auto;
    }

    a.wp-contact-method:hover {
        transform: translateY(-3px);
    }
}

@media (max-width: 767.98px) {
    .wp-contact-section {
        padding: 3.5rem 0;
    }

    .wp-contact-form-card {
        padding: 1.5rem;
    }

    .wp-form-footer {
        flex-direction: column;
        align-items: stretch;
    }
}

#cookie-disclaimer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: rgba(22, 52, 58, 0.95);
    color: white;
    gap: 1rem;
}

#cookie-disclaimer .btn-success {
    background: var(--wp-accent);
    border-color: var(--wp-accent);
    color: var(--wp-deep);
    font-weight: 800;
}

.site-footer {
    background: var(--wp-deep);
    color: rgba(255, 255, 255, 0.85);
    padding: 3.5rem 0 0;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 2rem 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand .navbar-brand {
    color: white !important;
    margin-bottom: 0.75rem;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    line-height: 1.6;
    max-width: 32ch;
    margin: 0;
}

.footer-heading {
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.85rem;
}

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

.footer-list li+li {
    margin-top: 0.5rem;
}

.footer-list a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.92rem;
    transition: color 0.15s;
}

.footer-list a:hover {
    color: white;
}

.footer-bottom {
    padding: 1.5rem 0;
}

.footer-copy {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.82rem;
    margin: 0;
}

.footer-copy a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 600;
}

.footer-copy a:hover {
    color: white !important;
}

.footer-links,
.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
}

.footer-link,
.term-service {
    color: var(--wp-text);
    font-weight: 700;
}

.footer-dropdown {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    padding: 0.8rem 1rem;
    font-weight: 700;
}

.footer-dropdown:hover,
.footer-dropdown:focus {
    background: rgba(255, 255, 255, 0.14);
    color: white;
}

@media (max-width: 991.98px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .footer-top {
        grid-template-columns: 1fr;
    }
}

.dropdown-menu {
    border: 1px solid rgba(31, 42, 44, 0.08);
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(22, 52, 58, 0.12);
    padding: 0.65rem;
}

.dropdown-item {
    border-radius: 12px;
    padding: 0.65rem 0.85rem;
    font-weight: 600;
}

.dropdown-item:hover {
    background: rgba(31, 138, 112, 0.08);
}

@media (max-width: 991.98px) {
    .landing-switch {
        margin: 1rem 0 0;
        width: 100%;
        flex-direction: column;
        border-radius: 20px;
    }

    .landing-switch-link {
        text-align: center;
    }

    .landing-stat-list,
    .workflow-grid,
    .trust-items {
        grid-template-columns: 1fr;
    }

    .function-item {
        flex: 0 1 calc(50% - 1.5rem);
    }

    .cta-panel,
    .contact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .integration-devices {
        padding-right: 60px;
    }

    .integration-device-phone {
        width: 120px;
    }

    .integration-panel {
        padding: 1.5rem;
    }

    .pricing-shell {
        padding: 1.5rem;
    }

    .pricing-shell-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pricing-shell-note {
        flex: 1 1 auto;
        width: 100%;
    }

    .pricing-table-head {
        display: none;
    }

    .pricing-row--table {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .pricing-row-cell {
        font-size: 0.92rem;
    }
}

@media (max-width: 767.98px) {
    .site-navbar {
        padding: 0.9rem 0;
    }

    .landing-hero {
        padding: 4.5rem 0 3.5rem;
    }

    .landing-section {
        padding: 4rem 0;
    }

    .showcase-panel,
    .showcase-card,
    .feature-card,
    .workflow-card,
    .cta-panel,
    .contact-panel {
        border-radius: 20px;
    }

    #cookie-disclaimer {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .integration-devices {
        padding-right: 40px;
    }

    .integration-device-phone {
        width: 100px;
    }

    .function-item {
        flex: 0 1 100%;
    }

    .pricing-card {
        padding: 1.4rem;
    }

    .pricing-card-badge {
        position: static;
        margin-bottom: 0.9rem;
    }

    .pricing-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing-row-price {
        text-align: left;
        white-space: normal;
    }
}