:root {
  --black: #080808;
  --ink: #171717;
  --muted: #676767;
  --soft: #f4f4f2;
  --white: #ffffff;
  --red: #ed1c24;
  --red-dark: #a90d12;
  --blue: #074eac;
  --blue-bright: #0e75df;
  --gold: #e4aa2f;
  --line: #dededa;
  --shadow: 0 22px 55px rgba(12, 12, 12, 0.13);
  --radius: 24px;
  --display: "Barlow Condensed", sans-serif;
  --body: "Nunito Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--body); overflow-x: hidden; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(237, 28, 36, 0.42); outline-offset: 4px; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.eyebrow { display: inline-block; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: #fff; }
.section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-heading h2, .history-copy h2, .city-section h2, .contact-copy h2, .brand-page-hero h1, .brand-section h2 { margin: 8px 0 12px; font-family: var(--display); font-weight: 900; line-height: .95; letter-spacing: -.02em; text-transform: uppercase; }
.section-heading h2 { font-size: clamp(2.4rem, 5vw, 4rem); }
.section-heading p, .history-copy > p:last-child, .city-section p, .contact-copy > p, .brand-page-hero p, .brand-section__intro { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }

.utility-bar { background: var(--black); color: #fff; font-size: .82rem; font-weight: 800; }
.utility-bar__inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.utility-bar a { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,0,.06); box-shadow: 0 8px 28px rgba(0,0,0,.07); backdrop-filter: blur(14px); }
.nav-shell { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-logo { height: 132px; display: flex; align-self: flex-start; align-items: center; gap: 10px; margin: 7px 0 -23px; position: relative; z-index: 2; }
.brand-logo__main { width: 132px; height: 132px; object-fit: cover; border-radius: 50%; filter: drop-shadow(0 8px 14px rgba(0,0,0,.18)); }
.brand-logo__construction { width: 94px; display: grid; justify-items: center; gap: 2px; padding: 6px 7px 7px; border: 1px solid #ececec; border-radius: 10px; background: #fff; box-shadow: 0 7px 18px rgba(0,0,0,.12); }
.brand-logo__construction img { width: 48px; height: 48px; object-fit: contain; }
.brand-logo__construction strong { color: #111; font-family: var(--display); font-size: .86rem; font-weight: 900; line-height: .9; letter-spacing: .035em; text-align: center; }
.header-promo { width: clamp(300px,31vw,400px); aspect-ratio: 4 / 1; position: relative; flex: 0 1 auto; margin-bottom: 14px; overflow: visible; border: 1px solid #deded9; border-radius: 13px; background: #f2f2ef; box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.header-promo__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 12px; opacity: 0; visibility: hidden; transform: scale(1.015); transition: opacity .65s ease, visibility .65s ease, transform 1s ease; }
.header-promo__slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.header-promo__dots { position: absolute; left: 50%; bottom: -15px; z-index: 2; display: flex; gap: 5px; transform: translateX(-50%); }
.header-promo__dot { width: 7px; height: 7px; padding: 0; border: 1px solid #aaa; border-radius: 50%; background: #fff; cursor: pointer; box-shadow: 0 1px 3px rgba(0,0,0,.18); }
.header-promo__dot.is-active { width: 19px; border-radius: 99px; background: var(--red); }
.brand-logo--wide { height: 116px; align-self: center; margin: 0; }
.brand-logo--wide .brand-logo__main { width: 190px; height: 107px; object-fit: contain; border-radius: 12px; background: #fff; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 34px); }
.site-nav a { position: relative; padding: 16px 0; color: #1f2937; font-size: .9rem; font-weight: 900; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2px; background: var(--red); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { right: 0; }
.site-nav a.is-active { color: var(--red); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #111; padding: 12px; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }

.home-hero { min-height: 650px; position: relative; isolation: isolate; overflow: hidden; background: #111; }
.home-hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; z-index: -3; }
.home-hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.88) 29%, rgba(0,0,0,.36) 57%, rgba(0,0,0,.08) 100%); }
.home-hero__shade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,.43)); }
.home-hero__content { min-height: 650px; display: flex; align-items: center; }
.hero-message { width: min(570px, 54vw); padding: 48px 0; color: #fff; }
.hero-kicker { margin: 0 0 18px; color: #fff; font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero-address { display: flex; align-items: center; gap: 13px; max-width: 620px; margin: 0 0 20px; color: #fff; line-height: 1.4; transition: color .2s ease; }
.hero-address:hover { color: #fff; }
.hero-address__text { display: block; }
.hero-address__main { display: block; font-size: 1rem; font-weight: 900; text-decoration: underline; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 4px; }
.hero-address__hint { display: block; margin-top: 5px; color: rgba(255,255,255,.64); font-size: .72rem; font-weight: 700; }
.map-pin { flex: 0 0 auto; width: 34px; height: 34px; position: relative; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.9); border-radius: 50% 50% 50% 0; background: var(--red); box-shadow: 0 7px 18px rgba(237,28,36,.38); transform: rotate(-45deg); transition: transform .2s ease, box-shadow .2s ease; }
.map-pin span { width: 9px; height: 9px; border-radius: 50%; background: #fff; }
.hero-address:hover .map-pin { transform: rotate(-45deg) translate(2px,-2px); box-shadow: 0 10px 22px rgba(237,28,36,.52); }
.display-slogan { display: grid; grid-template-columns: auto auto 1fr; grid-template-areas: "tudo tudo tudo" "que voce mouse" "precisa precisa precisa" "em em em" "lugar lugar lugar"; width: max-content; max-width: 100%; margin: 0; font-family: var(--display); font-weight: 900; line-height: .75; letter-spacing: -.035em; text-transform: none; }
.slogan-tudo { grid-area: tudo; color: var(--red); font-size: clamp(4.8rem, 8vw, 7.7rem); }
.slogan-que { grid-area: que; align-self: end; justify-self: end; color: #fff; font-size: clamp(1.65rem, 3vw, 2.6rem); line-height: .9; padding: 0 10px 3px 0; letter-spacing: -.01em; }
.slogan-voce { grid-area: voce; align-self: end; font-size: clamp(3rem, 5vw, 5rem); line-height: .8; }
.slogan-precisa { grid-area: precisa; font-size: clamp(4.4rem, 7.5vw, 7.2rem); line-height: .83; }
.slogan-em { grid-area: em; margin-top: 8px; font-size: clamp(2rem, 3.5vw, 3.3rem); line-height: .8; }
.slogan-lugar { grid-area: lugar; margin-top: 7px; color: var(--red); font-size: clamp(4rem, 7vw, 6.5rem); line-height: .83; }
.mouse-illustration { grid-area: mouse; align-self: center; width: 56px; height: 72px; position: relative; margin: 0 0 5px 12px; transform: rotate(22deg); filter: drop-shadow(0 5px 8px rgba(0,0,0,.35)); }
.mouse-illustration::before { content: ""; position: absolute; inset: 4px 10px 15px; border-radius: 50% 50% 45% 45%; background: linear-gradient(135deg,#fff,#a7a7a7); border: 2px solid #dadada; }
.mouse-illustration::after { content: ""; position: absolute; width: 22px; height: 28px; right: 0; bottom: 0; background: #fff; clip-path: polygon(0 0, 100% 58%, 61% 65%, 80% 100%, 66% 100%, 48% 70%, 20% 95%); filter: drop-shadow(0 1px 1px #000); }
.mouse-illustration span { position: absolute; top: 10px; left: 27px; width: 2px; height: 16px; background: #777; z-index: 2; }
.hero-summary { max-width: 490px; margin: 24px 0 24px; font-size: 1.08rem; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid transparent; border-radius: 11px; cursor: pointer; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--red { background: var(--red); color: #fff; box-shadow: 0 12px 25px rgba(237,28,36,.26); }
.button--red:hover { background: #ff2a32; }
.button--outline-light { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(0,0,0,.24); backdrop-filter: blur(6px); }
.button--dark { background: #111; color: #fff; }
.button--blue { background: var(--blue); color: #fff; }

.brand-hub { background: linear-gradient(180deg,#fafafa,#fff); }
.copel-service { --copel-orange: #f57200; position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 138px; margin: 28px 0 0; padding: 24px 30px; overflow: hidden; border: 2px solid var(--copel-orange); border-radius: 22px; background: linear-gradient(115deg,#fff 0%,#fff 68%,#fff5eb 100%); box-shadow: 0 16px 36px rgba(105,58,18,.12); }
.copel-service::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 8px; background: var(--copel-orange); }
.copel-service__brand { width: 176px; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; padding: 0; border-radius: 14px; background: var(--copel-orange); }
.copel-service__brand img { width: 100%; height: 100%; object-fit: contain; }
.copel-service__message { min-height: 72px; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-left: 1px solid #ecd8c5; border-right: 1px solid #ecd8c5; text-align: center; }
.copel-service__message strong { color: #292929; font-family: var(--display); font-size: clamp(1.55rem,2.6vw,2.15rem); font-weight: 900; line-height: 1; text-transform: uppercase; }
.copel-service__message span { margin-top: 7px; color: #6b4b30; font-size: 1rem; font-weight: 800; }
.copel-service__message .copel-service__phone { margin-top: 10px; color: #292929; }
.copel-service__phone a { color: var(--copel-orange); font-size: 1.08rem; font-weight: 900; white-space: nowrap; }
.copel-service__second-copy { width: 176px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 7px 10px 9px; overflow: hidden; border-radius: 14px; background: var(--copel-orange); color: #fff; line-height: 1; text-align: center; }
.copel-service__second-copy img { width: 112px; height: 112px; flex: 0 0 auto; object-fit: contain; }
.copel-service__second-copy span { font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.copel-service__second-copy strong { color: #fff; font-family: var(--display); font-size: 1.08rem; font-weight: 900; text-transform: uppercase; }
.brand-access-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brand-access { --panel-color: #0b3e86; min-height: 430px; position: relative; display: flex; flex-direction: column; align-items: center; overflow: visible; padding: 22px 20px 20px; border: 3px solid var(--panel-color); border-radius: 22px; color: #123a76; background: linear-gradient(145deg,#fff 0%,#fafafa 74%,#f1f1f1 100%); box-shadow: 0 16px 34px rgba(14,40,82,.12); transition: transform .25s ease, box-shadow .25s ease; }
.brand-access--cfp { --panel-color: #ef8b00; }
.brand-access--graspress { --panel-color: #dd1018; }
.brand-access:hover { transform: translateY(-7px); box-shadow: 0 26px 50px rgba(14,40,82,.19); }
.brand-access__pointer { position: absolute; top: -3px; left: 50%; width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 18px solid var(--panel-color); transform: translateX(-50%); }
.brand-access__logo-box { width: 100%; height: 190px; display: grid; place-items: center; overflow: hidden; padding: 8px 14px; background: transparent; }
.brand-access__logo-box img { width: 100%; height: 100%; object-fit: contain; margin: 0; }
.brand-access--megabyte .brand-access__logo-box img, .brand-access--graspress .brand-access__logo-box img { max-width: 176px; }
.brand-access--cfp .brand-access__logo-box img { max-width: 325px; }
.brand-access__name { margin-top: -2px; color: #111; font-family: var(--display); font-size: clamp(2.15rem,3.4vw,3.15rem); font-weight: 900; line-height: .9; letter-spacing: .02em; text-align: center; }
.brand-access__name--message { width: 100%; min-height: 78px; display: grid; place-items: center; padding: 0 8px; color: #000 !important; font-size: clamp(1.22rem,1.75vw,1.62rem); line-height: 1.05; letter-spacing: .01em; }
.brand-access--cfp .brand-access__name, .brand-access--graspress .brand-access__name { color: #111; }
.brand-access__divider { width: 92%; height: 11px; position: relative; margin: 15px 0 13px; border-top: 3px solid var(--panel-color); }
.brand-access__divider::after { content: ""; position: absolute; top: -7px; left: 50%; width: 11px; height: 11px; border: 4px solid #fff; border-radius: 50%; background: var(--panel-color); transform: translateX(-50%); }
.brand-access__caption { width: 100%; padding: 8px 10px; border-radius: 8px; background: var(--panel-color); color: #fff; font-family: var(--display); font-size: clamp(1rem,1.8vw,1.35rem); font-style: italic; font-weight: 900; line-height: 1; text-align: center; }
.brand-access__features { width: 100%; display: flex; align-items: center; justify-content: center; gap: 0; margin-top: auto; padding-top: 18px; color: #123f85; }
.brand-access__features span { flex: 1; display: grid; place-items: center; min-height: 42px; padding: 0 8px; border-right: 1px solid var(--panel-color); text-align: center; }
.brand-access__features span:last-child { border-right: 0; }
.brand-access__features svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.brand-access:hover .brand-access__features svg { transform: translateY(-2px); }
.brand-access--graspress .brand-access__features { color: #9c0c12; }

.services { background: #fff; }
.center-action { margin-top: 32px; text-align: center; }
.text-link { color: var(--red); font-weight: 900; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.history { overflow: hidden; background: linear-gradient(180deg,#f1f1ef,#fbfbfa); }
.history-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.history-copy h2 { max-width: 620px; font-size: clamp(3rem,6vw,5.7rem); }
.history-year { margin: 5px 0 -4px; color: var(--red); font-family: var(--display); font-size: clamp(5rem,10vw,8.5rem); font-weight: 900; line-height: .8; }
.history-current { position: relative; min-height: 390px; margin-bottom: 28px; overflow: visible; border-radius: 26px; background: #111; box-shadow: var(--shadow); }
.history-carousel__slides { position: absolute; inset: 0; }
.history-carousel__slide { position: absolute; inset: 0; margin: 0; overflow: hidden; border-radius: 26px; opacity: 0; visibility: hidden; background: radial-gradient(circle at 50% 45%,#343434 0%,#161616 48%,#050505 100%); transform: scale(1.03); transition: opacity .5s ease, visibility .5s ease, transform .7s ease; }
.history-carousel__slide::before { content: ""; position: absolute; inset: 9px; z-index: 1; pointer-events: none; border: 1px solid rgba(255,255,255,.34); border-radius: 18px; box-shadow: inset 0 0 0 2px rgba(237,28,36,.38), inset 0 0 32px rgba(0,0,0,.72); }
.history-carousel__slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.history-carousel__slide img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 12px 24px rgba(0,0,0,.55)); }
.history-carousel__slide figcaption { position: absolute; right: 18px; bottom: 18px; z-index: 2; padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; background: rgba(0,0,0,.84); color: #fff; font-weight: 900; backdrop-filter: blur(5px); }
.history-carousel__control { position: absolute; top: 50%; z-index: 3; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(0,0,0,.58); color: #fff; cursor: pointer; font-size: 2rem; line-height: 1; transform: translateY(-50%); backdrop-filter: blur(5px); }
.history-carousel__control--prev { left: 14px; }
.history-carousel__control--next { right: 14px; }
.history-carousel__dots { position: absolute; left: 50%; bottom: -22px; z-index: 3; display: flex; gap: 7px; transform: translateX(-50%); }
.history-carousel__dot { width: 8px; height: 8px; padding: 0; border: 1px solid #aaa; border-radius: 50%; background: #fff; cursor: pointer; }
.history-carousel__dot.is-active { width: 24px; border-radius: 99px; background: var(--red); }

.city-section { min-height: 530px; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; color: #fff; }
.city-section > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.city-section__overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.75) 34%,rgba(0,0,0,.18) 74%); }
.city-section__content { padding-block: 80px; }
.city-section h2 { max-width: 620px; font-size: clamp(3.2rem,7vw,6rem); }
.city-section p { max-width: 520px; color: rgba(255,255,255,.82); }

.contact-section { background: linear-gradient(135deg,#f5f5f2,#fff 58%,#fff2f2); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.contact-copy h2 { font-size: clamp(3rem,6vw,5.4rem); }
.phone-link { display: inline-block; margin: 12px 0 4px; color: var(--red); font-family: var(--display); font-size: clamp(2.5rem,5vw,4.6rem); font-weight: 900; }
.contact-note { font-size: .9rem !important; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 32px; border: 1px solid #e5e5e1; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.contact-form label { color: #333; font-size: .9rem; font-weight: 900; }
.contact-form label:nth-child(3), .contact-form .button { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #d9d9d4; border-radius: 10px; background: #fafafa; color: #111; resize: vertical; }
.privacy-notice { grid-column: 1 / -1; margin: -4px 0 0; color: #707070; font-size: .76rem; line-height: 1.5; }
.privacy-notice a { color: var(--red-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 2px; }

.site-footer { padding: 58px 0 22px; background: #080808; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1fr; gap: 42px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid strong { margin-bottom: 7px; font-family: var(--display); font-size: 1.3rem; text-transform: uppercase; }
.footer-grid a, .footer-grid span, .footer-brand p { color: #aaa; font-size: .9rem; line-height: 1.5; }
.footer-grid a:hover { color: #fff; }
.footer-brand img { width: 92px; height: 92px; object-fit: cover; border-radius: 50%; }
.footer-brand p { max-width: 280px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid #242424; color: #777; font-size: .82rem; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 45; width: 68px; height: 68px; display: grid; place-items: center; overflow: hidden; border: 3px solid #fff; border-radius: 50%; background: #20b95a; box-shadow: 0 12px 28px rgba(0,0,0,.28); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 32px rgba(0,0,0,.32); }
.whatsapp-float img { width: 100%; height: 100%; object-fit: cover; }

/* Privacy policy */
.privacy-page { background: linear-gradient(180deg,#f4f4f1 0,#fff 34%); }
.privacy-header { padding: 18px 0; border-bottom: 1px solid #e1e1dc; background: #fff; }
.privacy-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.privacy-header__brand { display: flex; align-items: center; gap: 14px; font-family: var(--display); font-size: 1.55rem; font-weight: 900; text-transform: uppercase; }
.privacy-header__brand img { width: 68px; height: 68px; object-fit: cover; border-radius: 50%; }
.privacy-main { padding: 70px 0 90px; }
.privacy-article { width: min(850px,100%); margin-inline: auto; padding: clamp(26px,5vw,58px); border: 1px solid #e4e4df; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.privacy-article h1 { margin: 8px 0 14px; font-family: var(--display); font-size: clamp(2.8rem,7vw,5.4rem); font-weight: 900; line-height: .9; text-transform: uppercase; }
.privacy-article h2 { margin: 34px 0 10px; font-family: var(--display); font-size: 1.75rem; line-height: 1; text-transform: uppercase; }
.privacy-article p, .privacy-article li { color: #555; line-height: 1.7; }
.privacy-article ul { padding-left: 22px; }
.privacy-article a { color: var(--red-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.privacy-updated { margin: 0 0 28px; color: #777; font-size: .88rem; }

/* Internal brand pages */
.brand-page-hero { min-height: 610px; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; color: #fff; background: #0b0b0c; }
.brand-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .72; }
.brand-page-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.63) 52%,rgba(0,0,0,.25)); }
.brand-page-hero--megabyte::before { background: url("../images/loja-atual-2026.webp") center/cover; }
.brand-page-hero--cfp::before { background: radial-gradient(circle at 72% 35%,rgba(14,117,223,.8),transparent 28%),radial-gradient(circle at 85% 70%,rgba(228,170,47,.42),transparent 24%),linear-gradient(135deg,#04142b,#072c63); }
.brand-page-hero--graspress::before { background: radial-gradient(circle at 75% 35%,rgba(14,117,223,.62),transparent 30%),radial-gradient(circle at 85% 75%,rgba(237,28,36,.58),transparent 30%),linear-gradient(135deg,#090d14,#06152a); }
.brand-page-hero__inner { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: center; padding-block: 80px; }
.brand-page-hero h1 { max-width: 720px; font-size: clamp(4rem,8vw,7.2rem); }
.brand-page-hero p { max-width: 640px; color: rgba(255,255,255,.82); }
.brand-page-hero__logo { justify-self: end; width: min(410px,100%); max-height: 340px; object-fit: contain; border-radius: 24px; }
.brand-page-hero--cfp .brand-page-hero__logo { padding: 18px; background: rgba(255,255,255,.94); }
.brand-page-hero--graspress .brand-page-hero__logo, .brand-page-hero--megabyte .brand-page-hero__logo { border-radius: 50%; }
.brand-page-hero .hero-actions { margin-top: 26px; }
.brand-page-hero .eyebrow { color: #fff; }
.brand-section { padding: 90px 0; }
.brand-section--soft { background: #f4f4f2; }
.brand-section--dark { color: #fff; background: #0a0a0b; }
.brand-section h2 { font-size: clamp(3rem,6vw,5rem); }
.brand-section__header { max-width: 760px; margin-bottom: 40px; }
.brand-section--dark .brand-section__intro { color: #aaa; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { min-height: 230px; padding: 28px; border: 1px solid #e4e4df; border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.feature-card__number { display: block; margin-bottom: 24px; color: var(--red); font-family: var(--display); font-size: 2.4rem; font-weight: 900; }
.theme-cfp .feature-card__number { color: var(--blue); }
.theme-graspress .feature-card__number { color: var(--red); }
.feature-card h3 { margin: 0 0 10px; font-family: var(--display); font-size: 1.8rem; text-transform: uppercase; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.brand-cta { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 36px 42px; border-radius: 26px; background: linear-gradient(135deg,#ef1e26,#a90910); color: #fff; box-shadow: var(--shadow); }
.theme-cfp .brand-cta { background: linear-gradient(135deg,#093e85,#086fce); }
.theme-graspress .brand-cta { background: linear-gradient(135deg,#09182c,#0b4f98 54%,#b70f16); }
.brand-cta h2 { margin: 0 0 8px; font-size: clamp(2.4rem,5vw,4rem); }
.brand-cta p { margin: 0; color: rgba(255,255,255,.8); }
.brand-cta .button { background: #fff; color: #111; white-space: nowrap; }
.photo-pair { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.photo-pair img { width: 100%; height: 420px; object-fit: cover; border-radius: 24px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .brand-access__glow { animation: none; } }

@media (max-width: 980px) {
  .nav-shell { min-height: 96px; }
  .brand-logo { height: 108px; }
  .brand-logo__main { width: 108px; height: 108px; }
  .brand-logo__construction { width: 82px; padding: 5px; }
  .brand-logo__construction img { width: 42px; height: 42px; }
  .brand-logo__construction strong { font-size: .76rem; }
  .header-promo { width: min(360px,48vw); }
  .brand-logo--wide { height: 96px; }
  .brand-logo--wide .brand-logo__main { width: 160px; height: 90px; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 130px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.14); transform: translateY(-140%); opacity: 0; visibility: hidden; transition: .25s ease; }
  .site-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .site-nav a { padding: 15px 8px; border-bottom: 1px solid #eee; }
  .site-nav a::after { display: none; }
  .copel-service { grid-template-columns: auto 1fr; gap: 18px 24px; }
  .copel-service__message { padding-right: 0; border-right: 0; }
  .copel-service__second-copy { grid-column: 1 / -1; justify-self: center; }
  .brand-access-grid { grid-template-columns: repeat(3,1fr); }
  .brand-access { min-height: 390px; padding: 18px; }
  .brand-access__logo-box { height: 164px; padding: 8px; }
  .history-intro, .contact-layout, .brand-page-hero__inner { grid-template-columns: 1fr; }
  .brand-page-hero__logo { justify-self: start; width: 270px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 70px 0; }
  .utility-bar__inner { min-height: 42px; font-size: .7rem; }
  .utility-bar__inner span { max-width: 48%; }
  .nav-shell { min-height: 80px; flex-wrap: wrap; padding-bottom: 12px; }
  .brand-logo { height: 88px; gap: 6px; margin-bottom: -10px; }
  .brand-logo__main { width: 88px; height: 88px; }
  .brand-logo__construction { width: 68px; padding: 4px; border-radius: 8px; }
  .brand-logo__construction img { width: 34px; height: 34px; }
  .brand-logo__construction strong { font-size: .64rem; }
  .header-promo { order: 3; width: 100%; max-width: none; aspect-ratio: 4 / 1; margin-top: 2px; }
  .header-promo strong { font-size: 1.15rem; }
  .brand-logo--wide { height: 76px; }
  .brand-logo--wide .brand-logo__main { width: 126px; height: 71px; }
  .site-nav { top: 205px; }
  .home-hero, .home-hero__content { min-height: 660px; }
  .home-hero__photo { object-position: 64% center; }
  .home-hero__shade { background: linear-gradient(90deg,rgba(0,0,0,.97),rgba(0,0,0,.8) 58%,rgba(0,0,0,.38)); }
  .hero-message { width: 100%; padding: 58px 0 42px; }
  .display-slogan { transform-origin: left center; }
  .slogan-tudo { font-size: clamp(4.3rem,22vw,6.2rem); }
  .slogan-voce { font-size: clamp(3.2rem,15vw,4.4rem); }
  .slogan-precisa { font-size: clamp(4.1rem,19vw,5.6rem); }
  .slogan-lugar { font-size: clamp(3.7rem,17vw,5.2rem); }
  .mouse-illustration { width: 45px; margin-left: 4px; }
  .hero-actions .button { width: 100%; }
  .copel-service { grid-template-columns: 1fr; gap: 18px; padding: 25px 22px; text-align: center; }
  .copel-service__brand { justify-self: center; }
  .copel-service__message { min-height: 0; padding: 18px 0; border: 0; border-top: 1px solid #ecd8c5; border-bottom: 1px solid #ecd8c5; }
  .copel-service__message strong { font-size: 1.7rem; }
  .copel-service__second-copy { grid-column: auto; justify-self: center; }
  .brand-access-grid, .feature-grid { grid-template-columns: 1fr; }
  .brand-access { min-height: 410px; }
  .history-intro { gap: 30px; }
  .history-current { min-height: 310px; }
  .city-section { min-height: 620px; align-items: end; }
  .city-section__overlay { background: linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.92) 65%); }
  .contact-layout { gap: 30px; }
  .phone-link { font-size: 2.7rem; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form label, .contact-form label:nth-child(3), .contact-form .button, .privacy-notice { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .brand-page-hero { min-height: 720px; }
  .brand-page-hero__inner { padding-block: 60px; }
  .brand-page-hero h1 { font-size: clamp(3.8rem,19vw,5.4rem); }
  .brand-page-hero__logo { width: 220px; }
  .brand-cta { grid-template-columns: 1fr; padding: 28px; }
  .brand-cta .button { width: 100%; }
  .photo-pair { grid-template-columns: 1fr; }
  .photo-pair img { height: 300px; }
}

@media (max-width: 430px) {
  .slogan-tudo { font-size: 4rem; }
  .slogan-voce { font-size: 3rem; }
  .slogan-precisa { font-size: 3.85rem; }
  .slogan-lugar { font-size: 3.45rem; }
  .slogan-que { font-size: 1.45rem; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Temporary holding pages for the three brands. */
.construction-page { --construction-accent: #ed1c24; min-height: 100vh; background: #f4f4f1; }
.construction-page--cfp { --construction-accent: #ef8b00; }
.construction-page--graspress { --construction-accent: #dd1018; }
.construction-screen { min-height: 100vh; display: grid; place-items: center; padding: 32px 18px; background: linear-gradient(135deg,rgba(255,255,255,.95),rgba(244,244,241,.82)), repeating-linear-gradient(-45deg,transparent 0 24px,rgba(0,0,0,.035) 24px 48px); }
.construction-card { width: min(520px,100%); display: grid; justify-items: center; padding: clamp(28px,6vw,54px); border-top: 7px solid var(--construction-accent); border-radius: 26px; background: #fff; box-shadow: 0 24px 65px rgba(0,0,0,.14); text-align: center; }
.construction-card--wide { width: min(680px,100%); }
.construction-card__brand { width: min(230px,64vw); max-height: 230px; object-fit: contain; }
.construction-card--wide .construction-card__brand { width: min(520px,82vw); max-height: 230px; }
.construction-card__sign { width: 92px; height: 92px; object-fit: contain; margin: 26px 0 10px; padding: 5px; border-radius: 14px; background: #fff; }
.construction-card h1 { margin: 0; color: #111; font-family: var(--display); font-size: clamp(3rem,9vw,5.4rem); font-weight: 900; line-height: .9; letter-spacing: .02em; }
.construction-card__back { margin-top: 28px; padding: 12px 22px; border-radius: 999px; background: var(--construction-accent); color: #fff; font-weight: 900; box-shadow: 0 10px 24px color-mix(in srgb,var(--construction-accent) 28%,transparent); }
.construction-card__back:hover { transform: translateY(-2px); }
