/*
Theme Name: Orange Light
Theme URI: https://orangeperu.com.pe/
Author: Orange Business Solution
Author URI: https://orangeperu.com.pe/
Description: Tema WordPress ligero, moderno y compatible con WooCommerce para Orange Peru.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: orange-light
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --ol-orange: #ff6500;
  --ol-orange-dark: #dc5100;
  --ol-black: #090909;
  --ol-charcoal: #181818;
  --ol-text: #242424;
  --ol-muted: #667085;
  --ol-line: #e8e8e8;
  --ol-soft: #f5f6f8;
  --ol-white: #fff;
  --ol-success: #19a463;
  --ol-radius: 20px;
  --ol-shadow: 0 18px 55px rgba(16, 24, 40, .09);
  --ol-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ol-text);
  background: var(--ol-white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { width: auto; height: auto; padding: 12px 18px; margin: 8px; clip: auto; background: #fff; color: #111; z-index: 99999; }
.ol-container { width: min(calc(100% - 40px), var(--ol-container)); margin-inline: auto; }
.ol-section { padding: 92px 0; }
.ol-section--soft { background: var(--ol-soft); }
.ol-kicker { margin: 0 0 10px; color: var(--ol-orange); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ol-title { margin: 0; color: var(--ol-black); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; letter-spacing: -.045em; }
.ol-lead { max-width: 680px; margin: 18px auto 0; color: var(--ol-muted); font-size: 1.06rem; }
.ol-section-heading { margin-bottom: 42px; text-align: center; }
.ol-btn {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 22px; border: 1px solid transparent; border-radius: 11px; font-weight: 750;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.ol-btn:hover { transform: translateY(-2px); }
.ol-btn--primary { color: #fff; background: var(--ol-orange); box-shadow: 0 10px 26px rgba(255, 101, 0, .26); }
.ol-btn--primary:hover { background: var(--ol-orange-dark); }
.ol-btn--dark { color: #fff; background: var(--ol-black); }
.ol-btn--outline { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }

/* Header */
.ol-topbar { color: #d2d2d2; background: #050505; font-size: .78rem; }
.ol-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ol-topbar__links { display: flex; gap: 20px; }
.ol-topbar a:hover { color: #fff; }
.ol-header { position: relative; z-index: 80; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(0,0,0,.06); }
.ol-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(0,0,0,.08); }
.ol-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.ol-brand { display: inline-flex; align-items: center; flex: 0 0 auto; color: var(--ol-black); font-size: 1.28rem; font-weight: 900; letter-spacing: -.035em; }
.ol-brand span { color: var(--ol-orange); }
.ol-brand img { width: auto; max-height: 42px; }
.ol-nav { margin-left: auto; }
.ol-menu { display: flex; align-items: center; gap: 3px; margin: 0; padding: 0; list-style: none; }
.ol-menu li { position: relative; }
.ol-menu a { display: flex; padding: 12px 11px; color: #333; font-size: .91rem; font-weight: 650; }
.ol-menu a:hover, .ol-menu .current-menu-item > a { color: var(--ol-orange); }
.ol-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 220px; margin: 0; padding: 9px; list-style: none; visibility: hidden; opacity: 0; transform: translateY(8px); background: #fff; border: 1px solid var(--ol-line); border-radius: 14px; box-shadow: var(--ol-shadow); transition: .2s ease; }
.ol-menu li:hover > .sub-menu, .ol-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.ol-menu-toggle { display: none; width: 46px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--ol-line); border-radius: 10px; background: #fff; }
.ol-menu-toggle span, .ol-menu-toggle::before, .ol-menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; background: #111; }
.ol-menu-toggle span { margin: 4px 0; }
.ol-cart-link { position: relative; padding: 10px; font-weight: 800; }
.ol-cart-count { position: absolute; top: 1px; right: 1px; min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; color: #fff; background: var(--ol-orange); border-radius: 50px; font-size: .65rem; }

/* Hero */
.ol-hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--ol-black); }
.ol-hero::before { content: ""; position: absolute; inset: -20% 35% -40% -15%; background: radial-gradient(circle, rgba(255,101,0,.22), transparent 62%); pointer-events: none; }
.ol-hero__media { position: absolute; inset: 0 0 0 45%; }
.ol-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #090909 0%, rgba(9,9,9,.55) 34%, rgba(9,9,9,.08) 70%), linear-gradient(0deg, rgba(9,9,9,.45), transparent 48%); }
.ol-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ol-hero__fallback { position: absolute; inset: 0; background: radial-gradient(circle at 75% 42%, rgba(255,101,0,.3), transparent 22%), linear-gradient(120deg,#090909 25%,#262626); }
.ol-hero__content { position: relative; z-index: 2; max-width: 680px; padding: 90px 0; }
.ol-hero__eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ol-hero__eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--ol-orange); }
.ol-hero h1 { max-width: 670px; margin: 0; font-size: clamp(3rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.06em; }
.ol-hero h1 em { color: var(--ol-orange); font-style: normal; }
.ol-hero__text { max-width: 590px; margin: 25px 0 0; color: #dadada; font-size: clamp(1rem, 1.6vw, 1.18rem); }
.ol-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.ol-hero__micro { display: flex; flex-wrap: wrap; gap: 25px; margin: 34px 0 0; padding: 0; list-style: none; color: #e6e6e6; font-size: .86rem; font-weight: 650; }
.ol-hero__micro li::before { content: "✓"; display: inline-grid; width: 20px; height: 20px; place-items: center; margin-right: 7px; color: #fff; background: rgba(255,101,0,.18); border: 1px solid rgba(255,101,0,.55); border-radius: 50%; font-size: .68rem; }

/* Stats and cards */
.ol-stats { position: relative; z-index: 5; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--ol-line); }
.ol-stats__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.ol-stat { padding: 30px 24px; border-right: 1px solid var(--ol-line); }
.ol-stat:last-child { border-right: 0; }
.ol-stat strong { display: block; color: var(--ol-black); font-size: 1.35rem; line-height: 1.2; }
.ol-stat span { color: var(--ol-muted); font-size: .84rem; }
.ol-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.ol-plan { position: relative; display: flex; flex-direction: column; padding: 32px; background: #fff; border: 1px solid var(--ol-line); border-radius: var(--ol-radius); box-shadow: 0 8px 28px rgba(16,24,40,.05); }
.ol-plan--featured { border: 2px solid var(--ol-orange); box-shadow: 0 20px 55px rgba(255,101,0,.13); transform: translateY(-8px); }
.ol-plan__badge { position: absolute; top: 0; left: 50%; padding: 7px 15px; color: #fff; background: var(--ol-orange); border-radius: 0 0 10px 10px; transform: translateX(-50%); font-size: .7rem; font-weight: 850; text-transform: uppercase; white-space: nowrap; }
.ol-plan h3 { margin: 8px 0 3px; color: #111; font-size: 1.45rem; }
.ol-plan__sub { min-height: 48px; margin: 0; color: var(--ol-muted); font-size: .9rem; }
.ol-plan__price { margin: 22px 0 3px; color: #111; font-size: 2.25rem; font-weight: 900; letter-spacing: -.045em; }
.ol-plan__price small { font-size: .8rem; font-weight: 600; color: var(--ol-muted); letter-spacing: 0; }
.ol-plan__renewal { margin: 0 0 22px; color: var(--ol-muted); font-size: .78rem; }
.ol-plan ul { flex: 1; margin: 0 0 26px; padding: 0; list-style: none; }
.ol-plan li { position: relative; padding: 7px 0 7px 25px; color: #454545; font-size: .9rem; }
.ol-plan li::before { content: "✓"; position: absolute; left: 0; top: 8px; color: var(--ol-orange); font-weight: 900; }

/* Domains and features */
.ol-domain-box { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: center; padding: 54px; background: #fff; border: 1px solid var(--ol-line); border-radius: 26px; box-shadow: var(--ol-shadow); }
.ol-domain-search { display: flex; margin-top: 26px; padding: 6px; background: var(--ol-soft); border: 1px solid var(--ol-line); border-radius: 14px; }
.ol-domain-search input { min-width: 0; flex: 1; padding: 12px 14px; border: 0; outline: 0; background: transparent; }
.ol-domain-search button { padding-inline: 22px; border: 0; }
.ol-domain-prices { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.ol-domain-chip { padding: 8px 12px; border: 1px solid var(--ol-line); border-radius: 9px; color: #555; font-size: .84rem; }
.ol-domain-chip b { color: var(--ol-orange); }
.ol-domain-visual { min-height: 280px; display: grid; place-items: center; border-radius: 22px; color: #fff; background: radial-gradient(circle at 50% 35%, #ff7a22, transparent 24%), linear-gradient(145deg, #101010, #242424); overflow: hidden; }
.ol-domain-visual__globe { width: 150px; height: 150px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 3.4rem; box-shadow: 0 0 60px rgba(255,101,0,.35); }
.ol-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.ol-feature { padding: 28px; border: 1px solid var(--ol-line); border-radius: 17px; background: #fff; }
.ol-feature__icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 18px; color: var(--ol-orange); background: rgba(255,101,0,.1); border-radius: 12px; font-size: 1.3rem; font-weight: 900; }
.ol-feature h3 { margin: 0 0 7px; color: #111; font-size: 1.03rem; }
.ol-feature p { margin: 0; color: var(--ol-muted); font-size: .89rem; }

/* CTA and support */
.ol-trial { position: relative; overflow: hidden; color: #fff; background: #080808; }
.ol-trial::after { content: ""; position: absolute; width: 520px; height: 520px; top: -240px; right: -90px; background: radial-gradient(circle, rgba(255,101,0,.34), transparent 66%); }
.ol-trial__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 76px 0; }
.ol-trial h2 { max-width: 660px; margin: 0; font-size: clamp(2.2rem,4.2vw,4rem); line-height: 1.02; letter-spacing: -.05em; }
.ol-trial h2 span { color: var(--ol-orange); }
.ol-support { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.ol-video { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #161616; border-radius: 22px; box-shadow: var(--ol-shadow); }
.ol-video img { width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.ol-video__play { position: absolute; inset: 50% auto auto 50%; width: 72px; height: 72px; display: grid; place-items: center; transform: translate(-50%,-50%); color: #fff; background: var(--ol-orange); border-radius: 50%; box-shadow: 0 0 0 12px rgba(255,255,255,.13); font-size: 1.35rem; }
.ol-video__embed { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ol-support__copy .ol-title { font-size: clamp(2rem,3.4vw,3.2rem); }
.ol-support__copy p:not(.ol-kicker) { color: var(--ol-muted); }
.ol-partners { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 54px; padding: 30px 0; color: #848484; border-top: 1px solid var(--ol-line); font-size: 1.35rem; font-weight: 850; }

/* Content and WooCommerce */
.ol-main { min-height: 55vh; padding: 70px 0; }
.ol-content { width: min(100%, 820px); margin-inline: auto; }
.ol-entry { margin-bottom: 45px; }
.ol-entry-title { margin: 0 0 12px; font-size: clamp(2rem,4vw,3.4rem); line-height: 1.08; }
.ol-entry-meta { color: var(--ol-muted); font-size: .84rem; }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button { color: #fff !important; background: var(--ol-orange) !important; border-radius: 9px !important; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--ol-orange); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--ol-orange); }

/* Footer */
.ol-footer { color: #aaa; background: #090909; }
.ol-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 50px; padding: 68px 0 48px; }
.ol-footer h3, .ol-footer h4 { margin: 0 0 16px; color: #fff; }
.ol-footer p { margin: 0 0 14px; font-size: .88rem; }
.ol-footer ul { margin: 0; padding: 0; list-style: none; }
.ol-footer li { margin: 8px 0; font-size: .86rem; }
.ol-footer a:hover { color: var(--ol-orange); }
.ol-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; border-top: 1px solid #282828; font-size: .78rem; }

@media (max-width: 1050px) {
  .ol-header__cta { display: none; }
  .ol-menu a { padding-inline: 8px; font-size: .84rem; }
  .ol-hero__media { left: 38%; }
  .ol-plans { gap: 14px; }
  .ol-plan { padding: 26px; }
}
@media (max-width: 860px) {
  .ol-topbar__links a:not(:last-child) { display: none; }
  .ol-menu-toggle { display: block; }
  .ol-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 12px 20px 22px; background: #fff; border-top: 1px solid var(--ol-line); box-shadow: 0 15px 30px rgba(0,0,0,.08); }
  .ol-nav.is-open { display: block; }
  .ol-menu { align-items: stretch; flex-direction: column; }
  .ol-menu a { padding: 12px; font-size: .95rem; }
  .ol-menu .sub-menu { position: static; display: block; visibility: visible; opacity: 1; transform: none; box-shadow: none; border: 0; padding: 0 0 0 15px; }
  .ol-cart-link { margin-left: auto; }
  .ol-hero { min-height: 700px; align-items: end; }
  .ol-hero__media { inset: 0; opacity: .72; }
  .ol-hero__media::after { background: linear-gradient(0deg,#090909 12%,rgba(9,9,9,.65) 68%,rgba(9,9,9,.22)); }
  .ol-hero__content { max-width: 650px; padding: 150px 0 62px; }
  .ol-stats__grid { grid-template-columns: repeat(2,1fr); }
  .ol-stat:nth-child(2) { border-right: 0; }
  .ol-stat:nth-child(-n+2) { border-bottom: 1px solid var(--ol-line); }
  .ol-plans { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .ol-plan--featured { transform: none; }
  .ol-domain-box, .ol-support { grid-template-columns: 1fr; }
  .ol-domain-box { padding: 34px; }
  .ol-domain-visual { min-height: 220px; }
  .ol-features { grid-template-columns: repeat(2,1fr); }
  .ol-trial__inner { align-items: flex-start; flex-direction: column; }
  .ol-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .ol-container { width: min(calc(100% - 28px), var(--ol-container)); }
  .ol-section { padding: 68px 0; }
  .ol-topbar__inner { justify-content: center; }
  .ol-topbar__inner > span { display: none; }
  .ol-header__inner { min-height: 66px; gap: 10px; }
  .ol-brand { font-size: 1.1rem; }
  .ol-brand img { max-height: 35px; max-width: 145px; }
  .ol-hero { min-height: 670px; }
  .ol-hero h1 { font-size: clamp(2.65rem,13vw,4rem); }
  .ol-hero__actions .ol-btn { width: 100%; }
  .ol-hero__micro { gap: 12px; flex-direction: column; }
  .ol-stat { padding: 22px 15px; }
  .ol-stat strong { font-size: 1.12rem; }
  .ol-domain-box { padding: 25px 20px; }
  .ol-domain-search { flex-direction: column; }
  .ol-domain-search button { width: 100%; }
  .ol-features { grid-template-columns: 1fr; }
  .ol-trial__inner { padding: 62px 0; }
  .ol-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .ol-footer__bottom { flex-direction: column; }
}

