/* The Ham Radio Guy Guest Application v2 */
#hrg-guest-page{
    --navy:#0B2742;--navy-dark:#061A2C;--blue:#1677C8;--blue-hover:#0F5F9F;
    --light-blue:#EAF4FC;--light-gray:#F5F7FA;--gray:#66717E;--dark:#17202A;
    --white:#FFFFFF;--border:#DCE3EA;font-family:inherit;color:var(--dark);
    line-height:1.6;overflow:hidden
}
#hrg-guest-page *{box-sizing:border-box}
.hrg-container{max-width:1180px;margin:0 auto;padding-left:28px;padding-right:28px}

.hrg-guest-hero{
    background:radial-gradient(circle at 85% 20%,rgba(22,119,200,.30),transparent 35%),
               linear-gradient(135deg,var(--navy-dark),var(--navy));
    padding:110px 0 105px;color:#fff
}
.hrg-guest-hero-inner{max-width:870px}
.hrg-eyebrow{color:#8CCBFF;text-transform:uppercase;letter-spacing:2px;font-weight:800;font-size:14px;margin-bottom:20px}
.hrg-guest-hero h1{font-size:clamp(46px,6vw,78px);line-height:1.02;letter-spacing:-2.5px;margin:0 0 26px;color:#fff;font-weight:800}
.hrg-guest-hero h1 span{color:#58B4FF}
.hrg-hero-text{font-size:21px;line-height:1.65;max-width:780px;color:#E4EDF5;margin-bottom:35px}

.hrg-primary{display:inline-block;border:0;cursor:pointer;background:var(--blue);color:#fff!important;text-decoration:none!important;font-size:17px;font-weight:800;letter-spacing:.4px;padding:17px 32px;border-radius:6px;transition:.2s ease;box-shadow:0 9px 25px rgba(0,0,0,.20)}
.hrg-primary:hover{background:var(--blue-hover);transform:translateY(-2px)}
.hrg-primary-light{background:#fff;color:var(--navy)!important}
.hrg-primary-light:hover{background:#EAF4FC;color:var(--navy)!important}
.hrg-micro{display:block;font-size:13px;color:#B9C9D8;margin-top:15px}

.hrg-strip{background:#fff;border-bottom:1px solid var(--border)}
.hrg-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:center}
.hrg-strip-item{padding:25px 15px;font-weight:700;color:var(--navy);border-right:1px solid var(--border)}
.hrg-strip-item:last-child{border-right:0}
.hrg-strip-item span{color:var(--blue);margin-right:8px}

.hrg-section{padding:90px 0}
.hrg-section-light{background:var(--light-gray)}
.hrg-section-blue{background:var(--light-blue)}
.hrg-section-heading{max-width:780px;margin-bottom:50px}
.hrg-section-heading.center{margin-left:auto;margin-right:auto;text-align:center}
.hrg-kicker{color:var(--blue);text-transform:uppercase;letter-spacing:1.5px;font-weight:800;font-size:13px;margin-bottom:12px}
.hrg-section h2{color:var(--navy);font-size:clamp(34px,4vw,49px);line-height:1.1;letter-spacing:-1px;margin:0 0 20px}
.hrg-section-heading p{color:var(--gray);font-size:19px;line-height:1.7}

.hrg-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.hrg-card{background:#fff;border:1px solid var(--border);padding:31px;border-radius:10px;box-shadow:0 6px 22px rgba(12,39,66,.05);transition:.2s ease}
.hrg-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(12,39,66,.10);border-color:#AFCFE8}
.hrg-card-number{color:var(--blue);font-size:13px;font-weight:900;letter-spacing:1px;margin-bottom:15px}
.hrg-card h3{color:var(--navy);font-size:21px;line-height:1.25;margin:0 0 10px}
.hrg-card p{color:var(--gray);margin-bottom:0}

.hrg-two-column{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.hrg-copy h2{color:var(--navy);font-size:clamp(34px,4vw,48px);line-height:1.1}
.hrg-copy p{color:var(--gray);font-size:18px}
.hrg-check-list{margin:30px 0;padding:0;list-style:none}
.hrg-check-list li{position:relative;padding:11px 0 11px 34px;color:#39434D;font-size:17px}
.hrg-check-list li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.hrg-highlight-box{background:linear-gradient(135deg,var(--navy),var(--navy-dark));color:#fff;border-radius:12px;padding:42px;box-shadow:0 15px 40px rgba(0,0,0,.13)}
.hrg-highlight-box h3{color:#fff;font-size:27px;line-height:1.25}
.hrg-highlight-box p{color:#D5E2EC;font-size:17px}
.hrg-highlight{font-size:21px!important;color:#fff!important;font-weight:700;border-left:4px solid var(--blue);padding-left:20px;margin-top:25px!important}

.hrg-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}
.hrg-feature{background:#fff;padding:40px;border-radius:10px;border-top:5px solid var(--blue);box-shadow:0 7px 24px rgba(12,39,66,.06)}
.hrg-feature h3{font-size:27px;color:var(--navy)}
.hrg-feature p{color:var(--gray);font-size:17px}
.hrg-feature strong{color:var(--navy)}

.hrg-step{text-align:center}
.hrg-step-number{width:54px;height:54px;background:var(--blue);color:#fff;display:flex;justify-content:center;align-items:center;border-radius:50%;margin:0 auto 20px;font-weight:900;font-size:18px}

.hrg-packages{background:radial-gradient(circle at 50% 0%,rgba(22,119,200,.18),transparent 40%),var(--navy-dark);padding:95px 0 105px}
.hrg-packages-heading{max-width:830px;margin:0 auto 55px;text-align:center}
.hrg-packages-heading .hrg-kicker{color:#67BEFF}
.hrg-packages-heading h2{color:#fff;font-size:clamp(38px,5vw,55px);line-height:1.08;margin:0 0 18px}
.hrg-packages-heading p{color:#C6D5E1;font-size:19px;line-height:1.7}
.hrg-free-note{display:inline-block;margin-top:15px;padding:8px 16px;border:1px solid rgba(255,255,255,.20);border-radius:30px;font-size:13px;color:#DCEAF4}
.hrg-package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.hrg-package{background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;position:relative;box-shadow:0 20px 55px rgba(0,0,0,.25);transition:.25s ease}
.hrg-package:hover{transform:translateY(-7px)}
.hrg-package.featured{border:3px solid #3FA9F5;transform:scale(1.025)}
.hrg-package.featured:hover{transform:scale(1.025) translateY(-7px)}
.hrg-package-badge{position:absolute;top:15px;left:15px;background:var(--blue);color:#fff;padding:7px 11px;border-radius:4px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;z-index:2}
.hrg-popular{background:var(--navy)}
.hrg-mic-area{min-height:225px;background:linear-gradient(145deg,#F8FBFD,#E6F2FA);display:flex;align-items:center;justify-content:center}
.hrg-mic-area svg{width:140px;height:140px}
.hrg-package-body{padding:30px;display:flex;flex-direction:column;flex-grow:1;text-align:center}
.hrg-package-body h3{color:var(--navy);font-size:24px;margin:0 0 7px}
.hrg-package-sub{color:var(--gray);min-height:48px;font-size:15px}
.hrg-price{color:var(--navy);font-size:52px;line-height:1;font-weight:900;margin:15px 0 5px}
.hrg-price sup{font-size:24px;vertical-align:19px}
.hrg-one-time{color:#8A959E;font-size:12px;margin-bottom:23px}
.hrg-package-list{list-style:none;padding:0;margin:0 0 25px;text-align:left}
.hrg-package-list li{padding:10px 0 10px 28px;border-bottom:1px solid #EDF1F4;position:relative;color:#3D4852;font-size:15px}
.hrg-package-list li:before{content:"✓";position:absolute;left:2px;color:var(--blue);font-weight:900}
.hrg-package-button{margin-top:auto;border:0;width:100%;background:var(--blue);color:#fff;border-radius:6px;padding:15px;font-weight:800;font-size:15px;cursor:pointer}
.hrg-package-button:hover{background:var(--blue-hover)}
.hrg-payment-text{margin-top:12px;font-size:12px;color:#87929C}
.hrg-package-disclaimer{max-width:900px;margin:40px auto 0;text-align:center;color:#A5B7C6;font-size:13px}

.hrg-final-cta{background:radial-gradient(circle at 50% 0%,rgba(22,119,200,.32),transparent 45%),var(--navy-dark);color:#fff;text-align:center;padding:105px 0}
.hrg-final-cta h2{color:#fff;font-size:clamp(40px,5vw,60px);line-height:1.05;margin:0 0 20px}
.hrg-final-cta p{color:#D4E1EB;font-size:20px;max-width:730px;margin:0 auto 34px}
.hrg-signoff{margin-top:35px;font-size:15px;color:#91A8BA}

#hrg-guest-modal{position:fixed;inset:0;background:rgba(2,12,21,.82);display:none;align-items:center;justify-content:center;z-index:9999999;padding:20px}
#hrg-guest-modal.hrg-open{display:flex}
.hrg-modal-box{background:#fff;width:100%;max-width:580px;max-height:92vh;overflow:auto;border-radius:14px;position:relative;box-shadow:0 35px 90px rgba(0,0,0,.48)}
.hrg-modal-header{background:linear-gradient(135deg,var(--navy-dark),var(--navy));padding:35px 38px 30px;color:#fff}
.hrg-modal-header h2{color:#fff;font-size:31px;line-height:1.15;margin:0 0 9px}
.hrg-modal-header p{color:#C8D7E3;margin:0}
.hrg-modal-close{position:absolute;top:10px;right:14px;background:transparent;border:0;color:#fff;cursor:pointer;font-size:34px;z-index:5}
.hrg-modal-body{padding:30px 38px 38px}
.hrg-selected-package{display:none;background:var(--light-blue);border-left:4px solid var(--blue);padding:13px 16px;margin-bottom:23px;color:var(--navy);font-weight:800}
.hrg-field{margin-bottom:18px}
.hrg-field label{display:block;font-weight:700;color:var(--navy);margin-bottom:6px;font-size:14px}
.hrg-field input,.hrg-field textarea{width:100%;padding:13px 14px;border:1px solid #CDD8E0;border-radius:6px;font-family:inherit;font-size:16px}
.hrg-field input:focus,.hrg-field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(22,119,200,.10)}
.hrg-submit{width:100%;background:var(--blue);color:#fff;border:0;border-radius:6px;padding:16px;font-weight:800;font-size:16px;cursor:pointer}
.hrg-submit:hover{background:var(--blue-hover)}
.hrg-form-small{font-size:12px;color:#84919C;text-align:center;margin-top:13px}

#hrg-success-screen{display:none}
.hrg-success-icon{width:70px;height:70px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#E7F5EC;color:#19884B;font-size:34px;font-weight:900}
.hrg-success-center{text-align:center}
.hrg-success-center h3{color:var(--navy);font-size:28px;margin-bottom:10px}
.hrg-success-center p{color:var(--gray)}
.hrg-payment-box{margin-top:25px;padding:22px;background:var(--light-gray);border-radius:9px;text-align:left}
.hrg-payment-box h4{margin:0 0 8px;color:var(--navy);font-size:20px}
.hrg-success-package{font-weight:800;color:var(--navy)}
.hrg-payment-amount{font-size:28px;color:var(--navy);font-weight:900;margin-bottom:15px}
.hrg-payment-button{display:block;width:100%;padding:14px;border-radius:6px;text-align:center;text-decoration:none!important;margin-top:11px;font-weight:800}
.hrg-venmo-button{background:#008CFF;color:#fff!important}
.hrg-paypal-button{background:#0070BA;color:#fff!important}
.hrg-payment-recipient{font-size:13px;margin-top:8px;color:#697783}
.hrg-payment-note{font-size:12px;margin-top:16px}
.hrg-close-success{width:100%;margin-top:16px;padding:13px;background:#E9EEF2;border:0;border-radius:6px;color:var(--navy);font-weight:800;cursor:pointer}
.hrg-hp-field{position:absolute!important;left:-9999px!important;height:1px!important;overflow:hidden!important}

@media(max-width:900px){
    .hrg-card-grid,.hrg-package-grid{grid-template-columns:1fr 1fr}
    .hrg-two-column,.hrg-feature-grid{grid-template-columns:1fr}
    .hrg-package.featured{transform:none}
}
@media(max-width:650px){
    .hrg-container{padding-left:20px;padding-right:20px}
    .hrg-section{padding:65px 0}
    .hrg-card-grid,.hrg-package-grid,.hrg-strip-grid{grid-template-columns:1fr}
    .hrg-strip-item{border-right:0;border-bottom:1px solid var(--border)}
    .hrg-primary{width:100%;text-align:center}
    .hrg-modal-header,.hrg-modal-body{padding-left:23px;padding-right:23px}
}

#hrg-guest-page .hrg-package-badge,#hrg-guest-page .hrg-package-badge.hrg-popular{background:#1F9D55!important;color:#fff!important}
#hrg-guest-page .hrg-package.featured{border-color:#1F9D55!important}
#hrg-guest-page .hrg-package-button{background:#1F9D55!important;color:#fff!important}
#hrg-guest-page .hrg-package-button:hover,#hrg-guest-page .hrg-package-button:focus{background:#147A3D!important}
.hrg-form-section-title{margin:30px 0 16px;padding-top:20px;border-top:1px solid #DCE3EA}.hrg-form-section-title:first-of-type{margin-top:0;padding-top:0;border-top:0}.hrg-form-section-title h3{margin:0 0 5px;color:#0B2742;font-size:22px}.hrg-form-section-title p,.hrg-field small{color:#66717E;font-size:13px}.hrg-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.hrg-choice-group{border:1px solid #DCE3EA;border-radius:7px;padding:14px 16px}.hrg-choice-group legend{font-weight:700;color:#0B2742;padding:0 6px}.hrg-choice-group label{display:inline-flex;align-items:center;gap:7px;margin:7px 16px 7px 0;font-weight:500}.hrg-choice-group input{width:auto}@media(max-width:650px){.hrg-field-grid{grid-template-columns:1fr}.hrg-choice-group label{display:flex}}

.hrg-spotlight-info,.hrg-agreement-text{background:#F5F7FA;border-left:4px solid #1F9D55;border-radius:6px;padding:16px 18px;margin-bottom:20px;color:#39434D}.hrg-spotlight-info p,.hrg-agreement-text p{margin:0 0 12px}.hrg-spotlight-info p:last-child,.hrg-agreement-text p:last-child{margin-bottom:0}.hrg-agreement-choice{background:#ECF8F1;border-color:#A8DDBE}.hrg-agreement-choice label{font-weight:700;color:#0B2742}

#hrg-guest-modal .hrg-modal-box{max-width:920px!important;width:100%!important}
@media(max-width:650px){#hrg-guest-modal .hrg-modal-box{max-width:100%!important}}
