/*
Theme Name: JRO Team Astra Child
Theme URI: https://jroteam.com.br
Description: Site oficial de Junior Oliveira, desenvolvido como tema filho do Astra.
Author: JRO Team
Template: astra
Version: 1.0.0
Text Domain: jroteam
*/

:root {
  --ink: #0a0b10;
  --ink-soft: #12141c;
  --paper: #f7f8fb;
  --white: #ffffff;
  --muted: #aeb4c3;
  --line: rgba(255,255,255,.13);
  --cyan: #40dcff;
  --blue: #246bff;
  --pink: #ff3ca6;
  --yellow: #ffcf4a;
  --green: #48e2a0;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0,0,0,.25);
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body.jro-site { margin: 0; background: var(--ink); color: var(--white); font-family: "Segoe UI", Inter, system-ui, -apple-system, sans-serif; font-size: 17px; line-height: 1.65; }
body.jro-site.menu-open { overflow: hidden; }
.jro-site img { display: block; max-width: 100%; height: auto; }
.jro-site a { color: inherit; text-decoration: none; }
.jro-site button, .jro-site a { -webkit-tap-highlight-color: transparent; }
.jro-site :focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.jro-wrap { width: var(--wrap); margin-inline: auto; }
.jro-skip { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 16px; background: var(--white); color: var(--ink); border-radius: 8px; }
.jro-skip:focus { top: 12px; }

.jro-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--line); background: rgba(10,11,16,.88); backdrop-filter: blur(18px); }
.jro-nav { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.jro-brand { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 6px 11px; border-radius: 10px; background: var(--white); }
.jro-brand img { width: auto; height: 52px; }
.jro-menu { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.jro-menu a { padding: 10px 12px; border-radius: 10px; color: #dfe3ee; font-size: .92rem; font-weight: 650; }
.jro-menu a:hover, .jro-menu a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.08); }
.jro-menu .jro-nav-cta { margin-left: 8px; padding: 11px 16px; color: var(--ink); background: var(--cyan); }
.jro-menu .jro-nav-cta:hover { color: var(--ink); background: var(--white); }
.jro-menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: transparent; color: var(--white); }
.jro-menu-toggle span, .jro-menu-toggle::before, .jro-menu-toggle::after { content: ""; display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.menu-open .jro-menu-toggle span { opacity: 0; }
.menu-open .jro-menu-toggle::before { transform: translateY(7px) rotate(45deg); }
.menu-open .jro-menu-toggle::after { transform: translateY(-7px) rotate(-45deg); }

.jro-main { overflow: hidden; }
.jro-section { padding: clamp(72px, 9vw, 128px) 0; position: relative; }
.jro-section--paper { background: var(--paper); color: var(--ink); }
.jro-section--soft { background: var(--ink-soft); }
.jro-eyebrow { margin: 0 0 14px; color: var(--cyan); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.jro-section--paper .jro-eyebrow { color: #0759d8; }
.jro-title { margin: 0; max-width: 840px; font-size: clamp(2.35rem, 5.2vw, 5rem); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.jro-title em { color: var(--cyan); font-style: normal; }
.jro-h2 { margin: 0; max-width: 760px; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.04; letter-spacing: -.045em; }
.jro-h3 { margin: 0; font-size: clamp(1.28rem, 2vw, 1.65rem); line-height: 1.15; letter-spacing: -.025em; }
.jro-lead { max-width: 700px; margin: 22px 0 0; color: #c5cad7; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.jro-section--paper .jro-lead { color: #4d5567; }
.jro-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.jro-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.15; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.jro-btn:hover { transform: translateY(-2px); }
.jro-btn--primary { color: var(--ink); background: var(--cyan); }
.jro-btn--primary:hover { color: var(--ink); background: var(--white); }
.jro-btn--secondary { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.jro-btn--secondary:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.jro-section--paper .jro-btn--secondary { color: var(--ink); border-color: #b7bdc8; background: transparent; }
.jro-btn--dark, .jro-book-card .jro-btn--dark { color: var(--white) !important; background: var(--ink); }
.jro-btn--pink { color: var(--white); background: #ca146f; }
.jro-btn svg { width: 18px; height: 18px; }

.jro-hero { min-height: calc(100vh - 78px); display: grid; align-items: center; isolation: isolate; }
.jro-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 77% 34%, rgba(36,107,255,.34), transparent 31%), radial-gradient(circle at 66% 70%, rgba(255,60,166,.18), transparent 28%); }
.jro-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, #000 50%); }
.jro-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(30px, 6vw, 84px); }
.jro-hero-copy { padding: 64px 0; }
.jro-hero-title { margin: 0; font-size: clamp(3rem, 6.1vw, 5.7rem); line-height: .9; letter-spacing: -.065em; font-weight: 880; }
.jro-hero-title span { display: block; color: var(--cyan); }
.jro-hero .jro-lead { margin-top: 18px; font-size: clamp(1rem, 1.55vw, 1.15rem); }
.jro-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; }
.jro-pill { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: #d7dbe6; font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.jro-hero-visual { position: relative; min-height: 640px; align-self: end; }
.jro-hero-visual::before { content: ""; position: absolute; inset: 14% 2% 6% 9%; border-radius: 45% 45% 15% 15%; background: linear-gradient(155deg, var(--cyan), var(--blue) 52%, var(--pink)); box-shadow: var(--shadow); transform: rotate(3deg); }
.jro-hero-visual img { position: absolute; inset: auto 0 0; width: min(100%, 580px); max-height: 690px; margin-inline: auto; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(0,0,0,.35)); }
.jro-note { position: absolute; right: 0; bottom: 8%; z-index: 2; max-width: 210px; padding: 15px 18px; color: var(--ink); background: var(--yellow); border-radius: 15px; box-shadow: var(--shadow); font-size: .9rem; font-weight: 800; transform: rotate(-4deg); }

.jro-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 90px); align-items: center; }
.jro-media { position: relative; overflow: hidden; min-height: 520px; border-radius: var(--radius); background: #20232e; box-shadow: var(--shadow); }
.jro-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.jro-media--portrait img { object-position: 50% 18%; }
.jro-media--cutout { background: linear-gradient(145deg, #edf6f8 0%, #d9eef3 54%, #f6f2fb 100%); }
.jro-media--cutout img { object-fit: contain; object-position: center bottom; padding: 14px 0 0; filter: drop-shadow(0 20px 18px rgba(18,25,40,.23)); }
.jro-media-badge { position: absolute; left: 20px; bottom: 20px; max-width: 260px; padding: 14px 16px; border-radius: 14px; color: var(--ink); background: var(--cyan); font-size: .88rem; font-weight: 800; }
.jro-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.jro-feature-list li { min-height: 94px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.045); }
.jro-section--paper .jro-feature-list li { border-color: #d9dde5; background: var(--white); }
.jro-feature-list strong { display: block; margin-bottom: 4px; font-size: .98rem; }
.jro-feature-list span { display: block; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.jro-section--paper .jro-feature-list span { color: #626a7a; }

.jro-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 44px; }
.jro-portfolio-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.jro-card { position: relative; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.jro-card p { margin: 14px 0 0; color: var(--muted); }
.jro-card-num { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; margin-bottom: 50px; border-radius: 50%; color: var(--ink); background: var(--cyan); font-size: .8rem; font-weight: 850; }
.jro-card:nth-child(2) .jro-card-num { background: var(--pink); color: var(--white); }
.jro-card:nth-child(3) .jro-card-num { background: var(--yellow); }
.jro-card-link { display: block; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.jro-card-link:hover { border-color: var(--cyan); background: rgba(255,255,255,.085); transform: translateY(-4px); }
.jro-card-link .jro-link-arrow { display: inline-flex; margin-top: 24px; color: var(--cyan); font-size: .88rem; font-weight: 800; }
.jro-section--paper .jro-card { border-color: #dce0e8; background: var(--white); box-shadow: 0 18px 45px rgba(18,25,40,.07); }
.jro-section--paper .jro-card p { color: #5d6574; }

.jro-book-highlight { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 44px; }
.jro-book-highlight article { display: grid; grid-template-columns: 40% 1fr; gap: 18px; align-items: center; min-height: 250px; padding: 22px; overflow: hidden; border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: 0 20px 50px rgba(0,0,0,.11); }
.jro-book-highlight img { width: 100%; max-height: 220px; object-fit: contain; filter: drop-shadow(0 12px 14px rgba(0,0,0,.2)); }
.jro-book-highlight p { margin: 10px 0 0; color: #656c7a; font-size: .9rem; }
.jro-materials-home { color: var(--white); background: linear-gradient(120deg, var(--ink), #123a51); }
.jro-materials-home .jro-h2, .jro-materials-home .jro-lead { color: var(--white); }
.jro-materials-home-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.jro-materials-home-inner .jro-lead { max-width: 720px; margin-bottom: 0; }
.jro-instagram-section { background: #f3f5f8; }
.jro-instagram-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.jro-instagram-heading .jro-lead { margin-bottom: 0; }
.jro-instagram-feed { margin-top: 34px; }
.jro-instagram-ready { display: grid; place-items: center; min-height: 170px; padding: 28px; border: 1px dashed #bec8d5; border-radius: var(--radius); color: #616d7d; background: var(--white); text-align: center; }
.jro-instagram-ready span { color: var(--pink); font-size: 2.5rem; }
.jro-instagram-ready p { max-width: 460px; margin: 10px 0 0; }

.jro-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 44px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.jro-stat { padding: 26px; background: var(--ink-soft); }
.jro-stat strong { display: block; color: var(--cyan); font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1; letter-spacing: -.04em; }
.jro-stat span { display: block; margin-top: 10px; color: var(--muted); font-size: .85rem; line-height: 1.4; }

.jro-reviews-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.jro-rating { display: inline-flex; align-items: baseline; gap: 8px; color: var(--ink); font-weight: 800; white-space: nowrap; }
.jro-rating strong { color: #0759d8; font-size: 2rem; letter-spacing: -.05em; }
.jro-rating span { color: #626a7a; font-size: .85rem; }
.jro-review-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 38px; }
.jro-review { display: flex; min-height: 260px; flex-direction: column; padding: 24px; border: 1px solid #dce0e8; border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 45px rgba(18,25,40,.07); }
.jro-review-mark { color: var(--pink); font-family: Georgia, serif; font-size: 3rem; line-height: .7; }
.jro-review blockquote { margin: 20px 0; color: #272c38; font-size: .98rem; line-height: 1.55; }
.jro-review footer { margin-top: auto; color: #687080; font-size: .82rem; font-style: normal; font-weight: 750; }

.jro-cta { padding: clamp(42px, 7vw, 80px); overflow: hidden; border-radius: 32px; background: linear-gradient(130deg, #125fe5, #1b31a8 54%, #a31162); box-shadow: var(--shadow); }
.jro-cta .jro-h2 { max-width: 820px; }

.jro-page-hero { padding: clamp(76px, 9vw, 124px) 0 76px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 35%, rgba(64,220,255,.16), transparent 28%); }
.jro-breadcrumb { margin-bottom: 22px; color: var(--muted); font-size: .85rem; }
.jro-breadcrumb a:hover { color: var(--white); }
.jro-anchor-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.jro-anchor-nav a { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; }
.jro-anchor-nav a:hover { background: var(--cyan); color: var(--ink); }

.jro-info-bar { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); overflow: hidden; border: 1px solid #dce0e8; border-radius: var(--radius); background: #dce0e8; gap: 1px; }
.jro-info-bar div { padding: 22px 18px; background: var(--white); }
.jro-info-bar strong { display: block; font-size: .92rem; }
.jro-info-bar span { color: #606877; font-size: .84rem; }
.jro-profile { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(32px, 6vw, 84px); align-items: start; }
.jro-profile-label { position: sticky; top: 118px; }
.jro-profile-label .jro-h2 { margin-top: 8px; }
.jro-profile-copy > p:first-child { margin-top: 0; font-size: 1.22rem; color: #dfe3ed; }
.jro-checks { display: grid; gap: 10px; padding: 0; margin: 26px 0 0; list-style: none; }
.jro-checks li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; }
.jro-checks li::before { content: "✓"; display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); background: var(--green); font-size: .8rem; font-weight: 900; }
.jro-video { overflow: hidden; margin-top: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #000; aspect-ratio: 16/9; box-shadow: var(--shadow); }
.jro-video iframe { width: 100%; height: 100%; border: 0; }

.jro-catalog { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 38px; }
.jro-book-card { display: flex; min-height: 100%; flex-direction: column; padding: 22px; border: 1px solid #dce0e8; border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 45px rgba(18,25,40,.07); }
.jro-book-cover { display: grid; place-items: center; height: 330px; margin-bottom: 22px; padding: 12px; overflow: hidden; border-radius: 16px; background: #eef1f6; }
.jro-book-cover img { display: block; inline-size: 100% !important; block-size: 100% !important; max-inline-size: 100% !important; max-block-size: 100% !important; object-fit: contain; filter: drop-shadow(0 14px 16px rgba(0,0,0,.22)); }
.jro-book-card p { color: #5f6675; }
.jro-book-card .jro-actions { margin-top: auto; padding-top: 18px; gap: 8px; }
.jro-book-card .jro-btn { min-height: 43px; padding: 10px 14px; font-size: .82rem; }

/* Materiais de estudo */
.jro-page-hero--tools { background: linear-gradient(122deg, #071a2c 0%, #10364e 57%, #173a48 100%); }
.jro-tools-grid, .jro-print-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.jro-tool-card { min-height: 390px; padding: 30px; border: 1px solid #dce4ec; border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 45px rgba(18,25,40,.07); }
.jro-tool-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 14px; color: var(--white); background: var(--ink); font-size: 1.5rem; }
.jro-tool-card p { color: #5f6675; }
.jro-tempo-readout { display: flex; align-items: baseline; gap: 8px; margin: 22px 0 8px; }
.jro-tempo-readout output { color: var(--ink); font-size: 3rem; font-weight: 800; line-height: 1; }
.jro-tempo-readout span { color: #6e7480; font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.jro-range { width: 100%; accent-color: var(--pink); }
.jro-beats-row { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 16px; }
.jro-beats-row label { display: grid; gap: 6px; color: #5b6574; font-size: .76rem; font-weight: 800; letter-spacing: .02em; }
.jro-beats-row select { min-width: 100px; padding: 8px 10px; border: 1px solid #d6dce5; border-radius: 8px; color: var(--ink); background: var(--white); font: inherit; }
.jro-beat-counter { padding-bottom: 8px; color: var(--pink); font-size: .76rem; font-weight: 800; white-space: nowrap; }
.jro-volume-control { display: block; margin-top: 16px; color: #5b6574; font-size: .76rem; font-weight: 800; letter-spacing: .02em; }
.jro-volume-control output { float: right; color: var(--pink); }
.jro-volume-control .jro-range { display: block; margin-top: 7px; }
.jro-tool-actions { display: flex; align-items: center; gap: 8px; margin-top: 22px; }
.jro-icon-button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid #ccd4df; border-radius: 50%; color: var(--ink); background: var(--white); font-size: 1.4rem; cursor: pointer; }
.jro-note-readout { min-height: 82px; margin: 20px 0 8px; color: var(--pink); font-size: 4.5rem; font-weight: 800; line-height: 1; }
.jro-tuner-meter { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; margin: 8px 0 12px; color: #7b8491; font-size: .66rem; font-weight: 800; white-space: nowrap; }
.jro-tuner-track { position: relative; height: 7px; border-radius: 10px; background: linear-gradient(90deg, #61b4e3, var(--pink) 48%, #61b4e3); }
.jro-tuner-track::after { position: absolute; top: -4px; bottom: -4px; left: 50%; width: 2px; border-radius: 2px; background: var(--ink); content: ''; }
.jro-tuner-track i { position: absolute; z-index: 1; top: 50%; left: 50%; width: 15px; height: 15px; border: 3px solid var(--white); border-radius: 50%; background: var(--pink); box-shadow: 0 2px 5px rgba(0,0,0,.18); transform: translate(-50%, -50%); transition: left .12s ease, background .12s ease; }
.jro-tuner-meter.is-in-tune .jro-tuner-track i { background: #13a66a; }
.jro-tuner-status { min-height: 42px; margin-bottom: 18px; font-size: .9rem; }
.jro-tool-note { margin-top: 14px; font-size: .78rem; }
.jro-strings { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin: 26px 0 20px; }
.jro-strings button { padding: 8px 2px; border: 0; border-radius: 8px; color: #717987; background: #eef1f6; text-align: center; font-size: .68rem; cursor: pointer; transition: transform .2s, background .2s; }
.jro-strings button:hover, .jro-note-buttons button:hover { color: var(--white); background: var(--pink); transform: translateY(-2px); }
.jro-strings b { color: var(--ink); font-size: 1.05rem; }
.jro-strings button:hover b { color: var(--white); }
.jro-text-link { color: var(--pink); font-weight: 800; text-decoration: none; }
.jro-tuning-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.jro-tuning-card { padding: 24px; border: 1px solid #dce4ec; border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 35px rgba(18,25,40,.06); }
.jro-tuning-card p { min-height: 38px; color: #687181; font-size: .86rem; }
.jro-note-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.jro-note-buttons button { min-width: 42px; padding: 10px 8px; border: 1px solid #d5dbe4; border-radius: 8px; color: var(--ink); background: var(--white); font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.jro-section--dark { color: var(--white); background: var(--ink); }
.jro-section--dark .jro-h2, .jro-section--dark .jro-lead { color: var(--white); }
.jro-print-card { padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.jro-print-card p { min-height: 48px; color: #cbd6df; }
.jro-print-preview { height: 150px; margin-bottom: 22px; padding: 18px; overflow: hidden; border-radius: 12px; background: #fff; }
.jro-fretboard { position: relative; display: grid; grid-template-rows: repeat(6, 1fr); gap: 5px; background: #b6845b; }
.jro-fretboard::after { position: absolute; inset: 16px 18px; border-left: 4px solid #e8d6c2; border-right: 1px solid #e8d6c2; background: repeating-linear-gradient(90deg, transparent 0 28px, #e8d6c2 29px 30px); content: ''; }
.jro-fretboard i, .jro-tab-lines i { position: relative; z-index: 1; display: block; border-top: 1px solid #eee; }
.jro-tab-lines { display: grid; grid-template-rows: repeat(6, 1fr); gap: 7px; background: repeating-linear-gradient(180deg, #fff 0 21px, #f1f3f6 22px 23px); }
.jro-tab-lines i { border-top-color: #66707f; }
.jro-staff { display: grid; grid-template-rows: repeat(5, 1fr); gap: 5px; background: repeating-linear-gradient(180deg, #fff 0 21px, #f1f3f6 22px 23px); }
.jro-staff i { display: block; border-top: 1px solid #46505e; }
.jro-planner-layout { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 64px; }
.jro-check-list { padding: 0; list-style: none; color: #4e5767; }
.jro-check-list li { margin: 12px 0; padding-left: 28px; position: relative; }
.jro-check-list li::before { position: absolute; left: 0; color: var(--pink); content: '✓'; font-weight: 800; }
.jro-planner-sheet { padding: 26px; border: 1px solid #d3d9e2; border-radius: 12px; color: #172232; background: #fff; box-shadow: 0 20px 40px rgba(18,25,40,.12); }
.jro-planner-head { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 16px; border-bottom: 2px solid var(--pink); color: var(--ink); font-size: .8rem; font-weight: 800; letter-spacing: .06em; }
.jro-planner-head small { font-size: .66rem; font-weight: 500; letter-spacing: 0; }
.jro-planner-goal, .jro-planner-notes { margin-top: 18px; padding: 13px 0; border-bottom: 1px solid #d9dfe7; font-size: .78rem; }
.jro-planner-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-top: 18px; }
.jro-planner-days span { min-height: 54px; padding: 6px 2px; border: 1px solid #d9dfe7; font-size: .6rem; font-weight: 800; text-align: center; }
@media (max-width: 960px) { .jro-tools-grid, .jro-print-grid { grid-template-columns: 1fr; } .jro-tuning-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .jro-planner-layout { grid-template-columns: 1fr; gap: 34px; } }
@media (max-width: 720px) { .jro-materials-home-inner { display: block; } .jro-materials-home-inner .jro-actions { margin-top: 24px; } }
@media (max-width: 720px) { .jro-instagram-heading { display: block; } .jro-instagram-heading .jro-btn { margin-top: 20px; } }
@media (max-width: 560px) { .jro-tuning-grid { grid-template-columns: 1fr; } }
@media print { body * { visibility: hidden; } [data-print-card].jro-printing, [data-print-card].jro-printing * { visibility: visible; } [data-print-card].jro-printing { position: absolute; inset: 0; width: 100%; padding: 20mm; color: #111 !important; background: #fff !important; } [data-print-card].jro-printing .jro-btn { display: none; } }
.jro-category + .jro-category { margin-top: 78px; }
.jro-category-heading { display: flex; align-items: center; gap: 14px; }
.jro-category-heading::before { content: ""; width: 36px; height: 5px; border-radius: 999px; background: var(--pink); }

.jro-timeline { display: grid; gap: 0; margin-top: 48px; }
.jro-timeline article { display: grid; grid-template-columns: 160px 1fr; gap: 34px; padding: 34px 0; border-top: 1px solid var(--line); }
.jro-timeline time { color: var(--cyan); font-size: 1.35rem; font-weight: 850; letter-spacing: -.03em; }
.jro-timeline p { margin: 12px 0 0; color: var(--muted); }
.jro-gallery { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; margin-top: 44px; }
.jro-gallery figure { margin: 0; overflow: hidden; border-radius: 18px; background: #222633; }
.jro-gallery figure:nth-child(1) { grid-column: span 7; aspect-ratio: 16/10; }
.jro-gallery figure:nth-child(2) { grid-column: span 5; aspect-ratio: 5/6; }
.jro-gallery figure:nth-child(3), .jro-gallery figure:nth-child(4), .jro-gallery figure:nth-child(5) { grid-column: span 4; aspect-ratio: 1; }
.jro-gallery img { width: 100%; height: 100%; object-fit: cover; }
.jro-gallery figcaption { position: absolute; left: -9999px; }

.jro-contact { min-height: calc(100vh - 78px); display: grid; place-items: center; text-align: center; }
.jro-contact-inner { max-width: 820px; }
.jro-contact .jro-lead { margin-inline: auto; }
.jro-contact .jro-actions { justify-content: center; }
.jro-contact-details { margin-top: 36px; color: var(--muted); font-size: .92rem; }

.jro-footer { padding: 56px 0 24px; border-top: 1px solid var(--line); background: #07080c; }
.jro-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 44px; }
.jro-footer-brand img { width: 122px; padding: 7px 9px; border-radius: 10px; background: var(--white); }
.jro-footer-brand p { max-width: 390px; color: var(--muted); }
.jro-footer h2 { margin: 0 0 16px; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; }
.jro-footer-links { display: grid; gap: 8px; color: #ccd1dd; }
.jro-footer-links a:hover { color: var(--cyan); }
.jro-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: #858c9c; font-size: .78rem; }
.jro-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; border-radius: 50%; color: #062b1c; background: #45e890; box-shadow: 0 14px 36px rgba(0,0,0,.35); }
.jro-whatsapp:hover { transform: translateY(-3px); }
.jro-whatsapp svg { width: 28px; height: 28px; }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 32px, 760px); }
  .jro-menu-toggle { display: block; }
  .jro-menu { position: fixed; inset: 78px 0 auto; display: none; padding: 18px 16px 26px; border-bottom: 1px solid var(--line); background: #0a0b10; }
  .menu-open .jro-menu { display: grid; }
  .jro-menu a { padding: 14px 16px; font-size: 1.05rem; }
  .jro-menu .jro-nav-cta { margin: 8px 0 0; text-align: center; }
  .jro-hero { min-height: auto; }
  .jro-hero-grid, .jro-split, .jro-profile { grid-template-columns: 1fr; }
  .jro-hero-copy { padding-bottom: 10px; }
  .jro-hero-visual { min-height: 560px; }
  .jro-profile-label { position: static; }
  .jro-cards, .jro-book-highlight, .jro-catalog { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .jro-review-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .jro-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .jro-info-bar { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .jro-info-bar div:last-child { grid-column: 1 / -1; }
  .jro-footer-grid { grid-template-columns: 1fr 1fr; }
  .jro-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 28px); --radius: 18px; }
  body.jro-site { font-size: 16px; }
  .jro-nav { min-height: 70px; }
  .jro-menu { top: 70px; }
  .jro-brand img { width: auto; height: 46px; }
  .jro-section { padding: 72px 0; }
  .jro-hero-title { font-size: clamp(3.2rem, 17vw, 5.2rem); }
  .jro-hero-visual { min-height: 430px; }
  .jro-note { right: 2px; bottom: 5%; max-width: 165px; font-size: .78rem; }
  .jro-actions { align-items: stretch; }
  .jro-actions .jro-btn { width: 100%; }
  .jro-feature-list, .jro-cards, .jro-book-highlight, .jro-catalog, .jro-info-bar, .jro-stats { grid-template-columns: 1fr; }
  .jro-reviews-head { display: grid; align-items: start; }
  .jro-review-grid { grid-template-columns: 1fr; }
  .jro-info-bar div:last-child { grid-column: auto; }
  .jro-book-highlight article { grid-template-columns: 38% 1fr; }
  .jro-stat { padding: 22px; }
  .jro-media { min-height: 420px; }
  .jro-timeline article { grid-template-columns: 1fr; gap: 8px; }
  .jro-gallery { grid-template-columns: 1fr 1fr; }
  .jro-gallery figure, .jro-gallery figure:nth-child(n) { grid-column: span 1; aspect-ratio: 1; }
  .jro-gallery figure:first-child { grid-column: 1 / -1; aspect-ratio: 16/10; }
  .jro-footer-grid { grid-template-columns: 1fr; }
  .jro-footer-brand { grid-column: auto; }
  .jro-footer-bottom { display: grid; }
  .jro-whatsapp { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}

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

@media print {
  .jro-header, .jro-whatsapp, .jro-footer { display: none; }
  body.jro-site { background: #fff; color: #000; }
}
