:root{
  --black:#070706;
  --black-2:#0e0c09;
  --cream:#f8f3e8;
  --cream-2:#fffdf8;
  --gold:#c98c1a;
  --gold-2:#f1c55e;
  --gold-dark:#9b6407;
  --burgundy:#5e1516;
  --text:#1c1811;
  --muted:#6d655a;
  --line:rgba(201,140,26,.24);
  --green:#25d366;
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Manrope",Arial,sans-serif;
  --shadow:0 24px 70px rgba(0,0,0,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:#fff;font-family:var(--sans);overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(1240px,calc(100% - 48px));margin-inline:auto}
.section{padding:92px 0}
.grain{position:fixed;inset:0;z-index:99;pointer-events:none;opacity:.032;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E")}

.site-header{position:absolute;inset:0 0 auto;z-index:40;padding:18px 0;transition:.3s ease}
.site-header.is-scrolled{position:fixed;background:rgba(7,7,6,.91);backdrop-filter:blur(16px);padding:9px 0;box-shadow:0 10px 32px rgba(0,0,0,.26)}
.header-inner{display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:13px;min-width:290px}
.brand-emblem{display:grid;place-items:center;width:78px;height:78px;border-radius:50%;background:#f5e9c8;box-shadow:0 0 0 1px rgba(225,177,69,.5);overflow:hidden}
.brand-emblem img{width:76px;height:76px;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong,.brand-copy b{font-family:var(--serif);font-size:22px;font-weight:600}
.brand-copy b{font-size:25px}
.brand-copy small{margin-top:7px;color:var(--gold-2);text-transform:uppercase;letter-spacing:2.2px;font-size:8px;font-weight:800}
.desktop-nav{display:flex;align-items:center;gap:26px;margin-left:auto}
.desktop-nav a{position:relative;font-size:13px;font-weight:700;color:#eee9df;padding:10px 0}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-2));transition:.25s}
.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}
.header-whatsapp{display:flex;align-items:center;gap:10px;margin-left:10px;padding:12px 16px;border-radius:13px;background:linear-gradient(135deg,#b7780b,#e1aa31);box-shadow:0 12px 28px rgba(201,140,26,.23);font-weight:800}
.header-whatsapp svg{width:27px;height:27px;fill:#fff}
.header-whatsapp small,.header-whatsapp strong{display:block}.header-whatsapp small{font-size:11px}.header-whatsapp strong{font-size:14px}
.menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid rgba(255,255,255,.15);background:#13110e;border-radius:10px;position:relative}
.menu-toggle span{position:absolute;left:12px;width:20px;height:2px;background:#fff;transition:.25s}.menu-toggle span:first-child{top:17px}.menu-toggle span:last-child{top:25px}.menu-toggle.active span:first-child{top:21px;transform:rotate(45deg)}.menu-toggle.active span:last-child{top:21px;transform:rotate(-45deg)}
.mobile-menu{display:none}

.hero{position:relative;min-height:850px;padding:90px 0 70px;overflow:hidden;background:radial-gradient(circle at 73% 36%,rgba(105,21,19,.42),transparent 35%),radial-gradient(circle at 25% 45%,rgba(201,140,26,.09),transparent 30%),linear-gradient(135deg,#050504,#0d0b08 58%,#160b08)}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(to top,#070706,transparent)}
.hero-glow{position:absolute;width:520px;height:520px;border-radius:50%;right:80px;top:100px;background:rgba(187,125,22,.11);filter:blur(70px)}
.hero-score{position:absolute;color:rgba(207,147,35,.18);font-family:var(--serif);font-size:110px;letter-spacing:24px;white-space:nowrap;transform:rotate(-8deg);pointer-events:none}
.score-one{right:-90px;bottom:35px}.score-two{left:-120px;top:520px;font-size:70px;opacity:.45}
.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;position:relative;z-index:2;min-height:650px}
.hero-copy{padding-top:55px;position:relative;z-index:3}
.eyebrow{display:inline-flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:2.6px;color:var(--gold-2);font-size:12px;font-weight:800}.eyebrow:before{content:"";width:32px;height:1px;background:var(--gold)}.eyebrow.dark{color:#8a5a09}
.hero h1{font-family:var(--serif);font-size:clamp(62px,5.4vw,88px);line-height:.96;font-weight:600;letter-spacing:-2.5px;max-width:650px;margin:22px 0 22px}.hero h1 em{font-style:normal;color:var(--gold)}
.hero-copy>p{font-size:17px;line-height:1.7;color:#d8d1c6;max-width:570px;margin:0}
.hero-actions{display:flex;gap:15px;flex-wrap:wrap;margin:32px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:12px;padding:15px 22px;font-weight:800;cursor:pointer;transition:.25s ease}.btn:hover{transform:translateY(-3px)}.btn svg{width:23px;height:23px;fill:currentColor}
.btn-gold{color:#13100a;background:linear-gradient(135deg,var(--gold-2),var(--gold));box-shadow:0 12px 30px rgba(201,140,26,.23)}
.btn-outline{border:1px solid rgba(223,168,56,.7);background:rgba(9,8,6,.42);color:#fff}.btn-outline span{color:var(--gold-2)}
.btn-dark{border:1px solid rgba(247,206,111,.7);background:rgba(5,5,4,.72);color:#fff;min-width:225px;text-align:left}.btn-dark strong{color:var(--gold-2)}
.hero-signature{display:flex;align-items:center;gap:12px;margin-top:30px;color:#aeaa9f;font-size:12px}.hero-signature:before{content:"";width:45px;height:1px;background:var(--gold)}.hero-signature strong{color:#fff;font-family:var(--serif);font-size:18px;font-weight:600}
.hero-photo{position:relative;height:675px;align-self:end}
.photo-frame{position:absolute;inset:28px -60px 0 30px;border-radius:42% 42% 6px 6px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.photo-frame:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#080706 0%,rgba(8,7,6,.18) 30%,transparent 55%),linear-gradient(to top,#090806 0%,transparent 34%)}
.photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.hero-medallion{position:absolute;left:0;bottom:52px;width:112px;height:112px;border-radius:50%;display:grid;place-items:center;align-content:center;background:linear-gradient(135deg,#f5d378,#a66c0a);color:#171109;border:7px solid rgba(12,10,8,.84);box-shadow:0 0 0 1px #d9a638,0 16px 34px rgba(0,0,0,.34);z-index:3}.hero-medallion span,.hero-medallion small{font-size:10px;text-transform:uppercase;letter-spacing:1.5px}.hero-medallion strong{font-family:var(--serif);font-size:34px;line-height:.9}

.about-card-section{position:relative;background:#070706;padding:0 0 82px}
.about-card{position:relative;z-index:3;margin-top:-42px;display:grid;grid-template-columns:1.05fr 1fr;background:linear-gradient(135deg,#fffdf8,#f3ebdb);color:var(--text);border-radius:22px;padding:45px 42px;box-shadow:0 24px 70px rgba(0,0,0,.42);border:1px solid rgba(201,140,26,.35)}
.about-text{padding-right:36px;border-right:1px solid rgba(151,109,31,.18)}
.about-text h2,.section-heading h2,.maestro-copy h2,.demo-copy h2{font-family:var(--serif);font-weight:600}.about-text h2{font-size:44px;line-height:.95;margin:12px 0 6px}.about-text p{font-size:14px;line-height:1.75;color:#5f574d}.about-highlight{font-weight:800;color:#8a5a09!important}
.gold-divider{display:flex;align-items:center;gap:8px;color:var(--gold);margin:10px 0 20px}.gold-divider:before,.gold-divider:after{content:"";height:1px;width:45px;background:linear-gradient(90deg,transparent,var(--gold))}.gold-divider:after{background:linear-gradient(90deg,var(--gold),transparent)}.gold-divider.center{justify-content:center}
.features-grid{display:grid;grid-template-columns:1fr 1fr}
.features-grid article{padding:25px 24px;text-align:center;border-bottom:1px solid rgba(151,109,31,.16)}.features-grid article:nth-child(odd){border-right:1px solid rgba(151,109,31,.16)}.features-grid article:nth-last-child(-n+2){border-bottom:0}
.feature-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 15px;border-radius:50%;background:linear-gradient(135deg,#deb44e,#a56c0c);color:#fff;font-size:24px;box-shadow:0 8px 22px rgba(165,108,12,.2)}
.features-grid h3{font-family:var(--serif);font-size:20px;margin:0 0 7px}.features-grid p{font-size:12px;line-height:1.55;color:#72695d;margin:0}

.courses{position:relative;background:radial-gradient(circle at 50% 20%,rgba(126,81,13,.13),transparent 30%),#070706}
.section-heading{text-align:center;max-width:760px;margin:0 auto 40px}.section-heading h2{font-size:clamp(43px,4vw,60px);line-height:1;margin:12px 0 0}.section-heading>p{color:#bbb3a7;line-height:1.7}.section-heading.light{color:var(--text)}.section-heading.light>p{color:var(--muted)}
.course-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(201,140,26,.23);border-left:1px solid rgba(201,140,26,.23)}
.course{display:flex;align-items:center;gap:18px;min-height:88px;padding:18px 24px;border-right:1px solid rgba(201,140,26,.23);border-bottom:1px solid rgba(201,140,26,.23);transition:.25s ease}.course:hover{background:rgba(201,140,26,.08)}.course>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:var(--gold-2);font-family:var(--serif);font-size:29px;flex:0 0 42px}.course strong{font-family:var(--serif);font-size:20px;font-weight:600}

.maestro-section{background:var(--cream);color:var(--text);padding:95px 0}
.maestro-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:74px;align-items:center}
.maestro-image{position:relative}.maestro-image:before{content:"";position:absolute;inset:-18px 18px 18px -18px;border:1px solid var(--gold);border-radius:190px 190px 18px 18px}.maestro-image img{position:relative;width:100%;height:530px;object-fit:cover;object-position:center 30%;border-radius:190px 190px 18px 18px;box-shadow:var(--shadow)}
.maestro-copy h2{font-size:clamp(48px,4.4vw,68px);line-height:.98;margin:14px 0 20px}.maestro-copy>p{font-size:16px;line-height:1.8;color:#60584d}.maestro-copy blockquote{margin:25px 0;padding:22px 0 22px 26px;border-left:3px solid var(--gold);font-family:var(--serif);font-size:26px;line-height:1.25;color:#7b4e05}.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:#8b5804}.text-link span{transition:.2s}.text-link:hover span{transform:translateX(5px)}

.demo-banner{position:relative;background:linear-gradient(90deg,rgba(75,40,4,.94),rgba(161,101,9,.78)),radial-gradient(circle at 80% 50%,rgba(252,220,128,.26),transparent 25%);overflow:hidden}.demo-banner:before{content:"♪ ♫ ♬ ♩";position:absolute;right:-10px;top:-35px;font-family:var(--serif);font-size:170px;color:rgba(255,255,255,.06);letter-spacing:18px}.demo-inner{position:relative;display:grid;grid-template-columns:160px 1fr auto;align-items:center;gap:35px;padding:36px 0}.demo-logo{width:145px;height:145px;border-radius:50%;display:grid;place-items:center;background:#f8e8be;box-shadow:0 0 0 9px rgba(255,255,255,.09)}.demo-logo img{width:135px;height:135px;object-fit:contain}.demo-copy span{color:#f4d77e;text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:800}.demo-copy h2{font-size:42px;line-height:.95;margin:8px 0 8px}.demo-copy p{margin:0;color:#eee4d0}

.contact{background:linear-gradient(180deg,#fffdf9,#f3ecdf);color:var(--text)}
.contact-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:65px;align-items:start}.contact-info{padding-top:8px}.contact-info article{display:flex;align-items:flex-start;gap:15px;margin-bottom:24px}.contact-info article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff4d8;color:#9b6203;font-size:20px;flex:0 0 42px}.contact-info small,.contact-info strong{display:block}.contact-info small{font-size:12px;color:#8a8073;margin-bottom:4px}.contact-info strong{font-size:14px;line-height:1.55}.contact-info>p{font-size:14px;line-height:1.7;color:#776e62;margin-top:30px}
.whatsapp-form{background:#fff;border:1px solid rgba(151,109,31,.18);padding:30px;border-radius:16px;box-shadow:0 16px 50px rgba(62,46,22,.09)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.whatsapp-form label{display:block;margin-bottom:14px}.whatsapp-form label:not(.consent)>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.whatsapp-form input,.whatsapp-form select,.whatsapp-form textarea{width:100%;border:1px solid #ded6c8;background:#fffdf9;border-radius:8px;padding:15px 16px;color:#241e15;outline:none;transition:.2s}.whatsapp-form input:focus,.whatsapp-form select:focus,.whatsapp-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,140,26,.12)}.whatsapp-form textarea{resize:vertical;min-height:120px}.consent{display:flex!important;align-items:flex-start;gap:9px;font-size:12px;color:#6e655a}.consent input{width:auto;margin-top:3px}.form-submit{width:100%;font-size:15px}.form-note{display:block;text-align:center;margin-top:10px;color:#8a8073}

footer{background:#070706;border-top:1px solid rgba(201,140,26,.25)}.footer-main{display:grid;grid-template-columns:1.2fr .8fr .8fr;align-items:center;gap:40px;padding:35px 0}.footer-brand{display:flex;align-items:center;gap:13px}.footer-brand img{width:82px;height:82px;object-fit:contain;border-radius:50%;background:#f7e7bd}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{font-family:var(--serif);font-size:23px}.footer-brand span{font-size:12px;color:var(--gold-2)}.footer-main p{color:#aaa296;font-size:13px;line-height:1.6}.footer-contact{display:flex;flex-direction:column;gap:8px;text-align:right;color:#d7cdbd;font-size:13px}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.08);padding:13px;color:#777167;font-size:11px}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:var(--green);box-shadow:0 15px 30px rgba(37,211,102,.34);z-index:60;transition:.25s}.floating-whatsapp:hover{transform:translateY(-4px) scale(1.03)}.floating-whatsapp svg{width:34px;height:34px;fill:#fff}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.is-visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.12s}.reveal-delay-2{transition-delay:.24s}.reveal-delay-3{transition-delay:.36s}

@media (max-width:1120px){
  .desktop-nav{gap:16px}.desktop-nav a{font-size:12px}.header-whatsapp{display:none}.brand{min-width:270px}
  .hero-grid{grid-template-columns:.9fr 1.1fr}.hero h1{font-size:70px}.photo-frame{right:-100px}
  .about-card{grid-template-columns:1fr}.about-text{border-right:0;border-bottom:1px solid rgba(151,109,31,.18);padding:0 0 28px;margin-bottom:10px}.features-grid{margin-top:8px}
  .course-grid{grid-template-columns:repeat(3,1fr)}
  .demo-inner{grid-template-columns:135px 1fr auto}.demo-logo{width:120px;height:120px}.demo-logo img{width:112px;height:112px}
}
@media (max-width:940px){
  .container{width:min(100% - 30px,700px)}.section{padding:72px 0}
  .site-header{padding:12px 0}.brand{min-width:0}.brand-emblem{width:62px;height:62px}.brand-emblem img{width:60px;height:60px}.brand-copy strong{font-size:18px}.brand-copy b{font-size:20px}.desktop-nav{display:none}.menu-toggle{display:block}
  .mobile-menu{position:fixed;right:-100%;top:0;width:min(340px,86vw);height:100vh;padding:100px 28px 28px;background:#0d0b08;display:flex;flex-direction:column;gap:20px;z-index:35;transition:.3s;box-shadow:-20px 0 60px rgba(0,0,0,.5)}.mobile-menu.open{right:0}.mobile-menu a{font-weight:800}.mobile-menu .btn{margin-top:10px}
  .hero{padding-top:110px;min-height:auto}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-top:20px}.hero h1{font-size:clamp(54px,14vw,78px)}.hero-photo{height:570px;margin-top:10px}.photo-frame{inset:20px -70px 0 30px}.hero-medallion{left:15px}.score-one{font-size:75px}
  .about-card{padding:34px 26px;margin-top:-15px}.about-text h2{font-size:39px}.features-grid article{padding:20px 12px}
  .course-grid{grid-template-columns:1fr 1fr}
  .maestro-grid{grid-template-columns:1fr;gap:45px}.maestro-image{max-width:500px;margin:auto}.maestro-image img{height:480px}.maestro-copy{text-align:center}.maestro-copy blockquote{text-align:left}
  .demo-inner{grid-template-columns:100px 1fr}.demo-logo{width:95px;height:95px}.demo-logo img{width:88px;height:88px}.demo-inner .btn{grid-column:1/3}.demo-copy h2{font-size:35px}
  .contact-grid{grid-template-columns:1fr}.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-info article{margin:0}.contact-info>p{grid-column:1/3}
  .footer-main{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}.footer-contact{text-align:center}
}
@media (max-width:560px){
  .container{width:calc(100% - 22px)}
  .brand-copy{display:none}.brand-emblem{width:68px;height:68px}.brand-emblem img{width:66px;height:66px}
  .hero{padding-top:105px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero h1{font-size:52px;letter-spacing:-1px}.hero-copy>p{font-size:15px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-signature{justify-content:center;flex-wrap:wrap}.hero-photo{height:470px}.photo-frame{inset:16px -105px 0 -15px;border-radius:180px 180px 8px 8px}.hero-medallion{width:94px;height:94px;left:0;bottom:35px}.hero-medallion strong{font-size:28px}
  .about-card{padding:30px 20px}.about-text h2{font-size:36px}.features-grid{grid-template-columns:1fr}.features-grid article{border-right:0!important;border-bottom:1px solid rgba(151,109,31,.16)!important}.features-grid article:last-child{border-bottom:0!important}
  .section-heading h2{font-size:39px}.course-grid{grid-template-columns:1fr}.course{min-height:72px}
  .maestro-image img{height:400px;border-radius:130px 130px 16px 16px}.maestro-image:before{border-radius:130px 130px 16px 16px}.maestro-copy h2{font-size:44px}
  .demo-inner{grid-template-columns:1fr;text-align:center}.demo-logo{margin:auto}.demo-inner .btn{grid-column:auto;width:100%}.demo-copy h2{font-size:34px}
  .contact-info{grid-template-columns:1fr}.contact-info>p{grid-column:auto}.field-row{grid-template-columns:1fr}.whatsapp-form{padding:20px}
}


/* ===== Ajustes finais solicitados ===== */
.header-inner{min-height:82px}
.brand{position:relative;z-index:45;min-width:315px;height:82px;flex:0 0 315px}
.brand-seal{position:absolute;left:0;top:-18px;width:300px;height:148px;display:grid;place-items:center;padding:8px 11px;background:#fff;border:1px solid rgba(201,140,26,.4);border-radius:0 0 18px 18px;box-shadow:0 18px 46px rgba(0,0,0,.34);overflow:hidden;transition:width .3s,height .3s,top .3s,border-radius .3s}
.brand-seal img{width:100%;height:100%;object-fit:contain}
.site-header.is-scrolled .brand-seal{top:-8px;width:250px;height:112px;border-radius:0 0 15px 15px}
.site-header.is-scrolled .brand{min-width:265px;flex-basis:265px;height:70px}
.desktop-nav{gap:20px}
.desktop-nav a{white-space:nowrap}
.hero{padding-top:135px}

.demo-logo{width:190px;height:120px;border-radius:16px;padding:7px 10px;background:#fff;box-shadow:0 0 0 8px rgba(255,255,255,.09)}
.demo-logo img{width:100%;height:100%;object-fit:contain}
.demo-inner{grid-template-columns:200px 1fr auto}

.contact-grid{display:block}
.contact-info-only{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:18px;padding:0}
.contact-info-only article{margin:0;min-height:132px;padding:26px 24px;border-radius:16px;background:#fff;border:1px solid rgba(151,109,31,.17);box-shadow:0 14px 38px rgba(62,46,22,.08)}
.contact-info-only article>span{width:48px;height:48px;flex-basis:48px}
.contact-info-only small{font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:800}
.contact-info-only strong{font-size:15px}
.instagram-symbol svg{width:24px;height:24px;fill:currentColor}
.instagram-contact a:hover{color:var(--gold-dark)}

.footer-brand img{width:180px;height:104px;object-fit:contain;border-radius:12px;background:#fff;padding:6px}
.footer-instagram{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px}
.footer-instagram svg{width:18px;height:18px;fill:var(--gold-2)}

@media (max-width:1120px){
  .brand{min-width:270px;flex-basis:270px}
  .brand-seal{width:255px;height:128px}
  .desktop-nav{gap:14px}
  .desktop-nav a{font-size:11px}
  .demo-inner{grid-template-columns:165px 1fr auto}
  .demo-logo{width:155px;height:104px}
}
@media (max-width:940px){
  .site-header{padding:8px 0}
  .header-inner{min-height:78px}
  .brand,.site-header.is-scrolled .brand{min-width:200px;flex-basis:200px;height:75px}
  .brand-seal,.site-header.is-scrolled .brand-seal{top:-8px;width:190px;height:96px;border-radius:0 0 13px 13px;padding:5px 7px}
  .hero{padding-top:125px}
  .demo-inner{grid-template-columns:150px 1fr}
  .demo-logo{width:140px;height:92px}
  .contact-info-only{grid-template-columns:1fr 1fr}
  .contact-info-only article:first-child{grid-column:1/3}
  .footer-instagram{justify-content:center}
}
@media (max-width:560px){
  .brand,.site-header.is-scrolled .brand{min-width:170px;flex-basis:170px;height:68px}
  .brand-seal,.site-header.is-scrolled .brand-seal{width:164px;height:84px}
  .hero{padding-top:112px}
  .demo-inner{grid-template-columns:1fr}
  .demo-logo{width:175px;height:106px}
  .contact-info-only{grid-template-columns:1fr}
  .contact-info-only article:first-child{grid-column:auto}
  .contact-info-only article{min-height:auto}
  .footer-brand img{width:170px;height:98px}
}


/* ===== Ajustes do selo do logo + canto ===== */
.site-header,.site-header.is-scrolled{overflow:visible}
.header-inner{min-height:92px}
.brand{position:relative;z-index:45;min-width:355px;height:96px;flex:0 0 355px}
.brand-seal{position:absolute;left:0;top:-30px;width:340px;height:182px;display:grid;place-items:center;padding:14px 12px 10px;background:#fff;border:1px solid rgba(201,140,26,.42);border-radius:0 0 22px 22px;box-shadow:0 18px 46px rgba(0,0,0,.34);overflow:visible;transition:width .3s,height .3s,top .3s,border-radius .3s,padding .3s;isolation:isolate}
.brand-seal img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;filter:none}
.site-header.is-scrolled .brand{min-width:300px;flex-basis:300px;height:82px}
.site-header.is-scrolled .brand-seal{top:-4px;width:286px;height:146px;padding:12px 10px 8px;border-radius:0 0 18px 18px}
.course > span{font-family:inherit;font-size:24px}
.course strong{line-height:1.1}

@media (max-width:1120px){
  .brand{min-width:316px;flex-basis:316px;height:88px}
  .brand-seal{width:304px;height:166px;top:-24px}
  .site-header.is-scrolled .brand{min-width:284px;flex-basis:284px;height:78px}
  .site-header.is-scrolled .brand-seal{width:270px;height:138px}
}
@media (max-width:940px){
  .site-header{padding:8px 0}
  .header-inner{min-height:82px}
  .brand,.site-header.is-scrolled .brand{min-width:224px;flex-basis:224px;height:78px}
  .brand-seal,.site-header.is-scrolled .brand-seal{top:-10px;width:214px;height:112px;padding:8px 8px 6px;border-radius:0 0 14px 14px}
}
@media (max-width:560px){
  .brand,.site-header.is-scrolled .brand{min-width:190px;flex-basis:190px;height:72px}
  .brand-seal,.site-header.is-scrolled .brand-seal{top:-8px;width:182px;height:96px;padding:7px 7px 5px}
}


/* ===== Ajustes finos do logo e ícone de canto ===== */
.brand{min-width:320px;height:88px;flex:0 0 320px}
.brand-seal{top:-20px;width:274px;height:146px;padding:10px 10px 12px;border-radius:0 0 18px 18px;overflow:hidden}
.brand-seal img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  transform:scale(1) translateY(-14px);
}
.site-header.is-scrolled .brand{min-width:270px;flex-basis:270px;height:74px}
.site-header.is-scrolled .brand-seal{top:0;width:224px;height:112px;padding:8px 8px 10px;border-radius:0 0 14px 14px;overflow:hidden}
.site-header.is-scrolled .brand-seal img{
  transform:scale(.95) translateY(-15px);
}

.course > span svg{width:22px;height:22px;display:block;fill:currentColor}
.course-canto > span{font-size:0}

@media (max-width:1120px){
  .brand{min-width:290px;flex-basis:290px;height:82px}
  .brand-seal{width:246px;height:132px;top:-18px}
  .site-header.is-scrolled .brand{min-width:246px;flex-basis:246px;height:70px}
  .site-header.is-scrolled .brand-seal{width:208px;height:104px}
}
@media (max-width:940px){
  .brand,.site-header.is-scrolled .brand{min-width:210px;flex-basis:210px;height:72px}
  .brand-seal,.site-header.is-scrolled .brand-seal{top:-8px;width:184px;height:98px;padding:7px 7px 8px;border-radius:0 0 14px 14px}
  .brand-seal img,.site-header.is-scrolled .brand-seal img{transform:scale(.8)}
}
@media (max-width:560px){
  .brand,.site-header.is-scrolled .brand{min-width:180px;flex-basis:180px;height:66px}
  .brand-seal,.site-header.is-scrolled .brand-seal{top:-6px;width:160px;height:86px;padding:6px 6px 7px}
  .brand-seal img,.site-header.is-scrolled .brand-seal img{transform:scale(.78)}
}


/* ===== Correção final: selo colado no topo ===== */
.site-header{
  padding:0 0 18px;
}

.site-header.is-scrolled{
  padding:0 0 9px;
}

.brand{
  align-self:flex-start;
}

.brand-seal,
.site-header.is-scrolled .brand-seal{
  top:0;
}

/* Mantém o selo encostado no topo também em tablets e celulares. */
@media (max-width:940px){
  .site-header{
    padding:0 0 8px;
  }

  .site-header.is-scrolled{
    padding:0 0 7px;
  }

  .brand-seal,
  .site-header.is-scrolled .brand-seal{
    top:0;
  }
}