﻿/* ====================================
   About Page Styles - Green & Black Theme
   ==================================== */

.about360 {
    --about-bg: #f5f5f4;
    --about-surface: #ffffff;
    --about-text: #111111;
    --about-muted: #5f5f5f;
    --about-border: #dedede;
    --about-border-dark: #cfcfcf;
    background: var(--about-bg);
    color: var(--about-text);
    font-family: "Heebo", Arial, sans-serif;
    overflow: hidden;
}

.about360 * {
    box-sizing: border-box;
}

.about360-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.about360-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    padding: 86px 0 72px;
    isolation: isolate;
}

.about360-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: #eeeeec;
}

.about360-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(245, 245, 244, 0.96) 0%, rgba(245, 245, 244, 0.88) 42%, rgba(245, 245, 244, 0.72) 100%),
        linear-gradient(180deg, rgba(245, 245, 244, 0.2) 0%, #f5f5f4 100%);
}

.about360-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.24;
    filter: grayscale(1);
}

.about360-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 52px;
    align-items: center;
}

.about360-eyebrow,
.about360-section-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 16px;
    padding: 7px 12px;
    border: 1px solid var(--about-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #333333;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.about360 h1,
.about360 h2,
.about360 h3,
.about360 p {
    margin-top: 0;
}

.about360 h1 {
    max-width: 850px;
    margin-bottom: 22px;
    font-size: clamp(38px, 5.4vw, 72px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
}

.about360-lead {
    max-width: 700px;
    margin-bottom: 30px;
    color: #3d3d3d;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.85;
    font-weight: 500;
}

.about360-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about360-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid #111111;
    font-weight: 850;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.about360-btn:hover {
    transform: translateY(-2px);
}

.about360-btn-dark {
    background: #111111;
    color: #ffffff;
}

.about360-btn-dark:hover {
    background: #000000;
    color: #ffffff;
}

.about360-btn-light {
    background: rgba(255, 255, 255, 0.78);
    color: #111111;
    border-color: var(--about-border-dark);
}

.about360-btn-light:hover {
    background: #ffffff;
    color: #111111;
}

.about360-visual {
    position: relative;
    min-height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.12);
}

.about360-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.46));
}

.about360-visual img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    object-fit: cover;
    filter: saturate(0.82) contrast(1.04);
}

.about360-visual-card {
    position: absolute;
    right: 24px;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
}

.about360-visual-card strong,
.about360-visual-card span {
    display: block;
}

.about360-visual-card strong {
    margin-bottom: 6px;
    color: #111111;
    font-size: 20px;
    font-weight: 900;
}

.about360-visual-card span {
    color: #4b4b4b;
    font-size: 15.5px;
    line-height: 1.65;
}

.about360-section {
    padding: 72px 0;
}

.about360-panel,
.about360-feature,
.about360-hosts,
.about360-vision {
    border: 1px solid var(--about-border);
    border-radius: 8px;
    background: var(--about-surface);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.055);
}

.about360-intro {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 44px;
    padding: 42px;
    margin-top: -42px;
    position: relative;
    z-index: 2;
}

.about360 h2 {
    margin-bottom: 18px;
    color: #111111;
    font-size: clamp(28px, 3.5vw, 46px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.about360 h3 {
    margin-bottom: 12px;
    color: #111111;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 900;
}

.about360 p {
    margin-bottom: 16px;
    color: var(--about-muted);
    font-size: 17px;
    line-height: 1.95;
}

.about360 p:last-child {
    margin-bottom: 0;
}

.about360-heading {
    max-width: 860px;
    margin: 0 auto 30px;
    text-align: center;
}

.about360-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about360-feature {
    padding: 30px;
}

.about360-feature span {
    display: inline-block;
    margin-bottom: 16px;
    color: #777777;
    font-size: 13px;
    font-weight: 900;
}

.about360-split {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 22px;
    align-items: stretch;
}

.about360-image-pane {
    min-height: 520px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--about-border);
    background: #e7e7e5;
}

.about360-image-pane img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
    opacity: 0.72;
    filter: grayscale(0.75) contrast(1.05);
}

.about360-split .about360-panel {
    padding: 42px;
}

.about360-tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 0;
    padding: 0;
}

.about360-tags li,
.about360-hosts-list span,
.about360-check {
    border: 1px solid var(--about-border);
    border-radius: 999px;
    background: #f7f7f6;
    color: #1b1b1b;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.25;
}

.about360-tags li {
    padding: 10px 14px;
}

.about360-check-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.about360-check {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: center;
    padding: 18px;
    text-align: center;
    border-radius: 8px;
    background: #ffffff;
}

.about360-hosts {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 36px;
    align-items: center;
    padding: 46px;
    margin: 22px 0 0;
    background: #111111;
    color: #ffffff;
}

.about360-hosts .about360-section-label {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.about360-hosts h2,
.about360-hosts p {
    color: #ffffff;
}

.about360-hosts p {
    opacity: 0.82;
}

.about360-hosts-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.about360-hosts-list span {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 12px 14px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.about360-vision {
    max-width: 980px;
    margin: 0 auto;
    padding: 46px;
    text-align: center;
}

.about360-vision p {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 980px) {
    .about360-hero {
        min-height: auto;
        padding: 62px 0;
    }

    .about360-hero-grid,
    .about360-intro,
    .about360-split,
    .about360-hosts {
        grid-template-columns: 1fr;
    }

    .about360-visual,
    .about360-visual img,
    .about360-image-pane,
    .about360-image-pane img {
        min-height: 360px;
    }

    .about360-feature-grid,
    .about360-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .about360-container {
        width: min(100% - 24px, 1180px);
    }

    .about360-hero {
        padding: 44px 0 52px;
    }

    .about360 h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    .about360-lead,
    .about360 p {
        font-size: 16px;
        line-height: 1.85;
    }

    .about360-actions,
    .about360-btn {
        width: 100%;
    }

    .about360-intro,
    .about360-split .about360-panel,
    .about360-feature,
    .about360-hosts,
    .about360-vision {
        padding: 24px;
    }

    .about360-section {
        padding: 44px 0;
    }

    .about360-feature-grid,
    .about360-check-grid,
    .about360-hosts-list {
        grid-template-columns: 1fr;
    }

    .about360-visual,
    .about360-visual img,
    .about360-image-pane,
    .about360-image-pane img {
        min-height: 300px;
    }

    .about360-visual-card {
        right: 14px;
        left: 14px;
        bottom: 14px;
    }

    .about360-tags li {
        width: 100%;
        text-align: center;
    }
}

.tz-about {
    background: #f7f7f7;
    color: #111;
    font-family: "Heebo", Arial, sans-serif;
    padding: 64px 0;
}

.tz-container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.tz-hero {
    max-width: 860px;
    margin: 0 auto 42px;
    text-align: center;
}

.tz-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 800;
    color: #555;
}

.tz-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.tz-hero p {
    margin: 0;
    font-size: 19px;
    line-height: 1.9;
    color: #555;
}

.tz-image-strip {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 14px;
    margin-bottom: 34px;
}

.tz-image-strip img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
    border-radius: 26px;
    background: #ddd;
}

.tz-card,
.tz-feature,
.tz-hosts {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 28px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.045);
}

.tz-card {
    padding: 38px;
    margin-bottom: 34px;
}

.tz-card h2,
.tz-section h2,
.tz-hosts h2 {
    margin: 0 0 16px;
    font-size: clamp(26px, 3.5vw, 40px);
    line-height: 1.25;
    font-weight: 900;
    color: #111;
}

.tz-card p,
.tz-hosts p {
    margin: 0 0 14px;
    font-size: 17.5px;
    line-height: 1.95;
    color: #555;
}

.tz-section {
    margin: 58px 0 34px;
}

.tz-section > h2 {
    text-align: center;
    margin-bottom: 28px;
}

.tz-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.tz-feature {
    padding: 28px 24px;
    transition: 0.25s ease;
}

.tz-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.075);
}

.tz-feature span {
    display: inline-block;
    margin-bottom: 12px;
    color: #777;
    font-size: 14px;
    font-weight: 900;
}

.tz-feature h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 900;
    color: #111;
}

.tz-feature p {
    margin: 0;
    font-size: 16.5px;
    line-height: 1.8;
    color: #5f5f5f;
}

.tz-tags {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tz-tags li {
    background: #f4f4f4;
    border: 1px solid #e7e7e7;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
    color: #222;
}

.tz-hosts {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 40px;
    margin-bottom: 34px;
    background: #111;
    color: #fff;
}

.tz-hosts h2,
.tz-hosts p,
.tz-hosts .tz-label {
    color: #fff;
}

.tz-hosts p {
    opacity: 0.86;
}

.tz-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #fff;
    transition: 0.25s ease;
}

.tz-button:hover {
    background: #f1f1f1;
    transform: translateY(-2px);
}

.tz-vision {
    text-align: center;
}

@media (max-width: 900px) {
    .tz-image-strip,
    .tz-grid,
    .tz-hosts {
        grid-template-columns: 1fr;
    }

    .tz-image-strip img {
        height: 240px;
    }

    .tz-hosts {
        text-align: center;
    }

    .tz-button {
        width: fit-content;
        margin: 0 auto;
    }
}

@media (max-width: 620px) {
    .tz-about {
        padding: 42px 0;
    }

    .tz-card,
    .tz-hosts {
        padding: 24px;
        border-radius: 22px;
    }

    .tz-feature {
        border-radius: 22px;
    }

    .tz-image-strip img {
        height: 210px;
        border-radius: 22px;
    }

    .tz-hero p,
    .tz-card p,
    .tz-hosts p {
        font-size: 16.5px;
    }

    .tz-tags {
        display: grid;
        grid-template-columns: 1fr;
    }

    .tz-tags li {
        border-radius: 16px;
    }
}

.about-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    direction: rtl;
}

.about-header {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 4px solid #22c55e !important;
    text-align: center;
}

.about-title {
    font-size: 3rem;
    font-weight: bold;
    color: #1a1a1a !important;
    margin: 0;
    letter-spacing: -0.5px;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-block {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.1);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-left: 4px solid #22c55e;
}

.about-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(34, 197, 94, 0.2);
    border-left-color: #16a34a;
}

.section-heading {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1a1a1a !important;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #22c55e !important;
    position: relative;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 60px;
    height: 3px;
    background-color: #22c55e;
}

.section-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333 !important;
    margin-bottom: 15px;
    text-align: justify;
}

.section-text:last-child {
    margin-bottom: 0;
}

.section-text.highlight {
    background: linear-gradient(135deg, #f0fdf4 0%, #dbeafe 100%);
    padding: 20px;
    border-right: 5px solid #22c55e !important;
    font-size: 1.1rem;
    font-weight: bold;
    color: #1a1a1a !important;
    border-radius: 4px;
    margin-top: 15px;
}

.values-list {
    list-style: none;
    padding: 20px 0;
    margin: 20px 0;
    border-right: 4px solid #22c55e !important;
    padding-right: 20px;
}

.values-list li {
    padding: 15px 0;
    padding-right: 15px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333 !important;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.values-list li::before {
    content: '✓';
    position: absolute;
    right: -20px;
    color: #22c55e;
    font-weight: bold;
    font-size: 1.2rem;
}

.values-list li:last-child {
    border-bottom: none;
}

.values-list li strong {
    color: #22c55e !important;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-section {
        padding: 40px 0;
    }

    .about-title {
        font-size: 2rem;
    }

    .section-heading {
        font-size: 1.4rem;
    }

    .about-block {
        padding: 20px;
        border-left: 3px solid #22c55e;
    }

    .section-text {
        font-size: 1rem;
        text-align: right;
    }

    .values-list {
        padding-right: 15px;
    }

    .values-list li {
        padding-right: 25px;
    }
}

/* RTL Direction Support */
@supports (direction: rtl) {
    .about-section {
        direction: rtl;
    }

    .section-text {
        text-align: right;
    }

    .section-heading {
        border-right: none;
        border-bottom: 3px solid #22c55e !important;
        padding-bottom: 12px;
    }

    .section-heading::after {
        right: auto;
        left: 0;
    }

    .section-text.highlight {
        border-right: 5px solid #22c55e !important;
        border-left: none;
        text-align: right;
    }

    .values-list {
        border-right: 4px solid #22c55e !important;
        border-left: none;
        padding-right: 20px;
        padding-left: 0;
    }

    .values-list li {
        padding-right: 15px;
        padding-left: 0;
        border-left: none;
        text-align: right;
    }

    .values-list li::before {
        right: -20px;
        left: auto;
    }
}

/* ================================
   Site Footer
   ================================ */
.tz-footer {
    --footer-bg: #f5f5f5;
    --footer-ink: #111111;
    --footer-muted: #555555;
    --footer-soft: #d9d9d9;
    --footer-hover: #000000;
    direction: rtl;
    width: 100%;
    padding: 38px 0 24px;
    background: var(--footer-bg);
    border-top: 1px solid var(--footer-soft);
    color: var(--footer-ink);
    font-family: "Heebo", Arial, sans-serif;
}

.tz-footer * {
    box-sizing: border-box;
}

.tz-footer__inner {
    width: min(100% - 48px, 1200px);
    margin: 0 auto;
}

.tz-footer__top {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--footer-soft);
}

.tz-footer__brand-link {
    display: inline-block;
    margin-bottom: 24px;
    color: var(--footer-ink);
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}

.tz-footer__brand-link:hover {
    color: var(--footer-hover);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tz-footer__links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 36px;
}

.tz-footer__column h6 {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 10px;
    color: var(--footer-ink);
    font-family: "Assistant", "Rubik", Arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.tz-footer__column h6::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    border-radius: 999px;
    background: #1a1a1a;
}

.tz-footer__column ul,
.tz-footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tz-footer__column li {
    margin: 0 0 10px;
    color: var(--footer-muted);
    font-size: 14px;
    line-height: 1.45;
}

.tz-footer__column a,
.tz-footer__column strong {
    color: var(--footer-muted);
    font-weight: 400;
    text-decoration: none;
}

.tz-footer__column a:hover {
    color: var(--footer-hover);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tz-footer__contact li {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
}

.tz-footer__contact span {
    color: var(--footer-ink);
    font-weight: 700;
}

.tz-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 18px;
}

.tz-footer__bottom p {
    margin: 0;
    color: var(--footer-muted);
    font-size: 13px;
    line-height: 1.6;
}

.tz-footer__social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tz-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    opacity: .82;
    transition: opacity .18s ease, transform .18s ease;
}

.tz-footer__social a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.tz-footer__social img {
    width: 17px;
    height: 17px;
    filter: grayscale(1) brightness(0);
}

@media (max-width: 1100px) {
    .tz-footer__links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 42px;
    }
}

@media (max-width: 760px) {
    .tz-footer {
        padding: 30px 0 22px;
    }

    body:has(.mobile-order-flow) .tz-footer {
        padding-bottom: calc(132px + env(safe-area-inset-bottom, 0px));
    }

    .tz-footer__inner {
        width: min(100% - 32px, 560px);
    }

    .tz-footer__brand-link {
        margin-bottom: 20px;
    }

    .tz-footer__links {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tz-footer__column {
        padding: 18px 0;
        border-top: 1px solid var(--footer-soft);
    }

    .tz-footer__column:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .tz-footer__column li {
        margin-bottom: 9px;
    }

    .tz-footer__column h6 {
        margin-bottom: 16px;
        padding-bottom: 9px;
        font-size: 18px;
    }

    .tz-footer__column h6::after {
        width: 32px;
    }

    .tz-footer__contact li {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .tz-footer__bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 14px;
    }
}


