/* ===== GetPopMail.com - Modern Minimalist Stylesheet ===== */

:root {
    --primary: #4285f4;
    --primary-dark: #3367d6;
    --primary-light: #e8f0fe;
    --success: #34a853;
    --warning: #fbbc04;
    --danger: #ea4335;
    --info: #4285f4;
    --text: #202124;
    --text-secondary: #5f6368;
    --text-muted: #9aa0a6;
    --bg: #f8f9fa;
    --white: #ffffff;
    --border: #e0e0e0;
    --radius: 12px;
    --radius-sm: 8px;
    --shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);
    --shadow-lg: 0 10px 25px rgba(0,0,0,0.1);
    --transition: 0.2s ease;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main { flex: 1; }

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== Navbar ===== */

.navbar {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow);
}

.navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 38px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 16px;
}
.nav-links a { color: var(--text-secondary); font-weight: 500; font-size: 0.9rem; }
.nav-links a:hover { color: var(--primary); text-decoration: none; }

.lang-switch {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid var(--border);
    font-size: 0.8rem;
    color: var(--text-secondary);
    background: #fff;
}

.lang-option:hover {
    border-color: var(--primary);
    color: var(--primary);
    text-decoration: none;
}

.lang-option.active {
    border-color: var(--primary);
    background: var(--primary-light);
    color: var(--primary-dark);
}

.nav-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.nav-name { font-size: 0.85rem; color: var(--text-secondary); }

.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text);
}

/* ===== Buttons ===== */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    font-weight: 500;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
    line-height: 1.4;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
}
.btn-primary:hover {
    background: var(--primary-dark);
    text-decoration: none;
    color: var(--white);
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text-secondary);
}
.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
    text-decoration: none;
}

.btn-danger-outline {
    background: transparent;
    border: 1px solid var(--danger);
    color: var(--danger);
}
.btn-danger-outline:hover {
    background: var(--danger);
    color: var(--white);
    text-decoration: none;
}

.btn-google {
    background: var(--white);
    color: var(--text);
    border: 1px solid var(--border);
    font-weight: 500;
    padding: 8px 16px;
    font-size: 0.88rem;
    box-shadow: var(--shadow);
}
.btn-google:hover {
    background: #f8f9fa;
    border-color: #bbb;
    text-decoration: none;
    box-shadow: var(--shadow-md);
}
.btn-google svg { flex-shrink: 0; }

.btn-sm { padding: 6px 12px; font-size: 0.8rem; }
.btn-lg { padding: 14px 32px; font-size: 1.05rem; }
.btn-block { width: 100%; justify-content: center; }

/* ===== Home page ambience ===== */

body.page-home {
    background: linear-gradient(180deg, #e8eef9 0%, #f0f4ff 12%, var(--bg) 38%);
}

/* ===== Hero ===== */

.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 100% 60% at 50% -15%, rgba(255, 255, 255, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 15% 80%, rgba(66, 133, 244, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 60% 45% at 90% 25%, rgba(251, 188, 4, 0.12) 0%, transparent 50%),
        linear-gradient(155deg, #0d47a1 0%, #1a73e8 38%, #4285f4 65%, #1565c0 100%);
    color: var(--white);
    padding: 88px 0 108px;
    text-align: center;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 70%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08) 0%, transparent 65%);
    pointer-events: none;
}

.hero-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.hero-deco-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.5;
}

.hero-deco-blob--1 {
    width: 320px;
    height: 320px;
    background: rgba(100, 181, 246, 0.45);
    top: -80px;
    right: -60px;
    animation: hero-float 12s ease-in-out infinite;
}

.hero-deco-blob--2 {
    width: 240px;
    height: 240px;
    background: rgba(251, 188, 4, 0.2);
    bottom: 10%;
    left: -40px;
    animation: hero-float 14s ease-in-out infinite reverse;
}

.hero-deco-blob--3 {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.15);
    top: 40%;
    right: 15%;
    animation: hero-float 10s ease-in-out infinite 1s;
}

.hero-deco-icon {
    position: absolute;
    font-size: 52px;
    opacity: 0.14;
    color: var(--white);
}

.hero-deco-icon:nth-of-type(4) {
    top: 18%;
    left: 8%;
    transform: rotate(-12deg);
    animation: hero-drift 8s ease-in-out infinite;
}

.hero-deco-icon:nth-of-type(5) {
    top: 22%;
    right: 12%;
    font-size: 44px;
    transform: rotate(8deg);
    animation: hero-drift-alt 9s ease-in-out infinite 0.5s;
}

.hero-deco-icon:nth-of-type(6) {
    bottom: 22%;
    right: 20%;
    font-size: 56px;
    transform: rotate(-6deg);
    animation: hero-drift-alt2 11s ease-in-out infinite 1s;
}

@keyframes hero-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(12px, -16px) scale(1.05); }
}

@keyframes hero-drift {
    0%, 100% { transform: translateY(0) rotate(-12deg); opacity: 0.14; }
    50% { transform: translateY(-10px) rotate(-8deg); opacity: 0.22; }
}

@keyframes hero-drift-alt {
    0%, 100% { transform: translateY(0) rotate(8deg); opacity: 0.14; }
    50% { transform: translateY(8px) rotate(4deg); opacity: 0.2; }
}

@keyframes hero-drift-alt2 {
    0%, 100% { transform: translateY(0) rotate(-6deg); opacity: 0.14; }
    50% { transform: translateY(-12px) rotate(-10deg); opacity: 0.2; }
}

.hero-inner {
    position: relative;
    z-index: 1;
}

.hero h1,
.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}

.hero-title-line {
    display: inline-block;
}

.hero-title-line--1 {
    animation: hero-title-enter 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.06s both;
}

.hero-title-line--2 {
    animation: hero-title-enter 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

@keyframes hero-title-enter {
    from {
        opacity: 0;
        transform: translateY(28px);
        filter: blur(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.highlight { color: #ffe082; text-shadow: 0 0 40px rgba(251, 188, 4, 0.35); }

.hero-sub {
    font-size: 1.15rem;
    opacity: 0.95;
    max-width: 650px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.hero .btn {
    background: var(--white);
    color: var(--primary);
    font-size: 1.1rem;
    padding: 16px 36px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.hero-cta {
    animation: hero-cta-enter 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

@keyframes hero-cta-enter {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hero .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
    text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
    .hero-title-line--1,
    .hero-title-line--2 {
        animation: none;
        opacity: 1;
        transform: none;
        filter: none;
    }
    .hero-cta {
        animation: none;
    }
}

.hero-note {
    margin-top: 14px;
    font-size: 0.85rem;
    opacity: 0.85;
}

/* Home: secciones con más aire */
.page-home .features {
    padding-top: 88px;
    padding-bottom: 88px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, var(--bg) 100%);
}

.page-home .privacy-section {
    padding-bottom: 72px;
}

.page-home .privacy-card {
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(66, 133, 244, 0.12);
}

.page-home .pricing {
    padding-bottom: 96px;
    background: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(66, 133, 244, 0.06) 0%, transparent 55%);
}

/* ===== Features ===== */

.features { padding: 80px 0; }

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--text);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 35px 25px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: transform var(--transition), box-shadow var(--transition);
}
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.feature-icon {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 16px;
    display: block;
}

.feature-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--text);
}

.feature-card p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ===== Privacy ===== */

.privacy-section { padding: 0 0 80px; }

.privacy-card {
    background: var(--primary-light);
    border-radius: var(--radius);
    padding: 40px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.privacy-icon {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 16px;
    display: block;
}

.privacy-card h2 {
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.privacy-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ===== Pricing ===== */

.pricing { padding: 0 0 80px; }

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.pricing-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 35px 30px;
    text-align: center;
    box-shadow: var(--shadow);
    border: 2px solid transparent;
    transition: all var(--transition);
}

.pricing-card-featured {
    border-color: var(--primary);
    position: relative;
}

.pricing-badge {
    display: inline-block;
    background: var(--primary-light);
    color: var(--primary);
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.pricing-amount {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text);
}
.pricing-alt {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 400;
}

.pricing-period {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.pricing-features {
    list-style: none;
    text-align: left;
    margin-bottom: 25px;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.pricing-features .material-icons-outlined {
    font-size: 20px;
    color: var(--success);
}

/* ===== Cards ===== */

.card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-bottom: 20px;
    overflow: hidden;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
}

.card-header h2 {
    font-size: 1.15rem;
    font-weight: 600;
}

.card-body { padding: 24px; }

.card-status .card-body { padding: 20px 24px; }

/* ===== Status Row ===== */

.status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.status-row h3 {
    font-size: 1rem;
    margin-bottom: 6px;
    color: var(--text-secondary);
}

.status-details p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin: 2px 0;
}

/* ===== Badges ===== */

.badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-success { background: #e6f4ea; color: var(--success); }
.badge-warning { background: #fef7e0; color: #e37400; }
.badge-danger { background: #fce8e6; color: var(--danger); }
.badge-info { background: var(--primary-light); color: var(--primary); }
.badge-outline { background: transparent; border: 1px solid var(--border); color: var(--text-secondary); }

/* ===== Tables ===== */

.table-responsive { overflow-x: auto; }

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th {
    text-align: left;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    padding: 10px 12px;
    border-bottom: 2px solid var(--border);
    white-space: nowrap;
}

.table td {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    vertical-align: middle;
}

.table tbody tr:hover { background: #fafbfc; }

.table .actions {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
}

.row-inactive { opacity: 0.5; }
.row-inactive:hover { opacity: 0.8; }

.log-message {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* ===== Forms ===== */

.form-page {
    max-width: 600px;
    margin: 40px auto;
}

.form-page h1 {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.form-desc {
    color: var(--text-secondary);
    margin-bottom: 24px;
    font-size: 0.95rem;
}

.form-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 6px;
    color: var(--text);
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="number"],
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    font-family: inherit;
    transition: border-color var(--transition);
    background: var(--white);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-light);
}

.form-group small {
    display: block;
    margin-top: 4px;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.form-row {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.form-row .form-group { flex: 1; }

.checkbox-label {
    display: flex !important;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding-top: 10px;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.inline-form { display: inline; }

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 20px;
}
.back-link:hover { color: var(--primary); }

/* ===== Alerts ===== */

.alert {
    padding: 14px 20px;
    border-radius: var(--radius-sm);
    margin: 16px 0;
    font-size: 0.9rem;
}

.alert-success { background: #e6f4ea; color: #137333; border: 1px solid #c3e6cb; }
.alert-error { background: #fce8e6; color: #c5221f; border: 1px solid #f5c6cb; }
.alert-warning { background: #fef7e0; color: #e37400; border: 1px solid #ffeeba; }
.alert-info { background: var(--primary-light); color: var(--primary-dark); border: 1px solid #b8d4fe; }

.alert p { margin: 4px 0; }

/* ===== Empty state ===== */

.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: var(--text-muted);
}

.empty-state .material-icons-outlined {
    font-size: 56px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.5;
}

.empty-state p { margin-bottom: 16px; }

/* ===== Dashboard ===== */

.dashboard { padding-top: 30px; padding-bottom: 40px; }

.dashboard-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.dashboard-header h1 {
    font-size: 1.6rem;
    font-weight: 700;
}

/* ===== Payment ===== */

.payment-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.payment-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px 24px;
    text-align: center;
    box-shadow: var(--shadow);
    border: 2px solid var(--border);
    transition: border-color var(--transition);
}

.payment-card:hover { border-color: var(--primary); }

.payment-icon .material-icons-outlined {
    font-size: 40px;
    color: var(--primary);
}

.payment-card h3 {
    font-size: 1.1rem;
    margin: 12px 0 6px;
}

.payment-amount {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
}

.payment-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.payment-note {
    display: flex;
    gap: 12px;
    background: var(--primary-light);
    border-radius: var(--radius-sm);
    padding: 20px;
}

.payment-note .material-icons-outlined {
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 2px;
}

.payment-note p {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ===== Search (admin) ===== */

.search-form .form-row {
    align-items: center;
}

.search-form input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
}

.search-form input:focus {
    outline: none;
    border-color: var(--primary);
}

/* ===== Pagination ===== */

.pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    padding-top: 20px;
}

/* ===== Footer ===== */

.site-footer {
    background: var(--white);
    border-top: 1px solid var(--border);
    padding: 24px 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer p {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.footer-links a:hover {
    color: var(--primary);
}

/* ===== Legal Pages ===== */

.legal-page {
    max-width: 800px;
    margin: 40px auto 60px;
}

.legal-page h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.legal-updated {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 30px;
}

.legal-page h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 12px;
    color: var(--text);
    padding-bottom: 6px;
    border-bottom: 1px solid #f0f0f0;
}

.legal-page h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
}

.legal-page p,
.legal-page li {
    font-size: 0.93rem;
    color: var(--text-secondary);
    line-height: 1.75;
}

.legal-page ul {
    padding-left: 24px;
    margin-bottom: 14px;
}

.legal-page li {
    margin-bottom: 6px;
}

.legal-highlight {
    display: flex;
    gap: 16px;
    background: var(--primary-light);
    border-radius: var(--radius);
    padding: 24px;
    margin: 20px 0;
    border-left: 4px solid var(--primary);
}

.legal-highlight .material-icons-outlined {
    font-size: 36px;
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 4px;
}

.legal-highlight h3 {
    margin-top: 0;
    color: var(--primary-dark);
}

.legal-highlight p,
.legal-highlight li {
    color: var(--text);
}

.legal-highlight ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

/* ===== Contact Page ===== */

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 900px;
    margin: 40px auto 60px;
}

.contact-info h1 {
    font-size: 1.8rem;
    margin-bottom: 12px;
}

.contact-info p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 0.93rem;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.contact-info-item .material-icons-outlined {
    color: var(--primary);
    font-size: 22px;
}

.contact-form-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
}

.contact-form-card .form-group textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    font-family: inherit;
    transition: border-color var(--transition);
    resize: vertical;
    min-height: 120px;
}

.contact-form-card .form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-light);
}

/* ===== Text Utilities ===== */

.text-muted { color: var(--text-muted); }

/* ===== Responsive ===== */

@media (max-width: 768px) {
    .hero { padding: 56px 0 72px; }
    .hero h1 { font-size: 1.8rem; }
    .hero-sub { font-size: 1rem; }
    .hero-deco-icon { display: none; }
    .hero-deco-blob { opacity: 0.35; filter: blur(28px); }
    .page-home .features { padding-top: 64px; padding-bottom: 64px; }

    .features-grid { grid-template-columns: 1fr; gap: 16px; }
    .pricing-grid { grid-template-columns: 1fr; }
    .payment-options { grid-template-columns: 1fr; }

    .nav-links { display: none; }
    .nav-links.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: var(--white);
        padding: 16px 20px;
        border-bottom: 1px solid var(--border);
        box-shadow: var(--shadow-md);
        gap: 12px;
    }
    .lang-switch { width: 100%; justify-content: flex-start; }
    .nav-toggle { display: block; }
    .nav-user { flex-direction: column; align-items: flex-start; }

    .status-row { flex-direction: column; align-items: flex-start; }

    .form-row { flex-direction: column; gap: 0; }

    .table-admin { font-size: 0.8rem; }
    .table-admin th, .table-admin td { padding: 8px 6px; }

    .dashboard-header { flex-direction: column; align-items: flex-start; }

    .footer-inner { flex-direction: column; text-align: center; }
    .footer-links { flex-wrap: wrap; justify-content: center; }

    .legal-highlight { flex-direction: column; }

    .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 1.5rem; }
    .hero .btn { padding: 12px 24px; font-size: 0.95rem; }
    .container { padding: 0 14px; }
    .card-body { padding: 16px; }
    .form-card { padding: 20px; }
}
