/* Aurora hero custom enhancements */
.aurora-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(2rem, 4vw, 3.5rem);
}

.aurora-hero__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 48rem;
}

.aurora-hero__sidebar {
    display: grid;
    gap: 1.5rem;
}

.aurora-hero-card__header {
    display: grid;
    gap: 0.9rem;
    text-align: center;
    margin-bottom: 1.25rem;
    color: rgba(226, 232, 240, 0.95);
}

.aurora-hero-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.5rem 1.3rem;
    margin-inline: auto;
    border-radius: 9999px;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(120deg, rgba(244, 114, 182, 0.85), rgba(129, 140, 248, 0.9));
    box-shadow: 0 18px 30px rgba(79, 70, 229, 0.25);
}

.aurora-hero-card__icon {
    display: inline-flex;
    width: 1.75rem;
    height: 1.75rem;
    align-items: center;
    justify-content: center;
}

.aurora-hero-card__subtitle {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(226, 232, 240, 0.75);
}

.aurora-hero__badge-row {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
}

.aurora-premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.95rem;
    border-radius: 9999px;
    background: linear-gradient(120deg, rgba(244, 114, 182, 0.75), rgba(129, 140, 248, 0.85));
    color: #0f172a;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 15px 35px rgba(79, 70, 229, 0.25);
}

.aurora-premium-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 0.85rem;
    color: rgba(226, 232, 240, 0.95);
    background: rgba(226, 232, 240, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.aurora-premium-list {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aurora-premium-list li {
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem 1.05rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.15);
    color: rgba(226, 232, 240, 0.95);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 30px -18px rgba(15, 23, 42, 0.6);
}

.aurora-premium-icon {
    display: inline-flex;
    width: 1.75rem;
    height: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: linear-gradient(135deg, rgba(244, 114, 182, 0.45), rgba(129, 140, 248, 0.45));
    font-size: 0.95rem;
    color: #fff;
    box-shadow: 0 8px 16px rgba(244, 114, 182, 0.35);
}

.aurora-premium-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.aurora-premium-stat {
    position: relative;
    padding: 1.15rem 1.25rem;
    border-radius: 1.25rem;
    background: rgba(15, 23, 42, 0.45);
    border: 1px solid rgba(99, 102, 241, 0.4);
    backdrop-filter: blur(18px);
    box-shadow: inset 0 0 0 1px rgba(244, 114, 182, 0.15), 0 20px 35px -22px rgba(15, 23, 42, 0.8);
}

.aurora-premium-stat::after {
    content: "";
    position: absolute;
    inset: -30% 40% auto -30%;
    height: 120%;
    border-radius: 9999px;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.35), transparent 65%);
    opacity: 0.4;
    filter: blur(18px);
    pointer-events: none;
}

.aurora-premium-stat dt {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #f8fafc;
}

.aurora-premium-stat dd {
    margin: 0.35rem 0 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(226, 232, 240, 0.75);
}

.aurora-hero__calculator {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2rem;
    border-radius: 1.75rem;
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.75), rgba(49, 46, 129, 0.85));
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 25px 60px -25px rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(22px);
    overflow: hidden;
}

.aurora-hero__calculator::before,
.aurora-hero__calculator::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(38px);
    opacity: 0.6;
}

.aurora-hero__calculator::before {
    width: 16rem;
    height: 16rem;
    top: -8rem;
    right: -6rem;
    background: radial-gradient(circle, rgba(129, 140, 248, 0.75), transparent 70%);
}

.aurora-hero__calculator::after {
    width: 14rem;
    height: 14rem;
    bottom: -7rem;
    left: -6rem;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.6), transparent 70%);
}

.aurora-calculator__header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    z-index: 1;
}

.aurora-calculator__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.aurora-calculator__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #f8fafc;
}

.aurora-calculator__description {
    margin: 0;
    color: rgba(226, 232, 240, 0.75);
    font-size: 0.95rem;
}

.aurora-hero__calculator .aurora-form {
    position: relative;
    display: grid;
    gap: 1rem;
    z-index: 1;
}

.aurora-hero__calculator .aurora-form__field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.15), 0 12px 26px -18px rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(18px);
}

.aurora-hero__calculator .aurora-form__field input {
    border: none;
    background: transparent;
    color: #f8fafc;
    font-size: 1rem;
    width: 100%;
}

.aurora-hero__calculator .aurora-form__field input::placeholder {
    color: rgba(226, 232, 240, 0.55);
}

.aurora-hero__calculator .aurora-form__field input:focus {
    outline: none;
}

.aurora-hero__calculator .aurora-form__field select,
.aurora-hero__card .aurora-form__field select {
    border: none;
    background: transparent;
    color: #f8fafc;
    font-size: 1rem;
    width: 100%;
    padding-right: 2rem;
    appearance: none;
}

.aurora-hero__calculator .aurora-form__field select:focus,
.aurora-hero__card .aurora-form__field select:focus {
    outline: none;
}

.aurora-hero__calculator .aurora-form__field select option,
.aurora-hero__card .aurora-form__field select option {
    color: #0f172a;
}

.aurora-hero__calculator .aurora-form__field select::-ms-expand,
.aurora-hero__card .aurora-form__field select::-ms-expand {
    display: none;
}

.aurora-form__field--select::after {
    content: '▾';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(226, 232, 240, 0.65);
    font-size: 0.85rem;
    pointer-events: none;
}

.aurora-hero__calculator .aurora-form__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.45), rgba(56, 189, 248, 0.45));
    color: #0f172a;
    font-weight: 700;
    font-size: 0.95rem;
}

.aurora-hero__calculator .aurora-btn {
    border-radius: 0.9rem;
    font-weight: 700;
    padding-block: 0.9rem;
    box-shadow: 0 25px 45px -22px rgba(79, 70, 229, 0.55);
}

.aurora-hero__calculator .aurora-btn:focus-visible {
    box-shadow: 0 25px 45px -22px rgba(79, 70, 229, 0.65), 0 0 0 3px rgba(165, 180, 252, 0.6);
}

.aurora-hero__card .aurora-form {
    position: relative;
    display: grid;
    gap: 1rem;
    z-index: 1;
}

.aurora-hero__card .aurora-form__field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.15), 0 12px 26px -18px rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(18px);
}

.aurora-hero__card .aurora-form__field input {
    border: none;
    background: transparent;
    color: #f8fafc;
    font-size: 1rem;
    width: 100%;
}

.aurora-hero__card .aurora-form__field input::placeholder {
    color: rgba(226, 232, 240, 0.55);
}

.aurora-hero__card .aurora-form__field input:focus {
    outline: none;
}

.aurora-hero__card .aurora-form__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.45), rgba(56, 189, 248, 0.45));
    color: #0f172a;
    font-weight: 700;
    font-size: 0.95rem;
}

.aurora-hero__card .aurora-btn {
    border-radius: 0.9rem;
    font-weight: 700;
    padding-block: 0.9rem;
    box-shadow: 0 25px 45px -22px rgba(79, 70, 229, 0.55);
}

.aurora-hero__card .aurora-btn:focus-visible {
    box-shadow: 0 25px 45px -22px rgba(79, 70, 229, 0.65), 0 0 0 3px rgba(165, 180, 252, 0.6);
}

.aurora-hero__sidebar .aurora-hero__card {
    backdrop-filter: blur(22px);
}

.aurora-results-grid {
    margin-top: 1.5rem;
}

.aurora-result-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.55), rgba(30, 64, 175, 0.35));
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 18px 36px -18px rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(18px);
    color: #f8fafc;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.aurora-result-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.25), transparent 55%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.22), transparent 50%);
    pointer-events: none;
    opacity: 0.35;
}

.aurora-result-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 65px -20px rgba(15, 23, 42, 0.55);
    border-color: rgba(255, 255, 255, 0.3);
}

.aurora-result-card__badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #0f172a;
    background: linear-gradient(135deg, #facc15, #f97316);
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.3);
    z-index: 2;
}

.aurora-result-card__meta {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 9999px;
    background: rgba(248, 250, 252, 0.6);
    backdrop-filter: blur(12px);
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f172a;
    z-index: 2;
}

.aurora-result-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding-inline: 0.25rem;
}

.aurora-result-card__meta-icon {
    font-size: 0.95rem;
    opacity: 0.75;
}

.aurora-result-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 1;
}

.aurora-result-card__title {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 700;
}

.aurora-result-card__link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.aurora-result-card__link:hover,
.aurora-result-card__link:focus {
    color: #4338ca;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.aurora-result-card__breadcrumb {
    margin: 0;
    color: #5ce1a9;
    font-size: 0.9rem;
}

.aurora-result-card__snippet {
    margin: 0;
    color: rgba(226, 232, 240, 0.85);
    line-height: 1.65;
}

.aurora-result-card__progress {
    position: relative;
    width: 100%;
    height: 0.45rem;
    border-radius: 9999px;
    background: rgba(248, 250, 252, 0.35);
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.15);
}

.aurora-result-card__progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #22d3ee, #6366f1, #ec4899);
    box-shadow: 0 3px 8px rgba(99, 102, 241, 0.35);
    transition: width 0.45s ease;
}

.aurora-result-card__actions {
    position: relative;
    z-index: 1;
    margin-top: auto;
    display: flex;
    align-items: center;
}

.aurora-btn--ghost-premium {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.65rem 1.75rem;
    border-radius: 9999px;
    border: 1.5px solid transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(135deg, rgba(148, 163, 184, 0.6), rgba(129, 140, 248, 0.6));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #f8fafc;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, background-image 0.3s ease;
    box-shadow: 0 12px 28px -18px rgba(99, 102, 241, 0.35);
}

.aurora-btn--ghost-premium:hover,
.aurora-btn--ghost-premium:focus {
    transform: translateY(-2px);
    color: #e0e7ff;
    box-shadow: 0 16px 32px -18px rgba(79, 70, 229, 0.45);
    background-image: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), linear-gradient(135deg, rgba(148, 163, 184, 0.75), rgba(129, 140, 248, 0.75));
}

.aurora-btn--ghost-premium:focus-visible {
    outline: none;
    box-shadow: 0 16px 32px -18px rgba(79, 70, 229, 0.45), 0 0 0 3px rgba(224, 231, 255, 0.7);
}

.aurora-btn--ghost-premium:active {
    transform: translateY(0);
}

.aurora-hero__content--compact {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.aurora-hero__tagline {
    max-width: 38rem;
}

.aurora-search--hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 9999px;
    background-color: #f1f5f9;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.aurora-search--hero input[type="search"] {
    border: none;
    background: transparent;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    color: #0f172a;
    width: 100%;
}

.aurora-search--hero input[type="search"]:focus {
    outline: none;
}

.aurora-search--hero button {
    border-radius: 9999px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}

.aurora-hero__cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.aurora-hero__highlight {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.aurora-highlight-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    padding: 1.75rem;
    background: #0f172a;
    color: #f8fafc;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
}

.aurora-highlight-card--gradient {
    --aurora-gradient-start: #7c3aed;
    --aurora-gradient-end: #06b6d4;
    background: linear-gradient(135deg, var(--aurora-gradient-start), var(--aurora-gradient-end));
}

.aurora-highlight-card--sunrise {
    --aurora-gradient-start: #ec4899;
    --aurora-gradient-end: #6366f1;
}

.aurora-highlight-card__visual {
    position: absolute;
    inset: 0;
    opacity: 0.55;
    pointer-events: none;
}

.aurora-highlight-card__visual svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aurora-highlight-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 1;
}

.aurora-highlight-card__content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

.aurora-highlight-card--gradient .aurora-text-muted {
    color: rgba(248, 250, 252, 0.85);
}

.aurora-highlight-card__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aurora-highlight-card__stats li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(15, 23, 42, 0.35);
    border-radius: 9999px;
    padding: 0.5rem 0.75rem;
    backdrop-filter: blur(4px);
}

.aurora-stat__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: rgba(248, 250, 252, 0.2);
    font-weight: 700;
    font-size: 0.9rem;
}

.aurora-stat__label {
    font-weight: 600;
    font-size: 0.95rem;
}

.aurora-hero__insights {
    display: grid;
    gap: 1rem;
}

.aurora-insight {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 1rem;
    background: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.25);
}

.aurora-insight__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.aurora-insight__body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.aurora-insight__title {
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.aurora-insight__description {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
}

.aurora-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aurora-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.4rem 0.75rem;
    border-radius: 9999px;
    background: #e0f2fe;
    color: #0c4a6e;
    font-weight: 600;
    font-size: 0.9rem;
}

@media (min-width: 640px) {
    .aurora-hero__insights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .aurora-hero__insights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
.aurora-hero__grid {
    gap: 2rem;
}

.aurora-hero__content {
    text-align: left;
}

.aurora-hero__badge-row {
    justify-content: flex-start;
}

    .aurora-highlight-card {
        padding: 1.5rem;
    }

    .aurora-search--hero {
        grid-template-columns: 1fr;
    }

    .aurora-search--hero button {
        width: 100%;
    }

    .aurora-hero__grid {
        grid-template-columns: 1fr;
    }

    .aurora-hero__sidebar {
        grid-template-columns: 1fr;
    }

    .aurora-hero__content {
        align-items: flex-start;
    }

    .aurora-premium-stats {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .aurora-hero__grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    }
}

@media (min-width: 1024px) {
    .aurora-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(22rem, 26rem);
    }

    .aurora-premium-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
