/*
Theme Name: Dentart Custom
Theme URI: https://example.com/
Author: Dentart
Author URI: https://example.com/
Description: Tema custom minimale per Dentart.
Version: 0.1.0
Text Domain: dentart-custom
*/

:root {
    --dentart-primary: #d70b38;
    --dentart-white: #ffffff;
    --dentart-text-dark: #2a2a2a;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--dentart-text-dark);
    background: var(--dentart-white);
}

html {
    scroll-behavior: smooth;
}

a {
    color: inherit;
    text-decoration: none;
}

.dentart-container {
    width: min(1200px, 92vw);
    margin: 0 auto;
}

.dentart-navbar-wrap {
    background: var(--dentart-white);
    color: var(--dentart-primary);
    border-bottom: 1px solid rgba(215, 11, 56, 0.1);
}

.dentart-navbar {
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.dentart-brand .custom-logo {
    max-height: 78px;
    width: auto;
}

.dentart-brand__text {
    font-size: 28px;
    font-weight: 700;
    color: var(--dentart-primary);
}

.dentart-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.dentart-nav a {
    color: var(--dentart-primary);
    font-weight: 600;
    font-size: 15px;
}

.dentart-phone-btn {
    background: var(--dentart-primary);
    color: var(--dentart-white);
    border-radius: 999px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.dentart-phone-btn strong {
    font-size: 15px;
}

.dentart-hero {
    background: var(--dentart-primary);
    color: var(--dentart-white);
    position: relative;
    overflow: hidden;
    min-height: 72vh;
    padding-bottom: 90px;
}

.dentart-hero__inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 68px 0 52px;
}

.dentart-hero__content {
    max-width: 560px;
}

.dentart-hero__eyebrow {
    margin: 0 0 14px;
    font-size: 19px;
    opacity: 0.95;
}

.dentart-hero__title h1,
.dentart-hero__title h2 {
    margin: 0 0 14px;
    line-height: 1;
    font-size: clamp(44px, 8vw, 92px);
}

.dentart-hero__title strong {
    font-weight: 800;
}

.dentart-hero__text {
    max-width: 520px;
    font-size: 18px;
    line-height: 1.5;
}

.dentart-hero__text p {
    margin: 0 0 10px;
}

.dentart-hero__actions {
    display: flex;
    gap: 12px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.dentart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
    border: 1px solid var(--dentart-white);
    transition: 0.2s ease;
}

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

.dentart-btn--secondary {
    background: transparent;
    color: var(--dentart-white);
}

.dentart-btn:hover {
    transform: translateY(-1px);
    opacity: 0.96;
}

.dentart-hero__media img {
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    display: block;
}

.dentart-hero__blob {
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    z-index: 1;
}

.blob-1 {
    width: 680px;
    height: 680px;
    right: -170px;
    top: -170px;
}

.blob-2 {
    width: 460px;
    height: 460px;
    right: 14%;
    top: 12%;
    background: rgba(255, 255, 255, 0.08);
}

.blob-3 {
    width: 300px;
    height: 300px;
    left: -70px;
    bottom: -70px;
    background: rgba(255, 255, 255, 0.1);
}

.dentart-hero__wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 3;
    line-height: 0;
}

.dentart-hero__wave svg {
    display: block;
    width: 100%;
    height: clamp(70px, 10vw, 130px);
}

.dentart-dentists {
    padding: 56px 0;
    background: #fff;
}

.dentart-section {
    padding: 70px 0;
    scroll-margin-top: 96px;
}

.dentart-section h2,
.dentart-dentists h2 {
    margin: 0 0 10px;
    color: var(--dentart-primary);
    font-size: 34px;
}

.dentart-section p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}

.dentart-section--light {
    background: #fff4f7;
}

.dentart-section--white {
    background: #ffffff;
}

#dentisti {
    scroll-margin-top: 96px;
}

.dentart-about {
    position: relative;
    background: var(--dentart-primary);
    color: var(--dentart-white);
    padding-top: 120px;
    padding-bottom: 82px;
    overflow: hidden;
}

.dentart-about__wave {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    line-height: 0;
}

.dentart-about__wave svg {
    width: 100%;
    height: clamp(70px, 9vw, 120px);
    display: block;
}

.dentart-about__inner {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 46px;
}

.dentart-about__media {
    display: flex;
    justify-content: center;
}

.dentart-about__blob {
    width: min(460px, 82vw);
    aspect-ratio: 1 / 1;
    background: #fbe7ea;
    border-radius: 58% 42% 52% 48% / 44% 56% 44% 56%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.dentart-about__blob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.dentart-about__title h2,
.dentart-about__title h3 {
    margin: 0 0 14px;
    font-size: clamp(34px, 5.2vw, 56px);
    line-height: 1.08;
    color: var(--dentart-white);
}

.dentart-about__text {
    font-size: 18px;
    line-height: 1.7;
    max-width: 620px;
}

.dentart-about__text p {
    margin: 0;
}

.dentart-services {
    background: #ffffff;
    padding-top: 86px;
    padding-bottom: 86px;
}

.dentart-services__inner {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 42px;
}

.dentart-services__title h2,
.dentart-services__title h3 {
    margin: 0 0 18px;
    color: var(--dentart-primary);
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.06;
}

.dentart-services__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dentart-services__list li {
    border: 1px solid rgba(215, 11, 56, 0.22);
    border-radius: 999px;
    padding: 12px 16px;
    background: #fff7f9;
    color: var(--dentart-primary);
    font-weight: 600;
    line-height: 1.3;
}

.dentart-services__media {
    display: flex;
    justify-content: center;
}

.dentart-services__image-wrap {
    width: min(460px, 92%);
    aspect-ratio: 1 / 1;
    border-radius: 28px;
    padding: 12px;
    background:
        radial-gradient(circle at 18% 14%, rgba(215, 11, 56, 0.16) 0 12%, transparent 13%),
        radial-gradient(circle at 82% 88%, rgba(215, 11, 56, 0.12) 0 13%, transparent 14%),
        #fff0f4;
    box-shadow: 0 14px 34px rgba(215, 11, 56, 0.14);
}

.dentart-services__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.dentart-team {
    background: #ffffff;
    padding-top: 78px;
    padding-bottom: 82px;
}

.dentart-team__intro {
    margin-bottom: 26px;
}

.dentart-team__intro h2 {
    margin: 0 0 10px;
    color: var(--dentart-primary);
    font-size: clamp(34px, 5vw, 52px);
}

.dentart-team__intro p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #5a5a5a;
}

.dentart-contact-section {
    background: #fff7f9;
}

.dentart-contact-section__inner {
    max-width: 760px;
}

.dentart-contact-section__intro h2 {
    margin: 0 0 8px;
    color: var(--dentart-primary);
}

.dentart-contact-section__intro p {
    margin: 0 0 16px;
}

.dentart-footer {
    background: #ffffff;
    color: var(--dentart-text-dark);
    position: relative;
    padding-top: 110px;
    padding-bottom: 30px;
    overflow: hidden;
}

.dentart-footer__wave {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    line-height: 0;
}

.dentart-footer__wave svg {
    display: block;
    width: 100%;
    height: clamp(66px, 8vw, 118px);
}

.dentart-footer__inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 28px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(215, 11, 56, 0.2);
}

.dentart-footer .custom-logo {
    max-height: 58px;
    width: auto;
    margin-bottom: 14px;
}

.dentart-footer__brand-text {
    color: var(--dentart-primary);
    font-size: 30px;
    font-weight: 700;
}

.dentart-footer__title h2,
.dentart-footer__title h3 {
    margin: 0 0 12px;
    color: var(--dentart-primary);
    font-size: 34px;
}

.dentart-footer p {
    margin: 0 0 8px;
    line-height: 1.6;
}

.dentart-footer h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: var(--dentart-primary);
}

.dentart-footer a {
    color: var(--dentart-primary);
}

.dentart-footer__locations ul {
    margin: 0;
    padding-left: 20px;
}

.dentart-footer__locations li {
    margin-bottom: 7px;
}

.dentart-contact-form-wrap {
    margin-top: 14px;
}

.dentart-contact-feedback {
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
}

.dentart-contact-feedback.is-success {
    background: #edf9f1;
    color: #166534;
}

.dentart-contact-feedback.is-error {
    background: #fff0f0;
    color: #991b1b;
}

.dentart-contact-form {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.dentart-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.dentart-contact-form input,
.dentart-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(215, 11, 56, 0.28);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    background: #fff;
    color: #222;
}

.dentart-contact-form button {
    border: 0;
    border-radius: 999px;
    background: var(--dentart-primary);
    color: #fff;
    padding: 10px 16px;
    font-weight: 700;
    cursor: pointer;
}

.dentart-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 18px;
}

.dentart-footer__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dentart-footer__socials a {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(215, 11, 56, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.dentart-footer__powered {
    margin: 0;
    font-size: 14px;
    opacity: 0.95;
    color: #4a4a4a;
}

@media (max-width: 980px) {
    .dentart-navbar {
        flex-wrap: wrap;
        min-height: auto;
        padding: 16px 0;
    }

    .dentart-nav {
        width: 100%;
        order: 3;
    }

    .dentart-hero__inner {
        grid-template-columns: 1fr;
    }

    .dentart-hero {
        min-height: 0;
        padding-bottom: 65px;
    }

    .dentart-brand .custom-logo {
        max-height: 64px;
    }

    .dentart-about {
        padding-top: 92px;
        padding-bottom: 64px;
    }

    .dentart-about__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .dentart-about__content {
        order: 1;
    }

    .dentart-about__media {
        order: 2;
    }

    .dentart-services {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .dentart-services__inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .dentart-services__list {
        grid-template-columns: 1fr;
    }

    .dentart-team {
        padding-top: 66px;
        padding-bottom: 68px;
    }

    .dentart-footer {
        padding-top: 92px;
    }

    .dentart-footer__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dentart-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
