/* Glauber NR-01 — replica do design Lovable (Onyx + Gold) */

:root{
  --radius: 0.5rem;
  --onyx-deep: oklch(0.16 0 0);
  --onyx: oklch(0.22 0 0);
  --gold: oklch(0.74 0.085 75);
  --gold-foreground: oklch(0.16 0 0);
  --sand: oklch(0.957 0.012 80);
  --elegant-gray: oklch(0.55 0 0);
  --background: oklch(1 0 0);
  --foreground: oklch(0.16 0 0);
  --border: oklch(0.9 0.005 80);
  --shadow-premium: 0 30px 80px -20px oklch(0.16 0 0 / 0.18);
  --shadow-card: 0 6px 20px -8px oklch(0.16 0 0 / 0.12);
  --shadow-card-hover: 0 24px 50px -12px oklch(0.16 0 0 / 0.22);
  --gradient-dark: linear-gradient(135deg, oklch(0.18 0 0), oklch(0.10 0 0));
  --gradient-gold: linear-gradient(135deg, oklch(0.78 0.09 78), oklch(0.66 0.075 70));
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--background);color:var(--foreground);font-family:"Montserrat",system-ui,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5}
img,svg{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
ul{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,.font-display{font-family:"Playfair Display",Georgia,serif;letter-spacing:-0.01em;margin:0;color:var(--onyx-deep)}
p{margin:0}

.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}
@media (min-width:1024px){.container{padding:0 3rem}}
.container-narrow{max-width:64rem;margin:0 auto;padding:0 1.5rem}
@media (min-width:1024px){.container-narrow{padding:0 3rem}}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;border-radius:6px;font-weight:600;font-size:.95rem;line-height:1;transition:all .3s ease;border:1px solid transparent;text-align:center}
.btn-gold{background:var(--gold);color:var(--gold-foreground);border-color:var(--gold)}
.btn-gold:hover{background:var(--onyx-deep);color:var(--gold);transform:translateY(-2px)}
.btn-outline-gold{background:transparent;color:var(--gold);border-color:var(--gold)}
.btn-outline-gold:hover{background:var(--gold);color:var(--gold-foreground)}

.gold-divider{width:64px;height:2px;background:var(--gradient-gold);border-radius:999px;margin:0}
.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:var(--gold);margin:0 0 1rem}
.section{padding:6rem 0}
@media (min-width:768px){.section{padding:8rem 0}}
.bg-sand{background:var(--sand)}
.bg-dark{background:var(--gradient-dark);color:#fff}
.bg-onyx{background:oklch(0.13 0 0);color:#fff}
.text-gold{color:var(--gold)}
.text-white{color:#fff}
.text-onyx{color:var(--onyx-deep)}
.text-muted{color:var(--elegant-gray)}

/* Header */
.site-header{position:absolute;top:0;left:0;right:0;z-index:30}
.site-header .inner{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}
.site-header img.logo{height:48px;width:auto}
@media (min-width:768px){.site-header img.logo{height:56px}}
.site-header .nav-cta{display:none}
@media (min-width:768px){.site-header .nav-cta{display:inline-flex;padding:.625rem 1.25rem;font-size:.875rem}}
.primary-menu{display:none;gap:1.5rem}
@media (min-width:900px){.primary-menu{display:flex}}
.primary-menu a{color:#fff;font-size:.875rem;font-weight:500;opacity:.85}
.primary-menu a:hover{opacity:1;color:var(--gold)}

/* Hero */
.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;background:var(--gradient-dark);color:#fff}
.hero-bg{position:absolute;inset:0;opacity:.25;background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,oklch(0.10 0 0 / 0.95) 0%, oklch(0.10 0 0 / 0.7) 60%, oklch(0.10 0 0 / 0.4) 100%)}
.hero-grid{position:relative;z-index:10;display:grid;gap:3rem;align-items:center;padding:8rem 0;width:100%}
@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}
.hero-photo{display:none;border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-premium);position:relative}
@media (min-width:1024px){.hero-photo{display:block}}
.hero-photo img{width:100%;height:520px;object-fit:cover;object-position:top}
.hero-pill-row{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;display:flex;gap:.75rem;color:rgba(255,255,255,.9);font-size:.875rem}
.hero-pill{padding:.375rem .75rem;border-radius:9999px;border:1px solid rgba(255,255,255,.15);background:rgba(0,0,0,.3);backdrop-filter:blur(4px)}
.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;border:1px solid color-mix(in oklch, var(--gold), transparent 70%);color:var(--gold);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:2rem}
.hero h1{font-size:2.25rem;line-height:1.1;margin-bottom:1.5rem;color:#fff}
@media (min-width:768px){.hero h1{font-size:3rem}}
@media (min-width:1024px){.hero h1{font-size:3.75rem}}
.hero p.lead{font-size:1.125rem;color:rgba(255,255,255,.75);margin-bottom:2rem;max-width:36rem;line-height:1.6}
.hero ul.checks{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:.75rem}
.hero ul.checks li{display:flex;align-items:center;gap:.75rem;color:rgba(255,255,255,.9)}
.hero ul.checks svg{color:var(--gold);flex-shrink:0;width:20px;height:20px}
.hero .meta-line{margin-top:2rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.5)}

/* Section headings */
.section-head{margin-bottom:3.5rem}
.section-head.center{text-align:center;max-width:48rem;margin-left:auto;margin-right:auto}
.section-head h2{font-size:1.875rem;line-height:1.15;margin-bottom:1.25rem}
@media (min-width:768px){.section-head h2{font-size:3rem}}
.section-head p{color:var(--elegant-gray);font-size:1.125rem;line-height:1.7;max-width:48rem}
.section-head.center p{margin-left:auto;margin-right:auto}

/* Pain section accordions */
.pain-grid{display:grid;gap:1rem;margin:3rem auto 0;max-width:48rem;text-align:left}
@media (min-width:640px){.pain-grid{grid-template-columns:1fr 1fr}}
details.pain-item{background:rgba(255,255,255,.7);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color .2s}
details.pain-item:hover{border-color:color-mix(in oklch, var(--gold), transparent 60%)}
details.pain-item > summary{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;cursor:pointer;list-style:none}
details.pain-item > summary::-webkit-details-marker{display:none}
.pain-dot{width:.375rem;height:.375rem;border-radius:9999px;background:var(--gold);flex-shrink:0}
.pain-label{flex:1;font-weight:500;color:var(--onyx-deep)}
.pain-toggle{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:9999px;border:1px solid color-mix(in oklch, var(--gold), transparent 60%);background:color-mix(in oklch, var(--gold), transparent 90%);color:var(--gold);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;line-height:1}
details[open] .pain-toggle::before{content:"−"}
details:not([open]) .pain-toggle::before{content:"+"}
.pain-body{padding:.75rem 1.25rem 1.25rem;border-top:1px solid color-mix(in oklch, var(--border), transparent 40%);background:color-mix(in oklch, var(--sand), transparent 60%)}
.pain-body p.compact{color:var(--elegant-gray);font-size:.875rem;line-height:1.65;margin:.75rem 0 0}
.pain-extended{margin-top:.75rem}
.pain-extended > summary{cursor:pointer;color:var(--gold);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;list-style:none}
.pain-extended > summary::-webkit-details-marker{display:none}
.pain-extended-body{margin-top:.5rem;color:var(--elegant-gray);font-size:.8125rem;line-height:1.65;white-space:pre-line}
.pain-sources{margin-top:1rem;padding-top:.75rem;border-top:1px solid color-mix(in oklch, var(--border), transparent 40%)}
.pain-sources p{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--elegant-gray);margin-bottom:.375rem}
.pain-sources a{display:inline-flex;gap:.25rem;color:var(--gold);font-size:.75rem;line-height:1.4}
.pain-sources a:hover{text-decoration:underline}
.pain-sources li{margin-top:.25rem}

.pull-quote{margin:4rem auto 0;max-width:48rem;background:#fff;border-left:4px solid var(--gold);border-radius:6px;padding:2.5rem 2rem;box-shadow:var(--shadow-card)}
@media (min-width:768px){.pull-quote{padding:2.5rem 3rem}}
.pull-quote p{font-size:1.5rem;line-height:1.3;color:var(--onyx-deep);font-style:italic;font-family:"Playfair Display",Georgia,serif}
@media (min-width:768px){.pull-quote p{font-size:1.875rem}}

/* Cards */
.card-premium{background:#fff;border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:12px;box-shadow:var(--shadow-card);transition:all .4s cubic-bezier(.2,.8,.2,1);padding:2rem}
.card-premium:hover{transform:translateY(-8px);box-shadow:var(--shadow-card-hover);border-color:var(--gold)}
.card-dark{background:var(--onyx);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1.75rem;transition:all .4s cubic-bezier(.2,.8,.2,1)}
.card-dark:hover{transform:translateY(-6px);border-color:var(--gold)}

/* Services grid */
.services-grid{display:grid;gap:1.5rem}
@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}
.service-icon{width:3rem;height:3rem;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;background:var(--gradient-gold);color:var(--onyx-deep)}
.service-icon svg{width:1.5rem;height:1.5rem}
.card-premium h3{font-size:1.25rem;margin-bottom:.75rem;line-height:1.3}
.card-premium p{color:var(--elegant-gray);font-size:.875rem;line-height:1.65}

/* Benefits */
.benefits-grid{display:grid;gap:.25rem 3rem}
@media (min-width:768px){.benefits-grid{grid-template-columns:1fr 1fr}}
.benefit-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}
.benefit-item svg{color:var(--gold);width:1.25rem;height:1.25rem;flex-shrink:0}
.benefit-item span{color:rgba(255,255,255,.9);font-size:1rem}
@media (min-width:768px){.benefit-item span{font-size:1.125rem}}

/* Differential */
.differential-grid{display:grid;gap:4rem;align-items:center}
@media (min-width:1024px){.differential-grid{grid-template-columns:1fr 1fr}}
.differential-card{border-radius:1rem;padding:2rem;background:var(--sand);border-left:4px solid var(--gold);box-shadow:var(--shadow-card)}
@media (min-width:768px){.differential-card{padding:2.5rem}}
.differential-card li{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}
.differential-card li:last-child{margin-bottom:0}
.differential-card .ico-circle{width:2.75rem;height:2.75rem;border-radius:9999px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid color-mix(in oklch, var(--gold), transparent 60%);color:var(--gold)}

/* Process */
.process-grid{display:grid;gap:2rem}
@media (min-width:768px){.process-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}
.process-step{text-align:center}
.process-ring{position:relative;width:5rem;height:5rem;margin:0 auto 1.5rem}
.process-ring .ring-outer{position:absolute;inset:0;border-radius:9999px;border:1px solid color-mix(in oklch, var(--gold), transparent 60%)}
.process-ring .ring-inner{position:absolute;inset:.5rem;border-radius:9999px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card);color:var(--gold)}
.process-ring .ring-inner svg{width:1.75rem;height:1.75rem}
.process-ring .ring-num{position:absolute;top:-.5rem;right:-.5rem;width:1.75rem;height:1.75rem;border-radius:9999px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;color:var(--onyx-deep);background:var(--gradient-gold)}
.process-step h3{font-size:1.125rem;margin-bottom:.5rem}
.process-step p{color:var(--elegant-gray);font-size:.875rem;line-height:1.65}

/* CTA */
.cta-section{position:relative;overflow:hidden;background:var(--gradient-dark);text-align:center}
.cta-section .blob{position:absolute;top:-10rem;right:-10rem;width:24rem;height:24rem;border-radius:9999px;opacity:.1;background:var(--gradient-gold);filter:blur(80px)}
.cta-section h2{color:#fff;font-size:1.875rem;line-height:1.15;margin-bottom:1.5rem}
@media (min-width:768px){.cta-section h2{font-size:3rem}}
.cta-section p{color:rgba(255,255,255,.7);font-size:1.125rem;max-width:32rem;margin:0 auto 2.5rem;line-height:1.7}
.cta-row{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}
@media (min-width:640px){.cta-row{flex-direction:row}}
.cta-row .btn{padding:1.25rem 2.5rem;font-size:1rem}
@media (min-width:768px){.cta-row .btn{font-size:1.125rem}}

/* Ebook form */
.ebook{padding:6rem 0;background:linear-gradient(160deg,oklch(0.13 0 0),oklch(0.20 0.01 80));color:#fff}
@media (min-width:768px){.ebook{padding:8rem 0}}
.ebook-grid{display:grid;gap:4rem;align-items:center}
@media (min-width:1024px){.ebook-grid{grid-template-columns:1fr 1fr}}
.ebook h2{color:#fff;font-size:1.875rem;line-height:1.15;margin-bottom:1.5rem}
@media (min-width:768px){.ebook h2{font-size:3rem}}
.ebook p.lead{color:rgba(255,255,255,.7);font-size:1.125rem;margin-bottom:2rem;line-height:1.65}
.ebook ul li{display:flex;align-items:center;gap:.75rem;color:rgba(255,255,255,.85);margin-bottom:.75rem}
.ebook ul svg{color:var(--gold);width:1.25rem;height:1.25rem;flex-shrink:0}
.ebook-form{background:var(--sand);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-premium);color:var(--onyx-deep)}
@media (min-width:768px){.ebook-form{padding:2.5rem}}
.ebook-form h3{font-size:1.5rem;margin-bottom:1.25rem}
.field{display:block;margin-bottom:1.25rem}
.field span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--elegant-gray);margin-bottom:.5rem}
.field input,.field textarea{width:100%;background:#fff;border:1px solid var(--border);border-radius:6px;padding:.875rem 1rem;font:inherit;color:var(--onyx-deep);transition:border-color .2s, box-shadow .2s}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px color-mix(in oklch, var(--gold), transparent 80%)}
.form-note{font-size:.75rem;color:var(--elegant-gray);text-align:center;display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:.75rem}
.form-note svg{width:.75rem;height:.75rem}

/* Team */
.team-banner{border-radius:1rem;padding:1.5rem 2rem;margin-bottom:3rem;border:1px solid rgba(255,255,255,.05);background:oklch(0.17 0 0);color:rgba(255,255,255,.85);font-size:1rem;line-height:1.7;text-align:center}
@media (min-width:768px){.team-banner{font-size:1.125rem;padding:2rem}}
.team-grid{display:grid;gap:1.5rem}
@media (min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}
.team-photo{position:relative;margin-bottom:1.25rem}
.team-photo .frame{aspect-ratio:4/5;width:100%;overflow:hidden;border-radius:.5rem;border:1px solid color-mix(in oklch, var(--gold), transparent 70%);background:oklch(0.18 0 0)}
.team-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.team-photo img:hover{transform:scale(1.05)}
.team-photo .icon-badge{position:absolute;bottom:-1rem;left:1.25rem;width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;border:1px solid color-mix(in oklch, var(--gold), transparent 50%);background:oklch(0.13 0 0);color:var(--gold)}
.team-photo .icon-badge svg{width:1rem;height:1rem}
.card-dark h3{color:#fff;font-size:1.125rem;line-height:1.3;margin:1rem 0 .375rem}
.card-dark .role{color:var(--gold);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}
.card-dark p.bio{color:rgba(255,255,255,.6);font-size:.875rem;line-height:1.65}
.outcomes-row{display:grid;gap:1rem;max-width:64rem;margin:3.5rem auto 0}
@media (min-width:640px){.outcomes-row{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.outcomes-row{grid-template-columns:repeat(4,1fr)}}
.outcome{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:oklch(0.16 0 0)}
.outcome svg{color:var(--gold);width:1rem;height:1rem;flex-shrink:0}
.outcome span{color:rgba(255,255,255,.85);font-size:.875rem}

/* Footer */
.site-footer{color:rgba(255,255,255,.7);padding:5rem 0 2.5rem;background:var(--onyx-deep);border-top:1px solid rgba(255,255,255,.05)}
.footer-grid{display:grid;gap:2.5rem}
@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}
.footer-grid h4{color:#fff;font-size:1rem;margin-bottom:1rem}
.footer-grid img.logo-footer{height:56px;width:auto;margin-bottom:1rem}
.footer-grid p,.footer-grid li{font-size:.875rem;line-height:1.65;color:rgba(255,255,255,.6)}
.footer-contact li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;color:rgba(255,255,255,.75);word-break:break-word}
.footer-contact a{color:rgba(255,255,255,.75);transition:color .2s}
.footer-contact a:hover{color:var(--gold)}
.footer-contact svg{color:var(--gold);width:1rem;height:1rem;flex-shrink:0;margin-top:.125rem}
.social-row{display:flex;gap:.75rem;flex-wrap:wrap}
.social-row a{width:2.5rem;height:2.5rem;border-radius:6px;border:1px solid rgba(255,255,255,.1);display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);transition:all .2s}
.social-row a:hover{border-color:var(--gold);color:var(--gold)}
.social-row svg{width:1rem;height:1rem}
.footer-clinic{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gold);border:1px solid color-mix(in oklch, var(--gold), transparent 60%);padding:.625rem 1rem;border-radius:6px;margin-top:1rem;transition:all .2s}
.footer-clinic:hover{background:var(--gold);color:var(--onyx-deep)}
.footer-bottom{max-width:80rem;margin:3.5rem auto 0;padding:1.5rem 1.5rem 0;border-top:1px solid rgba(255,255,255,.05);font-size:.75rem;color:rgba(255,255,255,.4);text-align:center}
@media (min-width:1024px){.footer-bottom{padding:1.5rem 3rem 0}}

/* Generic page / posts */
.page-wrap{padding:8rem 0 4rem;background:var(--sand);min-height:60vh}
.page-wrap article{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:var(--shadow-card);max-width:48rem;margin:0 auto}
.page-wrap article h1{font-size:2.25rem;margin-bottom:1.5rem}
.page-wrap article .entry-content{color:var(--elegant-gray);line-height:1.75}
.page-wrap article .entry-content p{margin:0 0 1rem}
.page-wrap article .entry-content a{color:var(--gold);text-decoration:underline}
.archive-grid{display:grid;gap:1.5rem;max-width:64rem;margin:0 auto}
@media (min-width:768px){.archive-grid{grid-template-columns:repeat(2,1fr)}}

/* Sidebar widget */
.widget{margin-bottom:2rem;background:#fff;border-radius:12px;padding:1.5rem;border:1px solid var(--border)}
.widget-title{font-size:1.125rem;margin-bottom:.75rem;color:var(--onyx-deep)}
.widget ul li a{color:var(--elegant-gray)}
.widget ul li a:hover{color:var(--gold)}

/* 404 */
.error-404{text-align:center;padding:8rem 1.5rem;background:var(--gradient-dark);color:#fff;min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center}
.error-404 h1{color:var(--gold);font-size:6rem;line-height:1;margin-bottom:1rem}
.error-404 p{color:rgba(255,255,255,.75);font-size:1.125rem;margin-bottom:2rem;max-width:32rem}

.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:100}
.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;background:var(--gold);color:var(--onyx-deep);padding:.5rem 1rem;border-radius:6px}
