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

:root {
    /* Primary Colors */
    --primary: #ff5700;
    --primary-hover: #e44c00;
    --primary-soft: #FFF4ED;

    /* Secondary Colors */
    --secondary: #1c2b33;
    --secondary-hover: #465a69;
    --secondary-soft: #F3F5F8;

    /* Success Colors */
    --success: #3eb75e;
    --success-hover: #329b4e;
    --success-soft: #EDF9F1;

    /* Danger Colors */
    --danger: #f96782;
    --danger-hover: #f5506f;
    --danger-soft: #FEEEF1;

    /* Warning Colors */
    --warning: #ffb22b;
    --warning-hover: #e39a1f;
    --warning-soft: #FFF9EB;

    /* Info Colors */
    --info: #5E81F4;
    --info-hover: #5578eb;
    --info-soft: #EFF2FE;


    /* Neutral Colors */
    --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;
    --title: #1c1e21;
    --green-alt: #00d757;

    /* Gap */
    --section-gap: 8rem;
    --container-gap: 4rem;
    --item-gap: 1rem;
    --thin-gap: 1rem;

    /* Typography */
    --h1: 30px;
    --h2: 26px;
    --h3: 22px;
    --h4: 18px;
    --p: 15px;
    --small: 12px;
    --extra-small: 10px;

    /* Weights */
    --fw-800: 800;
    --fw-700: 700;
    --fw-600: 600;
    --fw-500: 500;
    --fw-400: 400;
    --fw-300: 300;

    /* Margins */
    --mb-5: 5px;
    --mb-10: 10px;
    --mb-15: 15px;

    /* Border */
    --border-radius: 16px;
    --max-width: 1200px;

    /* Boxshadow */
    --shadow: 0 2px 10px rgba(28, 43, 51, 0.1);
    --shadow-hover: 0 8px 16px rgba(28, 43, 51, 0.12);

    /* Breakpoint */
    --breakpoint-medium: 62.5em;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

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%;
}

body {
    margin: 0;
    font-family: 'Styrene A Web', -apple-system, BlinkMacSystemFont, sans-serif;
    ;
    font-size: var(--p);
    font-weight: var(--fw-400);
    line-height: 1.5;
    color: var(--title);
    text-align: left;
    background-color: var(--white);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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;
}

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

ul,
ol {
    padding-left: 2rem;
    margin: 1rem 0;
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

a {
    text-decoration: none;
}

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


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

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

:-moz-placeholder {
    color: var(--muted);
}

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

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--title);
}

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 + 0.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: 0.875rem;
}

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

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

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

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

small,
.small {
    font-size: 80%;
}

mark,
.mark {
    padding: 0.2em;
    color: var(--info);
    background-color: var(--info-soft);
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    --bs-link-color-rgb: var(--primary-link);
    text-decoration: inherit;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--monospace), sans-serif;
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 80%;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 80%;
    color: var(--description);
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 80%;
    color: var(--info);
    background-color: var(--info-soft);
    border-radius: 4px;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
    border: none;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.text-small {
    font-size: var(--small);
}

.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);
    }
}


/* Header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: transparent;
    backdrop-filter: blur(5px);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(45, 90, 61, 0.1);
}

header.scrolled .nav-links a {
    color: var(--title);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-dark {
    display: none;
}

.logo {
    width: 140px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-suporte {
    width: 180px;
    margin-bottom: 24px;
    animation: fadeIn 1s ease-in;
}


.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    margin-bottom: 0;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: var(--fw-400);
    font-size: var(--p);
    transition: color 0.3s ease;
    position: relative;
}

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

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.mobile-menu span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
}

header.scrolled .mobile-menu span {
    background: var(--primary);
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        background: rgba(255, 255, 255, 0.98);
    }

    .nav-links.active {
        display: flex;
    }

    header:not(.scrolled) .nav-links {
        background: var(--title);
        backdrop-filter: blur(5px);
    }

    .mobile-menu {
        display: flex;
    }
}

/* Hero Section */
.hero {
    display: flex;
    z-index: 3;
    position: relative;
    padding-bottom: 6rem;
    align-items: flex-end;
    min-height: 44.3125rem;
}

.hero img {
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: radial-gradient(90% 100% at 50% 20%, rgba(28, 43, 51, 0) 0%, rgba(28, 43, 51, 1) 100%);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.hero-text {
    max-width: 40rem;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: var(--fw-400);
    color: var(--white);
    margin-bottom: 1.5rem;
    line-height: 1.5;
    animation: fadeIn 1s ease-in;
}

.hero-text p {
    font-size: var(--p);
    color: var(--white);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    animation: fadeIn 1s ease-in;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    animation: fadeIn 1s ease-in;
}

.btn {
    min-width: 11rem;
    font-size: var(--p);
    line-height: 1.5rem;
    display: inline-flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: none;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-family: Styrene A Web, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: linear;
    transition-duration: 200ms;
    text-decoration: none;
    animation: fadeIn 1s ease-in;
}

.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;
}

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

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

.btn--primary-alt .btn__icon-svg {
    fill: var(--primary);
}

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

.btn--primary-alt:hover .btn__icon {
    background-color: var(--primary);
}

.btn--primary-alt:hover .btn__icon-svg {
    fill: var(--white);
}

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

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

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

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

.btn--primary:hover .btn__icon-svg {
    fill: var(--primary);
}


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

.btn--success:hover {
    background-color: var(--success);
    color: var(--white);
}

.btn--success .btn__icon {
    background-color: var(--success);
}

.btn--success:hover .btn__icon {
    background-color: var(--white);
}

.btn--success:hover .btn__icon-svg {
    fill: var(--success);
}

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

.btn--info:hover {
    background-color: var(--info);
    color: var(--white);
}

.btn--info .btn__icon {
    background-color: var(--info);
}

.btn--info:hover .btn__icon {
    background-color: var(--white);
}

.btn--info:hover .btn__icon-svg {
    fill: var(--info);
}

.btn--alert {
    background-color: var(--white);
    border-color: var(--danger);
    color: var(--danger);
}

.btn--alert:hover {
    background-color: var(--danger);
    color: var(--white);
}

.btn--alert .btn__icon {
    background-color: var(--danger);
}

.btn--alert:hover .btn__icon {
    background-color: var(--white);
}

.btn--alert:hover .btn__icon-svg {
    fill: var(--danger);
}

@media (min-width: 768px) {
    .btn {
        min-width: auto;
    }
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.stat {
    text-align: center;
    padding: 1rem;
    background: var(--primary-soft);
    border-radius: 10px;
}

.stat-number {
    font-size: 2rem;
    font-weight: 500;
    color: var(--primary);
}

.stat-label {
    font-size: 0.9rem;
    color: var(--muted);
}

/* Sections */
.section {
    padding: 80px 0;
}

.section-alt {
    background: var(--body);
}


.en-title {
    background-color: white;
    padding: 1.125rem 1.25rem;
    border-radius: 9999px;
    font-size: var(--p);
    line-height: 1.25;
    font-weight: var(--fw-500);
    border: 1px solid var(--border);
    display: flex;
    gap: 0.5rem;
    width: fit-content;
    align-items: flex-start;
    animation: fadeIn 1s ease-in;
}

.en-title__indicator {
    flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--primary);
    border-radius: 9999px;
    margin-top: 0.25rem;
}

.en-title__text {
    font-size: 13px;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-content__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;
}

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

.about-list {
    margin-top: 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    animation: fadeIn 1.5s ease-in;
    padding-left: 0rem;
}

.about-list__item {
    max-width: fit-content;
}

.about-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.about-link__icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--primary-soft);
    color: var(--primary);
    flex-shrink: 0;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.about-link__text {
    color: var(--title);
    font-size: var(--p);
    font-weight: var(--fw-500);
    line-height: 1.6;
}

.about-images {
    display: flex;
    align-items: flex-end;
    gap: 1.25rem;
}

.about-images__container {
    border-radius: 0.75rem;
    overflow: hidden;
}

.about-images__img {
    display: block;
    width: 100%;
    height: auto;
}


.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(--primary-soft);
    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__detail-img img {
    width: 60px;
    margin-bottom: 1.5rem;
}

.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;
}

@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;
    }
}


.clients {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 40px;
}

.clients__itens {
    position: relative;
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 10px;
    border: 1px solid var(--border);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 1s ease-in;
}

.clients__image {
    max-width: 120px;
    width: 100%;
    height: auto;
}

.clients__tag {
    background: var(--white);
    color: var(--title);
    font-size: var(--small);
    font-weight: var(--fw-400);
    padding: 0.4rem 0.8rem;
    border-radius: var(--border-radius);
    border: 2px solid var(--border);
    word-break: break-all;
    margin-top: 24px;
    margin-bottom: 24px;
    animation: fadeIn 1s ease-in;
}


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

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

@media (max-width: 768px) {
    .clients {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: .5rem;
    }
}

.faq-item {
    background: var(--white);
    border-radius: var(--border-radius);
    border: 1px solid var(--border);
    padding: 1.5rem;
    margin-bottom: 1rem;
    animation: fadeIn 1.4s ease-in;
}

.faq-item--active {
    background: var(--body);
}

.faq-item__toggle {
    font-family: Styrene A Web, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    font-size: var(--p);
    font-weight: var(--fw-500);
    color: var(--title);
    text-align: left;
    cursor: pointer;
}


.faq-item__icon {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
}

.faq-item__icon--down {
    display: block;
}

.faq-item--active .faq-item__icon--down {
    display: none;
}

.faq-item__icon--up {
    transition: transform 0.3s ease;
    display: none;
}

.faq-item--active .faq-item__icon--up {
    transition: transform 0.3s ease;
    display: block;
}

.faq-item__content {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item--active .faq-item__content {
    padding-top: 24px;
    display: block;
}

.faq-item__text {
    font-size: var(--p);
    font-weight: var(--fw-400);
    color: var(--title);
    line-height: 1.5;
}


/* Contact Section */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--border-radius);
}

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

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    animation: fadeIn 1.3s ease-in;
}

.contact-icon {
    font-size: 2rem;
    color: var(--primary);
}

.contact-text p {
    font-size: var(--p);
    color: var(--title);
    font-weight: var(--fw-500);
    margin-bottom: 0;
}

.contact-text small {
    font-size: var(--small);
    color: var(--description);
    font-weight: var(--fw-300);
    margin-bottom: 0;
}

.contact-form {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--border-radius);
}

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

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: var(--fw-500);
    color: var(--title);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--body);
    border-radius: var(--border-radius);
    font-size: var(--p);
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-hover);
}

.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
    font-size: var(--p);
    font-family: 'Styrene A Web', -apple-system, BlinkMacSystemFont, sans-serif;
    ;
    color: var(--muted);
    line-height: 1.3;
}


/* Footer */
footer {
    background: var(--title);
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-section h4 {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: var(--h4);
    font-weight: var(--fw-500);
}

.footer-section p {
    font-size: var(--p);
    color: var(--white);
    font-weight: var(--fw-400);
}

.footer-section ul {
    list-style: none;
    padding-left: 0;
}

.footer-section li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    font-size: var(--p);
    color: var(--white);
    font-weight: var(--fw-300);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--white);
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--primary);
    text-decoration: none;
    border: 1px solid var(--primary);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-link i {
    font-size: 18px;
    line-height: 1;
}

.social-link:hover {
    color: var(--info);
    border: 1px solid var(--info);
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid var(--primary);
    padding-top: 1rem;
    font-size: var(--p);
    text-align: center;
    color: var(--white);
}

@media (max-width: 768px) {

    .about-content,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .section {
        padding: 60px 0;
    }

    .cta-buttons {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.policy {
    margin-top: 24px;
    margin-bottom: 24px;
}

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

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

.hero-alt {
    display: flex;
    z-index: 3;
    position: relative;
    padding-bottom: 6rem;
    align-items: flex-end;
    min-height: 24.3125rem;
}

.hero-alt img {
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.hero-alt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: radial-gradient(90% 100% at 50% 20%, rgba(28, 43, 51, 0) 0%, rgba(28, 43, 51, 1) 100%);
    z-index: 0;
}

.hero-alt-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.hero-alt-text {
    max-width: 40rem;
}

.hero-alt-text h1 {
    font-size: 2.5rem;
    font-weight: var(--fw-400);
    color: var(--white);
    margin-bottom: 1.5rem;
    line-height: 1.5;
    animation: fadeIn 1s ease-in;
}


@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }
}

.flex-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.flex-group__image {
    width: 100%;
}

.flex-group__img {
    border-radius: 0.75rem;
    width: 100%;
    height: auto;
}

.flex-group__content {
    width: 100%;
    max-width: 34.375rem;
}

.content-list {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    padding-left: 0;
}

.content-list__item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.content-list__icon {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 10px;
    width: 2.125rem;
    height: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-list__svg {
    width: 0.75rem;
    height: 0.75rem;
    object-fit: contain;
}

.content-list__title {
    font-size: var(--h4);
    line-height: 1.75rem;
    color: var(--title);
    font-weight: var(--fw-500);
}

.content-list__text {
    font-size: var(--p);
    color: var(--description);
    font-weight: var(--fw-400);
    max-width: none;
}

.content-list__text p {
    text-wrap: pretty;
}

@media (min-width: 1024px) {
    .flex-group--reversed {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }

    .flex-group__image {
        width: 34.375rem;
    }

    .flex-group__content {
        width: 27.125rem;
    }
}

.links-services {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: var(--body);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.links-services__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--primary);
}

.links-services__logo img {
    width: 100%;
    max-width: 80px;
}


.links-services__info h3 {
    font-size: var(--h4);
    color: var(--title);
    font-weight: 400;
    animation: fadeIn 1s ease-in;
    line-height: 1.6;
    margin-top: calc(.25rem * 10);
    margin-bottom: calc(.25rem * 10);
}

.links-services__card-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 10px;
    padding: 1rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    animation: fadeIn 1.3s ease-in;
}

.links-services__card-icon {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 14px;
    background: var(--primary);
    color: var(--white);
}

.links-services__card-icon--email {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 14px;
    background: var(--info);
    color: var(--white);
}

.links-services__card-icon--mkt {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 14px;
    background: var(--success);
    color: var(--white);
}

.links-services__card-icon--field-trials {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 14px;
    background: #1A2B5C;
    color: var(--white);
}

.links-services__card-icon--meu-agronomo {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 14px;
    background: #423B32;
    color: var(--white);
}

.links-services__card-icon--meu-horti {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 14px;
    background: #287040;
    color: var(--white);
}


.color-meu-agronomo {
    color: #423B32;
}

.color-meu-horti {
    color: #423B32;
}

.links-services__card-text p {
    font-size: var(--p);
    color: var(--title);
    font-weight: var(--fw-500);
    margin-bottom: 0;
}

.links-services__card-text small {
    font-size: var(--small);
    color: var(--description);
    font-weight: var(--fw-300);
    margin-bottom: 0;
}

.links-services__card-form {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--border-radius);
}