/* ==========================================================
   Guitar Trainer - uuden etusivun lisätyylit (index-uusi.html)
   Ladataan styles.css:n JÄLKEEN. Ei muuta vanhoja sivuja.
   ========================================================== */

:root {
    --gt-blue: #2a67c5;
    --gt-dark: #22313F;
    --gt-orange: #fc9a44;
    --gt-orange-dark: #d14900;
}

html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body.uusi { padding-top: 0; font-size: 1.8rem; }
body.uusi p { padding: 0.5em 1em; }
body.uusi header:after { display: none; }
body.uusi header { margin: 0 auto 2em auto; }
body.uusi header h2 { margin-top: 0; }
body.uusi h2 { text-align: center; margin: 0 auto 0.6em auto; font-weight: 700; }
body.uusi section { padding: 5rem 0; }
body.uusi .container { padding: 0 16px; overflow: visible; }

/* --- Navigaatio --- */
.gt-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 1px 6px rgba(0,0,0,0.12);
}
.gt-nav .gt-nav-inner {
    max-width: 1140px; margin: 0 auto; padding: 0 16px;
    display: flex; align-items: center; justify-content: space-between; height: 70px;
}
.gt-nav .gt-logo img { height: 56px; display: block; }
.gt-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 0.5rem; }
.gt-nav ul li { padding: 0; }
.gt-nav ul li a { color: var(--gt-blue); font-weight: 500; font-size: 17px; padding: 8px 12px; border-bottom: 2px solid transparent; }
.gt-nav ul li a:hover { border-bottom-color: var(--gt-blue); }
.gt-nav ul li a.gt-nav-cta {
    background: var(--gt-orange-dark); color: #fff; border-radius: 6px; padding: 10px 18px; border: 0; margin-left: 8px;
}
.gt-nav ul li a.gt-nav-cta:hover { background: #b33d00; border-bottom-color: transparent; }
.gt-burger { display: none; background: #fff; border: 1px solid #333; border-radius: 5px; font-size: 26px; padding: 2px 10px; color: #333; }

@media (max-width: 900px) {
    .gt-burger { display: block; }
    .gt-nav ul {
        display: none; position: absolute; top: 70px; left: 0; right: 0;
        background: #fff; flex-direction: column; align-items: stretch; gap: 0;
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }
    .gt-nav ul.open { display: flex; }
    .gt-nav ul li a { display: block; text-align: center; padding: 14px; border-bottom: 1px solid #eee; }
    .gt-nav ul li a.gt-nav-cta { margin: 10px 16px; border-radius: 6px; }
}

/* --- Hero --- */
.gt-hero {
    margin-top: 70px;
    min-height: 82vh;
    background:
        linear-gradient(rgba(10,15,25,0.62), rgba(10,15,25,0.62)),
        url(../Images/hero-skitta-1920.webp) no-repeat center center;
    background-size: cover;
    color: #fff;
    display: flex; align-items: center;
    padding: 6rem 0 !important;
}
.gt-hero .container { text-align: center; }
.gt-hero h1 {
    font-size: 4.4rem; font-weight: 800; line-height: 1.15; margin: 0 0 1.5rem 0; color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.gt-hero .gt-sub { font-size: 2.1rem; max-width: 760px; margin: 0 auto 2.5rem auto; padding: 0; line-height: 1.5; text-align: center; }
.gt-offer-pill {
    display: inline-block; background: #fff; color: #111; border-radius: 40px;
    padding: 12px 26px; font-size: 1.8rem; font-weight: 700; margin-bottom: 2.5rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.gt-offer-pill .gt-old { text-decoration: line-through; color: #777; font-weight: 400; margin-left: 6px; }
.gt-offer-pill .gt-note { display: block; font-weight: 400; font-size: 1.4rem; color: #444; margin-top: 2px; }
.gt-hero-actions { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }
.gt-hero .gt-badge { min-height: 60px; }

/* --- Napit --- */
.gt-btn {
    display: inline-block; text-align: center; padding: 16px 34px; border-radius: 8px;
    font-weight: 700; font-size: 2rem; text-decoration: none; cursor: pointer; border: 0;
    background: linear-gradient(to bottom, var(--gt-orange), var(--gt-orange-dark));
    color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    transition: transform 0.1s, box-shadow 0.1s;
}
.gt-btn:hover, .gt-btn:focus { color: #fff; text-decoration: none; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,0.3); }
.gt-btn-secondary { background: transparent; border: 2px solid #fff; box-shadow: none; text-shadow: none; }
.gt-btn-secondary:hover { background: rgba(255,255,255,0.12); }
.gt-btn-outline-blue { background: #fff; color: var(--gt-blue); border: 2px solid var(--gt-blue); text-shadow: none; box-shadow: none; }
.gt-btn-outline-blue:hover { color: var(--gt-blue); background: #eef3fb; }
.gt-cta-row { text-align: center; margin-top: 3rem; }
.gt-cta-row .gt-cta-alt { display: block; margin-top: 1.2rem; font-size: 1.6rem; color: #555; }
.gt-cta-row .gt-cta-alt a { color: var(--gt-blue); }

/* --- Näin pääset alkuun --- */
.gt-steps { background: #fff; }
.gt-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; max-width: 1000px; margin: 0 auto; }
.gt-step { text-align: center; padding: 0 1rem; }
.gt-step .gt-step-num {
    width: 56px; height: 56px; border-radius: 50%; background: var(--gt-blue); color: #fff;
    font-weight: 800; font-size: 2.4rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem auto;
}
.gt-step h3 { font-size: 2rem; font-weight: 700; margin: 0 0 0.8rem 0; }
.gt-step p { text-align: center; padding: 0; color: #444; }

/* --- Kenelle --- */
.gt-who { background: #f8f8f8; }
.gt-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.gt-card {
    background: #fff; border-radius: 10px; padding: 2.5rem 2rem; box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    border-top: 4px solid var(--gt-blue);
}
.gt-card h3 { font-size: 2rem; font-weight: 700; text-align: left; margin: 0 0 1rem 0; }
.gt-card p { padding: 0; color: #444; }
.gt-card a { color: var(--gt-blue); font-weight: 600; }

/* --- Mitä saat --- */
.gt-get ul { list-style: none; padding: 0; max-width: 820px; margin: 0 auto; }
.gt-get ul li { padding: 0.8em 0 0.8em 3.2em; position: relative; line-height: 1.5; border-bottom: 1px solid #eee; }
.gt-get ul li:before {
    content: ""; position: absolute; left: 0.4em; top: 0.95em; width: 22px; height: 22px;
    background: url(../Images/Checkmark-21.png) no-repeat center center; background-size: contain;
}
.gt-get ul li strong { font-weight: 700; }

/* --- Hinta --- */
.gt-price { background: var(--gt-dark); color: #ecf0f1; }
.gt-price h2 { color: #fff; }
.gt-price-card {
    background: #fff; color: #222; border-radius: 12px; max-width: 560px; margin: 0 auto;
    padding: 3rem 2.5rem; text-align: center; box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}
.gt-price-card .gt-price-label { text-transform: uppercase; letter-spacing: 1px; font-size: 1.4rem; color: #666; font-weight: 700; }
.gt-price-card .gt-price-big { font-size: 5.2rem; font-weight: 800; color: var(--gt-orange-dark); line-height: 1.1; margin: 0.5rem 0 0 0; }
.gt-price-card .gt-price-big small { font-size: 2rem; font-weight: 400; color: #555; }
.gt-price-card .gt-price-normal { color: #666; margin: 0.6rem 0 1.5rem 0; font-size: 1.6rem; }
.gt-price-card .gt-price-why { font-style: italic; color: #444; text-align: center; max-width: 380px; margin: 0 auto 1.5rem auto; padding: 0; }
.gt-price-card ul { list-style: none; padding: 0; margin: 0 0 2rem 0; text-align: left; display: inline-block; }
.gt-price-card ul li { padding: 0.4em 0 0.4em 2em; position: relative; }
.gt-price-card ul li:before { content: "\2713"; position: absolute; left: 0.3em; color: var(--gt-blue); font-weight: 800; }
.gt-price-card .gt-kulttuuri { margin-top: 2rem; font-size: 1.5rem; color: #555; }
.gt-price-card .gt-kulttuuri-logos { display: flex; justify-content: center; align-items: center; gap: 2.5rem; margin-top: 1.2rem; flex-wrap: wrap; }
.gt-price-card .gt-kulttuuri-logos img { height: 40px; width: auto; }

/* --- Kokemuksia --- */
.gt-reviews { background: #fff; }
.gt-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 3rem; }
.gt-testimonial { background: #f8f8f8; border-radius: 10px; padding: 2rem; }
.gt-testimonial img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; display: block; margin: 0 auto 1.2rem auto; }
.gt-testimonial p { padding: 0; font-style: italic; color: #333; }
.gt-testimonial .gt-name { font-style: normal; font-weight: 700; margin-top: 1rem; color: var(--gt-blue); text-align: center; }
.gt-more-link { text-align: center; margin-bottom: 3rem; }
.gt-more-link a { color: var(--gt-blue); font-weight: 600; }

/* --- UKK --- */
.gt-faq { background: #f8f8f8; }
.gt-faq details { background: #fff; border-radius: 8px; margin-bottom: 1rem; box-shadow: 0 1px 4px rgba(0,0,0,0.06); max-width: 860px; margin-left: auto; margin-right: auto; }
.gt-faq summary { cursor: pointer; padding: 1.4rem 1.8rem; font-weight: 700; list-style: none; position: relative; padding-right: 3.5rem; }
.gt-faq summary::-webkit-details-marker { display: none; }
.gt-faq summary:after { content: "+"; position: absolute; right: 1.6rem; top: 1.1rem; font-size: 2.6rem; color: var(--gt-blue); font-weight: 300; }
.gt-faq details[open] summary:after { content: "\2013"; }
.gt-faq details p { padding: 0 1.8rem 1.4rem 1.8rem; color: #444; }

/* --- Opettaja & sijainti --- */
.gt-about { background: #fff; }
.gt-about-grid { display: grid; grid-template-columns: 200px 1.3fr 1fr; gap: 3rem; align-items: start; }
.gt-about-photo img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.15); display: block; }
.gt-about-photo .gt-about-caption { text-align: center; font-size: 1.5rem; color: #666; padding: 0.8rem 0 0 0; }
.gt-about h3 { text-align: left; font-size: 2.1rem; font-weight: 700; margin-top: 0; }
.gt-about p { padding: 0.4em 0; }
.gt-about ul { padding-left: 1.2em; }
.gt-about ul li { padding: 0.3em 0; }

/* --- Loppu-CTA --- */
.gt-final {
    background:
        linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)),
        url(../Images/testimonial_bg-1920.webp) center center; background-size: cover;
    color: #fff; text-align: center;
}
.gt-final h2 { color: #fff; }
.gt-final p { text-align: center; padding: 0.3em 1em; }

/* --- Oppaat (tiivis) --- */
.gt-guides { background: #f8f8f8; padding: 3rem 0 !important; }
.gt-guides h2 { font-size: 2.1rem; }
.gt-guides ul { list-style: none; padding: 0; text-align: center; margin: 0; }
.gt-guides ul li { padding: 0.4em 0; }
.gt-guides ul li a { color: var(--gt-blue); }

/* --- Lomakesivu --- */
.gt-form-page { margin-top: 70px; background: #f8f8f8; }
.gt-form-page h1 { font-size: 3.4rem; font-weight: 800; text-align: center; margin: 0 0 1rem 0; }
.gt-form-intro { max-width: 720px; margin: 0 auto 2rem auto; text-align: center; }
.gt-form-intro p { text-align: center; }
.gt-form-box { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); padding: 2rem 1rem; max-width: 760px; margin: 0 auto; }
.gt-form-alt { text-align: center; color: #555; margin-top: 2rem; }
.gt-form-alt a { color: var(--gt-blue); font-weight: 600; }
.gt-form-steps { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin: 2rem auto 3rem auto; max-width: 900px; }
.gt-form-steps div { flex: 1 1 240px; background: #fff; border-radius: 8px; padding: 1.5rem; text-align: center; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.gt-form-steps div strong { display: block; color: var(--gt-blue); margin-bottom: 0.4rem; }
.gt-form-steps div p { padding: 0; font-size: 1.6rem; text-align: center; }

/* --- Kiitossivu --- */
.gt-thanks-box { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); padding: 2.5rem 3rem; max-width: 720px; margin: 0 auto; }
.gt-thanks-box p { padding: 0.5em 0; }
.gt-thanks-box .gt-thanks-lead { font-size: 2.2rem; font-weight: 700; color: var(--gt-blue); text-align: center; }
.gt-thanks-box .gt-thanks-sign { margin-top: 1.5rem; color: #555; }

/* --- Mobiilin kiinteä alapalkki --- */
.gt-sticky {
    display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
    background: #fff; box-shadow: 0 -2px 10px rgba(0,0,0,0.15); padding: 10px 12px;
}
.gt-sticky .gt-btn { display: block; width: 100%; padding: 14px; font-size: 1.8rem; }

@media (max-width: 900px) {
    body.uusi { padding-bottom: 72px; }
    .gt-sticky { display: block; }
    .gt-hero { min-height: 0; padding: 5rem 0 !important;
        background-image: linear-gradient(rgba(10,15,25,0.62), rgba(10,15,25,0.62)), url(../Images/hero-skitta-960.webp); }
    .gt-hero h1 { font-size: 3.1rem; }
    .gt-hero .gt-sub { font-size: 1.8rem; }
    .gt-steps-grid, .gt-cards, .gt-testimonials, .gt-about-grid { grid-template-columns: 1fr; }
    .gt-about-photo { max-width: 200px; margin: 0 auto; }
    body.uusi section { padding: 3.5rem 0; }
    .gt-price-card .gt-price-big { font-size: 4.2rem; }
    .gt-form-page h1 { font-size: 2.6rem; }
}
