@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Jost:wght@400;500;600&family=Mrs+Saint+Delafield&display=swap');
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Jost',system-ui,sans-serif;background:#f7fafc;color:#101b2e;min-height:100vh}
a{color:#101b2e;text-decoration:none}
a:hover{color:#4f7ea3}
nav{display:flex;align-items:center;justify-content:space-between;padding:26px 6vw;background:#0d1b33;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(143,168,191,.3)}
nav img{height:40px}
nav .links{display:flex;gap:40px;font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase}
nav .links a{color:#c3d0dd;text-decoration:none;padding-bottom:4px;border-bottom:1px solid transparent}
nav .links a:hover{color:#eef4f8}
nav .links a.active{color:#8fc2df;border-color:#8fc2df}
.btn{padding:14px 30px;border-radius:2px;font-weight:500;font-size:12px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;display:inline-block;cursor:pointer;border:1px solid transparent;font-family:'Jost',sans-serif;transition:background .2s,color .2s,border-color .2s}
.btn-primary{background:#0d1b33;color:#eef4f8;border-color:#0d1b33}
.btn-primary:hover{background:#16294a}
.btn-secondary{background:transparent;color:#0d1b33;border-color:#9fb4c6}
.btn-secondary:hover{background:#0d1b33;color:#eef4f8;border-color:#0d1b33}
.btn-accent{background:transparent;color:#eef4f8;border-color:#8fc2df}
.btn-accent:hover{background:#8fc2df;color:#0d1b33}
h1,h2,h3{line-height:1.12;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600}
.grad-text{color:#0d1b33}
.eyebrow{font-size:12px;font-weight:600;letter-spacing:.22em;color:#4f7ea3;text-transform:uppercase}
.card{border-radius:2px;overflow:hidden}
.container{max-width:1240px;margin:0 auto;padding:0 6vw}
.foot{padding:40px 6vw;display:flex;justify-content:space-between;align-items:center;font-size:13px;background:#0d1b33;color:#c3d0dd;flex-wrap:wrap;gap:12px;border-top:1px solid rgba(143,168,191,.25)}
.foot a{color:#c3d0dd}
.foot a:hover{color:#8fc2df}
.section-title{font-size:40px;font-weight:600;margin-bottom:14px;font-family:'Cormorant Garamond',Georgia,serif}
.icon-box{width:40px;height:40px;border-radius:50%;border:1px solid #6f9ab8;background:transparent;margin-bottom:16px}
.icon-box.cyan{border-color:#0d1b33;background:transparent}
.glass-card{background:#ffffff;box-shadow:0 12px 30px rgba(16,27,46,.07);border:1px solid #e3eaf0;border-radius:2px}
.marquee-wrap{width:100%;overflow:hidden}
.marquee-track{display:flex;gap:24px;width:max-content;animation:marquee 100s linear infinite;padding:0 6vw}
.marquee-wrap:hover .marquee-track{animation-play-state:paused}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.testi{flex:0 0 340px;padding:32px}
.testi p{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;color:#243549;line-height:1.6;font-size:18px}
.testi-name{margin-top:18px;font-weight:600;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#4f7ea3}
.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:50;width:56px;height:56px;border-radius:50%;background:#0d1b33;border:1px solid #8fc2df;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(13,27,51,.3);transition:transform .15s}
.whatsapp-float:hover{transform:scale(1.06)}
.whatsapp-float:active{transform:scale(.95)}
.whatsapp-float svg{width:28px;height:28px;fill:#25D366}
.coin-stage{width:300px;height:300px;perspective:1600px}
.coin3d{position:relative;width:100%;height:100%;transform-style:preserve-3d;animation:coinsway 11s ease-in-out infinite}
.coin-stage:hover .coin3d{animation-play-state:paused}
.coin-face{position:absolute;inset:0;border-radius:50%;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px rgba(255,255,255,.6),inset 0 -6px 14px rgba(13,27,51,.12),0 4px 16px rgba(13,27,51,.22)}
.coin-front{background:#ffffff;border:1px solid #dde7ee}
.coin-front img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;image-rendering:-webkit-optimize-contrast}
.coin-back{background:radial-gradient(circle at 65% 70%,#e4edf3,#b9c9d6 55%,#8fa3b6 100%);transform:rotateY(180deg) translateZ(0)}
.coin-edge{position:absolute;inset:0;transform-style:preserve-3d}
.coin-edge span{position:absolute;inset:0;border-radius:50%;background:linear-gradient(180deg,#d7e1e9,#a7b8c8);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);backface-visibility:hidden}
.coin-edge span:nth-child(1){transform:translateZ(-1px)}
.coin-edge span:nth-child(2){transform:translateZ(-2px)}
.coin-edge span:nth-child(3){transform:translateZ(-3px)}
.coin-edge span:nth-child(4){transform:translateZ(-4px);background:linear-gradient(180deg,#a7b8c8,#0d1b33)}
.coin-sheen{position:absolute;inset:0;border-radius:50%;pointer-events:none;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.85) 46%,rgba(255,255,255,.95) 50%,rgba(255,255,255,.85) 54%,transparent 75%);mix-blend-mode:soft-light;animation:sheenMove 11s ease-in-out infinite}
@keyframes coinsway{0%{transform:rotateY(-16deg) rotateX(2deg)}50%{transform:rotateY(16deg) rotateX(-2deg)}100%{transform:rotateY(-16deg) rotateX(2deg)}}
@keyframes sheenMove{0%{transform:translateX(-40%)}50%{transform:translateX(40%)}100%{transform:translateX(-40%)}}
input,textarea{width:100%;padding:14px 16px;border-radius:2px;border:1px solid #cddae4;font-family:inherit;font-size:15px;background:#fff}
.stamp-slogan{animation:stampHit .55s cubic-bezier(.2,.9,.3,1.3) both;transform-origin:center}
@keyframes stampHit{0%{opacity:0;transform:rotate(-6deg) scale(3.2)}55%{opacity:1;transform:rotate(-6deg) scale(.92)}75%{transform:rotate(-6deg) scale(1.05)}100%{transform:rotate(-6deg) scale(1)}}
input:focus,textarea:focus{outline:1px solid #8fc2df;outline-offset:1px}
.lang-switch{display:flex;gap:6px;align-items:center}
.lang-switch button{background:transparent;border:1px solid rgba(143,168,191,.45);color:#c3d0dd;font-family:'Jost',sans-serif;font-size:11px;letter-spacing:.12em;padding:7px 11px;border-radius:2px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}
.lang-switch button:hover{color:#eef4f8;border-color:#8fc2df}
.lang-switch button.on{background:#8fc2df;border-color:#8fc2df;color:#0d1b33;font-weight:600}
@media (max-width:900px){
.lang-switch button{padding:10px 14px;font-size:12px}
}
label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#5c6b7c;display:block;margin-bottom:8px}
@media (max-width:900px){
nav{padding:18px 5vw;flex-wrap:wrap;gap:16px}
nav .links{gap:26px;order:3;width:100%;justify-content:center;padding-top:10px;border-top:1px solid rgba(143,168,191,.18);font-size:14px}
nav .links a{padding:8px 4px}
nav img{height:52px!important}
nav .btn-accent{padding:14px 22px;font-size:12px}
.btn{padding:16px 26px;font-size:13px}
.container[style*="grid-template-columns:1fr 1fr"],section.container[style*="1fr 1fr"]{grid-template-columns:1fr!important}
section[style*="perspective"]{padding:44px 7vw 64px!important;text-align:center;gap:36px!important}
section[style*="perspective"] .eyebrow{font-size:12px;line-height:1.6}
section[style*="perspective"] div[style*="grid-template-columns:1fr 1fr"]{margin-left:auto;margin-right:auto;text-align:left}
section[style*="perspective"] div[style*="display:flex;gap:16px"]{justify-content:center}
.coin-stage{width:230px;height:230px;margin:0 auto}
.coin-front img{width:100%!important;height:100%!important;object-fit:cover!important}
.card[style*="height:420px"]{height:auto!important;gap:22px!important}
h1.grad-text{font-size:34px!important;line-height:1.2}
body{font-size:16px}
p{font-size:16px!important}
p.stamp-slogan{font-size:clamp(34px,9vw,48px)!important}
section[style*="repeat(4,1fr)"]{grid-template-columns:1fr!important;gap:22px!important}
section[style*="repeat(3,1fr)"]{grid-template-columns:1fr!important;gap:22px!important}
section[style*="1fr 1.1fr"]{grid-template-columns:1fr!important;gap:32px!important}
form[style*="rotateY"]{transform:none!important;box-shadow:0 12px 30px rgba(20,18,15,.1)!important}
.glass-card[style*="rotateX(2deg)"]{transform:none!important}
form div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}
input,textarea{padding:16px 16px;font-size:16px}
.card[style*="height:340px"]{height:250px!important;box-shadow:0 14px 34px rgba(20,18,15,.14)!important}
section.container{padding-bottom:64px!important;margin-bottom:0!important}
section.container[style*="background"],section.container[style*="position:relative"]{padding-bottom:52px!important}
.section-title{font-size:34px!important;margin-bottom:14px}
.glass-card[style*="padding:50px"]{padding:30px!important}
.glass-card[style*="padding:36px"]{padding:26px!important}
.foot{flex-direction:column;text-align:center;padding:32px 6vw;gap:12px;font-size:14px}
.foot a{padding:6px 0;display:inline-block}
.whatsapp-float{right:18px;bottom:18px;width:60px;height:60px}
.whatsapp-float svg{width:32px;height:32px}
}
@media (max-width:560px){
section[style*="perspective"] div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important;gap:14px!important;max-width:320px}
section[style*="perspective"] div[style*="grid-template-columns:1fr 1fr"]>div{align-items:flex-start!important;font-size:15px!important}
section[style*="perspective"] div[style*="grid-template-columns:1fr 1fr"]>div>span{margin-top:7px}
h1.grad-text{font-size:31px!important}
.section-title{font-size:30px!important}
.testi{flex:0 0 285px;padding:26px}
.testi p{font-size:17px}
section[style*="perspective"] div[style*="display:flex;gap:16px"]{gap:12px!important;flex-direction:column;align-items:stretch}
section[style*="perspective"] div[style*="display:flex;gap:16px"] .btn{width:100%;text-align:center}
}
