/* Home Page Styles - InoMedical Theme */
/* Home Banner Carousel */
.home-banner {
    position: relative;
    width: 100%;
    height: 516px;
    overflow: hidden;
    background: #d9d9d9;
}

.home-banner-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    background-image: linear-gradient(90deg, rgb(0 0 0 / 34%) 8%, rgb(0 0 0 / 12%) 56%), radial-gradient(circle at 18% 80%, rgb(255 165 0 / 0%), #00000000 38%), var(--slide-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    /* background-position-y: -75px; */
}

.home-banner-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.home-banner-overlay {
    /* position: absolute; */
    /* inset: 0; */
    /* pointer-events: none; */
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.14) 100%); */
}

.home-banner-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 82px;
}

.home-banner-title {
    max-width: 642.6px;
    margin: 0;
    color: #ffffff;
    /* font-size: clamp(2rem, 4vw, 4.25rem); */
    line-height: 100%;
    font-weight: 900;
    /* text-transform: uppercase; */
    font-size: 55px;
}

.home-banner-slide.is-active .home-banner-title {
    animation: bannerTitleIn 0.9s ease-out both;
}

.home-banner-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.home-banner-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
}

.home-banner-dot:hover {
    background: rgba(255, 255, 255, 0.82);
    transform: scale(1.08);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.home-banner-dot.is-active {
    background: #ffffff;
    transform: scale(1.14);
}

/* Sobre Nos */
.about-nos-section {
    background: #ffffff;
    padding: 72px 0;
}

.about-nos-container {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 52px;
    max-width: 1220px;
}

.about-nos-photo {
    width: 100%;
    height: 517px;
    border-radius: 24px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), var(--about-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.about-nos-content {
    color: #1f4b6a;
}

.about-nos-title {
    margin: 0 0 20px;
    font-size: 55px;
    line-height: 120%;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #015FB7;
    max-width: 20px;
    /* display: flex; */
}

.about-nos-title span {
    color: #A4D146;
}

.about-nos-content p {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1.35;
    color: #214E67;
    line-height: 100%;
    letter-spacing: 0%;
    /* text-align: justify; */
    font-weight: 100;
}

.about-nos-content p:last-child {
    margin-bottom: 0;
}

.about-nos-content strong {
    font-weight: 700;
}

/* Home Metrics */
.home-metrics-section {
    background: #ffffff;
    padding: 0 0 54px;
}

.home-metrics-wrap {
    background: #9ccc3b;
    border-radius: 38px;
    padding: 41px 61px 23px 61px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 98px;
    height: 400px;
    width: 100%;
    /* padding: 32px; */
}

.home-metric-item {
    color: #ffffff;
    transition: transform 0.25s ease;
}

.home-metric-item:hover {
    transform: translateY(-4px);
}

.home-metric-head {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 8px;
}

.home-metric-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.home-metric-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.home-metric-icon-team img {
    width: 100px;
    height: 100px;
}

.home-metric-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.home-metric-title strong {
    line-height: 120%;
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 0;
}

.home-metric-title span {
    font-size: 36px;
    font-weight: 300;
    line-height: 106%;
}

.home-metric-text {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.26;
    letter-spacing: 0%;
    font-weight: 300;
    line-height: 120%;
    margin-top: 37px;
    text-align: justify;
    font-family: 'Albert Sans';
}

/* Home Products */
.home-products-section {
    background: #edf5fb;
    padding: 42px 0 56px;
}

.home-products-title {
    margin: 0;
    color: #214E67;
    font-size: 48px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-products-subtitle {
    margin: 18px 0 34px;
    color: #2d5f7f;
    font-size: 28px;
    line-height: 1.3;
}

.home-products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 60px;
}

.home-product-card {
    text-decoration: none;
    background: #f5f7f8;
    min-height: 302px;
    border-radius: 20px;
    border-bottom: 12px solid #A4D146;
    padding: 18px 16px 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #214E67;
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
    width: 224px;
}

.home-product-icon {
    width: 114px;
    height: 115px;
    border-radius: 50%;
    background: #A4D146;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 15px;
}

.home-product-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
}

.home-product-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-product-arrow {
    margin-top: auto;
    width: 48px;
    height: 48px;
    background-color: #A4D146;
    display: block;
    -webkit-mask-image: url('../img/icons/seta.svg');
    mask-image: url('../img/icons/seta.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.2s ease;
}

.home-product-card:hover {
    transform: translateY(-4px);
    background: #214e67;
    color: #fff;
    box-shadow: 0 16px 24px rgba(33, 78, 103, 0.2);
}

.home-product-card:active, .home-product-card.is-active {
    /* background: #214E67; */
    /* color: #fff; */
}

.home-product-card:active .home-product-arrow, .home-product-card:hover .home-product-arrow, .home-product-card.is-active .home-product-arrow {
    background-color: #A4D146;
}

.home-product-card:focus-visible {
    outline: 3px solid #1f4b6a;
    outline-offset: 2px;
}

/* Home Contact (CF7) */
.home-contact-section {
    background: #ffffff;
    padding: 0 0 56px;
}

.home-contact-card {
    background: #F9F9F9;
    border-radius: 38px;
    padding: 24px;
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: center;
    /* margin-top: 60px; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(22, 58, 84, 0.14);
}

.home-contact-media {
    border-radius: 22px;
    overflow: hidden;
    min-height: 0;
    /* aspect-ratio: 0.62 / 1; */
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgb(0 0 0 / 0%)), var(--contact-image);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 560px;
    justify-self: start;
    height: 587px;
}

.home-contact-media-overlay {
    padding: 22px 24px;
    color: #ffffff;
}

.home-contact-media-overlay h3 {
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 109%;
    font-weight: 700;
}

.home-contact-media-overlay p {
    margin: 0;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    max-width: 240px;
    font-weight: 400;
}

.home-contact-linkedin {
    margin-top: 12px;
    width: 35px;
    height: 37px;
    border-radius: 3px;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    text-transform: lowercase;
    margin-bottom: 30px;
    margin-top: 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-contact-linkedin:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.home-contact-form-wrap {
    padding: 4px 2px 0;
    min-width: 0;
    display: flex;
}

.home-contact-form-wrap .wpcf7 form {
    display: block;
    transform: scale(0.9);
    margin-top: 20px;
}

.home-contact-form-wrap .wpcf7 form p {
    margin: 0;
}

.home-contact-form-wrap .wpcf7 .form-row {
    /* margin-bottom: 14px; */
    /* margin-top: 20px; */
}

.home-contact-form-wrap .wpcf7 .form-row > p {
    margin: 0 0 8px;
    /* color: #1f3f56; */
    font-size: 16px;
}

.home-contact-form-wrap .wpcf7 .form-row.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.home-contact-form-wrap .wpcf7 label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    color: #031E2D;
    font-weight: 400;
    line-height: 20px;
}

.home-contact-form-wrap .wpcf7-form-control-wrap {
    display: flex;
}

.home-contact-form-wrap .wpcf7 input[type="text"], .home-contact-form-wrap .wpcf7 input[type="email"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #8fa2af;
    background: transparent;
    padding: 8px 2px 10px;
    font-size: 13px;
    color: #37586d;
    outline: 0;
}

.home-contact-form-wrap .wpcf7 input[type="tel"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #8fa2af;
    background: transparent;
    padding: 8px 2px 10px;
    font-size: 13px;
    color: #37586d;
    outline: 0;
}

.home-contact-form-wrap .wpcf7 textarea {
    width: 100%;
    height: 116px;
    border-radius: 8px;
    border: 2px solid #8fa2af;
    background: transparent;
    padding: 11px 12px;
    resize: vertical;
    font-size: 13px;
    color: #37586d;
    outline: 0;
}

.home-contact-form-wrap .wpcf7 input[type="text"]:focus, .home-contact-form-wrap .wpcf7 input[type="email"]:focus, .home-contact-form-wrap .wpcf7 input[type="tel"]:focus, .home-contact-form-wrap .wpcf7 textarea:focus {
    border-color: #1f4b6a;
}

.home-contact-form-wrap .wpcf7 input::placeholder, .home-contact-form-wrap .wpcf7 textarea::placeholder {
    color: #758996;
}

.home-contact-form-wrap .wpcf7 .wpcf7-list-item {
    margin: 0 14px 8px 0;
    display: inline-flex;
    vertical-align: top;
}

.home-contact-form-wrap .wpcf7 .wpcf7-list-item label {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #2f4f65;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

.home-contact-form-wrap .wpcf7 .wpcf7-list-item-label {
    display: inline-block;
    white-space: nowrap;
}

.home-contact-form-wrap .wpcf7 .wpcf7-radio {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.home-contact-form-wrap .wpcf7 .wpcf7-radio::-webkit-scrollbar {
    display: none;
}

.home-contact-form-wrap .wpcf7 input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #a6b3bc;
    background: #ffffff;
    margin: 0;
    cursor: pointer;
}

.home-contact-form-wrap .wpcf7 input[type="radio"]:checked {
    border-color: #98c93d;
    background: #98c93d;
}

.home-contact-form-wrap .wpcf7 input[type="radio"]:focus-visible {
    outline: 2px solid rgba(152, 201, 61, 0.35);
    outline-offset: 2px;
}

.home-contact-form-wrap .wpcf7 .form-row:last-child {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.home-contact-form-wrap .wpcf7 input[type="submit"] {
    border: 0;
    border-radius: 37.5px;
    background-color: #98c93d;
    color: #ffffff;
    width: 302px;
    height: 54px;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
    background-image: url('../img/icons/seta-btn.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    /* background-size: 18px 18px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding-left: 38px;
}

.home-contact-form-wrap .wpcf7 input[type="submit"]:hover {
    filter: brightness(0.95);
    transform: translateY(-1px);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="50" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="30" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    animation: fadeInLeft 1s ease;
}

.hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: fadeInLeft 1s ease 0.2s both;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeInLeft 1s ease 0.4s both;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 1s ease 0.3s both;
}

.hero-placeholder {
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Services Section */
.services-section {
    padding: 5rem 0;
    background: #ffffff;
}

.section-header {
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: #ffffff;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.service-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.service-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.service-link::after {
    content: 'â†’';
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #0056b3;
}

.service-link:hover::after {
    transform: translateX(5px);
}

/* About Section */
.about-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

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

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.about-description {
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

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

.stat-item {
    text-align: center;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.4;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-placeholder {
    width: 100%;
    max-width: 400px;
    height: 400px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    color: #007bff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Doctors Section */
.doctors-section {
    padding: 5rem 0;
    background: #ffffff;
}

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

.doctor-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.doctor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.doctor-image {
    margin-bottom: 1.5rem;
}

.doctor-placeholder {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 3rem;
    color: #007bff;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.doctor-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.doctor-specialty {
    color: #007bff;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.doctor-credentials {
    color: #6c757d;
    font-size: 0.9rem;
}

/* CTA Section */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="50" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="30" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section .btn-large {
    background: #ffffff;
    color: #007bff;
    font-weight: 700;
}

.cta-section .btn-large:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .home-metrics-wrap {
        gap: 20px;
        padding: 18px;
    }

    .home-metric-title strong {
        font-size: 34px;
    }

    .home-metric-title span {
        font-size: 30px;
    }

    .about-nos-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-nos-photo {
        max-width: 460px;
        margin: 0 auto;
    }

    .about-nos-content {
        max-width: 920px;
        margin: 0 auto;
    }

    .about-nos-title {
        font-size: 44px;
    }

    .about-nos-content p {
        font-size: 16px;
    }

    .home-banner {
        height: 390px;
    }

    .home-banner-content {
        padding-bottom: 68px;
    }

    .hero-content, .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .hero-title, .about-title {
        font-size: 2.2rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    .about-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .home-metrics-section {
        padding-bottom: 36px;
    }

    .home-metrics-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
        border-radius: 14px;
        padding: 9px;
        /* padding-bottom: 120px; */
    }

    .home-metric-title strong {
        font-size: 30px;
    }

    .home-metric-title span {
        font-size: 24px;
    }

    .home-metric-text {
        font-size: 12px;
        line-height: 1.35;
    }

    .about-nos-section {
        padding: 36px 0;
    }

    .about-nos-photo {
        height: 340px;
        border-radius: 18px;
    }

    .about-nos-title {
        font-size: 34px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        width: 100%;
        white-space: nowrap;
    }

    .about-nos-content p {
        font-size: 15px;
        line-height: 1.35;
        margin-bottom: 14px;
        text-align: justify;
    }

    .home-banner {
        height: 320px;
    }

    .home-banner-content {
        align-items: center;
        padding-bottom: 0;
    }

    .home-banner-title {
        max-width: 420px;
        font-size: clamp(1.55rem, 5.8vw, 2.45rem);
    }

    .home-banner-dots {
        bottom: 20px;
    }

    .hero-section {
        padding: 4rem 0;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-placeholder {
        width: 300px;
        height: 300px;
        font-size: 6rem;
    }

    .services-section, .about-section, .doctors-section, .cta-section {
        padding: 3rem 0;
    }

    .section-title, .cta-title {
        font-size: 2rem;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .service-card {
        padding: 1.5rem;
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat-item {
        display: flex;
        align-items: center;
        text-align: left;
        padding: 1rem;
    }

    .stat-number {
        font-size: 1.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
        min-width: 60px;
    }

    .about-placeholder {
        height: 300px;
        font-size: 4rem;
    }

    .doctors-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 480px) {
    .home-metric-head {
        gap: 10px;
    }

    .home-metric-icon {
        width: 48px;
        height: 48px;
    }

    .home-metric-icon img {
        width: 24px;
        height: 24px;
    }

    .home-metric-title strong {
        font-size: 24px;
    }

    .home-metric-title span {
        font-size: 20px;
    }

    .about-nos-section {
        padding: 28px 0;
    }

    .about-nos-photo {
        height: 270px;
    }

    .about-nos-title {
        font-size: 30px;
        margin-bottom: 14px;
        /* text-align: center; */
    }

    .about-nos-content p {
        font-size: 14px;
    }

    .home-banner {
        height: 270px;
    }

    .home-banner-title {
        font-size: clamp(1.35rem, 7.2vw, 2rem);
        line-height: 1.12;
    }

    .home-banner-dots {
        gap: 8px;
        bottom: 14px;
    }

    .home-banner-dot {
        width: 9px;
        height: 9px;
    }

    .hero-section {
        padding: 3rem 0;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-placeholder {
        width: 250px;
        height: 250px;
        font-size: 5rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-large {
        width: 100%;
        max-width: 250px;
    }

    .section-title, .about-title, .cta-title {
        font-size: 1.8rem;
    }

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

    .service-card, .doctor-card {
        padding: 1.5rem;
    }

    .about-placeholder {
        height: 250px;
        font-size: 3rem;
    }
}

/* AnimaÃ§Ãµes */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

@keyframes bannerTitleIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

/* Scroll animations */
.has-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.has-reveal.is-visible, .has-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.service-card:nth-child(1).visible {
    transition-delay: 0.1s;
}

.service-card:nth-child(2).visible {
    transition-delay: 0.2s;
}

.service-card:nth-child(3).visible {
    transition-delay: 0.3s;
}

.service-card:nth-child(4).visible {
    transition-delay: 0.4s;
}

.service-card:nth-child(5).visible {
    transition-delay: 0.5s;
}

.service-card:nth-child(6).visible {
    transition-delay: 0.6s;
}

.doctor-card:nth-child(1).visible {
    transition-delay: 0.1s;
}

.doctor-card:nth-child(2).visible {
    transition-delay: 0.2s;
}

.doctor-card:nth-child(3).visible {
    transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .home-banner-slide.is-active .home-banner-title {
        animation: none;
    }

    .has-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1024px) {
    .home-products-title {
        font-size: 42px;
    }

    .home-products-subtitle {
        font-size: 24px;
    }

    .home-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-products-section {
        padding: 34px 0 42px;
    }

    .home-products-title {
        font-size: 34px;
        text-align: center;
    }

    .home-products-subtitle {
        margin-bottom: 24px;
        font-size: 18px;
        text-align: center;
        max-width: 420px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .home-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-product-card {
        min-height: 200px;
    }

    .home-product-name {
        font-size: 16px;
        min-height: 46px;
    }
}

@media (max-width: 480px) {
    .home-products-grid {
        /* grid-template-columns: 1fr; */ display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .home-product-card {
        min-height: 178px;
    }

    .home-product-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 12px;
    }

    .home-product-icon img {
        width: 30px;
        height: 30px;
    }

    .home-product-name {
        font-size: 15px;
        min-height: 36px;
    }

    .home-product-arrow {
        width: 20px;
        height: 20px;
    }

    .home-contact-section {
        padding-bottom: 34px;
    }

    .home-contact-card {
        padding: 14px;
        border-radius: 14px;
    }

    .home-contact-media {
        min-height: 240px;
    }

    .home-contact-media-overlay h3 {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .home-contact-card {
        grid-template-columns: 1fr;
    }

    .home-contact-media {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .home-contact-card {
        padding: 16px;
        border-radius: 16px;
        overflow: hidden;
    }

    .home-contact-form-wrap {
        padding: 0;
        display: block;
        width: 100%;
        min-width: 0;
    }

    .home-contact-form-wrap .wpcf7 {
        width: 100%;
    }

    .home-contact-form-wrap .wpcf7 form {
        width: 100%;
        transform: none;
        margin-top: 0;
    }

    .home-contact-form-wrap .wpcf7 .form-row {
        margin-bottom: 16px;
    }

    .home-contact-form-wrap .wpcf7 label {
        font-size: 14px;
        gap: 6px;
    }

    .home-contact-form-wrap .wpcf7 .form-row > p {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .home-contact-form-wrap .wpcf7 .form-row.two-columns {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-contact-form-wrap .wpcf7-form-control-wrap {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .home-contact-form-wrap .wpcf7 input[type="text"], .home-contact-form-wrap .wpcf7 input[type="email"], .home-contact-form-wrap .wpcf7 input[type="tel"] {
        width: 100%;
        font-size: 14px;
        padding: 10px 2px 12px;
    }

    .home-contact-form-wrap .wpcf7 .wpcf7-list-item label {
        font-size: 13px;
    }

    .home-contact-form-wrap .wpcf7 textarea {
        width: 100%;
        height: 128px;
        font-size: 14px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .home-contact-form-wrap .wpcf7 .wpcf7-list-item {
        margin: 0 10px 8px 0;
    }

    .home-contact-form-wrap .wpcf7 .wpcf7-radio {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 2px;
    }

    .home-contact-form-wrap .wpcf7 input[type="submit"] {
        /* width: min(302px, 100%); */
        height: 50px;
        font-size: 24px;
        padding-left: 0;
        text-align: center;
        background-position: right 16px center;
        /* justify-content: center; */
        /* margin: 0 auto; */
    }
}

@media (max-width: 480px) {
    .home-contact-form-wrap .wpcf7 .form-row > p {
        font-size: 17px;
    }

    .home-contact-form-wrap .wpcf7 label {
        font-size: 13px;
    }

    .home-contact-form-wrap .wpcf7 input[type="text"], .home-contact-form-wrap .wpcf7 input[type="email"], .home-contact-form-wrap .wpcf7 input[type="tel"], .home-contact-form-wrap .wpcf7 textarea {
        font-size: 13px;
    }

    .home-contact-form-wrap .wpcf7 input[type="submit"] {
        /* height: 46px; */
        /* font-size: 20px; */
    }
}

.submit-row {
    display: flex;
    justify-content: flex-end;
    margin-top: -15px;
    /* margin-bottom: 39px; */
    /* padding-bottom: 320px; */
}

.submit-row input[type="submit"] {
    /* background: #ffffff; */
    /* color: white; */
    /* border: none; */
    padding: 16px 40px;
    border-radius: 40px;
    font-size: 18px;
    cursor: pointer;
    border-top-left-radius: 0!important;
}

.wpcf7-spinner {
    display: none !important;
}

.home-banner-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.home-banner-content-wrap p {
    color: #ffffff;
    max-width: 542px;
}
