@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
* { box-sizing: border-box; }


body {
    background-color: var(--background);
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
    position: relative;
    margin: 0;
    color: var(--text-main);
    font-size: 20px;
    line-height: 35px;
    font-variant-ligatures: none;
}
body {
    --theme: 212;
}
body:has(:is(section, div) .content div .theme #orange:checked)  {
   --theme: 9; 
}
body:has(:is(section, div) .content div .theme #purple:checked)  {
   --theme: 270; 
}
div#top {
    margin-top: 40px;
}
body {
    --background: hsl(var(--theme), 100%, 98%);
    --text-main: hsl(var(--theme), 22%, 35%);
    --text-light: hsl(var(--theme), 13%, 50%);
    --brand-prime: hsl(var(--theme), 90%, 60%);
    --brand-mid: hsl(var(--theme), 100%, 90%);
    --brand-dark: hsl(var(--theme), 90%, 40%);
    --stroke: hsl(var(--theme), 40%, 70%);
    --thread: hsl(var(--theme), 40%, 90%);
    --white: #FFFFFF;
}
@media (prefers-color-scheme: dark) {
    body {
        --background: hsl(var(--theme), 73%, 7%);
        --text-main: hsl(var(--theme), 33%, 85%);
        --text-light: hsl(var(--theme), 13%, 50%);
        --brand-prime: hsl(var(--theme), 88%, 70%);
        --brand-mid: hsl(var(--theme), 73%, 15%);
        --brand-dark: hsl(var(--theme), 90%, 40%);
        --stroke: hsl(var(--theme), 40%, 70%);
        --thread: hsl(var(--theme), 40%, 90%);
        --white: hsl(var(--theme), 73%, 3%);
    }
    .brands {
        filter: brightness(100);
    }
}
hr { border: none;
border-bottom: 1px solid var(--stroke); }
.theme {
    display: flex;
    gap: 10px;
    align-items: center;
}
.theme-switcher {
    border-radius: 50px;
    height: 10px;
    width: 20px;
    border: 1px solid;
    display: inline-block;
    transition: color .3s ease, width .3s ease;
}
.logo {
    color: var(--text-stroke);
    height: 32px;
}
.theme-switcher:hover {
    cursor: pointer;
    width: 30px;
}
input[type="radio"].hidden { display: none; }
input[type="radio"]:checked + label {
    width: 30px;
}
.theme-switcher.blue {
    border-color: #3D93F5;
    color: var(--white);
}
input[type="radio"]:checked + label.blue {
    background-color: #3D93F5;
}
.theme-switcher.orange {
    border-color: #F23716;
}
input[type="radio"]:checked + label.orange {
    background-color: #F23716;
}
.theme-switcher.purple {
    border-color: #8416F2;
}
input[type="radio"]:checked + label.purple {
    background-color: #8416F2;
}
section {
    min-height: 80vh;
    padding: 80px;
    position: relative;
}
section.small {
    min-height: auto;
}
section#blog {
    min-height: auto;
}
a, a:visited, a:active {
    color: var(--brand-prime);
    transition: background-color .3s ease, color .3s ease;
}
a.button, a.button:visited, a.button:active {
    text-decoration: none;
    background-color: var(--brand-prime);
    color: var(--white);
    display: inline-block;
    border-radius: 1000px;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 18px;
}
.side-by-side {
    display: flex;
    align-items: center;
    font-size: 18px;
    column-gap: 10px;
}
a:hover {
    color: var(--brand-dark);
}
a.button:hover {
    color: var(--white);
    background-color: var(--brand-dark);
}
.float {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}
.photo {
    border-radius: 1000px;
    padding: 15px;
    border: 1px solid var(--stroke);
    overflow: hidden;
    width: 350px;
    min-width: 350px;
    height: 500px;
    position: relative;
}
.photo img { border-radius: 1000px; }
.blob, .blob2 {
    position: absolute;
    mix-blend-mode: overlay;
    width: 350px;
    filter: blur(30px);
    height: 100%;
    border-radius: 1000px;
}
.blob {
    opacity: .6;
    height: 100%;
    border-radius: 1000px;
    right: -45%;
    top: 75px;
    background-color: var(--brand-prime);
}
.blob2 {
    opacity: .4;
    left: -25%;
    top: 0px;
    background-color: #e9cf92;
}
.float .portrait {
    object-position: top center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.center-h {
    display: flex;
    justify-content: center;
}
section.center-v {
    display: flex;
    align-items: center;
}
.content, article {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.excerpt {
    margin-bottom: 15px;
}
.content.smaller {
    max-width: 720px;
}
h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 800;
    margin-top: 0;
    color: var(--brand-prime);
}
h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 8px;
}
article img {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 5px;
    border-radius: 12px;
    border: 1px solid var(--stroke);
}
article img.contain {
    width: 100%;
    margin-left: 0;
}
.post {
    border-bottom: 1px solid var(--stroke);
    padding-bottom: 10px;
}
.blogroll {
    text-decoration: none;
}
.blogroll h3 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    text-wrap: wrap;
}
.author {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 20px 0;
}
.author-photo {
    width: 50px;
    height: 50px;
    max-height: 50px;
    border-radius: 200px;
    position: relative;
    overflow: hidden;
}
.author-photo img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: none;
    border: none;
    margin: 0;
    padding: 0;
}
.meta, .author {
    font-size: 14px;
    line-height: 20px;
}
@media screen and (max-width: 1040px) {
    article img {
        width: 100%;
        margin-left: 0;
    }
}
article h1, article h2, article h3 {
    color: var(--text-main);
    margin: 30px 0 10px;
    text-wrap: wrap;
}
article h1 + p, article h2 + p, article h3 + p {
    margin-top: 0;
}
.overline {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-light);
}
.tiles {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.tile {
    width: calc(50% - 20px);
}
.tile.contained {
    background-color: var(--white);
    padding: 30px 20px;
    border-radius: 12px;
}
.tile h3 { font-weight: 600; }
.tile.vspread {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tile.contained.brandtheme {
    background-color: var(--text-main);
    color: var(--white);
}
.tile.contained.brandtheme h3 {
    color: var(--white);
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}
.tile.flex {
    display: flex;
    gap: 10px;
}
.tile .number {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    border: 1px solid var(--brand-prime);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: var(--brand-prime);
}
.tile h3 {
    color: var(--brand-prime);
}
.tile p {
    margin: 0;
}
.tile.small p {
    font-size: 15px;
    line-height: 25px;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.logos {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.logos-mobile {
    overflow: hidden;
    display: none;
}
.logos-mobile img {
    height: 85px;
}
.logos-track, .logos-slide {
    text-wrap: nowrap;
}
.logos-slide { 
    display: inline-block;
    animation: 15s slide linear infinite;
}
.logos-track:hover .logos-slide {
    animation-play-state: paused;
}
.logos img {
    height: 100px;
}
.animate-line {
    animation: fade-in linear;
    animation-timeline: view();
    animation-range-start: 0vh;
    animation-range-end: 50vh;
}
@keyframes fade-in {
    from {opacity: 0; }
    to { opacity: 1; }
}
.animate-fade-zoom { animation: fade-zoom linear; }
.animate-left { animation: fade-left linear; }
.animate-right { animation: fade-right linear; }
.animate-bot { animation: fade-bottom linear; }
.animate-top { animation: fade-top linear; }
.animate-left,
.animate-right,
.animate-bot,
.animate-top {
    animation-timeline: view();
    animation-range-start: 0vh;
    animation-range-end: 50vh;
    -moz-animation-timeline: view();
    -moz-animation-range-start: 0vh;
    -moz-animation-range-end: 50vh;
}
.animate-fade-zoom {
    animation-timeline: view();
    animation-range-start: 0vh;
    animation-range-end: 30vh;
    -moz-animation-timeline: view();
    -moz-animation-range-start: 0vh;
    -moz-animation-range-end: 30vh;
}

.animate-bottom { 
    animation-range-start: 0vh;
    animation: fade-bottom linear; 
    animation-timeline: view();
    -moz-animation-range-start: 0vh;
    -moz-animation: fade-bottom linear; 
    -moz-animation-timeline: view();
}
.animate-bottom.delay-0 {
    animation-range-end: 15vh;
}
.animate-bottom.delay-1 {
    animation-range-end: 20vh;
}
.animate-bottom.delay-2 {
    animation-range-end: 25vh;
}
.animate-bottom.delay-3 {
    animation-range-end: 35vh;
}
.animate-bottom.delay-4 {
    animation-range-end: 40vh;
}

@keyframes fade-zoom {
    from {opacity: 0; transform: scale(1.2); }
    to { opacity: 1; transform: scale(1); }
}
@keyframes fade-left {
    from {opacity: 0; transform: translateX(-150px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fade-right {
    from {opacity: 0; transform: translateX(150px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fade-bottom {
    from {opacity: 0; transform: translateY(150px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fade-top {
    from {opacity: 0; transform: translateY(-150px); }
    to { opacity: 1; transform: translateY(0); }
}
footer {
    padding: 80px;
    font-size: 12px;
    line-height: 20px;
    color: var(--text-light);
    width: 100%;
}
.draw {
  color: var(--thread); /* stroke color via currentColor */
}

/* Start with the path fully hidden (offset = full length) */
.draw path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 2s ease-in-out forwards;
}
/* The line “draws in” by reducing the offset to 0 */
@keyframes dash {
  to { stroke-dashoffset: 0; }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .draw path {
    animation: none;
    stroke-dashoffset: 0;
  }
}

.reviews, .review {
    display: flex;
    gap: 20px;
}
.review {
    flex-direction: column;
}
.review img {
    max-width: 100%;
    border-radius: 12px;

}
.review-card {
    font-size: 15px;
    line-height: 25px;
    padding: 20px;
    border-radius: 12px;
    background-color: var(--white);
}
.signature {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
}
.signature img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 200px;
}
.features {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 40px;
    margin: 80px 0 40px;
    text-align: center;
}
.feature { 
    width: calc(32% - 10px);
}
.feature p {
    font-size: 15px;
    line-height: 25px;
    text-wrap: balance;  
}
.feature h3, .feature p {
    margin: 0 0 5px 0;
}
.feature svg {
    color: var(--brand-prime);
    height: 60px;
}
ul.benefits {
    padding: 0;
    margin: 15px 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 30px;
}
ul.benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
    color: var(--brand-mid);
}
ul.benefits li svg {
    height: 20px;
    color: var(--white);
}

.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}
.floating-whatsapp img {
    height: 50px;
}
.floating-whatsapp .whatsapp-text {
    display: none;
}

@media screen and (max-width: 780px) {
    body {
        font-size: 17px;
        line-height: 30px;
    }
    ul.benefits {
        font-size: 15px;
        line-height: 25px;
    }
    .larger {
        font-size: 20px;
        line-height: 35px;
    }
    section, footer {
        padding: 50px 40px;
    }
    .float {
        flex-direction: column;
        align-items: center;
    }
    .photo {
        height: 350px;
    }
    h1 {
        font-size: 30px;
        line-height: 45px;
        text-wrap: balance;
    }
    .feature { 
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 560px) {
    .floating-whatsapp {
        position: fixed;
        bottom: 10px;
        right: 10px;
        left: 10px;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, .7);
        backdrop-filter: blur(12px);
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 15px;
        text-align: center;
    }
    @media (prefers-color-scheme: dark) {
        .floating-whatsapp {
            background-color: rgba(0, 0, 0, .7);
        }
    }
    .floating-whatsapp img {
        height: 30px;
    }
    .floating-whatsapp .whatsapp-text {
        display: block;
        color: var(--text-main);
    }
    section, footer {
        padding: 50px 20px;
    }
    .tiles {
        flex-direction: column;
    }
    .logos {
        flex-wrap: wrap;
        display: none;
    }
    .logos-mobile {
        display: block;
    }
    .tile {
        width: 100%;
    }
    .photo {
        width: 280px;
        min-width: 280px;
        height: 280px;
        padding: 10px;
    }
    .reviews {
        flex-direction: column-reverse;
    }
    .button {
        width: 80%;
        margin: 20px 10%;
        text-align: center;
    }
    .side-by-side {
        flex-direction: column;
    }
}