@import url('fonts/fonts.css');

:root {
    --font: 'Endro Sans', -apple-system, sans-serif;
    --monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

    --primary: #423c33;
    --primary-soft: #FFF4ED;
    --secondary: #73dc78;
    --secondary-hover: #465a69;
    --body: #F3F5F8;
    --success: #3eb75e;
    --success-hover: #329b4e;
    --success-soft: #EDF9F1;
    --danger: #f96782;
    --danger-hover: #f5506f;
    --danger-soft: #FEEEF1;
    --warning: #ffb22b;
    --warning-hover: #e39a1f;
    --warning-soft: #FFF9EB;
    --info: #5E81F4;
    --info-hover: #5578eb;
    --info-soft: #EFF2FE;
    --body: #eef2f4;
    --footer: #1c2b33;
    --white: #ffffff;
    --title: #1c2b33;
    --title-hover: #465a69;
    --title-muted: #465a69;
    --muted: #6b7888;
    --muted-hover: #67788A;
    --description: #465a69;
    --disabled: rgba(151, 169, 179, 0.3);
    --disabled-text: #97a9b3;
    --border: #e5eaec;
    --green-alt: #00d757;
    --ma-primary: #423c33;
    --ma-green: #73dc78;
    --rtv-blue: #05385E;
    --section-gap: 8rem;
    --container-gap: 4rem;
    --item-gap: 1rem;
    --thin-gap: 1rem;
    --h1: clamp(1.375rem, 3.5vw, 1.875rem);
    --h2: clamp(1.25rem, 3vw, 1.625rem);
    --h3: clamp(1.125rem, 2.6vw, 1.375rem);
    --h4: clamp(1rem, 2.2vw, 1.125rem);
    --h5: clamp(0.9375rem, 2vw, 1rem);
    --p: clamp(0.875rem, 1.8vw, 0.9375rem);
    --small: clamp(0.75rem, 1.5vw, 0.8125rem);
    --extra-small: clamp(0.625rem, 1.3vw, 0.6875rem);
    --fw-800: 800;
    --fw-700: 700;
    --fw-600: 600;
    --fw-500: 500;
    --fw-400: 400;
    --fw-300: 300;
    --mb-5: 5px;
    --mb-10: 10px;
    --mb-15: 15px;
    --border-radius: 16px;
    --max-width: 1200px;
    --shadow: none;
    --shadow-hover: none;
    --breakpoint-medium: 62.5em;

    --placeholder: #b5a894;
    --placeholder-hover: #a39684;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    scroll-behavior: smooth;
}

img,
fieldset,
a img {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
}

input[type="submit"],
button {
    cursor: pointer;
    background: none;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none;
}

strong {
    font-weight: var(--fw-500);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="week"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}


::-webkit-calendar-picker-indicator {
    cursor: pointer;
    margin-left: auto;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

ul,
ol {
    list-style-type: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.no-scroll {
    overflow: hidden;
}

body {
    min-width: 375px;
    font-family: var(--font);
    font-size: var(--p);
    font-weight: var(--fw-400);
    line-height: 1.5;
    color: var(--title);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration-skip-ink: auto;
}

body.no-scroll {
    overflow: hidden;
}

a.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .13;
}

::-webkit-input-placeholder {
    color: var(--placeholder);
    font-family: var(--font);
}

:-moz-placeholder {
    color: var(--placeholder);
    font-family: var(--font);
}

::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1;
    font-family: var(--font);
}

::placeholder {
    color: var(--placeholder);
    font-family: var(--font);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: var(--font);
    font-weight: 500;
    line-height: 1.4;
    color: var(--title);
    font-feature-settings: "kern" 1;
    text-rendering: optimizeLegibility;
}

h1,
.h1 {
    font-size: calc(1.3375rem + 1.05vw);
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.125rem;
    }
}

h2,
.h2 {
    font-size: calc(1.275rem + .3vw);
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 1.5rem;
    }
}

h3,
.h3 {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1rem;
}

h5,
.h5 {
    font-size: .875rem;
}

h6,
.h6 {
    font-size: .75rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}


.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 96rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (max-width: 1719px) {

    .container {
        max-width: 90rem;
    }
}

@media (max-width: 1023px) {

    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 64rem) {

    .container {
        max-width: calc(0.25rem * 310);
    }
}

.endro-header {
    background-color: var(--white);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border);
    transition: all 0.3s ease;
    height: 80px;
    box-shadow: none;
}

.endro-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.endro-header__logo img {
    display: block;
    transition: opacity 0.3s;
}

.endro-header__logo:hover img {
    opacity: 0.8;
}

.endro-header__nav-desktop {
    display: flex;
    align-items: center;
}

.endro-header__list {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.endro-header__link {
    font-family: inherit;
    font-size: var(--p);
    font-weight: var(--fw-400);
    color: var(--title);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
}

.endro-header__link:hover {
    color: var(--primary);
}

.endro-header__toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1002;
}

.endro-header__bar {
    display: block;
    width: 26px;
    height: 2px;
    margin: 8px auto;
    background-color: var(--title);
    transition: all 0.3s ease-in-out;
    border-radius: 1px;
}

.endro-header__mobile-menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: var(--white);
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    box-shadow: none;
}

.endro-header__mobile-list {
    list-style: none;
    padding: 30px 0;
    margin: 0;
}

.endro-header__mobile-link {
    display: block;
    padding: 15px 0;
    font-size: var(--h4);
    font-weight: var(--fw-400);
    color: var(--title);
    text-decoration: none;
    border-bottom: 1px solid var(--body);
}

.endro-header__mobile-sublink {
    display: block;
    padding: 12px 0;
    font-size: var(--p);
    color: var(--muted);
    font-weight: var(--fw-400);
}

.endro-header__mobile-divider {
    height: 1px;
    background-color: var(--border);
    margin: 20px 0;
}

@media (max-width: 62.5em) {
    .endro-header__nav-desktop {
        display: none;
    }

    .endro-header__toggle {
        display: block;
    }

    .endro-header--active .endro-header__mobile-menu {
        max-height: 100vh;
        height: 100%;
    }

    .endro-header--active .endro-header__bar:nth-child(2) {
        opacity: 0;
    }

    .endro-header--active .endro-header__bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background-color: var(--primary);
    }

    .endro-header--active .endro-header__bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background-color: var(--primary);
    }
}

.hero-premium {
    position: relative;
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-color: var(--title);
    color: var(--white);
    overflow: hidden;
}

.hero-premium__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-premium__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(66, 60, 51, 0.5);
    z-index: 1;
}

.hero-premium__container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    max-width: var(--max-width);
    padding: 0 20px;
}

.hero-premium__content {
    max-width: 700px;
}

.hero-premium__title {
    font-size: 2.5rem;
    font-weight: var(--fw-500);
    line-height: 1.1;
    margin-bottom: 25px;
    color: var(--white);
    letter-spacing: -1px;
}

.hero-premium__title span {
    color: var(--secondary);
}

.hero-premium__subtitle {
    font-size: 1.25rem;
    color: var(--white);
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 550px;
}

.hero-premium__actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.btn-premium {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    font-size: var(--p);
    font-weight: var(--fw-500);
    border-radius: var(--border-radius);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-premium--primary {
    background-color: var(--primary);
    color: var(--white);
}

.btn-premium--primary:hover {
    background-color: var(--primary);
    transform: translateY(-2px);
}

.btn-premium--white {
    background-color: var(--white);
    color: var(--title);
}

.btn-premium--white:hover {
    background-color: var(--primary);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-premium--outline {
    border-color: var(--white);
    color: var(--white);
    background: transparent;
}

.btn-premium--outline:hover {
    background: var(--white);
    color: var(--title);
}

.btn-premium--full {
    width: 100%;
}

.section-feature {
    padding: 100px 0;
    background-color: var(--white);
}

.section-feature--alt {
    background-color: var(--white);
    border-top: 1px solid var(--border);
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}

.feature-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.feature-block--reverse {
    direction: rtl;
}

.feature-block--reverse .feature-block__content {
    direction: ltr;
}

.feature-block__label {
    display: block;
    font-size: 0.85rem;
    font-weight: var(--fw-500);
    color: var(--description);
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.feature-block__title {
    font-size: var(--h2);
    font-weight: var(--fw-500);
    color: var(--title);
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--title);
}

.feature-block__description {
    font-size: var(--p);
    color: var(--description);
    margin-bottom: 30px;
}

.feature-list-premium {
    margin-bottom: 40px;
}

.feature-list-premium li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-weight: var(--fw-500);
    color: var(--description);
}

.feature-list-premium li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2373dc78' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.feature-list-info {
    padding: 80px 0;
    background-color: var(--primary);
    color: var(--white);
}

.feature-list-info h4 {
    font-size: var(--h2);
    line-height: 40px;
    font-weight: var(--fw-500);
    color: var(--secondary);
    text-align: center;
    margin-bottom: 0;
}

.btn-link-arrow {
    font-size: 1.1rem;
    font-weight: var(--fw-500);
    color: var(--secondary);
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
    transition: gap 0.3s ease;
}

.btn-link-arrow:hover {
    gap: 15px;
    color: var(--primary);
}

.media-card {
    background: transparent;
}

.media-card img {
    max-width: 100%;
    border-radius: 24px;
}

.media-card--dark {
    background: var(--title);
    color: var(--white);
    border: none;
}

.media-card--dark span {
    font-size: 1.5rem;
    font-weight: var(--fw-500);
    margin-top: 20px;
}

.section-faq-clean {
    padding: 50px 0;
    background: var(--body);
}

.section-header-button {
    text-align: center;
    max-width: 700px;
    margin: 60px auto;
}

.section-header-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header-center h2 {
    font-size: var(--h1);
    font-weight: var(--fw-500);
    color: var(--title);
    margin-bottom: 15px;
}

.faq-grid-clean {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}

.faq-clean-item {
    border-bottom: 1px solid var(--border);
    border-radius: var(--border-radius);
    padding: 20px;
    background-color: var(--white);
}

.faq-clean-item summary {
    font-size: var(--p);
    font-weight: var(--fw-400);
    color: var(--title);
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    list-style: none;
}

.faq-clean-item summary::-webkit-details-marker {
    display: none;
}

.faq-clean-item summary::after {
    content: '+';
    position: absolute;
    bottom: 1px;
    right: 0;
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 300;
}

.faq-clean-item[open] summary::after {
    content: '-';
}

.faq-clean-item p {
    margin-top: 15px;
    font-size: var(--p);
    color: var(--description);
    background-color: var(--body);
    padding: 10px;
    border-radius: var(--border-radius);
}

.section-contact-clean {
    padding: 50px 0;
    background-color: var(--white);
}

.contact-box-premium {
    background: var(--white);
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-box__text h2 {
    font-size: var(--h2);
    margin-bottom: 20px;
    font-weight: var(--fw-500);
}

.contact-info-row {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    color: var(--title);
}

.form-clean .form-group {
    margin-bottom: 20px;
}

.form-clean label {
    display: block;
    margin-bottom: 8px;
    font-weight: var(--fw-500);
    font-size: 0.9rem;
    color: var(--title);
}

.form-clean input,
.form-clean select {
    width: 100%;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    font-size: var(--p);
    background: var(--body)
}

.form-clean input:focus,
.form-clean select:focus {
    border-color: var(--primary);
    background: var(--white);
    outline: none;
}

@media (max-width: 992px) {

    .hero-premium__actions {
        flex-direction: column;
    }

    .feature-block {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .feature-block--reverse {
        direction: ltr;
    }

    .contact-box-premium {
        grid-template-columns: 1fr;
    }

}

.legal-hero {
    position: relative;
    padding: 120px 0 80px;
    color: var(--white);
    background-color: var(--title);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.legal-hero--policy {
    background-color: var(--info);
}

.legal-hero--terms {
    background-color: var(--title);
}

.legal-hero--fraud {
    background-color: var(--danger);
}

.legal-hero--compliance {
    background-color: var(--success);
}

.legal-hero__container {
    position: relative;
    z-index: 2;
}

.legal-hero__title {
    font-size: var(--h1);
    font-weight: var(--fw-500);
    margin: 0;
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--white);
}

.legal-hero__subtitle {
    font-size: var(--h3);
    opacity: 0.9;
    margin-top: 15px;
    font-weight: 400;
    color: var(--white);
}

.legal-body {
    padding: 80px 0;
    background-color: var(--white);
    color: var(--description);
    font-family: inherit;
}

.legal-body__wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.legal-body__section-title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.legal-body__indicator {
    display: block;
    width: 6px;
    height: 35px;
    background-color: var(--primary);
    margin-right: 15px;
    border-radius: var(--border-radius);
}

.legal-body__title-text {
    font-size: var(--h2);
    font-weight: var(--fw-500);
    color: var(--title);
}

.legal-body__heading {
    color: var(--title);
    font-weight: var(--fw-500);
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-body__heading--h3 {
    font-size: var(--h3);
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
}

.legal-body__heading--h4 {
    font-size: var(--h4);
    color: var(--primary);
}

.legal-body__paragraph {
    font-size: var(--p);
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
    color: var(--description);
}

.legal-body__list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.legal-body__list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.6;
    color: var(--description);
}

.legal-body__list-item::before {
    content: "•";
    color: var(--primary);
    font-weight: bold;
    font-size: var(--h3);
    position: absolute;
    left: 0;
    top: -5px;
}

.legal-body__strong {
    color: var(--title);
    font-weight: var(--fw-500);
}

.legal-body__link {
    color: var(--primary);
    text-decoration: underline;
    font-weight: var(--fw-500);
}

@media (max-width: 62.5em) {
    .legal-hero__title {
        font-size: var(--h2);
    }

    .legal-body__paragraph {
        text-align: left;
    }
}

.legal-body__alert {
    padding: 20px;
    border-radius: 6px;
    margin-top: 25px;
    background-color: var(--body);
    border-left: 4px solid var(--title);
    display: flex;
    flex-direction: column;
}

.legal-body__alert--danger {
    background-color: var(--danger-soft);
    border-left-color: var(--danger);
    color: var(--danger-hover);
}

.legal-body__label {
    font-size: var(--small);
    letter-spacing: 0.5px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.legal-body__value {
    font-size: var(--h4);
    font-weight: var(--fw-500);
}

.links-page {
    padding: 80px 0;
    background-color: var(--body);
    display: flex;
    align-items: center;
}

.links-page__container {
    max-width: 600px;
    margin: 0 auto;
}

.links-page__header {
    text-align: center;
    margin-bottom: 40px;
}

.links-page__logo {
    height: 80px;
    margin-bottom: 20px;
}

.links-page__title {
    font-size: var(--h3);
    color: var(--title);
    font-weight: var(--fw-500);
}

.links-page__grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.links-card {
    display: flex;
    align-items: center;
    background-color: var(--white);
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    text-decoration: none;
    transition: all 0.2s ease;
}

.links-card:hover {
    border-color: var(--primary);
    transform: translateX(5px);
}

.links-card--highlight {
    background-color: var(--white);
    border-left: 5px solid var(--primary);
}

.links-card__icon {
    font-size: var(--h3);
    color: var(--primary);
    margin-right: 20px;
    width: 40px;
    text-align: center;
}

.links-card__content {
    display: flex;
    flex-direction: column;
}

.links-card__title {
    font-size: var(--p);
    color: var(--title);
    font-weight: var(--fw-500);
}

.links-card__desc {
    font-size: var(--small);
    color: var(--muted);
}

.links-page__social {
    text-align: center;
    margin-top: 40px;
}

.links-page__social-title {
    font-size: var(--p);
    color: var(--muted);
    margin-bottom: 15px;
    font-weight: var(--fw-500);
}

.links-page__social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.links-page__social-icons a {
    font-size: var(--h3);
    color: var(--title);
    transition: color 0.2s;
}

.links-page__social-icons a:hover {
    color: var(--primary);
}

.welcome-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.welcome-header__logo {
    height: 60px;
    margin-bottom: 30px;
}

.welcome-header__title {
    font-size: var(--h2);
    color: var(--title);
    margin-bottom: 20px;
}

.welcome-header__text {
    font-size: var(--p);
    color: var(--description);
}

.endro-section {
    padding: var(--section-gap) 0;
}

.endro-section--gray {
    background-color: var(--body);
}

.endro-section__intro {
    margin-bottom: 50px;
}

.endro-products__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.endro-card {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.endro-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.endro-card__header {
    margin-bottom: 30px;
    text-align: center;
}

.endro-card__icon {
    height: 70px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.endro-card:hover .endro-card__icon {
    transform: scale(1.08);
}

.endro-card__icon-svg {
    width: 70px;
    height: 70px;
    stroke: var(--white);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.endro-card:hover .endro-card__icon-svg {
    transform: scale(1.08);
}

.endro-card__title {
    font-size: var(--h3);
    color: var(--title);
    margin-bottom: 5px;
}

.endro-card__subtitle {
    color: var(--primary);
    font-weight: var(--fw-500);
    font-size: var(--small);
}

.endro-card__body {
    flex-grow: 1;
    margin-bottom: 40px;
}

.endro-pills {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.endro-pill {
    display: block;
    text-align: center;
    padding: 13px 20px;
    border: 1px solid var(--primary);
    border-radius: 50px;
    color: var(--primary);
    font-weight: var(--fw-500);
    background-color: var(--primary-soft);
    transition: all 0.25s ease;
}

.endro-pill:hover {
    background-color: var(--primary);
    color: var(--white);
    transform: translateX(4px);
}

.endro-card--dark {
    background-color: var(--title);
    border-color: var(--title);
}

.endro-card--dark .endro-card__title {
    color: var(--white);
}

.endro-card--dark .endro-card__subtitle {
    color: var(--green-alt);
}

.endro-list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.endro-list-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: var(--white);
    opacity: 0.9;
}

.endro-list-check li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green-alt);
    font-weight: bold;
}

.endro-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: var(--fw-500);
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    font-size: var(--p);
}

.endro-btn--primary {
    background-color: var(--primary);
    color: var(--white);
}

.endro-btn--primary:hover {
    background-color: var(--primary);
    transform: translateY(-2px);
}

.endro-btn--outline {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}

.endro-btn--outline:hover {
    background-color: var(--white);
    color: var(--title);
}

.endro-btn--full {
    width: 100%;
}

.endro-faq {
    max-width: 800px;
    margin: 0 auto;
}

.endro-faq__item {
    margin-bottom: 15px;
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    background: var(--white);
    overflow: hidden;
}

.endro-faq__question {
    padding: 20px;
    cursor: pointer;
    font-weight: var(--fw-500);
    list-style: none;
    position: relative;
}

.endro-faq__question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 1.2em;
}

.endro-faq__item[open] .endro-faq__question::after {
    content: '-';
}

.endro-faq__answer {
    padding: 0 20px 20px 20px;
    color: var(--muted);
}

.endro-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.endro-form {
    background: var(--white);
    padding: 40px;
    border-radius: var(--border-radius);
    box-shadow: none;
    border: 1px solid var(--border);
}

.endro-form__title {
    margin-bottom: 25px;
}

.endro-form__group {
    margin-bottom: 20px;
}

.endro-form__input,
.endro-form__select {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    font-family: inherit;
    background: var(--body);
}

.endro-form__input:focus {
    border-color: var(--primary);
    background: var(--white);
}

.welcome-cta {
    text-align: center;
}

.endro-error {
    padding: 120px 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background-color: var(--white);
}

.endro-error__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.endro-error__code {
    font-size: 8rem;
    line-height: 1;
    font-weight: var(--fw-600);
    color: var(--title);
    margin-bottom: 20px;
}

.endro-error__code--danger {
    color: var(--danger);
}

.endro-error__title {
    font-size: var(--h2);
    color: var(--title);
    margin-bottom: 15px;
    font-weight: var(--fw-500);
}

.endro-error__text {
    font-size: var(--p);
    color: var(--muted);
    max-width: 600px;
    margin-bottom: 40px;
}

.footer {
    background-color: var(--footer);
    color: var(--white);
    padding: 60px 0 20px;
    margin-top: auto;
    background: var(--primary) url(../images/bg-rodape.png) no-repeat top center;

}


.footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer__logo-img {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
}

.footer__tagline {
    color: var(--white);
    font-size: var(--p);
    margin-bottom: 20px;
    max-width: 280px;
}

.footer__social {
    display: flex;
    gap: 15px;
}

.footer__social-link {
    color: var(--white);
    font-size: var(--h3);
    transition: color 0.3s ease;
}

.footer__social-link:hover {
    color: var(--green-alt);
}

.footer__column {
    display: flex;
    flex-direction: column;
}

.footer__title {
    color: var(--white);
    font-size: var(--h4);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary);
}

.footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__item {
    margin-bottom: 12px;
}

.footer__link {
    color: var(--white);
    text-decoration: none;
    font-size: var(--p);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.footer__link:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer__link--warning {
    color: var(--warning);
    font-weight: var(--fw-500);
}

.footer__link--disabled {
    color: var(--muted);
    pointer-events: none;
    cursor: default;
}

.footer__link--disabled:hover {
    padding-left: 0;
    color: var(--muted);
}

.footer__badge {
    background-color: var(--secondary-hover);
    color: var(--white);
    font-size: var(--extra-small);
    padding: 2px 6px;
    border-radius: var(--border-radius);
    margin-left: 5px;
}

.footer__icon {
    font-size: var(--small);
    opacity: 0.8;
    color: var(--primary);
}

.footer__copyright {
    border-top: 1px solid var(--primary);
    padding-top: 20px;
    text-align: center;
}

.footer__copy-text {
    font-size: var(--small);
    color: var(--white);
    margin: 0;
}

@media (max-width: 62.5em) {
    .footer__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer__brand {
        align-items: center;
        margin-bottom: 30px;
    }

    .footer__title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .endro-contact__grid {
        grid-template-columns: 1fr;
    }
}

.bio-page {
    background-color: var(--body);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.bio-page__container {
    width: 100%;
    margin: 0 auto;
}

.bio-header {
    text-align: center;
    margin-bottom: 40px;
}

.bio-header__logo {
    height: 45px;
    margin: 0 auto 20px;
    display: block;
}

.bio-header__title {
    font-size: 1.5rem;
    color: var(--title);
    font-weight: var(--fw-500);
    margin-bottom: 10px;
    line-height: 1.2;
}

.bio-header__text {
    font-size: var(--p);
    color: var(--muted);
    line-height: 1.5;
}

.bio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 768px) {
    .bio-grid {
        grid-template-columns: 1fr;
    }
}


.bio-card {
    background-color: var(--white);
    border-radius: var(--border-radius);
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.bio-card--ma {
    background-color: var(--ma-primary);
    border-color: var(--ma-primary);
    color: var(--white);
}

.bio-card--ma .bio-card__title {
    color: var(--white);
}

.bio-card--ma .bio-card__subtitle {
    color: var(--ma-green);
}

.bio-card--rtv {
    background-color: var(--rtv-blue);
    border-color: var(--rtv-blue);
    color: var(--white);
}

.bio-card--rtv .bio-card__title {
    color: var(--white);
}

.bio-card--rtv .bio-card__subtitle {
    color: var(--green-alt);
}

.bio-card__top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.bio-card__image {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.bio-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius);
    color: var(--white);
}

.bio-card__info {
    display: flex;
    flex-direction: column;
}

.bio-card__title {
    font-size: 1.1rem;
    font-weight: var(--fw-500);
    margin: 0;
    line-height: 1.2;
}

.bio-card__subtitle {
    font-size: 0.85rem;
    color: var(--primary);
    font-weight: var(--fw-500);
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.bio-card__content {
    margin-bottom: 25px;
}

.bio-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bio-pills span {
    font-size: 0.8rem;
    background-color: var(--body);
    color: var(--title);
    padding: 6px 12px;
    border-radius: var(--border-radius);
    font-weight: var(--fw-500);
}

.bio-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bio-list li {
    font-size: 0.9rem;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    opacity: 0.9;
}

.bio-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green-alt);
    font-weight: bold;
}

.bio-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: var(--fw-500);
    font-size: var(--p);
    transition: all 0.2s;
}

/* Botão Meu Agrônomo */
.bio-btn--ma {
    background-color: var(--ma-green);
    color: var(--white);
}

.bio-btn--ma:hover {
    background-color: var(--green-alt);
}

.bio-btn--outline {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.bio-btn--outline:hover {
    background-color: var(--white);
    color: var(--title);
}

.bio-footer {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid var(--border);
    padding-top: 30px;
}

.bio-footer__title {
    font-size: var(--p);
    color: var(--muted);
    margin-bottom: 20px;
    font-weight: var(--fw-500);
}


.bio-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 768px) {
    .bio-links {
        grid-template-columns: 1fr;
    }
}

.bio-link-item {
    background-color: var(--white);
    border: 1px solid var(--border);
    padding: 12px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--title);
    font-weight: var(--fw-500);
    transition: border-color 0.2s;
}

.bio-link-item:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.bio-link-item i {
    font-size: 1.2rem;
}

.text-primary {
    color: var(--secondary);
}

.app-download {
    background-color: var(--body);
    padding: 3rem 1rem;
    position: relative;
    overflow: hidden;
}

.app-download__content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}


.app-download__badges {
    display: flex;
    gap: 1rem;
}

.app-download__available {
    padding-top: 10px;
    padding-left: 10px;
    color: var(--body);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.app-download__stores {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.app-download__badge {
    display: inline-block;
    animation: fadeIn 1s ease-in;
    height: 50px;
}

.app-download__badge:hover {
    transform: translateY(-3px);
}

.app-download__badge-img {
    height: 100%;
    width: auto;
}

.app-download__preview {
    max-width: 300px;
    position: relative;
}

.app-download__image {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .app-download__content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }


    .app-download__badges {
        align-items: flex-start;
    }

    .app-download__preview {
        flex: 1;
        max-width: 400px;
    }
}

.btn--primary-alt {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.btn {
    min-width: 11rem;
    font-size: var(--p);
    line-height: 1.5rem;
    display: inline-flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-family: var(--font);
    font-weight: 400;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: linear;
    transition-duration: 200ms;
    border-radius: 9999px;
    text-decoration: none;
    animation: 1s ease-in 0s 1 normal none running fadeIn;
}


.btn__text {
    margin-right: auto;
}

.btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: 1.5rem;
    margin-right: -0.75rem;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.btn__icon-svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: var(--white);
    transition: fill 0.3s ease;
}


.services {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: var(--body);
}

.services-white {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: var(--white);
}

.services__text h3 {
    margin-top: calc(0.25rem * 10);
    font-size: 1.875rem;
    color: var(--title);
    font-weight: var(--fw-500);
    margin-bottom: 1rem;
    animation: fadeIn 1s ease-in;
}

.services__text p {
    font-size: var(--p);
    color: var(--description);
    margin-bottom: 1.5rem;
    animation: fadeIn 1.5s ease-in;
}

.services__details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 24px;
    margin-bottom: 24px;
}

.services__details-alt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 24px;
    margin-bottom: 24px;
}

.services__detail-item {
    position: relative;
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 24px;
    border: 1px solid var(--border);
    animation: fadeIn 1.5s ease-in;
}

.services__detail-item:not(:last-child) {
    margin-block-start: calc(calc(0.25rem * 2) * 0);
    margin-block-end: calc(calc(0.25rem * 2) * calc(1 - 0));
    animation: fadeIn 1.5s ease-in;
}


.services__detail-item:hover {
    border: 1px solid var(--primary);
}

.services__detail-item h4 {
    font-size: var(--h5);
    color: var(--title);
    margin-bottom: 0.8rem;
    font-weight: var(--fw-500);
}

.services__detail-item p {
    font-size: var(--p);
    color: var(--description);
    font-weight: var(--fw-400);
}

.services__detail-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--secondary);
    color: var(--primary);
    flex-shrink: 0;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-start: calc(calc(0.5rem * 2) * 0);
    margin-block-end: calc(calc(0.5rem * 2) * calc(1 - 0));
}

.services__detail-icon i {
    font-size: 1.25rem;
    object-fit: contain;
    fill: currentColor;
}

.services__tags {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-block-start: calc(calc(0.5rem * 2) * calc(1 - 0));
    margin-block-end: calc(calc(0.5rem * 2) * calc(1 - 0));
}

.services__tag {
    background: var(--primary-soft);
    color: var(--primary);
    font-size: var(--small);
    font-weight: var(--fw-500);
    padding: 10px 20px;
    border-radius: var(--border-radius);
    border: 1px solid var(--primary);
    word-break: break-all;
    animation: fadeIn 1.8s ease-in;
}

.services__tag p {
    margin-bottom: 0;
}


/* Container do fluxo */
.action__flow {
    position: relative;
    display: grid;
    gap: 2rem;
}

/* Linhas conectando os itens */
.services__detail-item {
    position: relative;
    z-index: 1;
}

.services__detail-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
    width: 2px;
    height: 2rem;
    background-color: var(--secondary);
    animation: fadeIn 1s ease-in;
}

/* Setas entre os itens */
.services__detail-item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%) translateY(1.5rem);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--secondary);
    z-index: 2;
    animation: fadeIn 1s ease-in;
}

/* Versão horizontal para telas maiores */
@media (min-width: 768px) {
    .action__flow {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .services__detail-item:not(:last-child)::after {
        left: auto;
        right: -1.5rem;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: 1.5rem;
        height: 2px;
    }

    .services__detail-item:not(:last-child)::before {
        left: auto;
        right: -1.5rem;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%) translateX(1rem);
        border-left: 8px solid var(--secondary);
        border-right: none;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Adicionando animação para os itens */
.services__detail-item {
    animation: slideIn 0.5s ease-out forwards;
}

/* Atraso progressivo para cada item */
.services__detail-item:nth-child(1) {
    animation-delay: 0.1s;
}

.services__detail-item:nth-child(2) {
    animation-delay: 0.3s;
}

.services__detail-item:nth-child(3) {
    animation-delay: 0.5s;
}

.services__detail-item:nth-child(4) {
    animation-delay: 0.7s;
}

@media (max-width: 768px) {
    .services__details {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .services__details-alt {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Container Principal */
.pricing-section {
    background-color: var(--secondary);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.pricing-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px auto;
}

.pricing-header h3 {
    font-size: 2rem;
    color: var(--white);
    margin-bottom: 1rem;
    font-weight: var(--fw-500);
}

.pricing-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.app-download__badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.app-download__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: opacity 0.3s;
}

.app-download__badge:hover {
    opacity: 0.8;
}

.app-download__text {
    font-size: var(--small);
    margin-top: 8px;
    opacity: 0.8;
    font-weight: 500;
}

.pricing-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.pricing-card {
    position: relative;
    width: 320px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}

.pricing-plan-name {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: var(--fw-500);
}

.pricing-price {
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.pricing-price span {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.pricing-note {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    min-height: 20px;
}

.pricing-card.featured {
    background: #ffffff;
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    z-index: 10;
}

.pricing-card__layers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.pricing-card__layer {
    position: absolute;
    border-radius: 24px;
    background: rgba(176, 223, 169, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
}

.pricing-card__layer:nth-child(1) {
    top: -25px;
    left: 10px;
    right: 10px;
    height: 80px;
}

.pricing-card__layer:nth-child(2) {
    top: -15px;
    left: 5px;
    right: 5px;
    height: 85px;
}

.featured .pricing-plan-name {
    color: #423c33;
    opacity: 0.7;
}

.featured .pricing-price {
    color: #423c33;
}

.featured .pricing-price span {
    color: #423c33;
    opacity: 0.6;
}

.featured .pricing-note {
    color: #666;
}

.btn-pricing {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    font-weight: var(--fw-500);
    text-decoration: none;
    transition: all 0.3s;
}

.btn-pricing.outline {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
}

.btn-pricing.outline:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, 0.1);
}

.btn-pricing.primary {
    background: var(--primary-alt, #73dc78);
    color: #fff;
    box-shadow: 0 4px 15px rgba(115, 220, 120, 0.3);
}

.btn-pricing.primary:hover {
    background: var(--primary-alt-hover, #5dcf63);
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .pricing-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .pricing-card,
    .pricing-card.featured {
        width: 100%;
        max-width: 350px;
        transform: none;
    }
}