/* HeeraHut Premium Marketing Sections */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Inter:wght@400;500;600;700&display=swap');

.prm-page { padding-bottom: 0; font-family: 'Inter', system-ui, sans-serif; }
.prm-page h1, .prm-page h2, .prm-page h3 { font-family: 'Cormorant Garamond', Georgia, serif; }

/* Hero with background image */
.prm-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

/* No uploaded hero image — gradient only (no fake stock photo) */
.prm-hero:not(:has(.prm-hero-bg)) .prm-hero-overlay {
    background: linear-gradient(105deg, rgba(15,23,42,0.85) 0%, rgba(15,23,42,0.65) 100%);
}

/* Hide empty image slots when file not uploaded */
.prm-split-media:empty,
.prm-legacy-visual:empty,
.prm-director-photo:empty,
.prm-growth-card .thumb:empty,
.prm-logo-item:empty,
.prm-solution-img:empty {
    display: none;
}

.prm-split:not(:has(.prm-split-media .prm-media-frame)) {
    grid-template-columns: 1fr;
}

.prm-legacy-grid:not(:has(.prm-legacy-visual .prm-media-frame)) {
    grid-template-columns: 1fr;
}

.prm-director:not(:has(.prm-director-photo img)) {
    grid-template-columns: 1fr;
}

.prm-solution-block:not(:has(.prm-solution-img .prm-media-frame)) {
    grid-template-columns: 1fr;
}

.prm-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.prm-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.75) 45%, rgba(15,23,42,0.4) 100%);
    z-index: 1;
}

.prm-hero .container {
    position: relative;
    z-index: 2;
    padding: 5rem 1rem;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.prm-hero h1 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    color: #fff;
    line-height: 1.1;
    margin: 0.75rem 0 1rem;
    font-weight: 700;
}

.prm-hero .lead {
    font-size: 1.125rem;
    color: #cbd5e1;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.prm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    background: rgba(217, 119, 6, 0.25);
    border: 1px solid rgba(252, 211, 77, 0.35);
    border-radius: 999px;
    color: #fcd34d;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Sections */
.prm-section { padding: 5rem 0; }
.prm-section.alt { background: #f8fafc; }
.prm-section.dark {
    background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
}

.prm-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3rem;
}

.prm-head h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: #0f172a;
    margin: 0.75rem 0;
}

.prm-section.dark .prm-head h2 { color: #fff; }
.prm-section.dark .prm-head p { color: #94a3b8; }

.prm-head p {
    color: #64748b;
    font-size: 1.0625rem;
    line-height: 1.7;
    text-align: center;
}

/* Text alignment utilities */
.prm-text-center { text-align: center; }
.prm-text-justify { text-align: justify; text-justify: inter-word; }

.prm-split-text p,
.prm-solution-body p,
.prm-solution-body li,
.prm-detail-card p,
.prm-growth-card p {
    text-align: justify;
}

.prm-card p,
.prm-stat .sub,
.prm-option p {
    text-align: center;
}

.prm-director blockquote {
    text-align: justify;
}

.prm-hero .lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Split layout */
.prm-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.prm-split.reverse .prm-split-media { order: 2; }
.prm-split.reverse .prm-split-text { order: 1; }

.prm-media-frame {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.prm-media-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.25rem;
    pointer-events: none;
}

.prm-media-frame .prm-img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.prm-media-frame:hover .prm-img { transform: scale(1.03); }

.prm-split-text h2 {
    font-size: 2rem;
    color: #0f172a;
    margin-bottom: 1rem;
}

.prm-split-text p {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.prm-gold-line {
    width: 4rem;
    height: 3px;
    background: linear-gradient(90deg, #d97706, #fcd34d);
    margin-bottom: 1.25rem;
    border-radius: 2px;
}

/* Stat grid */
.prm-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.prm-stat {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.prm-stat:hover {
    border-color: #d97706;
    box-shadow: 0 12px 24px rgba(217, 119, 6, 0.12);
    transform: translateY(-3px);
}

.prm-stat .val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #b45309;
    line-height: 1;
}

.prm-stat .lbl {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0.5rem 0 0.25rem;
}

.prm-stat .sub { font-size: 0.75rem; color: #64748b; }

/* Cards */
.prm-cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.prm-cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.prm-cards-auto {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.prm-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
}

.prm-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(217, 119, 6, 0.3);
}

.prm-card .ico { font-size: 2rem; margin-bottom: 1rem; }
.prm-card h3 { font-size: 1.25rem; color: #0f172a; margin-bottom: 0.5rem; }
.prm-card p { color: #64748b; font-size: 0.9375rem; line-height: 1.65; margin: 0; }

.prm-card.dark {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
}
.prm-card.dark h3 { color: #fff; }
.prm-card.dark p { color: #94a3b8; }

/* Growth cards with image */
.prm-growth-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.prm-growth-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.prm-growth-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.prm-growth-card .thumb {
    height: 200px;
    overflow: hidden;
}

.prm-growth-card .thumb .prm-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prm-growth-card .body { padding: 1.5rem; }
.prm-growth-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; color: #0f172a; }
.prm-growth-card p { color: #64748b; font-size: 0.9375rem; line-height: 1.65; margin: 0; }

/* VS compare */
.prm-vs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.prm-vs-col {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    border: 2px solid #e2e8f0;
}

.prm-vs-col.lab {
    border-color: #d97706;
    background: linear-gradient(180deg, #fffbeb 0%, #fff 100%);
}

.prm-vs-col h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
}

.prm-vs-col ul { list-style: none; padding: 0; margin: 0; }
.prm-vs-col li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.9375rem;
}

.prm-vs-col li span:first-child { color: #64748b; font-weight: 500; }
.prm-vs-col li span:last-child { color: #0f172a; font-weight: 600; text-align: right; }

/* Price compare box */
.prm-price-box {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    align-items: center;
    background: #0f172a;
    color: #fff;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    margin-top: 1.25rem;
}

.prm-price-box .market { opacity: 0.7; text-decoration: line-through; }
.prm-price-box .hh { color: #fcd34d; font-size: 1.5rem; font-weight: 700; }
.prm-price-box .vs {
    background: #d97706;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Cert row */
.prm-certs {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.prm-cert {
    text-align: center;
    width: 100px;
}

.prm-cert img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 50%;
    background: #f8fafc;
    padding: 0.5rem;
    border: 2px solid #e2e8f0;
}

.prm-cert span {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 0.5rem;
}

/* Logo slider */
.prm-logo-track {
    display: flex;
    gap: 3rem;
    animation: prmScroll 25s linear infinite;
    width: max-content;
    padding: 1rem 0;
}

.prm-logo-wrap {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

@keyframes prmScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.prm-logo-item {
    flex-shrink: 0;
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #e2e8f0;
}

.prm-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(30%);
    opacity: 0.85;
}

/* Channels */
.prm-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.prm-channel {
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    border: 2px solid #e2e8f0;
    font-weight: 600;
    font-size: 0.875rem;
    color: #64748b;
}

.prm-channel.active {
    background: linear-gradient(135deg, #d97706, #b45309);
    border-color: transparent;
    color: #fff;
}

/* Barrier pills */
.prm-barriers {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.prm-barrier-pill {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

/* Solution accordion blocks */
.prm-solution-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.prm-solution-block:last-child { border-bottom: none; }
.prm-solution-block:nth-child(even) .prm-solution-img { order: 2; }
.prm-solution-block:nth-child(even) .prm-solution-body { order: 1; }

.prm-solution-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 700;
    color: rgba(217, 119, 6, 0.15);
    line-height: 1;
    margin-bottom: 0.25rem;
}

/* Director */
.prm-director {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, #fffbeb, #fff);
    border-radius: 1.25rem;
    padding: 2.5rem;
    border: 1px solid rgba(217, 119, 6, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.prm-director-photo {
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 3/4;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.prm-director-photo .prm-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prm-director blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.375rem;
    font-style: italic;
    color: #334155;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    border: none;
    padding: 0;
}

.prm-director cite {
    font-style: normal;
    font-weight: 700;
    color: #b45309;
    font-size: 1.125rem;
}

/* Three options */
.prm-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.prm-option {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 1rem;
    border: 2px solid #e2e8f0;
    background: #fff;
    transition: all 0.3s ease;
}

.prm-option.gold {
    background: linear-gradient(160deg, #1e293b, #0f172a);
    border-color: #d97706;
    color: #fff;
    transform: scale(1.03);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.prm-option .opt-num {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
}

.prm-option.gold .opt-num {
    background: #d97706;
    color: #fff;
}

.prm-option h3 { font-size: 1.375rem; margin-bottom: 0.75rem; }
.prm-option.gold h3 { color: #fcd34d; }
.prm-option p { color: #64748b; font-size: 0.9375rem; line-height: 1.6; }
.prm-option.gold p { color: #cbd5e1; }

/* Quote banner */
.prm-quote-banner {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    border-radius: 1.25rem;
    margin: 0 auto;
    max-width: 900px;
}

.prm-quote-banner .big {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 600;
    color: #fcd34d;
    margin-bottom: 0.75rem;
}

/* Table premium */
.prm-table-wrap {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.prm-table { width: 100%; border-collapse: collapse; }
.prm-table th {
    background: #0f172a;
    color: #fff;
    padding: 1rem 1.25rem;
    text-align: left;
    font-size: 0.875rem;
}
.prm-table td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}
.prm-table tr:hover td { background: #fffbeb; }
.prm-table .lab-win { color: #15803d; font-weight: 700; }

/* CTA */
.prm-cta {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #b45309 0%, #d97706 50%, #f59e0b 100%);
    border-radius: 1.25rem;
    color: #fff;
}

.prm-cta h2 { color: #fff; font-size: 2rem; margin-bottom: 1rem; }
.prm-cta p { max-width: 520px; margin: 0 auto 1.5rem; opacity: 0.95; }
.prm-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Study stat */
.prm-study-stat {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 700;
    color: #d97706;
    line-height: 1;
}

@media (max-width: 992px) {
    .prm-split, .prm-solution-block, .prm-director { grid-template-columns: 1fr; }
    .prm-split.reverse .prm-split-media, .prm-solution-block:nth-child(even) .prm-solution-img { order: 0; }
    .prm-stats { grid-template-columns: repeat(2, 1fr); }
    .prm-cards-3, .prm-cards-4, .prm-cards-auto, .prm-options, .prm-growth-grid { grid-template-columns: 1fr; }
    .prm-vs-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .prm-hero { min-height: 420px; }
    .prm-hero .container { padding: 3.5rem 1rem; }
    .prm-section { padding: 3rem 0; }
    .prm-stats { grid-template-columns: 1fr; }
    .prm-price-box { grid-template-columns: 1fr; text-align: center; }
    .prm-price-box .vs { margin: 0 auto; }
    .prm-split-text,
    .prm-split-text h2 { text-align: center; }
    .prm-gold-line { margin-left: auto; margin-right: auto; }
    .prm-split-text .btn { width: 100%; margin: 0.25rem 0 !important; display: block; text-align: center; }
    .prm-cta-actions .btn { width: 100%; max-width: 280px; }
    .prm-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .prm-table { min-width: 480px; }
    .prm-income-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 0.5rem; max-width: 100%; }
    .prm-barriers { justify-content: flex-start; }
    .prm-channels { justify-content: center; }
    .prm-certs { gap: 1rem; }
    .prm-director { padding: 1.5rem; }
    .prm-quote-banner { padding: 2rem 1rem; }
}

@media (max-width: 480px) {
    .prm-hero h1 { font-size: 1.875rem; }
    .prm-hero .lead { font-size: 1rem; }
    .prm-card { padding: 1.25rem; }
    .prm-growth-card .thumb { height: 160px; }
    .prm-logo-item { width: 110px; }
}

/* Legacy content blocks (restored original sections) */
.prm-legacy { padding: 4rem 0; }
.prm-legacy.alt { background: var(--slate-50, #f8fafc); }

.prm-legacy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.prm-legacy-visual {
    text-align: center;
    font-size: clamp(4rem, 12vw, 10rem);
    line-height: 1;
}

.prm-legacy-visual img,
.prm-legacy-visual .prm-media-frame {
    font-size: inherit;
}

.prm-legacy-visual .prm-media-frame { font-size: 0; }

.prm-legacy h2 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--slate-800, #0f172a);
    margin-bottom: 1rem;
    text-align: left;
}

.prm-legacy p {
    color: var(--slate-600, #475569);
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: justify;
}

.prm-timeline {
    max-width: 640px;
    margin: 2rem auto 0;
}

.prm-timeline-item {
    display: flex;
    gap: 1.25rem;
    padding-bottom: 2rem;
    position: relative;
}

.prm-timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 2.75rem;
    width: 2px;
    height: calc(100% - 2.75rem);
    background: #fde68a;
}

.prm-timeline-year {
    width: 2.5rem;
    height: 2.5rem;
    background: #d97706;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 700;
    flex-shrink: 0;
}

.prm-timeline-item h4 { margin-bottom: 0.25rem; text-align: left; }
.prm-timeline-item p { font-size: 0.9375rem; text-align: justify; margin: 0; }

.prm-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.prm-team-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    text-align: center;
}

.prm-team-card .avatar {
    height: 180px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.prm-team-card .info { padding: 1.25rem; }
.prm-team-card .role { color: #b45309; font-size: 0.875rem; }

.prm-methods-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.prm-method-card {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-top: 4px solid #d97706;
    text-align: center;
}

.prm-method-card p { text-align: justify; }

.prm-benefits-dark {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    color: #fff;
    padding: 4rem 0;
}

.prm-benefits-dark .prm-head h2 { color: #fff; }
.prm-benefits-dark .prm-head p { color: #94a3b8; text-align: center; }

.prm-benefit-dark-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    height: 100%;
}

.prm-benefit-dark-card p { color: #94a3b8; text-align: center; line-height: 1.65; }

@media (max-width: 992px) {
    .prm-legacy-grid,
    .prm-methods-grid { grid-template-columns: 1fr; }
    .prm-legacy h2 { text-align: center; }
    .prm-legacy-visual { order: -1; }
}

/* ─── Luxury enhancements ─── */
.prm-page {
    --prm-gold: #c9a227;
    --prm-gold-light: #f5e6b8;
    --prm-ink: #0a0f1a;
    --prm-ink-soft: #1a2332;
    background: #faf9f7;
}

.prm-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.4;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}

.prm-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.6), transparent);
    z-index: 3;
}

.prm-hero .highlight { color: #fcd34d; font-weight: 600; }

.prm-ornament {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M24 4L28 18H42L30 26L34 40L24 32L14 40L18 26L6 18H20L24 4Z' stroke='%23c9a227' stroke-width='1.2' fill='none' opacity='0.7'/%3E%3C/svg%3E") center/contain no-repeat;
}

.prm-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.prm-reveal.is-visible { opacity: 1; transform: none; }

/* Stat strip (hero) */
.prm-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.prm-stat-strip .prm-stat-item,
.mkt-stat-strip .mkt-stat-item {
    text-align: center;
    padding: 1.25rem 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0.75rem;
    border: 1px solid rgba(201, 162, 39, 0.25);
    backdrop-filter: blur(8px);
}
.prm-stat-strip .val,
.mkt-stat-strip .val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f5e6b8;
}
.prm-stat-strip .lbl,
.mkt-stat-strip .lbl {
    font-size: 0.6875rem;
    color: #94a3b8;
    margin-top: 0.35rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.prm-hero-note { color: #94a3b8; font-size: 0.75rem; margin-top: 1rem; }

/* Open Net badge */
.prm-opennet-badge,
.mkt-opennet-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.125rem;
    background: rgba(201, 162, 39, 0.15);
    border: 1px solid rgba(201, 162, 39, 0.45);
    border-radius: 999px;
    color: #f5e6b8;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

/* Founder quote */
.prm-quote-block {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 2.5rem;
    background: linear-gradient(145deg, #fff 0%, #fffbeb 100%);
    border-radius: 1.25rem;
    border: 1px solid rgba(201, 162, 39, 0.25);
    box-shadow: 0 24px 48px rgba(10, 15, 26, 0.08);
    position: relative;
}
.prm-quote-block::before {
    content: '\201C';
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    line-height: 1;
    color: rgba(201, 162, 39, 0.2);
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
}
.prm-quote-block blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.25rem, 3vw, 1.625rem);
    font-style: italic;
    color: #334155;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    border: none;
    padding: 0;
}
.prm-quote-block cite {
    font-style: normal;
    font-weight: 700;
    color: #92400e;
    display: block;
}
.prm-quote-block cite span {
    display: block;
    font-weight: 500;
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 0.25rem;
}

/* Income stream cards */
.prm-stream-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid #e8e4dc;
    text-align: center;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}
.prm-stream-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #b8860b, #f5e6b8, #b8860b);
}
.prm-stream-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(10, 15, 26, 0.1);
}
.prm-stream-card .ico { font-size: 2.25rem; margin-bottom: 0.75rem; }
.prm-stream-card h3 { font-size: 1.125rem; margin-bottom: 0.5rem; color: #0f172a; }
.prm-stream-card p { font-size: 0.875rem; color: #64748b; line-height: 1.6; margin-bottom: 1rem; }
.prm-rate-badge {
    display: inline-block;
    padding: 0.35rem 0.875rem;
    background: linear-gradient(135deg, #1e293b, #0f172a);
    color: #fcd34d;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 700;
}

/* Income tabs */
.prm-income-tabs,
.mkt-income-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0.35rem;
    background: #f1f5f9;
    border-radius: 999px;
    max-width: 100%;
}
.prm-income-tab,
.mkt-income-tab {
    padding: 0.625rem 1.125rem;
    border: none;
    background: transparent;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.prm-income-tab:hover,
.mkt-income-tab:hover { color: #0f172a; }
.prm-income-tab.active,
.mkt-income-tab.active {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    color: #fcd34d;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.prm-income-panel,
.mkt-income-panel { display: none; animation: prmFadeIn 0.4s ease; }
.prm-income-panel.active,
.mkt-income-panel.active { display: block; }
@keyframes prmFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: none; }
}
.prm-detail-card,
.mkt-detail-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2rem;
    border: 1px solid #e8e4dc;
    box-shadow: 0 8px 32px rgba(10, 15, 26, 0.06);
}
.prm-detail-card h3,
.mkt-detail-card h3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.375rem;
}
.prm-detail-card .rate,
.mkt-detail-card .rate {
    color: #b45309;
    font-size: 1rem;
    font-weight: 700;
}
.prm-example-box {
    background: #f8fafc;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    border-left: 3px solid #d97706;
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.7;
    margin-top: 1rem;
}

/* Offer packages */
.prm-offer-grid,
.mkt-offer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.prm-offer-card,
.mkt-offer-card {
    text-align: center;
    padding: 2rem 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(201, 162, 39, 0.35);
    border-radius: 1rem;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.prm-offer-card:hover,
.mkt-offer-card:hover {
    transform: translateY(-4px);
    border-color: #fcd34d;
}
.prm-offer-card .label,
.mkt-offer-card .label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}
.prm-offer-card .cv,
.mkt-offer-card .cv {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fcd34d;
}
.prm-offer-card .codes,
.mkt-offer-card .codes {
    font-size: 0.875rem;
    color: #cbd5e1;
    margin-top: 0.5rem;
}

/* Terms list */
.prm-terms-list,
.mkt-terms-list {
    max-width: 720px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
.prm-terms-list li,
.mkt-terms-list li {
    padding: 1rem 0 1rem 2rem;
    position: relative;
    color: #475569;
    border-bottom: 1px solid #e8e4dc;
    line-height: 1.7;
    font-size: 0.9375rem;
}
.prm-terms-list li::before,
.mkt-terms-list li::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: #c9a227;
    font-size: 0.625rem;
    top: 1.15rem;
}

/* ─── FAQ page ─── */
.prm-page .faq-hero,
.faq-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0a0f1a 0%, #1a2332 50%, #2d3748 100%);
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 5rem 0;
}
.faq-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a227' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
}
.faq-hero .container { position: relative; z-index: 1; max-width: 720px; }
.faq-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    color: #fff;
    margin: 0.75rem 0;
}
.faq-hero .tagline { font-size: 1.125rem; color: #f5e6b8; margin-bottom: 1rem; }
.faq-hero p { color: #94a3b8; line-height: 1.75; font-size: 1rem; }
.faq-hero .icon { font-size: 3rem; display: block; margin-bottom: 0.5rem; filter: grayscale(20%); }

.faq-section { padding: 4rem 0 5rem; background: #faf9f7; }
.faq-container { max-width: 820px; margin: 0 auto; }
.faq-category-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 3rem 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(201, 162, 39, 0.35);
}
.faq-category-title .icon { font-size: 2rem; }
.faq-category-title h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    color: #0f172a;
    margin: 0;
}
.faq-item,
.prm-faq-item {
    background: #fff;
    border: 1px solid #e8e4dc;
    border-radius: 1rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.faq-item.active,
.prm-faq-item.active {
    border-color: rgba(201, 162, 39, 0.5);
    box-shadow: 0 12px 32px rgba(10, 15, 26, 0.08);
}
.faq-question {
    width: 100%;
    padding: 1.25rem 1.5rem;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-align: left;
}
.faq-question h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    font-family: 'Inter', sans-serif;
}
.faq-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #c9a227;
    min-width: 1.75rem;
}
.faq-toggle svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #c9a227;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-toggle svg { transform: rotate(180deg); }
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.faq-item.active .faq-answer { max-height: 800px; }
.faq-answer-content {
    padding: 0 1.5rem 1.5rem 3.25rem;
    color: #475569;
    line-height: 1.8;
    font-size: 0.9375rem;
}
.faq-answer-content ul { margin: 0.75rem 0; padding-left: 1.25rem; }
.faq-cta {
    text-align: center;
    padding: 4rem 2rem;
    margin-top: 3rem;
    background: linear-gradient(135deg, #0a0f1a, #1a2332);
    border-radius: 1.25rem;
    color: #fff;
}
.faq-cta h2 {
    font-family: 'Cormorant Garamond', serif;
    color: #f5e6b8;
    font-size: 2rem;
    margin-bottom: 0.75rem;
}
.faq-cta p { color: #94a3b8; margin-bottom: 1.5rem; }
.faq-cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ─── Contact page ─── */
.contact-hero {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #0a0f1a 0%, #1a2332 100%);
    color: #fff;
    padding: 4.5rem 0;
    overflow: hidden;
}
.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(201, 162, 39, 0.15), transparent);
}
.contact-hero .container { position: relative; z-index: 1; }
.contact-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    color: #fff;
}
.contact-hero p { color: #94a3b8; max-width: 520px; margin: 0.75rem auto 0; }

.contact-section { padding: 0 0 5rem; background: #faf9f7; }
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    max-width: 1100px;
    margin: -3rem auto 0;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
}
.contact-info-card,
.contact-form-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2rem;
    border: 1px solid #e8e4dc;
    box-shadow: 0 20px 50px rgba(10, 15, 26, 0.08);
}
.contact-info-card h2,
.contact-form-card h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #0f172a;
}
.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}
.contact-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.contact-item .icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}
.contact-item h4 { font-size: 0.875rem; color: #64748b; margin: 0 0 0.25rem; font-weight: 500; }
.contact-item p, .contact-item a { color: #0f172a; font-weight: 600; text-decoration: none; margin: 0; }
.contact-item a:hover { color: #b45309; }

.contact-form-card .form-group { margin-bottom: 1.25rem; }
.contact-form-card label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.375rem;
}
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.625rem;
    font-size: 0.9375rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #faf9f7;
}
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
    outline: none;
    border-color: #c9a227;
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);
    background: #fff;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.alert-success {
    background: #ecfdf5;
    color: #047857;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #a7f3d0;
}
.alert-error {
    background: #fef2f2;
    color: #b91c1c;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #fecaca;
}
.map-section { padding: 4rem 0; background: #fff; }
.map-frame {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid #e8e4dc;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

/* ─── Franchise page ─── */
.franchise-hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, #0a0f1a 0%, #1a2332 100%);
    color: #fff;
    padding: 5rem 0;
    overflow: hidden;
}
.franchise-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a227' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/svg%3E");
}
.franchise-hero .container { position: relative; z-index: 1; }
.franchise-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    color: #fff;
}
.franchise-section { padding: 4rem 0; background: #faf9f7; }
.franchise-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}
.franchise-benefit-card {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #e8e4dc;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.franchise-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(10, 15, 26, 0.08);
}
.franchise-benefit-card .icon { font-size: 2.5rem; margin-bottom: 1rem; }
.franchise-benefit-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.franchise-form-wrap {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    padding: 2.5rem;
    border-radius: 1.25rem;
    border: 1px solid #e8e4dc;
    box-shadow: 0 20px 50px rgba(10, 15, 26, 0.08);
}
.franchise-form-wrap h2 {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}

/* ─── Legal / policy pages ─── */
.prm-legal-page {
    padding: 3rem 0 5rem;
    background: linear-gradient(180deg, #faf9f7 0%, #f1f0ec 100%);
    min-height: 60vh;
}
.prm-legal-wrap { max-width: 880px; margin: 0 auto; padding: 0 1rem; }
.prm-legal-header,
.privacy-header,
.terms-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #0a0f1a 0%, #1a2332 100%);
    border-radius: 1.25rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.prm-legal-header h1,
.privacy-header h1,
.terms-header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: #f5e6b8;
    margin: 0.5rem 0;
}
.prm-legal-header p,
.privacy-header p,
.terms-header p { color: #94a3b8; font-size: 0.9375rem; }
.prm-legal-body,
.privacy-content,
.terms-content {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2.5rem;
    border: 1px solid #e8e4dc;
    box-shadow: 0 8px 32px rgba(10, 15, 26, 0.05);
}
.prm-legal-body h2,
.privacy-content h2,
.terms-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.375rem;
    color: #0f172a;
    margin: 2rem 0 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(201, 162, 39, 0.3);
}
.prm-legal-body h2:first-child,
.privacy-content h2:first-child { margin-top: 0; }
.prm-legal-body p,
.prm-legal-body li,
.privacy-content p,
.privacy-content li,
.terms-content p,
.terms-content li {
    color: #475569;
    line-height: 1.8;
    font-size: 0.9375rem;
}
.prm-legal-body ul,
.privacy-content ul,
.terms-content ul { padding-left: 1.25rem; margin: 0.75rem 0; }

@media (max-width: 992px) {
    .prm-stat-strip, .mkt-stat-strip { grid-template-columns: repeat(2, 1fr); }
    .prm-offer-grid, .mkt-offer-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-container { grid-template-columns: 1fr; margin-top: -2rem; }
    .franchise-benefits { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .prm-stat-strip, .mkt-stat-strip,
    .prm-offer-grid, .mkt-offer-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .faq-number { display: none; }
    .faq-answer-content { padding-left: 1.5rem; }
}
