/*
Theme Name: MyUSA.us v10
Theme URI: https://myusa.us
Author: Frank Scaplen
Description: MyUSA.us — The All American Website. Version 10. Verified American-made company directory. Navy/Red brand theme. Built by a stroke survivor using AI.
Version: 10.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: myusa-v10
Tags: american-made, directory, blog, custom-colors
*/

/* === RESET === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;color:#222;background:#fff;line-height:1.7}
img{max-width:100%;height:auto;display:block}
a{color:#c8102e;text-decoration:none}
a:hover{text-decoration:underline}

/* === BRAND VARS === */
:root{
  --navy:#0a1628;
  --red:#c8102e;
  --gold:#b8960c;
  --light:#f8f8f6;
  --border:#e5e5e5;
  --text:#222;
  --muted:#666;
}

/* === TICKER === */
.myusa-ticker{background:var(--red);color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;text-align:center;padding:6px 16px}

/* === HEADER === */
.myusa-header{background:#fff;border-bottom:1px solid var(--border);padding:10px 24px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:999}
.myusa-logo{display:flex;flex-direction:column;text-decoration:none}
.myusa-logo-text{font-size:22px;font-weight:800;color:#111;letter-spacing:1px;line-height:1}
.myusa-logo-text span{color:var(--red)}
.myusa-logo-tag{font-size:9px;letter-spacing:1.5px;color:#888;font-weight:600;text-transform:uppercase}
.myusa-nav{display:flex;gap:24px;align-items:center}
.myusa-nav a{font-size:13px;font-weight:600;color:#333;text-decoration:none;padding:4px 0;border-bottom:2px solid transparent}
.myusa-nav a:hover,.myusa-nav a.current{color:var(--red);border-bottom-color:var(--red)}

/* === PAGE HERO === */
.myusa-page-hero{background:var(--navy);padding:56px 24px;text-align:center;border-bottom:3px solid var(--red)}
.myusa-page-hero h1{color:#fff;font-size:28px;font-weight:800;margin-bottom:10px;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.2}
.myusa-page-hero p{color:#8899aa;font-size:14px;max-width:560px;margin:0 auto}

/* === HERO HOME === */
.myusa-hero{background:var(--navy);padding:64px 24px;text-align:center}
.myusa-hero-eyebrow{color:var(--red);font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}
.myusa-hero h1{color:#fff;font-size:36px;font-weight:800;line-height:1.15;margin-bottom:16px;max-width:640px;margin-left:auto;margin-right:auto}
.myusa-hero-sub{color:#8899aa;font-size:14px;max-width:500px;margin:0 auto 28px;line-height:1.65}
.myusa-hero-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}
.myusa-hero-stats{color:#445566;font-size:12px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.myusa-hero-stats span+span::before{content:"• ";color:#334455}

/* === BUTTONS === */
.btn-red{background:var(--red);color:#fff;border:none;padding:12px 26px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;display:inline-block;text-decoration:none}
.btn-red:hover{background:#a00d24;color:#fff;text-decoration:none}
.btn-navy{background:var(--navy);color:#fff;border:none;padding:12px 26px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;display:inline-block;text-decoration:none}
.btn-navy:hover{background:#05101e;color:#fff;text-decoration:none}
.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);padding:12px 26px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;display:inline-block;text-decoration:none}

/* === SECTIONS === */
.myusa-section{padding:48px 24px}
.myusa-section-light{background:var(--light)}
.myusa-section-navy{background:var(--navy)}
.section-label{font-size:11px;font-weight:700;letter-spacing:2px;color:#888;text-align:center;margin-bottom:8px;text-transform:uppercase}
.section-label-red{color:var(--red)}
.section-title{font-size:22px;font-weight:700;text-align:center;color:#111;margin-bottom:8px}
.section-sub{font-size:13px;color:var(--muted);text-align:center;margin-bottom:28px;max-width:500px;margin-left:auto;margin-right:auto}

/* === COMPANY CARDS === */
.myusa-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;max-width:1100px;margin:0 auto}
.myusa-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:box-shadow .2s,transform .15s;cursor:pointer}
.myusa-card:hover{box-shadow:0 4px 16px rgba(200,16,46,.12);transform:translateY(-2px)}
.myusa-card-bar{height:4px}
.myusa-card-body{padding:16px}
.myusa-card-logo{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;color:#fff;margin-bottom:10px}
.myusa-card-name{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:2px}
.myusa-card-cat{font-size:10px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}
.myusa-card-desc{font-size:12px;color:var(--muted);line-height:1.5;margin-bottom:10px}
.myusa-card-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f0f0;padding-top:8px}
.myusa-card-loc{font-size:11px;color:#aaa}
.myusa-card-link{font-size:11px;font-weight:700;color:var(--red)}

/* === CATEGORY PILLS === */
.myusa-pills{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}
.myusa-pill{border:1.5px solid var(--border);border-radius:24px;padding:8px 18px;font-size:13px;font-weight:500;color:#333;cursor:pointer;background:#fff;transition:all .15s}
.myusa-pill:hover,.myusa-pill.active{border-color:var(--red);color:var(--red);background:#fff8f8}

/* === VERIFICATION LABELS === */
.verif-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:900px;margin:0 auto}
.verif-card{border:1px solid var(--border);border-radius:8px;padding:16px;background:#fff}
.verif-card-green{background:#f0f9f3;border-color:#b8dfc5}
.verif-card-yellow{background:#fdf8ee;border-color:#f0dfa0}
.verif-card-blue{background:#eef4fc;border-color:#b8d1ef}
.verif-card-purple{background:#f5f3ff;border-color:#d0c8f5}
.verif-card h4{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:6px}
.verif-card p{font-size:12px;color:var(--muted);line-height:1.5}

/* === WHY SECTION === */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:900px;margin:0 auto}
.why-card{text-align:center;padding:16px}
.why-icon{font-size:28px;margin-bottom:12px}
.why-title{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:6px}
.why-desc{font-size:12px;color:var(--muted);line-height:1.5}

/* === EMAIL CAPTURE === */
.myusa-capture{background:var(--navy);padding:48px 24px;text-align:center}
.capture-label{color:var(--red);font-size:11px;font-weight:700;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}
.capture-title{color:#fff;font-size:20px;font-weight:700;margin-bottom:20px;max-width:440px;margin-left:auto;margin-right:auto;line-height:1.4}
.capture-form{display:flex;gap:8px;justify-content:center;max-width:420px;margin:0 auto 10px}
.capture-form input{flex:1;padding:10px 14px;border-radius:6px;border:none;font-size:13px}
.capture-note{color:#556677;font-size:11px}

/* === FOUNDER BLOCK === */
.founder-block{background:var(--navy);padding:40px 24px;text-align:center;border-top:3px solid var(--red)}
.founder-block h2{color:#fff;font-size:22px;font-weight:700;margin-bottom:10px}
.founder-block p{color:#8899aa;font-size:13px;max-width:540px;margin:0 auto 20px;line-height:1.6}

/* === DIRECTORY === */
.dir-controls{padding:14px 20px;background:var(--light);border-bottom:1px solid var(--border);display:flex;gap:10px;flex-wrap:wrap}
.dir-search{flex:1;min-width:200px;padding:10px 14px;border:1.5px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit}
.dir-search:focus{outline:none;border-color:var(--red)}
.dir-select{padding:10px 12px;border:1.5px solid var(--border);border-radius:6px;font-size:13px;font-family:inherit;background:#fff}
.dir-count{padding:8px 20px;font-size:12px;color:#888;border-bottom:1px solid var(--border)}
.dir-count span{font-weight:700;color:var(--navy)}

/* === BLOG === */
.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:960px;margin:0 auto}
.blog-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:box-shadow .15s}
.blog-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}
.blog-card-img{height:140px;background:var(--light);display:flex;align-items:center;justify-content:center;font-size:48px}
.blog-card-body{padding:18px}
.blog-date{font-size:11px;font-weight:700;color:#fff;background:var(--red);display:inline-block;padding:3px 10px;border-radius:3px;margin-bottom:8px;letter-spacing:.5px}
.blog-card-title{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.4}
.blog-card-exc{font-size:12px;color:var(--muted);line-height:1.5;margin-bottom:10px}
.blog-read{font-size:12px;font-weight:700;color:var(--red)}

/* === COMPANY PROFILE === */
.profile-hero{background:var(--navy);border-bottom:3px solid var(--red)}
.profile-hero-inner{max-width:820px;margin:0 auto;padding:36px 24px}
.profile-eyebrow{font-size:11px;font-weight:700;letter-spacing:1px;color:#8899aa;margin-bottom:8px;text-transform:uppercase}
.profile-hero h1{color:#fff;font-size:28px;font-weight:800;margin-bottom:6px}
.profile-hero-sub{color:#8899aa;font-size:13px}
.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);max-width:820px;margin:0 auto}
.profile-stat{text-align:center;padding:16px 8px;border-right:1px solid var(--border)}
.profile-stat:last-child{border-right:none}
.profile-stat-val{font-size:17px;font-weight:800;color:var(--navy);display:block;margin-bottom:3px}
.profile-stat-lbl{font-size:10px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.5px}
.profile-body{max-width:820px;margin:0 auto;padding:0 24px 40px}
.profile-section{margin-top:28px;padding-bottom:24px;border-bottom:1px solid var(--border)}
.profile-section:last-child{border-bottom:none}
.profile-section h2{font-size:16px;font-weight:700;color:var(--navy);padding-bottom:8px;border-bottom:2px solid var(--red);display:inline-block;margin-bottom:14px}
.profile-story{font-size:14px;color:#444;line-height:1.8}
.product-card{background:var(--light);border:1px solid var(--border);border-radius:6px;padding:14px;margin-bottom:10px}
.product-name{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:4px}
.product-desc{font-size:12px;color:var(--muted);line-height:1.5}
.check-list{list-style:none}
.check-list li{font-size:13px;color:#444;padding:4px 0;display:flex;align-items:flex-start;gap:8px;line-height:1.5}
.check-list li::before{content:"✓";color:#2e7d32;font-weight:700;flex-shrink:0;margin-top:2px}
.news-item{border-left:3px solid var(--red);padding:10px 14px;margin-bottom:10px;background:#fff8f8}
.news-year{font-size:11px;font-weight:700;color:var(--red)}
.news-text{font-size:13px;color:#444;margin-top:2px;line-height:1.5}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.review-card{border:1px solid var(--border);border-top:3px solid var(--red);border-radius:6px;padding:14px}
.review-stars{color:#f0a500;font-size:14px;margin-bottom:6px}
.review-text{font-size:12px;color:#444;font-style:italic;line-height:1.5;margin-bottom:8px}
.review-by{font-size:11px;color:#888;font-weight:600}
.shop-box{background:var(--navy);padding:22px;border-radius:8px}
.shop-box h3{color:#fff;font-size:14px;font-weight:700;margin-bottom:14px}
.shop-btn{display:inline-block;background:var(--red);color:#fff;text-decoration:none;padding:10px 20px;border-radius:6px;font-size:13px;font-weight:700;margin-right:10px;margin-bottom:6px}
.shop-btn-out{display:inline-block;background:transparent;color:#fff;text-decoration:none;padding:10px 20px;border-radius:6px;font-size:13px;font-weight:600;border:1.5px solid rgba(255,255,255,.4)}
.verif-box{background:#f0f9f3;border:1px solid #b8dfc5;border-left:4px solid #2e7d32;padding:14px 16px;border-radius:4px}
.verif-box p{font-size:13px;color:#1b5e20;line-height:1.5}
.verif-date{font-size:11px;color:#888;margin-top:6px}

/* === ABOUT === */
.about-body{max-width:820px;margin:0 auto;padding:40px 24px}
.about-body-text{font-size:14px;color:#444;line-height:1.8;margin-bottom:20px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}
.about-card{background:var(--light);border:1px solid var(--border);border-radius:8px;padding:20px}
.about-card h3{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:8px}
.about-card p{font-size:13px;color:var(--muted);line-height:1.6}
.section-heading{font-size:16px;font-weight:700;color:var(--navy);padding-bottom:8px;border-bottom:2px solid var(--red);display:inline-block;margin-bottom:14px}
.label-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.founder-about-box{background:var(--navy);border-radius:8px;padding:28px;margin-top:24px;display:flex;gap:24px;align-items:flex-start}
.founder-avatar{width:64px;height:64px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;color:#fff;flex-shrink:0}
.founder-about-box h3{color:#fff;font-size:16px;font-weight:700;margin-bottom:8px}
.founder-about-box p{color:#8899aa;font-size:13px;line-height:1.6;margin-bottom:14px}

/* === CONTACT === */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:820px;margin:0 auto;padding:40px 24px}
.form-group{margin-bottom:16px}
.form-label{font-size:13px;font-weight:600;color:#333;display:block;margin-bottom:5px}
.form-input,.form-textarea,.form-select{width:100%;padding:10px 14px;border:1.5px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit}
.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--red)}
.form-textarea{resize:vertical;min-height:120px}
.form-submit{background:var(--red);color:#fff;border:none;padding:12px 28px;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;margin-top:4px}
.contact-info-box{background:var(--navy);border-radius:8px;padding:20px;margin-bottom:20px}
.contact-info-box h3{color:#fff;font-size:14px;font-weight:700;margin-bottom:12px}
.contact-info-box p{color:#8899aa;font-size:13px;margin-bottom:6px}
.contact-info-box a{color:var(--red);font-weight:600}
.contact-sidebar h3{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:8px;margin-top:24px}
.contact-sidebar h3:first-child{margin-top:0}
.contact-sidebar p{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:4px}

/* === FRANK'S STORY === */
.story-hero{background:var(--navy);padding:56px 24px;text-align:center;border-bottom:3px solid var(--red)}
.story-hero h1{color:#fff;font-size:28px;font-weight:800;margin-bottom:10px;max-width:640px;margin-left:auto;margin-right:auto;line-height:1.2}
.story-hero p{color:#8899aa;font-size:13px;margin-bottom:12px}
.story-byline{color:#556677;font-size:12px;font-style:italic}
.story-body{max-width:760px;margin:0 auto;padding:40px 24px}
.story-text{font-size:14px;color:#444;line-height:1.8;margin-bottom:18px}
.pullquote{border-left:4px solid var(--red);padding:16px 20px;background:#fff8f8;margin:24px 0;font-size:15px;font-style:italic;color:var(--navy);font-weight:700;line-height:1.5}
.stroke-stats{background:var(--light);border-radius:8px;padding:24px;margin:24px 0}
.stroke-stats h3{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:14px}
.stat-list{list-style:none}
.stat-list li{font-size:13px;color:#444;padding:5px 0;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:10px;line-height:1.5}
.stat-list li::before{content:"•";color:var(--red);font-weight:700;flex-shrink:0;margin-top:1px}
.stat-list li:last-child{border-bottom:none}
.resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.resource-card{background:#fff;border:1px solid var(--border);border-top:3px solid var(--red);border-radius:6px;padding:14px}
.resource-card h4{font-size:12px;font-weight:700;color:var(--navy);margin-bottom:4px}
.resource-card p{font-size:11px;color:var(--muted);line-height:1.4}
.story-cta-box{background:var(--navy);border-radius:8px;padding:28px;text-align:center;margin-top:32px}
.story-cta-box h3{color:#fff;font-size:18px;font-weight:700;margin-bottom:8px}
.story-cta-box p{color:#8899aa;font-size:13px;margin-bottom:20px}

/* === EDITORIAL & POLICY === */
.policy-body{max-width:820px;margin:0 auto;padding:40px 24px}
.policy-section{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--border)}
.policy-section:last-child{border-bottom:none}
.policy-section h2{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:12px;padding-bottom:6px;border-bottom:2px solid var(--red);display:inline-block}
.policy-section p{font-size:14px;color:#444;line-height:1.75;margin-bottom:10px}
.policy-list{list-style:none;margin:10px 0}
.policy-list li{font-size:14px;color:#444;padding:4px 0;display:flex;align-items:flex-start;gap:8px;line-height:1.5}
.policy-list li::before{content:"✓";color:#2e7d32;font-weight:700;flex-shrink:0;margin-top:2px}
.policy-box-dark{background:var(--navy);color:#fff;border-radius:8px;padding:20px;margin-top:16px}
.policy-box-dark h4{font-size:13px;font-weight:700;margin-bottom:6px}
.policy-box-dark p{font-size:13px;color:#8899aa;line-height:1.6}
.disqualify-list li::before{content:"✗";color:var(--red)}
.verif-standard-item{background:var(--light);border:1px solid var(--border);border-radius:8px;padding:20px;margin-bottom:12px;display:flex;gap:16px;align-items:flex-start}
.verif-num{width:36px;height:36px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px;flex-shrink:0}
.verif-item-title{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:4px}
.verif-item-desc{font-size:13px;color:var(--muted);line-height:1.6}

/* === BLOG POST === */
.post-wrap{max-width:760px;margin:0 auto;padding:36px 24px}
.post-breadcrumb{font-size:12px;color:#888;margin-bottom:20px}
.post-breadcrumb a{color:var(--red);text-decoration:none}
.post-breadcrumb span{margin:0 6px}
.post-cat-label{font-size:11px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}
.post-title{font-size:28px;font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:12px}
.post-meta{font-size:12px;color:#888;margin-bottom:20px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.post-disclosure{font-style:italic;font-size:13px;color:#888;background:var(--light);padding:12px 16px;border-radius:6px;margin-bottom:24px;border-left:3px solid var(--border);line-height:1.5}
.post-body h2{font-size:18px;font-weight:700;color:var(--navy);margin:28px 0 12px;border-left:4px solid var(--red);padding-left:14px}
.post-body p{font-size:14px;color:#444;line-height:1.8;margin-bottom:16px}
.post-product-card{background:var(--light);border:1px solid var(--border);border-radius:8px;padding:20px;margin:20px 0}
.post-product-card h3{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:6px}
.post-product-card p{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:12px}
.verified-badge{display:inline-block;background:#f0f9f3;border:1px solid #b8dfc5;border-radius:4px;padding:3px 10px;font-size:11px;font-weight:700;color:#2e7d32;margin-left:8px}
.post-cta-box{background:var(--navy);border-radius:8px;padding:24px;text-align:center;margin:32px 0}
.post-cta-box h3{color:#fff;font-size:16px;font-weight:700;margin-bottom:6px}
.post-cta-box p{color:#8899aa;font-size:13px;margin-bottom:16px}
.post-disclaimer{background:var(--light);border-radius:8px;padding:18px;margin:24px 0;border-left:4px solid var(--red)}
.post-disclaimer p{font-size:12px;color:var(--muted);line-height:1.6}
.post-nav{display:flex;justify-content:space-between;margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}
.post-nav-btn{font-size:13px;color:var(--red);font-weight:600;max-width:45%}
.post-nav-label{font-size:11px;color:#888;display:block;margin-bottom:4px}

/* === FOOTER === */
.myusa-footer{background:var(--navy);padding:36px 24px 16px;border-top:3px solid var(--red)}
.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px;max-width:1100px;margin:0 auto 28px}
.footer-brand{font-size:18px;font-weight:800;color:#fff;letter-spacing:1px;margin-bottom:6px}
.footer-tagline{font-size:12px;color:#556677}
.footer-col h4{font-size:11px;font-weight:700;letter-spacing:1px;color:#778899;margin-bottom:12px;text-transform:uppercase}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:8px}
.footer-col a{font-size:12px;color:var(--red);text-decoration:none}
.footer-col a:hover{text-decoration:underline}
.footer-bottom{border-top:1px solid #1e2e44;padding-top:14px;font-size:11px;color:#445566;text-align:center;max-width:1100px;margin:0 auto}
.footer-bottom a{color:var(--red)}

/* === RESPONSIVE === */
@media(max-width:768px){
  .myusa-hero h1{font-size:26px}
  .verif-grid{grid-template-columns:1fr 1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  .blog-grid{grid-template-columns:1fr}
  .review-grid{grid-template-columns:1fr}
  .profile-stats{grid-template-columns:repeat(2,1fr)}
  .about-grid{grid-template-columns:1fr}
  .label-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .resources-grid{grid-template-columns:1fr 1fr}
  .footer-inner{grid-template-columns:1fr}
  .founder-about-box{flex-direction:column}
  .myusa-nav{gap:14px}
}
@media(max-width:480px){
  .verif-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .resources-grid{grid-template-columns:1fr}
  .myusa-header{flex-wrap:wrap;gap:10px}
}


/* ===== MYUSA PROFILE PAGE FIX - ALL 196 COMPANY PROFILES ===== */
/* rp-section (About): transparent bg makes text hard to see - add white card */
.rp-section {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  padding: 24px 28px !important;
  margin-bottom: 16px !important;
}
.rp-section h2 {
  color: #0a1628 !important;
}
.rp-section p {
  color: #333 !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}
/* rp-verify: same cream as body - invisible. Fix with white bg */
.rp-verify {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  padding: 24px 28px !important;
  margin-bottom: 16px !important;
}
.rp-verify h2, .rp-verify h3 {
  color: #0a1628 !important;
}
.rp-check {
  color: #222 !important;
  font-size: .95rem !important;
  padding: 4px 0 !important;
}
.rp-source {
  color: #555 !important;
  font-size: .85rem !important;
}
/* rp-dir-link: back to directory */
.rp-dir-link {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  padding: 14px 28px !important;
  margin-bottom: 16px !important;
}
.rp-dir-link a {
  color: #c8102e !important;
  font-weight: 700 !important;
}
/* post-disclaimer */
.post-disclaimer {
  background: #f8f8f6 !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  margin-bottom: 16px !important;
}
/* post-wrap: add padding and max-width for readability */
.myusa-company .post-wrap,
.single-myusa_company .post-wrap {
  max-width: 1040px !important;
  margin: 0 auto !important;
  padding: 10px 20px 40px !important;
}
/* ===== END PROFILE FIX ===== */