/*
Theme Name: Max Business Landing Page
Author: Max Business
Description: Landing page premium de consórcios convertida para WordPress.
Version: 1.2.0
Text Domain: max-business
*/


:root {
  color: #f7f2e7;
  background: #090909;
  font-family: "DM Sans", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #090909; }
body { margin: 0; min-width: 320px; background: #090909; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.landing { overflow: hidden; background: #090909; color: #f7f2e7; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #d9af52; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 27px; height: 1px; background: #d9af52; }
.serif { font-family: "Playfair Display", Georgia, serif; }

.hero { position: relative; min-height: 778px; isolation: isolate; display: flex; align-items: stretch; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, #090909 0%, rgba(9,9,9,.94) 38%, rgba(9,9,9,.24) 77%, rgba(9,9,9,.14) 100%), var(--max-hero-image); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5; background-image: linear-gradient(rgba(217,175,82,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(217,175,82,.05) 1px, transparent 1px); background-size: 75px 75px; mask-image: linear-gradient(to right, black, transparent 70%); }
.topbar { display: flex; align-items: center; justify-content: space-between; padding: 28px 0 0; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; color: #fff; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #d9af52; color: #d9af52; font-family: "Playfair Display", Georgia, serif; font-size: 1.45rem; line-height: 1; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: .88rem; letter-spacing: .16em; text-transform: uppercase; }
.brand-copy span { margin-top: 4px; color: #d9af52; font-size: .58rem; letter-spacing: .17em; text-transform: uppercase; }
.topbar-note { color: #d4cec2; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-content { display: flex; align-items: center; min-height: 690px; padding: 70px 0 116px; }
.hero-copy { max-width: 685px; }
.hero h1 { max-width: 660px; margin: 21px 0 24px; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.1rem, 6vw, 5.75rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.hero h1 em { color: #d9af52; font-style: italic; }
.hero-text { max-width: 555px; color: #d8d3cb; font-size: 1.09rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.gold-button { border: 1px solid #edcf84; background: linear-gradient(135deg, #f0d385, #b88629); color: #16110a; padding: 16px 23px; border-radius: 2px; font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .16s ease, box-shadow .18s ease; }
.gold-button:hover { box-shadow: 0 10px 28px rgba(217,175,82,.28); transform: translateY(-2px); }
.gold-button:active { transform: scale(.97); }
.hero-hint { max-width: 205px; color: #b6afa5; font-size: .75rem; line-height: 1.55; }
.hero-meta { position: absolute; bottom: 31px; left: 0; right: 0; }
.hero-meta .shell { display: flex; align-items: center; gap: 22px; color: #c7c0b3; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-meta-line { flex: 1; max-width: 180px; height: 1px; background: rgba(217,175,82,.58); }

.section { padding: 118px 0; }
.section-dark { background: #0d0d0d; }
.section-deep { position: relative; background: radial-gradient(circle at 75% 5%, rgba(184,134,41,.13), transparent 30%), #11100f; }
.section-head { display: grid; grid-template-columns: 1fr minmax(260px, 430px); gap: 64px; align-items: end; margin-bottom: 46px; }
.section-head h2 { margin: 16px 0 0; max-width: 650px; color: #fbf8f0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.section-head p { margin: 0; color: #bbb5ab; font-size: 1rem; line-height: 1.7; }

.interest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.interest-card { position: relative; min-height: 305px; overflow: hidden; border: 1px solid #30302d; background: linear-gradient(150deg, #171716, #0e0e0e); padding: 30px; text-align: left; color: #fff; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.interest-card::before { content: ""; position: absolute; width: 210px; height: 210px; right: -88px; bottom: -105px; border: 1px solid rgba(217,175,82,.3); border-radius: 50%; transition: transform .35s ease; }
.interest-card:hover, .interest-card.active { border-color: #d9af52; background: linear-gradient(150deg, #211e18, #0e0e0e); transform: translateY(-5px); }
.interest-card:hover::before, .interest-card.active::before { transform: scale(1.2); }
.interest-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(217,175,82,.65); color: #e8c66f; }
.interest-card h3 { position: relative; z-index: 1; margin: 55px 0 11px; font-family: "Playfair Display", Georgia, serif; font-size: 2rem; font-weight: 500; }
.interest-card p { position: relative; z-index: 1; max-width: 275px; margin: 0; color: #bdb7ad; font-size: .92rem; line-height: 1.6; }
.interest-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: #e0b653; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.credibility { border-top: 1px solid #34312a; border-bottom: 1px solid #34312a; padding: 34px 0; background: #0a0a0a; }
.credibility-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.cred-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 8px 28px; text-align: center; border-right: 1px solid #34312a; }
.cred-item:last-child { border-right: 0; }
.cred-number { color: #e1ba60; font-family: "Playfair Display", Georgia, serif; font-size: 2.15rem; line-height: 1; }
.cred-label { color: #c0bab0; font-size: .68rem; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }

.method-grid { display: grid; grid-template-columns: minmax(255px, .85fr) 1.45fr; gap: 72px; align-items: start; }
.method-sticky { position: sticky; top: 25px; }
.method-sticky h2 { margin: 15px 0 20px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.25rem, 3.5vw, 3.6rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }
.method-sticky p { color: #bdb7ad; font-size: .98rem; line-height: 1.72; }
.benefit-list { border-top: 1px solid #35322d; }
.benefit { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid #35322d; }
.benefit-index { color: #d7ad51; font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; font-style: italic; }
.benefit h3 { margin: 0 0 7px; color: #f4f0e7; font-size: 1rem; font-weight: 700; }
.benefit p { max-width: 550px; margin: 0; color: #aaa49a; font-size: .9rem; line-height: 1.65; }

.form-section { position: relative; padding: 118px 0; background: linear-gradient(135deg, #12110e, #090909); }
.form-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.form-pitch { padding-top: 30px; }
.form-pitch h2 { margin: 18px 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.6rem, 4.5vw, 4.5rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.02; }
.form-pitch p { max-width: 430px; color: #c2bbb0; font-size: 1rem; line-height: 1.75; }
.form-note { display: flex; gap: 11px; margin-top: 31px; color: #aaa399; font-size: .77rem; line-height: 1.55; }
.form-card { padding: 42px; border: 1px solid rgba(217,175,82,.37); background: rgba(20,19,17,.92); box-shadow: 0 28px 80px rgba(0,0,0,.4); }
.form-card h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.form-card > p { margin: 9px 0 30px; color: #aaa399; font-size: .88rem; line-height: 1.55; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 19px; }
.field label { color: #d5cec3; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select { width: 100%; height: 51px; border: 1px solid #3d3a33; border-radius: 0; outline: none; background: #141412; color: #f4f0e7; padding: 0 15px; transition: border-color .18s ease, box-shadow .18s ease; }
.field input::placeholder { color: #777168; }
.field input:focus, .field select:focus { border-color: #d9af52; box-shadow: 0 0 0 3px rgba(217,175,82,.09); }
.field select option { background: #141412; color: #fff; }
.form-submit { width: 100%; margin-top: 5px; }
.form-legal { margin: 16px 0 0; color: #78736b; font-size: .68rem; line-height: 1.5; }
.success-box { border: 1px solid rgba(217,175,82,.6); background: rgba(217,175,82,.1); padding: 19px; color: #f1dfaa; font-size: .9rem; line-height: 1.55; }

.clients-section { position: relative; padding: 112px 0; background: radial-gradient(circle at 12% 35%, rgba(174,127,33,.12), transparent 28%), #0b0b0b; }
.clients-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 43px; }
.clients-header h2 { max-width: 655px; margin: 16px 0 0; color: #fbf8f0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.4rem, 4vw, 4.15rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.clients-header p { max-width: 365px; margin: 0; color: #b6b0a7; font-size: .92rem; line-height: 1.7; }
.clients-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.client-card { margin: 0; overflow: hidden; border: 1px solid #36322b; background: #141311; }
.client-image-wrap { position: relative; overflow: hidden; aspect-ratio: 9 / 16; background: #171614; }
.client-image-wrap::after { content: ""; position: absolute; inset: auto 0 0; height: 27%; background: linear-gradient(transparent, rgba(0,0,0,.45)); pointer-events: none; }
.client-image-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.23, 1, .32, 1); }
.client-card:hover .client-image-wrap img { transform: scale(1.025); }
.client-badge { position: absolute; z-index: 1; left: 18px; top: 18px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(238,204,122,.76); background: rgba(10,10,9,.78); color: #f2d989; padding: 8px 10px; font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(6px); }
.client-caption { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; padding: 20px 23px; }
.client-caption strong { display: block; color: #f0ece4; font-family: "Playfair Display", Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.client-caption span { display: block; margin-top: 4px; color: #a7a197; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.client-caption svg { flex: 0 0 auto; color: #d9af52; }

.partners { padding: 97px 0; background: #0d0d0d; }
.proof-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px; }
.proof-card { min-height: 287px; border: 1px solid #332f29; padding: 35px; background: linear-gradient(135deg, rgba(217,175,82,.08), transparent 55%); }
.proof-card h3 { max-width: 520px; margin: 17px 0 13px; font-family: "Playfair Display", Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1.15; }
.proof-card p { max-width: 540px; color: #aaa399; font-size: .92rem; line-height: 1.65; }
.proof-card small { display: block; margin-top: 27px; color: #c5a661; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.partner-list { display: flex; flex-direction: column; justify-content: center; border: 1px solid #332f29; }
.partner-wordmark { display: flex; align-items: center; min-height: 95px; padding: 0 35px; border-bottom: 1px solid #332f29; color: #dcd4c5; font-family: "Playfair Display", Georgia, serif; font-size: 2rem; letter-spacing: -.05em; }
.partner-wordmark:last-child { border-bottom: 0; }
.partner-wordmark span { color: #d9af52; font-family: "DM Sans", Arial, sans-serif; font-size: .57rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.footer { padding: 30px 0 38px; background: #080808; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; color: #817b72; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-row a { color: #b79b59; text-decoration: none; }
.whatsapp-float { position: fixed; z-index: 20; right: 22px; bottom: 22px; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid #efd287; border-radius: 50%; background: #d6a947; color: #171007; box-shadow: 0 13px 30px rgba(0,0,0,.38); transition: transform .16s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float:active { transform: scale(.96); }

@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 660px); }
  .hero { min-height: 760px; }
  .hero::before { background-image: linear-gradient(90deg, rgba(9,9,9,.96) 0%, rgba(9,9,9,.89) 60%, rgba(9,9,9,.7) 100%), var(--max-hero-image); background-position: 62% center; }
  .topbar-note { display: none; }
  .hero-content { min-height: 650px; padding-bottom: 85px; }
  .hero h1 { font-size: clamp(3rem, 11vw, 4.9rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-meta .shell { font-size: .6rem; }
  .section { padding: 84px 0; }
  .section-head, .method-grid, .form-layout, .proof-layout { grid-template-columns: 1fr; gap: 30px; }
  .section-head { margin-bottom: 34px; }
  .interest-grid { grid-template-columns: 1fr; }
  .interest-card { min-height: 235px; }
  .interest-card h3 { margin-top: 35px; }
  .credibility-grid { grid-template-columns: 1fr; gap: 18px; }
  .cred-item { border-right: 0; border-bottom: 1px solid #34312a; padding-bottom: 19px; }
  .cred-item:last-child { border-bottom: 0; }
  .method-sticky { position: static; }
  .form-card { padding: 28px 22px; }
  .clients-section { padding: 84px 0; }
  .clients-header { display: block; margin-bottom: 30px; }
  .clients-header p { margin-top: 19px; }
  .clients-showcase { grid-template-columns: 1fr; }
  .partner-wordmark { min-height: 77px; }
  .footer-row { flex-direction: column; line-height: 1.6; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* WordPress conversion fixes */
a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important}
.client-image-wrap img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
  display:block;
}
@media(max-width:820px){
  .gold-button{color:#16110a!important;-webkit-text-fill-color:#16110a!important}
  .interest-card h3{color:#fff!important;-webkit-text-fill-color:#fff!important}
}


/* v1.2.0 - mobile reforçado para WordPress/iPhone/Android */
html,body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
.landing,
.landing main,
.landing section{
  max-width:100%;
  overflow-x:hidden;
}
img,svg{
  max-width:100%;
}

/* evita zoom automático do Safari em campos */
input,select,textarea,button{
  font-size:16px;
}

@media (max-width: 820px){
  .shell{
    width:calc(100% - 32px) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero{
    min-height:auto !important;
  }

  .hero::before{
    background-position:68% center !important;
  }

  .topbar{
    padding-top:20px !important;
  }

  .brand{
    min-width:0;
  }

  .brand-copy strong{
    font-size:.76rem !important;
    letter-spacing:.11em !important;
  }

  .brand-copy span{
    font-size:.52rem !important;
    letter-spacing:.12em !important;
  }

  .hero-content{
    min-height:auto !important;
    padding:88px 0 76px !important;
  }

  .hero-copy{
    width:100%;
    max-width:100% !important;
  }

  .hero h1{
    max-width:100% !important;
    font-size:clamp(2.55rem,11vw,4rem) !important;
    line-height:1 !important;
    letter-spacing:-.045em !important;
    overflow-wrap:break-word;
  }

  .hero-text{
    max-width:100% !important;
    font-size:1rem !important;
    line-height:1.65 !important;
  }

  .hero-actions{
    width:100%;
  }

  .hero-actions .gold-button{
    width:100%;
    min-height:52px;
    white-space:normal;
  }

  .hero-hint{
    max-width:100% !important;
  }

  .hero-meta .shell{
    display:flex;
    flex-wrap:wrap;
    gap:8px 12px;
    padding:15px 0;
    font-size:.57rem !important;
    line-height:1.4;
  }

  .hero-meta-line{
    display:none !important;
  }

  .section{
    padding:64px 0 !important;
  }

  .section-head,
  .method-grid,
  .form-layout,
  .proof-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:28px !important;
  }

  .section-head h2,
  .method-sticky h2,
  .form-pitch h2,
  .clients-header h2{
    max-width:100% !important;
    overflow-wrap:break-word;
  }

  .interest-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:14px !important;
  }

  .interest-card{
    width:100% !important;
    min-height:0 !important;
    padding:24px 20px !important;
  }

  .interest-card h3{
    margin-top:22px !important;
    font-size:1.15rem !important;
  }

  .interest-card p{
    max-width:100% !important;
  }

  .credibility-grid{
    grid-template-columns:1fr !important;
  }

  .benefit{
    grid-template-columns:40px minmax(0,1fr) !important;
    gap:16px !important;
  }

  .form-card{
    width:100%;
    padding:26px 18px !important;
  }

  .field input,
  .field select{
    width:100%;
    min-width:0;
    font-size:16px !important;
  }

  .form-submit{
    width:100%;
    white-space:normal;
    line-height:1.35;
    min-height:54px;
  }

  .clients-section{
    padding:64px 0 !important;
  }

  .clients-showcase{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .client-card{
    width:100%;
  }

  .client-image-wrap{
    aspect-ratio:auto !important;
    height:auto !important;
  }

  .client-image-wrap img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center !important;
  }

  .client-badge{
    left:12px !important;
    top:12px !important;
    max-width:calc(100% - 24px);
  }

  .client-caption{
    gap:12px;
  }

  .partner-list,
  .proof-card{
    width:100%;
  }

  .partner-wordmark{
    padding:0 20px !important;
    font-size:1.25rem !important;
  }

  .footer-row{
    align-items:flex-start;
  }

  .whatsapp-float{
    right:14px !important;
    bottom:14px !important;
    width:52px !important;
    height:52px !important;
  }
}

@media (max-width: 560px){
  .shell{
    width:calc(100% - 24px) !important;
  }

  .topbar{
    align-items:flex-start !important;
  }

  .brand-mark{
    width:36px !important;
    height:36px !important;
    flex:0 0 36px;
  }

  .hero-content{
    padding:70px 0 58px !important;
  }

  .hero h1{
    font-size:clamp(2.25rem,12vw,3.35rem) !important;
  }

  .hero-text{
    font-size:.95rem !important;
  }

  .section{
    padding:54px 0 !important;
  }

  .section-head h2,
  .method-sticky h2,
  .form-pitch h2,
  .clients-header h2{
    font-size:clamp(2rem,10vw,2.8rem) !important;
    line-height:1.06 !important;
  }

  .cred-number{
    font-size:1.85rem !important;
  }

  .benefit{
    padding:20px 0 !important;
  }

  .form-pitch{
    padding-top:0 !important;
  }

  .form-card{
    padding:22px 16px !important;
  }

  .client-caption{
    padding:16px !important;
  }

  .client-caption strong{
    font-size:.95rem !important;
  }

  .proof-card{
    min-height:0 !important;
    padding:24px 20px !important;
  }

  .partner-wordmark{
    min-height:70px !important;
  }
}

@media (max-width: 390px){
  .shell{
    width:calc(100% - 20px) !important;
  }

  .brand-copy strong{
    font-size:.68rem !important;
  }

  .brand-copy span{
    font-size:.48rem !important;
  }

  .hero h1{
    font-size:2.18rem !important;
  }

  .gold-button{
    padding:14px 16px !important;
    letter-spacing:.07em !important;
  }

  .interest-card{
    padding:20px 16px !important;
  }

  .form-card{
    padding:20px 14px !important;
  }
}
