/*
Theme Name: Conecta Fone - TIM Empresarial
Theme URI: https://www.conectafone.com.br
Author: Manus AI
Author URI: https://manus.im
Description: Tema WordPress customizado para Conecta Fone - Revenda TIM Empresarial.
Version: 1.0.0
Text Domain: conectafone
*/

:root {
  --blue:        #003DA5;
  --blue-dark:   #002B7A;
  --blue-mid:    #0050CC;
  --blue-light:  #E8F0FF;
  --blue-xlight: #F0F5FF;
  --red:         #E3000F;
  --red-dark:    #B50009;
  --green-wa:    #25D366;
  --white:       #FFFFFF;
  --bg:          #F5F6FA;
  --gray-light:  #E2E5EE;
  --gray-mid:    #8B95B0;
  --gray-dark:   #3B3F4E;
  --black:       #1A1C24;
  --font:        'Roboto', sans-serif;
  --font-cd:     'Roboto Condensed', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--white); color: var(--black); overflow-x: hidden; line-height: 1.55; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: var(--blue);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 66px;
  box-shadow: 0 2px 16px rgba(0,61,165,.28);
}

.nav-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }

.cf-bars { display: flex; flex-direction: column; gap: 3px; }
.cf-bars .r { display: flex; gap: 3px; }
.b-w { background: #fff; border-radius: 3px; width: 15px; height: 5px; }
.b-r { background: var(--red); border-radius: 3px; width: 22px; height: 5px; }
/* Adjusting bars for nav size */
.cf-bars .r:nth-child(2) .b-w { width: 9px; }
.cf-bars .r:nth-child(2) .b-r { width: 13px; }
.cf-bars .r:nth-child(3) .b-w { width: 11px; }
.cf-bars .r:nth-child(3) .b-r { width: 8px; }

.cf-wm { font-family: var(--font-cd); font-size: 1.2rem; font-weight: 700; color: #fff; letter-spacing: 1.5px; line-height: 1; }
.cf-wm span { color: var(--red); }
.cf-sub { font-size: 0.58rem; color: rgba(255,255,255,.65); letter-spacing: 1px; display: block; margin-top: 2px; font-weight: 300; text-transform: uppercase; }

.nav-sep { width: 1px; height: 30px; background: rgba(255,255,255,.22); }

.nav-links { display: flex; align-items: center; gap: .2rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,.8); text-decoration: none; font-size: .84rem; font-weight: 400; padding: .38rem .75rem; border-radius: 4px; transition: all .2s; white-space: nowrap; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.1); }
.nav-cta { background: var(--red) !important; color: #fff !important; font-weight: 700 !important; }
.nav-cta:hover { background: var(--red-dark) !important; }

/* ── HERO ── */
.hero {
  min-height: 100vh; background: var(--blue);
  display: flex; align-items: center;
  padding: 7rem 5% 5rem; position: relative; overflow: hidden;
}

.hero-pattern {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 44px);
  pointer-events: none;
}

.hero-circle {
  position: absolute; right: -6%; top: 50%; transform: translateY(-50%);
  width: 52vw; height: 52vw; max-width: 680px; max-height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.05) 0%, rgba(0,40,120,.12) 55%, transparent 78%);
  border: 1px solid rgba(255,255,255,.07);
}

.hero-content { max-width: 660px; position: relative; z-index: 2; animation: up .7s ease both; }
@keyframes up { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

.hero-logo { display: flex; align-items: center; gap: 18px; margin-bottom: 2.25rem; }
.hero-cf { display: flex; align-items: center; gap: 14px; }
.hero-bars { display: flex; flex-direction: column; gap: 5px; }
.hero-bars .r { display: flex; gap: 5px; }
.hero-bars .b-w { width: 24px; height: 11px; }
.hero-bars .b-r { height: 11px; }
.hero-bars .r:nth-child(1) .b-r { width: 36px; }
.hero-bars .r:nth-child(2) .b-r { width: 28px; }
.hero-bars .r:nth-child(3) .b-r { width: 18px; }

.hero-wm { font-family: var(--font-cd); font-size: 2.2rem; font-weight: 700; color: #fff; letter-spacing: 3px; line-height: 1; }
.hero-wm span { color: var(--red); }
.hero-tag { font-size: .68rem; color: rgba(255,255,255,.6); letter-spacing: 2.5px; text-transform: uppercase; margin-top: 5px; font-weight: 300; }
.hero-lsep { width: 1px; height: 50px; background: rgba(255,255,255,.22); }

.hero h1 { font-family: var(--font-cd); font-size: clamp(2.2rem,4.5vw,3.4rem); font-weight: 900; color: #fff; line-height: 1.1; letter-spacing: -1px; margin-bottom: 1.2rem; }
.hero h1 em { font-style: normal; color: var(--red); }

.hero-sub { font-size: 1rem; color: rgba(255,255,255,.78); line-height: 1.78; margin-bottom: 2.25rem; max-width: 520px; font-weight: 300; }

.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }

.btn-red {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: #fff; text-decoration: none;
  padding: .85rem 1.9rem; border-radius: 6px;
  font-weight: 700; font-size: .92rem; letter-spacing: .4px;
  transition: all .2s; border: 2px solid transparent;
}
.btn-red:hover { background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(227,0,15,.4); }

.btn-outline-w {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff; text-decoration: none;
  padding: .85rem 1.7rem; border-radius: 6px;
  font-weight: 500; font-size: .92rem;
  border: 2px solid rgba(255,255,255,.38); transition: all .2s;
}
.btn-outline-w:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.hero-pills { display: flex; gap: .75rem; flex-wrap: wrap; }
.pill {
  display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  padding: .42rem .9rem; border-radius: 100px;
  font-size: .78rem; color: rgba(255,255,255,.88); font-weight: 500;
}

.nav-brand {
  height: 66px;
  display: flex;
  align-items: center;
}

.logo-nav {
  max-height: 80%;
}


/* ── TECH BAR ── */
.tech-bar { background: #fff; border-bottom: 1px solid var(--gray-light); padding: 1.1rem 5%; }
.tech-inner { display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; max-width: 1100px; margin: 0 auto; }
.tech-item { display: flex; align-items: center; gap: 9px; }
.tech-lbl { font-size: .7rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; display: block; }
.tech-sub { font-size: .68rem; color: var(--gray-mid); font-weight: 300; }

/* ── SECTION BASE ── */
section { padding: 5.5rem 5%; }
.inner { max-width: 1100px; margin: 0 auto; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .73rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; color: var(--blue); margin-bottom: .7rem;
}
.eyebrow::before { content: ''; display: block; width: 18px; height: 3px; background: var(--red); border-radius: 2px; }

.stitle { font-family: var(--font-cd); font-size: clamp(1.75rem,3vw,2.5rem); font-weight: 700; letter-spacing: -.4px; line-height: 1.15; color: var(--black); margin-bottom: .9rem; }
.stitle .ac { color: var(--blue); }
.stitle .rd { color: var(--red); }
.ssub { color: var(--gray-dark); font-size: .95rem; max-width: 560px; line-height: 1.75; font-weight: 300; }

/* ── SOLUTIONS ── */
.sol-sec { background: var(--bg); }
.sol-hdr { text-align: center; margin-bottom: 3.25rem; }
.sol-hdr .ssub { margin: 0 auto; }

.sol-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(285px,1fr)); gap: 1.2rem; }

.sol-card {
  background: #fff; border: 1px solid var(--gray-light); border-radius: 12px;
  padding: 1.7rem; transition: all .25s; position: relative; overflow: hidden;
}
.sol-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--red));
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.sol-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,61,165,.1); }
.sol-card:hover::after { transform: scaleX(1); }

.sol-icon { width: 50px; height: 50px; border-radius: 12px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.sol-card h3 { font-family: var(--font-cd); font-size: 1.05rem; font-weight: 700; color: var(--black); margin-bottom: .45rem; }
.sol-card p { color: var(--gray-dark); font-size: .86rem; line-height: 1.7; font-weight: 300; }

/* ── PLANS ── */
.plans-sec { background: var(--blue); }
.plans-hdr { text-align: center; margin-bottom: 3.25rem; }
.plans-hdr .eyebrow { color: rgba(255,255,255,.6); }
.plans-hdr .eyebrow::before { background: var(--red); }
.plans-hdr .stitle { color: #fff; }
.plans-hdr .ssub { color: rgba(255,255,255,.65); margin: 0 auto; }

/* Tabs */
.plan-tabs { display: flex; gap: .5rem; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.plan-tab {
  padding: .55rem 1.4rem; border-radius: 100px; font-size: .85rem; font-weight: 700;
  border: 2px solid rgba(255,255,255,.25); color: rgba(255,255,255,.7);
  cursor: pointer; transition: all .2s; background: transparent; font-family: var(--font);
  letter-spacing: .3px;
}
.plan-tab.active { background: var(--red); border-color: var(--red); color: #fff; }
.plan-tab:hover:not(.active) { border-color: rgba(255,255,255,.5); color: #fff; }

.plan-pane { display: none; }
.plan-pane.active { display: block; }

.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px,1fr)); gap: 1.25rem; }

.p-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px; padding: 1.75rem; position: relative;
  transition: all .25s; display: flex; flex-direction: column;
}
.p-card.hot { background: #fff; border-color: #fff; }
.p-card:hover { transform: translateY(-4px); }

.p-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--red); color: #fff; font-size: .7rem; font-weight: 700;
  padding: .22rem .9rem; border-radius: 100px; white-space: nowrap; letter-spacing: .4px;
}

.p-type { font-size: .68rem; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(255,255,255,.5); font-weight: 700; margin-bottom: .35rem; }
.p-card.hot .p-type { color: var(--gray-mid); }

.p-name { font-family: var(--font-cd); font-size: 1.2rem; font-weight: 700; color: #fff; margin-bottom: .6rem; line-height: 1.1; }
.p-card.hot .p-name { color: var(--blue); }

.p-price-box { text-align: center; padding: 1rem; border-radius: 10px; margin-bottom: 1.25rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.p-card.hot .p-price-box { background: var(--blue-light); border-color: rgba(0,61,165,.15); }

.p-gb { font-family: var(--font-cd); font-size: 2.6rem; font-weight: 900; color: #fff; letter-spacing: -2px; line-height: 1; }
.p-card.hot .p-gb { color: var(--blue); }

.p-bonus { font-size: .73rem; color: rgba(255,255,255,.5); margin: .3rem 0 .7rem; font-weight: 300; }
.p-card.hot .p-bonus { color: var(--gray-mid); }

.p-price { display: block; font-size: 1.4rem; font-weight: 900; color: #fff; letter-spacing: -.5px; }
.p-card.hot .p-price { color: var(--blue); }

.p-feats { list-style: none; margin-bottom: 1.5rem; flex-grow: 1; }
.p-feats li { font-size: .84rem; color: rgba(255,255,255,.7); margin-bottom: .6rem; display: flex; gap: 8px; line-height: 1.4; }
.p-card.hot .p-feats li { color: var(--gray-dark); }
.ck { color: var(--red); font-weight: 700; }
.p-tag { font-size: .7rem; background: rgba(255,255,255,.1); padding: 1px 6px; border-radius: 4px; }

.p-btn {
  display: block; text-align: center; padding: .8rem; border-radius: 8px;
  text-decoration: none; font-weight: 700; font-size: .88rem; transition: all .2s;
}
.p-btn-ghost { border: 2px solid rgba(255,255,255,.2); color: #fff; }
.p-btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.p-btn-red { background: var(--red); color: #fff; }
.p-btn-red:hover { background: var(--red-dark); transform: scale(1.02); }

/* Fibra Table */
.fibra-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.05); border-radius: 12px; overflow: hidden; color: #fff; min-width: 800px; }
.fibra-table th { background: rgba(255,255,255,.1); padding: 1.1rem; text-align: left; font-size: .75rem; text-transform: uppercase; letter-spacing: 1px; }
.fibra-table td { padding: 1.1rem; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .88rem; }
.fibra-speed { font-family: var(--font-cd); font-weight: 700; font-size: 1.05rem; }
.fibra-exc { font-size: .65rem; background: var(--red); padding: 2px 6px; border-radius: 4px; margin-left: 5px; }
.fibra-price { font-weight: 700; opacity: .7; }
.fibra-price.main { color: var(--red); opacity: 1; font-size: 1.1rem; }
.fibra-apps { font-size: .75rem; color: rgba(255,255,255,.5); }

/* Roaming */
.roaming-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 1.5rem; }
.roam-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 1.75rem; }
.roam-title { font-family: var(--font-cd); font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: .4rem; }
.roam-sub { font-size: .8rem; color: rgba(255,255,255,.5); margin-bottom: 1.25rem; }
.roam-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.roam-table th { text-align: left; font-size: .65rem; text-transform: uppercase; color: rgba(255,255,255,.3); padding-bottom: .6rem; }
.roam-table td { padding: .6rem 0; border-bottom: 1px solid rgba(255,255,255,.05); color: #fff; }
.roam-gb { font-weight: 700; font-size: 1.05rem; color: var(--red) !important; }
.roam-f { font-weight: 700; }
.roam-nf { opacity: .5; font-size: .8rem; }
.roam-note { font-size: .72rem; color: rgba(255,255,255,.35); line-height: 1.5; }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-nums { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.anum-card { background: var(--blue-light); padding: 1.25rem; border-radius: 12px; }
.anum-card.red { background: #FFF0F1; }
.anum-v { display: block; font-family: var(--font-cd); font-size: 1.8rem; font-weight: 900; color: var(--blue); line-height: 1; }
.anum-card.red .anum-v { color: var(--red); }
.anum-l { font-size: .75rem; color: var(--gray-mid); text-transform: uppercase; font-weight: 700; letter-spacing: .5px; }

.about-vis { position: relative; }
.about-main { background: var(--blue); border-radius: 20px; padding: 2.5rem; color: #fff; box-shadow: 0 20px 40px rgba(0,61,165,.2); }
.arow { display: flex; gap: 15px; margin-top: 1.5rem; }
.arow-icon { font-size: 1.2rem; margin-top: 2px; }
.arow-title { display: block; font-weight: 700; font-size: .95rem; }
.arow-sub { font-size: .82rem; color: rgba(255,255,255,.6); font-weight: 300; }
.about-accent {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--red); color: #fff; padding: 1.5rem; border-radius: 15px;
  text-align: center; box-shadow: 0 10px 25px rgba(227,0,15,.3);
}
.about-accent .val { font-family: var(--font-cd); font-size: 2rem; font-weight: 900; line-height: 1; }
.about-accent .lbl { font-size: .65rem; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }

/* ── TEAM ── */
.team-sec { background: var(--bg); }
.team-hdr { text-align: center; margin-bottom: 3.5rem; }
.team-hdr .ssub { margin: 0 auto; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 1.25rem; }
.team-card { background: #fff; border: 1px solid var(--gray-light); border-radius: 15px; padding: 1.5rem; text-align: center; transition: all .2s; }
.team-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,0,0,.05); }
.team-avatar {
  width: 64px; height: 64px; border-radius: 50%; background: var(--blue-light);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;
  font-family: var(--font-cd); font-weight: 700; color: var(--blue); font-size: 1.2rem;
}
.team-avatar.sup { background: #E3000F; color: #fff; }
.team-avatar.adm { background: #E2E5EE; color: var(--gray-dark); }
.team-name { font-family: var(--font-cd); font-weight: 700; font-size: 1.05rem; color: var(--black); margin-bottom: .2rem; }
.team-role { font-size: .75rem; color: var(--gray-mid); text-transform: uppercase; font-weight: 700; letter-spacing: .5px; margin-bottom: 1rem; }
.team-contact { border-top: 1px solid var(--gray-light); padding-top: 1rem; }
.team-contact a { display: block; font-size: .78rem; color: var(--gray-dark); text-decoration: none; margin-bottom: .4rem; transition: color .2s; }
.team-contact a:hover { color: var(--blue); }

/* ── TESTIMONIALS ── */
.testi-hdr { text-align: center; margin-bottom: 3.5rem; }
.testi-hdr .ssub { margin: 0 auto; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 1.25rem; }
.testi-card { background: var(--bg); border-radius: 16px; padding: 2rem; }
.testi-stars { color: #FFB800; font-size: .9rem; margin-bottom: .8rem; }
.testi-text { font-size: .92rem; font-style: italic; color: var(--gray-dark); line-height: 1.7; margin-bottom: 1.5rem; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-av { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .8rem; }
.testi-name { font-weight: 700; font-size: .88rem; color: var(--black); }
.testi-role { font-size: .75rem; color: var(--gray-mid); }

/* ── CTA BAND ── */
.cta-band { background: var(--red); padding: 4rem 5%; text-align: center; color: #fff; }
.cta-band h2 { font-family: var(--font-cd); font-size: clamp(1.8rem,3.5vw,2.5rem); font-weight: 900; margin-bottom: .8rem; }
.cta-band p { font-size: 1.05rem; opacity: .9; max-width: 700px; margin: 0 auto 2.5rem; font-weight: 300; }
.cta-acts { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.btn-white-s { background: #fff; color: var(--red); text-decoration: none; padding: .9rem 2rem; border-radius: 6px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
.btn-white-s:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.btn-outline-rw { border: 2px solid rgba(255,255,255,.4); color: #fff; text-decoration: none; padding: .9rem 2rem; border-radius: 6px; font-weight: 500; transition: all .2s; }
.btn-outline-rw:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; }
.contact-channels { margin-top: 2.5rem; }
.ch-link { display: flex; align-items: center; gap: 16px; text-decoration: none; margin-bottom: 1.5rem; group; }
.ch-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.ch-g { background: #E9FBF0; }
.ch-b { background: var(--blue-light); }
.ch-k { background: #F5F6FA; }
.ch-link:hover .ch-icon { transform: scale(1.1); }
.ch-lbl { display: block; font-size: .7rem; text-transform: uppercase; font-weight: 700; color: var(--gray-mid); letter-spacing: .5px; }
.ch-val { font-size: .95rem; color: var(--black); font-weight: 500; }

.contact-form { background: #fff; border: 1px solid var(--gray-light); border-radius: 20px; padding: 2.5rem; box-shadow: 0 15px 40px rgba(0,0,0,.04); }
.contact-form h3 { font-family: var(--font-cd); font-size: 1.5rem; margin-bottom: .4rem; }
.fsub { font-size: .88rem; color: var(--gray-mid); margin-bottom: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.fg { margin-bottom: 1.25rem; }
.fg label { display: block; font-size: .75rem; font-weight: 700; color: var(--black); margin-bottom: .5rem; }
.fg input, .fg select, .fg textarea { width: 100%; padding: .8rem 1rem; border: 1px solid var(--gray-light); border-radius: 8px; font-family: var(--font); font-size: .9rem; outline: none; transition: border .2s; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--blue); }
.fg textarea { height: 100px; resize: none; }
.f-submit { width: 100%; background: var(--blue); color: #fff; border: none; padding: 1rem; border-radius: 8px; font-weight: 700; cursor: pointer; transition: all .2s; font-size: .95rem; }
.f-submit:hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0,61,165,.2); }

/* ── FOOTER ── */
footer { background: var(--black); padding: 5rem 5% 2rem; color: #fff; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }
.footer-addr { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.7; margin-top: 1rem; }
.footer-addr a { color: #fff; text-decoration: none; }
.fcol h4 { font-family: var(--font-cd); font-size: .9rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.5rem; color: rgba(255,255,255,.4); }
.fcol ul { list-style: none; }
.fcol li { margin-bottom: .8rem; }
.fcol a { font-size: .88rem; color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s; }
.fcol a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.05); padding-top: 2rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: .72rem; color: rgba(255,255,255,.3); }

/* ── UTILS ── */
.wa-float { position: fixed; bottom: 25px; right: 25px; width: 60px; height: 60px; background: var(--green-wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(37,211,102,.3); z-index: 300; transition: all .3s; }
.wa-float:hover { transform: scale(1.1) rotate(10deg); }

/* Reveal Anim */
.rv { opacity: 0; transform: translateY(30px); transition: all .7s ease-out; }
.rv.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .about-grid, .contact-grid, .footer-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero { text-align: center; justify-content: center; }
  .hero-content { margin: 0 auto; }
  .hero-logo, .hero-btns, .hero-pills { justify-content: center; }
  .hero-circle { right: 50%; transform: translate(50%, -50%); width: 80vw; height: 80vw; }
  .nav-links { display: none; }
}
