:root{--navy:#062d4b;--deep:#031f35;--blue:#149de1;--sky:#83d3f4;--yellow:#f6c744;--ink:#092c49;--muted:#536a7b;--pale:#f4f9fc;--max:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);line-height:1.55}.container{width:min(var(--max),calc(100% - 48px));margin:auto}.site-header{height:84px;background:var(--navy);position:sticky;top:0;z-index:20}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{display:block;width:350px;max-width:100%;height:auto;max-height:68px}.links{display:flex;align-items:center;gap:28px}.links a{color:#fff;text-decoration:none;font-weight:600;font-size:14px}.button{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;padding:13px 23px;text-decoration:none;font-weight:800;border:1px solid transparent}.button.yellow{background:var(--yellow);color:var(--ink)}.button.ghost{border-color:rgba(255,255,255,.85);color:#fff;background:rgba(0,0,0,.12)}.menu{display:none;background:none;border:0}.menu span{display:block;width:25px;height:2px;background:#fff;margin:5px}.hero{min-height:620px;position:relative;background:url('assets/la-palma-coast.jpg') left 28%/cover no-repeat;display:flex;align-items:center;color:#fff}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,30,50,.82),rgba(3,30,50,.50) 38%,rgba(3,30,50,.06) 66%)}.hero-content{position:relative;padding:70px 0;z-index:1}.kicker{margin:0 0 10px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.08em}.kicker.light{color:#b9eaff}.hero h1{font-size:60px;line-height:1.02;letter-spacing:-.04em;margin:0 0 24px}.hero h1 span{color:#b9eaff}.hero-text{max-width:570px;font-size:17px}.buttons{display:flex;gap:14px;margin-top:28px}.section{padding:68px 0}.services{background:linear-gradient(#fff,var(--pale))}.center{text-align:center;margin-bottom:32px}h2{font-size:36px;line-height:1.1;margin:0 0 14px;letter-spacing:-.025em}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cards article{background:#fff;border:1px solid #e4eef4;border-radius:9px;text-align:center;padding:28px 20px;box-shadow:0 10px 28px rgba(7,45,73,.06)}.ico{font-size:36px;color:var(--blue);height:50px}.cards h3{font-size:16px}.cards p{font-size:14px;color:var(--muted);margin-bottom:0}.about-grid{display:grid;grid-template-columns:300px 1fr;gap:70px;align-items:center;max-width:1080px}.portrait{width:280px;border-radius:8px;overflow:hidden;box-shadow:0 12px 30px rgba(7,45,73,.12);background:#eee}.portrait img{width:100%;height:auto;display:block}.about p{color:#304f64}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.facts>div{display:flex;gap:11px;align-items:flex-start}.facts b{flex:0 0 40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center}.facts span{font-size:12px;color:var(--muted)}.facts strong{display:block;color:var(--ink);font-size:13px;margin-bottom:3px}.process{background:var(--pale)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.steps article{display:flex;gap:16px}.steps b{flex:0 0 42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff}.steps h3{font-size:15px;margin:2px 0 5px}.steps p{font-size:13px;color:var(--muted);margin:0}.cta{background:linear-gradient(110deg,#075685,var(--navy));color:#fff;padding:34px 0;border-top:3px solid var(--yellow)}.cta-row{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:28px;margin-bottom:4px}.cta p{margin:0;color:#d7ecf7}footer{background:var(--deep);color:#d7e5ee;padding:42px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr .75fr 1.15fr 1fr;gap:42px}.footer-logo{width:270px;max-width:100%;margin-bottom:8px}.footer-grid h4{color:#fff;margin:0 0 12px}.footer-grid p,.footer-grid a{font-size:13px}.footer-grid a{display:block;color:#d7e5ee;text-decoration:none;margin:6px 0}.copyright{border-top:1px solid rgba(255,255,255,.13);padding-top:16px;margin-top:28px;font-size:11px;color:#91a9b9;display:flex;justify-content:space-between}
@media(max-width:950px){.container{width:min(var(--max),calc(100% - 32px))}.brand img{width:310px}.menu{display:block}.links{display:none;position:absolute;top:84px;left:0;right:0;background:var(--navy);padding:18px 24px 24px;flex-direction:column;align-items:stretch}.links.open{display:flex}.hero{min-height:570px;background-position:left 28%}.hero h1{font-size:50px}.cards{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:250px 1fr;gap:40px}.portrait{width:240px}.facts{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.site-header{height:72px}.brand img{width:260px}.links{top:72px}.hero{min-height:620px;align-items:flex-end;background-position:30% center}.hero-shade{background:linear-gradient(0deg,rgba(3,30,50,.95),rgba(3,30,50,.65) 55%,rgba(3,30,50,.08))}.hero-content{padding:170px 0 58px}.hero h1{font-size:41px}.hero-text{font-size:15px}.buttons{flex-direction:column;align-items:stretch}.section{padding:54px 0}.cards{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:28px}.portrait{width:min(68vw,260px);justify-self:center}.steps{grid-template-columns:1fr}.cta-row{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.copyright{display:block}.copyright span{display:block;margin-top:5px}}
