﻿:root {
    --wt-main: #313131;
    --wt-muted: #5A5A5A;
    --wt-bg: #F7F2EA;
    --wt-teal: #00A396;
    --wt-teal-hover: #038D88;
    --wt-orange: #F39B1A;
    --wt-green: #2D8A52;
    --wt-hero-top: #ECFCF8;
    --wt-hero-bottom: #AAF0F8;
    --wt-border: rgba(0,0,0,.08);
    --wt-card: rgba(255,255,255,.94);
}

html, body {
    min-height: 100%;
}

body {
    background: var(--wt-bg);
    color: var(--wt-main);
    font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: #038D88;
    text-decoration: none;
}

    a:hover {
        color: #038D88;
        text-decoration: underline;
    }

.navbar {
    background: rgba(255,255,255,.76);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,.06);
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 1030;
}

.wt-brand-wrap {
    min-width: 0;
}

.wt-logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

    .wt-logo svg {
        height: 30px;
        width: auto;
        display: block;
    }

.wt-brand-sub {
    font-family: "Source Sans 3", system-ui, sans-serif;
    color: var(--wt-muted);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
}

.wt-nav-btn {
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: .55rem 1rem;
    color: var(--wt-muted);
    background: transparent;
    transition: .15s ease-in-out;
    box-shadow: none !important;
}

    .wt-nav-btn:hover {
        border-color: rgba(16,167,162,.35);
        color: var(--wt-muted);
        text-decoration: none;
    }

    .wt-nav-btn.active {
        background: var(--wt-teal);
        color: #fff;
    }

        .wt-nav-btn.active:hover {
            background: var(--wt-teal-hover);
            color: #fff;
            border-color: var(--wt-teal-hover);
        }

.btn {
    box-shadow: none !important;
}

.wt-hero {
    position: relative;
    background: linear-gradient(180deg, var(--wt-hero-top) 0%, var(--wt-hero-bottom) 100%);
    border-radius: 24px;
    overflow: hidden;
    padding: 24px;
}

.wt-hero-copy {
    position: relative;
    min-height: 180px;
    padding-right: clamp(90px, 14vw, 165px);
}

.wt-hero-art {
    position: absolute;
    top: 10px;
    right: 0;
    height: clamp(100px, 14vw, 150px);
    opacity: .85;
    pointer-events: none;
    line-height: 0;
}

    .wt-hero-art svg {
        height: 100%;
        width: auto;
        display: block;
    }

.wt-caps {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--wt-muted);
    font-weight: 400;
}

.wt-h1 {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    letter-spacing: -.5px;
    color: #000;
    margin-bottom: .5rem;
}

.wt-h2 {
    font-family: "Source Sans 3", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--wt-main);
    margin-bottom: .25rem;
}

.wt-fineprint {
    font-size: 14px;
    color: var(--wt-muted);
}

.text-muted-custom {
    color: var(--wt-muted) !important;
}

.wt-summary-card {
    border-radius: 18px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(0,0,0,.06);
    padding: 16px;
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
    height: 100%;
}

.wt-summary-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--wt-main);
}

.wt-section-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,.06);
    padding: 24px;
}

.wt-task {
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,.07);
    background: #fff;
    padding: 18px;
}

.wt-task-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: #F4FBF9;
    border: 1px solid rgba(0,163,150,.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--wt-teal-hover);
    flex: 0 0 auto;
}

    .wt-task-icon svg {
        width: 26px;
        height: 26px;
        display: block;
    }

    .wt-task-icon img,
    .wt-task-icon-image {
        width: 26px;
        height: 26px;
        display: block;
        object-fit: contain;
    }

.wt-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    border-radius: 999px;
    padding: .35rem .75rem;
    font-size: 14px;
    font-weight: 400;
    color: var(--wt-main);
    background: rgba(243, 155, 26, .16);
    white-space: nowrap;
}

    .wt-status.done {
        color: var(--wt-main);
        background: rgba(45, 138, 82, .14);
    }

.wt-action-btn {
    min-width: 160px;
    width: 160px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    background: var(--wt-teal);
    border-color: var(--wt-teal);
    color: #fff;
    box-shadow: none !important;
}

    .wt-action-btn:hover,
    .wt-action-btn:focus,
    .wt-action-btn:active {
        background: var(--wt-teal-hover) !important;
        border-color: var(--wt-teal-hover) !important;
        color: #fff !important;
    }

#arrivalActionBtn:hover,
#arrivalActionBtn:focus,
#arrivalActionBtn:active {
    background: var(--wt-teal-hover) !important;
    border-color: var(--wt-teal-hover) !important;
    color: #fff !important;
}

.wt-outline-btn {
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    border-color: rgba(0,0,0,.12);
    color: var(--wt-main);
    background: #fff;
    box-shadow: none !important;
}

    .wt-outline-btn:hover,
    .wt-outline-btn:focus {
        border-color: rgba(16,167,162,.35);
        color: var(--wt-main);
        background: #fff;
    }

.wt-change-hint {
    display: none;
    margin-top: .6rem;
    font-size: 14px;
    color: var(--wt-muted);
}

    .wt-change-hint.show {
        display: block;
    }

.wt-page-alert {
    display: none;
    border-radius: 18px;
    border: 0;
    padding: 1rem 1.1rem;
}

    .wt-page-alert.show {
        display: block;
    }

.modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}

.wt-modal-header {
    background: linear-gradient(rgba(170, 240, 248, 0.5), rgba(170, 240, 248, 0.02));
    border-bottom: 1px solid rgba(0,0,0,.06);
    padding: 18px 20px;
}

.wt-modal-body {
    padding: 20px;
}

.wt-modal-footer {
    padding: 14px 20px 18px;
    border-top: 1px solid rgba(0,0,0,.06);
}

.form-control,
.form-select {
    border-radius: 14px;
    font-size: 16px;
    padding: .78rem .95rem;
    border-color: rgba(0,0,0,.12);
    box-shadow: none !important;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(16,167,162,.45);
}

.form-check-input:checked {
    background-color: var(--wt-teal);
    border-color: var(--wt-teal);
}

.wt-info-box {
    border-radius: 14px;
    padding: .85rem .95rem;
    font-size: 14px;
    line-height: 1.45;
}

    .wt-info-box.info {
        background: rgba(170, 240, 248, .32);
        color: var(--wt-main);
    }

    .wt-info-box.warn {
        background: rgba(243, 155, 26, .16);
        color: var(--wt-main);
    }

.wt-form-alert {
    display: none;
    border-radius: 14px;
    font-size: 14px;
    margin-bottom: 1rem;
}

    .wt-form-alert.show {
        display: block;
    }

.wt-signature-wrap {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.wt-signature-canvas {
    width: 100%;
    height: 180px;
    display: block;
    background: linear-gradient(transparent 39px, rgba(0,0,0,.03) 40px), linear-gradient(90deg, transparent 39px, rgba(0,0,0,.03) 40px);
    background-size: 40px 40px;
    touch-action: none;
}

.wt-signature-tools {
    border-top: 1px solid rgba(0,0,0,.06);
    padding: .75rem .9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    flex-wrap: wrap;
}

.wt-devnote {
    background: rgba(170, 240, 248, .24);
    border: 1px solid rgba(0,0,0,.06);
}

footer {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    font-size: 14px;
    color: var(--wt-muted);
}

    footer a {
        color: #038D88;
        margin-left: 1rem;
    }

@media (max-width: 991.98px) {
    .wt-brand-sub {
        white-space: normal;
    }

    .wt-hero-copy {
        padding-right: 100px;
    }

    .wt-action-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .wt-hero {
        padding: 18px;
    }

    .wt-section-card {
        padding: 18px;
    }

    .wt-task {
        padding: 16px;
    }

    .wt-hero-copy {
        min-height: auto;
        padding-right: 88px;
    }

    footer a {
        margin-left: 0;
        margin-right: 1rem;
    }
}

.wt-logo-image {
    display: block;
    width: 160px;
    height: auto;
}

.wt-logo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.wt-hero-art img,
.wt-hero-art-image {
    display: block;
    height: 100%;
    width: auto;
}

.field__hp {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;    
}
