
:root{
  --navy:#071a2c;
  --navy-2:#0e3555;
  --gold:#d39a2b;
  --gold-2:#f2c764;
  --cream:#f7f3ea;
  --white:#fff;
  --text:#18212d;
  --muted:#687586;
  --line:#dde5ec;
  --shadow:0 18px 50px rgba(7,26,44,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:#03101c;color:#dce5ed;padding:.45rem 0;font-size:.88rem}
.topbar .container{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid #e8edf2}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.8rem;font-weight:800;color:var(--navy)}
.logo{width:48px;height:48px;border-radius:14px;background:linear-gradient(145deg,var(--gold-2),#9d6c0e);display:grid;place-items:center;color:var(--navy);font-weight:900;box-shadow:0 8px 22px rgba(211,154,43,.28)}
.navlinks{display:flex;align-items:center;gap:1rem}
.navlinks>a,.dropdown>a{font-weight:700;font-size:.94rem;padding:.55rem .2rem}
.navlinks a:hover{color:#9b6b10}
.dropdown{position:relative}
.dropdown-menu{display:none;position:absolute;top:100%;left:-12px;min-width:270px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:.6rem;box-shadow:var(--shadow)}
.dropdown:hover .dropdown-menu,.dropdown.open .dropdown-menu{display:block}
.dropdown-menu a{display:block;padding:.75rem .85rem;border-radius:9px;font-weight:650}
.dropdown-menu a:hover{background:#f4f6f8}
.menu-btn{display:none;border:0;background:var(--navy);color:#fff;padding:.65rem .8rem;border-radius:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.3rem;border-radius:10px;font-weight:800;border:1px solid transparent;cursor:pointer}
.btn.gold{background:var(--gold);color:#fff}
.btn.dark{background:var(--navy);color:#fff}
.btn.outline{border-color:#fff;color:#fff;background:transparent}
.btn.light{background:#fff;color:var(--navy)}
.hero{min-height:690px;color:#fff;display:flex;align-items:center;position:relative;overflow:hidden;background:
linear-gradient(90deg,rgba(5,18,32,.95) 0%,rgba(5,18,32,.79) 48%,rgba(5,18,32,.28) 100%),
url('../images/hero-rovida.jpeg') center/cover no-repeat,
linear-gradient(135deg,#0a243b,#1b567c)}
.hero:after{content:"";position:absolute;inset:auto -120px -180px auto;width:520px;height:520px;border:1px solid rgba(255,255,255,.16);border-radius:50%}
.hero-content{position:relative;z-index:2;max-width:760px;padding:90px 0}
.eyebrow{display:inline-flex;align-items:center;gap:.6rem;color:#f2cf7a;font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}
.eyebrow:before{content:"";width:36px;height:2px;background:var(--gold)}
.hero h1,.page-hero h1,.section h2{font-family:Georgia,serif}
.hero h1{font-size:clamp(3rem,6vw,6rem);line-height:.98;margin:1rem 0 1.2rem}
.hero p{font-size:1.18rem;color:#e2e8ee;max-width:700px}
.actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.7rem}
.stats-wrap{margin-top:-40px;position:relative;z-index:5}
.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}
.stat{padding:1.35rem;text-align:center;border-right:1px solid #edf0f3}
.stat:last-child{border-right:0}
.stat strong{display:block;font-family:Georgia,serif;color:var(--navy);font-size:2rem}
.stat span{color:var(--muted);font-size:.9rem}
.section{padding:88px 0}
.section.alt{background:var(--cream)}
.section-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2.2rem}
.section-head h2{font-size:clamp(2.1rem,4vw,3.9rem);line-height:1.08;color:var(--navy);margin:0}
.section-head p{max-width:560px;color:var(--muted);margin:0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.55rem;box-shadow:0 12px 34px rgba(7,26,44,.07)}
.card h3{color:var(--navy);margin:.4rem 0 .6rem}
.icon{width:48px;height:48px;border-radius:14px;background:#f5ead0;color:#79550f;display:grid;place-items:center;font-size:1.35rem}
.service-card{background:linear-gradient(155deg,#0a2944,#144c70);color:#fff;min-height:320px;position:relative;overflow:hidden}
.service-card h3{color:#fff;font-family:Georgia,serif;font-size:1.9rem}
.service-card p{color:#dce5ed}
.service-card a{position:absolute;left:1.55rem;bottom:1.4rem;color:#f1cf77;font-weight:800}
.page-hero{background:linear-gradient(135deg,#071a2c,#164a70);color:#fff;padding:74px 0}
.page-hero h1{font-size:clamp(2.4rem,5vw,4.5rem);margin:0 0 .6rem}
.page-hero p{color:#dce5ed;max-width:750px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.visual{min-height:440px;border-radius:24px;background:linear-gradient(145deg,#dfe7ed,#9eb4c5);position:relative;overflow:hidden}
.visual:before{content:"";position:absolute;left:12%;right:12%;bottom:0;height:82%;background:linear-gradient(180deg,#eef3f6,#9caebe);clip-path:polygon(10% 0,100% 8%,100% 100%,0 100%,0 16%)}
.checks{display:grid;gap:.8rem;margin:1.2rem 0}
.check{display:flex;gap:.8rem}
.check i{width:25px;height:25px;border-radius:50%;background:#f2e6c4;color:#7a5a0e;display:grid;place-items:center;font-style:normal;font-weight:900;flex:0 0 25px}
.cta{background:linear-gradient(135deg,#071a2c,#164a70);color:#fff;border-radius:24px;padding:2.2rem}
.cta h2{color:#fff;margin-top:0}
.list{padding-left:1.2rem}
form{display:grid;gap:1rem}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
input,select,textarea{width:100%;padding:1rem;border:1px solid #cdd7df;border-radius:10px;font:inherit;background:#fff}
textarea{min-height:150px}
.notice{padding:.9rem 1rem;border-radius:10px;background:#eff6fb;color:#17415f;display:none}
.notice.show{display:block}
footer{background:#03101c;color:#dbe5ed;padding:46px 0 20px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}
.small{font-size:.9rem;color:var(--muted)}
.breadcrumb{font-size:.9rem;color:#d6e0e8;margin-bottom:1rem}
.table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.table th,.table td{padding:1rem;border-bottom:1px solid var(--line);text-align:left}
.table th{background:#f4f6f8;color:var(--navy)}
@media(max-width:920px){
  .grid-3,.grid-2,.split,.stats,.footer-grid,.form-grid{grid-template-columns:1fr}
  .stat{border-right:0;border-bottom:1px solid #edf0f3}
  .navlinks{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:1rem 4%;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .navlinks.open{display:flex}
  .dropdown{width:100%}
  .dropdown-menu{position:static;display:none;box-shadow:none;border:0;padding-left:.7rem}
  .dropdown.open .dropdown-menu{display:block}
  .menu-btn{display:block}
  .hero{min-height:580px;background-position:center}
  .section-head{display:block}
  .section-head p{margin-top:1rem}
}
