/*
Theme Name: Seu Técnico
Theme URI: https://seu-tecnico.apt-ape-4546.chatgpt.site
Author: Seu Técnico
Author URI: https://seu-tecnico.apt-ape-4546.chatgpt.site
Description: Tema institucional responsivo para serviços de suporte técnico, VoIP em nuvem, manutenção de computadores, casa inteligente e consultoria em TI.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: seu-tecnico
Tags: one-page, custom-logo, custom-menu, featured-images, responsive-layout
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --font-manrope: "Manrope";
  --font-nunito: "Nunito Sans";
  --petrol: #0f4c45;
  --petrol-dark: #082f2b;
  --petrol-soft: #236b61;
  --lime: #cfe66b;
  --lime-bright: #dff47e;
  --sand: #f4ebdd;
  --cream: #fffdf7;
  --ink: #173a36;
  --muted: #667671;
  --line: rgba(15, 76, 69, 0.14);
}

body.admin-bar .site-header { top: 32px; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-manrope), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

::selection { background: var(--lime); color: var(--petrol-dark); }

.site-header {
  align-items: center;
  background: rgba(253, 247, 234, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 76, 69, 0.08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 88px;
  left: 0;
  padding: 0 clamp(24px, 4vw, 68px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand { align-items: center; display: inline-flex; font-family: var(--font-nunito), sans-serif; font-size: 25px; font-weight: 850; gap: 12px; letter-spacing: -0.04em; width: fit-content; }
.official-logo { display: block; height: 76px; object-fit: contain; width: 154px; }
.custom-logo-link { display: block; line-height: 0; }
.custom-logo { display: block; height: 76px; object-fit: contain; width: 154px; }
.brand-mark { background: var(--petrol); border-radius: 50%; display: inline-block; height: 38px; overflow: hidden; position: relative; transform: rotate(-10deg); width: 38px; }
.brand-mark::after { background: var(--lime); border-radius: 60% 0 60% 60%; bottom: -3px; content: ""; height: 22px; position: absolute; right: -1px; width: 27px; }
.brand-mark i { background: var(--cream); border-radius: 20px; height: 7px; left: 7px; position: absolute; top: 15px; transform: rotate(10deg); width: 25px; z-index: 2; }

nav { display: flex; gap: clamp(24px, 3vw, 48px); }
nav a { font-size: 14px; font-weight: 700; position: relative; }
nav a::after { background: var(--lime); bottom: -9px; content: ""; height: 3px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.header-cta { align-items: center; background: var(--petrol); border-radius: 999px; color: white; display: inline-flex; font-size: 13px; font-weight: 750; gap: 14px; justify-self: end; padding: 13px 19px; transition: transform .25s ease, background .25s ease; }
.header-cta:hover { background: var(--petrol-soft); transform: translateY(-2px); }

.hero {
  background:
    radial-gradient(circle at 12% 15%, rgba(207, 230, 107, .17), transparent 26%),
    linear-gradient(110deg, var(--cream) 0 59%, var(--sand) 59% 100%);
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: calc(100vh - 88px);
  overflow: hidden;
  padding: clamp(56px, 7vh, 90px) clamp(24px, 4vw, 68px) 115px;
  position: relative;
}

.hero::after { background: var(--petrol); border-radius: 48% 52% 0 0; bottom: -145px; content: ""; height: 260px; left: -3%; position: absolute; transform: rotate(4deg); width: 70%; }
.hero::before { background: var(--lime); border-radius: 50% 0 0 50%; bottom: -175px; content: ""; height: 300px; position: absolute; right: -8%; transform: rotate(-9deg); width: 34%; z-index: 2; }
.hero-copy { align-self: center; max-width: 690px; padding-bottom: 58px; position: relative; z-index: 5; }
.eyebrow { align-items: center; background: rgba(207,230,107,.62); border: 1px solid rgba(15,76,69,.1); border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 800; gap: 10px; margin-bottom: 26px; padding: 10px 16px; text-transform: uppercase; letter-spacing: .05em; }
.eyebrow-dot { border: 2px solid var(--petrol); border-radius: 50%; height: 14px; position: relative; width: 14px; }
.eyebrow-dot::after { background: var(--petrol); border-radius: 50%; content: ""; height: 4px; inset: 3px; position: absolute; width: 4px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-nunito), sans-serif; letter-spacing: -.055em; }
h1 { color: var(--petrol); font-size: clamp(56px, 6vw, 94px); font-weight: 850; line-height: .96; margin-bottom: 26px; max-width: 720px; }
h1 em, h2 em { color: #aac839; font-style: normal; }
.hero-text { color: #50615e; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; margin-bottom: 32px; max-width: 640px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 13px; }
.button { align-items: center; border: 1.5px solid var(--petrol); border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 800; gap: 22px; justify-content: center; padding: 16px 24px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button-primary { background: var(--petrol); color: white; }
.button-primary:hover { background: var(--petrol-soft); box-shadow: 0 14px 30px rgba(15,76,69,.2); transform: translateY(-3px); }
.button-secondary:hover { background: var(--sand); transform: translateY(-3px); }
.phone-link { align-items: center; display: flex; font-size: 18px; font-weight: 850; gap: 12px; margin-top: 27px; width: fit-content; }
.phone-link > span:first-child { align-items: center; background: var(--lime); border-radius: 50%; display: flex; height: 42px; justify-content: center; width: 42px; }
.phone-link small { color: var(--muted); display: block; font-size: 10px; font-weight: 700; letter-spacing: .08em; margin-bottom: 1px; text-transform: uppercase; }

.hero-visual { align-self: stretch; margin: -40px -70px -115px 8px; min-height: 640px; position: relative; z-index: 3; }
.organic-frame { border-radius: 35% 0 0 42% / 20% 0 0 25%; height: 100%; overflow: hidden; position: relative; }
.organic-frame::after { background: linear-gradient(90deg, rgba(244,235,221,.25), transparent 30%); content: ""; inset: 0; position: absolute; }
.organic-frame img { height: 100%; object-fit: cover; width: 100%; }
.status-card { align-items: center; animation: float 6s ease-in-out infinite; background: rgba(255,253,247,.9); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; box-shadow: 0 18px 45px rgba(8,47,43,.15); display: flex; gap: 12px; padding: 14px 17px; position: absolute; z-index: 4; }
.status-card span:last-child { display: flex; flex-direction: column; }
.status-card strong { color: var(--petrol); font-size: 13px; }
.status-card small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.status-card-top { left: 3%; top: 15%; }
.status-card-bottom { animation-delay: -2.5s; bottom: 26%; right: 8%; }
.status-icon { align-items: center; background: var(--lime); border-radius: 50%; display: flex; font-weight: 900; height: 34px; justify-content: center; width: 34px; }
.signal { align-items: end; display: flex; gap: 2px; height: 30px; width: 32px; }
.signal i { background: var(--petrol); border-radius: 3px; display: block; width: 6px; }
.signal i:nth-child(1) { height: 9px; }.signal i:nth-child(2) { height: 17px; }.signal i:nth-child(3) { height: 26px; }

.service-strip { bottom: 43px; display: flex; gap: 12px; left: clamp(24px, 4vw, 68px); position: absolute; z-index: 8; }
.service-strip span { background: rgba(255,253,247,.94); border: 1px solid rgba(15,76,69,.12); border-radius: 13px; box-shadow: 0 9px 25px rgba(8,47,43,.08); color: var(--petrol); font-size: 12px; font-weight: 800; padding: 13px 18px; }

.reveal { animation: reveal .7s both; }
.reveal-1 { animation-delay: .05s; }.reveal-2 { animation-delay: .13s; }.reveal-3 { animation-delay: .22s; }.reveal-4 { animation-delay: .31s; }

.section { padding: clamp(85px, 10vw, 150px) clamp(24px, 6vw, 96px); }
.section-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: 1.25fr .75fr; margin: 0 auto 62px; max-width: 1320px; }
.kicker { color: #879f32; font-size: 12px; font-weight: 850; letter-spacing: .15em; margin-bottom: 19px; text-transform: uppercase; }
.section h2 { color: var(--petrol); font-size: clamp(43px, 5vw, 72px); font-weight: 850; line-height: 1.04; margin-bottom: 0; }
.section-heading > p { color: var(--muted); font-size: 17px; line-height: 1.7; margin-bottom: 4px; max-width: 460px; }
.services { background: #f9f6ef; }
.services-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 1320px; }
.service-card { background: var(--cream); border: 1px solid var(--line); border-radius: 24px; display: flex; flex-direction: column; justify-content: space-between; min-height: 330px; overflow: hidden; padding: 28px; position: relative; transition: transform .35s ease, box-shadow .35s ease, background .35s ease; }
.service-card::before { background: var(--lime); border-radius: 50%; content: ""; height: 150px; position: absolute; right: -90px; top: -90px; transition: transform .4s ease; width: 150px; }
.service-card:hover { background: white; box-shadow: 0 22px 55px rgba(15,76,69,.1); transform: translateY(-7px); }
.service-card:hover::before { transform: scale(1.5); }
.service-topline { align-items: center; display: flex; justify-content: space-between; position: relative; z-index: 2; }
.service-topline > span:first-child { color: #91a090; font-size: 12px; font-weight: 800; }
.service-arrow { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; height: 36px; justify-content: center; transition: background .25s ease, transform .25s ease; width: 36px; }
.service-card:hover .service-arrow { background: var(--petrol); color: white; transform: rotate(45deg); }
.service-card h3 { color: var(--petrol); font-family: var(--font-nunito), sans-serif; font-size: 25px; line-height: 1.12; margin-bottom: 13px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.tag { color: #75852f; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.process { background: var(--petrol-dark); color: white; display: grid; gap: clamp(60px, 9vw, 140px); grid-template-columns: .85fr 1.15fr; position: relative; }
.process::after { border: 1px solid rgba(207,230,107,.2); border-radius: 50%; content: ""; height: 340px; left: -160px; position: absolute; top: -160px; width: 340px; }
.kicker-light { color: var(--lime); }
.process h2 { color: white; margin-bottom: 26px; }
.process-intro > p:not(.kicker) { color: #b9cbc7; line-height: 1.7; max-width: 480px; }
.text-link { align-items: center; border-bottom: 1px solid rgba(207,230,107,.5); color: var(--lime); display: inline-flex; font-size: 13px; font-weight: 800; gap: 18px; margin-top: 22px; padding-bottom: 8px; }
.steps { border-top: 1px solid rgba(255,255,255,.15); }
.steps article { align-items: start; border-bottom: 1px solid rgba(255,255,255,.15); display: grid; gap: 30px; grid-template-columns: 50px 1fr; padding: 30px 0; transition: padding .3s ease; }
.steps article:hover { padding-left: 12px; }
.steps article > span { color: var(--lime); font-size: 12px; font-weight: 800; }
.steps h3 { font-family: var(--font-nunito), sans-serif; font-size: 25px; margin-bottom: 8px; }
.steps p { color: #a8bdb8; font-size: 14px; line-height: 1.65; margin-bottom: 0; }

.about { align-items: center; background: var(--sand); display: grid; gap: clamp(70px, 10vw, 160px); grid-template-columns: .85fr 1.15fr; }
.about-art { align-items: center; aspect-ratio: 1; background: var(--petrol); border-radius: 43% 57% 58% 42% / 55% 38% 62% 45%; color: white; display: flex; flex-direction: column; justify-content: center; max-width: 520px; overflow: hidden; position: relative; }
.about-art::after { background: var(--lime); border-radius: 50%; bottom: -90px; content: ""; height: 210px; position: absolute; right: -55px; width: 210px; }
.about-art strong { color: var(--lime); font-family: var(--font-nunito), sans-serif; font-size: clamp(115px, 13vw, 190px); font-weight: 900; letter-spacing: -.09em; line-height: .8; position: relative; z-index: 2; }
.about-art small { font-size: 13px; font-weight: 700; line-height: 1.45; margin-top: 22px; text-align: center; text-transform: uppercase; letter-spacing: .1em; z-index: 2; }
.orbit { border: 1px solid rgba(255,255,255,.2); border-radius: 50%; position: absolute; }
.orbit-one { height: 360px; width: 360px; }.orbit-two { height: 430px; width: 430px; }
.about-copy > p:not(.kicker) { color: var(--muted); font-size: 17px; line-height: 1.8; margin: 28px 0 30px; max-width: 670px; }
.values { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.values span { align-items: center; display: flex; font-size: 13px; font-weight: 750; gap: 10px; }
.values b { align-items: center; background: var(--lime); border-radius: 50%; display: flex; height: 23px; justify-content: center; width: 23px; }

.contact { background: var(--cream); display: grid; gap: 60px; grid-template-columns: 1fr 1fr; }
.contact-copy h2 { max-width: 680px; }
.contact-copy > p:last-child { color: var(--muted); margin-top: 24px; }
.contact-actions { display: flex; flex-direction: column; justify-content: center; }
.contact-card { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 28px 7px; transition: padding .3s ease; }
.contact-card:first-child { border-top: 1px solid var(--line); }
.contact-card:hover { padding-left: 18px; padding-right: 18px; }
.contact-card span { display: flex; flex-direction: column; }
.contact-card small { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; margin-bottom: 6px; text-transform: uppercase; }
.contact-card strong { color: var(--petrol); font-size: clamp(17px, 2vw, 24px); }
.contact-card > span:last-child, .contact-card > :last-child { font-size: 24px; }
.contact-whatsapp strong { color: #3e8b37; }

footer { align-items: center; background: var(--petrol-dark); color: #a7bbb7; display: grid; font-size: 11px; gap: 20px; grid-template-columns: 1fr auto 1fr; padding: 36px clamp(24px, 6vw, 96px); }
.footer-brand { background: #fdf7ea; border-radius: 12px; color: white; font-size: 20px; padding: 3px 10px; }
.footer-brand .official-logo { mix-blend-mode: normal; }
.footer-brand .official-logo { height: 58px; width: 116px; }
footer p { margin: 0; }
footer p:last-child { justify-self: end; }

.floating-whatsapp { align-items: center; background: #25d366; border-radius: 999px; bottom: 22px; box-shadow: 0 12px 30px rgba(15,76,69,.25); color: #063d29; display: flex; font-size: 12px; font-weight: 850; gap: 8px; padding: 13px 18px; position: fixed; right: 22px; transition: transform .25s ease; z-index: 30; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.02); }

@keyframes reveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

@media (max-width: 1060px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 52% 48%; }
  .hero-visual { margin-right: -40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { height: 74px; padding: 0 20px; }
  .brand { font-size: 21px; }
  .official-logo { height: 64px; width: 128px; }
  .custom-logo { height: 64px; width: 128px; }
  .brand-mark { height: 33px; width: 33px; }
  .header-cta { font-size: 0; gap: 0; padding: 12px 15px; }
  .header-cta::before { content: "WhatsApp"; font-size: 12px; }
  .header-cta span { display: none; }
  .hero { background: var(--cream); display: flex; flex-direction: column; min-height: auto; padding: 54px 20px 100px; }
  .hero::after { bottom: -160px; height: 210px; width: 110%; }
  .hero::before { display: none; }
  .hero-copy { padding: 0; }
  .eyebrow { font-size: 10px; margin-bottom: 22px; }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .phone-link { margin: 24px auto 0; }
  .hero-visual { height: 430px; margin: 47px -20px -10px 0; min-height: 0; width: calc(100% + 40px); }
  .organic-frame { border-radius: 90px 0 0 80px; }
  .status-card { transform: scale(.88); }
  .status-card-top { left: 2%; top: 7%; }
  .status-card-bottom { bottom: 8%; right: 4%; }
  .service-strip { bottom: 25px; gap: 8px; left: 20px; overflow-x: auto; right: 0; scrollbar-width: none; }
  .service-strip span { flex: 0 0 auto; font-size: 10px; padding: 10px 12px; }
  .section { padding: 82px 20px; }
  .section-heading, .process, .about, .contact { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; margin-bottom: 36px; }
  .section h2 { font-size: 45px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .process { gap: 52px; }
  .about { gap: 55px; }
  .about-art { margin: 0 auto; width: min(100%, 460px); }
  .values { grid-template-columns: 1fr; }
  .contact { gap: 40px; }
  .contact-card { padding: 23px 2px; }
  .contact-card strong { font-size: 16px; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p:last-child { justify-self: start; }
  .floating-whatsapp span:last-child { display: none; }
  .floating-whatsapp { border-radius: 50%; font-size: 18px; height: 52px; justify-content: center; padding: 0; width: 52px; }
}

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