:root{
    --ink:#101522;
    --muted:#5d6880;
    --blue:#2478ff;
    --blue-dark:#1159ce;
    --sky:#eaf3ff;
    --line:#dbe5f3;
    --soft:#f5f8fc;
    --white:#ffffff;
    --dark:#0d1424;
    --green:#11a67a;
    --shadow:0 24px 80px rgba(16,21,34,.12);
    --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:12px;background:var(--dark);color:#fff;padding:10px 14px;border-radius:12px;z-index:999}
.skip-link:focus{left:12px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,229,243,.72)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand img{width:210px;height:auto;display:block}
.site-nav{display:flex;align-items:center;gap:8px;font-weight:750;font-size:.96rem}
.site-nav a{padding:12px 13px;border-radius:999px;color:#27324a}
.site-nav a:hover,.site-nav a[aria-current="page"]{background:var(--sky);color:var(--blue-dark)}
.site-nav .nav-cta{background:var(--blue);color:#fff;box-shadow:0 12px 34px rgba(36,120,255,.25)}
.site-nav .nav-cta:hover,.site-nav .nav-cta[aria-current="page"]{background:var(--blue-dark);color:#fff}
.nav-toggle{display:none;border:0;background:var(--soft);width:46px;height:46px;border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.nav-toggle span{width:22px;height:2px;background:var(--ink);display:block}
.hero{position:relative;overflow:hidden;padding:78px 0 64px;background:radial-gradient(circle at top left, #e6f1ff 0, rgba(230,241,255,0) 32%),linear-gradient(135deg,#fff 0,#f7fbff 100%)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:46px;align-items:center}
.kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--line);background:#fff;border-radius:999px;color:var(--blue-dark);font-weight:850;font-size:.86rem;box-shadow:0 8px 26px rgba(16,21,34,.06)}
.kicker::before{content:"";width:8px;height:8px;border-radius:99px;background:var(--green)}
h1,h2,h3{line-height:1.08;margin:0;color:var(--ink);letter-spacing:-.04em}
h1{font-size:clamp(2.65rem,6vw,5.9rem);max-width:920px;margin-top:18px}
h2{font-size:clamp(2rem,4vw,3.7rem)}
h3{font-size:1.35rem}
p{margin:0;color:var(--muted)}
.lead{font-size:clamp(1.08rem,2vw,1.28rem);max-width:700px;margin-top:24px;color:#46536b}
.hero-actions,.section-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 20px;font-weight:850;border:1px solid transparent;cursor:pointer;transition:.2s ease;background:var(--blue);color:#fff;box-shadow:0 14px 32px rgba(36,120,255,.25)}
.btn:hover{transform:translateY(-1px);background:var(--blue-dark)}
.btn-secondary{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:none}
.btn-secondary:hover{background:var(--soft);color:var(--blue-dark)}
.btn-light{background:#fff;color:var(--blue-dark);box-shadow:none}
.btn-small{padding:10px 14px;font-size:.9rem}
.hero-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);overflow:hidden}
.hero-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.hero-overlay{position:absolute;left:24px;right:24px;bottom:24px;display:grid;gap:12px}
.metric-card{padding:18px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.6);backdrop-filter:blur(12px);border-radius:20px;box-shadow:0 20px 40px rgba(13,20,36,.18)}
.metric-card strong{display:block;font-size:1.8rem;line-height:1;color:var(--blue-dark)}
.metric-card span{font-weight:780;color:#27324a;font-size:.95rem}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:42px}
.trust-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 12px 34px rgba(16,21,34,.06)}
.trust-card strong{display:block;font-size:1.25rem;color:var(--ink)}
.trust-card span{color:var(--muted);font-weight:650;font-size:.92rem}
.section{padding:88px 0}
.section-soft{background:var(--soft)}
.section-dark{background:linear-gradient(135deg,#0d1424 0,#17253f 100%);color:#fff}
.section-dark h2,.section-dark h3,.section-dark p{color:#fff}
.section-dark p{opacity:.82}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:36px}
.section-head p{max-width:600px;font-size:1.05rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 14px 38px rgba(16,21,34,.06)}
.card:hover{box-shadow:0 22px 58px rgba(16,21,34,.12)}
.card h3{margin-bottom:12px}
.card p{margin-bottom:18px}
.card ul,.check-list{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:10px;color:#344156}
.card li,.check-list li{position:relative;padding-left:28px}
.card li:before,.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green);font-weight:950}
.icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:var(--sky);color:var(--blue-dark);font-weight:950;margin-bottom:18px}
.photo-band{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.photo-frame{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:#fff}
.photo-frame img{width:100%;aspect-ratio:4/3;object-fit:cover}
.process{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{counter-increment:step;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;position:relative;overflow:hidden}
.step:before{content:"0"counter(step);display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--dark);color:#fff;font-weight:900;margin-bottom:20px}
.step h3{font-size:1.15rem;margin-bottom:10px}
.split-hero{padding:64px 0;background:linear-gradient(135deg,#f8fbff,#fff)}
.page-title{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center}
.page-title h1{font-size:clamp(2.35rem,5vw,4.8rem)}
.page-title img{border-radius:34px;box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover;width:100%}
.breadcrumb{font-weight:850;color:var(--blue-dark);margin-bottom:16px}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:26px}
.feature-pill{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;font-weight:800;color:#27324a}
.cta-band{background:linear-gradient(135deg,var(--blue),#0f4cbd);border-radius:34px;padding:42px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:0 26px 70px rgba(36,120,255,.28)}
.cta-band h2,.cta-band p{color:#fff}.cta-band p{opacity:.88;max-width:620px;margin-top:10px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 14px 38px rgba(16,21,34,.06)}
.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-card div{padding:22px}.post-card h3{margin-bottom:10px}.post-card p{margin-bottom:16px}
.tag{display:inline-flex;background:var(--sky);color:var(--blue-dark);font-weight:850;padding:6px 10px;border-radius:999px;font-size:.8rem;margin-bottom:12px}
.article{max-width:840px;margin:0 auto}.article p,.article li{font-size:1.08rem;color:#3d4a60}.article h2{font-size:2.2rem;margin-top:42px;margin-bottom:14px}.article p{margin:0 0 18px}.article ul{display:grid;gap:10px;margin:0 0 24px}.article-hero{margin:34px auto;border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}.article-hero img{width:100%;aspect-ratio:16/9;object-fit:cover}
.message-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}.message-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 18px 50px rgba(16,21,34,.08)}
.form-grid{display:grid;gap:16px}.field{display:grid;gap:7px}.field label{font-weight:850;color:#27324a}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 14px;font:inherit;color:var(--ink);background:#fff}.field textarea{min-height:142px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(36,120,255,.18);border-color:var(--blue)}.help{font-size:.9rem;color:var(--muted)}.hidden-field{display:none!important}.notice{padding:16px;border-radius:18px;margin-bottom:18px;font-weight:780}.notice-success{background:#e9fbf5;color:#087b5b;border:1px solid #bdeedc}.notice-error{background:#fff1f1;color:#a33636;border:1px solid #ffd0d0}.ticket-box{background:var(--dark);color:#fff;border-radius:24px;padding:24px;margin:22px 0}.ticket-box p,.ticket-box strong{color:#fff}.ticket-lines{display:grid;gap:10px;margin-top:16px}.ticket-lines code{display:inline-block;background:rgba(255,255,255,.12);padding:8px 10px;border-radius:10px;color:#fff;font-weight:900}
.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);padding:14px;text-align:left;vertical-align:top}.admin-table th{background:var(--soft);font-size:.9rem}.admin-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;margin-bottom:20px;box-shadow:0 12px 34px rgba(16,21,34,.06)}
.faq-list{display:grid;gap:16px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.faq-item h3{margin-bottom:10px}.faq-item p{max-width:850px}.site-footer{background:var(--dark);padding:60px 0 26px;color:#fff}.site-footer p{color:rgba(255,255,255,.72)}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr;gap:30px}.footer-logo{filter:none;background:#fff;border-radius:14px;padding:8px 10px;margin-bottom:18px;width:190px;height:auto;display:block}.site-footer h2{font-size:1rem;color:#fff;margin-bottom:14px;letter-spacing:0}.site-footer a{display:block;color:rgba(255,255,255,.76);margin-bottom:10px;font-weight:740}.site-footer a:hover{color:#fff}.footer-message{color:#fff!important;margin-top:18px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:18px;margin-top:36px;padding-top:22px;font-size:.92rem}
@media (max-width: 980px){.nav-toggle{display:flex}.site-nav{position:absolute;left:20px;right:20px;top:82px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}.site-nav.is-open{display:flex}.site-nav a{text-align:center}.hero-grid,.page-title,.photo-band,.message-layout{grid-template-columns:1fr}.trust-row,.process{grid-template-columns:repeat(2,1fr)}.grid-3,.blog-grid{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.section-head p{margin-top:16px}.footer-grid{grid-template-columns:1fr 1fr}.cta-band{display:block}.cta-band .btn{margin-top:22px}}
@media (max-width: 640px){.container{width:min(100% - 28px,1180px)}.hero{padding:52px 0}.section{padding:62px 0}h1{font-size:2.55rem}.trust-row,.grid-3,.grid-2,.process,.blog-grid,.feature-list,.footer-grid{grid-template-columns:1fr}.hero-overlay{position:static;margin:16px}.footer-bottom{display:block}.header-inner{height:74px}.site-nav{top:74px}.brand img{width:160px}.cta-band{padding:28px;border-radius:24px}.card{padding:22px}.page-title img{border-radius:24px}}

/* RankPJ v3 UI corrections */
.brand img{width:205px;max-height:54px;object-fit:contain}
.footer-logo{object-fit:contain;background:#fff;border-radius:16px;padding:10px 12px}
.hero{padding:70px 0 58px}
.hero-grid{grid-template-columns:1fr .92fr;gap:52px}
h1{font-size:clamp(2.75rem,5.2vw,5rem);letter-spacing:-.055em}
.hero-visual{display:grid;gap:16px}
.hero-card{border-radius:32px;background:#fff}
.hero-card img{aspect-ratio:1.22/1;object-fit:cover}
.hero-note{display:grid;gap:4px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px 22px;box-shadow:0 18px 48px rgba(16,21,34,.1)}
.hero-note strong{color:var(--ink);font-size:1.05rem;line-height:1.25}
.hero-note span{color:var(--muted);font-weight:650;font-size:.95rem}
.hero-overlay,.metric-card{display:none!important}
.process-section{background:radial-gradient(circle at top right, rgba(36,120,255,.24), transparent 32%),linear-gradient(135deg,#0d1424 0,#121a33 48%,#17253f 100%)}
.process{grid-template-columns:repeat(4,1fr);gap:20px}
.process-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:26px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.22);min-height:100%;display:flex;flex-direction:column}
.process-card img{width:100%;aspect-ratio:16/11;object-fit:cover}
.process-card div{padding:22px;display:grid;gap:10px;flex:1;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03))}
.process-card span{display:inline-flex;width:max-content;padding:6px 10px;border-radius:999px;background:rgba(36,120,255,.2);border:1px solid rgba(255,255,255,.18);color:#dce9ff;font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.process-card h3{color:#fff;font-size:1.22rem;margin:0;letter-spacing:-.025em}
.process-card p{color:rgba(255,255,255,.78);font-size:.95rem;line-height:1.55}
.cta-band{background:radial-gradient(circle at top right, rgba(255,255,255,.22), transparent 26%),linear-gradient(135deg,#4b35ff 0,#2478ff 52%,#0f4cbd 100%);align-items:center;min-height:208px}
.cta-band .btn{min-width:220px;white-space:nowrap;flex:0 0 auto;padding:16px 26px;border:1px solid rgba(255,255,255,.72);box-shadow:0 18px 42px rgba(13,20,36,.18)}
.cta-band .btn-light{background:#fff;color:var(--blue-dark)!important}
.cta-band .btn-light:hover{background:#eef5ff;color:var(--blue-dark)!important}
.site-footer .btn,.site-footer .footer-cta{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:190px;margin-top:12px;margin-bottom:0;padding:14px 22px;border-radius:999px;background:linear-gradient(135deg,var(--blue),#5138ff);color:#fff!important;box-shadow:0 18px 42px rgba(36,120,255,.25);border:1px solid rgba(255,255,255,.18)}
.site-footer .btn:hover,.site-footer .footer-cta:hover{background:linear-gradient(135deg,var(--blue-dark),#3921d8);color:#fff!important;transform:translateY(-1px)}
@media (max-width: 980px){.hero-grid{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr)}.cta-band{display:grid}.cta-band .btn{justify-self:start;margin-top:4px}}
@media (max-width: 640px){.brand img{width:170px}.hero{padding:46px 0 54px}h1{font-size:2.55rem}.process{grid-template-columns:1fr}.cta-band .btn{width:100%;min-width:0;white-space:normal}.site-footer .btn,.site-footer .footer-cta{width:100%}}
