/* Timimi V2 - Shared informational pages */

.tm-info-page {
    background: #fff;
}

.tm-info-hero {
    padding: 28px 0 48px;
    background:
        radial-gradient(circle at 88% 10%, rgba(177, 176, 214, .16), transparent 24%),
        radial-gradient(circle at 12% 82%, rgba(253, 196, 118, .14), transparent 22%),
        linear-gradient(180deg, #f6fcfd 0%, #ffffff 100%);
}

.tm-info-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: #8a999c;
    font-size: 13px;
}

.tm-info-breadcrumb a {
    color: #6f878b;
    text-decoration: none;
}

.tm-info-breadcrumb a:hover {
    color: #73cdd7;
}

.tm-info-breadcrumb strong {
    color: #587278;
}

.tm-info-hero__content {
    max-width: 780px;
}

.tm-info-hero h1 {
    margin: 7px 0 13px;
    color: #5c787d;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: -.025em;
}

.tm-info-hero p {
    max-width: 690px;
    margin: 0;
    color: #718589;
    font-size: 17px;
    line-height: 1.7;
}

.tm-info-content {
    padding: 54px 0 78px;
}

.tm-info-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 36px;
    align-items: start;
}

.tm-info-main {
    display: grid;
    gap: 22px;
}

.tm-info-card {
    padding: 30px;
    border: 1px solid #e5eef0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(76, 102, 107, .05);
}

.tm-info-card--highlight {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
    border-color: #cfebee;
    background: #f8fcfd;
}

.tm-info-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #dff4f7;
}

.tm-info-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: #5baab3;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tm-info-kicker {
    display: block;
    margin-bottom: 5px;
    color: #69aeb6;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-info-card h2,
.tm-info-note h2,
.tm-info-side-card h2 {
    margin: 0 0 10px;
    color: #5b757a;
    font-size: 23px;
    line-height: 1.25;
}

.tm-info-card > p,
.tm-info-card > div > p,
.tm-info-note p {
    margin: 0;
    color: #728386;
    font-size: 14px;
    line-height: 1.7;
}

.tm-info-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.tm-info-facts > div {
    padding: 13px 14px;
    border: 1px solid #deedef;
    border-radius: 13px;
    background: #fff;
}

.tm-info-facts span {
    display: block;
    margin-bottom: 3px;
    color: #8a999c;
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
}

.tm-info-facts strong {
    color: #557378;
    font-size: 14px;
}

.tm-pickup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.tm-pickup-location {
    padding: 18px;
    border: 1px solid #eceaf5;
    border-radius: 16px;
    background: #faf9fd;
}

.tm-pickup-location > span {
    color: #8581a7;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tm-pickup-location h3 {
    margin: 5px 0 6px;
    color: #64617f;
    font-size: 16px;
}

.tm-pickup-location p {
    margin: 0;
    color: #7c7a8c;
    font-size: 13px;
    line-height: 1.55;
}

.tm-info-steps {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

.tm-info-step {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
}

.tm-info-step > strong {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #73cdd7;
    color: #fff;
    font-size: 13px;
}

.tm-info-step h3 {
    margin: 1px 0 4px;
    color: #60787d;
    font-size: 15px;
}

.tm-info-step p {
    margin: 0;
    color: #7b898c;
    font-size: 13px;
    line-height: 1.6;
}

.tm-info-note {
    padding: 28px 30px;
    border-radius: 22px;
    background: #fff7f7;
}

.tm-info-note .tm-button {
    margin-top: 18px;
}

.tm-info-side {
    position: sticky;
    top: 104px;
}

.tm-info-side-card {
    padding: 24px;
    border: 1px solid #dcecef;
    border-radius: 20px;
    background: #f7fcfd;
}

.tm-info-side-card h2 {
    margin-top: 6px;
    font-size: 20px;
}

.tm-info-summary {
    margin: 20px 0;
}

.tm-info-summary > div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid #e2edef;
}

.tm-info-summary > div:last-child {
    border-bottom: 0;
}

.tm-info-summary dt {
    color: #7d8d90;
    font-size: 12px;
}

.tm-info-summary dd {
    margin: 0;
    color: #58757a;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

@media (max-width: 920px) {
    .tm-info-layout {
        grid-template-columns: 1fr;
    }

    .tm-info-side {
        position: static;
    }

    .tm-info-side-card {
        max-width: none;
    }
}

@media (max-width: 680px) {
    .tm-info-hero {
        padding-bottom: 36px;
    }

    .tm-info-content {
        padding: 34px 0 58px;
    }

    .tm-info-card,
    .tm-info-note {
        padding: 22px;
        border-radius: 18px;
    }

    .tm-info-card--highlight {
        grid-template-columns: 1fr;
    }

    .tm-info-icon {
        width: 50px;
        height: 50px;
    }

    .tm-info-facts {
        grid-template-columns: 1fr;
    }

    .tm-pickup-grid {
        grid-template-columns: 1fr;
    }

    .tm-info-hero p {
        font-size: 15px;
    }
}


/* ------------------------------------------------------------
   Contact page
   ------------------------------------------------------------ */

.tm-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 24px;
    align-items: start;
}

.tm-contact-form {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.tm-contact-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tm-contact-field {
    display: grid;
    gap: 6px;
}

.tm-contact-field label {
    color: #60787d;
    font-size: 12px;
    font-weight: 800;
}

.tm-contact-field input,
.tm-contact-field select,
.tm-contact-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dce8ea;
    border-radius: 12px;
    padding: 11px 12px;
    background: #fff;
    color: #536c70;
    font: inherit;
    font-size: 13px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.tm-contact-field textarea {
    min-height: 145px;
    resize: vertical;
    line-height: 1.55;
}

.tm-contact-field input:focus,
.tm-contact-field select:focus,
.tm-contact-field textarea:focus {
    border-color: #73cdd7;
    box-shadow: 0 0 0 3px rgba(115, 205, 215, .13);
}

.tm-contact-field input::placeholder,
.tm-contact-field textarea::placeholder {
    color: #a3afb1;
}

.tm-contact-required {
    color: #d87980;
}

.tm-contact-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.tm-contact-help {
    color: #879497;
    font-size: 11px;
    line-height: 1.45;
}

.tm-contact-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 13px;
    font-size: 13px;
    line-height: 1.55;
}

.tm-contact-alert--success {
    border: 1px solid #c8e9dd;
    background: #f1fbf7;
    color: #55776d;
}

.tm-contact-alert--error {
    border: 1px solid #f0d6d8;
    background: #fff6f6;
    color: #8b6669;
}

.tm-contact-alert ul {
    margin: 6px 0 0 18px;
    padding: 0;
}

.tm-contact-direct {
    display: grid;
    gap: 14px;
}

.tm-contact-method {
    padding: 18px;
    border: 1px solid #e1ecee;
    border-radius: 16px;
    background: #fbfdfd;
}

.tm-contact-method span {
    display: block;
    margin-bottom: 5px;
    color: #7f9093;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.tm-contact-method strong,
.tm-contact-method a {
    color: #58757a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.tm-contact-method a:hover {
    color: #65b9c3;
}

.tm-contact-method p {
    margin: 5px 0 0;
    color: #829093;
    font-size: 12px;
    line-height: 1.55;
}

.tm-contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 920px) {
    .tm-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .tm-contact-row {
        grid-template-columns: 1fr;
    }

    .tm-contact-actions .tm-button {
        width: 100%;
    }
}


/* ------------------------------------------------------------
   About page
   ------------------------------------------------------------ */

.tm-about-story {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 42px;
    align-items: center;
}

.tm-about-story__visual {
    position: relative;
}

.tm-about-story__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 9px solid #fff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(63, 91, 96, .13);
}

.tm-about-story__stamp {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #73cdd7;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 8px 20px rgba(62, 140, 150, .22);
}

.tm-about-story__copy h2 {
    margin: 5px 0 16px;
    color: #5b777c;
    font-size: clamp(29px, 4vw, 42px);
    line-height: 1.12;
}

.tm-about-story__copy p {
    margin: 0 0 15px;
    color: #728487;
    font-size: 15px;
    line-height: 1.75;
}

.tm-about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tm-about-value {
    padding: 25px;
    border: 1px solid #e5eef0;
    border-radius: 19px;
    background: #fff;
}

.tm-about-value__icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    border-radius: 14px;
    font-size: 20px;
}

.tm-about-value:nth-child(1) .tm-about-value__icon {
    background: #fff0f1;
    color: #d2767c;
}

.tm-about-value:nth-child(2) .tm-about-value__icon {
    background: #e8f7f9;
    color: #5da9b2;
}

.tm-about-value:nth-child(3) .tm-about-value__icon {
    background: #eeeefa;
    color: #7d7ab1;
}

.tm-about-value h3 {
    margin: 0 0 8px;
    color: #60787d;
    font-size: 18px;
}

.tm-about-value p {
    margin: 0;
    color: #7b898c;
    font-size: 13px;
    line-height: 1.65;
}

.tm-about-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 30px;
    border-radius: 22px;
    background: #f5fbfc;
}

.tm-about-cta h2 {
    margin: 4px 0 8px;
    color: #5b777c;
    font-size: 25px;
}

.tm-about-cta p {
    margin: 0;
    color: #758689;
    font-size: 14px;
    line-height: 1.65;
}

.tm-about-cta__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 820px) {
    .tm-about-story {
        grid-template-columns: 1fr;
    }

    .tm-about-values {
        grid-template-columns: 1fr;
    }

    .tm-about-cta {
        grid-template-columns: 1fr;
    }

    .tm-about-cta__actions {
        justify-content: flex-start;
    }
}


/* ------------------------------------------------------------
   Remaining informational / policy pages
   ------------------------------------------------------------ */

.tm-article-wrap {
    max-width: 900px;
}

.tm-article-section {
    padding: 26px 28px;
    border: 1px solid #e5eef0;
    border-radius: 20px;
    background: #fff;
}

.tm-article-section + .tm-article-section {
    margin-top: 18px;
}

.tm-article-section h2 {
    margin: 0 0 10px;
    color: #5b757a;
    font-size: 22px;
    line-height: 1.3;
}

.tm-article-section h3 {
    margin: 20px 0 7px;
    color: #60787d;
    font-size: 16px;
}

.tm-article-section p,
.tm-article-section li {
    color: #728386;
    font-size: 14px;
    line-height: 1.75;
}

.tm-article-section p {
    margin: 0 0 12px;
}

.tm-article-section p:last-child {
    margin-bottom: 0;
}

.tm-article-section ul,
.tm-article-section ol {
    margin: 10px 0 0 20px;
    padding: 0;
}

.tm-article-section li + li {
    margin-top: 6px;
}

.tm-article-lead {
    padding: 28px;
    border: 1px solid #cfeaec;
    border-radius: 20px;
    background: #f7fcfd;
}

.tm-article-lead h2 {
    margin: 4px 0 10px;
    color: #59757a;
    font-size: 26px;
}

.tm-article-lead p {
    margin: 0;
    color: #708386;
    font-size: 15px;
    line-height: 1.75;
}

.tm-benefit-grid,
.tm-care-grid,
.tm-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 18px;
}

.tm-benefit-card,
.tm-care-card,
.tm-location-card {
    padding: 20px;
    border: 1px solid #e4edef;
    border-radius: 16px;
    background: #fbfdfd;
}

.tm-benefit-card strong,
.tm-care-card strong,
.tm-location-card h3 {
    display: block;
    margin: 0 0 7px;
    color: #5c777c;
    font-size: 15px;
}

.tm-benefit-card p,
.tm-care-card p,
.tm-location-card p {
    margin: 0;
    color: #7b8a8d;
    font-size: 13px;
    line-height: 1.62;
}

.tm-care-card--avoid {
    background: #fff8f8;
    border-color: #f0dfe0;
}

.tm-policy-updated {
    display: inline-flex;
    margin-top: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #edf7f8;
    color: #6e8589;
    font-size: 11px;
    font-weight: 750;
}

.tm-policy-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
}

.tm-policy-toc a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #dce9eb;
    border-radius: 999px;
    color: #617a7f;
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 750;
}

.tm-policy-toc a:hover {
    border-color: #bfe3e7;
    background: #f4fbfc;
}

.tm-policy-note {
    margin-top: 18px;
    padding: 14px 16px;
    border-left: 4px solid #73cdd7;
    border-radius: 0 10px 10px 0;
    background: #f5fbfc;
    color: #6f8184;
    font-size: 12.5px;
    line-height: 1.65;
}

.tm-location-card h3 {
    font-size: 18px;
}

.tm-location-card > span {
    display: block;
    margin-bottom: 6px;
    color: #69aeb6;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

@media (max-width: 680px) {
    .tm-article-section,
    .tm-article-lead {
        padding: 21px;
        border-radius: 17px;
    }

    .tm-benefit-grid,
    .tm-care-grid,
    .tm-location-grid {
        grid-template-columns: 1fr;
    }
}
