/*
Theme Name: EuroNet Fibra
Theme URI: https://provedor-fibra.apt-ape-4546.chatgpt.site
Author: EuroNet Soluções em Internet
Description: Tema institucional responsivo para os planos residenciais e empresariais da EuroNet.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: euronet-fibra
*/

:root {
  --navy: #102b2d;
  --blue: #12afb4;
  --blue-soft: #dcf6f6;
  --coral: #ffb700;
  --coral-dark: #e7a600;
  --cream: #f8fbfa;
  --sand: #fff2c7;
  --white: #ffffff;
  --muted: #596b6c;
  --line: #d8e7e6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: "Plus Jakarta Sans", "Avenir Next", Inter, system-ui, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
  height: 94px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  max-width: 1320px;
  padding: 0 32px;
  margin: 0 auto;
}
.brand { display: inline-flex; align-items: center; width: max-content; }
.brand img { display: block; width: 205px; height: 64px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #344f50; font-size: 15px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 36px 0 32px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 3px; border-radius: 9px; background: var(--coral); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav .active::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; gap: 14px; align-items: center; padding: 13px 19px; border: 1px solid #9dd2d3; border-radius: 14px; font-size: 14px; font-weight: 700; }
.header-cta:hover { border-color: var(--blue); background: white; }

.hero {
  min-height: 706px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 44px 56px 64px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
  overflow: hidden;
}
.hero-copy { padding-left: max(0px, calc((100vw - 1440px) / 2)); }
.eyebrow, .kicker { color: #078f94; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow span { color: var(--coral); font-size: 9px; margin-right: 8px; }
.hero h1 { margin: 22px 0 24px; max-width: 650px; font-size: clamp(54px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.primary-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 62px; padding: 0 25px; border-radius: 17px; color: white;
  background: var(--coral); color: #101b1c; box-shadow: 0 14px 30px rgba(255,183,0,.24);
  font-size: 16px; font-weight: 800; transition: .2s ease;
}
.primary-button:hover { background: var(--coral-dark); transform: translateY(-2px); box-shadow: 0 18px 38px rgba(255,183,0,.3); }
.text-link { font-weight: 750; border-bottom: 1px solid #94a7b4; padding: 8px 0; }
.hero-trust { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.google-rating { display: inline-flex; align-items: center; gap: 13px; padding: 9px 13px 9px 11px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.72); transition: .2s ease; }
.google-rating:hover { background: white; border-color: #f4bd34; transform: translateY(-2px); }
.rating-stars { color: #f5ad20; letter-spacing: .06em; font-size: 15px; }
.google-rating > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.google-rating strong { font-size: 13px; }
.google-rating small { color: var(--muted); font-size: 10px; }
.avatars { display: flex; }
.avatars i { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; margin-left: -7px; border: 3px solid var(--cream); background: var(--blue-soft); color: #087f83; font-size: 9px; font-style: normal; font-weight: 900; }
.avatars i:first-child { margin-left: 0; background: var(--sand); color: var(--coral-dark); }
.hero-trust > span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.hero-trust strong { font-size: 13px; }
.hero-trust small { color: var(--muted); font-size: 11px; }

.hero-visual {
  min-height: 600px; position: relative; border-radius: 44% 44% 28% 48% / 32% 42% 38% 54%;
  background: var(--blue-soft); overflow: visible;
}
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border-radius: 50%; z-index: -1; }
.hero-visual::before { width: 160px; height: 160px; top: -32px; right: -35px; border: 32px solid #9ce5e7; }
.hero-visual::after { width: 90px; height: 90px; left: -30px; bottom: 35px; background: var(--sand); }
.hero-visual > img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center; border-radius: inherit; display: block; }
.speed-card {
  position: absolute; left: -40px; bottom: 35px; min-width: 272px;
  background: white; border-radius: 24px; padding: 21px 23px;
  box-shadow: 0 18px 45px rgba(18,48,74,.18); animation: float 5s ease-in-out infinite;
}
.speed-card > span:first-child { color: var(--coral); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.speed-card > strong { display: block; margin: 6px 0 3px; font-size: 19px; }
.speed-card > strong b { color: var(--blue); font-size: 42px; letter-spacing: -.06em; }
.speed-card p { margin: 0 0 11px; color: var(--muted); }
.speed-card p em { font-style: normal; font-size: 12px; }
.speed-card p b { color: var(--navy); font-size: 26px; }
.speed-card p small { font-size: 11px; }
.speed-badge { background: var(--blue-soft); color: #087f83 !important; display: inline-block; border-radius: 99px; padding: 7px 11px; font-size: 10px !important; font-weight: 800; }
.floating-chip { position: absolute; background: rgba(255,255,255,.94); border-radius: 99px; padding: 10px 15px; box-shadow: 0 8px 24px rgba(18,48,74,.13); font-size: 11px; font-weight: 800; }
.chip-wifi { top: 55px; left: -20px; }
.chip-support { right: -18px; top: 44%; }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1180px; margin: 0 auto; padding: 28px 34px; background: white; border-radius: 26px; box-shadow: 0 12px 34px rgba(18,48,74,.08); transform: translateY(30px); position: relative; z-index: 2; }
.trust-strip div { display: flex; flex-direction: column; align-items: center; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { font-size: 27px; letter-spacing: -.04em; }
.trust-strip span { color: var(--muted); font-size: 12px; margin-top: 4px; }

.section { padding: 120px max(24px, calc((100vw - 1180px) / 2)); }
.plans-section { background: white; padding-top: 150px; }
.section-heading { max-width: 740px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .coverage-copy h2 { font-size: clamp(38px, 4vw, 55px); letter-spacing: -.045em; line-height: 1.08; margin: 14px 0 16px; }
.section-heading > p, .coverage-copy > p { color: var(--muted); font-size: 17px; line-height: 1.6; }
.aligned-left { text-align: left; margin-left: 0; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan-card { border: 1px solid var(--line); border-radius: 28px; padding: 31px; position: relative; background: #fff; transition: .22s ease; }
.plan-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(18,48,74,.12); }
.plan-card.featured { border: 2px solid var(--coral); box-shadow: 0 18px 40px rgba(255,183,0,.12); }
.popular { position: absolute; right: 20px; top: 18px; color: #101b1c; background: var(--coral); border-radius: 99px; padding: 7px 12px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.plan-name { font-weight: 800; color: #078f94; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.plan-card h3 { margin: 13px 0 7px; font-size: 22px; }
.plan-card h3 strong { font-size: 55px; letter-spacing: -.07em; }
.plan-note { min-height: 44px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.plan-price { display: flex; align-items: baseline; gap: 4px; margin: 24px 0; }
.plan-price sup { font-weight: 800; }
.plan-price strong { font-size: 40px; letter-spacing: -.06em; }
.plan-price span { color: var(--muted); font-size: 12px; }
.plan-card ul { list-style: none; margin: 0 0 28px; padding: 22px 0 0; border-top: 1px solid var(--line); display: grid; gap: 12px; font-size: 13px; }
.plan-card li::first-letter { color: var(--blue); }
.plan-card > a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-radius: 14px; color: var(--navy); background: var(--blue-soft); font-size: 13px; font-weight: 800; }
.featured > a { background: var(--coral); color: #101b1c; }
.fine-print { text-align: center; color: var(--muted); font-size: 11px; margin-top: 26px; }
.business-plans { margin-top: 110px; padding-top: 95px; border-top: 1px solid var(--line); }
.business-card { background: #f8fbfa; border-color: #bcdcdc; }
.business-card .plan-name { color: #102b2d; }
.business-card > a { background: var(--navy); color: white; }
.business-card.featured > a { background: var(--coral); color: #101b1c; }
.business-notice {
  margin-top: 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: 18px; padding: 24px 28px; border-radius: 20px; background: var(--blue-soft);
  border: 1px solid #aadfe0;
}
.business-notice > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--blue); color: white; font-size: 23px; }
.business-notice strong { display: block; margin-bottom: 5px; }
.business-notice p { margin: 0; color: var(--muted); font-size: 13px; }
.business-notice a { color: #087f83; font-size: 13px; font-weight: 850; }

.about-section { background: var(--navy); color: white; }
.about-section .kicker { color: #68dfe2; }
.about-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; margin-bottom: 58px; }
.about-intro h2 { margin: 14px 0 0; max-width: 560px; font-size: clamp(42px, 4vw, 60px); line-height: 1.06; letter-spacing: -.05em; }
.about-copy { color: #c7d7d7; font-size: 17px; line-height: 1.75; }
.about-copy p { margin: 0 0 16px; }
.purpose-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; }
.mission-card, .values-card { border: 1px solid #315658; border-radius: 27px; padding: 34px; background: #153638; }
.mission-card { display: flex; flex-direction: column; align-items: flex-start; }
.purpose-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 16px; background: var(--coral); color: #102b2d; font-size: 28px; font-weight: 900; }
.mission-card h3 { margin: 15px 0; font-size: 27px; line-height: 1.25; letter-spacing: -.025em; }
.mission-card p { margin: 0; color: #b9cccc; line-height: 1.65; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 20px; }
.values-grid > div { padding: 17px; border-radius: 15px; background: #1c4345; display: flex; flex-direction: column; gap: 5px; }
.values-grid strong { color: white; font-size: 14px; }
.values-grid span { color: #abc2c2; font-size: 11px; line-height: 1.4; }

.benefits-section { background: var(--cream); }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.benefit-grid article { background: white; border-radius: 23px; padding: 27px; border: 1px solid rgba(18,48,74,.06); }
.benefit-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--blue-soft); color: #078f94; font-size: 24px; font-weight: 900; }
.benefit-grid h3 { margin: 21px 0 10px; font-size: 18px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.coverage-section { margin: 0 auto; max-width: 1240px; border-radius: 36px; padding: 68px 72px; background: var(--navy); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.coverage-copy .kicker { color: #68dfe2; }
.coverage-copy h2 { margin-top: 14px; }
.coverage-copy > p { color: #c1d0db; }
.coverage-copy ul { list-style: none; padding: 0; display: grid; gap: 9px; color: #dfe9ef; font-size: 13px; }
.coverage-form { background: white; color: var(--navy); border-radius: 25px; padding: 30px; }
.coverage-form label { display: block; font-weight: 800; margin-bottom: 12px; }
.input-row { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.input-row input { min-width: 0; border: 1px solid #cadce4; border-radius: 13px; padding: 0 16px; outline: none; }
.input-row input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,175,180,.2); }
.input-row button { min-height: 55px; border: 0; border-radius: 13px; background: var(--coral); color: #101b1c; padding: 0 18px; font-weight: 800; cursor: pointer; }
.coverage-form small { display: block; color: var(--muted); line-height: 1.5; margin-top: 11px; font-size: 10px; }

.testimonials { padding-top: 130px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.google-review-panel {
  max-width: 880px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;
  gap: 35px; padding: 38px 42px; border-radius: 26px; background: white;
  border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(18,48,74,.08);
}
.google-review-panel > div { display: grid; gap: 8px; }
.google-stars { color: #f5ad20; font-size: 22px; letter-spacing: .12em; }
.google-review-panel strong { font-size: 22px; }
.google-review-panel p { margin: 0; color: var(--muted); line-height: 1.5; }
.google-review-panel > a { flex: 0 0 auto; padding: 16px 19px; border-radius: 14px; background: var(--blue-soft); color: #087f83; font-size: 13px; font-weight: 850; }
blockquote { margin: 0; padding: 28px; background: white; border-radius: 24px; }
blockquote > span { color: #ffb33d; letter-spacing: .15em; }
blockquote > p { min-height: 92px; color: #455d6f; font-size: 14px; line-height: 1.7; }
blockquote footer { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 16px; }
blockquote footer small { color: var(--muted); margin-top: 3px; }

.faq-section { background: white; }
.faq-list { max-width: 800px; margin: 0 auto; display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 17px; padding: 20px 22px; }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); line-height: 1.6; }

.site-footer { background: var(--navy); color: white; padding: 70px max(28px, calc((100vw - 1180px)/2)) 30px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 50px; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; font-size: 13px; color: #c3d1db; }
.site-footer > div > strong { color: white; margin-bottom: 7px; }
.footer-logo { background: white; border-radius: 14px; padding: 6px 10px; }
.footer-logo img { width: 210px; height: 74px; }
.footer-brand p { color: #a9c2c2; }
.footer-cta a { background: var(--coral); color: #101b1c; padding: 14px 17px; border-radius: 13px; font-weight: 800; }
.copyright { grid-column: 1/-1; color: #8da8a8; border-top: 1px solid #275052; padding-top: 25px; font-size: 11px; }
.whatsapp-float {
  position: fixed; right: 24px; bottom: 22px; z-index: 20; display: inline-flex;
  align-items: center; gap: 9px; min-height: 52px; padding: 0 18px; border-radius: 99px;
  background: #25d366; color: #082f18; box-shadow: 0 14px 34px rgba(9,83,39,.28);
  font-size: 14px; font-weight: 850; transition: .2s ease;
}
.whatsapp-float span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: white; color: #168f45; font-size: 17px; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(9,83,39,.34); }

@keyframes float { 50% { transform: translateY(-8px); } }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-visual { min-height: 520px; }
  .hero-visual > img { min-height: 520px; }
  .plans-grid, .testimonial-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .coverage-section { margin: 0 22px; grid-template-columns: 1fr; gap: 35px; }
  .about-intro { grid-template-columns: 1fr; gap: 24px; }
  .purpose-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-header { height: 78px; padding: 0 20px; }
  .header-cta { font-size: 0; width: 46px; height: 46px; justify-content: center; padding: 0; }
  .header-cta span { font-size: 20px; }
  .hero { padding: 36px 22px 40px; min-height: auto; }
  .hero h1 { font-size: 50px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { text-align: center; }
  .hero-visual, .hero-visual > img { min-height: 410px; }
  .hero-visual { margin-top: 25px; }
  .speed-card { left: 8px; bottom: -34px; transform: scale(.86); transform-origin: left bottom; }
  .floating-chip { display: none; }
  .trust-strip { margin: 55px 18px 0; grid-template-columns: 1fr 1fr; row-gap: 24px; transform: none; }
  .trust-strip div:nth-child(2) { border: 0; }
  .section { padding: 85px 22px; }
  .section-heading { margin-bottom: 35px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .business-plans { margin-top: 80px; padding-top: 70px; }
  .business-notice { grid-template-columns: auto 1fr; }
  .business-notice a { grid-column: 1 / -1; padding-left: 66px; }
  .coverage-section { padding: 45px 22px; margin: 0; border-radius: 0; }
  .input-row { grid-template-columns: 1fr; }
  .input-row input { min-height: 54px; }
  .site-footer { grid-template-columns: 1fr; padding-top: 55px; }
  .whatsapp-float { right: 14px; bottom: 14px; min-height: 48px; padding: 0 14px; }
  .google-review-panel { align-items: stretch; flex-direction: column; padding: 28px 24px; }
  .google-review-panel > a { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
