
*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --bg: #f3f4f6;
    --bg-alt: #ffffff;
    --card-bg: #ffffff;
    --primary: #1d9bf0;
    --primary-soft: rgba(29, 155, 240, 0.08);
    --text: #111827;
    --muted: #6b7280;
    --border-subtle: rgba(148, 163, 184, 0.6);
    --radius-lg: 1.25rem;
    --radius-full: 999px;
    --shadow-soft: 0 14px 40px rgba(15, 23, 42, 0.14);
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background: radial-gradient(circle at top, #e5f2ff 0, #f3f4f6 38%, #e5e7eb 100%);
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.92), transparent);
    border-bottom: 1px solid rgba(209, 213, 219, 0.9);
}

topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.75rem 0;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.75rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.logo-mark {
    width: 32px;
    height: 32px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.logo-main {
    font-weight: 700;
    letter-spacing: 0.18em;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #111827;
}

.logo-sub {
    font-size: 0.75rem;
    color: var(--muted);
}

.nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.nav-link {
    font-size: 0.9rem;
    text-decoration: none;
    color: var(--muted);
    position: relative;
    padding-bottom: 0.2rem;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #38bdf8, #6366f1);
    border-radius: 999px;
    transition: width 0.22s ease;
}

.nav-link:hover {
    color: #111827;
}

.nav-link:hover::after,
.nav-link.nav-active::after {
    width: 100%;
}

.nav-link.nav-active {
    color: #111827;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    border-radius: var(--radius-full);
    padding: 2px;
    background: #f3f4f6;
    border: 1px solid rgba(209, 213, 219, 0.9);
}

.lang-btn {
    border: none;
    background: transparent;
    color: var(--muted);
    font-size: 0.75rem;
    padding: 0.25rem 0.7rem;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.lang-btn.active {
    background: linear-gradient(135deg, #38bdf8, #6366f1);
    color: #f9fafb;
    font-weight: 600;
}

.hero {
    padding: 4.5rem 0 3.5rem;
}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1.3fr);
    gap: 2.5rem;
    align-items: center;
}

.hero-text h1 {
    font-size: clamp(2rem, 3vw + 1rem, 2.7rem);
    line-height: 1.12;
    background: linear-gradient(to right, #111827, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
}

.hero-lead {
    font-size: 0.98rem;
    max-width: 36rem;
    color: var(--muted);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.5rem 0 1rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.3rem;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn.primary {
    background: linear-gradient(135deg, #38bdf8, #6366f1);
    color: #f9fafb;
    box-shadow: var(--shadow-soft);
}

.btn.ghost {
    background: #ffffff;
    color: #111827;
    border-color: rgba(209, 213, 219, 0.9);
}

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

.hero-meta {
    font-size: 0.8rem;
    color: var(--muted);
    margin-top: 0.5rem;
}

.hero-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 1rem 1rem;
    border: 1px solid rgba(209, 213, 219, 0.9);
    box-shadow: var(--shadow-soft);
    margin-top: 1.2rem;
}

.hero-card--compact {
    padding: 1rem 0.9rem;
}

.hero-card h2 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.hero-phone {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 0.55rem;
}

.hero-hours {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--muted);
}

.hero-hours-list {
    list-style: none;
    padding: 0;
    margin: 0.35rem 0 0.7rem;
    font-size: 0.86rem;
}

.hero-hours-list li {
    margin-bottom: 0.1rem;
}

.hero-support {
    font-size: 0.86rem;
}

.hero-support a {
    color: #2563eb;
    text-decoration: none;
}

.hero-media {
    display: flex;
    flex-direction: column;
}

.hero-image-card {
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #eff6ff, #eef2ff);
    border: 1px solid rgba(209, 213, 219, 0.9);
    padding: 0.9rem;
    box-shadow: var(--shadow-soft);
    max-width: 380px;
    justify-self: flex-end;
}

.hero-image-card--illustration img {
    display: block;
    width: 100%;
    height: auto;
}

.section {
    padding: 3.25rem 0;
}

.section-alt {
    background: #f9fafb;
    border-top: 1px solid rgba(229, 231, 235, 0.9);
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
}

.section-header {
    text-align: center;
    margin-bottom: 2.2rem;
}

.section-header h2 {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
}

.section-header p {
    max-width: 32rem;
    margin: 0 auto;
    color: var(--muted);
    font-size: 0.95rem;
}

.grid {
    display: grid;
    gap: 1.5rem;
}

.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    padding: 1.25rem 1.25rem;
    border: 1px solid rgba(209, 213, 219, 0.9);
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}

.card-service h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.card-service p {
    font-size: 0.92rem;
    color: var(--muted);
}

.card-image-top {
    width: 100%;
    border-radius: 0.9rem;
    margin-top: 0.75rem;
    height: 160px;
    object-fit: contain;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: flex-start;
}

.list-check {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    font-size: 0.92rem;
    color: var(--muted);
}

.list-check li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.45rem;
}

.list-check li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #16a34a;
    font-size: 0.85rem;
}

.section p {
    font-size: 0.95rem;
    color: var(--muted);
}

.page-hero {
    padding: 3.5rem 0 2.5rem;
}

.page-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
    gap: 2.5rem;
    align-items: center;
}

.page-hero h1 {
    font-size: 1.9rem;
    margin-bottom: 0.6rem;
}

.page-hero p {
    color: var(--muted);
    font-size: 0.96rem;
    max-width: 34rem;
}

.page-hero-image {
    width: 100%;
    max-width: 320px;
    justify-self: end;
    display: block;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.faq-list li {
    margin-bottom: 0.6rem;
}

.faq-list strong {
    display: block;
    font-size: 0.95rem;
}

.card-contact {
    margin-top: 0.5rem;
}

.card-contact h3 {
    margin-top: 0;
}

.card-contact p {
    font-size: 0.92rem;
}

.partners-grid {
    margin-bottom: 1.8rem;
}

.card-partner {
    position: relative;
    text-align: left;
    padding-top: 1.1rem;
}

.partner-tag {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    font-size: 0.8rem;
    color: var(--muted);
}

.card-partner h3 {
    margin: 0.4rem 0 0;
    font-size: 0.95rem;
}

.partners-text {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
}

.section-contact {
    border-top: 1px solid rgba(229, 231, 235, 0.9);
}

.contact-details p {
    font-size: 0.95rem;
}

.contact-form {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 1.4rem 1.3rem 1.3rem;
    border: 1px solid rgba(209, 213, 219, 0.9);
    box-shadow: var(--shadow-soft);
}

.form-row {
    margin-bottom: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

label {
    font-size: 0.82rem;
    color: #111827;
}

input,
textarea {
    border-radius: 0.7rem;
    border: 1px solid rgba(209, 213, 219, 1);
    padding: 0.55rem 0.7rem;
    font-size: 0.9rem;
    background: #ffffff;
    color: var(--text);
    outline: none;
}

input:focus,
textarea:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.35);
}

textarea {
    resize: vertical;
}

.form-note {
    font-size: 0.8rem;
    color: var(--muted);
    margin-bottom: 0.8rem;
}

.testimonials-grid {
    align-items: stretch;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.testimonial-avatar img {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    object-fit: cover;
}

.testimonial-quote {
    font-size: 0.9rem;
}

.testimonial-meta {
    font-size: 0.8rem;
    color: var(--muted);
}

.legal-text {
    max-width: 720px;
}

.legal-text h2 {
    font-size: 1.1rem;
    margin-top: 1.2rem;
}

.legal-text p {
    font-size: 0.93rem;
}

.footer {
    margin-top: auto;
    border-top: 1px solid rgba(209, 213, 219, 0.9);
    background: linear-gradient(to bottom, #0f172a, #020617);
    padding-top: 2.4rem;
    color: #e5e7eb;
}

.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.3fr;
    gap: 2.4rem;
    padding-bottom: 1.8rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.6rem;
}

.footer-logo .logo-mark {
    width: 28px;
    height: 28px;
}

.footer-logo .logo-main {
    font-weight: 700;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
}

.footer-text {
    font-size: 0.9rem;
    color: #9ca3af;
    max-width: 18rem;
}

.footer-column h3 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    margin: 0 0 0.6rem;
    color: #e5e7eb;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 0.35rem;
}

.footer-column a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-column a:hover {
    color: #f9fafb;
}

.footer-bottom {
    border-top: 1px solid rgba(31, 41, 55, 0.9);
    padding: 0.8rem 0 1.1rem;
    font-size: 0.8rem;
    color: #9ca3af;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-bottom-links {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-bottom a {
    color: #9ca3af;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #e5e7eb;
}

/* Cookie banner */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid rgba(209, 213, 219, 1);
    padding: 0.8rem 0;
    display: none;
    z-index: 60;
}

.cookie-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cookie-text {
    margin: 0;
    font-size: 0.85rem;
    color: var(--muted);
}

@media (max-width: 960px) {
    .hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }
    .hero-media {
        margin-top: 1.5rem;
    }
    .hero-image-card {
        max-width: 100%;
        justify-self: flex-start;
    }
    .split {
        grid-template-columns: minmax(0, 1fr);
    }
    .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .page-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }
    .page-hero-image {
        justify-self: flex-start;
        max-width: 280px;
        margin-top: 1.2rem;
    }
}

@media (max-width: 720px) {
    .topbar-inner {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 0.8rem;
    }
    .hero {
        padding-top: 3.25rem;
    }
    .grid-3,
    .grid-4 {
        grid-template-columns: minmax(0, 1fr);
    }
    .footer-inner {
        grid-template-columns: minmax(0, 1fr);
    }
    .cookie-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
