/* =========================================================
   FITINN — landing page styles
   Brand palette: yellow #ffd500 · black #000 · white #fff
   Headings: Oswald (condensed bold) · Body: Roboto
   ========================================================= */

:root {
    --yellow: #ffd500;
    --black: #000;
    --white: #fff;
    --grey: #f4f4f4;
    --grey-text: #707070;
    --dark: #1a1a1a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    color: var(--black);
    background: var(--white);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------------------------- Buttons ---------------------------- */
.btn {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 15px;
    padding: 13px 28px;
    border: 2px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    transition: all .18s ease;
    line-height: 1;
}
.btn-lg { font-size: 18px; padding: 16px 38px; }

.btn-yellow { background: var(--yellow); color: var(--black); }
.btn-yellow:hover { background: #ffe23f; transform: translateY(-1px); }

.btn-black { background: var(--black); color: var(--white); }
.btn-black:hover { background: #333; }

/* ---------------------------- Header ---------------------------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--black);
    height: 76px;
    display: flex;
    align-items: center;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.logo img { height: 34px; width: auto; }

.main-nav {
    display: flex;
    gap: 30px;
    margin-left: auto;
}
.main-nav a {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .03em;
    color: var(--white);
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: color .15s, border-color .15s;
}
.main-nav a:hover { color: var(--yellow); border-color: var(--yellow); }

.header-actions { display: flex; align-items: center; gap: 16px; }
.btn-register { padding: 11px 22px; font-size: 14px; }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 0;
    cursor: pointer;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--yellow); border-radius: 2px; }

/* ---------------------------- Hero ---------------------------- */
.hero {
    background-size: cover;
    background-position: center;
    color: var(--white);
    min-height: 78vh;
    display: flex;
    align-items: center;
}
.hero-inner { padding: 80px 24px; }
.hero-kicker {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em;
    color: var(--yellow);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
}
.hero-title {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(40px, 6.5vw, 86px);
    line-height: .98;
    letter-spacing: .01em;
    margin-bottom: 18px;
    text-shadow: 0 2px 24px rgba(0,0,0,.4);
}
.hero-sub {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: clamp(22px, 3vw, 40px);
    margin-bottom: 34px;
}
.hl { color: var(--yellow); }
.hl-dark { color: var(--black); }

/* ---------------------------- Section title ---------------------------- */
.section-title {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(28px, 4vw, 50px);
    line-height: 1.02;
    letter-spacing: .01em;
    margin-bottom: 40px;
}
.section-title.light { color: var(--white); text-shadow: 0 2px 18px rgba(0,0,0,.4); }

/* ---------------------------- Studio highlight ---------------------------- */
.studio-highlight {
    background-size: cover;
    background-position: center;
    color: var(--white);
    padding: 120px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
}
.studio-inner { display: flex; flex-direction: column; align-items: center; }

/* ---------------------------- Registration / Price ---------------------------- */
.registration {
    background: var(--grey);
    padding: 80px 0 70px;
    text-align: center;
}
.reg-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 860px;
    margin: 0 auto;
}
.price-card, .locator-card {
    background: var(--yellow);
    border-radius: 4px;
    padding: 44px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 14px 40px rgba(0,0,0,.10);
}
.locator-card { background: var(--black); color: var(--white); }

.price-label, .locator-label {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 500;
    font-size: 18px;
}
.price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: var(--black);
    line-height: 1;
    margin: 8px 0 18px;
}
.price-num { font-size: 100px; }
.price-frac { display: flex; flex-direction: column; align-items: flex-start; margin-top: 8px; }
.price-cent { font-size: 38px; }
.price-cent sup { font-size: 20px; }
.price-per { font-size: 20px; text-transform: lowercase; font-weight: 500; }
.price-eur { font-size: 56px; margin-left: 6px; margin-top: 6px; }

.price-cta-text {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 18px;
}

.locator-count {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    color: var(--yellow);
}
.locator-text { margin: 10px 0 22px; font-size: 17px; }

.legal {
    max-width: 760px;
    margin: 40px auto 0;
    font-size: 12px;
    color: var(--grey-text);
    line-height: 1.6;
}

/* ---------------------------- Features ---------------------------- */
.features { padding: 84px 0; text-align: center; }
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    text-align: left;
}
.feature-card {
    background: var(--white);
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(0,0,0,.12); }
.feature-img {
    height: 240px;
    background-size: cover;
    background-position: center;
}
.feature-body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.feature-body h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.feature-body p { font-size: 14.5px; color: #444; flex: 1; }
.feature-link {
    margin-top: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--black);
    border-bottom: 2px solid var(--yellow);
    align-self: flex-start;
    padding-bottom: 2px;
}
.feature-link:hover { color: var(--grey-text); }

/* ---------------------------- CTA band ---------------------------- */
.cta-band { background: var(--yellow); padding: 56px 0; }
.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.cta-band h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(26px, 3.4vw, 44px);
}

/* ---------------------------- Footer ---------------------------- */
.site-footer { background: var(--black); color: #cfcfcf; padding-top: 60px; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 32px;
    padding-bottom: 48px;
}
.footer-logo { height: 30px; margin-bottom: 16px; }
.footer-tag { font-size: 14px; color: #9a9a9a; max-width: 220px; }
.footer-col h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    font-size: 16px;
    margin-bottom: 16px;
    letter-spacing: .04em;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 14px; transition: color .15s; }
.footer-col a:hover { color: var(--yellow); }

.social-icons { display: flex; gap: 10px; margin-bottom: 22px; }
.social-icons a {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: #2a2a2a;
    color: var(--white);
    border-radius: 50%;
    font-size: 16px;
    transition: background .15s, color .15s;
}
.social-icons a:hover { background: var(--yellow); color: var(--black); }

.country-select { display: flex; align-items: center; gap: 8px; font-size: 13px; flex-wrap: wrap; }
.country-select span { color: #888; }
.country-select a {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    padding: 3px 7px;
    border: 1px solid #444;
    border-radius: 2px;
}
.country-select a.active, .country-select a:hover { background: var(--yellow); color: var(--black); border-color: var(--yellow); }

.footer-bottom { border-top: 1px solid #2a2a2a; padding: 22px 0; }
.footer-bottom p { font-size: 13px; color: #777; }

/* ---------------------------- Responsive ---------------------------- */
@media (max-width: 980px) {
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-col:first-child { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .btn-register { display: none; }
    .main-nav {
        position: absolute;
        top: 76px; left: 0; right: 0;
        flex-direction: column;
        gap: 0;
        background: var(--black);
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .25s ease;
    }
    .main-nav.open { max-height: 360px; padding: 8px 0; }
    .main-nav a { padding: 14px 24px; border-bottom: 1px solid #1f1f1f; }
    .reg-grid { grid-template-columns: 1fr; }
    .cta-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 520px) {
    .feature-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .price-num, .locator-count { font-size: 76px; }
}
