/* =========================================================
   SELLOO WEBSITE
   Global Styles
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f7f3;
    color: #111111;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}


/* =========================================================
   LOGO
========================================================= */
/* =========================================================
   LOGO
========================================================= */

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-logo {
    display: block;
    width: 200px;
    height: 80px;
    max-width: 200px;
    object-fit: contain;

}

.footer-logo {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -2px;
}

.logo-sel,
.footer-logo .logo-sel {
    color: #e63946;
}

.logo-l,
.footer-logo .logo-l {
    color: #2878d4;
}

.logo-oo,
.footer-logo .logo-oo {
    color: #111111;
}


/* =========================================================
   HEADER
========================================================= */

.header {
    position: sticky;
    top: 0;
    z-index: 1000;

    width: 100%;
    height: 76px;

    background: #137139;

    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.navbar {
    min-height: 76px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding-right: 50px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-menu a {
    font-size: 0.95rem;
    font-weight: 600;
    color: #303530;

    transition: 0.2s ease;
}

.nav-menu a:hover {
    color: #e63946;
}

.nav-button {
    padding: 11px 20px;

    background: #111111;
    color: white;

    border-radius: 8px;

    font-size: 0.9rem;
    font-weight: 700;

    transition: 0.2s ease;
}

.nav-button:hover {
    transform: translateY(-2px);
}


/* =========================================================
   HERO
========================================================= */

.hero {
    min-height: 680px;

    display: flex;
    align-items: center;

    background:
        radial-gradient(
            circle at 85% 30%,
            rgba(246, 197, 68, 0.28),
            transparent 25%
        ),
        #dfead9;
}

.hero-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;

    align-items: center;

    gap: 70px;

    padding: 90px 0;
}

.hero-badge {
    display: inline-block;

    padding: 7px 13px;

    background: #111111;
    color: #ffffff;

    border-radius: 50px;

    font-size: 0.72rem;
    font-weight: 800;

    letter-spacing: 1px;

    margin-bottom: 22px;
}

.hero h1 {
    font-size: clamp(3rem, 6vw, 5.2rem);

    line-height: 0.98;

    letter-spacing: -4px;

    max-width: 750px;
}

.hero h1 span {
    display: block;
    color: #e63946;
}

.hero-text > p {
    max-width: 620px;

    margin-top: 28px;

    font-size: 1.08rem;

    color: #424842;
}

.hero-buttons {
    display: flex;
    gap: 15px;

    margin-top: 35px;

    flex-wrap: wrap;
}

.primary-button,
.secondary-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 52px;

    padding: 0 24px;

    border-radius: 9px;

    font-weight: 800;

    transition: 0.2s ease;
}

.primary-button {
    background: #e63946;
    color: white;
}

.primary-button:hover {
    transform: translateY(-3px);
}

.secondary-button {
    background: #ffffff;
    color: #111111;

    border: 2px solid #111111;
}

.secondary-button:hover {
    background: #111111;
    color: white;
}


/* =========================================================
   HERO CARD
========================================================= */

.hero-card {
    display: flex;
    justify-content: center;
}

.growth-card {
    width: min(390px, 100%);

    min-height: 390px;

    padding: 32px;

    border-radius: 28px;

    background: #111111;

    color: white;

    position: relative;

    overflow: hidden;

    box-shadow: 20px 25px 0 #f2c744;
}

.growth-card::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background: #2878d4;

    top: -90px;
    right: -80px;
}

.card-top {
    display: flex;
    justify-content: space-between;

    position: relative;
    z-index: 1;

    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.growth-number {
    font-size: 5rem;

    margin-top: 65px;
}

.growth-card h3 {
    font-size: 2rem;

    line-height: 1.05;

    margin-top: 10px;
}

.growth-card p {
    margin-top: 15px;

    color: #cccccc;
}


/* =========================================================
   GENERAL SECTIONS
========================================================= */

.section {
    padding: 110px 0;
}

.section-heading {
    max-width: 700px;

    margin-bottom: 55px;
}

.section-heading > span,
.appointment-info > span,
.download-content span {
    display: inline-block;

    font-size: 0.75rem;

    font-weight: 900;

    letter-spacing: 1.5px;

    color: #e63946;

    margin-bottom: 12px;
}

.section-heading h2 {
    font-size: clamp(2.2rem, 4vw, 3.6rem);

    line-height: 1.05;

    letter-spacing: -2px;
}

.section-heading h2 strong {
    color: #2878d4;
}

.section-heading p {
    margin-top: 18px;

    color: #606660;
}


/* =========================================================
   SERVICES
========================================================= */

.services-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.service-card {
    padding: 32px;

    background: white;

    border: 1px solid #e1e5df;

    border-radius: 18px;

    min-height: 220px;

    transition: 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);

    border-color: #2878d4;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.service-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f2c744;

    border-radius: 12px;

    font-size: 1.5rem;

    margin-bottom: 22px;
}

.service-card h3 {
    font-size: 1.25rem;

    margin-bottom: 10px;
}

.service-card p {
    color: #656b65;

    font-size: 0.95rem;
}


/* =========================================================
   HOW IT WORKS
========================================================= */

.process-section {
    background: #111111;

    color: white;
}

.process-section .section-heading p {
    color: #aaaaaa;
}

.process-section .section-heading h2 strong {
    color: #f2c744;
}

.process-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 25px;
}

.process-step {
    padding: 28px 20px;

    border-top: 2px solid #333333;
}

.step-number {
    color: #e63946;

    font-size: 0.9rem;

    font-weight: 900;

    margin-bottom: 25px;
}

.process-step h3 {
    font-size: 1.15rem;

    margin-bottom: 12px;
}

.process-step p {
    color: #a9a9a9;

    font-size: 0.92rem;
}


/* =========================================================
   APPOINTMENT
========================================================= */

.appointment-section {
    padding: 110px 0;

    background: #dfead9;
}

.appointment-container {
    display: grid;

    grid-template-columns: 0.8fr 1.2fr;

    gap: 80px;

    align-items: start;
}

.appointment-info h2 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);

    line-height: 0.98;

    letter-spacing: -3px;
}

.appointment-info p {
    max-width: 480px;

    margin-top: 25px;

    color: #505650;
}

.appointment-form-card {
    background: white;

    padding: 35px;

    border-radius: 20px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   APPOINTMENT FORM
========================================================= */

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    font-family: inherit;
    color: #222;
    outline: none;
    transition: border-color 0.2s ease,
                box-shadow 0.2s ease;
}

.form-group input,
.form-group select {
    height: 46px;
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #137139;
    box-shadow: 0 0 0 3px rgba(19, 113, 57, 0.10);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

}



.submit-button {
    width: 100%;

    min-height: 52px;

    border: none;

    border-radius: 8px;

    background: #e63946;

    color: white;

    font-weight: 900;

    cursor: pointer;

    transition: 0.2s ease;
}

.submit-button:hover {
    transform: translateY(-2px);

    background: #d92f3d;
}

.form-message {
    text-align: center;

    margin-top: 15px;

    font-size: 0.9rem;

    font-weight: 700;
}


/* =========================================================
   DOWNLOAD
========================================================= */

.download-section {
    padding: 90px 0;

    background: #f2c744;
}

.download-content {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}

.download-content h2 {
    font-size: clamp(2.3rem, 4vw, 4rem);

    line-height: 1;

    letter-spacing: -2px;
}

.download-content p {
    margin-top: 15px;

    max-width: 600px;

    color: #444444;
}

.download-button {
    flex-shrink: 0;

    background: #111111;

    color: white;

    padding: 17px 25px;

    border-radius: 9px;

    font-weight: 900;

    transition: 0.2s ease;
}

.download-button:hover {
    transform: translateY(-3px);
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    background: #137139;

    color: white;

    padding-top: 60px;
}
.footer-logo {
    margin-bottom: 15px;
}

.footer-logo-image {
    display: block;
    width: 180px;
    height: 55px;
    max-width: 180px;
    object-fit: contain;
}

.footer-content {
    display: grid;

    grid-template-columns: 1.5fr 1fr 1fr;

    gap: 40px;

    padding-bottom: 50px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer p {
    color: #999999;

    font-size: 0.9rem;
}

.footer-links {
    display: flex;

    flex-direction: column;

    gap: 10px;
}

.footer-links a {
    color: #cccccc;

    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #f2c744;
}

.footer-contact {
    display: flex;

    flex-direction: column;

    gap: 5px;
}

.footer-bottom {
    padding: 20px;

    border-top: 1px solid #292929;

    text-align: center;

    color: #777777;

    font-size: 0.8rem;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .nav-menu {
        display: none;
    }

    .hero-content {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .hero {
        min-height: auto;
    }

    .hero-card {
        justify-content: flex-start;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .appointment-container {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .download-content {
        flex-direction: column;

        align-items: flex-start;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
    }

    .footer-contact {
        grid-column: span 2;
    }
}


@media (max-width: 600px) {

    .navbar {
        min-height: 68px;
    }

    .logo {
        font-size: 1.7rem;
    }

    .nav-button {
        padding: 9px 13px;

        font-size: 0.75rem;
    }

    .hero-content {
        padding: 65px 0;
    }

    .hero h1 {
        font-size: 3rem;

        letter-spacing: -2.5px;
    }

    .hero-text > p {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;

        align-items: stretch;
    }

    .primary-button,
    .secondary-button {
        width: 100%;
    }

    .growth-card {
        min-height: 330px;

        box-shadow: 12px 15px 0 #f2c744;
    }

    .section,
    .appointment-section {
        padding: 75px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .appointment-form-card {
        padding: 23px;
    }

    .download-content h2 {
        font-size: 2.7rem;
    }

    .download-button {
        width: 100%;

        text-align: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-contact {
        grid-column: auto;
    }
 
}