/* ---- Rutu brand colors ---- */
:root {
    --rutu-bg: #FCF0CC;
    --rutu-green: #2F6B34;
    --rutu-green-dark: #1E4A22;
    --rutu-text: #2F6B34;
}

/* ================= FOOTER (shows on every page) ================= */
.rutu-footer {
    background: var(--rutu-bg);
    padding: 48px 24px 32px;
    font-family: inherit;
}

.rutu-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
    gap: 32px;
}

.rutu-footer-col h3 {
    color: var(--rutu-green);
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 18px;
    text-align: center;
}

.rutu-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.rutu-footer-col ul li {
    margin-bottom: 12px;
}

.rutu-footer-col ul li a {
    color: var(--rutu-green);
    text-decoration: none;
    font-size: 16px;
}

.rutu-footer-col ul li a:hover {
    text-decoration: underline;
}

.rutu-footer-brand {
    text-align: left;
}

.rutu-footer-logo {
    max-width: 180px;
    height: auto;
    display: block;
    margin-bottom: 14px;
}

.rutu-logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 90px;
    border: 2px dashed var(--rutu-green);
    border-radius: 8px;
    color: var(--rutu-green);
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 14px;
}

.rutu-tagline {
    color: var(--rutu-green);
    font-weight: 800;
    font-size: 20px;
    line-height: 1.35;
    margin: 0;
}

.rutu-footer-col:last-child {
    text-align: center;
}

.rutu-footer-col:last-child h3 {
    text-align: center;
}

.rutu-address,
.rutu-footer-col:last-child p {
    color: var(--rutu-green);
    margin: 0 0 10px;
}

.rutu-footer-col:last-child a {
    color: var(--rutu-green);
    text-decoration: none;
}

.rutu-footer-col:last-child a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .rutu-footer-inner {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
    .rutu-footer-brand {
        text-align: center;
        grid-column: 1 / -1;
    }
    .rutu-footer-logo,
    .rutu-logo-placeholder {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 560px) {
    .rutu-footer-inner {
        grid-template-columns: 1fr;
    }
}

/* ================= CONTACT US PAGE (shortcode) ================= */
.rutu-contact-page {
    background: var(--rutu-bg);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 56px 24px 72px;
}

.rutu-contact-hero {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}

.rutu-contact-hero h1 {
    color: var(--rutu-green);
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 12px;
}

.rutu-contact-hero p {
    color: var(--rutu-green-dark);
    font-size: 17px;
    margin: 0;
}

.rutu-contact-wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    align-items: start;
}

.rutu-contact-info {
    display: flex;
    flex-direction: column;
}



.rutu-contact-info h2 {
    font-size: 32px;
}

.rutu-contact-info h2,
.rutu-contact-form-box h2 {
    color: var(--rutu-green);
    font-weight: 800;
    margin: 0 0 20px;
}

.rutu-contact-item {
    margin-bottom: 24px;
}

.rutu-contact-label {
    display: block;
    color: var(--rutu-green);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 8px;
}

.rutu-contact-item p {
    color: var(--rutu-green-dark);
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

.rutu-contact-item a,
.rutu-contact-item a:link,
.rutu-contact-item a:visited {
    color: var(--rutu-green-dark) !important;
    text-decoration: none !important;
    font-size: 18px;
}

.rutu-contact-item a:hover {
    text-decoration: underline !important;
}

.rutu-contact-form-box {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 6px 24px rgba(47, 107, 52, 0.12);
    box-sizing: border-box;
}

.rutu-contact-form-box p {
    margin: 0 0 16px;
}

.rutu-contact-form-box label {
    display: block;
    font-weight: 600;
    color: var(--rutu-green-dark);
    margin-bottom: 6px;
    font-size: 14px;
}

.rutu-contact-form-box input,
.rutu-contact-form-box select,
.rutu-contact-form-box textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #d9cba3;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
}

.rutu-contact-form-box input:focus,
.rutu-contact-form-box select:focus,
.rutu-contact-form-box textarea:focus {
    outline: none;
    border-color: var(--rutu-green);
}

.rutu-contact-form-box .rlk-mobile-field {
    display: flex;
    gap: 8px;
}

.rutu-contact-form-box .rlk-mobile-field select.rlk-mobile-code {
    flex: 0 0 96px;
    width: 96px;
    padding-left: 8px;
    padding-right: 4px;
}

.rutu-contact-form-box .rlk-mobile-field input.rlk-mobile-number {
    flex: 1;
    min-width: 0;
}

/* Product picker (shared widget) — restyled to match this form's green theme
   instead of its default navy-blue colors, with a border like the other fields. */
.rutu-contact-form-box .rlk-product-picker {
    border: 1px solid #d9cba3;
    border-radius: 6px;
    padding: 14px;
    margin: 0 0 16px;
}

.rutu-contact-form-box .rlk-product-picker label {
    color: var(--rutu-green-dark);
    font-weight: 600;
    font-size: 14px;
}

.rutu-contact-form-box .rlk-product-picker .rlk-optional {
    font-weight: 400;
    color: #6b6b52;
}

.rutu-contact-form-box .rlk-picker-input {
    border: 1px solid #d9cba3;
    border-radius: 6px;
    font-family: inherit;
}

.rutu-contact-form-box .rlk-picker-input:focus {
    outline: none;
    border-color: var(--rutu-green);
}

.rutu-contact-form-box .rlk-picker-add {
    background: var(--rutu-green);
    border-radius: 6px;
}

.rutu-contact-form-box .rlk-picker-add:hover {
    background: var(--rutu-green-dark);
}

.rutu-contact-form-box .rlk-chip {
    background: #EAF4EE;
    border: 1px solid var(--rutu-green);
    color: var(--rutu-green-dark);
}

.rutu-contact-submit {
    background: var(--rutu-green);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.rutu-contact-submit:hover {
    background: var(--rutu-green-dark);
}

.rutu-contact-submit:disabled {
    opacity: .6;
    cursor: default;
}

.rutu-msg-success {
    color: var(--rutu-green-dark);
    font-weight: 600;
    margin-top: 12px;
}

.rutu-msg-error {
    color: #a33;
    font-weight: 600;
    margin-top: 12px;
}

.rutu-contact-map {
    margin-top: 24px;
    height: 220px;
    border: 1px solid #d9cba3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(47, 107, 52, 0.12);
    line-height: 0;
}

.rutu-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 780px) {
    .rutu-contact-wrap {
        grid-template-columns: 1fr;
        align-items: initial;
    }
    .rutu-contact-map {
        height: 220px;
    }
}

/* Floating WhatsApp button — fixed bottom-right, shown on every page. */
.rutu-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    text-decoration: none !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.rutu-whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
    color: #fff;
}

@media (max-width: 600px) {
    .rutu-whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
    }
    .rutu-whatsapp-float svg {
        width: 28px;
        height: 28px;
    }
}
