/*
Theme Name: Tantra y Masaje
Template: astra
Author: The Lift co
Version: 4.13.8.1786122897
Updated: 2026-08-07 17:14:57

*/

   /* =========================================================
   TEYA — GLOBAL HOME CSS
   ========================================================= */

:root {

    --teya-bg: #FAF7F2;
    --teya-surface: #EDE4D5;
    --teya-purple: #7F77DD;
    --teya-turquoise: #4ECFC1;
    --teya-gold: #C89B4A;
    --teya-text: #2C1F4A;

    --teya-white: #FFFFFF;

    --teya-purple-dark: #24183D;

    --teya-container: 1240px;

    --teya-transition:
        300ms cubic-bezier(.22,.61,.36,1);
}


/* =========================================================
   RESET LOCAL
   ========================================================= */

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

.teya-home {
    overflow: hidden;

    color: var(--teya-text);

    background: var(--teya-bg);

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

.teya-home img {
    display: block;

    max-width: 100%;
}

.teya-home a {
    text-decoration: none;
}

.teya-container {
    width: min(
        calc(100% - 48px),
        var(--teya-container)
    );

    margin-inline: auto;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.teya-eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: var(--teya-purple);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .18em;

    line-height: 1.3;

    text-transform: uppercase;
}

.teya-eyebrow::before {
    content: "";

    width: 24px;
    height: 1px;

    background: var(--teya-gold);
}

.teya-home h1,
.teya-home h2,
.teya-home h3 {
    margin-top: 0;
}

.teya-home h1 em,
.teya-home h2 em,
.teya-home h3 em {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-weight: 400;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.teya-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 0 25px;

    border: 1px solid transparent;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .13em;

    text-transform: uppercase;

    transition:
        transform var(--teya-transition),
        background var(--teya-transition),
        color var(--teya-transition),
        border-color var(--teya-transition);
}

.teya-btn:hover {
    transform: translateY(-2px);
}

.teya-btn--primary {
    color: var(--teya-purple-dark);

    background: var(--teya-turquoise);
}

.teya-btn--primary:hover {
    color: var(--teya-purple-dark);

    background: #69ded2;
}

.teya-btn--outline {
    color: var(--teya-text);

    border-color: rgba(44,31,74,.25);

    background: transparent;
}

.teya-btn--outline:hover {
    color: var(--teya-white);

    border-color: var(--teya-purple);

    background: var(--teya-purple);
}

.teya-btn--text {
    min-height: auto;

    padding: 0;

    color: var(--teya-text);
}

.teya-btn--text span {
    margin-left: 10px;

    color: var(--teya-purple);
}

.teya-btn--light {
    color: var(--teya-purple-dark);

    background: var(--teya-turquoise);
}

.teya-btn--light:hover {
    background: var(--teya-white);
}


/* =========================================================
   HERO
   ========================================================= */

.teya-hero {
    position: relative;

    min-height: calc(100vh - 80px);

    display: flex;
    align-items: center;

    padding: 55px 0 70px;

    background: var(--teya-bg);
}

.teya-hero__background {
    position: absolute;

    inset: 0;

    pointer-events: none;

    background:
        radial-gradient(
            circle at 7% 80%,
            rgba(127,119,221,.08),
            transparent 25%
        ),
        radial-gradient(
            circle at 85% 15%,
            rgba(78,207,193,.12),
            transparent 25%
        );
}

.teya-hero__container {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, .9fr)
        minmax(480px, 1.1fr);

    align-items: center;

    gap: clamp(45px, 7vw, 110px);
}

.teya-hero__content {
    max-width: 610px;
}

.teya-hero h1 {
    margin: 22px 0 27px;

    color: var(--teya-text);

    font-size: clamp(
        55px,
        6.2vw,
        92px
    );

    font-weight: 500;

    line-height: .91;

    letter-spacing: -.055em;
}

.teya-hero h1 span {
    display: block;

    color: var(--teya-purple);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-style: italic;

    font-weight: 400;
}

.teya-hero__intro {
    max-width: 530px;

    margin: 0 0 13px;

    color: var(--teya-text);

    font-size: 18px;

    line-height: 1.55;
}

.teya-hero__text {
    max-width: 520px;

    margin: 0;

    color: rgba(44,31,74,.68);

    font-size: 14px;

    line-height: 1.75;
}

.teya-hero__actions {
    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 34px;
}


/* =========================================================
   HERO VISUAL
   ========================================================= */

.teya-hero__visual {
    position: relative;

    width: 100%;

    max-width: 650px;

    justify-self: end;
}

.teya-hero__image {
    position: relative;

    width: 100%;

    aspect-ratio: 4 / 4.65;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            var(--teya-surface),
            #ddd1bd
        );
}

.teya-image-placeholder {
    position: absolute;

    inset: 0;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 8px;

    color: rgba(44,31,74,.45);

    text-align: center;
}

.teya-image-placeholder span {
    font-size: 11px;
    font-weight: 700;

    letter-spacing: .18em;

    text-transform: uppercase;
}

.teya-image-placeholder small {
    font-size: 11px;

    opacity: .7;
}


/* =========================================================
   HERO TESTIMONIAL
   ========================================================= */

.teya-hero-testimonial {
    position: absolute;

    z-index: 5;

    right: -42px;
    bottom: 42px;

    width: min(
        390px,
        65%
    );

    padding: 28px 30px 26px;

    border: 1px solid rgba(255,255,255,.7);

    background:
        rgba(44,31,74,.94);

    box-shadow:
        0 25px 60px rgba(44,31,74,.18);
}

.teya-hero-testimonial__mark {
    position: absolute;

    top: 15px;
    right: 20px;

    color: var(--teya-turquoise);

    font-family: Georgia, serif;

    font-size: 55px;

    line-height: 1;
}

.teya-hero-testimonial p {
    max-width: 290px;

    margin: 0 0 12px;

    color: var(--teya-white);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;

    font-style: italic;

    line-height: 1.1;
}

.teya-hero-testimonial p em {
    color: var(--teya-turquoise);

    font-weight: 400;
}

.teya-hero-testimonial > span {
    display: block;

    max-width: 280px;

    color: rgba(255,255,255,.62);

    font-size: 11px;

    line-height: 1.6;
}

.teya-hero-testimonial__author {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 20px;

    color: var(--teya-gold);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .17em;

    text-transform: uppercase;
}

.teya-hero-testimonial__author i {
    width: 22px;
    height: 1px;

    background: var(--teya-gold);
}


/* =========================================================
   HERO DECORATION
   ========================================================= */

.teya-hero__detail {
    position: absolute;

    z-index: 3;

    border: 1px solid rgba(127,119,221,.45);

    border-radius: 50%;

    pointer-events: none;
}

.teya-hero__detail--one {
    width: 145px;
    height: 145px;

    top: -55px;
    right: -55px;
}

.teya-hero__detail--two {
    width: 90px;
    height: 90px;

    left: -45px;
    bottom: 70px;

    border-color: rgba(200,155,74,.55);
}

.teya-hero__bottom {
    position: absolute;

    z-index: 4;

    right: 24px;
    bottom: 25px;
    left: 24px;

    display: flex;

    justify-content: space-between;

    color: rgba(44,31,74,.42);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .16em;

    text-transform: uppercase;
}

.teya-scroll {
    display: flex;

    align-items: center;

    gap: 10px;
}

.teya-scroll i {
    display: block;

    width: 28px;
    height: 1px;

    background: var(--teya-purple);
}


/* =========================================================
   SERVICES
   ========================================================= */

.teya-services {
    padding: 120px 0;

    background: var(--teya-purple-dark);

    color: var(--teya-white);
}

.teya-section-heading {
    display: grid;

    grid-template-columns:
        minmax(0, 1.3fr)
        minmax(260px, .7fr);

    align-items: end;

    gap: 50px;
}

.teya-section-heading .teya-eyebrow {
    color: var(--teya-turquoise);
}

.teya-section-heading h2 {
    max-width: 760px;

    margin: 20px 0 0;

    color: var(--teya-white);

    font-size: clamp(
        42px,
        5vw,
        70px
    );

    font-weight: 400;

    line-height: .98;

    letter-spacing: -.04em;
}

.teya-section-heading h2 em {
    color: var(--teya-turquoise);
}

.teya-section-heading > p {
    margin: 0;

    color: rgba(255,255,255,.6);

    font-size: 13px;

    line-height: 1.8;
}

.teya-services__principles {
    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 55px;

    color: var(--teya-gold);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .18em;

    text-transform: uppercase;
}

.teya-services__principles i {
    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: var(--teya-turquoise);
}

.teya-services-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 1px;

    margin-top: 55px;

    background: rgba(255,255,255,.12);
}

.teya-service-card {
    position: relative;

    min-height: 430px;

    padding: 55px;

    background: var(--teya-purple-dark);

    transition:
        background var(--teya-transition);
}

.teya-service-card:hover {
    background: #30224d;
}

.teya-service-card--accent {
    background: #2d2148;
}

.teya-service-card__number {
    position: absolute;

    top: 35px;
    right: 40px;

    color: rgba(255,255,255,.22);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .15em;
}

.teya-service-card__icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 50px;

    border: 1px solid rgba(78,207,193,.4);

    border-radius: 50%;

    color: var(--teya-turquoise);

    font-size: 19px;
}

.teya-service-card h3 {
    max-width: 430px;

    margin-bottom: 20px;

    color: var(--teya-white);

    font-size: 38px;

    font-weight: 400;

    line-height: 1.05;
}

.teya-service-card h3 em {
    display: block;

    color: var(--teya-turquoise);
}

.teya-service-card p {
    max-width: 510px;

    margin: 0;

    color: rgba(255,255,255,.62);

    font-size: 13px;

    line-height: 1.85;
}

.teya-service-card__link {
    display: inline-flex;

    align-items: center;

    gap: 15px;

    margin-top: 35px;

    color: var(--teya-gold);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .14em;

    text-transform: uppercase;
}

.teya-service-card__link span {
    font-size: 15px;

    transition:
        transform var(--teya-transition);
}

.teya-service-card__link:hover span {
    transform: translateX(5px);
}


/* =========================================================
   ABOUT
   ========================================================= */

.teya-about {
    padding: 130px 0;

    background: var(--teya-bg);
}

.teya-about__grid {
    display: grid;

    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);

    align-items: center;

    gap: clamp(
        60px,
        9vw,
        130px
    );
}

.teya-about__visual {
    position: relative;
}

.teya-about__image {
    position: relative;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: var(--teya-surface);
}

.teya-about__stamp {
    position: absolute;

    right: -35px;
    bottom: 35px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    width: 115px;
    height: 115px;

    border-radius: 50%;

    color: var(--teya-purple-dark);

    background: var(--teya-turquoise);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .12em;

    line-height: 1.8;

    text-transform: uppercase;
}

.teya-about__content {
    max-width: 650px;
}

.teya-about__content h2 {
    margin: 22px 0 30px;

    color: var(--teya-text);

    font-size: clamp(
        42px,
        5vw,
        66px
    );

    font-weight: 400;

    line-height: .98;

    letter-spacing: -.04em;
}

.teya-about__content h2 em {
    display: block;

    color: var(--teya-purple);
}

.teya-about__content p {
    margin: 0 0 18px;

    color: rgba(44,31,74,.68);

    font-size: 14px;

    line-height: 1.85;
}

.teya-about__content .teya-about__lead {
    color: var(--teya-text);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 19px;

    line-height: 1.55;
}

.teya-about__languages {
    display: flex;

    align-items: center;

    gap: 8px;

    margin: 30px 0;
}

.teya-about__languages span {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    border: 1px solid rgba(127,119,221,.35);

    border-radius: 50%;

    color: var(--teya-purple);

    font-size: 8px;
    font-weight: 700;
}

.teya-about__languages small {
    margin-left: 8px;

    color: rgba(44,31,74,.5);

    font-size: 10px;
}


/* =========================================================
   TANTRA
   ========================================================= */

.teya-tantra {
    padding: 100px 0;

    background: var(--teya-surface);
}

.teya-tantra__inner {
    position: relative;

    display: grid;

    grid-template-columns: 150px minmax(0, 760px) 1fr;

    gap: 50px;

    padding: 70px;

    border: 1px solid rgba(44,31,74,.1);
}

.teya-tantra__label {
    color: var(--teya-purple);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .18em;

    text-transform: uppercase;
}

.teya-tantra__content h2 {
    margin: 0 0 30px;

    color: var(--teya-text);

    font-size: clamp(
        40px,
        4.5vw,
        62px
    );

    font-weight: 400;

    line-height: 1;

    letter-spacing: -.04em;
}

.teya-tantra__content h2 em {
    color: var(--teya-purple);
}

.teya-tantra__content p {
    max-width: 700px;

    margin: 0 0 18px;

    color: rgba(44,31,74,.7);

    font-size: 14px;

    line-height: 1.85;
}

.teya-tantra__content .teya-btn {
    margin-top: 20px;
}

.teya-tantra__symbol {
    align-self: center;

    justify-self: end;

    color: var(--teya-gold);

    font-size: 70px;
}


/* =========================================================
   TESTIMONIALS
   ========================================================= */

.teya-testimonials {
    padding: 125px 0;

    color: var(--teya-white);

    background: var(--teya-purple-dark);
}

.teya-section-heading--testimonials h2 {
    max-width: 760px;
}

.teya-carousel {
    margin-top: 65px;
}

.teya-carousel__viewport {
    overflow: hidden;

    border: 1px solid rgba(255,255,255,.13);
}

.teya-carousel__track {
    display: flex;

    transition:
        transform 700ms cubic-bezier(.22,.61,.36,1);

    will-change: transform;
}

.teya-testimonial {
    position: relative;

    flex: 0 0 100%;

    min-height: 450px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 70px 100px;

    text-align: center;
}

.teya-testimonial__number {
    position: absolute;

    top: 30px;
    right: 35px;

    color: rgba(255,255,255,.2);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .15em;
}

.teya-testimonial__quote {
    display: block;

    height: 45px;

    color: var(--teya-turquoise);

    font-family: Georgia, serif;

    font-size: 80px;

    line-height: .65;
}

.teya-testimonial blockquote {
    max-width: 850px;

    margin: 15px auto 25px;

    color: var(--teya-white);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(
        34px,
        4vw,
        55px
    );

    font-style: italic;

    font-weight: 400;

    line-height: 1.05;

    letter-spacing: -.035em;
}

.teya-testimonial blockquote em {
    color: var(--teya-turquoise);
}

.teya-testimonial p {
    max-width: 720px;

    margin: 0;

    color: rgba(255,255,255,.62);

    font-size: 13px;

    line-height: 1.8;
}

.teya-testimonial__author {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 28px;

    color: var(--teya-gold);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .18em;

    text-transform: uppercase;
}

.teya-testimonial__author::before {
    content: "";

    width: 25px;
    height: 1px;

    background: var(--teya-gold);
}

.teya-carousel__controls {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 30px;

    margin-top: 30px;
}

.teya-carousel__arrow {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    padding: 0;

    border: 1px solid rgba(255,255,255,.22);

    border-radius: 50%;

    color: var(--teya-white);

    background: transparent;

    cursor: pointer;

    transition:
        background var(--teya-transition),
        color var(--teya-transition),
        border-color var(--teya-transition);
}

.teya-carousel__arrow:hover {
    border-color: var(--teya-turquoise);

    color: var(--teya-purple-dark);

    background: var(--teya-turquoise);
}

.teya-carousel__counter {
    display: flex;

    align-items: center;

    gap: 10px;

    color: rgba(255,255,255,.45);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .12em;
}

.teya-carousel__counter span:first-child {
    color: var(--teya-turquoise);
}

.teya-carousel__counter i {
    width: 28px;
    height: 1px;

    background: rgba(255,255,255,.25);
}

.teya-testimonials__more {
    display: flex;

    justify-content: center;

    margin-top: 45px;
}

.teya-testimonials__more .teya-btn {
    color: var(--teya-white);

    border-color: rgba(255,255,255,.3);
}


/* =========================================================
   FAQ
   ========================================================= */

.teya-faq {
    padding: 125px 0;

    background: var(--teya-bg);
}

.teya-faq__grid {
    display: grid;

    grid-template-columns:
        minmax(280px, .7fr)
        minmax(0, 1.3fr);

    gap: clamp(
        60px,
        9vw,
        130px
    );
}

.teya-faq__intro {
    position: sticky;

    top: 120px;

    align-self: start;
}

.teya-faq__intro h2 {
    margin: 22px 0;

    color: var(--teya-text);

    font-size: clamp(
        42px,
        4.5vw,
        60px
    );

    font-weight: 400;

    line-height: .98;

    letter-spacing: -.04em;
}

.teya-faq__intro h2 em {
    color: var(--teya-purple);
}

.teya-faq__intro p {
    max-width: 390px;

    margin-bottom: 30px;

    color: rgba(44,31,74,.65);

    font-size: 13px;

    line-height: 1.8;
}

.teya-faq__list {
    border-top: 1px solid rgba(44,31,74,.16);
}

.teya-faq-item {
    border-bottom: 1px solid rgba(44,31,74,.16);
}

.teya-faq-item summary {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 27px 0;

    color: var(--teya-text);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 21px;

    line-height: 1.3;

    cursor: pointer;

    list-style: none;
}

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

.teya-faq-item summary span {
    flex: 0 0 auto;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    border: 1px solid rgba(127,119,221,.35);

    border-radius: 50%;

    color: var(--teya-purple);

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;

    font-size: 17px;

    font-style: normal;

    transition:
        transform var(--teya-transition),
        background var(--teya-transition),
        color var(--teya-transition);
}

.teya-faq-item[open] summary span {
    color: var(--teya-white);

    background: var(--teya-purple);

    transform: rotate(45deg);
}

.teya-faq-item > div {
    max-width: 760px;

    padding: 0 60px 28px 0;
}

.teya-faq-item p {
    margin: 0 0 12px;

    color: rgba(44,31,74,.65);

    font-size: 13px;

    line-height: 1.8;
}

.teya-faq-item p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.teya-final-cta {
    padding: 120px 0;

    color: var(--teya-white);

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(78,207,193,.16),
            transparent 28%
        ),
        var(--teya-purple-dark);
}

.teya-final-cta__inner {
    max-width: 900px;

    margin: auto;

    text-align: center;
}

.teya-final-cta .teya-eyebrow {
    color: var(--teya-turquoise);
}

.teya-final-cta h2 {
    margin: 25px 0;

    color: var(--teya-white);

    font-size: clamp(
        45px,
        6vw,
        78px
    );

    font-weight: 400;

    line-height: .95;

    letter-spacing: -.045em;
}

.teya-final-cta h2 em {
    color: var(--teya-turquoise);
}

.teya-final-cta p {
    max-width: 530px;

    margin: 0 auto 32px;

    color: rgba(255,255,255,.62);

    font-size: 14px;

    line-height: 1.8;
}

.teya-final-cta__location {
    margin-top: 35px;

    color: rgba(255,255,255,.35);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .16em;

    text-transform: uppercase;
}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .teya-hero__container {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(390px, .9fr);

        gap: 45px;
    }

    .teya-hero-testimonial {
        right: -20px;
    }

    .teya-tantra__inner {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .teya-tantra__symbol {
        display: none;
    }

}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .teya-container {
        width: min(
            calc(100% - 36px),
            var(--teya-container)
        );
    }


    /* HERO */

    .teya-hero {
        min-height: auto;

        display: block;

        padding: 55px 0 70px;
    }

    .teya-hero__container {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 45px;
    }

    .teya-hero h1 {
        font-size: clamp(
            49px,
            15vw,
            70px
        );
    }

    .teya-hero__intro {
        font-size: 16px;
    }

    .teya-hero__actions {
        gap: 20px;
    }

    .teya-hero__visual {
        width: calc(100% - 15px);

        margin-left: 0;
    }

    .teya-hero__image {
        aspect-ratio: 4 / 4.8;
    }

    .teya-hero-testimonial {
        right: -15px;
        bottom: 25px;

        width: 76%;

        padding: 22px;
    }

    .teya-hero-testimonial p {
        font-size: 21px;
    }

    .teya-hero__bottom {
        position: relative;

        right: auto;
        bottom: auto;
        left: auto;

        width: calc(100% - 36px);

        margin: 35px auto 0;
    }


    /* HEADINGS */

    .teya-section-heading {
        display: block;
    }

    .teya-section-heading > p {
        margin-top: 25px;
    }


    /* SERVICES */

    .teya-services,
    .teya-about,
    .teya-testimonials,
    .teya-faq {
        padding: 85px 0;
    }

    .teya-services-grid {
        grid-template-columns: 1fr;
    }

    .teya-service-card {
        min-height: 390px;

        padding: 40px 30px;
    }

    .teya-service-card__icon {
        margin-bottom: 35px;
    }


    /* ABOUT */

    .teya-about__grid {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .teya-about__stamp {
        right: -10px;
    }


    /* TANTRA */

    .teya-tantra {
        padding: 70px 0;
    }

    .teya-tantra__inner {
        display: block;

        padding: 40px 28px;
    }

    .teya-tantra__label {
        margin-bottom: 30px;
    }


    /* TESTIMONIAL */

    .teya-testimonial {
        min-height: 470px;

        padding: 60px 25px;
    }

    .teya-testimonial blockquote {
        font-size: 32px;
    }

    .teya-testimonial p {
        font-size: 12px;
    }


    /* FAQ */

    .teya-faq__grid {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .teya-faq__intro {
        position: static;
    }

    .teya-faq-item summary {
        font-size: 18px;
    }

    .teya-faq-item > div {
        padding-right: 20px;
    }


    /* CTA */

    .teya-final-cta {
        padding: 85px 0;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .teya-hero__actions {
        flex-direction: column;

        align-items: flex-start;
    }

    .teya-btn--primary {
        width: 100%;
    }

    .teya-hero-testimonial {
        position: relative;

        right: auto;
        bottom: auto;

        width: calc(100% - 20px);

        margin: -35px 0 0 auto;
    }

    .teya-hero__detail {
        display: none;
    }

    .teya-services__principles {
        flex-wrap: wrap;
    }

    .teya-about__stamp {
        width: 90px;
        height: 90px;

        font-size: 7px;
    }

    .teya-testimonial {
        min-height: 500px;
    }

}