@font-face {
    font-family: "Inter";
    src: url("../fonts/inter-variable.ttf") format("truetype-variations");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter-variable-italic.ttf") format("truetype-variations");
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --brand: #66a802;
    --brand-600: #549402;
    --brand-500: #74bc42;
    --brand-100: #f2f8e8;
    --gold: #f57c00;
    --navy: #17171f;
    --ink: #17171f;
    --muted: #737373;
    --line: #d5d5d5;
    --wash: #f9f9f9;
    --shadow: 0 24px 70px rgba(23, 23, 31, .1);
    --shadow-soft: 0 14px 40px rgba(23, 23, 31, .07);
}

body {
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-optical-sizing: auto;
    font-synthesis: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
    font-weight: 700;
}

strong,
b {
    font-weight: 600;
}

.nav-link,
.dropdown-item,
.btn,
.card-link,
.text-link,
.support-phone,
.policy-nav a,
.related-links a,
.accordion-button {
    font-weight: 500;
}

.navbar-brand strong,
.footer-brand {
    font-weight: 700;
}

.navbar-brand img {
    padding: 5px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(102, 168, 2, .16);
}

.site-header {
    border-bottom-color: rgba(213, 213, 213, .72);
    background: rgba(255, 255, 255, .91);
    box-shadow: 0 1px 0 rgba(255,255,255,.8), 0 10px 35px rgba(23,23,31,.035);
}

.support-icon-links {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.support-icon-links a {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #17171f;
    font-size: 1.08rem;
    text-decoration: none;
    border: 1px solid #dfe5da;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(23, 23, 31, .08);
    transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.support-icon-links a:hover,
.support-icon-links a:focus-visible {
    color: #66a802;
    border-color: #9bcf72;
    transform: translateY(-3px);
}

.support-icon-links a.is-whatsapp {
    color: #128c4a;
}

.support-icon-links-footer {
    margin: .75rem 0 1rem;
}

.support-icon-links-footer a {
    color: #e5eedf;
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    box-shadow: none;
}

.inline-contact-icon {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin: .15rem .25rem;
    padding: 0;
    color: #5e9f2e;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #dce5d5;
    border-radius: 12px;
    background: #f5f9f1;
}

.inline-contact-icon:hover,
.inline-contact-icon:focus-visible {
    color: #fff;
    background: #66a802;
}

.navbar {
    min-height: 82px;
}

.nav-link {
    font-size: .91rem;
    letter-spacing: -.01em;
}

.btn-brand {
    background: linear-gradient(135deg, #74bc42, #549402);
    box-shadow: 0 12px 28px rgba(84,148,2,.23);
}

.btn-brand:hover,
.btn-brand:focus {
    box-shadow: 0 17px 34px rgba(84,148,2,.3);
}

::selection {
    color: #17171f;
    background: #d5ffd1;
}

.language-menu .dropdown-menu {
    min-width: 155px;
}

.language-menu .dropdown-item {
    justify-content: space-between;
}

html[dir="rtl"] body {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    text-align: right;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

html[dir="rtl"] .navbar-nav {
    margin-right: auto !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .dropdown-menu {
    text-align: right;
}

html[dir="rtl"] .bi-arrow-right,
html[dir="rtl"] .bi-chevron-right {
    display: inline-block;
    transform: scaleX(-1);
}

html[dir="rtl"] .hero-actions,
html[dir="rtl"] .trust-list,
html[dir="rtl"] .product-actions,
html[dir="rtl"] .product-trust,
html[dir="rtl"] .product-breadcrumb {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

html[dir="rtl"] .feature-card,
html[dir="rtl"] .service-card,
html[dir="rtl"] .step-card,
html[dir="rtl"] .product-content {
    text-align: right;
}

.site-footer {
    background:
        radial-gradient(circle at 15% 0, rgba(102, 168, 2, .22), transparent 28%),
        linear-gradient(135deg, #121215, #25291d);
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
}

.footer-brand img {
    padding: 5px;
    border-radius: 12px;
    background: #fff;
}

body:not(.page-home-redesign) #main-content {
    background:
        radial-gradient(circle at 82px 110px, rgba(102, 168, 2, .14), transparent 210px),
        linear-gradient(180deg, #f4f8ed 0, #fff 420px);
}
