:root { --ink:#073b68; --navy:#063b78; --teal:#0875d1; --aqua:#18c7f4; --gold:#38bdf8; --paper:#fff; --mist:#eef7ff; --line:#d7e8f7; --muted:#58718d; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:'Fira Sans', Arial, Helvetica, sans-serif; line-height:1.5; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
.container { width:min(1140px, calc(100% - 40px)); margin:0 auto; }
.skip-link { position:absolute; left:-999px; }
.skip-link:focus { z-index:10; top:8px; left:8px; background:#fff; padding:8px 12px; border-radius:4px; }
.topbar { color:#fff; background:#063b78; font-size:.82rem; }
.topbar__inner { display:flex; gap:28px; padding:8px 0; }
.site-header { position:sticky; z-index:5; top:0; background:rgba(255,255,255,.97); box-shadow:0 2px 16px rgba(7,52,53,.08); }
.nav-wrap { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand img { width:155px; max-height:56px; object-fit:contain; }
.main-nav { display:flex; align-items:center; gap:29px; font-size:.92rem; font-weight:700; }
.main-nav > a:not(.button):hover, .main-nav > a:not(.button):focus { color:var(--teal); }
.nav-dropdown { position:relative; }.nav-dropdown__trigger { display:flex; align-items:center; gap:7px; padding:8px 0; border:0; color:var(--ink); background:transparent; font:inherit; font-weight:inherit; cursor:pointer; }.nav-dropdown__trigger i { color:var(--teal); font-size:.7rem; transition:transform .2s ease; }.nav-dropdown:hover .nav-dropdown__trigger,.nav-dropdown.is-open .nav-dropdown__trigger { color:var(--teal); }.nav-dropdown.is-open .nav-dropdown__trigger i { transform:rotate(180deg); }.nav-dropdown__menu { position:absolute; top:calc(100% + 17px); left:50%; z-index:10; display:grid; gap:3px; min-width:210px; padding:10px; border:1px solid #d6e7f6; border-radius:10px; background:#fff; box-shadow:0 15px 32px rgba(4,48,95,.14); opacity:0; visibility:hidden; transform:translate(-50%,-8px); transition:.18s ease; }.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown.is-open .nav-dropdown__menu { opacity:1; visibility:visible; transform:translate(-50%,0); }.nav-dropdown__menu a { padding:10px; border-radius:6px; color:#315778; font-size:.84rem; }.nav-dropdown__menu a:hover { color:var(--navy); background:#edf7ff; }.nav-dropdown__menu i { width:23px; color:var(--teal); }
.menu-toggle { display:none; border:0; color:var(--ink); background:transparent; font-size:1.6rem; }
.button { display:inline-flex; justify-content:center; align-items:center; border:1px solid var(--teal); border-radius:5px; background:var(--teal); color:white; min-height:46px; padding:0 22px; font-weight:700; transition:.2s ease; cursor:pointer; }
.button:hover { transform:translateY(-2px); background:#055bac; }
.button--small { min-height:39px; padding:0 17px; }
.button--outline { color:var(--teal); background:transparent; }
.button--outline:hover { color:white; }
.hero { overflow:hidden; background:linear-gradient(110deg,#f5fbff 0%,#e5f4ff 57%,#fafcff 100%); }
.hero__grid { min-height:520px; display:grid; grid-template-columns:1fr 1fr; align-items:center; }
.hero__copy { padding:80px 0; position:relative; z-index:1; }
.eyebrow { margin:0 0 11px; color:var(--teal); font-size:.74rem; font-weight:800; letter-spacing:.05em; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:570px; margin-bottom:18px; font-size:clamp(2.5rem,4vw,4.5rem); line-height:1.05; letter-spacing:-.045em; }
h2 { margin-bottom:15px; font-size:clamp(1.8rem,3vw,2.65rem); line-height:1.1; letter-spacing:-.035em; }
h3 { font-size:1.1rem; margin-bottom:8px; }
.lead { max-width:470px; color:#3d5f80; font-size:1.08rem; }
.hero__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:29px; }
.hero__visual { height:100%; min-height:480px; position:relative; display:flex; align-items:flex-end; justify-content:center; }
.hero__visual > img { position:relative; z-index:1; max-height:490px; object-fit:contain; object-position:bottom; }
.dot-grid { position:absolute; top:93px; left:0; width:125px; height:125px; opacity:.75; background-image:radial-gradient(var(--teal) 1.5px, transparent 1.5px); background-size:13px 13px; }
.satisfaction-card { position:absolute; z-index:2; right:4%; top:40%; display:flex; align-items:center; gap:10px; padding:13px 17px; border-radius:7px; color:var(--ink); background:#fff; box-shadow:0 12px 30px rgba(15,58,58,.16); }
.satisfaction-card::before { content:'◉'; color:var(--gold); font-size:1.75rem; }.satisfaction-card strong { font-size:1.3rem; }.satisfaction-card span { font-size:.7rem; line-height:1.2; }
.section { padding:92px 0; }.about__grid,.why__grid,.contact__grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:72px; }
.about__image { overflow:hidden; border-radius:10px; background:#d9efff; }.about__image img { width:100%; min-height:350px; object-fit:cover; }
.highlights { display:grid; gap:17px; margin-top:25px; }.highlights div { display:flex; align-items:start; gap:13px; }.highlights span { display:grid; flex:0 0 28px; place-items:center; width:28px; height:28px; border-radius:50%; color:#fff; background:var(--teal); font-weight:900; }.highlights p { margin:0; color:var(--muted); }.expertise-cards { display:flex; gap:13px; margin-top:28px; }.expertise-cards div { display:flex; align-items:center; gap:10px; min-width:160px; padding:13px; border:1px solid #d7e7f5; border-radius:8px; background:#fff; box-shadow:0 8px 18px rgba(5,75,132,.06); font-size:.78rem; line-height:1.3; }.expertise-cards i { display:grid; place-items:center; flex:0 0 34px; width:34px; height:34px; border-radius:9px; color:var(--teal); background:#e7f5ff; font-size:1rem; }.expertise-cards strong { color:var(--ink); }
.metrics { color:white; background:linear-gradient(90deg,#087dd6,#063b78); }.metrics__grid { display:grid; grid-template-columns:repeat(4,1fr); }.metrics__grid div { display:flex; align-items:center; justify-content:center; gap:11px; min-height:90px; padding:13px; border-right:1px solid rgba(255,255,255,.24); }.metrics__grid div:last-child { border:0; }.metrics strong { font-size:1.5rem; }.metrics span { max-width:100px; font-size:.73rem; line-height:1.2; text-transform:uppercase; }
.services { position:relative; overflow:hidden; background:linear-gradient(180deg,#f8fbff,#f1f8ff); }.services::before { content:''; position:absolute; right:-130px; bottom:-170px; width:420px; height:420px; border:60px solid rgba(24,199,244,.06); border-radius:50%; }.section-heading { position:relative; max-width:690px; margin:0 auto 42px; text-align:center; }.section-heading p:last-child { color:var(--muted); }.service-grid { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:17px; }.service-card { --service-color:var(--teal); position:relative; min-height:265px; padding:27px 23px; overflow:hidden; border:1px solid var(--line); border-radius:11px; background:white; box-shadow:0 10px 24px rgba(6,64,117,.05); transition:.25s ease; }.service-card::before { content:''; position:absolute; top:0; right:0; left:0; height:4px; background:var(--service-color); }.service-card::after { content:''; position:absolute; right:-37px; bottom:-43px; width:125px; height:125px; border-radius:50%; background:color-mix(in srgb,var(--service-color) 9%,transparent); transition:.25s ease; }.service-card:hover { transform:translateY(-8px); border-color:color-mix(in srgb,var(--service-color) 35%,#fff); box-shadow:0 20px 37px rgba(6,62,120,.14); }.service-card:hover::after { transform:scale(1.35); }.service-card h3,.service-card p,.service-card b,.service-card .service-icon { position:relative; z-index:1; }.service-card p { color:var(--muted); font-size:.88rem; }.service-card b { position:absolute; right:22px; bottom:20px; font-size:1.35rem; color:var(--service-color); }.service-icon { display:grid; place-items:center; width:53px; height:53px; margin-bottom:21px; border-radius:16px; color:#fff; background:linear-gradient(135deg,color-mix(in srgb,var(--service-color) 78%,#fff),var(--service-color)); box-shadow:0 10px 18px color-mix(in srgb,var(--service-color) 28%,transparent); font-size:1.35rem; }.service-card--investment { --service-color:#0875d1; }.service-card--protection { --service-color:#22a879; }.service-card--property { --service-color:#f59e0b; }.service-card--pension { --service-color:#8b5cf6; }
.why { background:linear-gradient(95deg,#fff 0%,#eef7ff 100%); }.why__grid > img { height:360px; width:100%; border-radius:8px; object-fit:cover; }.why ul { padding:0; list-style:none; }.why li { position:relative; margin:15px 0; padding-left:29px; }.why li::before { content:'✓'; position:absolute; left:0; color:white; background:var(--teal); width:19px; height:19px; border-radius:50%; text-align:center; font-size:.75rem; font-weight:bold; }.text-link { color:var(--teal); font-weight:800; }
.contact { color:white; background:linear-gradient(130deg,#063b78,#087dd6); }.contact .eyebrow { color:#a6edff; }.contact a { font-weight:700; }.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:28px; border-radius:9px; color:var(--ink); background:#fff; }.contact-form label { display:grid; gap:5px; font-size:.78rem; font-weight:700; }.contact-form label:has(textarea) { grid-column:span 2; }.contact-form input,.contact-form select,.contact-form textarea { width:100%; border:1px solid #c9dff2; border-radius:4px; padding:11px; font:inherit; }.contact-form button { grid-column:span 2; justify-self:start; }.cf-turnstile { grid-column:span 2; }
.site-footer { color:#e1f1ff; background:#06305f; }.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:45px; padding:52px 0; }.footer-logo { width:190px; margin-bottom:16px; }.site-footer p { color:#b9d5ef; max-width:380px; }.site-footer h2 { font-size:1.1rem; }.site-footer a { display:block; margin:8px 0; }.footer-bottom { padding:17px 20px; border-top:1px solid rgba(255,255,255,.13); text-align:center; color:#b3d0eb; font-size:.85rem; }.not-found { min-height:60vh; padding-top:130px; }
.inner-hero { padding:120px 0; background:linear-gradient(125deg,#e6f4ff,#f8fbff); }.inner-hero h1 { max-width:650px; }.benefit-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }.benefit-grid article { padding:30px; border:1px solid var(--line); border-radius:8px; }.benefit-grid span { display:grid; place-items:center; width:32px; height:32px; margin-bottom:20px; color:#fff; background:var(--teal); border-radius:50%; }.benefit-grid h2 { font-size:1.4rem; }.benefit-grid p { color:var(--muted); }
.service-hero__image { position:relative; width:min(360px,80vw); margin:auto; }.service-hero__image::before { content:''; position:absolute; inset:8% -10% -6%; z-index:0; border:22px solid color-mix(in srgb,var(--service-color) 15%,transparent); border-radius:45% 55% 55% 45%; transform:rotate(-8deg); }.service-hero__image img { position:relative; z-index:1; width:100%; filter:drop-shadow(0 24px 25px color-mix(in srgb,var(--service-color) 20%,transparent)); }.service-hero__badge { position:absolute; z-index:2; right:-16px; bottom:13%; display:grid; place-items:center; width:64px; height:64px; border:5px solid #fff; border-radius:18px; color:#fff; background:var(--service-color); box-shadow:0 12px 20px color-mix(in srgb,var(--service-color) 30%,transparent); font-size:1.4rem; }.service-process__visual { position:relative; display:grid; place-items:center; overflow:hidden; }.service-process__visual img { width:100%; height:340px; object-fit:cover; object-position:center; }.service-process__visual span { position:absolute; right:26px; bottom:25px; display:grid; place-items:center; width:62px; height:62px; border:4px solid #fff; border-radius:17px; color:var(--service-color); background:#fff; box-shadow:0 12px 24px color-mix(in srgb,var(--service-color) 24%,transparent); font-size:1.35rem; }.service-process__visual span i { width:auto; height:auto; border:0; border-radius:0; background:transparent; box-shadow:none; font-size:1.35rem; }
@media (max-width:860px) { .main-nav { position:absolute; top:100%; right:0; left:0; display:none; flex-direction:column; align-items:stretch; gap:0; padding:14px 20px 20px; background:#fff; box-shadow:0 8px 13px rgba(0,0,0,.08); }.main-nav.is-open { display:flex; }.main-nav > a { padding:12px 4px; }.nav-dropdown { width:100%; }.nav-dropdown__trigger { width:100%; justify-content:space-between; padding:12px 4px; }.nav-dropdown__menu { position:static; display:none; min-width:0; margin:0 0 6px; border:0; border-left:2px solid var(--teal); border-radius:0; box-shadow:none; opacity:1; visibility:visible; transform:none; }.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown.is-open .nav-dropdown__menu { display:grid; transform:none; }.menu-toggle { display:block; }.hero__grid,.about__grid,.why__grid,.contact__grid,.service-hero__grid,.service-process__grid { grid-template-columns:1fr; gap:35px; }.hero__copy { padding:65px 0 10px; }.hero__visual { min-height:370px; }.hero__visual > img { max-height:390px; }.satisfaction-card { top:27%; right:8%; }.service-grid,.service-benefits .benefit-grid { grid-template-columns:repeat(2,1fr); }.metrics__grid { grid-template-columns:repeat(2,1fr); }.metrics__grid div:nth-child(2) { border-right:0; }.about__image img { min-height:260px; }.contact-form { grid-template-columns:1fr; }.contact-form label:has(textarea),.contact-form button,.cf-turnstile { grid-column:auto; }.service-hero { padding:75px 0; }.service-hero__emblem { order:-1; width:230px; }.service-process__visual { min-height:265px; }.solution-grid { grid-template-columns:1fr; } }
@media (max-width:520px) { .container { width:min(100% - 30px,1140px); }.topbar__inner { justify-content:space-between; gap:8px; font-size:.66rem; }.brand img { width:128px; }.nav-wrap { min-height:66px; }.hero__copy { padding-top:47px; }.hero__visual { min-height:320px; }.hero__visual > img { max-height:320px; }.dot-grid { top:40px; width:88px; height:88px; background-size:10px 10px; }.satisfaction-card { top:30%; right:0; padding:9px; }.section { padding:62px 0; }.service-grid,.benefit-grid { grid-template-columns:1fr; }.service-card { min-height:0; padding-right:55px; }.expertise-cards { flex-direction:column; }.expertise-cards div { min-width:0; }.metrics__grid div { min-height:77px; }.metrics strong { font-size:1.15rem; }.metrics span { font-size:.62rem; }.footer-grid { grid-template-columns:1fr; gap:20px; }.why__grid > img { height:265px; }.inner-hero { padding:75px 0; } }
