@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

:root{--navy:#073253;--deep:#00304f;--pink:#d91572;--line:rgba(7,50,83,.28)}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--navy);background:#eaf4f8}
.page-bg{min-height:100vh;padding:22px 38px;background:linear-gradient(90deg,rgba(255,255,255,.84),rgba(255,255,255,.68) 40%,rgba(255,255,255,.38) 72%,rgba(255,255,255,.12)),url('../img/sfondo-lago-montagne.jpg') center top/cover no-repeat}
.site-header{display:grid;grid-template-columns:1.15fr 1.2fr .9fr;align-items:center;gap:24px;margin-bottom:30px}
.brand{display:flex;align-items:center;gap:16px;text-decoration:none;color:var(--navy)}
.brand-logo{width:110px;height:110px;object-fit:contain}
.brand-name{font-family:'Cinzel','Playfair Display','Bodoni 72','Didot',serif;line-height:1.05;font-size:35px}
.brand-name span{display:block}
.nav{display:flex;justify-content:center;gap:54px;align-items:center;font-size:18px;font-weight:700}
.nav a{color:var(--navy);text-decoration:none;padding:12px 0;border-bottom:3px solid transparent}
.nav a.active,.nav a:hover{border-color:var(--navy)}
.top-cta{justify-self:end}
.btn{display:inline-flex;align-items:center;gap:18px;border-radius:9px;background:linear-gradient(180deg,#064f76,#003654);color:white;text-decoration:none;padding:19px 28px;min-width:272px;justify-content:center;font-weight:700;font-size:20px;letter-spacing:.02em;box-shadow:0 8px 18px rgba(0,35,60,.18)}
.btn .ico{width:40px;height:40px;border:2px solid rgba(255,255,255,.8);border-radius:8px;display:flex;align-items:center;justify-content:center}
.btn .arrow{font-size:35px;line-height:1;margin-left:6px;font-weight:300}
.hero-grid{display:grid;grid-template-columns:1.1fr .92fr .72fr;gap:36px;align-items:start}
.eyebrow{letter-spacing:9px;font-size:18px;font-weight:700;margin:10px 0 8px 8px}
h1{font-family:'Cinzel Decorative','Cinzel','Trajan Pro','Times New Roman',serif;font-size:104px;letter-spacing:.01em;line-height:.9;margin:0 0 18px;color:var(--navy)}
.subtitle{font-family:'Playfair Display','Didot',serif;font-style:italic;font-size:31px;line-height:1.25;margin:0 0 20px}
.a-favore{letter-spacing:9px;font-size:17px;font-weight:700;margin:28px 0 12px 8px}
.support{display:flex;align-items:center;gap:18px}
.support img{width:130px;height:110px;object-fit:contain}
.support-text{color:var(--pink);font-size:29px;line-height:1.16;font-weight:700}
.cards{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.category-card{color:white;padding:25px 26px 24px;border-radius:10px;background:linear-gradient(180deg,rgba(2,77,111,.94),rgba(0,45,68,.96));min-height:355px;box-shadow:0 12px 25px rgba(0,33,55,.18)}
.card-head{display:flex;gap:18px;align-items:center;margin-bottom:22px}
.round-icon{width:54px;height:54px;border:1.6px solid rgba(255,255,255,.85);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;flex:0 0 auto}
.round-icon img{filter:brightness(0) invert(1)}
.card-title{font-size:17px;text-transform:uppercase;line-height:1.35;font-weight:800}
.category-card p{font-size:18px;line-height:1.25;margin:14px 0}.category-card small{font-size:15px}.category-card hr{border:0;border-top:1px solid rgba(255,255,255,.45);margin:14px 0}
.donation{display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:center;margin-top:24px}
.donation .heart{filter:brightness(0) invert(1);width:50px;height:50px}.donation .text{font-size:14px;text-transform:uppercase;line-height:1.6;font-weight:700}.donation .pink{color:#ff4f95;font-size:19px}
.event-box{padding-top:28px}.event-line{display:grid;grid-template-columns:82px 1fr;gap:18px;align-items:center;margin-bottom:26px}
.event-icon{width:72px;height:72px;border:3px solid var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center}.event-icon img{width:42px;height:42px}
.event-text{font-size:20px;line-height:1.4;font-weight:700}.event-rule{height:1px;background:var(--line);margin:30px 0 22px}.event-note{font-family:Georgia,'Times New Roman',serif;font-size:23px;line-height:1.38;max-width:430px}
.info-jury-row{display:grid;grid-template-columns:.96fr 1fr;gap:24px;border-top:1px solid var(--line);margin-top:22px;padding-top:16px}
.info-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.info-item{text-align:center;padding:0 22px;border-right:1px solid var(--line)}.info-item:last-child{border-right:0}
.info-item .big-icon{width:68px;height:68px;margin:0 auto 12px;color:var(--navy)}.info-item h3{font-size:17px;margin:0 0 14px}.info-item h3:after{content:"";display:block;width:38px;height:2px;background:var(--navy);margin:10px auto 0}.info-item p{margin:0;font-size:15px;line-height:1.5}
.jury-block h2{font-size:18px;margin:0 0 10px;letter-spacing:.08em}.jury-grid{display:grid;grid-template-columns:repeat(6,minmax(92px,1fr));gap:22px;align-items:start}.judge{text-align:center}
.judge img{width:118px;aspect-ratio:1/1;height:auto;object-fit:cover;border-radius:50%;border:3px solid rgba(255,255,255,.9);box-shadow:0 4px 15px rgba(0,30,50,.25);filter:saturate(.72) contrast(1.05)}
.judge h4{margin:8px 0 0;font-family:Georgia,'Times New Roman',serif;font-size:16px;color:var(--navy);white-space:nowrap}.judge h4:after{content:"";display:block;width:28px;height:2px;background:var(--navy);margin:8px auto 0}
.cta-strip{margin:16px 0 16px 52px;width:min(1140px,calc(100% - 104px));background:linear-gradient(90deg,#003a58,#075b80);color:white;border-radius:9px;display:grid;grid-template-columns:120px 1fr 290px;align-items:center;padding:19px 28px;box-shadow:0 12px 24px rgba(0,33,55,.18)}
.cta-strip .camera-large{width:56px;height:56px;border:2px solid rgba(255,255,255,.75);border-radius:8px;display:flex;align-items:center;justify-content:center;justify-self:center}.cta-strip .camera-large img{filter:brightness(0) invert(1)}
.cta-strip h2{margin:0;font-size:25px;letter-spacing:.04em}.cta-strip p{margin:7px 0 0;font-family:Georgia,'Times New Roman',serif;font-size:18px}.cta-strip .mini-btn{justify-self:end;background:rgba(255,255,255,.20);border-radius:7px;color:white;text-decoration:none;padding:17px 30px;min-width:230px;text-align:center;font-weight:700;font-size:18px}
.footer-bar{margin:0 0 12px;background:linear-gradient(90deg,#002d4b,#003a5f);color:white;border-radius:7px;min-height:92px;display:grid;grid-template-columns:1.2fr .95fr 1fr;align-items:center;padding:0 54px;gap:30px;width:min(1510px,100%)}
.foot-cell{display:flex;align-items:center;gap:24px;min-height:70px;border-right:1px solid rgba(255,255,255,.35)}.foot-cell:last-child{border-right:0}.foot-ico{width:54px;height:54px;border:1.5px solid rgba(255,255,255,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;flex:0 0 auto}.foot-ico img{filter:brightness(0) invert(1)}.foot-text{font-size:18px;line-height:1.4}.foot-text strong{font-size:20px}
.guide{display:grid;grid-template-columns:1.55fr 1.05fr .95fr;gap:26px;background:white;border-radius:0 0 12px 12px;padding:20px 32px 24px;box-shadow:0 -4px 18px rgba(0,30,55,.07)}
.guide h3{margin:0 0 13px;font-size:17px}.guide-cols{display:grid;grid-template-columns:1fr 1fr;gap:22px}.guide-item{display:grid;grid-template-columns:50px 1fr;gap:12px;margin:0 0 16px}.guide-icon{width:44px;height:44px}.guide-item h4{font-size:13px;margin:0 0 6px;text-transform:uppercase}.guide-item p{font-size:12.5px;line-height:1.25;margin:0;color:#25384a}.features{border:1px dashed #c7d0d8;border-radius:5px;padding:18px 28px;align-self:start}.features ul{margin:0;padding:0;list-style:none}.features li{margin:10px 0;font-size:14px}.features li:before{content:"✓";color:#0aad62;font-weight:800;margin-right:12px}
.devices{display:flex;align-items:end;justify-content:center;gap:12px;padding-top:6px}.device{background:#111;border-radius:8px;padding:8px;box-shadow:0 6px 18px rgba(0,0,0,.22)}.screen{background:linear-gradient(rgba(255,255,255,.55),rgba(255,255,255,.55)),url('../img/sfondo-lago-montagne.jpg') center/cover;border-radius:3px;position:relative;overflow:hidden}.monitor .screen{width:250px;height:140px}.tablet .screen{width:95px;height:135px}.phone .screen{width:55px;height:105px}.screen:before{content:"Larii Aquae";position:absolute;left:10px;top:12px;font-family:Georgia,serif;color:var(--navy);font-weight:700}.screen:after{content:"";position:absolute;left:12px;right:12px;bottom:12px;height:18px;background:#003a58;border-radius:3px}.monitor:after{content:"";display:block;width:90px;height:18px;background:#bbb;margin:0 auto;border-radius:0 0 8px 8px}
.page-simple{min-height:100vh;padding:25px 42px 80px;background:linear-gradient(rgba(255,255,255,.78),rgba(255,255,255,.78)),url('../img/sfondo-lago-montagne.jpg') center/cover no-repeat}.page-simple .content{max-width:1050px;margin:60px auto;background:rgba(255,255,255,.75);padding:40px;border-radius:14px}.page-simple h1{font-family:'Cinzel Decorative','Cinzel','Trajan Pro','Times New Roman',serif;font-size:104px;letter-spacing:.01em;line-height:.9;margin:0 0 18px;color:var(--navy)}.page-simple a{color:var(--navy);font-weight:700}
@media(max-width:1280px){.site-header{grid-template-columns:1fr;justify-items:center;text-align:center}.top-cta{justify-self:center}.hero-grid{grid-template-columns:1fr}.cards{max-width:680px}.event-box{max-width:700px}.info-jury-row{grid-template-columns:1fr}.jury-grid{grid-template-columns:repeat(3,1fr)}.cta-strip{margin-left:0;width:100%}.footer-bar{grid-template-columns:1fr;padding:20px 30px}.foot-cell{border-right:0;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:16px}.foot-cell:last-child{border-bottom:0}.guide{grid-template-columns:1fr}}
@media(max-width:760px){.page-bg{padding:18px}.brand-logo{width:76px;height:76px}.brand-name{font-size:26px}.nav{gap:18px;font-size:14px}.btn{min-width:auto;width:100%;font-size:17px}h1{font-family:'Cinzel Decorative','Cinzel','Trajan Pro','Times New Roman',serif;font-size:104px;letter-spacing:.01em;line-height:.9;margin:0 0 18px;color:var(--navy)}.subtitle{font-size:22px}.eyebrow,.a-favore{letter-spacing:4px;font-size:13px}.cards{grid-template-columns:1fr}.info-icons{grid-template-columns:1fr 1fr;gap:22px}.info-item{border-right:0}.jury-grid{grid-template-columns:repeat(2,1fr);gap:18px}.judge img{width:112px}.cta-strip{grid-template-columns:1fr;gap:15px;text-align:center}.cta-strip .mini-btn{justify-self:center;width:100%;min-width:0}.guide-cols{grid-template-columns:1fr}.devices{transform:scale(.85);transform-origin:center}}

.judge .role{
  display:block;
  margin-top:4px;
  font-size:13px;
  font-style:italic;
  line-height:1.2;
  color:var(--navy);
  text-align:center;
}
