/* ==========================================================
   PRIMEHINTS GLOBAL DESIGN SYSTEM
   Complete Replacement File
   Version: 2.0
   ========================================================== */


/* ==========================================================
   01. DESIGN TOKENS
   ========================================================== */

:root {

    /* Brand */
    --ph-primary: #2563EB;
    --ph-primary-hover: #1D4ED8;
    --ph-accent: #10B981;
    --ph-green-dark: #047857;

    /* Typography */
    --ph-heading: #0F172A;
    --ph-text: #334155;
    --ph-muted: #64748B;

    /* Surfaces */
    --ph-white: #FFFFFF;
    --ph-background: #FFFFFF;
    --ph-soft: #F8FAFC;
    --ph-soft-blue: #EFF6FF;

    /* Borders */
    --ph-border: #E2E8F0;
    --ph-border-dark: #CBD5E1;

    /* Status */
    --ph-success: #047857;
    --ph-warning: #D97706;
    --ph-error: #DC2626;

    /* Layout */
    --ph-site-width: 1180px;
    --ph-content-width: 760px;
    --ph-wide-content-width: 920px;

    /* Typography scale */
    --ph-body-size: 17px;
    --ph-body-line: 1.75;

    /* Radius */
    --ph-radius-xs: 6px;
    --ph-radius-sm: 8px;
    --ph-radius-md: 12px;
    --ph-radius-lg: 18px;
    --ph-radius-xl: 24px;

    /* Shadows */
    --ph-shadow-sm: 0 3px 14px rgba(15, 23, 42, .05);
    --ph-shadow-md: 0 12px 32px rgba(15, 23, 42, .08);
    --ph-shadow-lg: 0 20px 48px rgba(15, 23, 42, .10);

    /* Spacing */
    --ph-space-1: 4px;
    --ph-space-2: 8px;
    --ph-space-3: 12px;
    --ph-space-4: 16px;
    --ph-space-5: 20px;
    --ph-space-6: 24px;
    --ph-space-8: 32px;
    --ph-space-10: 40px;
    --ph-space-12: 48px;
    --ph-space-16: 64px;
    --ph-space-20: 80px;

    /* Motion */
    --ph-transition: 180ms ease;

    /* Font */
    --ph-font:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
}


/* ==========================================================
   02. SAFE BASE
   ========================================================== */

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: var(--ph-background);
    color: var(--ph-text);
    font-family: var(--ph-font);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

img {
    height: auto;
}


/* ==========================================================
   03. ACCESSIBILITY
   ========================================================== */

:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .35);
    outline-offset: 3px;
}

::selection {
    background: rgba(37, 99, 235, .15);
}

.ph-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* ==========================================================
   04. PRIMEHINTS TYPOGRAPHY SCOPE
   ========================================================== */

.ph-scope,
.ph-article,
.ph-legal {
    font-family: var(--ph-font);
}

.ph-scope {
    color: var(--ph-text);
    font-size: var(--ph-body-size);
    line-height: var(--ph-body-line);
}

.ph-scope h1,
.ph-scope h2,
.ph-scope h3,
.ph-scope h4,
.ph-scope h5,
.ph-scope h6,
.ph-article h1,
.ph-article h2,
.ph-article h3,
.ph-article h4,
.ph-article h5,
.ph-article h6,
.ph-legal h1,
.ph-legal h2,
.ph-legal h3,
.ph-legal h4,
.ph-legal h5,
.ph-legal h6 {
    margin-top: 0;
    color: var(--ph-heading);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
}

.ph-scope h1 {
    font-size: 52px;
    letter-spacing: -1.3px;
}

.ph-scope h2 {
    font-size: 40px;
    letter-spacing: -.8px;
}

.ph-scope h3 {
    font-size: 30px;
}

.ph-scope h4 {
    font-size: 22px;
}

.ph-scope h5 {
    font-size: 19px;
}

.ph-scope h6 {
    font-size: 16px;
}

.ph-scope p {
    margin-top: 0;
    margin-bottom: 1.15em;
}

.ph-scope strong,
.ph-scope b,
.ph-article strong,
.ph-article b,
.ph-legal strong,
.ph-legal b {
    color: var(--ph-heading);
}


/* ==========================================================
   05. LINKS
   ========================================================== */

.ph-scope a,
.ph-article a,
.ph-legal a {
    color: var(--ph-primary);
    text-decoration-color: rgba(37, 99, 235, .45);
    text-underline-offset: 3px;
}

.ph-scope a:hover,
.ph-article a:hover,
.ph-legal a:hover {
    color: var(--ph-primary-hover);
}


/* ==========================================================
   06. CONTAINER SYSTEM
   ========================================================== */

.ph-container {
    width: min(calc(100% - 48px), var(--ph-site-width));
    margin-inline: auto;
}

.ph-content {
    width: min(calc(100% - 48px), var(--ph-content-width));
    margin-inline: auto;
}

.ph-content-wide {
    width: min(calc(100% - 48px), var(--ph-wide-content-width));
    margin-inline: auto;
}

.ph-full-width {
    width: 100%;
}

.ph-full-bleed {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}


/* ==========================================================
   07. ELEMENTOR SUPPORT
   ========================================================== */

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container {
    width: 100%;
    max-width: 100%;
}


/* ==========================================================
   08. SECTION SYSTEM
   ========================================================== */

.ph-section {
    width: 100%;
    padding-block: var(--ph-space-20);
}

.ph-section-md {
    padding-block: var(--ph-space-16);
}

.ph-section-sm {
    padding-block: var(--ph-space-12);
}

.ph-section-white {
    background: var(--ph-white);
}

.ph-section-soft {
    background: var(--ph-soft);
}

.ph-section-blue {
    background: var(--ph-soft-blue);
}


/* ==========================================================
   09. SECTION HEADING
   ========================================================== */

.ph-section-heading {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.ph-section-heading h2 {
    margin-bottom: 12px;
}

.ph-section-heading p {
    margin-bottom: 0;
    color: var(--ph-muted);
    font-size: 17px;
}


/* ==========================================================
   10. BADGES
   ========================================================== */

.ph-badge,
.ph-category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 11px;
    border: 1px solid #DBEAFE;
    border-radius: 999px;
    background: var(--ph-soft-blue);
    color: var(--ph-primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.ph-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ph-accent);
}


/* ==========================================================
   11. BUTTON SYSTEM
   ========================================================== */

.ph-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: var(--ph-radius-md);
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition:
        transform var(--ph-transition),
        background var(--ph-transition),
        border-color var(--ph-transition),
        box-shadow var(--ph-transition);
}

.ph-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.ph-btn-primary {
    background: var(--ph-primary);
    color: var(--ph-white);
    box-shadow: 0 7px 18px rgba(37, 99, 235, .18);
}

.ph-btn-primary:hover {
    background: var(--ph-primary-hover);
    color: var(--ph-white);
}

.ph-btn-secondary {
    border-color: var(--ph-border);
    background: var(--ph-white);
    color: var(--ph-heading);
}

.ph-btn-secondary:hover {
    border-color: var(--ph-border-dark);
    background: var(--ph-soft);
    color: var(--ph-heading);
}

.ph-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


/* ==========================================================
   12. CARD SYSTEM
   ========================================================== */

.ph-card {
    padding: 26px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-lg);
    background: var(--ph-white);
}

.ph-card-hover {
    transition:
        transform var(--ph-transition),
        border-color var(--ph-transition),
        box-shadow var(--ph-transition);
}

.ph-card-hover:hover {
    transform: translateY(-3px);
    border-color: var(--ph-border-dark);
    box-shadow: var(--ph-shadow-md);
}


/* ==========================================================
   13. GRID SYSTEM
   ========================================================== */

.ph-grid {
    display: grid;
    gap: 24px;
}

.ph-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ph-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ph-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


/* ==========================================================
   14. HEADER
   ========================================================== */

.ph-header {
    width: 100%;
    background: var(--ph-white);
    border-bottom: 1px solid var(--ph-border);
}

.ph-header-inner {
    width: min(calc(100% - 48px), var(--ph-site-width));
    min-height: 72px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.ph-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    color: var(--ph-heading);
    font-size: 24px;
    font-weight: 750;
    line-height: 1;
}

.ph-logo img {
    display: block;
    width: auto;
    max-height: 42px;
}

.ph-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.ph-nav a {
    position: relative;
    color: var(--ph-text);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.ph-nav a:hover,
.ph-nav a[aria-current="page"],
.ph-nav .current-menu-item > a {
    color: var(--ph-primary);
}

.ph-nav a[aria-current="page"]::after,
.ph-nav .current-menu-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    border-radius: 99px;
    background: var(--ph-primary);
}

.ph-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ph-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-sm);
    background: var(--ph-white);
    color: var(--ph-heading);
    cursor: pointer;
}


/* ==========================================================
   15. FOOTER
   ========================================================== */

.ph-footer {
    width: 100%;
    background: #0F172A;
    color: #CBD5E1;
}

.ph-footer-main {
    width: min(calc(100% - 48px), var(--ph-site-width));
    margin-inline: auto;
    padding-block: 64px 48px;
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 48px;
}

.ph-footer-brand {
    max-width: 340px;
}

.ph-footer-brand h2,
.ph-footer-brand h3,
.ph-footer-heading {
    margin: 0 0 14px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

.ph-footer-brand p {
    margin: 0;
    color: #94A3B8;
    font-size: 14px;
    line-height: 1.7;
}

.ph-footer-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.ph-footer-links a {
    color: #CBD5E1;
    font-size: 14px;
    text-decoration: none;
}

.ph-footer-links a:hover {
    color: #FFFFFF;
}

.ph-footer-bottom {
    width: min(calc(100% - 48px), var(--ph-site-width));
    margin-inline: auto;
    padding-block: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: #94A3B8;
    font-size: 13px;
}

.ph-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.ph-footer-legal a {
    color: #94A3B8;
}

.ph-footer-legal a:hover {
    color: #FFFFFF;
}


/* ==========================================================
   16. BREADCRUMBS
   ========================================================== */

.ph-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
    color: var(--ph-muted);
    font-size: 13px;
    line-height: 1.5;
}

.ph-breadcrumbs a {
    color: var(--ph-muted);
}

.ph-breadcrumbs a:hover {
    color: var(--ph-primary);
}

.ph-breadcrumb-separator {
    color: #94A3B8;
}


/* ==========================================================
   17. BLOG CARD
   ========================================================== */

.ph-post-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-lg);
    background: var(--ph-white);
    transition:
        transform var(--ph-transition),
        border-color var(--ph-transition),
        box-shadow var(--ph-transition);
}

.ph-post-card:hover {
    transform: translateY(-3px);
    border-color: var(--ph-border-dark);
    box-shadow: var(--ph-shadow-md);
}

.ph-post-card-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--ph-soft);
}

.ph-post-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.ph-post-card:hover .ph-post-card-media img {
    transform: scale(1.025);
}

.ph-post-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.ph-post-card-category {
    margin-bottom: 12px;
}

.ph-post-card-title {
    margin: 0 0 10px;
    color: var(--ph-heading);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.ph-post-card-title a {
    color: inherit;
    text-decoration: none;
}

.ph-post-card-title a:hover {
    color: var(--ph-primary);
}

.ph-post-card-excerpt {
    margin: 0 0 18px;
    color: var(--ph-muted);
    font-size: 14.5px;
    line-height: 1.65;
}

.ph-post-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--ph-muted);
    font-size: 12.5px;
}


/* ==========================================================
   18. FEATURED POST
   ========================================================== */

.ph-featured-post {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    overflow: hidden;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-xl);
    background: var(--ph-white);
}

.ph-featured-post-media {
    min-height: 420px;
}

.ph-featured-post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ph-featured-post-content {
    padding: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* ==========================================================
   19. ARCHIVE
   ========================================================== */

.ph-archive-header {
    padding-block: 64px 48px;
    text-align: center;
    background: var(--ph-soft);
    border-bottom: 1px solid var(--ph-border);
}

.ph-archive-header-inner {
    width: min(calc(100% - 48px), 760px);
    margin-inline: auto;
}

.ph-archive-header h1 {
    margin-bottom: 14px;
}

.ph-archive-header p {
    margin: 0;
    color: var(--ph-muted);
    font-size: 17px;
    line-height: 1.7;
}

.ph-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}


/* ==========================================================
   20. SINGLE POST HEADER
   ========================================================== */

.ph-post-header {
    width: min(calc(100% - 48px), 920px);
    margin-inline: auto;
    padding-block: 58px 36px;
}

.ph-post-header h1 {
    max-width: 880px;
    margin: 16px 0 20px;
    color: var(--ph-heading);
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -1.4px;
}

.ph-post-deck {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--ph-muted);
    font-size: 19px;
    line-height: 1.65;
}

.ph-post-header-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: var(--ph-muted);
    font-size: 14px;
}


/* ==========================================================
   21. FEATURED IMAGE
   ========================================================== */

.ph-featured-image {
    width: min(calc(100% - 48px), 1100px);
    margin: 0 auto 48px;
}

.ph-featured-image img {
    display: block;
    width: 100%;
    max-height: 680px;
    object-fit: cover;
    border-radius: var(--ph-radius-lg);
}


/* ==========================================================
   22. POST LAYOUT
   ========================================================== */

.ph-post-layout {
    width: min(calc(100% - 48px), var(--ph-site-width));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(260px, 320px);
    justify-content: space-between;
    gap: 54px;
    align-items: start;
}

.ph-post-main,
.ph-post-sidebar {
    min-width: 0;
}

.ph-sidebar-sticky {
    position: sticky;
    top: 30px;
}


/* ==========================================================
   23. ARTICLE CONTENT
   ========================================================== */

.ph-article {
    width: 100%;
    max-width: var(--ph-content-width);
    margin-inline: auto;
    color: var(--ph-text);
    font-size: 17px;
    line-height: 1.8;
}

.ph-article p {
    margin-top: 0;
    margin-bottom: 1.35em;
}

.ph-article h2 {
    margin-top: 48px;
    margin-bottom: 18px;
    font-size: 36px;
}

.ph-article h3 {
    margin-top: 34px;
    margin-bottom: 14px;
    font-size: 27px;
}

.ph-article h4 {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 21px;
}

.ph-article ul,
.ph-article ol {
    margin-block: 20px;
    padding-left: 25px;
}

.ph-article li {
    margin-bottom: 8px;
}

.ph-article p a,
.ph-article li a {
    text-decoration: underline;
}


/* ==========================================================
   24. ARTICLE IMAGES
   ========================================================== */

.ph-article figure {
    margin-block: 30px;
}

.ph-article img {
    border-radius: var(--ph-radius-md);
}

.ph-article figcaption,
.ph-caption {
    margin-top: 8px;
    color: var(--ph-muted);
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}


/* ==========================================================
   25. BLOCKQUOTE
   ========================================================== */

.ph-article blockquote {
    margin: 30px 0;
    padding: 22px 24px;
    border-left: 4px solid var(--ph-primary);
    border-radius: 0 var(--ph-radius-md) var(--ph-radius-md) 0;
    background: var(--ph-soft);
    color: var(--ph-heading);
    font-size: 18px;
}

.ph-article blockquote p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   26. POST META
   ========================================================== */

.ph-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: var(--ph-muted);
    font-size: 14px;
}


/* ==========================================================
   27. KEY TAKEAWAYS
   ========================================================== */

.ph-key-takeaways {
    margin-block: 26px 34px;
    padding: 22px;
    border: 1px solid #BFDBFE;
    border-radius: var(--ph-radius-md);
    background: #F8FBFF;
}

.ph-key-takeaways-title {
    margin: 0 0 10px;
    color: var(--ph-heading);
    font-weight: 700;
}

.ph-key-takeaways ul {
    margin: 0;
    padding-left: 21px;
}

.ph-key-takeaways li {
    margin-bottom: 7px;
}


/* ==========================================================
   28. CHECKLIST
   ========================================================== */

.ph-checklist {
    margin-block: 26px;
    padding: 22px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-md);
    background: var(--ph-white);
}

.ph-checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ph-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.ph-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ph-green-dark);
    font-weight: 800;
}


/* ==========================================================
   29. NOTES
   ========================================================== */

.ph-note {
    margin-block: 24px;
    padding: 20px 22px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-md);
    background: var(--ph-soft);
}

.ph-note-blue,
.ph-note-info {
    border-left: 4px solid var(--ph-primary);
    background: #F8FBFF;
}

.ph-note-green,
.ph-note-success {
    border-left: 4px solid var(--ph-success);
}

.ph-note-warning {
    border-left: 4px solid var(--ph-warning);
}


/* ==========================================================
   30. TABLE OF CONTENTS
   ========================================================== */

.ph-toc {
    margin-block: 28px;
    padding: 22px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-md);
    background: var(--ph-soft);
}

.ph-toc-title {
    margin-bottom: 12px;
    color: var(--ph-heading);
    font-weight: 700;
}

.ph-toc ul,
.ph-toc ol {
    margin-bottom: 0;
}

.ph-toc a {
    color: var(--ph-text);
}

.ph-toc a:hover {
    color: var(--ph-primary);
}


/* ==========================================================
   31. AFFILIATE DISCLOSURE
   ========================================================== */

.ph-affiliate-disclosure {
    margin-bottom: 28px;
    padding: 16px 18px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-md);
    background: var(--ph-soft);
    color: var(--ph-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ph-affiliate-disclosure p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   32. ADVERTISEMENT
   ========================================================== */

.ph-ad {
    width: 100%;
    margin-block: 30px;
    text-align: center;
}

.ph-ad-label {
    display: block;
    margin-bottom: 7px;
    color: var(--ph-muted);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* ==========================================================
   33. TABLES
   ========================================================== */

.ph-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ph-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--ph-white);
}

.ph-table th,
.ph-table td {
    padding: 13px 15px;
    border: 1px solid var(--ph-border);
    text-align: left;
    vertical-align: top;
}

.ph-table th {
    background: var(--ph-soft);
    color: var(--ph-heading);
    font-weight: 700;
}


/* ==========================================================
   34. CODE
   ========================================================== */

.ph-article code,
.ph-scope code {
    padding: 2px 6px;
    border-radius: 5px;
    background: #F1F5F9;
    font-size: .9em;
}

.ph-article pre,
.ph-scope pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 20px;
    border-radius: var(--ph-radius-md);
    background: #0F172A;
    color: #E2E8F0;
    font-size: 14px;
    line-height: 1.65;
}

.ph-article pre code,
.ph-scope pre code {
    padding: 0;
    background: transparent;
    color: inherit;
}


/* ==========================================================
   35. AUTHOR BOX
   ========================================================== */

.ph-author-box {
    margin-top: 50px;
    padding: 26px;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 20px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-lg);
    background: var(--ph-soft);
}

.ph-author-avatar {
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 50%;
    background: #E2E8F0;
}

.ph-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ph-author-name {
    margin: 0 0 6px;
    color: var(--ph-heading);
    font-size: 18px;
    font-weight: 700;
}

.ph-author-bio {
    margin: 0;
    color: var(--ph-muted);
    font-size: 14px;
    line-height: 1.65;
}


/* ==========================================================
   36. RELATED POSTS
   ========================================================== */

.ph-related-posts {
    margin-top: 64px;
}

.ph-related-posts-header {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
}

.ph-related-posts-header h2 {
    margin: 0;
    font-size: 28px;
}

.ph-related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}


/* ==========================================================
   37. NEWSLETTER
   ========================================================== */

.ph-newsletter-box {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid #BFDBFE;
    border-radius: var(--ph-radius-lg);
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(37, 99, 235, .09),
            transparent 35%
        ),
        #F8FBFF;
}

.ph-newsletter-box h2,
.ph-newsletter-box h3 {
    margin-bottom: 10px;
}

.ph-newsletter-box p {
    max-width: 600px;
    margin-bottom: 20px;
    color: var(--ph-muted);
}

.ph-newsletter-form {
    display: flex;
    gap: 10px;
}

.ph-newsletter-form input[type="email"] {
    flex: 1;
    min-width: 0;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-md);
    background: var(--ph-white);
    color: var(--ph-heading);
    font: inherit;
}


/* ==========================================================
   38. PRODUCT CARD
   ========================================================== */

.ph-product-card {
    margin-block: 30px;
    padding: 24px;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 24px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-lg);
    background: var(--ph-white);
}

.ph-product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--ph-radius-md);
    background: var(--ph-soft);
}

.ph-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ph-product-title {
    margin: 0 0 8px;
    color: var(--ph-heading);
    font-size: 20px;
    font-weight: 700;
}

.ph-best-for {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #ECFDF5;
    color: var(--ph-green-dark);
    font-size: 12px;
    font-weight: 700;
}


/* ==========================================================
   39. PROS / CONS
   ========================================================== */

.ph-pros-cons {
    margin-block: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-lg);
}

.ph-pros,
.ph-cons {
    padding: 22px;
}

.ph-pros {
    background: #F0FDF4;
}

.ph-cons {
    background: #FFF7ED;
    border-left: 1px solid var(--ph-border);
}

.ph-pros h3,
.ph-cons h3 {
    margin: 0 0 12px;
    font-size: 18px;
}

.ph-pros ul,
.ph-cons ul {
    margin: 0;
    padding-left: 20px;
}


/* ==========================================================
   40. VERDICT
   ========================================================== */

.ph-verdict {
    margin-block: 30px;
    padding: 24px;
    border: 1px solid #BFDBFE;
    border-left: 4px solid var(--ph-primary);
    border-radius: var(--ph-radius-md);
    background: #F8FBFF;
}

.ph-verdict-title {
    margin: 0 0 8px;
    color: var(--ph-heading);
    font-size: 20px;
    font-weight: 700;
}


/* ==========================================================
   41. REVIEW SCORE
   ========================================================== */

.ph-review-score {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-sm);
    background: var(--ph-white);
}

.ph-review-score-number {
    color: var(--ph-heading);
    font-size: 22px;
    font-weight: 800;
}

.ph-review-score-label {
    color: var(--ph-muted);
    font-size: 12px;
}


/* ==========================================================
   42. SEARCH
   ========================================================== */

.ph-search-form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ph-search-form input[type="search"] {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-md);
    background: var(--ph-white);
    color: var(--ph-heading);
    font: inherit;
}

.ph-search-form input[type="search"]:focus {
    border-color: var(--ph-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .10);
}

.ph-search-results {
    display: grid;
    gap: 20px;
}


/* ==========================================================
   43. EMPTY STATE
   ========================================================== */

.ph-empty-state {
    max-width: 620px;
    margin-inline: auto;
    padding: 50px 24px;
    text-align: center;
}

.ph-empty-state h1,
.ph-empty-state h2 {
    margin-bottom: 12px;
}

.ph-empty-state p {
    color: var(--ph-muted);
}


/* ==========================================================
   44. 404
   ========================================================== */

.ph-404 {
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding-block: 70px;
    text-align: center;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(37,99,235,.07),
            transparent 30%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(16,185,129,.06),
            transparent 32%
        ),
        var(--ph-white);
}

.ph-404-inner {
    width: min(calc(100% - 48px), 760px);
    margin-inline: auto;
}

.ph-404-code {
    margin: 0;
    color: var(--ph-heading);
    font-size: 180px;
    font-weight: 800;
    line-height: .85;
    letter-spacing: -7px;
}

.ph-404-code span {
    color: var(--ph-primary);
}


/* ==========================================================
   45. IMAGE SYSTEM
   ========================================================== */

.ph-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--ph-radius-md);
}

.ph-image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ph-image-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ph-ratio-square {
    aspect-ratio: 1 / 1;
}

.ph-ratio-landscape {
    aspect-ratio: 16 / 10;
}

.ph-ratio-wide {
    aspect-ratio: 16 / 9;
}


/* ==========================================================
   46. RESPONSIVE EMBEDS
   ========================================================== */

.ph-responsive-embed {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: var(--ph-radius-md);
}

.ph-responsive-embed iframe,
.ph-responsive-embed video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* ==========================================================
   47. OVERFLOW SAFETY
   ========================================================== */

.ph-break-word,
.ph-scope,
.ph-article,
.ph-legal {
    overflow-wrap: anywhere;
    word-break: normal;
}


/* ==========================================================
   48. CONTACT FORM 7
   ========================================================== */

.wpcf7 label {
    color: var(--ph-heading);
    font-size: 14px;
    font-weight: 600;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    margin-top: 7px;
    padding: 12px 14px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-md);
    background: var(--ph-white);
    color: var(--ph-heading);
    font: inherit;
    transition:
        border-color var(--ph-transition),
        box-shadow var(--ph-transition);
}

.wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}

.wpcf7 input:not([type="submit"]):focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: var(--ph-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .10);
}

.wpcf7 input[type="submit"] {
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: var(--ph-radius-md);
    background: var(--ph-primary);
    color: var(--ph-white);
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
    background: var(--ph-primary-hover);
}


/* ==========================================================
   49. STANDARD FORM
   ========================================================== */

.ph-form input,
.ph-form textarea,
.ph-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-md);
    background: var(--ph-white);
    color: var(--ph-heading);
    font: inherit;
}

.ph-form input:focus,
.ph-form textarea:focus,
.ph-form select:focus {
    border-color: var(--ph-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .10);
}


/* ==========================================================
   50. PAGINATION
   ========================================================== */

.ph-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 45px;
}

.ph-pagination a,
.ph-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid var(--ph-border);
    border-radius: var(--ph-radius-sm);
    background: var(--ph-white);
    color: var(--ph-heading);
    font-size: 14px;
}

.ph-pagination a:hover,
.ph-pagination .current {
    border-color: var(--ph-primary);
    color: var(--ph-primary);
}


/* ==========================================================
   51. LEGAL PAGES
   ========================================================== */

.ph-legal {
    width: 100%;
    max-width: var(--ph-content-width);
    margin-inline: auto;
    color: var(--ph-text);
    font-size: 16px;
    line-height: 1.75;
}

.ph-legal p {
    margin-bottom: 1.15em;
}

.ph-legal h1 {
    font-size: 48px;
}

.ph-legal h2 {
    margin-top: 42px;
    margin-bottom: 15px;
    font-size: 32px;
}

.ph-legal h3 {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 21px;
}

.ph-legal ul,
.ph-legal ol {
    padding-left: 22px;
}

.ph-legal li {
    margin-bottom: 8px;
}


/* ==========================================================
   52. DARK SECTION
   ========================================================== */

.ph-dark {
    background: var(--ph-heading);
    color: #CBD5E1;
}

.ph-dark h1,
.ph-dark h2,
.ph-dark h3,
.ph-dark h4,
.ph-dark h5,
.ph-dark h6 {
    color: #FFFFFF;
}

.ph-dark p {
    color: #CBD5E1;
}

.ph-dark a {
    color: #BFDBFE;
}

.ph-dark a:hover {
    color: #FFFFFF;
}


/* ==========================================================
   53. DIVIDER
   ========================================================== */

.ph-divider {
    width: 100%;
    height: 1px;
    margin-block: 32px;
    background: var(--ph-border);
}


/* ==========================================================
   54. SPACING UTILITIES
   ========================================================== */

.ph-m-0 { margin: 0; }

.ph-mt-0 { margin-top: 0; }
.ph-mt-2 { margin-top: 8px; }
.ph-mt-4 { margin-top: 16px; }
.ph-mt-6 { margin-top: 24px; }
.ph-mt-8 { margin-top: 32px; }
.ph-mt-10 { margin-top: 40px; }
.ph-mt-12 { margin-top: 48px; }

.ph-mb-0 { margin-bottom: 0; }
.ph-mb-2 { margin-bottom: 8px; }
.ph-mb-4 { margin-bottom: 16px; }
.ph-mb-6 { margin-bottom: 24px; }
.ph-mb-8 { margin-bottom: 32px; }
.ph-mb-10 { margin-bottom: 40px; }
.ph-mb-12 { margin-bottom: 48px; }


/* ==========================================================
   55. TEXT UTILITIES
   ========================================================== */

.ph-text-center {
    text-align: center;
}

.ph-text-left {
    text-align: left;
}

.ph-text-muted {
    color: var(--ph-muted);
}

.ph-text-primary {
    color: var(--ph-primary);
}

.ph-text-success {
    color: var(--ph-green-dark);
}


/* ==========================================================
   56. FLEX UTILITIES
   ========================================================== */

.ph-flex {
    display: flex;
}

.ph-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ph-flex-wrap {
    flex-wrap: wrap;
}

.ph-gap-2 { gap: 8px; }
.ph-gap-3 { gap: 12px; }
.ph-gap-4 { gap: 16px; }
.ph-gap-6 { gap: 24px; }


/* ==========================================================
   57. RESPONSIVE — LAPTOP <=1280px
   ========================================================== */

@media (max-width: 1280px) {

    .ph-scope h1,
    .ph-post-header h1 {
        font-size: 48px;
    }

    .ph-scope h2 {
        font-size: 38px;
    }

    .ph-scope h3 {
        font-size: 28px;
    }

    .ph-container {
        width: min(calc(100% - 48px), 1120px);
    }

    .ph-content-wide {
        width: min(calc(100% - 48px), 900px);
    }

    .ph-section {
        padding-block: 72px;
    }

    .ph-section-md {
        padding-block: 58px;
    }

    .ph-section-sm {
        padding-block: 46px;
    }

    .ph-header-inner,
    .ph-footer-main,
    .ph-footer-bottom,
    .ph-post-layout {
        width: calc(100% - 48px);
    }

    .ph-footer-main {
        gap: 36px;
    }

    .ph-featured-post-content {
        padding: 36px;
    }

    .ph-archive-grid {
        gap: 22px;
    }

    .ph-post-layout {
        grid-template-columns:
            minmax(0, 720px)
            minmax(250px, 300px);
        gap: 42px;
    }
}


/* ==========================================================
   58. RESPONSIVE — TABLET LANDSCAPE <=1024px
   ========================================================== */

@media (max-width: 1024px) {

    .ph-scope h1,
    .ph-post-header h1 {
        font-size: 44px;
    }

    .ph-scope h2 {
        font-size: 36px;
    }

    .ph-scope h3 {
        font-size: 27px;
    }

    .ph-scope,
    .ph-article {
        font-size: 16.5px;
    }

    .ph-container {
        width: calc(100% - 40px);
    }

    .ph-content,
    .ph-content-wide {
        width: calc(100% - 40px);
        max-width: 820px;
    }

    .ph-section {
        padding-block: 64px;
    }

    .ph-section-md {
        padding-block: 52px;
    }

    .ph-section-sm {
        padding-block: 42px;
    }

    .ph-grid-4,
    .ph-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-nav {
        gap: 18px;
    }

    .ph-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-featured-post {
        grid-template-columns: 1fr 1fr;
    }

    .ph-featured-post-media {
        min-height: 360px;
    }

    .ph-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-post-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .ph-post-sidebar {
        max-width: 760px;
    }

    .ph-sidebar-sticky {
        position: relative;
        top: auto;
    }

    .ph-related-posts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* ==========================================================
   59. RESPONSIVE — TABLET PORTRAIT <=834px
   ========================================================== */

@media (max-width: 834px) {

    .ph-scope h1,
    .ph-post-header h1 {
        font-size: 40px;
    }

    .ph-scope h2 {
        font-size: 34px;
    }

    .ph-scope h3 {
        font-size: 26px;
    }

    .ph-scope,
    .ph-article {
        font-size: 16px;
    }

    .ph-container,
    .ph-content,
    .ph-content-wide {
        width: calc(100% - 36px);
    }

    .ph-section {
        padding-block: 56px;
    }

    .ph-section-md {
        padding-block: 46px;
    }

    .ph-section-sm {
        padding-block: 38px;
    }

    .ph-grid-2,
    .ph-grid-3,
    .ph-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-header-inner {
        min-height: 66px;
    }

    .ph-nav {
        display: none;
    }

    .ph-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .ph-footer-main {
        padding-block: 52px 40px;
        gap: 34px;
    }

    .ph-featured-post {
        grid-template-columns: 1fr;
    }

    .ph-featured-post-media {
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .ph-featured-post-content {
        padding: 30px;
    }

    .ph-post-header {
        padding-block: 48px 30px;
    }

    .ph-post-deck {
        font-size: 17px;
    }

    .ph-featured-image {
        margin-bottom: 40px;
    }

    .ph-product-card {
        grid-template-columns: 130px minmax(0, 1fr);
    }
}


/* ==========================================================
   60. RESPONSIVE — MOBILE <=767px
   ========================================================== */

@media (max-width: 767px) {

    .ph-scope h1,
    .ph-post-header h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    .ph-scope h2 {
        font-size: 30px;
    }

    .ph-scope h3 {
        font-size: 24px;
    }

    .ph-scope,
    .ph-article,
    .ph-legal {
        font-size: 16px;
    }

    .ph-container,
    .ph-content,
    .ph-content-wide {
        width: calc(100% - 32px);
        max-width: 100%;
    }

    .ph-section {
        padding-block: 48px;
    }

    .ph-section-md {
        padding-block: 40px;
    }

    .ph-section-sm {
        padding-block: 34px;
    }

    .ph-grid-2,
    .ph-grid-3,
    .ph-grid-4 {
        grid-template-columns: 1fr;
    }

    .ph-header-inner,
    .ph-footer-main,
    .ph-footer-bottom,
    .ph-post-layout {
        width: calc(100% - 32px);
    }

    .ph-logo {
        font-size: 21px;
    }

    .ph-logo img {
        max-height: 38px;
    }

    .ph-footer-main {
        grid-template-columns: 1fr;
        padding-block: 46px 34px;
    }

    .ph-footer-brand {
        max-width: 100%;
    }

    .ph-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .ph-archive-header {
        padding-block: 48px 38px;
    }

    .ph-archive-header-inner {
        width: calc(100% - 32px);
    }

    .ph-archive-grid {
        grid-template-columns: 1fr;
    }

    .ph-post-card-body {
        padding: 20px;
    }

    .ph-post-card-title {
        font-size: 20px;
    }

    .ph-post-header {
        width: calc(100% - 32px);
        padding-block: 42px 28px;
    }

    .ph-post-deck {
        font-size: 16px;
    }

    .ph-featured-image {
        width: calc(100% - 32px);
        margin-bottom: 34px;
    }

    .ph-post-layout {
        grid-template-columns: 1fr;
    }

    .ph-article h2 {
        font-size: 28px;
        margin-top: 38px;
    }

    .ph-article h3 {
        font-size: 24px;
        margin-top: 28px;
    }

    .ph-author-box {
        grid-template-columns: 64px minmax(0, 1fr);
        padding: 20px;
    }

    .ph-author-avatar {
        width: 64px;
        height: 64px;
    }

    .ph-related-posts-grid {
        grid-template-columns: 1fr;
    }

    .ph-newsletter-box {
        padding: 26px;
    }

    .ph-newsletter-form {
        flex-direction: column;
    }

    .ph-newsletter-form .ph-btn {
        width: 100%;
    }

    .ph-product-card {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 18px;
        padding: 20px;
    }

    .ph-pros-cons {
        grid-template-columns: 1fr;
    }

    .ph-cons {
        border-left: 0;
        border-top: 1px solid var(--ph-border);
    }

    .ph-search-form {
        align-items: stretch;
    }

    .ph-404 {
        min-height: 62vh;
        padding-block: 52px;
    }

    .ph-404-inner {
        width: calc(100% - 32px);
    }

    .ph-404-code {
        font-size: 110px;
        letter-spacing: -5px;
    }

    .wpcf7 input:not([type="submit"]),
    .wpcf7 textarea,
    .wpcf7 select,
    .ph-form input,
    .ph-form textarea,
    .ph-form select {
        font-size: 16px;
    }
}


/* ==========================================================
   61. RESPONSIVE — SMALL MOBILE <=480px
   ========================================================== */

@media (max-width: 480px) {

    .ph-scope h1,
    .ph-post-header h1 {
        font-size: 31px;
    }

    .ph-scope h2 {
        font-size: 26px;
    }

    .ph-scope h3 {
        font-size: 21px;
    }

    .ph-scope,
    .ph-article,
    .ph-legal {
        font-size: 15.5px;
    }

    .ph-container,
    .ph-content,
    .ph-content-wide,
    .ph-header-inner,
    .ph-footer-main,
    .ph-footer-bottom,
    .ph-post-layout,
    .ph-post-header,
    .ph-featured-image {
        width: calc(100% - 30px);
    }

    .ph-section {
        padding-block: 42px;
    }

    .ph-section-md {
        padding-block: 36px;
    }

    .ph-section-sm {
        padding-block: 30px;
    }

    .ph-header-inner {
        min-height: 62px;
    }

    .ph-menu-toggle {
        width: 40px;
        height: 40px;
    }

    .ph-footer-main {
        padding-block: 40px 30px;
    }

    .ph-featured-post-content {
        padding: 22px;
    }

    .ph-post-card-body {
        padding: 18px;
    }

    .ph-post-card-title {
        font-size: 19px;
    }

    .ph-post-header {
        padding-block: 36px 24px;
    }

    .ph-post-header-meta {
        font-size: 12.5px;
    }

    .ph-featured-image {
        margin-bottom: 30px;
    }

    .ph-key-takeaways,
    .ph-checklist,
    .ph-verdict {
        padding: 18px;
    }

    .ph-author-box {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ph-related-posts-header {
        display: block;
    }

    .ph-newsletter-box {
        padding: 21px;
    }

    .ph-product-card {
        grid-template-columns: 1fr;
    }

    .ph-product-image {
        max-width: 180px;
    }

    .ph-search-form {
        flex-direction: column;
    }

    .ph-search-form .ph-btn {
        width: 100%;
    }

    .ph-footer-legal {
        flex-direction: column;
        gap: 7px;
    }

    .ph-btn-group {
        flex-direction: column;
    }

    .ph-btn-group .ph-btn {
        width: 100%;
    }

    .ph-404-code {
        font-size: 90px;
    }
}


/* ==========================================================
   62. RESPONSIVE — VERY SMALL <=360px
   ========================================================== */

@media (max-width: 360px) {

    .ph-scope h1,
    .ph-post-header h1 {
        font-size: 28px;
    }

    .ph-scope h2 {
        font-size: 24px;
    }

    .ph-scope h3 {
        font-size: 20px;
    }

    .ph-container,
    .ph-content,
    .ph-content-wide,
    .ph-header-inner,
    .ph-footer-main,
    .ph-footer-bottom,
    .ph-post-layout,
    .ph-post-header,
    .ph-featured-image {
        width: calc(100% - 24px);
    }

    .ph-logo {
        font-size: 19px;
    }

    .ph-post-card-body {
        padding: 16px;
    }

    .ph-newsletter-box,
    .ph-key-takeaways,
    .ph-checklist,
    .ph-verdict,
    .ph-author-box,
    .ph-product-card {
        padding: 16px;
    }

    .ph-404-inner {
        width: calc(100% - 24px);
    }

    .ph-404-code {
        font-size: 82px;
    }
}


/* ==========================================================
   63. RESPONSIVE — ULTRA SMALL <=320px
   ========================================================== */

@media (max-width: 320px) {

    .ph-scope h1,
    .ph-post-header h1 {
        font-size: 26px;
    }

    .ph-scope h2 {
        font-size: 23px;
    }

    .ph-scope h3 {
        font-size: 19px;
    }

    .ph-scope,
    .ph-article,
    .ph-legal {
        font-size: 15px;
        line-height: 1.7;
    }

    .ph-container,
    .ph-content,
    .ph-content-wide,
    .ph-header-inner,
    .ph-footer-main,
    .ph-footer-bottom,
    .ph-post-layout,
    .ph-post-header,
    .ph-featured-image {
        width: calc(100% - 20px);
    }

    .ph-header-inner {
        min-height: 58px;
        gap: 10px;
    }

    .ph-logo {
        font-size: 18px;
    }

    .ph-logo img {
        max-height: 34px;
    }

    .ph-menu-toggle {
        width: 38px;
        height: 38px;
    }

    .ph-footer-main {
        padding-block: 34px 26px;
        gap: 26px;
    }

    .ph-footer-brand p,
    .ph-footer-links a {
        font-size: 13px;
    }

    .ph-post-card-body {
        padding: 14px;
    }

    .ph-post-card-title {
        font-size: 18px;
    }

    .ph-post-card-footer,
    .ph-post-header-meta {
        display: block;
    }

    .ph-post-card-footer > *,
    .ph-post-header-meta > * {
        display: block;
        margin-bottom: 5px;
    }

    .ph-post-header {
        padding-block: 30px 20px;
    }

    .ph-featured-image {
        margin-bottom: 24px;
    }

    .ph-newsletter-box,
    .ph-key-takeaways,
    .ph-checklist,
    .ph-verdict,
    .ph-author-box,
    .ph-product-card {
        padding: 14px;
    }

    .ph-product-image {
        max-width: 150px;
    }

    .ph-pros,
    .ph-cons {
        padding: 16px;
    }

    .ph-table th,
    .ph-table td {
        min-width: 120px;
        padding: 9px;
        font-size: 12.5px;
    }

    .ph-404 {
        min-height: 56vh;
        padding-block: 40px;
    }

    .ph-404-inner {
        width: calc(100% - 20px);
    }

    .ph-404-code {
        font-size: 74px;
        letter-spacing: -3px;
    }

    .ph-breadcrumbs {
        font-size: 12px;
    }
}


/* ==========================================================
   64. REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms;
        animation-iteration-count: 1;
        transition-duration: .01ms;
        scroll-behavior: auto;
    }
}


/* ==========================================================
   65. PRINT
   ========================================================== */

@media print {

    body {
        background: #FFFFFF;
        color: #000000;
    }

    .ph-header,
    .ph-footer,
    .ph-ad,
    .ph-btn,
    .ph-pagination,
    .ph-newsletter-box {
        display: none;
    }

    .ph-article,
    .ph-legal {
        max-width: 100%;
        color: #000000;
    }

    .ph-article a,
    .ph-legal a {
        color: #000000;
        text-decoration: underline;
    }
}