html {
margin: 0;
padding: 0;
scroll-behavior: smooth;
}

body {
margin: 0;
padding: 0;
min-height: 100vh;
scrollbar-gutter: stable;
font-family: 'PT Sans', sans-serif;
}

*:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(117, 33, 25, 0.35);
}

.hd-shell {
background: #ffffff;
border-bottom: 1px solid rgba(117, 33, 25, 0.10);
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
max-width: 100%;
overflow: hidden;
position: relative;
}

.hd-top {
background: linear-gradient(98deg, #752119 0%, #9e2e24 60%, #BB4ADA 100%);
padding: 10px 40px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}

.hd-tagline {
color: rgba(255, 255, 255, 0.82);
font-size: 15px;
line-height: 1.35;
letter-spacing: 0.06em;
font-family: 'PT Sans', sans-serif;
}

.hd-contact {
display: flex;
align-items: center;
gap: 20px;
}

.hd-contact a {
color: #0BFF81;
font-size: 15px;
font-family: 'PT Sans', sans-serif;
text-decoration: none;
letter-spacing: 0.04em;
display: flex;
align-items: center;
gap: 10px;
transition: opacity 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.hd-contact a:hover {
opacity: 0.75;
}

.hd-contact a .pe-7s-mail {
font-size: 19px;
color: #0BFF81;
}

.hd-body {
max-width: 1440px;
margin: 0 auto;
padding: 20px 40px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
}

.hd-brand {
display: flex;
align-items: center;
gap: 20px;
flex-shrink: 0;
margin-left: 10px;
}

.hd-logobox {
background: #ffffff;
border-radius: 16px;
width: 90px;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -2px 4px rgba(117, 33, 25, 0.08);
border: 1.5px solid rgba(117, 33, 25, 0.13);
flex-shrink: 0;
}

.hd-logobox img {
width: 74px;
height: 74px;
object-fit: contain;
display: block;
}

.hd-brandtext {
display: flex;
flex-direction: column;
gap: 0;
}

.hd-brandname {
font-family: 'PT Sans', sans-serif;
font-size: 23px;
font-weight: 700;
color: #2a0a08;
line-height: 1.1;
letter-spacing: -0.01em;
}

.hd-brandname span {
color: #752119;
}

.hd-sub {
font-family: 'PT Sans', sans-serif;
font-size: 15px;
color: #5a2020;
line-height: 1.35;
letter-spacing: 0.05em;
}

.hd-nav {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
justify-content: flex-end;
}

.hd-nav a {
font-family: 'PT Sans', sans-serif;
font-size: 16px;
font-weight: 700;
color: #2a0a08;
text-decoration: none;
padding: 10px 20px;
border-radius: 6px;
border: 1.5px solid transparent;
line-height: 1.35;
letter-spacing: 0.03em;
display: inline-flex;
align-items: center;
gap: 10px;
min-height: 44px;
transition: background 0.14s cubic-bezier(0.4, 0, 1, 1), border-color 0.14s cubic-bezier(0.4, 0, 1, 1), color 0.14s cubic-bezier(0.4, 0, 1, 1);
}

.hd-nav a:hover {
background: rgba(117, 33, 25, 0.07);
border-color: rgba(117, 33, 25, 0.18);
color: #752119;
filter: brightness(0.92);
}

.hd-nav a.active {
background: #752119;
color: #ffffff;
border-color: #752119;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
}

.hd-nav a.active:hover {
filter: brightness(0.9);
}

.hd-nav a .pe-7s-home,
.hd-nav a .pe-7s-news-paper,
.hd-nav a .pe-7s-user {
font-size: 19px;
}

.hd-accent {
width: 100%;
height: 4px;
background: linear-gradient(90deg, #752119 0%, #BB4ADA 50%, #0BFF81 100%);
}

@media (max-width: 900px) {
.hd-top {
padding: 10px 20px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}

.hd-body {
padding: 20px 20px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}

.hd-nav {
justify-content: flex-start;
}

.hd-brand {
margin-left: 0;
}
}

@media (max-width: 600px) {
.hd-top {
padding: 10px;
}

.hd-body {
padding: 20px 10px;
}

.hd-logobox {
width: 70px;
height: 70px;
}

.hd-logobox img {
width: 56px;
height: 56px;
}

.hd-brandname {
font-size: 19px;
}

.hd-nav a {
font-size: 15px;
padding: 10px 10px;
}
}

.ft-shell {
background: #1b0705;
color: #e8d5d3;
font-family: 'PT Sans', sans-serif;
}

.ft-upper {
max-width: 1440px;
margin: 0 auto;
padding: 80px 40px 40px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 40px;
}

.ft-brand-col {
display: flex;
flex-direction: column;
gap: 20px;
}

.ft-logobox {
background: #ffffff;
border-radius: 16px;
width: 90px;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
border: 1.5px solid rgba(187, 74, 218, 0.25);
flex-shrink: 0;
}

.ft-logobox img {
width: 74px;
height: 74px;
object-fit: contain;
display: block;
}

.ft-brandname {
font-size: 23px;
font-weight: 700;
color: #ffffff;
line-height: 1.1;
letter-spacing: -0.01em;
}

.ft-brandname span {
color: #0BFF81;
}

.ft-desc {
font-size: 15px;
line-height: 1.55;
color: rgba(232, 213, 211, 0.72);
max-width: 280px;
}

.ft-col {
display: flex;
flex-direction: column;
gap: 20px;
}

.ft-collabel {
font-size: 15px;
font-weight: 700;
color: #BB4ADA;
letter-spacing: 0.09em;
text-transform: uppercase;
line-height: 1.1;
display: flex;
align-items: center;
gap: 10px;
}

.ft-collabel .pe-7s-map-2,
.ft-collabel .pe-7s-mail,
.ft-collabel .pe-7s-shield {
font-size: 19px;
}

.ft-links {
display: flex;
flex-direction: column;
gap: 10px;
list-style: none;
margin: 0;
padding: 0;
}

.ft-links li a {
font-size: 16px;
color: rgba(232, 213, 211, 0.80);
text-decoration: none;
line-height: 1.55;
display: inline-flex;
align-items: center;
gap: 10px;
transition: color 0.12s cubic-bezier(0.4, 0, 1, 1);
min-height: 44px;
}

.ft-links li a:hover {
color: #0BFF81;
filter: brightness(0.9);
}

.ft-links li a .pe-7s-angle-right {
font-size: 16px;
color: #752119;
}

.ft-contact-item {
display: flex;
align-items: center;
gap: 10px;
font-size: 15px;
color: rgba(232, 213, 211, 0.72);
line-height: 1.55;
}

.ft-contact-item a {
color: #0BFF81;
text-decoration: none;
transition: opacity 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.ft-contact-item a:hover {
opacity: 0.75;
}

.ft-contact-item .pe-7s-mail,
.ft-contact-item .pe-7s-global {
font-size: 19px;
color: #BB4ADA;
flex-shrink: 0;
}

.ft-divider {
max-width: 1440px;
margin: 0 auto;
padding: 0 40px;
}

.ft-divider-line {
height: 1px;
background: linear-gradient(90deg, transparent 0%, rgba(187, 74, 218, 0.30) 30%, rgba(11, 255, 129, 0.20) 70%, transparent 100%);
}

.ft-lower {
max-width: 1440px;
margin: 0 auto;
padding: 20px 40px 40px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}

.ft-copy {
font-size: 15px;
color: rgba(232, 213, 211, 0.45);
line-height: 1.55;
}

.ft-copy strong {
color: rgba(232, 213, 211, 0.65);
font-weight: 700;
}

.ft-legal {
display: flex;
gap: 20px;
flex-wrap: wrap;
}

.ft-legal a {
font-size: 15px;
color: rgba(232, 213, 211, 0.45);
text-decoration: none;
transition: color 0.12s cubic-bezier(0.4, 0, 1, 1);
min-height: 44px;
display: inline-flex;
align-items: center;
}

.ft-legal a:hover {
color: #0BFF81;
}

@media (max-width: 900px) {
.ft-upper {
grid-template-columns: 1fr 1fr;
padding: 40px 20px 20px;
gap: 40px;
}

.ft-brand-col {
grid-column: 1 / -1;
}

.ft-divider {
padding: 0 20px;
}

.ft-lower {
padding: 20px 20px 40px;
}
}

@media (max-width: 600px) {
.ft-upper {
grid-template-columns: 1fr;
padding: 40px 10px 20px;
}

.ft-divider {
padding: 0 10px;
}

.ft-lower {
padding: 20px 10px 40px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
}

.ck-card {
position: fixed;
top: 20px;
left: 20px;
z-index: 2000;
background: #ffffff;
border-radius: 16px;
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
border: 1.5px solid rgba(117, 33, 25, 0.13);
max-width: 340px;
width: calc(100vw - 40px);
padding: 20px;
font-family: 'PT Sans', sans-serif;
display: none;
}

.ck-head {
font-size: 16px;
font-weight: 700;
color: #2a0a08;
line-height: 1.35;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
}

.ck-head .pe-7s-lock {
font-size: 19px;
color: #752119;
}

.ck-body {
font-size: 15px;
color: #4a2020;
line-height: 1.55;
margin-bottom: 20px;
}

.ck-body a {
color: #752119;
text-decoration: underline;
text-underline-offset: 2px;
}

.ck-toggles {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 20px;
}

.ck-tog {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}

.ck-tog-label {
font-size: 15px;
color: #2a0a08;
line-height: 1.35;
}

.ck-tog-switch {
position: relative;
width: 40px;
height: 22px;
flex-shrink: 0;
}

.ck-tog-switch input {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}

.ck-tog-track {
position: absolute;
inset: 0;
background: #ddd;
border-radius: 16px;
cursor: pointer;
transition: background 0.15s cubic-bezier(0.4, 0, 1, 1);
}

.ck-tog-switch input:checked+.ck-tog-track {
background: #752119;
}

.ck-tog-track::after {
content: '';
position: absolute;
width: 16px;
height: 16px;
background: #fff;
border-radius: 50%;
top: 3px;
left: 3px;
transition: transform 0.15s cubic-bezier(0.4, 0, 1, 1);
}

.ck-tog-switch input:checked+.ck-tog-track::after {
transform: translateX(18px);
}

.ck-tog-switch input:focus+.ck-tog-track {
box-shadow: 0 0 0 3px rgba(117, 33, 25, 0.25);
}

.ck-btns {
display: flex;
gap: 10px;
}

.ck-accept {
flex: 1;
background: #752119;
color: #ffffff;
border: none;
border-radius: 6px;
font-family: 'PT Sans', sans-serif;
font-size: 15px;
font-weight: 700;
padding: 10px 20px;
cursor: pointer;
min-height: 44px;
letter-spacing: 0.03em;
transition: transform 0.12s cubic-bezier(0.4, 0, 1, 1), filter 0.12s cubic-bezier(0.4, 0, 1, 1);
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
}

.ck-accept:hover {
transform: scale(1.04);
filter: brightness(0.88);
}

.ck-accept:focus {
box-shadow: 0 0 0 3px rgba(117, 33, 25, 0.35);
}

.ck-decline {
background: transparent;
color: #752119;
border: 1.5px solid rgba(117, 33, 25, 0.30);
border-radius: 6px;
font-family: 'PT Sans', sans-serif;
font-size: 15px;
padding: 10px 20px;
cursor: pointer;
min-height: 44px;
letter-spacing: 0.03em;
transition: background 0.12s cubic-bezier(0.4, 0, 1, 1), filter 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.ck-decline:hover {
background: rgba(117, 33, 25, 0.07);
filter: brightness(0.92);
}

.ck-decline:focus {
box-shadow: 0 0 0 3px rgba(117, 33, 25, 0.25);
}

.policy-block {
box-sizing: border-box;
margin: 0 auto;
max-width: 860px;
padding: 80px 40px;
}

.policy-block h1 {
font-size: 43px;
letter-spacing: -0.5px;
line-height: 1.1;
margin-bottom: 40px;
margin-top: 0;
}

.policy-block h2 {
font-size: 31px;
letter-spacing: -0.2px;
line-height: 1.35;
margin-bottom: 20px;
margin-top: 80px;
}

.policy-block h3 {
font-size: 23px;
line-height: 1.35;
margin-bottom: 20px;
margin-top: 40px;
}

.policy-block h4 {
font-size: 19px;
line-height: 1.55;
margin-bottom: 10px;
margin-top: 40px;
}

.policy-block h5 {
font-size: 16px;
letter-spacing: 0.06em;
line-height: 1.55;
margin-bottom: 10px;
margin-top: 20px;
text-transform: uppercase;
}

.policy-block h6 {
font-size: 15px;
letter-spacing: 0.08em;
line-height: 1.55;
margin-bottom: 10px;
margin-top: 20px;
opacity: 0.72;
text-transform: uppercase;
}

.policy-block h1,
.policy-block h2,
.policy-block h3,
.policy-block h4,
.policy-block h5,
.policy-block h6 {
color: #1b0c0a;
}

.policy-block h2+h3,
.policy-block h3+h4 {
margin-top: 20px;
}

.policy-block p {
color: #2e1a17;
font-size: 16px;
line-height: 1.8;
margin-bottom: 20px;
margin-top: 0;
}

.policy-block ul,
.policy-block ol {
color: #2e1a17;
font-size: 16px;
line-height: 1.8;
margin-bottom: 20px;
margin-top: 0;
padding-left: 40px;
}

.policy-block ul {
list-style-type: disc;
}

.policy-block ol {
list-style-type: decimal;
}

.policy-block li {
margin-bottom: 10px;
}

.policy-block li:last-child {
margin-bottom: 0;
}

.policy-block ul ul,
.policy-block ol ol,
.policy-block ul ol,
.policy-block ol ul {
margin-bottom: 10px;
margin-top: 10px;
}

.policy-block strong,
.policy-block b {
color: #752119;
font-weight: 700;
}

.policy-block em,
.policy-block i {
color: #5a1a14;
font-style: italic;
}

.policy-block table {
border-collapse: collapse;
border-radius: 6px;
font-size: 15px;
line-height: 1.55;
margin-bottom: 40px;
margin-top: 20px;
overflow: hidden;
width: 100%;
}

.policy-block thead {
background-color: #f5eeec;
}

.policy-block thead tr {
border-bottom: 2px solid rgba(117, 33, 25, 0.18);
}

.policy-block tbody tr {
border-bottom: 1px solid rgba(117, 33, 25, 0.08);
transition: background-color 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.policy-block tbody tr:last-child {
border-bottom: none;
}

.policy-block tbody tr:hover {
background-color: rgba(117, 33, 25, 0.04);
}

.policy-block th {
color: #752119;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.07em;
padding: 10px 20px;
text-align: left;
text-transform: uppercase;
}

.policy-block td {
color: #2e1a17;
padding: 10px 20px;
vertical-align: top;
}

.policy-block hr {
border: none;
border-top: 1px solid rgba(117, 33, 25, 0.14);
margin: 40px 0;
}

.policy-block div {
box-sizing: border-box;
}

.policy-block div[role="note"],
.policy-block div.note,
.policy-block div.notice {
background-color: rgba(117, 33, 25, 0.05);
border-radius: 6px;
box-shadow: 1px 2px 3px 0 rgba(117, 33, 25, 0.05);
font-size: 15px;
line-height: 1.8;
margin-bottom: 20px;
margin-top: 20px;
padding: 20px;
}

@media (max-width: 900px) {
.policy-block {
padding: 40px 40px;
}

.policy-block h1 {
font-size: 31px;
}

.policy-block h2 {
font-size: 23px;
margin-top: 40px;
}

.policy-block h3 {
font-size: 19px;
}
}

@media (max-width: 600px) {
.policy-block {
padding: 40px 20px;
}

.policy-block h1 {
font-size: 23px;
}

.policy-block h2 {
font-size: 19px;
margin-top: 40px;
}

.policy-block h3 {
font-size: 16px;
}

.policy-block h4,
.policy-block h5,
.policy-block h6 {
font-size: 15px;
}

.policy-block table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.policy-block th,
.policy-block td {
padding: 10px;
white-space: nowrap;
}

.policy-block ul,
.policy-block ol {
padding-left: 20px;
}
}

.bdet {
background: #fff;
max-width: 1440px;
margin: 0 auto;
overflow-x: clip;
}

.bdet .crumb {
padding: 20px 80px;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}

.bdet .crumb a {
color: #752119;
font-size: 15px;
text-decoration: none;
letter-spacing: 0.04em;
transition: opacity 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.bdet .crumb a:hover {
opacity: 0.65;
}

.bdet .crumb .sep {
display: flex;
align-items: center;
color: #bbb;
}

.bdet .crumb .sep svg {
width: 12px;
height: 12px;
}

.bdet .crumb .cur {
font-size: 15px;
color: #444;
letter-spacing: 0.02em;
}

.bdet .titlesec {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 560px;
position: relative;
}

.bdet .titlesec .imgside {
position: relative;
overflow: hidden;
}

.bdet .titlesec .imgside img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.bdet .titlesec .imgside::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgba(117, 33, 25, 0.55) 0%, rgba(117, 33, 25, 0.08) 60%, transparent 100%);
pointer-events: none;
}

.bdet .titlesec .txtside {
background: linear-gradient(to top, #fff 0%, #f5ede9 100%);
padding: 80px 80px 40px 60px;
display: flex;
flex-direction: column;
justify-content: flex-end;
position: relative;
}

.bdet .titlesec .txtside::before {
content: "";
position: absolute;
inset: 0;
background-image:
repeating-linear-gradient(0deg, rgba(117, 33, 25, 0.04) 0px, rgba(117, 33, 25, 0.04) 1px, transparent 1px, transparent 40px),
repeating-linear-gradient(90deg, rgba(117, 33, 25, 0.04) 0px, rgba(117, 33, 25, 0.04) 1px, transparent 1px, transparent 40px);
pointer-events: none;
}

.bdet .titlesec .txtside .pre {
font-size: 15px;
letter-spacing: 0.1em;
color: #752119;
margin-bottom: 20px;
text-transform: uppercase;
position: relative;
}

.bdet .titlesec .txtside h1 {
font-size: 43px;
line-height: 1.1;
font-weight: 900;
color: #1b0e0c;
letter-spacing: -0.02em;
margin: 0 0 20px 0;
position: relative;
}

.bdet .titlesec .txtside .meta {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
position: relative;
}

.bdet .titlesec .txtside .meta .byline {
font-size: 15px;
color: #555;
display: flex;
align-items: center;
gap: 10px;
}

.bdet .titlesec .txtside .meta .byline .pe-7s-user {
font-size: 19px;
color: #752119;
}

.bdet .titlesec .txtside .meta .views {
font-size: 15px;
color: #777;
display: flex;
align-items: center;
gap: 10px;
}

.bdet .titlesec .txtside .meta .views .pe-7s-look {
font-size: 19px;
color: #BB4ADA;
}

.bdet .titlesec .txtside .meta .divline {
width: 1px;
height: 20px;
background: rgba(117, 33, 25, 0.2);
}

.bdet .svgdiv {
width: 100%;
line-height: 0;
background: #fff;
}

.bdet .svgdiv svg {
display: block;
width: 100%;
}

.bdet .artsec {
background: #fff;
padding: 40px 0 0 0;
position: relative;
}

.bdet .artsec::before {
content: "";
position: absolute;
inset: 0;
left: -100vw;
right: -100vw;
background: #fff;
z-index: 0;
}

.bdet .artinner {
max-width: 780px;
margin: 0 auto;
padding: 0 40px 80px 40px;
position: relative;
z-index: 1;
}

.bdet .artinner .dashed {
border: 2px dashed rgba(117, 33, 25, 0.22);
border-radius: 16px;
padding: 40px;
margin-bottom: 40px;
position: relative;
animation: flicker 8s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@keyframes flicker {
0% {
opacity: 1;
}

15% {
opacity: 0.97;
}

30% {
opacity: 1;
}

55% {
opacity: 0.95;
}

70% {
opacity: 1;
}

85% {
opacity: 0.98;
}

100% {
opacity: 1;
}
}

.bdet .artinner .dashed .dashlabel {
position: absolute;
top: -12px;
left: 20px;
background: #fff;
padding: 0 10px;
font-size: 15px;
letter-spacing: 0.08em;
color: #752119;
text-transform: uppercase;
}

.bdet .artbody {
animation: fadeseq 0.18s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: 0.1s;
}

.bdet .artbody p {
font-size: 19px;
line-height: 1.8;
color: #222;
margin: 0 0 20px 0;
}

.bdet .artbody h2 {
font-size: 31px;
line-height: 1.35;
font-weight: 900;
color: #1b0e0c;
letter-spacing: -0.01em;
margin: 40px 0 20px 0;
}

.bdet .artbody h4 {
font-size: 23px;
line-height: 1.35;
font-weight: 700;
color: #2a0f0b;
margin: 40px 0 10px 0;
letter-spacing: -0.01em;
}

.bdet .artbody abbr {
text-decoration: underline dotted rgba(117, 33, 25, 0.5);
cursor: help;
color: inherit;
}

.bdet .artbody ol {
padding-left: 20px;
margin: 20px 0;
}

.bdet .artbody ol li {
font-size: 19px;
line-height: 1.8;
color: #222;
margin-bottom: 10px;
}

.bdet .artbody blockquote {
border-top: 2px solid #752119;
border-bottom: 2px solid #752119;
margin: 40px 0;
padding: 20px 40px;
background: linear-gradient(to top, #fff 0%, #f9f0ee 100%);
border-radius: 6px;
}

.bdet .artbody blockquote p {
font-size: 23px;
line-height: 1.55;
color: #1b0e0c;
font-style: italic;
margin: 0 0 10px 0;
}

.bdet .artbody blockquote cite {
font-size: 15px;
color: #752119;
letter-spacing: 0.06em;
font-style: normal;
}

.bdet .artbody figure {
margin: 40px 0;
border-radius: 16px;
overflow: hidden;
}

.bdet .artbody figure img {
width: 100%;
display: block;
object-fit: cover;
border-radius: 16px;
}

.bdet .artbody figure figcaption {
font-size: 15px;
color: #888;
margin-top: 10px;
letter-spacing: 0.03em;
}

.bdet .actbar {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
padding: 20px 0 0 0;
border-top: 1px solid rgba(117, 33, 25, 0.12);
margin-top: 40px;
flex-wrap: wrap;
}

.bdet .actbar .rptbtn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 10px 20px;
background: transparent;
border: 1.5px solid rgba(117, 33, 25, 0.3);
border-radius: 6px;
color: #752119;
font-size: 15px;
letter-spacing: 0.04em;
text-decoration: none;
transition: background 0.12s cubic-bezier(0.4, 0, 1, 1), border-color 0.12s cubic-bezier(0.4, 0, 1, 1), transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.bdet .actbar .rptbtn:hover {
background: rgba(117, 33, 25, 0.06);
border-color: #752119;
transform: scale(1.04);
opacity: 0.85;
}

.bdet .actbar .rptbtn:active {
transform: scale(0.97);
}

.bdet .actbar .rptbtn .pe-7s-flag {
font-size: 19px;
}

.bdet .svgdiv2 {
width: 100%;
line-height: 0;
background: linear-gradient(to top, #f5ede9 0%, #fff 100%);
}

.bdet .svgdiv2 svg {
display: block;
width: 100%;
}

.bdet .statsec {
background: linear-gradient(to top, #f5ede9 0%, #fff 100%);
padding: 80px 80px 80px 80px;
position: relative;
}

.bdet .statsec::before {
content: "";
position: absolute;
inset: 0;
left: -100vw;
right: -100vw;
background: linear-gradient(to top, #f5ede9 0%, #fff 100%);
z-index: 0;
}

.bdet .statsinner {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr 2fr;
gap: 80px;
align-items: start;
}

.bdet .statsinner .statlabel {
position: sticky;
top: 40px;
}

.bdet .statsinner .statlabel h3 {
font-size: 31px;
line-height: 1.1;
font-weight: 900;
color: #1b0e0c;
letter-spacing: -0.02em;
margin: 0 0 20px 0;
}

.bdet .statsinner .statlabel p {
font-size: 16px;
line-height: 1.55;
color: #555;
margin: 0;
}

.bdet .statsinner .statgrid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}

.bdet .statsinner .statgrid .scard {
background: #fff;
border-radius: 16px;
padding: 40px 20px 20px 20px;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
display: flex;
flex-direction: column;
gap: 10px;
transition: box-shadow 0.15s cubic-bezier(0.4, 0, 1, 1), transform 0.12s cubic-bezier(0.4, 0, 1, 1);
animation: fadeseq 0.18s cubic-bezier(0.4, 0, 1, 1) both;
}

.bdet .statsinner .statgrid .scard:nth-child(1) {
animation-delay: 0.05s;
}

.bdet .statsinner .statgrid .scard:nth-child(2) {
animation-delay: 0.10s;
}

.bdet .statsinner .statgrid .scard:nth-child(3) {
animation-delay: 0.15s;
}

.bdet .statsinner .statgrid .scard:nth-child(4) {
animation-delay: 0.18s;
}

@keyframes fadeseq {
from {
opacity: 0;
transform: translateY(12px);
}

to {
opacity: 1;
transform: translateY(0);
}
}

.bdet .statsinner .statgrid .scard:hover {
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
transform: scale(1.02);
opacity: 0.92;
}

.bdet .statsinner .statgrid .scard .sicon {
font-size: 31px;
color: #752119;
margin-bottom: 10px;
}

.bdet .statsinner .statgrid .scard .sline {
width: 32px;
height: 1.5px;
background: rgba(117, 33, 25, 0.25);
margin-bottom: 10px;
}

.bdet .statsinner .statgrid .scard .stitle {
font-size: 16px;
font-weight: 700;
color: #1b0e0c;
letter-spacing: 0.01em;
}

.bdet .statsinner .statgrid .scard .sdesc {
font-size: 15px;
line-height: 1.55;
color: #555;
}

.bdet .statsinner .statgrid .scard.accent {
background: #752119;
}

.bdet .statsinner .statgrid .scard.accent .sicon {
color: #0BFF81;
}

.bdet .statsinner .statgrid .scard.accent .sline {
background: rgba(11, 255, 129, 0.35);
}

.bdet .statsinner .statgrid .scard.accent .stitle {
color: #fff;
}

.bdet .statsinner .statgrid .scard.accent .sdesc {
color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1200px) {
.bdet .crumb {
padding: 20px 40px;
}

.bdet .titlesec .txtside {
padding: 80px 40px 40px 40px;
}

.bdet .statsec {
padding: 80px 40px;
}

.bdet .statsinner {
gap: 40px;
}
}

@media (max-width: 900px) {
.bdet .titlesec {
grid-template-columns: 1fr;
}

.bdet .titlesec .imgside {
min-height: 280px;
}

.bdet .titlesec .txtside {
padding: 40px 40px 40px 40px;
}

.bdet .titlesec .txtside h1 {
font-size: 31px;
}

.bdet .statsinner {
grid-template-columns: 1fr;
gap: 40px;
}

.bdet .statsinner .statlabel {
position: static;
}

.bdet .statsinner .statgrid {
grid-template-columns: 1fr 1fr;
}

.bdet .artinner {
padding: 0 20px 80px 20px;
}

.bdet .artinner .dashed {
padding: 20px;
}
}

@media (max-width: 600px) {
.bdet .crumb {
padding: 20px;
}

.bdet .titlesec .txtside {
padding: 40px 20px;
}

.bdet .titlesec .txtside h1 {
font-size: 23px;
}

.bdet .statsec {
padding: 40px 20px;
}

.bdet .statsinner .statgrid {
grid-template-columns: 1fr;
}

.bdet .artbody h2 {
font-size: 23px;
}

.bdet .artbody h4 {
font-size: 19px;
}

.bdet .artbody blockquote {
padding: 20px;
}

.bdet .actbar {
gap: 10px;
}
}

.cchg {
max-width: 1440px;
margin: 0 auto;
overflow-x: clip;
}

.cchg .ttl {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 600px;
position: relative;
background: #fff;
padding: 0;
}

.cchg .ttl-txt {
padding: 80px 80px 80px 80px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
z-index: 1;
}

.cchg .ttl-txt::before {
content: '';
position: absolute;
top: 20px;
left: 20px;
width: 32px;
height: 32px;
border-top: 2px solid #752119;
border-left: 2px solid #752119;
pointer-events: none;
}

.cchg .ttl-txt::after {
content: '';
position: absolute;
bottom: 20px;
right: 0;
width: 32px;
height: 32px;
border-bottom: 2px solid #0BFF81;
border-right: 2px solid #0BFF81;
pointer-events: none;
}

.cchg .ttl-label {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.12em;
color: #752119;
text-transform: uppercase;
margin-bottom: 20px;
}

.cchg .ttl-h {
font-size: 58px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.02em;
color: #1b1b1b;
margin-bottom: 20px;
}

.cchg .ttl-h span {
color: #752119;
}

.cchg .ttl-sub {
font-size: 19px;
line-height: 1.55;
color: #3a3a3a;
max-width: 480px;
margin-bottom: 40px;
}

.cchg .ttl-act {
display: flex;
flex-direction: row;
gap: 20px;
align-items: center;
}

.cchg .btn-pri {
display: inline-block;
background: #752119;
color: #fff;
font-size: 16px;
font-weight: 700;
padding: 20px 40px;
border-radius: 6px;
text-decoration: none;
border: none;
cursor: pointer;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
transition: transform 0.12s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 1, 1), filter 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.cchg .btn-pri:hover {
transform: scale(1.04);
filter: brightness(0.88);
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
}

.cchg .btn-pri:active {
transform: scale(0.97);
}

.cchg .btn-sec {
font-size: 15px;
color: #752119;
font-weight: 600;
text-decoration: underline;
text-underline-offset: 3px;
transition: filter 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.cchg .btn-sec:hover {
filter: brightness(0.75);
}

.cchg .ttl-img {
position: relative;
overflow: hidden;
}

.cchg .ttl-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
animation: imgReveal 0.7s cubic-bezier(0.4, 0, 1, 1) forwards;
opacity: 0;
}

@keyframes imgReveal {
from {
opacity: 0;
transform: translateY(16px);
}

to {
opacity: 1;
transform: translateY(0);
}
}

.cchg .ttl-img::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(117, 33, 25, 0.18));
pointer-events: none;
}

.cchg .ttl-img .corner-br {
position: absolute;
bottom: 20px;
right: 20px;
width: 36px;
height: 36px;
border-bottom: 2px solid #0BFF81;
border-right: 2px solid #0BFF81;
pointer-events: none;
z-index: 2;
}

.cchg .ttl-img .corner-tl {
position: absolute;
top: 20px;
left: 20px;
width: 36px;
height: 36px;
border-top: 2px solid rgba(255, 255, 255, 0.7);
border-left: 2px solid rgba(255, 255, 255, 0.7);
pointer-events: none;
z-index: 2;
}

.cchg .reveal-bar {
height: 6px;
background: linear-gradient(to right, #752119, #BB4ADA, #0BFF81);
animation: barReveal 0.18s cubic-bezier(0.4, 0, 1, 1) forwards;
transform-origin: left;
}

@keyframes barReveal {
from {
transform: scaleX(0);
}

to {
transform: scaleX(1);
}
}

.cchg .prob {
background: linear-gradient(to top, #fff 0%, #fdf3f2 100%);
padding: 80px 80px;
position: relative;
}

.cchg .prob::before {
content: '';
display: block;
width: 60px;
height: 2px;
background: #0BFF81;
margin-bottom: 20px;
}

.cchg .prob-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 40px;
margin-top: 40px;
}

.cchg .prob-lbl {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.1em;
color: #752119;
text-transform: uppercase;
margin-bottom: 10px;
}

.cchg .prob-h {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
color: #1b1b1b;
max-width: 520px;
margin-bottom: 20px;
}

.cchg .prob-desc {
font-size: 16px;
line-height: 1.55;
color: #444;
max-width: 500px;
}

.cchg .prob-card {
background: #fff;
border-radius: 16px;
padding: 40px;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
position: relative;
transition: box-shadow 0.15s cubic-bezier(0.4, 0, 1, 1), transform 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.cchg .prob-card:hover {
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
transform: translateY(-3px);
filter: brightness(0.97);
}

.cchg .prob-num {
position: absolute;
top: -14px;
right: 20px;
background: #752119;
color: #fff;
font-size: 15px;
font-weight: 800;
width: 32px;
height: 32px;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
letter-spacing: 0.04em;
}

.cchg .prob-card-ico {
font-size: 31px;
color: #BB4ADA;
margin-bottom: 20px;
}

.cchg .prob-card h4 {
font-size: 19px;
font-weight: 800;
line-height: 1.35;
color: #1b1b1b;
margin-bottom: 10px;
letter-spacing: -0.01em;
}

.cchg .prob-card p {
font-size: 15px;
line-height: 1.55;
color: #555;
}

.cchg .meth {
background: #1b1b1b;
padding: 80px;
position: relative;
}

.cchg .meth-inner {
display: grid;
grid-template-columns: 340px 1fr;
gap: 80px;
align-items: start;
}

.cchg .meth-side h2 {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
color: #fff;
margin-bottom: 20px;
letter-spacing: -0.02em;
}

.cchg .meth-side h2 span {
color: #0BFF81;
}

.cchg .meth-side p {
font-size: 16px;
line-height: 1.55;
color: #aaa;
margin-bottom: 40px;
}

.cchg .meth-tag {
display: inline-block;
background: rgba(11, 255, 129, 0.12);
color: #0BFF81;
font-size: 15px;
font-weight: 600;
padding: 10px 20px;
border-radius: 6px;
letter-spacing: 0.06em;
}

.cchg .meth-steps {
display: flex;
flex-direction: column;
gap: 20px;
}

.cchg .step {
display: grid;
grid-template-columns: 56px 1fr;
gap: 20px;
align-items: start;
padding: 40px;
background: rgba(255, 255, 255, 0.04);
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.08);
transition: background 0.15s cubic-bezier(0.4, 0, 1, 1), border-color 0.15s cubic-bezier(0.4, 0, 1, 1);
}

.cchg .step:hover {
background: rgba(11, 255, 129, 0.06);
border-color: rgba(11, 255, 129, 0.2);
}

.cchg .step-n {
font-size: 31px;
font-weight: 900;
color: #752119;
line-height: 1.1;
}

.cchg .step h5 {
font-size: 19px;
font-weight: 700;
color: #fff;
margin-bottom: 10px;
line-height: 1.35;
}

.cchg .step p {
font-size: 15px;
line-height: 1.55;
color: #999;
}

.cchg .metrics {
background: #fff;
padding: 80px;
}

.cchg .metrics-top {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 40px;
}

.cchg .metrics-top h2 {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
color: #1b1b1b;
max-width: 480px;
letter-spacing: -0.02em;
}

.cchg .metrics-top h2 span {
color: #BB4ADA;
}

.cchg .metrics-top p {
font-size: 16px;
line-height: 1.55;
color: #555;
max-width: 360px;
}

.cchg .metrics-row {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 20px;
margin-bottom: 40px;
}

.cchg .met {
padding: 40px 20px;
border-radius: 16px;
text-align: center;
position: relative;
overflow: hidden;
}

.cchg .met.dark {
background: #1b1b1b;
}

.cchg .met.accent {
background: #752119;
}

.cchg .met.light {
background: #f5f0ff;
}

.cchg .met.green {
background: #e8fff4;
}

.cchg .met-val {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.02em;
margin-bottom: 10px;
}

.cchg .met.dark .met-val {
color: #0BFF81;
}

.cchg .met.accent .met-val {
color: #fff;
}

.cchg .met.light .met-val {
color: #BB4ADA;
}

.cchg .met.green .met-val {
color: #1b7a4a;
}

.cchg .met-lbl {
font-size: 15px;
font-weight: 600;
line-height: 1.35;
}

.cchg .met.dark .met-lbl {
color: #aaa;
}

.cchg .met.accent .met-lbl {
color: rgba(255, 255, 255, 0.8);
}

.cchg .met.light .met-lbl {
color: #6b3fa0;
}

.cchg .met.green .met-lbl {
color: #2a6b4a;
}

.cchg .met-badge {
position: absolute;
top: 10px;
right: 10px;
background: rgba(255, 255, 255, 0.15);
border-radius: 6px;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
}

.cchg .met.dark .met-badge,
.cchg .met.light .met-badge,
.cchg .met.green .met-badge {
background: rgba(117, 33, 25, 0.08);
}

.cchg .metrics-bottom {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: stretch;
}

.cchg .mb-card {
background: linear-gradient(to top, #fff 0%, #fdf3f2 100%);
border-radius: 16px;
padding: 40px;
box-shadow: 1px 2px 3px 0 rgba(117, 33, 25, 0.05);
}

.cchg .mb-card h4 {
font-size: 23px;
font-weight: 800;
line-height: 1.35;
color: #1b1b1b;
margin-bottom: 20px;
letter-spacing: -0.01em;
}

.cchg .mb-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px;
}

.cchg .mb-list li {
display: grid;
grid-template-columns: 28px 1fr;
gap: 10px;
align-items: start;
font-size: 15px;
line-height: 1.55;
color: #444;
}

.cchg .mb-list li .ico {
color: #752119;
font-size: 19px;
padding-top: 2px;
}

.cchg .mb-quote {
background: #1b1b1b;
border-radius: 16px;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.cchg .mb-quote blockquote {
font-size: 19px;
line-height: 1.55;
color: #e8e8e8;
font-style: italic;
margin: 0 0 20px 0;
}

.cchg .mb-quote cite {
font-size: 15px;
color: #0BFF81;
font-style: normal;
font-weight: 600;
}

.cchg .divider-line {
height: 1px;
background: linear-gradient(to right, transparent, #BB4ADA 30%, #752119 70%, transparent);
margin: 0 80px;
}

@media (max-width: 1200px) {
.cchg .ttl {
grid-template-columns: 1fr 1fr;
}

.cchg .ttl-h {
font-size: 43px;
}

.cchg .prob-grid {
grid-template-columns: 1fr 1fr;
}

.cchg .meth-inner {
grid-template-columns: 260px 1fr;
gap: 40px;
}

.cchg .metrics-row {
grid-template-columns: 1fr 1fr;
}

.cchg .metrics-top {
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
}

@media (max-width: 900px) {
.cchg .ttl {
grid-template-columns: 1fr;
}

.cchg .ttl-img {
height: 360px;
}

.cchg .ttl-txt {
padding: 40px;
}

.cchg .ttl-h {
font-size: 43px;
}

.cchg .prob {
padding: 40px;
}

.cchg .prob-grid {
grid-template-columns: 1fr;
}

.cchg .meth {
padding: 40px;
}

.cchg .meth-inner {
grid-template-columns: 1fr;
gap: 40px;
}

.cchg .metrics {
padding: 40px;
}

.cchg .metrics-row {
grid-template-columns: 1fr 1fr;
}

.cchg .metrics-bottom {
grid-template-columns: 1fr;
}

.cchg .divider-line {
margin: 0 40px;
}
}

@media (max-width: 600px) {
.cchg .ttl-h {
font-size: 31px;
}

.cchg .ttl-txt {
padding: 20px;
}

.cchg .prob {
padding: 20px;
}

.cchg .prob-h {
font-size: 31px;
}

.cchg .meth {
padding: 20px;
}

.cchg .meth-side h2 {
font-size: 31px;
}

.cchg .metrics {
padding: 20px;
}

.cchg .metrics-top h2 {
font-size: 31px;
}

.cchg .metrics-row {
grid-template-columns: 1fr 1fr;
gap: 10px;
}

.cchg .met {
padding: 20px 10px;
}

.cchg .met-val {
font-size: 31px;
}

.cchg .ttl-act {
flex-direction: column;
align-items: flex-start;
}

.cchg .divider-line {
margin: 0 20px;
}

.cchg .step {
grid-template-columns: 40px 1fr;
padding: 20px;
}
}

.prm {
max-width: 1440px;
margin: 0 auto;
overflow: hidden;
}

.prm .ttl {
display: grid;
grid-template-columns: 1fr 340px;
gap: 40px;
padding: 80px 80px 80px 80px;
background: linear-gradient(0deg, #fff 0%, #f5ede9 100%);
position: relative;
align-items: start;
}

.prm .ttl::before {
content: '';
position: absolute;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
opacity: 0.6;
pointer-events: none;
}

.prm .ttl-left {
display: flex;
flex-direction: column;
gap: 20px;
position: relative;
z-index: 1;
}

.prm .ttl-left .eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.12em;
color: #752119;
text-transform: uppercase;
}

.prm .ttl-left .eyebrow span {
display: block;
width: 24px;
height: 2px;
background: #752119;
}

.prm .ttl-left h1 {
font-size: 58px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.02em;
color: #1b1010;
margin: 0;
}

.prm .ttl-left h1 em {
font-style: normal;
color: #752119;
}

.prm .ttl-left .sub {
font-size: 19px;
line-height: 1.55;
color: #3a2020;
max-width: 520px;
margin: 0;
}

.prm .ttl-left .acts {
display: flex;
flex-direction: row;
gap: 20px;
align-items: center;
margin-top: 10px;
}

.prm .ttl-left .btn-pri {
display: inline-block;
padding: 20px 40px;
background: #752119;
color: #fff;
font-size: 16px;
font-weight: 700;
border-radius: 6px;
text-decoration: none;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
transition: transform 0.12s cubic-bezier(0.4, 0, 1, 1), opacity 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.prm .ttl-left .btn-pri:hover {
transform: scale(1.04);
opacity: 0.88;
}

.prm .ttl-left .btn-sec {
display: inline-block;
font-size: 15px;
font-weight: 600;
color: #752119;
text-decoration: underline;
text-underline-offset: 3px;
transition: opacity 0.15s ease-in;
}

.prm .ttl-left .btn-sec:hover {
opacity: 0.7;
}

.prm .ttl-right {
position: relative;
z-index: 1;
}

.prm .ttl-card {
border-radius: 16px;
overflow: hidden;
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
position: relative;
aspect-ratio: 7/9;
}

.prm .ttl-card img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

.prm .ttl-card .overlay {
position: absolute;
inset: 0;
background: rgba(117, 33, 25, 0.38);
mix-blend-mode: multiply;
}

.prm .ttl-card .card-tag {
position: absolute;
bottom: 20px;
left: 20px;
background: #0BFF81;
color: #1b1010;
font-size: 15px;
font-weight: 700;
padding: 10px 20px;
border-radius: 6px;
}

.prm .scallop {
width: 100%;
overflow: hidden;
line-height: 0;
}

.prm .scallop svg {
display: block;
width: 100%;
}

.prm .mission {
padding: 80px 80px;
background: #fff;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}

.prm .mission-text {
display: flex;
flex-direction: column;
gap: 20px;
}

.prm .mission-text h2 {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.015em;
color: #1b1010;
margin: 0;
}

.prm .mission-text h2 strong {
color: #752119;
}

.prm .mission-text p {
font-size: 16px;
line-height: 1.8;
color: #3a2020;
margin: 0;
}

.prm .mission-text .idea-pill {
display: inline-flex;
align-items: center;
gap: 10px;
border: 2px dashed #752119;
border-radius: 6px;
padding: 20px;
font-size: 19px;
font-weight: 700;
color: #752119;
line-height: 1.35;
}

.prm .mission-visual {
position: relative;
display: flex;
flex-direction: column;
gap: 20px;
}

.prm .mission-img {
border-radius: 16px;
overflow: hidden;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
}

.prm .mission-img img {
width: 100%;
height: 280px;
object-fit: cover;
object-position: center;
display: block;
}

.prm .mission-badge {
background: linear-gradient(0deg, #752119 0%, #a33028 100%);
border-radius: 6px;
padding: 20px;
color: #fff;
font-size: 15px;
line-height: 1.55;
}

.prm .mission-badge strong {
display: block;
font-size: 31px;
font-weight: 900;
color: #0BFF81;
margin-bottom: 10px;
}

.prm .scallop-inv {
width: 100%;
overflow: hidden;
line-height: 0;
}

.prm .scallop-inv svg {
display: block;
width: 100%;
}

.prm .daylife {
padding: 80px 80px;
background: linear-gradient(0deg, #f5ede9 0%, #fff 100%);
position: relative;
}

.prm .daylife-intro {
max-width: 640px;
margin-bottom: 40px;
}

.prm .daylife-intro h2 {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.015em;
color: #1b1010;
margin: 0 0 20px;
}

.prm .daylife-intro p {
font-size: 16px;
line-height: 1.8;
color: #3a2020;
margin: 0;
font-style: italic;
border-top: 3px solid #752119;
padding-top: 20px;
}

.prm .daylife-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.prm .dcard {
background: #fff;
border-radius: 16px;
padding: 40px 20px 20px;
box-shadow: 1px 2px 3px 0 rgba(117, 33, 25, 0.05);
display: flex;
flex-direction: column;
gap: 10px;
transition: box-shadow 0.16s cubic-bezier(0.4, 0, 1, 1);
animation: shadowbuild 0.6s cubic-bezier(0.4, 0, 1, 1) both;
}

.prm .dcard:hover {
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
opacity: 0.93;
}

.prm .dcard .dicon {
width: 40px;
height: 40px;
border-radius: 6px;
background: #f5ede9;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}

.prm .dcard .dicon i {
font-size: 20px;
color: #752119;
}

.prm .dcard h4 {
font-size: 16px;
font-weight: 800;
color: #1b1010;
margin: 0;
letter-spacing: -0.01em;
}

.prm .dcard p {
font-size: 15px;
line-height: 1.55;
color: #4a2e2e;
margin: 0;
}

@keyframes shadowbuild {
from {
box-shadow: 0 0 0 0 rgba(117, 33, 25, 0);
}

to {
box-shadow: 1px 2px 3px 0 rgba(117, 33, 25, 0.05);
}
}

.prm .formats {
padding: 80px 80px;
background: #1b1010;
position: relative;
}

.prm .formats::before {
content: '';
position: absolute;
inset: 0;
background-image: url("../images/texture-workspace.jpg");
background-size: cover;
background-position: center;
opacity: 0.08;
pointer-events: none;
filter: blur(8px);
}

.prm .formats-head {
position: relative;
z-index: 1;
margin-bottom: 40px;
}

.prm .formats-head h2 {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.015em;
color: #fff;
margin: 0 0 20px;
max-width: 560px;
}

.prm .formats-head p {
font-size: 16px;
line-height: 1.8;
color: #c9a8a0;
max-width: 520px;
margin: 0;
}

.prm .fmtgrid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
position: relative;
z-index: 1;
}

.prm .fmtitem {
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
padding: 40px;
display: flex;
flex-direction: column;
gap: 10px;
transition: border-color 0.14s cubic-bezier(0.4, 0, 1, 1), background 0.14s cubic-bezier(0.4, 0, 1, 1);
}

.prm .fmtitem:hover {
border-color: #0BFF81;
background: rgba(11, 255, 129, 0.05);
opacity: 0.93;
}

.prm .fmtitem .ftag {
font-size: 15px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #0BFF81;
}

.prm .fmtitem h4 {
font-size: 19px;
font-weight: 800;
color: #fff;
margin: 0;
line-height: 1.35;
}

.prm .fmtitem p {
font-size: 15px;
line-height: 1.55;
color: #c9a8a0;
margin: 0;
}

.prm .fmtitem .best {
font-size: 13px;
color: #BB4ADA;
font-weight: 600;
margin-top: 10px;
}

.prm .scallop2 {
width: 100%;
overflow: hidden;
line-height: 0;
}

.prm .scallop2 svg {
display: block;
width: 100%;
}

.prm .facts {
padding: 80px 80px;
background: #fff;
}

.prm .facts-top {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 40px;
gap: 40px;
}

.prm .facts-top h2 {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.015em;
color: #1b1010;
margin: 0;
max-width: 400px;
}

.prm .facts-top p {
font-size: 16px;
line-height: 1.8;
color: #3a2020;
max-width: 420px;
margin: 0;
}

.prm .statrow {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 40px;
}

.prm .stat {
border-radius: 6px;
padding: 40px 20px;
text-align: left;
background: linear-gradient(0deg, #f5ede9 0%, #fff 100%);
box-shadow: 1px 2px 3px 0 rgba(117, 33, 25, 0.05);
animation: shadowbuild 0.8s cubic-bezier(0.4, 0, 1, 1) both;
transition: box-shadow 0.13s cubic-bezier(0.4, 0, 1, 1), opacity 0.13s cubic-bezier(0.4, 0, 1, 1);
}

.prm .stat:hover {
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
opacity: 0.9;
}

.prm .stat .num {
font-size: 58px;
font-weight: 900;
line-height: 1.1;
color: #752119;
letter-spacing: -0.03em;
}

.prm .stat .lbl {
font-size: 15px;
font-weight: 600;
color: #3a2020;
margin-top: 10px;
letter-spacing: 0.04em;
}

.prm .rescard-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.prm .rescard {
border: 2px dashed #e0c8c5;
border-radius: 16px;
padding: 20px;
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
transition: border-color 0.15s ease-in, box-shadow 0.15s ease-in;
}

.prm .rescard:hover {
border-color: #752119;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
opacity: 0.9;
}

.prm .rescard .ricon {
width: 48px;
height: 48px;
border-radius: 6px;
background: #752119;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.prm .rescard .ricon i {
font-size: 22px;
color: #fff;
}

.prm .rescard .rmeta {
display: flex;
flex-direction: column;
gap: 10px;
}

.prm .rescard .rmeta h5 {
font-size: 15px;
font-weight: 700;
color: #1b1010;
margin: 0;
}

.prm .rescard .rmeta .rtype {
font-size: 13px;
color: #752119;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.prm .unique {
padding: 80px 80px;
background: linear-gradient(0deg, #fff 0%, #f0e8f5 100%);
display: grid;
grid-template-columns: 420px 1fr;
gap: 80px;
align-items: start;
}

.prm .unique-visual {
display: flex;
flex-direction: column;
gap: 20px;
}

.prm .unique-img {
border-radius: 16px;
overflow: hidden;
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
}

.prm .unique-img img {
width: 100%;
height: 320px;
object-fit: cover;
object-position: center;
display: block;
}

.prm .unique-note {
background: #BB4ADA;
border-radius: 6px;
padding: 20px;
color: #fff;
font-size: 15px;
line-height: 1.55;
font-weight: 600;
}

.prm .unique-text {
display: flex;
flex-direction: column;
gap: 20px;
}

.prm .unique-text h2 {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.015em;
color: #1b1010;
margin: 0;
}

.prm .unique-text p {
font-size: 16px;
line-height: 1.8;
color: #3a2020;
margin: 0;
}

.prm .ulist {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px;
}

.prm .ulist li {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 10px;
font-size: 16px;
line-height: 1.55;
color: #3a2020;
}

.prm .ulist li .uico {
width: 22px;
height: 22px;
border-radius: 0px;
flex-shrink: 0;
margin-top: 2px;
display: flex;
align-items: center;
justify-content: center;
}

.prm .ulist li .uico i {
font-size: 18px;
color: #BB4ADA;
}

.prm .navigate {
padding: 80px 80px;
background: #fff;
}

.prm .navigate h2 {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.015em;
color: #1b1010;
margin: 0 0 10px;
}

.prm .navigate .navdesc {
font-size: 16px;
line-height: 1.8;
color: #3a2020;
max-width: 560px;
margin: 0 0 40px;
}

.prm .navgrid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.prm .navitem {
border-radius: 16px;
padding: 40px 20px;
background: #fff;
border: 1px solid #e8d8d5;
display: flex;
flex-direction: column;
gap: 10px;
text-decoration: none;
transition: transform 0.12s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.prm .navitem:hover {
transform: scale(1.03);
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
opacity: 0.92;
}

.prm .navitem .nhead {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
}

.prm .navitem .nhead i {
font-size: 22px;
color: #752119;
}

.prm .navitem h4 {
font-size: 19px;
font-weight: 800;
color: #1b1010;
margin: 0;
letter-spacing: -0.01em;
}

.prm .navitem p {
font-size: 15px;
line-height: 1.55;
color: #4a2e2e;
margin: 0;
}

.prm .navitem .ntag {
font-size: 13px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #752119;
margin-top: 10px;
}

.prm .engage {
padding: 80px 80px;
background: linear-gradient(0deg, #f5ede9 0%, #fff 100%);
display: grid;
grid-template-columns: 1fr 380px;
gap: 80px;
align-items: center;
}

.prm .engage-text {
display: flex;
flex-direction: column;
gap: 20px;
}

.prm .engage-text h2 {
font-size: 43px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.015em;
color: #1b1010;
margin: 0;
}

.prm .engage-text p {
font-size: 16px;
line-height: 1.8;
color: #3a2020;
margin: 0;
}

.prm .engage-text .voices {
display: flex;
flex-direction: column;
gap: 20px;
margin-top: 10px;
}

.prm .voice {
display: flex;
flex-direction: row;
gap: 20px;
align-items: flex-start;
}

.prm .voice-img {
width: 64px;
height: 82px;
border-radius: 16px;
overflow: hidden;
flex-shrink: 0;
}

.prm .voice-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

.prm .voice-body {
display: flex;
flex-direction: column;
gap: 10px;
}

.prm .voice-body blockquote {
font-size: 15px;
line-height: 1.55;
color: #3a2020;
margin: 0;
font-style: italic;
}

.prm .voice-body cite {
font-size: 13px;
font-weight: 700;
color: #752119;
font-style: normal;
letter-spacing: 0.06em;
}

.prm .engage-form {
background: #fff;
border-radius: 16px;
padding: 40px;
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
display: flex;
flex-direction: column;
gap: 20px;
}

.prm .engage-form h4 {
font-size: 23px;
font-weight: 900;
color: #1b1010;
margin: 0;
line-height: 1.35;
}

.prm .engage-form p {
font-size: 15px;
line-height: 1.55;
color: #4a2e2e;
margin: 0;
}

.prm .engage-form input[type="email"],
.prm .engage-form input[type="text"] {
width: 100%;
padding: 20px;
border: 1px solid #e8d8d5;
border-radius: 6px;
font-size: 16px;
color: #1b1010;
background: #fff;
box-sizing: border-box;
outline: none;
transition: border-color 0.13s cubic-bezier(0.4, 0, 1, 1);
}

.prm .engage-form input[type="email"]::placeholder,
.prm .engage-form input[type="text"]::placeholder {
color: rgba(117, 33, 25, 0.4);
}

.prm .engage-form input[type="email"]:focus,
.prm .engage-form input[type="text"]:focus {
border-color: #752119;
}

.prm .engage-form button {
width: 100%;
padding: 20px;
background: #752119;
color: #fff;
font-size: 16px;
font-weight: 700;
border: none;
border-radius: 6px;
cursor: pointer;
transition: transform 0.12s cubic-bezier(0.4, 0, 1, 1), opacity 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.prm .engage-form button:hover {
transform: scale(1.03);
opacity: 0.88;
}

.prm .engage-form button:focus {
outline: 2px solid #752119;
outline-offset: 3px;
}

@media (max-width: 1200px) {
.prm .ttl {
grid-template-columns: 1fr 280px;
padding: 80px 40px;
}

.prm .ttl-left h1 {
font-size: 43px;
}

.prm .mission,
.prm .unique,
.prm .engage {
gap: 40px;
padding: 80px 40px;
}

.prm .daylife,
.prm .formats,
.prm .facts,
.prm .navigate {
padding: 80px 40px;
}

.prm .statrow {
grid-template-columns: repeat(2, 1fr);
}

.prm .rescard-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 900px) {
.prm .ttl {
grid-template-columns: 1fr;
padding: 40px 20px;
}

.prm .ttl-right {
display: none;
}

.prm .mission {
grid-template-columns: 1fr;
padding: 40px 20px;
gap: 40px;
}

.prm .daylife {
padding: 40px 20px;
}

.prm .daylife-grid {
grid-template-columns: 1fr;
}

.prm .formats {
padding: 40px 20px;
}

.prm .fmtgrid {
grid-template-columns: 1fr;
}

.prm .facts {
padding: 40px 20px;
}

.prm .facts-top {
flex-direction: column;
align-items: flex-start;
}

.prm .statrow {
grid-template-columns: repeat(2, 1fr);
}

.prm .rescard-grid {
grid-template-columns: 1fr;
}

.prm .unique {
grid-template-columns: 1fr;
padding: 40px 20px;
gap: 40px;
}

.prm .navigate {
padding: 40px 20px;
}

.prm .navgrid {
grid-template-columns: 1fr;
}

.prm .engage {
grid-template-columns: 1fr;
padding: 40px 20px;
gap: 40px;
}
}

@media (max-width: 600px) {
.prm .ttl-left h1 {
font-size: 31px;
}

.prm .ttl-left .sub {
font-size: 16px;
}

.prm .ttl-left .acts {
flex-direction: column;
align-items: flex-start;
}

.prm .mission-text h2,
.prm .daylife-intro h2,
.prm .formats-head h2,
.prm .facts-top h2,
.prm .unique-text h2,
.prm .navigate h2,
.prm .engage-text h2 {
font-size: 31px;
}

.prm .stat .num {
font-size: 43px;
}

.prm .statrow {
grid-template-columns: 1fr 1fr;
}
}

.blg {
max-width: 1440px;
margin: 0 auto;
overflow-x: clip;
position: relative;
}

.blg .pg-drop {
animation: dropBounce 0.55s cubic-bezier(0.4, 0, 0.2, 1.4) both;
}

@keyframes dropBounce {
0% {
opacity: 0;
transform: translateY(-32px);
}

70% {
opacity: 1;
transform: translateY(6px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

.blg .topband {
background: linear-gradient(0deg, #fff 0%, #f3e8e7 100%);
border-right: 4px solid #752119;
padding: 80px 80px 80px 80px;
position: relative;
}

.blg .topband::after {
content: '';
position: absolute;
right: 0;
top: 0;
width: 3px;
height: 100%;
background: linear-gradient(180deg, #BB4ADA 0%, #752119 100%);
pointer-events: none;
}

.blg .topband-inner {
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 40px;
max-width: 1280px;
}

.blg .topband-text {
flex: 1 1 0;
}

.blg .topband-label {
display: inline-block;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.18em;
color: #752119;
text-transform: uppercase;
margin-bottom: 20px;
}

.blg .topband-h1 {
font-size: 58px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -0.02em;
color: #1b0a08;
margin: 0 0 20px 0;
}

.blg .topband-h1 span {
color: #752119;
}

.blg .topband-desc {
font-size: 19px;
line-height: 1.55;
color: #3a1a16;
max-width: 540px;
margin: 0;
}

.blg .topband-meta {
display: flex;
flex-direction: row;
gap: 40px;
align-items: center;
margin-top: 40px;
}

.blg .topband-stat {
display: flex;
flex-direction: column;
gap: 10px;
}

.blg .topband-stat strong {
font-size: 31px;
font-weight: 900;
color: #752119;
line-height: 1.1;
}

.blg .topband-stat span {
font-size: 15px;
color: #5a2a22;
letter-spacing: 0.08em;
}

.blg .topband-img {
flex: 0 0 340px;
height: 280px;
border-radius: 16px;
overflow: hidden;
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
position: relative;
}

.blg .topband-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
animation: slowZoom 8s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

@keyframes slowZoom {
0% {
transform: scale(1);
}

100% {
transform: scale(1.06);
}
}

.blg .topband-stripe {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
background: linear-gradient(90deg, #752119 0%, #BB4ADA 60%, #0BFF81 100%);
pointer-events: none;
}

.blg .divider-tri {
width: 100%;
overflow: hidden;
line-height: 0;
display: block;
}

.blg .divider-tri svg {
display: block;
width: 100%;
}

.blg .posts-area {
background: #fff;
padding: 80px 80px 80px 80px;
position: relative;
border-right: 4px solid #f0e0de;
margin-left: 40px;
}

.blg .posts-area-head {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 40px;
}

.blg .posts-area-h2 {
font-size: 31px;
font-weight: 900;
color: #1b0a08;
letter-spacing: -0.01em;
line-height: 1.1;
margin: 0;
}

.blg .posts-area-h2 span {
color: #BB4ADA;
}

.blg .posts-count {
font-size: 15px;
color: #752119;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
}

.blg .card-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}

.blg .card {
background: #fff;
border-radius: 16px;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
overflow: hidden;
display: flex;
flex-direction: column;
position: relative;
transition: box-shadow 0.15s cubic-bezier(0.4, 0, 1, 1), transform 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.blg .card:hover {
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
transform: translateY(-2px) scale(0.99);
filter: brightness(0.97);
}

.blg .card-img-wrap {
width: 100%;
height: 180px;
overflow: hidden;
position: relative;
flex-shrink: 0;
}

.blg .card-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.18s cubic-bezier(0.4, 0, 1, 1);
}

.blg .card:hover .card-img-wrap img {
transform: scale(1.04);
}

.blg .card-fold {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 32px 32px 0;
border-color: transparent #752119 transparent transparent;
transition: border-width 0.15s cubic-bezier(0.4, 0, 1, 1);
pointer-events: none;
z-index: 2;
}

.blg .card:hover .card-fold {
border-width: 0 48px 48px 0;
}

.blg .card-body {
padding: 20px 20px 20px 20px;
display: flex;
flex-direction: column;
flex: 1 1 0;
gap: 10px;
border-top: 3px solid #752119;
}

.blg .card-author-row {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 10px;
}

.blg .card-author {
font-size: 15px;
color: #752119;
font-weight: 700;
letter-spacing: 0.06em;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
}

.blg .card-author .pe-7s-user {
font-size: 16px;
color: #BB4ADA;
}

.blg .card-views {
font-size: 15px;
color: #8a5a54;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
}

.blg .card-views .pe-7s-look {
font-size: 16px;
color: #0BFF81;
filter: brightness(0.6);
}

.blg .card-title {
font-size: 19px;
font-weight: 900;
color: #1b0a08;
line-height: 1.35;
letter-spacing: -0.01em;
margin: 0;
}

.blg .card-desc {
font-size: 15px;
color: #3a2220;
line-height: 1.55;
margin: 0;
flex: 1 1 0;
}

.blg .card-link {
display: inline-block;
margin-top: 10px;
padding: 10px 20px;
background: #752119;
color: #fff;
font-size: 15px;
font-weight: 700;
border-radius: 6px;
text-decoration: none;
letter-spacing: 0.06em;
align-self: flex-start;
transition: background 0.12s cubic-bezier(0.4, 0, 1, 1), transform 0.1s cubic-bezier(0.4, 0, 1, 1), filter 0.12s cubic-bezier(0.4, 0, 1, 1);
box-shadow: 1px 2px 3px 0 rgba(117, 33, 25, 0.05);
}

.blg .card-link:hover {
background: #5a1610;
transform: scale(1.04);
filter: brightness(0.95);
}

.blg .card-link:focus {
outline: 2px solid #BB4ADA;
outline-offset: 2px;
}

.blg .divider-tri2 {
width: 100%;
overflow: hidden;
line-height: 0;
display: block;
}

.blg .about-strip {
background: linear-gradient(0deg, #f7e8e6 0%, #fff 100%);
padding: 80px 80px 80px 80px;
border-right: 4px solid #BB4ADA;
position: relative;
margin-right: 40px;
}

.blg .about-strip::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 5px;
background: #752119;
border-radius: 0 6px 6px 0;
pointer-events: none;
}

.blg .about-inner {
display: flex;
flex-direction: row;
gap: 80px;
align-items: flex-start;
max-width: 1200px;
}

.blg .about-text {
flex: 1 1 0;
}

.blg .about-h3 {
font-size: 31px;
font-weight: 900;
color: #1b0a08;
line-height: 1.1;
margin: 0 0 20px 0;
letter-spacing: -0.01em;
}

.blg .about-p {
font-size: 16px;
color: #3a1a16;
line-height: 1.55;
margin: 0 0 20px 0;
}

.blg .about-cta {
display: inline-block;
padding: 10px 40px;
background: transparent;
border: 2px solid #752119;
color: #752119;
font-size: 16px;
font-weight: 700;
border-radius: 6px;
text-decoration: none;
letter-spacing: 0.06em;
transition: background 0.15s cubic-bezier(0.4, 0, 1, 1), color 0.15s cubic-bezier(0.4, 0, 1, 1), transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.blg .about-cta:hover {
background: #752119;
color: #fff;
transform: scale(1.03);
filter: brightness(0.96);
}

.blg .about-cta:focus {
outline: 2px solid #BB4ADA;
outline-offset: 2px;
}

.blg .about-aside {
flex: 0 0 320px;
display: flex;
flex-direction: column;
gap: 20px;
}

.blg .about-metric {
background: #fff;
border-radius: 16px;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
padding: 20px;
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
}

.blg .about-metric-icon {
width: 40px;
height: 40px;
border-radius: 6px;
background: linear-gradient(0deg, #752119 0%, #BB4ADA 100%);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.blg .about-metric-icon span {
color: #fff;
font-size: 19px;
}

.blg .about-metric-text strong {
display: block;
font-size: 23px;
font-weight: 900;
color: #752119;
line-height: 1.1;
}

.blg .about-metric-text small {
font-size: 15px;
color: #5a2a22;
letter-spacing: 0.06em;
}

.blg .divider-tri3 {
width: 100%;
overflow: hidden;
line-height: 0;
display: block;
}

.blg .code-section {
background: #1b0a08;
padding: 80px 80px 80px 80px;
position: relative;
border-right: 4px solid #0BFF81;
margin-left: 40px;
}

.blg .code-section::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 5px;
background: #0BFF81;
border-radius: 0 6px 6px 0;
pointer-events: none;
}

.blg .code-h3 {
font-size: 31px;
font-weight: 900;
color: #fff;
line-height: 1.1;
margin: 0 0 20px 0;
letter-spacing: -0.01em;
}

.blg .code-h3 span {
color: #0BFF81;
}

.blg .code-sub {
font-size: 16px;
color: #c9a09a;
line-height: 1.55;
margin: 0 0 40px 0;
max-width: 560px;
}

.blg .code-pair {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
}

.blg .code-block {
background: #0d0503;
border-radius: 16px;
padding: 20px;
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
overflow: hidden;
}

.blg .code-block pre {
margin: 0;
font-size: 15px;
color: #0BFF81;
line-height: 1.8;
white-space: pre-wrap;
word-break: break-word;
}

.blg .code-block code {
color: #0BFF81;
}

.blg .code-block code .cm {
color: #5a8a6a;
}

.blg .code-block code .kw {
color: #BB4ADA;
}

.blg .code-block code .nm {
color: #fff;
}

.blg .code-block code .vl {
color: #f0a080;
}

.blg .output-block {
background: #fff;
border-radius: 16px;
padding: 20px;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
}

.blg .output-block h5 {
font-size: 15px;
font-weight: 700;
color: #752119;
letter-spacing: 0.12em;
text-transform: uppercase;
margin: 0 0 20px 0;
}

.blg .output-row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid #f0e0de;
}

.blg .output-row:last-child {
border-bottom: none;
}

.blg .output-label {
font-size: 15px;
color: #3a1a16;
font-weight: 600;
}

.blg .output-val {
font-size: 16px;
font-weight: 900;
color: #1b0a08;
}

.blg .output-val.pos {
color: #2a7a3a;
}

.blg .output-val.neg {
color: #752119;
}

.blg .divider-tri4 {
width: 100%;
overflow: hidden;
line-height: 0;
display: block;
}

.blg .coaching-strip {
background: linear-gradient(0deg, #fff 0%, #f0e8f7 100%);
padding: 80px 80px 80px 80px;
border-right: 4px solid #752119;
position: relative;
margin-right: 40px;
}

.blg .coaching-strip::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 5px;
background: #BB4ADA;
border-radius: 0 6px 6px 0;
pointer-events: none;
}

.blg .coaching-inner {
display: flex;
flex-direction: row;
gap: 80px;
align-items: center;
max-width: 1200px;
}

.blg .coaching-text {
flex: 1 1 0;
}

.blg .coaching-label {
display: inline-block;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.16em;
color: #BB4ADA;
text-transform: uppercase;
margin-bottom: 20px;
}

.blg .coaching-h3 {
font-size: 43px;
font-weight: 900;
color: #1b0a08;
line-height: 1.1;
margin: 0 0 20px 0;
letter-spacing: -0.02em;
}

.blg .coaching-p {
font-size: 16px;
color: #2a1218;
line-height: 1.55;
margin: 0 0 20px 0;
}

.blg .coaching-link {
display: inline-block;
padding: 20px 40px;
background: #752119;
color: #fff;
font-size: 19px;
font-weight: 900;
border-radius: 6px;
text-decoration: none;
letter-spacing: 0.04em;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
transition: background 0.13s cubic-bezier(0.4, 0, 1, 1), transform 0.1s cubic-bezier(0.4, 0, 1, 1), filter 0.13s cubic-bezier(0.4, 0, 1, 1);
}

.blg .coaching-link:hover {
background: #5a1610;
transform: scale(1.04);
filter: brightness(0.95);
}

.blg .coaching-link:focus {
outline: 2px solid #BB4ADA;
outline-offset: 2px;
}

.blg .coaching-feats {
flex: 0 0 340px;
display: flex;
flex-direction: column;
gap: 20px;
}

.blg .coaching-feat {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 20px;
background: #fff;
border-radius: 16px;
padding: 20px;
box-shadow: 1px 2px 3px 0 rgba(117, 33, 25, 0.05);
}

.blg .coaching-feat-icon {
width: 36px;
height: 36px;
border-radius: 6px;
background: linear-gradient(0deg, #BB4ADA 0%, #752119 100%);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.blg .coaching-feat-icon span {
color: #fff;
font-size: 16px;
}

.blg .coaching-feat-body strong {
display: block;
font-size: 16px;
font-weight: 900;
color: #1b0a08;
margin-bottom: 10px;
line-height: 1.35;
}

.blg .coaching-feat-body p {
font-size: 15px;
color: #3a1a16;
line-height: 1.55;
margin: 0;
}

.blg .wavy-section {
background: #752119;
padding: 80px 80px 80px 80px;
position: relative;
overflow: hidden;
margin-left: 40px;
border-right: 4px solid #BB4ADA;
}

.blg .wavy-bg {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}

.blg .wavy-bg svg {
width: 100%;
height: 100%;
opacity: 0.13;
}

.blg .wavy-inner {
position: relative;
z-index: 1;
max-width: 800px;
margin: 0 auto;
text-align: left;
}

.blg .wavy-h3 {
font-size: 31px;
font-weight: 900;
color: #fff;
line-height: 1.1;
margin: 0 0 20px 0;
letter-spacing: -0.01em;
}

.blg .wavy-p {
font-size: 16px;
color: #f0c8c0;
line-height: 1.55;
margin: 0 0 40px 0;
}

.blg .wavy-form {
display: flex;
flex-direction: row;
gap: 20px;
align-items: stretch;
}

.blg .wavy-form input[type="email"] {
flex: 1 1 0;
padding: 20px 20px;
border-radius: 6px;
border: 2px solid rgba(255, 255, 255, 0.22);
background: rgba(255, 255, 255, 0.08);
color: #fff;
font-size: 16px;
outline: none;
transition: border-color 0.13s cubic-bezier(0.4, 0, 1, 1);
}

.blg .wavy-form input[type="email"]::placeholder {
color: rgba(255, 255, 255, 0.4);
}

.blg .wavy-form input[type="email"]:focus {
border-color: #0BFF81;
}

.blg .wavy-form button {
padding: 20px 40px;
background: #0BFF81;
color: #1b0a08;
font-size: 16px;
font-weight: 900;
border: none;
border-radius: 6px;
cursor: pointer;
letter-spacing: 0.06em;
transition: background 0.13s cubic-bezier(0.4, 0, 1, 1), transform 0.1s cubic-bezier(0.4, 0, 1, 1), filter 0.13s cubic-bezier(0.4, 0, 1, 1);
white-space: nowrap;
}

.blg .wavy-form button:hover {
background: #09e872;
transform: scale(1.04);
filter: brightness(0.96);
}

.blg .wavy-form button:focus {
outline: 2px solid #fff;
outline-offset: 2px;
}

@media (max-width: 1200px) {
.blg .topband {
padding: 80px 40px 80px 40px;
}

.blg .topband-h1 {
font-size: 43px;
}

.blg .topband-img {
flex: 0 0 240px;
height: 220px;
}

.blg .card-grid {
grid-template-columns: repeat(2, 1fr);
}

.blg .posts-area {
padding: 80px 40px 80px 40px;
}

.blg .about-strip {
padding: 80px 40px 80px 40px;
}

.blg .about-inner {
gap: 40px;
}

.blg .coaching-strip {
padding: 80px 40px 80px 40px;
}

.blg .coaching-inner {
gap: 40px;
}

.blg .code-section {
padding: 80px 40px 80px 40px;
}

.blg .wavy-section {
padding: 80px 40px 80px 40px;
}
}

@media (max-width: 900px) {
.blg .topband {
padding: 40px 20px 80px 20px;
}

.blg .topband-inner {
flex-direction: column;
gap: 20px;
}

.blg .topband-img {
flex: 0 0 auto;
width: 100%;
height: 200px;
}

.blg .topband-h1 {
font-size: 31px;
}

.blg .card-grid {
grid-template-columns: 1fr;
gap: 20px;
}

.blg .posts-area {
padding: 40px 20px 40px 20px;
margin-left: 0;
}

.blg .about-strip {
padding: 40px 20px 40px 20px;
margin-right: 0;
}

.blg .about-inner {
flex-direction: column;
gap: 20px;
}

.blg .about-aside {
flex: 0 0 auto;
width: 100%;
}

.blg .coaching-strip {
padding: 40px 20px 40px 20px;
margin-right: 0;
}

.blg .coaching-inner {
flex-direction: column;
gap: 20px;
}

.blg .coaching-feats {
flex: 0 0 auto;
width: 100%;
}

.blg .coaching-h3 {
font-size: 31px;
}

.blg .code-section {
padding: 40px 20px 40px 20px;
margin-left: 0;
}

.blg .code-pair {
grid-template-columns: 1fr;
gap: 20px;
}

.blg .wavy-section {
padding: 40px 20px 40px 20px;
margin-left: 0;
}

.blg .wavy-form {
flex-direction: column;
gap: 10px;
}
}

@media (max-width: 600px) {
.blg .topband-h1 {
font-size: 23px;
}

.blg .topband-meta {
flex-direction: column;
align-items: flex-start;
gap: 20px;
}

.blg .posts-area-head {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}

.blg .about-h3,
.blg .code-h3,
.blg .wavy-h3 {
font-size: 23px;
}

.blg .coaching-h3 {
font-size: 23px;
}
}

.aauth {
background: #fff;
overflow-x: clip;
position: relative;
}

.aauth .fade-img {
position: relative;
overflow: hidden;
}

.aauth .fade-img::after {
bottom: 0;
content: "";
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
}

.aauth .pg-wrap {
margin: 0 auto;
max-width: 1440px;
padding: 0 40px;
}

@media (max-width: 600px) {
.aauth .pg-wrap {
padding: 0 20px;
}
}

.aauth .stagger-1 {
animation: fadeUp 0.16s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: 0.05s;
}

.aauth .stagger-2 {
animation: fadeUp 0.16s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: 0.10s;
}

.aauth .stagger-3 {
animation: fadeUp 0.16s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: 0.15s;
}

.aauth .stagger-4 {
animation: fadeUp 0.16s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: 0.20s;
}

@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(14px);
}

to {
opacity: 1;
transform: translateY(0);
}
}

.aauth ::selection {
background: #752119;
color: #fff;
}

.aauth input::placeholder,
.aauth textarea::placeholder {
color: rgba(117, 33, 25, 0.35);
}

.aauth .deco-lines {
pointer-events: none;
position: absolute;
}

.aauth .deco-lines span {
background: rgba(117, 33, 25, 0.08);
display: block;
height: 1px;
margin-bottom: 6px;
width: 100%;
}

.aauth .deco-dot {
background: #0BFF81;
border-radius: 50%;
display: inline-block;
flex-shrink: 0;
height: 8px;
width: 8px;
}

.aauth .prof {
background: linear-gradient(to top, #fff 0%, rgba(187, 74, 218, 0.06) 100%);
padding: 80px 0;
position: relative;
}

.aauth .prof-inner {
align-items: stretch;
column-gap: 40px;
display: grid;
grid-template-columns: 340px 1fr;
position: relative;
}

@media (max-width: 900px) {
.aauth .prof-inner {
column-gap: 20px;
grid-template-columns: 240px 1fr;
}
}

@media (max-width: 600px) {
.aauth .prof-inner {
display: flex;
flex-direction: column;
gap: 40px;
}
}

.aauth .prof-img-col {
position: relative;
}

.aauth .prof-img-frame {
height: 0;
overflow: hidden;
padding-bottom: calc(9/7 * 100%);
position: relative;
width: 100%;
}

.aauth .prof-img-frame img {
filter: sepia(0.22) contrast(1.08) brightness(0.97);
height: 100%;
left: 0;
object-fit: cover;
object-position: center;
position: absolute;
top: 0;
width: 100%;
}

.aauth .prof-img-frame::after {
background: linear-gradient(to top, rgba(255, 255, 255, 0.55) 0%, transparent 40%);
bottom: 0;
content: "";
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
}

.aauth .prof-shape-a {
background: rgba(11, 255, 129, 0.18);
border-radius: 50%;
bottom: -20px;
height: 60px;
pointer-events: none;
position: absolute;
right: -20px;
width: 60px;
}

.aauth .prof-shape-b {
border: 2px solid rgba(117, 33, 25, 0.15);
border-radius: 6px;
bottom: 20px;
left: -10px;
pointer-events: none;
position: absolute;
height: 40px;
width: 40px;
}

.aauth .prof-deco {
bottom: 40px;
left: 0;
width: 80px;
}

.aauth .prof-text {
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px 0;
position: relative;
}

.aauth .prof-tag {
color: #752119;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.12em;
margin-bottom: 20px;
text-transform: uppercase;
}

.aauth .prof-tag .deco-dot {
margin-right: 10px;
vertical-align: middle;
}

.aauth .prof-h1 {
color: #1b1007;
font-size: 58px;
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.1;
margin-bottom: 20px;
}

@media (max-width: 900px) {
.aauth .prof-h1 {
font-size: 43px;
}
}

@media (max-width: 600px) {
.aauth .prof-h1 {
font-size: 31px;
}
}

.aauth .prof-h1 .grad {
background: linear-gradient(to top, #752119 0%, #BB4ADA 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.aauth .prof-role {
color: #4a3228;
font-size: 19px;
font-weight: 500;
line-height: 1.35;
margin-bottom: 20px;
}

.aauth .prof-bio {
color: #3d2b22;
font-size: 16px;
line-height: 1.8;
margin-bottom: 40px;
max-width: 540px;
}

.aauth .prof-stats {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 40px;
}

.aauth .stat-item {
display: flex;
flex-direction: column;
gap: 10px;
}

.aauth .stat-num {
color: #752119;
font-size: 31px;
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.1;
}

.aauth .stat-lbl {
color: #6b4c3f;
font-size: 15px;
letter-spacing: 0.06em;
line-height: 1.35;
}

.aauth .prof-corner-deco {
position: absolute;
right: 0;
top: 0;
}

.aauth .approach {
background: #fff;
border-top: 1px solid rgba(117, 33, 25, 0.10);
padding: 80px 0;
position: relative;
}

.aauth .approach-inner {
display: grid;
gap: 40px;
grid-template-columns: 1fr 1fr 1fr;
position: relative;
}

@media (max-width: 900px) {
.aauth .approach-inner {
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 600px) {
.aauth .approach-inner {
grid-template-columns: 1fr;
}
}

.aauth .approach-head {
grid-column: 1 / -1;
}

.aauth .approach-eyebrow {
color: #BB4ADA;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.10em;
margin-bottom: 10px;
text-transform: uppercase;
}

.aauth .approach-h2 {
color: #1b1007;
font-size: 43px;
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.1;
max-width: 600px;
}

@media (max-width: 600px) {
.aauth .approach-h2 {
font-size: 31px;
}
}

.aauth .approach-lead {
color: #3d2b22;
font-size: 16px;
line-height: 1.8;
margin-top: 20px;
max-width: 560px;
}

.aauth .area-card {
background: linear-gradient(to top, rgba(117, 33, 25, 0.03) 0%, #fff 100%);
border: 1px solid rgba(117, 33, 25, 0.10);
border-radius: 16px;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
display: flex;
flex-direction: column;
gap: 20px;
padding: 40px;
position: relative;
transition: box-shadow 0.14s cubic-bezier(0.4, 0, 1, 1), transform 0.14s cubic-bezier(0.4, 0, 1, 1);
}

.aauth .area-card:hover {
box-shadow: 1px 8px 36px 0 rgba(117, 33, 25, 0.12);
filter: brightness(0.97);
transform: scale(1.015);
}

.aauth .area-icon {
align-items: center;
background: rgba(11, 255, 129, 0.12);
border-radius: 6px;
display: flex;
flex-direction: row;
height: 44px;
justify-content: center;
width: 44px;
}

.aauth .area-icon .pe-7s-graph1,
.aauth .area-icon .pe-7s-cash,
.aauth .area-icon .pe-7s-note2,
.aauth .area-icon .pe-7s-tools {
color: #752119;
font-size: 23px;
}

.aauth .area-h3 {
color: #1b1007;
font-size: 19px;
font-weight: 800;
letter-spacing: -0.01em;
line-height: 1.35;
}

.aauth .area-desc {
color: #4a3228;
font-size: 15px;
line-height: 1.8;
}

.aauth .area-card .deco-dot {
position: absolute;
right: 20px;
top: 20px;
}

.aauth .phil {
background: linear-gradient(to top, rgba(11, 255, 129, 0.05) 0%, rgba(187, 74, 218, 0.04) 100%);
border-top: 1px solid rgba(11, 255, 129, 0.20);
padding: 80px 0;
position: relative;
}

.aauth .phil-inner {
align-items: start;
column-gap: 40px;
display: grid;
grid-template-columns: 1fr 320px;
position: relative;
}

@media (max-width: 900px) {
.aauth .phil-inner {
column-gap: 20px;
grid-template-columns: 1fr 220px;
}
}

@media (max-width: 600px) {
.aauth .phil-inner {
display: flex;
flex-direction: column;
gap: 40px;
}
}

.aauth .phil-text {
display: flex;
flex-direction: column;
gap: 20px;
}

.aauth .phil-eyebrow {
color: #752119;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.10em;
text-transform: uppercase;
}

.aauth .phil-h2 {
color: #1b1007;
font-size: 43px;
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.1;
}

@media (max-width: 600px) {
.aauth .phil-h2 {
font-size: 31px;
}
}

.aauth .phil-body {
color: #3d2b22;
font-size: 16px;
line-height: 1.8;
max-width: 520px;
}

.aauth .phil-list {
display: flex;
flex-direction: column;
gap: 20px;
list-style: none;
margin: 0;
padding: 0;
}

.aauth .phil-list li {
align-items: flex-start;
display: flex;
flex-direction: row;
gap: 10px;
}

.aauth .phil-list li .pe-7s-check {
color: #752119;
flex-shrink: 0;
font-size: 19px;
line-height: 1.35;
}

.aauth .phil-list li span {
color: #3d2b22;
font-size: 15px;
line-height: 1.55;
}

.aauth .phil-quote {
background: #fff;
border-radius: 6px;
border-top: 3px solid #BB4ADA;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
color: #1b1007;
font-size: 16px;
font-style: italic;
line-height: 1.8;
padding: 40px;
}

.aauth .phil-quote cite {
color: #752119;
display: block;
font-size: 15px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.06em;
margin-top: 20px;
}

.aauth .phil-img-col {
display: flex;
flex-direction: column;
gap: 20px;
position: relative;
}

.aauth .phil-img-wrap {
overflow: hidden;
position: relative;
width: 100%;
}

.aauth .phil-img-wrap img {
display: block;
filter: sepia(0.15) contrast(1.06) brightness(0.98);
height: 100%;
object-fit: cover;
object-position: center;
width: 100%;
}

.aauth .phil-img-a {
aspect-ratio: 7/9;
}

.aauth .phil-img-a img {
height: 100%;
}

.aauth .phil-img-b {
aspect-ratio: 4/3;
}

.aauth .phil-img-b img {
height: 100%;
}

.aauth .phil-img-wrap::after {
background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, transparent 50%);
bottom: 0;
content: "";
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
}

.aauth .phil-deco-corner {
bottom: 0;
position: absolute;
right: 0;
width: 80px;
}

.aauth .phil-img-label {
background: rgba(117, 33, 25, 0.06);
border-radius: 6px;
color: #752119;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.08em;
padding: 10px 20px;
text-align: center;
text-transform: uppercase;
}

.aauth .btn-primary {
background: #752119;
border: none;
border-radius: 6px;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.04em;
padding: 20px 40px;
text-decoration: none;
transition: transform 0.12s cubic-bezier(0.4, 0, 1, 1), filter 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.aauth .btn-primary:hover {
filter: brightness(0.93);
transform: scale(1.04);
}

.aauth .btn-primary:active {
transform: scale(0.98);
}

.aauth .btn-primary:focus-visible {
outline: 2px solid #BB4ADA;
outline-offset: 3px;
}

.sucPg {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 60vh;
padding: 80px 20px;
}

.sucPg .wrap {
max-width: 600px;
text-align: left;
width: 100%;
}

.sucPg .iconWrap {
align-items: center;
background: linear-gradient(to top, #fff 0%, rgba(11, 255, 129, 0.08) 100%);
border: 1.5px solid rgba(11, 255, 129, 0.35);
border-radius: 16px;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
display: flex;
flex-direction: row;
gap: 20px;
margin-bottom: 40px;
padding: 40px;
}

.sucPg .checkMark {
flex-shrink: 0;
height: 52px;
width: 52px;
}

.sucPg .checkMark svg {
display: block;
height: 52px;
width: 52px;
}

.sucPg .tagline {
color: #752119;
font-size: 15px;
letter-spacing: 0.12em;
line-height: 1.35;
margin-bottom: 10px;
text-transform: uppercase;
}

.sucPg .mainHead {
color: #1b1b1b;
font-size: 31px;
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.1;
margin-bottom: 0;
}

.sucPg .bodyText {
color: #3a3a3a;
font-size: 16px;
line-height: 1.55;
margin-bottom: 40px;
}

.sucPg .bodyText strong {
color: #752119;
font-weight: 700;
}

.sucPg .divLine {
background: linear-gradient(to right, rgba(117, 33, 25, 0.18), rgba(187, 74, 218, 0.12), transparent);
border: none;
height: 1.5px;
margin-bottom: 40px;
width: 100%;
}

.sucPg .nextSteps {
margin-bottom: 40px;
}

.sucPg .nextSteps .stepHead {
color: #2a2a2a;
font-size: 19px;
font-weight: 800;
letter-spacing: -0.01em;
line-height: 1.35;
margin-bottom: 20px;
}

.sucPg .stepList {
display: flex;
flex-direction: column;
gap: 10px;
list-style: none;
margin: 0;
padding: 0;
}

.sucPg .stepList li {
align-items: flex-start;
background: #fff;
border: 1px solid rgba(117, 33, 25, 0.10);
border-radius: 6px;
box-shadow: 1px 2px 3px 0 rgba(117, 33, 25, 0.05);
display: flex;
flex-direction: row;
gap: 20px;
padding: 20px;
}

.sucPg .stepNum {
background: linear-gradient(to top, #752119 0%, #a03028 100%);
border-radius: 6px;
color: #fff;
flex-shrink: 0;
font-size: 15px;
font-weight: 800;
height: 28px;
line-height: 28px;
text-align: center;
width: 28px;
}

.sucPg .stepTxt {
color: #3a3a3a;
font-size: 15px;
line-height: 1.55;
}

.sucPg .stepTxt strong {
color: #2a2a2a;
display: block;
font-size: 16px;
font-weight: 700;
line-height: 1.35;
margin-bottom: 4px;
}

.sucPg .actions {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
}

.sucPg .btnPrimary {
background: linear-gradient(to top, #752119 0%, #9e2f24 100%);
border: none;
border-radius: 6px;
box-shadow: 1px 4px 14px 0 rgba(117, 33, 25, 0.10);
color: #fff;
cursor: pointer;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.01em;
line-height: 1.35;
padding: 20px 40px;
text-decoration: none;
transition: opacity 0.12s cubic-bezier(0.4, 0, 1, 1), transform 0.14s cubic-bezier(0.4, 0, 1, 1);
}

.sucPg .btnPrimary:hover {
opacity: 0.88;
transform: scale(1.04);
}

.sucPg .btnPrimary:active {
opacity: 0.75;
transform: scale(0.98);
}

.sucPg .btnSec {
background: #fff;
border: 1.5px solid rgba(117, 33, 25, 0.22);
border-radius: 6px;
color: #752119;
cursor: pointer;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.01em;
line-height: 1.35;
padding: 20px 20px;
text-decoration: none;
transition: background 0.12s cubic-bezier(0.4, 0, 1, 1), opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.sucPg .btnSec:hover {
background: rgba(117, 33, 25, 0.05);
opacity: 0.85;
}

.sucPg .note {
color: #5a5a5a;
font-size: 15px;
line-height: 1.55;
margin-top: 40px;
}

.sucPg .note a {
color: #752119;
font-weight: 600;
text-decoration: underline;
text-decoration-color: rgba(117, 33, 25, 0.35);
text-underline-offset: 3px;
transition: text-decoration-color 0.12s cubic-bezier(0.4, 0, 1, 1);
}

.sucPg .note a:hover {
text-decoration-color: #752119;
}

@media (max-width: 600px) {
.sucPg {
padding: 40px 20px;
}

.sucPg .iconWrap {
flex-direction: column;
gap: 20px;
padding: 20px;
}

.sucPg .mainHead {
font-size: 23px;
}

.sucPg .actions {
flex-direction: column;
}

.sucPg .btnPrimary,
.sucPg .btnSec {
text-align: center;
width: 100%;
}
}