:root {
    --primary: #2f7eea;
    --primary-dark: #155fc1;
    --secondary: #0a2d42;
    --dark: #071e2c;
    --light: #eef6ff;
    --muted: #647481;
    --white: #ffffff;
}

html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { color: #40515d; font-family: 'Open Sans', sans-serif; line-height: 1.7; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6, .brand-name, .btn { color: var(--dark); font-family: 'Jost', sans-serif; font-weight: 700; }
a { color: var(--primary-dark); transition: color .25s ease; }
a:hover { color: var(--secondary); }
.section-space { padding-top: 6rem; padding-bottom: 6rem; }
.bg-soft { background: #f5f9fd; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 2000; background: var(--white); color: var(--dark); padding: .75rem 1rem; border-radius: .35rem; }
.skip-link:focus { top: 1rem; }
.btn { border-radius: .25rem; padding: .78rem 1.5rem; }
.btn-primary { background-color: var(--primary); border-color: var(--primary); }
.btn-primary:hover, .btn-primary:focus { background-color: var(--primary-dark); border-color: var(--primary-dark); }
.btn-outline-light:hover { color: var(--dark); }
.site-footer .btn-outline-light, .cta-panel .btn-outline-light { color: var(--white); border-color: rgba(255,255,255,.9); background: transparent; }
.site-footer .btn-outline-light:hover, .site-footer .btn-outline-light:focus, .cta-panel .btn-outline-light:hover, .cta-panel .btn-outline-light:focus { color: var(--dark); background: var(--white); border-color: var(--white); }
.hero-actions .btn-outline-light { color: var(--white); border-color: rgba(255,255,255,.9); background: rgba(7,30,44,.28); }
.hero-actions .btn-outline-light:hover, .hero-actions .btn-outline-light:focus { color: var(--dark); background: var(--white); border-color: var(--white); }

.navbar { min-height: 92px; z-index: 1030; transition: box-shadow .25s ease; }
.navbar.sticky-top { box-shadow: 0 10px 30px rgba(7, 30, 44, .12) !important; }
.brand-logo { width: 64px; height: 74px; object-fit: contain; }
.brand-name { font-size: clamp(1.35rem, 2vw, 2rem); color: var(--secondary); letter-spacing: -.04em; white-space: nowrap; }
.brand-name span { color: var(--primary); }
.navbar-light .navbar-nav .nav-link { position: relative; margin-left: 1.35rem; padding: 2rem 0; color: var(--dark); font-family: 'Jost', sans-serif; font-size: 1.02rem; font-weight: 600; }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active { color: var(--primary); }
.navbar-light .navbar-nav .nav-contact { padding: 1rem 1.5rem; color: var(--white); border-radius: .25rem; }
.navbar-light .navbar-nav .nav-contact:hover { color: var(--white); background: var(--primary) !important; }

.hero .carousel-item { height: min(720px, calc(100vh - 92px)); min-height: 570px; }
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.carousel-caption { inset: 0; padding: 0; text-align: left; background: linear-gradient(90deg, rgba(5, 25, 38, .91) 0%, rgba(5, 25, 38, .72) 45%, rgba(5, 25, 38, .18) 100%); }
.hero-copy { max-width: 760px; padding-right: 2rem; }
.eyebrow { display: inline-block; margin-bottom: 1rem; color: #8ec0ff; font-family: 'Jost', sans-serif; font-size: .88rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-copy h1, .hero-copy h2 { color: var(--white); font-size: clamp(2.7rem, 5.4vw, 5rem); line-height: 1.02; letter-spacing: -.035em; }
.hero-copy p { max-width: 680px; margin: 1.5rem 0 2rem; color: rgba(255, 255, 255, .87); font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.carousel-control-prev, .carousel-control-next { width: 7%; }
.carousel-indicators [data-bs-target] { width: 38px; height: 4px; border: 0; }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--secondary); color: var(--white); }
.trust-item { display: flex; gap: 1rem; align-items: center; min-height: 112px; padding: 1.5rem 2rem; border-right: 1px solid rgba(255,255,255,.14); }
.trust-item:last-child { border-right: 0; }
.trust-item > i { color: #76b2ff; font-size: 2.1rem; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { color: var(--white); font-family: 'Jost', sans-serif; font-size: 1.15rem; }
.trust-item span { color: rgba(255,255,255,.68); font-size: .9rem; }

#rolunk img { box-shadow: 0 24px 60px rgba(7, 30, 44, .16); }
.service-item { height: 100%; overflow: hidden; box-shadow: 0 14px 38px rgba(7, 30, 44, .07); }
.service-item > div { z-index: 1; height: 100%; }
.service-item > div::after { position: absolute; inset: 0; width: 0; content: ''; z-index: -1; background: var(--secondary); transition: width .45s ease; }
.service-item:hover > div::after { width: 100%; }
.service-item * { transition: color .35s ease; }
.service-item:hover h3, .service-item:hover h5, .service-item:hover p, .service-item:hover a { color: var(--white) !important; }
.service-item:hover i { color: #76b2ff !important; }
.service-item a { display: inline-block; margin-top: auto; font-family: 'Jost', sans-serif; font-weight: 700; text-decoration: none; }

.section-heading { max-width: 720px; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.process-section { background: var(--white); }
.process-card { position: relative; height: 100%; padding: 2.5rem; overflow: hidden; border: 1px solid #dce8f1; border-radius: .5rem; background: var(--white); box-shadow: 0 14px 35px rgba(7, 30, 44, .05); }
.process-card > i { display: block; margin-bottom: 1.5rem; color: var(--primary); font-size: 2.9rem; }
.process-card h3 { font-size: 1.55rem; }
.process-card p { margin-bottom: 0; }
.process-number { position: absolute; top: -.35rem; right: 1rem; color: #e9f2fa; font-family: 'Jost', sans-serif; font-size: 5.5rem; font-weight: 700; line-height: 1; }

.reference-section { background: var(--white); }
.reference-intro { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.reference-card { position: relative; height: 100%; margin: 0; overflow: hidden; border-radius: .55rem; background: var(--dark); box-shadow: 0 16px 42px rgba(7,30,44,.12); }
.reference-images { display: grid; height: 310px; overflow: hidden; }
.reference-images-double { grid-template-columns: 1fr 1fr; gap: 3px; background: var(--dark); }
.reference-card img { width: 100%; height: 310px; object-fit: cover; transition: transform .5s ease; }
.reference-card:hover img { transform: scale(1.035); }
.reference-card figcaption { padding: 1.65rem; background: var(--white); }
.reference-card figcaption span, .post-meta { color: var(--primary-dark); font-family: 'Jost', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.reference-card h3 { margin: .35rem 0 .55rem; font-size: 1.45rem; }
.reference-card p { margin: 0; color: var(--muted); }

.post-card { height: 100%; overflow: hidden; border-radius: .55rem; background: var(--white); box-shadow: 0 14px 38px rgba(7,30,44,.08); }
.post-card img { width: 100%; height: 225px; object-fit: cover; }
.post-card > div { padding: 1.7rem; }
.post-card h3 { margin: .55rem 0 .75rem; font-size: 1.4rem; line-height: 1.25; }
.post-card p { color: var(--muted); }
.post-card a { font-family: 'Jost', sans-serif; font-weight: 700; text-decoration: none; }

.contact-form-section { background: linear-gradient(180deg, var(--white), #f2f7fb); }
.contact-form-lead { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.contact-direct { display: flex; gap: 1rem; align-items: center; margin-top: 2rem; }
.contact-direct > i { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--secondary); color: var(--white); font-size: 1.3rem; }
.contact-direct span, .contact-direct a { display: block; }
.contact-direct span { color: var(--muted); font-size: .88rem; }
.contact-direct a { color: var(--dark); font-family: 'Jost', sans-serif; font-size: 1.45rem; font-weight: 700; text-decoration: none; }
.contact-form-card { padding: clamp(1.5rem, 4vw, 2.7rem); border: 1px solid #dbe7ef; border-radius: .65rem; background: var(--white); box-shadow: 0 18px 48px rgba(7,30,44,.1); }
.contact-form .form-label { color: var(--dark); font-family: 'Jost', sans-serif; font-weight: 600; }
.contact-form .form-control { min-height: 52px; padding: .78rem 1rem; border-color: #cbd9e3; border-radius: .3rem; }
.contact-form textarea.form-control { min-height: 150px; resize: vertical; }
.contact-form .form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 .2rem rgba(47,126,234,.15); }
.contact-form .form-check-label { color: var(--muted); font-size: .88rem; line-height: 1.5; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.subpage-hero, .article-header { padding: 6.5rem 0; background: linear-gradient(120deg, rgba(7,30,44,.98), rgba(10,45,66,.91)), url(../img/carousel-03.jpg) center/cover; color: var(--white); }
.subpage-hero h1, .article-header h1 { max-width: 900px; color: var(--white); font-size: clamp(2.6rem, 5.5vw, 4.8rem); line-height: 1.05; }
.subpage-hero p { max-width: 740px; margin: 1rem 0 0; color: rgba(255,255,255,.78); font-size: 1.18rem; }
.article-header nav { display: flex; gap: .55rem; margin-bottom: 2rem; }
.article-header nav a { color: rgba(255,255,255,.72); text-decoration: none; }
.article-header nav span { color: rgba(255,255,255,.35); }
.article-lead { max-width: 850px; color: rgba(255,255,255,.82); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.5rem; color: #9bc8ff; }
.article-cover { width: 100%; max-height: 560px; margin-bottom: 3.5rem; border-radius: .6rem; object-fit: cover; box-shadow: 0 18px 50px rgba(7,30,44,.14); }
.article-body { max-width: 820px; margin: 0 auto; color: #344954; font-size: 1.08rem; }
.article-body h2 { margin: 2.7rem 0 1rem; font-size: 1.8rem; }
.article-body p, .article-body li { line-height: 1.85; }
.article-body ul { padding-left: 1.3rem; }
.article-cta { display: flex; gap: 2rem; align-items: center; justify-content: space-between; max-width: 980px; margin: 4rem auto 0; padding: 2.3rem; border-radius: .55rem; background: var(--light); }
.article-cta h2 { margin-bottom: .5rem; font-size: 1.7rem; }
.article-cta p { margin: 0; }
.article-cta .btn { flex: 0 0 auto; }
.article-back { max-width: 820px; margin: 2.5rem auto 0; }
.article-back a { font-family: 'Jost', sans-serif; font-weight: 700; text-decoration: none; }

.privacy-hero { background: linear-gradient(120deg, rgba(7,30,44,.98), rgba(10,45,66,.94)), url(../img/carousel-06.jpg) center/cover; }
.privacy-page { max-width: 980px; }
.privacy-intro { margin-bottom: 3.5rem; padding: 1.8rem 2rem; border-left: 5px solid var(--primary); background: var(--light); font-size: 1.08rem; }
.privacy-intro p { margin: 0; }
.privacy-page section { margin-top: 3.5rem; }
.privacy-page h2 { margin-bottom: 1.2rem; font-size: 1.85rem; }
.privacy-page p, .privacy-page li, .privacy-page dd { line-height: 1.8; }
.privacy-page ul { padding-left: 1.3rem; }
.privacy-details { display: grid; gap: 0; border: 1px solid #d9e5ed; border-radius: .45rem; overflow: hidden; }
.privacy-details > div { display: grid; grid-template-columns: minmax(180px, 1fr) 2fr; border-bottom: 1px solid #d9e5ed; }
.privacy-details > div:last-child { border-bottom: 0; }
.privacy-details dt, .privacy-details dd { margin: 0; padding: .9rem 1.1rem; }
.privacy-details dt { background: #eef5fa; color: var(--dark); font-family: 'Jost', sans-serif; font-weight: 700; }
.privacy-table-wrap { overflow-x: auto; border: 1px solid #d9e5ed; border-radius: .45rem; }
.privacy-table { width: 100%; border-collapse: collapse; }
.privacy-table th, .privacy-table td { padding: 1rem 1.1rem; border-bottom: 1px solid #d9e5ed; vertical-align: top; text-align: left; }
.privacy-table tr:last-child th, .privacy-table tr:last-child td { border-bottom: 0; }
.privacy-table th { width: 220px; background: #eef5fa; color: var(--dark); font-family: 'Jost', sans-serif; }
.privacy-page address { padding: 1.5rem; border-radius: .4rem; background: var(--light); font-style: normal; }

.cta-section { padding-bottom: 6rem; }
.cta-panel { display: flex; gap: 2rem; align-items: center; justify-content: space-between; padding: clamp(2.3rem, 5vw, 4.5rem); border-radius: .65rem; background: linear-gradient(120deg, var(--primary-dark), var(--primary)); color: var(--white); box-shadow: 0 22px 55px rgba(47, 126, 234, .25); }
.cta-panel h2 { margin-bottom: .8rem; color: var(--white); font-size: clamp(2rem, 4vw, 3.2rem); }
.cta-panel p { max-width: 670px; margin: 0; color: rgba(255,255,255,.82); }
.cta-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: .75rem; }

.site-footer { background: var(--dark); color: rgba(255,255,255,.7); }
.site-footer h2, .site-footer h3 { color: var(--white); }
.site-footer h3 { margin-bottom: 1.5rem; font-size: 1.35rem; }
.footer-brand { display: flex; align-items: center; gap: .8rem; color: var(--white); font-family: 'Jost', sans-serif; font-size: 2rem; font-weight: 700; }
.footer-brand img { object-fit: contain; }
.footer-brand strong { color: #76b2ff; }
.footer-lead { max-width: 570px; font-size: 1.05rem; }
.contact-list { display: grid; gap: 1.15rem; margin: 0; padding: 0; list-style: none; }
.contact-list li { display: flex; gap: .8rem; align-items: flex-start; }
.contact-list i { color: #76b2ff; font-size: 1.2rem; }
.contact-list a { color: var(--white); text-decoration: none; }
.contact-list small { color: rgba(255,255,255,.55); }
.response-note { margin-top: 1rem; font-size: .86rem; }
.footer-bottom { padding: 1.35rem 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #93c4ff; text-decoration: none; }
.footer-bottom .credit { margin-left: .5rem; color: rgba(255,255,255,.48); font-size: .82rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1.25rem; justify-content: flex-end; }

.back-to-top { position: fixed; right: 28px; bottom: 28px; z-index: 99; display: none; width: 46px; height: 46px; padding: .62rem 0; border-radius: 50%; text-align: center; }
.mobile-call { display: none; }

@media (max-width: 1199.98px) {
    .navbar-light .navbar-nav .nav-link { margin-left: .9rem; font-size: .95rem; }
    .brand-logo { width: 54px; height: 64px; }
}

@media (max-width: 991.98px) {
    .navbar { min-height: 80px; }
    .navbar-light .navbar-nav { align-items: stretch !important; padding: 1rem 0 1.5rem; }
    .navbar-light .navbar-nav .nav-link { margin-left: 0; padding: .72rem .3rem; }
    .navbar-light .navbar-nav .nav-contact { margin-top: .5rem; padding: .85rem 1rem; text-align: center; }
    .hero .carousel-item { height: 640px; min-height: 0; }
    .carousel-caption { background: rgba(5, 25, 38, .76); }
    .carousel-control-prev, .carousel-control-next { display: none; }
    .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .trust-item:last-child { border-bottom: 0; }
    .cta-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
    .section-space { padding-top: 4.5rem; padding-bottom: 4.5rem; }
    .brand-name { font-size: 1.3rem; }
    .hero .carousel-item { height: 610px; }
    .hero-copy { padding: 0 .5rem; text-align: center; }
    .hero-copy h1, .hero-copy h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
    .hero-copy p { font-size: 1rem; }
    .hero-actions { justify-content: center; }
    .hero-actions .btn { width: 100%; }
    .cta-actions, .cta-actions .btn { width: 100%; }
    .mobile-call { position: fixed; right: 22px; bottom: 22px; z-index: 100; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: var(--primary); color: var(--white); box-shadow: 0 8px 25px rgba(47,126,234,.4); font-size: 1.35rem; }
    .mobile-call:hover { color: var(--white); }
    .back-to-top { display: none !important; }
    .subpage-hero, .article-header { padding: 4.5rem 0; }
    .article-cover { margin-bottom: 2.5rem; }
    .article-cta { align-items: flex-start; flex-direction: column; }
    .article-cta .btn { width: 100%; }
    .footer-legal { margin-top: .75rem; justify-content: center; }
    .privacy-details > div { grid-template-columns: 1fr; }
    .privacy-details dt { padding-bottom: .35rem; }
    .privacy-details dd { padding-top: .35rem; }
    .privacy-table th, .privacy-table td { display: block; width: 100%; }
    .privacy-table th { padding-bottom: .4rem; border-bottom: 0; }
    .privacy-table td { padding-top: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
