:root{
  --green:#173f2e;
  --green-dark:#0f2d20;
  --green-soft:#2d5a43;
  --cream:#f8f2e7;
  --cream-2:#efe5d4;
  --gold:#d9aa3d;
  --gold-light:#f3d780;
  --ink:#1c3127;
  --muted:#6e786f;
  --white:#fff;
  --line:#e4dac8;
  --shadow:0 20px 60px rgba(21,52,38,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:78px}
body{margin:0;background:var(--cream);font-family:Montserrat,Arial,sans-serif;color:var(--ink);overflow-x:hidden}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
a{text-decoration:none;color:inherit}

.topbar{
  position:sticky;top:0;z-index:50;height:78px;
  padding:0 clamp(22px,6vw,90px);
  display:flex;align-items:center;justify-content:space-between;
  background:rgba(23,63,46,.97);
  color:#fff;border-bottom:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(12px)
}
.brand{font-family:"Cormorant Garamond",serif;font-size:clamp(30px,3vw,40px);font-weight:700;letter-spacing:.01em}
.brand span{color:var(--gold)}
.topbar nav{display:flex;gap:28px;font-size:13px;font-weight:600}
.topbar nav a{opacity:.9;transition:.2s}.topbar nav a:hover{color:var(--gold);opacity:1}

.hero{height:calc(100svh - 78px);min-height:670px;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:var(--green-dark)}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;transform:scale(1.002)}
.hero-shade{
  position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(8,28,20,.05) 0%,rgba(8,28,20,.17) 38%,rgba(8,28,20,.78) 100%),
    linear-gradient(90deg,rgba(8,28,20,.70) 0%,rgba(8,28,20,.34) 46%,rgba(8,28,20,.08) 100%)
}
.hero-copy{
  position:relative;z-index:2;color:#fff;
  padding:70px clamp(24px,6vw,92px) 72px;
  width:min(850px,94vw)
}
.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.22em;font-weight:700;font-size:12px;color:var(--gold);display:block}
.hero h1,.section h2,.count-section h2,.section-head h2{font-family:"Cormorant Garamond",serif}
.hero h1{margin:12px 0 20px;font-size:clamp(68px,9.8vw,132px);line-height:.78;font-weight:600;text-shadow:0 3px 18px rgba(0,0,0,.22)}
.hero h1 em{display:block;color:var(--gold-light);font-style:normal;font-weight:600}
.hero-copy>p{max-width:680px;margin:0;font-size:clamp(17px,2vw,21px);line-height:1.65;font-weight:500;text-shadow:0 2px 10px rgba(0,0,0,.4)}
.hero-data{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}
.hero-data span{padding:11px 15px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:rgba(12,39,28,.18);font-size:13px;font-weight:600;backdrop-filter:blur(5px)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{min-height:50px;border:0;border-radius:999px;padding:14px 24px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,filter .2s}
.btn:hover{transform:translateY(-1px)}
.btn.gold{background:var(--gold);color:#183427}
.btn.gold:hover{filter:brightness(1.04)}
.btn.outline{border:1px solid rgba(255,255,255,.72);color:#fff;background:rgba(255,255,255,.09)}
.hero-scroll{position:absolute;right:34px;bottom:28px;z-index:2;width:44px;height:44px;border:1px solid rgba(255,255,255,.45);border-radius:50%;color:#fff;display:grid;place-items:center;font-size:22px}

.count-section{background:#fff;text-align:center;padding:70px 22px}
.count-section h2,.section-head h2,.section h2{font-size:clamp(42px,6vw,66px);line-height:.96;margin:9px auto 28px;font-weight:600}
.count-section h2{max-width:700px}
.countdown{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:34px}
.countdown>div{width:128px;padding:22px 12px;background:var(--cream);border:1px solid var(--line);border-radius:20px}
.countdown strong{display:block;font-family:"Cormorant Garamond",serif;font-size:44px;line-height:1;color:var(--green)}
.countdown span{display:block;margin-top:6px;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-weight:700}

.section{max-width:1280px;margin:auto;padding:100px clamp(24px,6vw,92px)}
.event-section{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}
.event-copy>p,.section-head>p{color:var(--muted);line-height:1.8;font-size:16px;max-width:760px}
.event-cards{display:grid;gap:12px;margin:30px 0}
.event-cards article{display:flex;align-items:flex-start;gap:14px;padding:17px 18px;border:1px solid var(--line);background:#fff;border-radius:17px}
.event-cards article>span{font-size:24px}
.event-cards small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:700;margin-bottom:4px}
.event-cards strong{font-size:14px;line-height:1.55}
.link-arrow{display:inline-block;margin-top:6px;color:var(--green);font-weight:700}
.event-photo-card{position:relative;border-radius:30px;overflow:hidden;background:var(--green);box-shadow:var(--shadow);min-height:590px}
.event-photo-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.event-photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,45,31,.02) 38%,rgba(14,45,31,.90) 100%)}
.event-photo-card>div{position:absolute;z-index:2;left:30px;right:30px;bottom:28px;color:#fff}
.event-photo-card>div span{font-family:"Cormorant Garamond",serif;color:var(--gold);font-size:74px;line-height:.4}
.event-photo-card p{font-family:"Cormorant Garamond",serif;font-size:28px;line-height:1.22;margin:16px 0;color:#fff}
.event-photo-card strong{font-size:13px}

.wide-section{padding:92px clamp(24px,6vw,92px)}
.rsvp-section{background:var(--green)}
.section-head{text-align:center;max-width:850px;margin:0 auto 34px}
.section-head.light h2,.section-head.light p{color:#fff}
.section-head.light p{opacity:.8}
.form-card{max-width:900px;margin:auto;background:#fff;border-radius:28px;padding:30px;box-shadow:0 25px 80px rgba(0,0,0,.14)}
.form-card label{display:grid;gap:8px;font-size:12px;font-weight:700;color:var(--ink)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:16px 0}
input,select,textarea{width:100%;padding:14px;border:1px solid #dbd2c4;border-radius:13px;background:#fff;color:var(--ink);outline:none}
input:focus,select:focus,textarea:focus{border-color:#a98535;box-shadow:0 0 0 3px rgba(217,170,61,.12)}
textarea{min-height:110px;resize:vertical}
.form-card .btn{margin-top:18px}

.gifts-section .section-head{margin-bottom:34px}
.gift-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.gift-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px 17px;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:315px;box-shadow:0 10px 30px rgba(37,54,44,.035)}
.gift-card.featured{border-color:var(--gold);box-shadow:0 16px 38px rgba(112,88,30,.10)}
.gift-card>span{font-size:36px}
.gift-card h3{font-family:"Cormorant Garamond",serif;font-size:27px;line-height:1;margin:12px 0 8px}
.gift-card p{margin:0 0 15px;color:var(--muted);font-size:12px;line-height:1.5}
.gift-card strong{margin-top:auto;font-size:27px;color:var(--green)}
.gift-card button{margin-top:17px;border:0;background:var(--green);color:#fff;border-radius:999px;padding:12px 18px;font-weight:700;cursor:pointer;min-width:115px}

.custom-gift{max-width:1000px;margin:28px auto 0;padding:24px 26px;background:#fff;border:1px solid var(--line);border-radius:24px;display:flex;justify-content:space-between;gap:26px;align-items:center}
.custom-title{display:flex;align-items:center;gap:15px}
.custom-title>span{font-size:38px}
.custom-title h3{font-family:"Cormorant Garamond",serif;font-size:31px;margin:0}
.custom-title p{margin:3px 0 0;color:var(--muted);font-size:13px}
.custom-control>label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--muted)}
.custom-control>div{display:flex;align-items:center;gap:8px;margin-top:7px}
.custom-control>div>span{font-weight:700;color:var(--green)}
.custom-control input{width:160px}
.custom-control button{border:0;background:var(--green);color:#fff;border-radius:999px;padding:13px 18px;font-weight:700;cursor:pointer}

.pix-box{max-width:960px;margin:28px auto 0;border-radius:25px;background:var(--green);padding:25px 28px;color:#fff;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:22px}
.pix-box small{display:block;color:#c8d5cc;font-size:11px;text-transform:uppercase;letter-spacing:.1em}
.pix-box h3{font-family:"Cormorant Garamond",serif;font-size:28px;margin:4px 0}
.pix-box strong{color:var(--gold-light);font-size:22px}
.pix-box code{display:block;margin:6px 0 9px;font-size:15px}
.copy-btn{background:transparent;border:1px solid rgba(255,255,255,.45);color:#fff;border-radius:999px;padding:9px 13px;cursor:pointer}
.hidden{display:none}
.safe-note{text-align:center;color:var(--muted);font-size:11px;margin-top:16px}

.gallery-section{background:var(--green-dark)}
.gallery{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:12px}
.photo{border:0;padding:0;border-radius:18px;overflow:hidden;cursor:pointer;background:#244b39}
.photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.photo:hover img{transform:scale(1.04)}
.photo-tall{grid-row:span 2}
.photo-wide{grid-column:span 2}

.message-section .section-head{margin-bottom:30px}
.compact-form{max-width:760px;background:#fff;border:1px solid var(--line);box-shadow:none}
.compact-form input{margin-bottom:14px}

footer{padding:34px clamp(24px,6vw,92px);display:flex;justify-content:space-between;align-items:center;gap:20px;background:#0b2218;color:#fff}
footer div{display:grid;gap:5px}
footer strong{font-family:"Cormorant Garamond",serif;font-size:24px}
footer span{font-size:12px;color:#aebdb3}
footer a{color:var(--gold-light);font-size:13px}

.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:70;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20a35a;color:#fff;font-size:24px;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.lightbox{display:none;position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.94);align-items:center;justify-content:center;padding:24px}
.lightbox.open{display:flex}
.lightbox img{max-width:94vw;max-height:90vh;border-radius:12px}
.lightbox button{position:absolute;right:22px;top:16px;border:0;background:transparent;color:#fff;font-size:44px;cursor:pointer}

@media(max-width:1050px){
  .gift-grid{grid-template-columns:repeat(2,1fr)}
  .event-section{grid-template-columns:1fr;gap:36px}
  .event-photo-card{min-height:520px}
  .gallery{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:800px){
  html{scroll-padding-top:70px}
  .topbar{height:70px;padding:0 22px}
  .topbar nav{display:none}
  .hero{height:auto;min-height:calc(100svh - 70px);align-items:flex-end}
  .hero-photo{object-position:center 38%}
  .hero-shade{
    background:
      linear-gradient(180deg,rgba(5,24,16,.03) 16%,rgba(5,24,16,.38) 52%,rgba(5,24,16,.91) 100%)
  }
  .hero-copy{padding:48vh 24px 50px;width:100%}
  .hero h1{font-size:clamp(62px,18vw,88px);line-height:.78}
  .hero-copy>p{font-size:16px;line-height:1.6}
  .hero-scroll{display:none}
  .event-photo-card{min-height:490px}
  .gift-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .gift-card{min-height:300px;padding:22px 12px}
  .gift-card h3{font-size:24px}
  .custom-gift{display:block;text-align:center}
  .custom-title{justify-content:center}
  .custom-control{margin-top:20px;text-align:left}
  .custom-control>div{flex-wrap:wrap}
  .custom-control input{flex:1;min-width:130px}
  .custom-control button{flex:1 1 100%}
  .pix-box{grid-template-columns:1fr;text-align:center}
  .gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:190px}
  .photo-wide{grid-column:span 2}
  footer{flex-direction:column;text-align:center}
}
@media(max-width:560px){
  .count-section{padding:60px 18px}
  .countdown{gap:10px}
  .countdown>div{width:calc(50% - 8px)}
  .section,.wide-section{padding:72px 18px}
  .form-grid{grid-template-columns:1fr}
  .form-card{padding:20px}
  .full-mobile{width:100%}
  .gift-card{min-height:285px}
  .gift-card p{font-size:11px}
  .gallery{grid-auto-rows:165px;gap:8px}
}


/* ===== Ajustes finais solicitados ===== */

/* Marca completa no topo */
.brand span{
  white-space:nowrap;
}

/* Local completo na capa */
.hero-data span:last-child{
  max-width:100%;
}

/* Galeria: prioriza mostrar a foto inteira, sem cortes excessivos */
.photo{
  background:#0f2d20;
}
.photo img{
  object-fit:contain;
  object-position:center center;
  background:#0f2d20;
}

/* Fotos verticais ficam melhor encaixadas no celular */
@media(max-width:800px){
  .gallery{
    grid-auto-rows:250px;
  }
  .photo img{
    object-fit:contain;
  }
}

/* Dados Pix completos */
.pix-owner{
  display:block;
  margin-top:7px;
  font-size:12px;
  line-height:1.5;
  color:#e9f0eb;
  font-weight:600;
}

/* Hero mais próximo do layout de referência */
.hero-copy{
  max-width:860px;
}
.hero-data{
  background:rgba(13,52,37,.86);
  padding:14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  width:fit-content;
  max-width:100%;
}
.hero-data span{
  background:transparent;
  border:0;
  border-radius:0;
  padding:8px 14px;
}
.hero-data span + span{
  border-left:1px solid rgba(255,255,255,.28);
}

@media(max-width:800px){
  .brand{
    font-size:31px;
  }

  .brand span{
    font-size:.92em;
  }

  .hero-data{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    padding:10px 14px;
  }

  .hero-data span{
    padding:10px 4px;
  }

  .hero-data span + span{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.22);
  }
}

@media(max-width:560px){
  .brand{
    font-size:28px;
  }

  .gallery{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:230px;
  }

  .photo-wide{
    grid-column:span 2;
  }

  .photo-tall{
    grid-row:span 1;
  }
}


/* ===== Seção Local da Festa ===== */
.venue-section{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:48px;
  align-items:stretch;
  background:#fff;
  max-width:none;
  padding-left:clamp(24px,6vw,92px);
  padding-right:clamp(24px,6vw,92px);
}
.venue-copy{
  align-self:center;
}
.venue-copy h2{
  margin-bottom:18px;
}
.venue-copy>p{
  color:var(--muted);
  line-height:1.8;
  max-width:560px;
}
.venue-info{
  display:grid;
  gap:12px;
  margin:28px 0;
}
.venue-info>div{
  display:flex;
  gap:14px;
  align-items:center;
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--cream);
}
.venue-info>div>span{
  font-size:24px;
}
.venue-info small{
  display:block;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--muted);
  font-weight:700;
  margin-bottom:3px;
}
.venue-info strong{
  font-size:14px;
}
.venue-map-wrap{
  min-height:520px;
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.venue-map-wrap iframe{
  width:100%;
  height:100%;
  min-height:520px;
  border:0;
}
.venue-btn{
  margin-top:4px;
}

/* ===== Mensagem da Graciete ===== */
.graciete-message-section{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  min-height:650px;
  background:var(--green-dark);
}
.graciete-message-photo{
  position:relative;
  overflow:hidden;
  min-height:650px;
}
.graciete-message-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,30,21,.02) 50%,rgba(8,30,21,.38) 100%);
}
.graciete-message-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 28%;
}
.graciete-message-copy{
  padding:90px clamp(28px,6vw,88px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:#fff;
}
.graciete-message-copy h2{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(44px,5vw,66px);
  line-height:.96;
  margin:10px 0 26px;
  font-weight:600;
}
.message-quote{
  position:relative;
  max-width:720px;
}
.quote-mark{
  display:block;
  font-family:"Cormorant Garamond",serif;
  font-size:86px;
  line-height:.5;
  color:var(--gold);
  margin-bottom:16px;
}
.message-quote p{
  font-family:"Cormorant Garamond",serif;
  font-size:24px;
  line-height:1.5;
  margin:0 0 16px;
  color:#f7f2e9;
}
.message-quote strong{
  display:block;
  margin-top:22px;
  color:var(--gold-light);
  font-size:15px;
  letter-spacing:.04em;
}

@media(max-width:950px){
  .venue-section{
    grid-template-columns:1fr;
  }
  .venue-map-wrap,
  .venue-map-wrap iframe{
    min-height:420px;
  }
  .graciete-message-section{
    grid-template-columns:1fr;
  }
  .graciete-message-photo{
    min-height:520px;
  }
  .graciete-message-copy{
    padding:64px 28px 72px;
  }
}
@media(max-width:600px){
  .venue-section{
    padding-top:68px;
    padding-bottom:68px;
  }
  .venue-map-wrap,
  .venue-map-wrap iframe{
    min-height:360px;
  }
  .graciete-message-photo{
    min-height:430px;
  }
  .graciete-message-photo img{
    object-position:center 22%;
  }
  .message-quote p{
    font-size:21px;
  }
}




/* ===== ACABAMENTO FINAL MOBILE ===== */

/* Cabeçalho mais limpo e elegante no celular */
@media(max-width:800px){
  .topbar{
    height:68px;
    padding:0 18px;
  }
  .brand{
    font-size:27px;
    line-height:1;
    white-space:nowrap;
  }

  /* Hero mais equilibrado e com melhor leitura */
  .hero{
    min-height:calc(100svh - 68px);
  }
  .hero-photo{
    object-position:center 34%;
  }
  .hero-copy{
    padding:43vh 20px 42px;
  }
  .eyebrow{
    font-size:11px;
    letter-spacing:.18em;
    line-height:1.5;
    max-width:300px;
  }
  .hero h1{
    font-size:clamp(58px,17vw,82px);
    margin:10px 0 18px;
  }
  .hero-copy>p{
    font-size:16px;
    line-height:1.55;
    max-width:92%;
  }

  /* Informações da festa ficam mais compactas */
  .hero-data{
    margin:22px 0;
    padding:8px 12px;
    border-radius:16px;
  }
  .hero-data span{
    font-size:12px;
    line-height:1.4;
  }

  /* Botões ficam melhores para toque */
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    max-width:330px;
  }
  .hero-actions .btn{
    width:100%;
    min-height:54px;
    font-size:16px;
  }

  /* Espaçamento mais consistente entre seções */
  .section,
  .wide-section{
    padding-left:18px;
    padding-right:18px;
  }

  /* Títulos com melhor proporção no celular */
  .section h2,
  .section-head h2,
  .count-section h2{
    font-size:clamp(40px,12vw,56px);
    line-height:1;
  }

  /* Cards do evento com melhor leitura */
  .event-cards article{
    padding:15px;
  }

  /* Mapa mais integrado ao layout */
  .venue-map-wrap,
  .venue-map-wrap iframe{
    min-height:330px;
    border-radius:20px;
  }

  /* Mensagem da Graciete com leitura confortável */
  .graciete-message-copy{
    padding:56px 20px 62px;
  }
  .graciete-message-copy h2{
    font-size:clamp(42px,12vw,54px);
  }
  .message-quote p{
    font-size:20px;
    line-height:1.55;
  }

  /* Lista de presentes mais compacta e harmoniosa */
  .gift-grid{
    gap:10px;
  }
  .gift-card{
    min-height:270px;
    padding:19px 10px;
    border-radius:20px;
  }
  .gift-card>span{
    font-size:32px;
  }
  .gift-card h3{
    font-size:22px;
    line-height:1.05;
  }
  .gift-card p{
    font-size:11px;
    line-height:1.45;
  }
  .gift-card strong{
    font-size:25px;
  }
  .gift-card button{
    min-width:105px;
    padding:11px 14px;
    font-size:13px;
  }

  /* Vale-presente melhor no celular */
  .custom-gift{
    padding:20px;
    border-radius:20px;
  }
  .custom-title{
    align-items:flex-start;
  }
  .custom-title h3{
    font-size:27px;
  }

  /* Caixa do Pix com mais respiro */
  .pix-box{
    padding:22px 18px;
    border-radius:20px;
  }

  /* Galeria com menos cortes */
  .gallery{
    grid-auto-rows:220px;
    gap:9px;
  }
  .photo{
    border-radius:16px;
  }
  .photo img{
    object-fit:contain;
    object-position:center center;
  }

  /* Rodapé mais discreto */
  footer{
    padding:28px 18px 90px;
  }

  /* WhatsApp flutuante sem cobrir tanto conteúdo */
  .floating-whatsapp{
    right:16px;
    bottom:16px;
    width:54px;
    height:54px;
    font-size:22px;
  }
}

@media(max-width:430px){
  .hero-copy{
    padding-top:41vh;
  }
  .brand{
    font-size:25px;
  }
  .gift-card{
    min-height:255px;
  }
  .gallery{
    grid-auto-rows:205px;
  }
}


/* ===== PRAZO PARA CONFIRMAÇÃO DE PRESENÇA ===== */
.rsvp-deadline{
  margin:18px 0 16px;
  padding:13px 16px;
  max-width:430px;
  border:1px solid rgba(218,174,57,.55);
  border-radius:14px;
  background:rgba(8,45,31,.78);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  color:#fff;
}
.rsvp-deadline span{
  display:block;
  margin-bottom:4px;
  color:#dfb43f;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.rsvp-deadline strong{
  display:block;
  font-size:15px;
  line-height:1.4;
  font-weight:650;
}
@media(max-width:800px){
  .rsvp-deadline{
    width:100%;
    max-width:330px;
    margin:16px 0 14px;
    padding:12px 14px;
  }
  .rsvp-deadline strong{
    font-size:14px;
  }
}


/* ===== CONTROLE RSVP E PRESENTES ===== */
.rsvp-final-deadline{
  max-width:720px;
  margin:18px auto 0;
  padding:14px 18px;
  border:1px solid rgba(223,180,63,.5);
  border-radius:16px;
  background:rgba(223,180,63,.10);
  text-align:center;
}
.rsvp-final-deadline span{
  display:block;
  color:#dcb13b;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:11px;
  font-weight:800;
  margin-bottom:4px;
}
.rsvp-final-deadline strong{
  color:#fff;
  font-size:17px;
}
.form-status{
  min-height:20px;
  margin:10px 0 0;
  font-size:13px;
  line-height:1.4;
}
.gift-register{
  display:grid;
  gap:9px;
  width:100%;
  margin-top:10px;
}
.gift-register label{
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.gift-register input{
  width:100%;
  min-height:48px;
  padding:0 14px;
  border:1px solid rgba(17,61,43,.18);
  border-radius:12px;
  background:#fff;
  font:inherit;
}
.gift-register-note{
  margin:0;
  font-size:12px;
  line-height:1.45;
  opacity:.78;
}
@media(max-width:800px){
  .rsvp-final-deadline{
    margin-top:16px;
    padding:13px 14px;
  }
  .rsvp-final-deadline strong{
    font-size:15px;
  }
}
