/* Solutions Page Styles */

/* ===== LIGHT THEME OVERRIDES ===== */
[data-theme="light"] .solutions-hero .hero-title {
    background: linear-gradient(135deg, var(--fg) 0%, #0891B2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="light"] .solutions-hero .hero-subtitle {
    color: rgba(15, 23, 42, 0.7);
}

[data-theme="light"] .solutions-hero .hero-badge {
    background: rgba(8, 145, 178, 0.1);
    border-color: rgba(8, 145, 178, 0.3);
    color: #0891B2;
}

[data-theme="light"] .solutions-hero .gradient-overlay {
    background: radial-gradient(ellipse at 50% 0%, rgba(8, 145, 178, 0.1) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 50%, rgba(8, 145, 178, 0.05) 0%, transparent 40%);
}

[data-theme="light"] .solutions-hero .grid-pattern {
    background-image: 
        linear-gradient(rgba(8, 145, 178, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 145, 178, 0.05) 1px, transparent 1px);
}

[data-theme="light"] .selection-section::before {
    background: linear-gradient(90deg, transparent, rgba(8, 145, 178, 0.2), transparent);
}

[data-theme="light"] .step-number {
    background: linear-gradient(135deg, #0891B2 0%, #0E7490 100%);
}

[data-theme="light"] .step-title {
    color: var(--fg);
}

[data-theme="light"] .back-button {
    border-color: rgba(15, 23, 42, 0.2);
    color: rgba(15, 23, 42, 0.7);
}

[data-theme="light"] .back-button:hover {
    border-color: #0891B2;
    color: #0891B2;
}

[data-theme="light"] .selection-breadcrumb .breadcrumb-label {
    color: rgba(15, 23, 42, 0.5);
}

[data-theme="light"] .selection-breadcrumb .breadcrumb-persona,
[data-theme="light"] .breadcrumb-persona,
[data-theme="light"] .breadcrumb-regulation {
    background: rgba(8, 145, 178, 0.1);
    border-color: rgba(8, 145, 178, 0.3);
    color: #0891B2;
}

[data-theme="light"] .breadcrumb-separator {
    color: rgba(15, 23, 42, 0.3);
}

[data-theme="light"] .persona-card {
    background: rgba(15, 23, 42, 0.02);
    border-color: rgba(15, 23, 42, 0.1);
}

[data-theme="light"] .persona-card:hover {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(8, 145, 178, 0.3);
}

[data-theme="light"] .persona-card.selected {
    background: rgba(8, 145, 178, 0.1);
    border-color: #0891B2;
}

[data-theme="light"] .persona-icon {
    background: rgba(8, 145, 178, 0.1);
}

[data-theme="light"] .persona-icon svg {
    color: #0891B2;
}

[data-theme="light"] .persona-name {
    color: var(--fg);
}

[data-theme="light"] .persona-desc {
    color: rgba(15, 23, 42, 0.6);
}

[data-theme="light"] .persona-card .select-indicator {
    border-color: rgba(15, 23, 42, 0.3);
}

[data-theme="light"] .persona-card.selected .select-indicator {
    border-color: #0891B2;
    background: #0891B2;
}

[data-theme="light"] .filter-btn {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(15, 23, 42, 0.1);
    color: rgba(15, 23, 42, 0.7);
}

[data-theme="light"] .filter-btn:hover {
    background: rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 23, 42, 0.2);
}

[data-theme="light"] .filter-btn.active {
    background: rgba(8, 145, 178, 0.15);
    border-color: #0891B2;
    color: #0891B2;
}

[data-theme="light"] .regulation-card {
    background: rgba(15, 23, 42, 0.02);
    border-color: rgba(15, 23, 42, 0.1);
}

[data-theme="light"] .regulation-card:hover {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(8, 145, 178, 0.3);
}

[data-theme="light"] .regulation-card.selected {
    background: rgba(8, 145, 178, 0.1);
    border-color: #0891B2;
}

[data-theme="light"] .regulation-name {
    color: var(--fg);
}

[data-theme="light"] .regulation-region {
    color: rgba(15, 23, 42, 0.5);
}

[data-theme="light"] .regulation-desc {
    color: rgba(15, 23, 42, 0.6);
}

[data-theme="light"] .regulation-card .select-arrow {
    color: rgba(15, 23, 42, 0.3);
}

[data-theme="light"] .regulation-card:hover .select-arrow,
[data-theme="light"] .regulation-card.selected .select-arrow {
    color: #0891B2;
}

/* Light mode regulation icons - darker text for contrast */
[data-theme="light"] .regulation-icon {
    background: rgba(8, 145, 178, 0.15);
    color: #0891B2;
}

[data-theme="light"] .regulation-icon.eu {
    background: rgba(0, 51, 153, 0.15);
    color: #003399;
}

[data-theme="light"] .regulation-icon.uk {
    background: rgba(200, 16, 46, 0.15);
    color: #C8102E;
}

[data-theme="light"] .regulation-icon.us {
    background: rgba(60, 59, 110, 0.15);
    color: #3C3B6E;
}

[data-theme="light"] .regulation-icon.sg {
    background: rgba(196, 30, 58, 0.15);
    color: #C41E3A;
}

[data-theme="light"] .regulation-icon.global {
    background: rgba(8, 145, 178, 0.15);
    color: #0891B2;
}

[data-theme="light"] .result-title {
    color: var(--fg);
}

[data-theme="light"] .result-item {
    background: rgba(15, 23, 42, 0.02);
    border-color: rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .result-item:hover {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.12);
}

[data-theme="light"] .result-item p {
    color: rgba(15, 23, 42, 0.8);
}

[data-theme="light"] .results-cta {
    background: linear-gradient(180deg, transparent 0%, rgba(8, 145, 178, 0.05) 100%);
}

[data-theme="light"] .results-cta h3 {
    color: var(--fg);
}

[data-theme="light"] .results-cta p {
    color: rgba(15, 23, 42, 0.7);
}

[data-theme="light"] .results-cta .name-input,
[data-theme="light"] .results-cta .email-input {
    background: rgba(15, 23, 42, 0.03);
    border-color: rgba(15, 23, 42, 0.15);
    color: var(--fg);
}

[data-theme="light"] .results-cta .name-input:focus,
[data-theme="light"] .results-cta .email-input:focus {
    border-color: #0891B2;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.1);
    background: rgba(15, 23, 42, 0.05);
}

[data-theme="light"] .results-cta .name-input::placeholder,
[data-theme="light"] .results-cta .email-input::placeholder {
    color: rgba(15, 23, 42, 0.4);
}

/* ===== END LIGHT THEME OVERRIDES ===== */

/* Solutions Container - matches platform-container formatting */
.solutions-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Hero Section */
.solutions-hero {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: left;
    padding: 6rem 0 1rem 0;
    margin-top: 70px;
    overflow: hidden;
}

.solutions-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.solutions-hero .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(4, 217, 255, 0.15) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 50%, rgba(4, 217, 255, 0.08) 0%, transparent 40%);
}

.solutions-hero .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(4, 217, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4, 217, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.5;
}

.solutions-hero .hero-content {
    position: relative;
    z-index: 1;
    text-align: left;
    max-width: 1000px;
}

.solutions-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(4, 217, 255, 0.1);
    border: 1px solid rgba(4, 217, 255, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    color: #04D9FF;
    margin-bottom: 24px;
}

.solutions-hero .hero-title {
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #04D9FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

.solutions-hero .hero-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
}

/* Selection Section */
.selection-section {
    padding: 20px 0 100px;
    position: relative;
}

.selection-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(4, 217, 255, 0.15), transparent);
}

.selection-step {
    margin-bottom: 40px;
}

/* Selection Breadcrumb (shows selected persona above regulation step) */
.selection-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 0.9375rem;
}

.selection-breadcrumb .breadcrumb-label {
    color: rgba(255, 255, 255, 0.5);
}

.selection-breadcrumb .breadcrumb-persona {
    padding: 6px 12px;
    background: rgba(4, 217, 255, 0.1);
    border: 1px solid rgba(4, 217, 255, 0.3);
    border-radius: 6px;
    color: #04D9FF;
}

.step-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #04D9FF 0%, #00A3CC 100%);
    border-radius: 50%;
    font-weight: 600;
    font-size: 1.125rem;
    color: #0A0A0A;
}

.step-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.back-button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: auto;
}

.back-button:hover {
    border-color: #04D9FF;
    color: #04D9FF;
}

/* Persona Grid */
.persona-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.persona-card {
    position: relative;
    padding: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.persona-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #04D9FF, #00A3CC);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.persona-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(4, 217, 255, 0.3);
    transform: translateY(-4px);
}

.persona-card:hover::before {
    opacity: 1;
}

.persona-card.selected {
    background: rgba(4, 217, 255, 0.1);
    border-color: #04D9FF;
}

.persona-card.selected::before {
    opacity: 1;
}

.persona-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 217, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 16px;
}

.persona-icon svg {
    width: 24px;
    height: 24px;
    color: #04D9FF;
}

.persona-name {
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.persona-desc {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.persona-card .select-indicator {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.persona-card.selected .select-indicator {
    border-color: #04D9FF;
    background: #04D9FF;
}

.persona-card.selected .select-indicator svg {
    color: #0A0A0A;
}

/* Regulation Filters */
.regulation-filters {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.filter-btn.active {
    background: rgba(4, 217, 255, 0.15);
    border-color: #04D9FF;
    color: #04D9FF;
}

/* Regulation Grid */
.regulation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}

.regulation-card {
    position: relative;
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.regulation-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(4, 217, 255, 0.3);
}

.regulation-card.selected {
    background: rgba(4, 217, 255, 0.1);
    border-color: #04D9FF;
}

.regulation-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.regulation-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 217, 255, 0.1);
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #04D9FF;
    flex-shrink: 0;
}

.regulation-icon.eu { background: rgba(0, 51, 153, 0.3); color: #FFCC00; }
.regulation-icon.uk { background: rgba(0, 82, 147, 0.3); color: #C8102E; }
.regulation-icon.us { background: rgba(60, 59, 110, 0.3); color: #FFFFFF; }
.regulation-icon.sg { background: rgba(196, 30, 58, 0.3); color: #FFFFFF; }
.regulation-icon.global { background: rgba(4, 217, 255, 0.1); color: #04D9FF; }

.regulation-name {
    font-size: 1.125rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 4px 0;
}

.regulation-region {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.regulation-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin: 0;
}

.regulation-card .select-arrow {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.regulation-card:hover .select-arrow,
.regulation-card.selected .select-arrow {
    color: #04D9FF;
}

/* Results Section */
.results-section {
    padding-top: 20px;
}

.results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.results-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9375rem;
}

.breadcrumb-persona,
.breadcrumb-regulation {
    padding: 6px 12px;
    background: rgba(4, 217, 255, 0.1);
    border: 1px solid rgba(4, 217, 255, 0.3);
    border-radius: 6px;
    color: #04D9FF;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.3);
}

/* Results Content */
.results-content {
    margin-bottom: 60px;
}

.result-block {
    margin-bottom: 48px;
}

.result-block:last-child {
    margin-bottom: 0;
}

.result-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.result-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.result-icon.challenges {
    background: rgba(255, 107, 107, 0.15);
    color: #FF6B6B;
}

.result-icon.howWeHelp {
    background: rgba(4, 217, 255, 0.15);
    color: #04D9FF;
}

.result-icon.outcomes {
    background: rgba(80, 250, 123, 0.15);
    color: #50FA7B;
}

.result-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.result-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.result-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
}

.result-item-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.result-item-icon svg {
    width: 18px;
    height: 18px;
}

.result-item.challenges .result-item-icon {
    color: #FF6B6B;
}

.result-item.howWeHelp .result-item-icon {
    color: #04D9FF;
}

.result-item.outcomes .result-item-icon {
    color: #50FA7B;
}

.result-item p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin: 0;
}

/* Results CTA - matches platform-cta styling */
.results-cta {
    padding: 6rem 2rem;
    text-align: left;
    background: linear-gradient(180deg, transparent 0%, rgba(4, 217, 255, 0.03) 100%);
    border-radius: 20px;
    margin-top: 40px;
}

.results-cta h3 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 1rem 0;
}

.results-cta p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 2.5rem 0;
}

.results-cta .waitlist-form {
    max-width: 900px;
}

.results-cta .email-input-group {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.results-cta .name-input,
.results-cta .email-input {
    padding: 1.2rem;
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(248, 250, 252, 0.03);
    color: #ffffff;
    font-family: 'Space Grotesk', sans-serif;
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    transition: all 0.3s ease;
}

.results-cta .name-input:focus,
.results-cta .email-input:focus {
    outline: none;
    border-color: #04D9FF;
    box-shadow: 0 0 0 3px rgba(4, 217, 255, 0.1);
    background: rgba(248, 250, 252, 0.05);
}

.results-cta .name-input::placeholder,
.results-cta .email-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.results-cta .client-login-button {
    background: linear-gradient(135deg, #04D9FF 0%, #00A3CC 100%);
    color: #0A0A0A;
    padding: 1.2rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-family: 'Space Grotesk', sans-serif;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.results-cta .client-login-button:hover {
    background: linear-gradient(135deg, #00A3CC 0%, #04D9FF 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(4, 217, 255, 0.4);
}

/* Animations */
.selection-step,
.results-section,
.persona-card,
.regulation-card,
.result-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.selection-step.visible,
.results-section.visible,
.persona-card.visible,
.regulation-card.visible,
.result-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animation for grid items */
.persona-card:nth-child(1) { transition-delay: 0.1s; }
.persona-card:nth-child(2) { transition-delay: 0.15s; }
.persona-card:nth-child(3) { transition-delay: 0.2s; }
.persona-card:nth-child(4) { transition-delay: 0.25s; }

.regulation-card:nth-child(1) { transition-delay: 0.05s; }
.regulation-card:nth-child(2) { transition-delay: 0.1s; }
.regulation-card:nth-child(3) { transition-delay: 0.15s; }
.regulation-card:nth-child(4) { transition-delay: 0.2s; }
.regulation-card:nth-child(5) { transition-delay: 0.25s; }
.regulation-card:nth-child(6) { transition-delay: 0.3s; }
.regulation-card:nth-child(7) { transition-delay: 0.35s; }
.regulation-card:nth-child(8) { transition-delay: 0.4s; }
.regulation-card:nth-child(9) { transition-delay: 0.45s; }
.regulation-card:nth-child(10) { transition-delay: 0.5s; }
.regulation-card:nth-child(11) { transition-delay: 0.55s; }
.regulation-card:nth-child(12) { transition-delay: 0.6s; }

/* Responsive */
@media (max-width: 768px) {
    .solutions-hero {
        min-height: auto;
        padding: 5rem 0 3rem 0;
    }

    .solutions-hero .hero-title {
        font-size: clamp(2rem, 7vw, 3rem);
    }

    .solutions-hero .hero-subtitle {
        font-size: 1rem;
    }

    .selection-section {
        padding: 40px 20px 80px;
    }

    .step-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .back-button {
        margin-left: 0;
        margin-top: 8px;
    }

    .persona-grid {
        grid-template-columns: 1fr;
    }

    .regulation-grid {
        grid-template-columns: 1fr;
    }

    .regulation-filters {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .filter-btn {
        flex-shrink: 0;
    }

    .results-cta {
        padding: 32px 20px;
    }

    .results-cta h3 {
        font-size: 1.25rem;
    }

    .result-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .persona-card {
        padding: 20px;
    }

    .persona-name {
        font-size: 1.125rem;
    }

    .regulation-card {
        padding: 16px;
    }

    .result-item {
        padding: 14px;
    }
}