/* Shine Learners Tutors — live-class homepage template
   Scoped to .shine-live-template so the rest of the LMS remains untouched. */

:root {
    --shine-blue: #1357f2;
    --shine-blue-dark: #0b3ec9;
    --shine-blue-soft: #eaf2ff;
    --shine-navy: #0b1739;
    --shine-navy-soft: #17264b;
    --shine-sky: #f5f8ff;
    --shine-amber: #ffb547;
    --shine-amber-soft: #fff2d9;
    --shine-green: #0f9f79;
    --shine-coral: #f36863;
    --shine-ink: #14213d;
    --shine-copy: #526079;
    --shine-line: #dce5f3;
    --shine-white: #ffffff;
    --shine-shadow-sm: 0 12px 34px rgba(11, 23, 57, 0.08);
    --shine-shadow-lg: 0 28px 80px rgba(15, 39, 94, 0.16);
    --shine-radius-sm: 14px;
    --shine-radius-md: 22px;
    --shine-radius-lg: 34px;
}

html {
    scroll-behavior: smooth;
}

body:not(.aoraeditor-iframe-body) .aoraeditor-header,
body:not(.aoraeditor-iframe-body) .aoraeditor-footer {
    display: none !important;
}

body:not(.aoraeditor-iframe-body) #content-area {
    min-height: 100vh;
}

.shine-live-template,
.shine-live-template * {
    box-sizing: border-box;
}

.shine-live-template {
    position: relative;
    overflow: hidden;
    color: var(--shine-ink);
    background: var(--shine-white);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.shine-live-template img {
    display: block;
    max-width: 100%;
}

.shine-live-template a {
    color: inherit;
    text-decoration: none;
}

.shine-live-template h1,
.shine-live-template h2,
.shine-live-template h3,
.shine-live-template p,
.shine-live-template ul,
.shine-live-template ol,
.shine-live-template figure,
.shine-live-template blockquote {
    margin: 0;
}

.shine-live-template ul,
.shine-live-template ol {
    padding: 0;
    list-style: none;
}

.shine-live-template h1,
.shine-live-template h2,
.shine-live-template h3 {
    color: var(--shine-navy);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    letter-spacing: -0.035em;
}

.shine-live-template h2 {
    font-size: clamp(2.1rem, 4.1vw, 3.8rem);
    line-height: 1.08;
}

.shine-live-template h3 {
    font-size: 1.25rem;
    line-height: 1.3;
}

.shine-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.shine-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    padding: 12px 18px;
    border-radius: 10px;
    color: var(--shine-white) !important;
    background: var(--shine-navy);
    transform: translateY(-160%);
    transition: transform 0.2s ease;
}

.shine-skip-link:focus {
    transform: translateY(0);
}

.shine-kicker {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--shine-blue);
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.shine-kicker-light {
    color: #a9c7ff;
}

.shine-btn {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 23px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.shine-btn:hover {
    transform: translateY(-2px);
}

.shine-btn:focus-visible,
.shine-live-template a:focus-visible,
.shine-live-template summary:focus-visible {
    outline: 3px solid rgba(19, 87, 242, 0.36) !important;
    outline-offset: 4px;
}

.shine-btn-small {
    min-height: 44px;
    padding: 11px 17px;
    border-radius: 11px;
    font-size: 0.86rem;
}

.shine-btn-primary {
    color: var(--shine-white) !important;
    background: linear-gradient(135deg, var(--shine-blue) 0%, #3d77ff 100%);
    box-shadow: 0 12px 26px rgba(19, 87, 242, 0.26);
}

.shine-btn-primary:hover {
    box-shadow: 0 16px 34px rgba(19, 87, 242, 0.34);
}

.shine-btn-secondary {
    border-color: #cbd8ec;
    color: var(--shine-navy) !important;
    background: var(--shine-white);
}

.shine-btn-secondary:hover {
    border-color: var(--shine-blue);
    color: var(--shine-blue) !important;
    box-shadow: var(--shine-shadow-sm);
}

.shine-btn-light {
    color: var(--shine-navy) !important;
    background: var(--shine-white);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.shine-btn-outline-light {
    border-color: rgba(255, 255, 255, 0.42);
    color: var(--shine-white) !important;
    background: rgba(255, 255, 255, 0.06);
}

.shine-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--shine-blue) !important;
    font-weight: 800;
}

.shine-arrow-link span {
    transition: transform 0.2s ease;
}

.shine-arrow-link:hover span {
    transform: translateX(4px);
}

/* Custom template header */
.shine-site-header {
    position: relative;
    z-index: 80;
    border-bottom: 1px solid rgba(220, 229, 243, 0.88);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body:not(.aoraeditor-iframe-body) .shine-site-header {
    position: sticky;
    top: 0;
}

.shine-header-inner {
    display: flex;
    min-height: 82px;
    align-items: center;
    gap: 28px;
}

.shine-brand {
    flex: 0 0 176px;
}

.shine-brand img {
    width: 176px;
    height: auto;
}

.shine-desktop-nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.25vw, 31px);
}

.shine-desktop-nav a,
.shine-text-link {
    position: relative;
    color: #34415c !important;
    font-size: 0.89rem;
    font-weight: 700;
    white-space: nowrap;
}

.shine-desktop-nav a::after {
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto;
    border-radius: 2px;
    background: var(--shine-blue);
    content: "";
    transition: width 0.2s ease;
}

.shine-desktop-nav a:hover,
.shine-text-link:hover {
    color: var(--shine-blue) !important;
}

.shine-desktop-nav a:hover::after {
    width: 100%;
}

.shine-header-actions {
    display: flex;
    align-items: center;
    gap: 17px;
}

.shine-mobile-menu {
    display: none;
    position: relative;
}

.shine-mobile-menu summary {
    display: grid;
    width: 46px;
    height: 46px;
    cursor: pointer;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--shine-line);
    border-radius: 12px;
    list-style: none;
    background: var(--shine-white);
}

.shine-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.shine-mobile-menu summary span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 2px;
    background: var(--shine-navy);
}

.shine-mobile-menu nav {
    position: absolute;
    top: calc(100% + 13px);
    right: 0;
    display: grid;
    width: min(310px, calc(100vw - 40px));
    gap: 3px;
    padding: 14px;
    border: 1px solid var(--shine-line);
    border-radius: 18px;
    background: var(--shine-white);
    box-shadow: var(--shine-shadow-lg);
}

.shine-mobile-menu nav > a:not(.shine-btn) {
    padding: 10px 12px;
    border-radius: 9px;
    color: var(--shine-ink);
    font-weight: 700;
}

.shine-mobile-menu nav > a:not(.shine-btn):hover {
    color: var(--shine-blue);
    background: var(--shine-blue-soft);
}

/* Hero */
.shine-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 82px;
    background:
        radial-gradient(circle at 15% 5%, rgba(255, 181, 71, 0.17), transparent 22%),
        linear-gradient(135deg, #f8fbff 0%, #eef4ff 48%, #ffffff 100%);
}

.shine-hero::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(19, 87, 242, 0.1), transparent);
    content: "";
}

.shine-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.shine-hero-orb-one {
    top: -120px;
    right: -80px;
    width: 340px;
    height: 340px;
    background: rgba(19, 87, 242, 0.09);
}

.shine-hero-orb-two {
    bottom: -80px;
    left: -60px;
    width: 210px;
    height: 210px;
    border: 45px solid rgba(255, 181, 71, 0.12);
}

.shine-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 0.93fr) minmax(420px, 1.07fr);
    gap: clamp(45px, 6vw, 84px);
}

.shine-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 7px 12px;
    border: 1px solid #cbdcfa;
    border-radius: 999px;
    color: #25406f;
    background: rgba(255, 255, 255, 0.74);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.shine-live-dot {
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ea4f4b;
    box-shadow: 0 0 0 4px rgba(234, 79, 75, 0.12);
}

.shine-hero h1 {
    max-width: 720px;
    font-size: clamp(2.75rem, 5.2vw, 5rem);
    font-weight: 850;
    line-height: 1.01;
}

.shine-hero h1 span {
    position: relative;
    display: inline;
    color: var(--shine-blue);
}

.shine-hero h1 span::after {
    position: absolute;
    right: 2%;
    bottom: -9px;
    left: 2%;
    height: 8px;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg width='500' height='20' viewBox='0 0 500 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 15C130 2 352 1 496 8' stroke='%23FFB547' stroke-width='7' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    content: "";
}

.shine-hero-lead {
    max-width: 650px;
    margin-top: 27px !important;
    color: var(--shine-copy);
    font-size: clamp(1.05rem, 1.5vw, 1.19rem);
    line-height: 1.75;
}

.shine-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
}

.shine-hero-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 20px;
    margin-top: 26px !important;
}

.shine-hero-assurances li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #34415c;
    font-size: 0.84rem;
    font-weight: 700;
}

.shine-check {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    color: var(--shine-white);
    background: var(--shine-green);
    font-size: 0.68rem;
    font-weight: 900;
}

.shine-hero-visual {
    position: relative;
    padding: 14px 14px 18px;
    border: 1px solid rgba(203, 220, 250, 0.9);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--shine-shadow-lg);
}

.shine-image-shell {
    overflow: hidden;
    border-radius: 21px;
    background: var(--shine-navy);
}

.shine-image-shell img {
    width: 100%;
    aspect-ratio: 1.9 / 1;
    object-fit: cover;
}

.shine-visual-note {
    position: absolute;
    right: 28px;
    bottom: -32px;
    display: flex;
    max-width: 330px;
    align-items: center;
    gap: 13px;
    padding: 13px 17px;
    border: 1px solid var(--shine-line);
    border-radius: 15px;
    color: var(--shine-copy);
    background: var(--shine-white);
    box-shadow: 0 14px 38px rgba(11, 23, 57, 0.15);
    font-size: 0.78rem;
    line-height: 1.4;
}

.shine-visual-note strong {
    display: block;
    color: var(--shine-navy);
    font-size: 0.84rem;
}

.shine-note-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 11px;
    color: #7a4c00;
    background: var(--shine-amber-soft);
    font-size: 1rem;
}

/* Trust strip */
.shine-trust-strip {
    position: relative;
    z-index: 3;
    border-top: 1px solid #e8eef8;
    border-bottom: 1px solid #e8eef8;
    background: var(--shine-white);
}

.shine-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.shine-trust-item {
    display: flex;
    min-height: 120px;
    align-items: center;
    gap: 16px;
    padding: 24px 32px;
}

.shine-trust-item + .shine-trust-item {
    border-left: 1px solid #e8eef8;
}

.shine-trust-icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border-radius: 15px;
    color: var(--shine-blue);
    background: var(--shine-blue-soft);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.shine-trust-item:nth-child(2) .shine-trust-icon {
    color: #8b5200;
    background: var(--shine-amber-soft);
}

.shine-trust-item:nth-child(3) .shine-trust-icon {
    color: #08775a;
    background: #def7ef;
}

.shine-trust-item strong,
.shine-trust-item span:last-child {
    display: block;
}

.shine-trust-item strong {
    color: var(--shine-navy);
    font-size: 0.94rem;
}

.shine-trust-item span:last-child {
    color: var(--shine-copy);
    font-size: 0.8rem;
    line-height: 1.5;
}

/* Shared sections */
.shine-section {
    padding: clamp(80px, 9vw, 128px) 0;
}

.shine-section-heading {
    margin-bottom: 52px;
}

.shine-heading-split {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
    gap: 60px;
}

.shine-heading-split h2 {
    max-width: 720px;
}

.shine-heading-split > div:last-child p,
.shine-heading-centred p {
    color: var(--shine-copy);
    font-size: 1.03rem;
}

.shine-heading-split .shine-arrow-link {
    margin-top: 17px;
}

.shine-heading-centred {
    max-width: 790px;
    margin-inline: auto;
    text-align: center;
}

.shine-heading-centred p {
    max-width: 700px;
    margin: 20px auto 0;
}

/* Live class feed */
.shine-live-classes-section {
    background: var(--shine-white);
}

.shine-live-results {
    min-height: 180px;
}

.shine-classes-fallback {
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 34px 38px;
    border: 1px solid #cdddf6;
    border-radius: var(--shine-radius-md);
    background:
        radial-gradient(circle at 90% 10%, rgba(19, 87, 242, 0.1), transparent 28%),
        linear-gradient(135deg, #f8fbff, #edf4ff);
}

.shine-live-results .dynamicData:not(:empty) + .shine-classes-fallback {
    display: none;
}

.shine-fallback-badge {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--shine-blue);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.shine-classes-fallback h3 {
    font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.shine-classes-fallback p {
    max-width: 650px;
    margin-top: 8px !important;
    color: var(--shine-copy);
}

.shine-live-template .classes-slider {
    --stage-mb: 30px;
}

.shine-live-template .classes-slider .owl-stage-outer {
    padding: 8px 0 35px;
}

.shine-live-template .classes-slider .owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 13px;
}

.shine-live-template .classes-slider .owl-nav button {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid var(--shine-line) !important;
    border-radius: 13px;
    color: var(--shine-navy) !important;
    background: var(--shine-white) !important;
    box-shadow: var(--shine-shadow-sm);
}

.shine-live-template .classes-item {
    position: relative;
    margin-top: 0;
}

.shine-live-template .classes-item-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 60%;
    border-radius: 20px;
    background: var(--shine-blue-soft);
}

.shine-live-template .classes-item-img > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.shine-live-template .classes-item:hover .classes-item-img > img {
    transform: scale(1.035);
}

.shine-live-template .classes-item-info {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 2;
}

.shine-live-template .classes-item-info ul {
    display: flex !important;
    align-items: flex-end !important;
    gap: 5px;
}

.shine-live-template .classes-item-info li {
    display: inline-flex;
    min-height: auto;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--shine-white);
    background: var(--shine-blue);
    font-size: 0.65rem;
    line-height: 1.2;
}

.shine-live-template .classes-item-info li.bg-red {
    background: #e14b46 !important;
}

.shine-live-template .classes-item-info li.bg-green {
    background: var(--shine-green) !important;
}

.shine-live-template .classes-item-info li.bg-orange {
    background: #d88100 !important;
}

.shine-live-template .classes-item-content {
    position: relative;
    z-index: 3;
    display: grid !important;
    width: calc(100% - 24px);
    min-height: 152px;
    margin: -26px auto 0;
    padding: 22px;
    border: 1px solid var(--shine-line);
    border-radius: 18px;
    background: var(--shine-white);
    box-shadow: var(--shine-shadow-sm);
    grid-template-columns: 1fr auto;
    gap: 15px;
}

.shine-live-template .classes-item-content .content,
.shine-live-template .classes-item-content .price {
    max-width: none;
}

.shine-live-template .classes-item-date {
    color: var(--shine-copy);
    font-size: 0.72rem;
    line-height: 1.45;
}

.shine-live-template .classes-item-content h4 {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.35;
}

.shine-live-template .classes-item-content .price {
    display: flex;
    min-width: 95px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.shine-live-template .classes-item-content .price::before {
    display: none;
}

.shine-live-template .classes-item-content .price strong {
    color: var(--shine-blue) !important;
    font-size: 0.95rem;
}

.shine-live-template .classes-item-content .price .theme-btn {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    padding: 8px 12px;
    border-radius: 9px;
    color: var(--shine-white) !important;
    background: var(--shine-blue);
    font-size: 0.72rem;
    font-weight: 800;
}

/* Age paths */
.shine-age-section {
    border-top: 1px solid #e8eef8;
    border-bottom: 1px solid #e8eef8;
    background: var(--shine-sky);
}

.shine-age-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.shine-age-card {
    position: relative;
    overflow: hidden;
    min-height: 450px;
    padding: 30px;
    border: 1px solid #d9e3f3;
    border-radius: 24px;
    background: var(--shine-white);
    box-shadow: 0 15px 44px rgba(16, 41, 93, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shine-age-card::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 0 0 0 100%;
    background: var(--shine-blue-soft);
    content: "";
}

.shine-age-card-middle::before {
    background: var(--shine-amber-soft);
}

.shine-age-card-teen::before {
    background: #e5f7f1;
}

.shine-age-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(16, 41, 93, 0.13);
}

.shine-age-topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.shine-age-number {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border-radius: 20px;
    color: var(--shine-white);
    background: var(--shine-blue);
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0 12px 28px rgba(19, 87, 242, 0.25);
}

.shine-age-card-middle .shine-age-number {
    color: #5d3900;
    background: var(--shine-amber);
    box-shadow: 0 12px 28px rgba(255, 181, 71, 0.25);
}

.shine-age-card-teen .shine-age-number {
    background: var(--shine-green);
    box-shadow: 0 12px 28px rgba(15, 159, 121, 0.22);
}

.shine-age-label {
    color: var(--shine-copy);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shine-age-card h3 {
    margin-top: 27px !important;
    font-size: 1.47rem;
}

.shine-age-card > p {
    margin-top: 12px !important;
    color: var(--shine-copy);
}

.shine-age-card ul {
    display: grid;
    gap: 10px;
    margin-top: 22px !important;
}

.shine-age-card li {
    position: relative;
    padding-left: 22px;
    color: #3f4b63;
    font-size: 0.88rem;
}

.shine-age-card li::before {
    position: absolute;
    top: 0.69em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--shine-blue);
    content: "";
    transform: translateY(-50%);
}

.shine-age-card-middle li::before {
    background: #d68206;
}

.shine-age-card-teen li::before {
    background: var(--shine-green);
}

.shine-age-card > a {
    position: absolute;
    right: 30px;
    bottom: 28px;
    left: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--shine-blue);
    font-size: 0.88rem;
    font-weight: 800;
}

/* Benefits */
.shine-benefits-section {
    position: relative;
    overflow: hidden;
    color: var(--shine-white);
    background:
        radial-gradient(circle at 10% 10%, rgba(61, 119, 255, 0.32), transparent 31%),
        linear-gradient(135deg, #07142f 0%, #0c2153 62%, #113783 100%);
}

.shine-benefits-section::after {
    position: absolute;
    right: -170px;
    bottom: -240px;
    width: 530px;
    height: 530px;
    border: 90px solid rgba(255, 181, 71, 0.11);
    border-radius: 50%;
    content: "";
}

.shine-benefits-grid {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(50px, 7vw, 100px);
}

.shine-benefits-intro {
    position: sticky;
    top: 120px;
}

.shine-benefits-intro h2 {
    color: var(--shine-white);
}

.shine-benefits-intro p {
    max-width: 540px;
    margin-top: 22px !important;
    color: #b9c8e8;
    font-size: 1.04rem;
}

.shine-benefits-intro .shine-btn {
    margin-top: 29px;
}

.shine-benefit-list {
    display: grid;
    gap: 13px;
}

.shine-benefit-list article {
    display: grid;
    align-items: center;
    gap: 20px;
    padding: 24px 25px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    grid-template-columns: 52px 1fr;
    transition: transform 0.2s ease, background 0.2s ease;
}

.shine-benefit-list article:hover {
    transform: translateX(6px);
    background: rgba(255, 255, 255, 0.1);
}

.shine-benefit-list article > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 15px;
    color: #dce8ff;
    background: rgba(75, 125, 255, 0.24);
    font-size: 0.8rem;
    font-weight: 900;
}

.shine-benefit-list article:nth-child(2) > span {
    color: #ffe3b8;
    background: rgba(255, 181, 71, 0.16);
}

.shine-benefit-list article:nth-child(3) > span {
    color: #c4f9eb;
    background: rgba(35, 198, 155, 0.15);
}

.shine-benefit-list article:nth-child(4) > span {
    color: #ffd6d4;
    background: rgba(243, 104, 99, 0.15);
}

.shine-benefit-list h3 {
    color: var(--shine-white);
    font-size: 1.14rem;
}

.shine-benefit-list p {
    margin-top: 4px !important;
    color: #adbedf;
    font-size: 0.88rem;
}

/* How it works */
.shine-how-section {
    background: var(--shine-white);
}

.shine-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.shine-steps::before {
    position: absolute;
    top: 67px;
    right: 11%;
    left: 11%;
    height: 2px;
    background: repeating-linear-gradient(to right, #c8d9f6 0 8px, transparent 8px 16px);
    content: "";
}

.shine-steps li {
    position: relative;
    z-index: 1;
    min-height: 268px;
    padding: 25px 23px;
    border: 1px solid var(--shine-line);
    border-radius: 21px;
    background: var(--shine-white);
    box-shadow: 0 12px 36px rgba(11, 23, 57, 0.06);
}

.shine-step-number {
    position: absolute;
    top: 14px;
    right: 15px;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    color: var(--shine-blue);
    background: var(--shine-blue-soft);
    font-size: 0.74rem;
    font-weight: 900;
}

.shine-step-icon {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border: 9px solid var(--shine-white);
    border-radius: 24px;
    color: var(--shine-white);
    background: var(--shine-blue);
    box-shadow: 0 0 0 1px var(--shine-line), 0 13px 25px rgba(19, 87, 242, 0.2);
    font-size: 1.6rem;
    font-weight: 900;
}

.shine-steps li:nth-child(2) .shine-step-icon {
    color: #5d3900;
    background: var(--shine-amber);
    box-shadow: 0 0 0 1px var(--shine-line), 0 13px 25px rgba(255, 181, 71, 0.21);
}

.shine-steps li:nth-child(3) .shine-step-icon {
    background: var(--shine-green);
    box-shadow: 0 0 0 1px var(--shine-line), 0 13px 25px rgba(15, 159, 121, 0.2);
}

.shine-steps li:nth-child(4) .shine-step-icon {
    background: var(--shine-coral);
    box-shadow: 0 0 0 1px var(--shine-line), 0 13px 25px rgba(243, 104, 99, 0.2);
}

.shine-steps h3 {
    margin-top: 23px !important;
}

.shine-steps p {
    margin-top: 8px !important;
    color: var(--shine-copy);
    font-size: 0.88rem;
}

/* Parents */
.shine-parent-section {
    border-top: 1px solid #e8eef8;
    background: var(--shine-sky);
}

.shine-parent-grid {
    display: grid;
    align-items: stretch;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    gap: 22px;
}

.shine-parent-card {
    padding: clamp(31px, 5vw, 58px);
    border: 1px solid var(--shine-line);
    border-radius: 29px;
    background: var(--shine-white);
    box-shadow: var(--shine-shadow-sm);
}

.shine-parent-card-top h2 {
    max-width: 700px;
}

.shine-parent-card-top > p {
    max-width: 730px;
    margin-top: 21px !important;
    color: var(--shine-copy);
    font-size: 1.02rem;
}

.shine-parent-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 36px;
}

.shine-parent-points > div {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 18px;
    border-radius: 16px;
    background: #f6f9ff;
}

.shine-parent-points > div > span {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 9px;
    color: var(--shine-white);
    background: var(--shine-blue);
    font-size: 0.74rem;
    font-weight: 900;
}

.shine-parent-points strong {
    display: block;
    margin-bottom: 3px;
    color: var(--shine-navy);
    font-size: 0.89rem;
}

.shine-parent-points p {
    color: var(--shine-copy);
    font-size: 0.79rem;
    line-height: 1.55;
}

.shine-parent-quote {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: clamp(35px, 5vw, 54px);
    border-radius: 29px;
    color: var(--shine-white);
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 181, 71, 0.28), transparent 28%),
        linear-gradient(145deg, var(--shine-blue-dark), #0a2b76);
    box-shadow: var(--shine-shadow-lg);
}

.shine-quote-mark {
    height: 54px;
    color: var(--shine-amber);
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
}

.shine-parent-quote blockquote {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--shine-white);
    background: transparent !important;
    box-shadow: none !important;
    font-size: clamp(1.36rem, 2.5vw, 2rem);
    font-weight: 760;
    letter-spacing: -0.03em;
    line-height: 1.35;
}

.shine-parent-quote > p {
    margin-top: 20px !important;
    color: #c9d9fb;
    font-size: 0.91rem;
}

.shine-parent-quote .shine-arrow-link {
    margin-top: 27px;
    color: var(--shine-white) !important;
}

/* FAQs */
.shine-faq-section {
    background: var(--shine-white);
}

.shine-faq-grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(48px, 8vw, 110px);
}

.shine-faq-intro {
    position: sticky;
    top: 120px;
}

.shine-faq-intro > p {
    margin-top: 20px !important;
    color: var(--shine-copy);
}

.shine-faq-intro .shine-btn {
    margin-top: 28px;
}

.shine-accordion {
    border-top: 1px solid var(--shine-line);
}

.shine-accordion details {
    border-bottom: 1px solid var(--shine-line);
}

.shine-accordion summary {
    position: relative;
    display: flex;
    min-height: 83px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 20px 50px 20px 4px;
    color: var(--shine-navy);
    font-weight: 800;
    list-style: none;
}

.shine-accordion summary::-webkit-details-marker {
    display: none;
}

.shine-accordion summary span {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 31px;
    height: 31px;
    border-radius: 9px;
    background: var(--shine-blue-soft);
    transform: translateY(-50%);
}

.shine-accordion summary span::before,
.shine-accordion summary span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: var(--shine-blue);
    content: "";
    transform: translate(-50%, -50%);
}

.shine-accordion summary span::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.2s ease;
}

.shine-accordion details[open] summary span::after {
    transform: translate(-50%, -50%) rotate(0);
}

.shine-accordion details p {
    max-width: 770px;
    padding: 0 52px 24px 4px;
    color: var(--shine-copy);
    font-size: 0.94rem;
}

/* Final CTA */
.shine-final-cta {
    padding: 0 0 clamp(80px, 9vw, 120px);
}

.shine-cta-card {
    position: relative;
    overflow: hidden;
    padding: clamp(48px, 7vw, 80px);
    border-radius: 34px;
    color: var(--shine-white);
    background:
        radial-gradient(circle at 15% 15%, rgba(75, 125, 255, 0.5), transparent 31%),
        linear-gradient(135deg, #07142f 0%, #0d2865 70%, #1548b3 100%);
    box-shadow: var(--shine-shadow-lg);
}

.shine-cta-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
}

.shine-cta-card h2 {
    color: var(--shine-white);
    font-size: clamp(2.2rem, 4.8vw, 4.25rem);
}

.shine-cta-card p {
    max-width: 660px;
    margin: 22px auto 0;
    color: #c1d2f3;
    font-size: 1.03rem;
}

.shine-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 31px;
}

.shine-cta-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.shine-cta-shape-one {
    top: -60px;
    right: -55px;
    width: 230px;
    height: 230px;
    border: 46px solid rgba(255, 181, 71, 0.16);
}

.shine-cta-shape-two {
    bottom: -100px;
    left: -40px;
    width: 270px;
    height: 270px;
    background: rgba(19, 87, 242, 0.25);
}

/* Custom footer */
.shine-site-footer {
    color: #c7d2e8;
    background: #071127;
}

.shine-footer-main {
    display: grid;
    padding: 72px 0 56px;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(50px, 8vw, 110px);
}

.shine-footer-brand img {
    width: 210px;
    height: auto;
}

.shine-footer-brand > p {
    max-width: 420px;
    margin-top: 24px !important;
    color: #9daccc;
}

.shine-footer-age {
    display: inline-block;
    margin-top: 18px;
    padding: 7px 12px;
    border: 1px solid rgba(169, 199, 255, 0.2);
    border-radius: 999px;
    color: #a9c7ff;
    font-size: 0.76rem;
    font-weight: 800;
}

.shine-footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.shine-footer-links > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shine-footer-links h2 {
    margin-bottom: 8px !important;
    color: var(--shine-white);
    font-size: 0.87rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.shine-footer-links a {
    width: fit-content;
    color: #9daccc;
    font-size: 0.88rem;
}

.shine-footer-links a:hover {
    color: var(--shine-white);
}

.shine-footer-bottom {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: #8292b2;
    font-size: 0.76rem;
}

/* Responsive */
@media (max-width: 1120px) {
    .shine-desktop-nav {
        gap: 16px;
    }

    .shine-desktop-nav a {
        font-size: 0.81rem;
    }

    .shine-hero-grid {
        grid-template-columns: minmax(0, 0.93fr) minmax(380px, 1.07fr);
        gap: 42px;
    }

    .shine-age-card {
        padding: 25px;
    }

    .shine-age-card > a {
        right: 25px;
        left: 25px;
    }
}

@media (max-width: 991px) {
    .shine-container {
        width: min(760px, calc(100% - 32px));
    }

    .shine-desktop-nav,
    .shine-header-actions {
        display: none;
    }

    .shine-mobile-menu {
        display: block;
        margin-left: auto;
    }

    .shine-header-inner {
        min-height: 74px;
    }

    .shine-brand,
    .shine-brand img {
        width: 158px;
        flex-basis: 158px;
    }

    .shine-hero {
        padding: 70px 0 78px;
    }

    .shine-hero::before {
        display: none;
    }

    .shine-hero-grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .shine-hero-copy {
        text-align: center;
    }

    .shine-hero h1,
    .shine-hero-lead {
        margin-inline: auto;
    }

    .shine-hero-actions,
    .shine-hero-assurances {
        justify-content: center;
    }

    .shine-hero-visual {
        max-width: 720px;
        margin-inline: auto;
    }

    .shine-trust-grid {
        grid-template-columns: 1fr;
    }

    .shine-trust-item {
        min-height: 100px;
        padding: 20px 10px;
    }

    .shine-trust-item + .shine-trust-item {
        border-top: 1px solid #e8eef8;
        border-left: 0;
    }

    .shine-heading-split,
    .shine-benefits-grid,
    .shine-parent-grid,
    .shine-faq-grid,
    .shine-footer-main {
        grid-template-columns: 1fr;
    }

    .shine-heading-split {
        gap: 20px;
    }

    .shine-age-grid {
        grid-template-columns: 1fr;
    }

    .shine-age-card {
        min-height: 410px;
    }

    .shine-benefits-intro,
    .shine-faq-intro {
        position: static;
    }

    .shine-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .shine-steps::before {
        display: none;
    }

    .shine-parent-points {
        grid-template-columns: 1fr;
    }

    .shine-footer-main {
        gap: 45px;
    }
}

@media (max-width: 640px) {
    .shine-container {
        width: min(560px, calc(100% - 26px));
    }

    .shine-section {
        padding: 72px 0;
    }

    .shine-live-template h2 {
        font-size: clamp(2rem, 10vw, 2.7rem);
    }

    .shine-brand,
    .shine-brand img {
        width: 142px;
        flex-basis: 142px;
    }

    .shine-hero {
        padding: 53px 0 67px;
    }

    .shine-eyebrow {
        font-size: 0.68rem;
    }

    .shine-hero h1 {
        font-size: clamp(2.55rem, 13vw, 3.6rem);
    }

    .shine-hero-lead {
        margin-top: 23px !important;
        font-size: 1rem;
    }

    .shine-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .shine-hero-actions .shine-btn {
        width: 100%;
    }

    .shine-hero-assurances {
        display: grid;
        justify-content: start;
        max-width: 310px;
        margin-inline: auto;
        text-align: left;
    }

    .shine-hero-visual {
        padding: 8px 8px 12px;
        border-radius: 22px;
    }

    .shine-image-shell {
        border-radius: 16px;
    }

    .shine-image-shell img {
        min-height: 280px;
        object-position: 63% center;
    }

    .shine-visual-note {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: none;
        margin: 11px 4px -31px;
    }

    .shine-trust-item {
        gap: 13px;
    }

    .shine-heading-split {
        text-align: left;
    }

    .shine-classes-fallback {
        display: grid;
        padding: 27px 23px;
    }

    .shine-classes-fallback .shine-btn {
        width: 100%;
    }

    .shine-live-template .classes-item-content {
        grid-template-columns: 1fr;
    }

    .shine-live-template .classes-item-content .price {
        min-width: 0;
        align-items: flex-start;
    }

    .shine-age-card {
        min-height: 440px;
        padding: 24px;
    }

    .shine-age-card > a {
        right: 24px;
        left: 24px;
    }

    .shine-benefit-list article {
        grid-template-columns: 45px 1fr;
        padding: 19px;
    }

    .shine-benefit-list article > span {
        width: 45px;
        height: 45px;
    }

    .shine-steps {
        grid-template-columns: 1fr;
    }

    .shine-steps li {
        min-height: 230px;
    }

    .shine-parent-card,
    .shine-parent-quote {
        padding: 30px 23px;
        border-radius: 23px;
    }

    .shine-accordion summary {
        min-height: 76px;
        padding-right: 45px;
        font-size: 0.92rem;
    }

    .shine-accordion details p {
        padding-right: 5px;
        padding-left: 0;
    }

    .shine-cta-card {
        padding: 48px 22px;
        border-radius: 25px;
    }

    .shine-cta-actions {
        display: grid;
    }

    .shine-footer-main {
        padding: 60px 0 45px;
    }

    .shine-footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 22px;
    }

    .shine-footer-bottom {
        flex-direction: column;
        justify-content: center;
        padding: 20px 0;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .shine-live-template *,
    .shine-live-template *::before,
    .shine-live-template *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
