/* Authority Signature Fix v2.0 */
:root{
  --b:#1A3A8F;--bd:#102468;--bp:#EBF0FC;
  --r:#C0181E;--rd:#8B1014;--rp:#FBEAEA;
  --off:#F8F8FA;--gray:#E2E2EA;
  --ch:#1C1C28;--mu:#6B6B80;--br:#DEDEE8;
  --fh:'Playfair Display',Georgia,serif;
  --fb:'DM Sans',system-ui,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
.asrfix-page{font-family:var(--fb);color:var(--ch);background:#fff;line-height:1.7}
.asrfix-page img{max-width:100%;height:auto;display:block}
.asrfix-page a{text-decoration:none}
.asrfix-page ul{list-style:none;padding:0}

/* NAV */
.asrfix-nav{position:fixed;top:0;left:0;right:0;z-index:999;background:#fff;border-bottom:3px solid var(--b);display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:70px;box-shadow:0 2px 12px rgba(26,58,143,.09)}
.asrfix-nav-logo img{height:46px;width:auto;filter:brightness(0) saturate(100%) invert(18%) sepia(87%) saturate(800%) hue-rotate(205deg) brightness(80%)}
.asrfix-nav-links{display:flex;gap:1.5rem;list-style:none}
.asrfix-nav-links a{font-size:13px;font-weight:500;color:var(--ch);transition:color .2s}
.asrfix-nav-links a:hover{color:var(--b)}
.asrfix-nav-cta{background:var(--r);color:#fff;padding:9px 20px;border-radius:4px;font-size:13px;font-weight:600;transition:background .2s;white-space:nowrap}
.asrfix-nav-cta:hover{background:var(--rd);color:#fff}
.asrfix-nav-toggle{display:none;background:none;border:none;font-size:22px;cursor:pointer;color:var(--ch);padding:4px 8px}

/* DIVIDER */
.asrfix-divider{height:4px;background:linear-gradient(to right,var(--b) 50%,var(--r) 50%)}

/* SECTIONS */
.asrfix-section{padding:5rem}
.asrfix-label{display:flex;align-items:center;gap:10px;margin-bottom:.75rem}
.asrfix-label span:last-child{font-size:11px;font-weight:600;color:var(--r);letter-spacing:.16em;text-transform:uppercase}
.asrfix-label-light span:last-child{color:rgba(255,255,255,.65)}
.asrfix-dot{width:8px;height:8px;border-radius:50%;background:var(--r);flex-shrink:0;display:inline-block}
.asrfix-dot-sm{margin-top:6px}
.asrfix-page h2{font-family:var(--fh);font-size:clamp(1.9rem,3vw,2.7rem);font-weight:900;color:var(--bd);line-height:1.2;margin-bottom:1rem}
.asrfix-white{color:#fff!important}
.asrfix-section-sub{font-size:15px;color:var(--mu);max-width:540px;line-height:1.8;margin-bottom:2.5rem}
.asrfix-red{color:var(--r)}

/* BUTTONS */
.asrfix-btn{display:inline-block;padding:13px 28px;border-radius:4px;font-family:var(--fb);font-size:14px;font-weight:600;letter-spacing:.05em;border:none;cursor:pointer;transition:background .2s,transform .1s}
.asrfix-btn-blue{background:var(--b);color:#fff}.asrfix-btn-blue:hover{background:var(--bd);color:#fff;transform:translateY(-1px)}
.asrfix-btn-red{background:var(--r);color:#fff}.asrfix-btn-red:hover{background:var(--rd);color:#fff}
.asrfix-btn-outline{background:#fff;color:var(--b);border:2px solid var(--b)}.asrfix-btn-outline:hover{background:var(--b);color:#fff}
.asrfix-btn-full{width:100%;text-align:center;margin-top:.5rem}

/* HERO */
.asrfix-hero{display:grid;grid-template-columns:55% 45%;min-height:100vh;padding-top:70px;background:#fff}
.asrfix-hero-content{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem 4rem 5rem;position:relative}
.asrfix-hero-content::after{content:'';position:absolute;right:0;top:10%;bottom:10%;width:3px;background:linear-gradient(to bottom,var(--b),var(--r));border-radius:2px}
.asrfix-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem}
.asrfix-eyebrow-line{width:28px;height:2px;background:var(--r);flex-shrink:0}
.asrfix-eyebrow span:last-child{font-size:12px;font-weight:600;color:var(--r);letter-spacing:.15em;text-transform:uppercase}
.asrfix-page h1{font-family:var(--fh);font-size:clamp(2.6rem,4vw,3.8rem);font-weight:900;line-height:1.1;color:var(--bd);margin-bottom:.5rem}
.asrfix-accent{color:var(--r);font-style:italic;display:block}
.asrfix-hero-sub{font-size:16px;color:var(--mu);max-width:420px;margin:1.25rem 0 2.5rem;line-height:1.8}
.asrfix-hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}
.asrfix-trust{display:flex;gap:2rem;padding-top:2rem;border-top:1px solid var(--gray);flex-wrap:wrap}
.asrfix-trust-n{display:block;font-family:var(--fh);font-size:26px;font-weight:700;color:var(--b)}
.asrfix-trust-item span{display:block;font-size:11px;color:var(--mu);letter-spacing:.05em;margin-top:2px}
.asrfix-hero-photo{position:relative;overflow:hidden;background:var(--bp)}
.asrfix-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.asrfix-hero-badge{position:absolute;bottom:2rem;left:2rem;background:#fff;border-left:4px solid var(--r);padding:1rem 1.25rem;box-shadow:0 4px 24px rgba(0,0,0,.13)}
.asrfix-hero-badge strong{display:block;font-family:var(--fh);font-size:15px;font-weight:700;color:var(--bd)}
.asrfix-hero-badge span{display:block;font-size:11px;color:var(--mu);margin-top:2px}

/* SERVICES */
.asrfix-services{background:var(--off)}
.asrfix-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}
.asrfix-card{background:#fff;border:1px solid var(--br);padding:2.5rem;position:relative;overflow:hidden;transition:box-shadow .2s,transform .2s;border-radius:2px}
.asrfix-card:hover{box-shadow:0 8px 32px rgba(26,58,143,.1);transform:translateY(-2px)}
.asrfix-card-blue{border-top:4px solid var(--b)}
.asrfix-card-red{border-top:4px solid var(--r)}
.asrfix-card-n{position:absolute;top:1rem;right:1.5rem;font-family:var(--fh);font-size:72px;font-weight:900;color:rgba(26,58,143,.04);line-height:1;pointer-events:none}
.asrfix-card-red .asrfix-card-n{color:rgba(192,24,30,.04)}
.asrfix-card-icon{width:48px;height:48px;border-radius:8px;background:var(--bp);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:1.25rem}
.asrfix-card-red .asrfix-card-icon{background:var(--rp)}
.asrfix-card h3{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:var(--bd);margin-bottom:.75rem}
.asrfix-card-red h3{color:var(--rd)}
.asrfix-card>p{color:var(--mu);font-size:14px;margin-bottom:1.5rem;line-height:1.75}
.asrfix-card ul li{font-size:13px;color:var(--ch);padding:7px 0 7px 18px;position:relative;border-bottom:1px solid var(--off)}
.asrfix-card ul li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:var(--b)}
.asrfix-card-red ul li::before{background:var(--r)}
.asrfix-card ul{margin-bottom:1.75rem}
.asrfix-card-cta{font-size:13px;font-weight:600;border-bottom:1px solid;padding-bottom:2px;transition:opacity .2s}
.asrfix-blue-link{color:var(--b);border-color:var(--b)}
.asrfix-red-link{color:var(--r);border-color:var(--r)}

/* HOW IT WORKS */
.asrfix-how{background:#fff}
.asrfix-steps{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--br);margin-top:2rem}
.asrfix-step{padding:2.25rem 1.75rem;border-right:1px solid var(--br);position:relative}
.asrfix-step:last-child{border-right:none}
.asrfix-step-bar{position:absolute;top:0;left:0;right:0;height:3px}
.asrfix-step-blue{background:var(--b)}
.asrfix-step-red{background:var(--r)}
.asrfix-step-n{font-family:var(--fh);font-size:42px;font-weight:900;line-height:1;margin-bottom:1rem}
.asrfix-step:nth-child(odd) .asrfix-step-n{color:var(--b)}
.asrfix-step:nth-child(even) .asrfix-step-n{color:var(--r)}
.asrfix-step h4{font-size:14px;font-weight:600;color:var(--ch);margin-bottom:.5rem}
.asrfix-step p{font-size:13px;color:var(--mu);line-height:1.7}

/* ABOUT */
.asrfix-about{background:var(--bd);padding:5rem}
.asrfix-about-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.asrfix-about-photo{position:relative}
.asrfix-about-photo img{width:100%;border-radius:6px;object-fit:cover;aspect-ratio:4/5;border:4px solid rgba(255,255,255,.1)}
.asrfix-about-badge{position:absolute;bottom:-1rem;right:-1rem;background:var(--r);padding:1.25rem 1.5rem;border-radius:4px;text-align:center;max-width:190px}
.asrfix-about-badge strong{display:block;font-family:var(--fh);font-size:15px;color:#fff;margin-bottom:3px}
.asrfix-about-badge span{font-size:11px;color:rgba(255,255,255,.75);display:block}
.asrfix-about-desc{font-size:15px;color:rgba(255,255,255,.75);line-height:1.85;margin-bottom:1.5rem}
.asrfix-tags{display:flex;flex-wrap:wrap;gap:8px;margin:1.5rem 0 2rem}
.asrfix-tag{background:rgba(255,255,255,.1);color:#fff;font-size:12px;font-weight:500;padding:5px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.2)}
.asrfix-cred-link{color:#fff;font-size:13px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:2px}

/* GALLERY */
.asrfix-gallery{background:var(--off)}
.asrfix-filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin:2rem 0}
.asrfix-filter{padding:8px 20px;border-radius:20px;border:2px solid var(--br);background:#fff;color:var(--ch);font-family:var(--fb);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}
.asrfix-filter:hover,.asrfix-filter-active{background:var(--b);border-color:var(--b);color:#fff}
.asrfix-filter[data-cat="Notary"].asrfix-filter-active{background:var(--r);border-color:var(--r)}
.asrfix-filter[data-cat="Counseling"].asrfix-filter-active{background:#2A52C9;border-color:#2A52C9}
.asrfix-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.875rem}
.asrfix-gitem{position:relative;overflow:hidden;border-radius:4px;aspect-ratio:3/4;transition:opacity .3s,transform .3s}
.asrfix-gitem.asrfix-dim{opacity:.12;transform:scale(.97);pointer-events:none}
.asrfix-gitem[data-cat="Officiant"]{border-top:3px solid var(--b)}
.asrfix-gitem[data-cat="Notary"]{border-top:3px solid var(--r)}
.asrfix-gitem[data-cat="Counseling"]{border-top:3px solid #2A52C9}
.asrfix-gitem img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .4s}
.asrfix-gitem:hover img{transform:scale(1.05)}
.asrfix-goverlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(16,36,104,.92) 0%,transparent 100%);padding:2rem .875rem .875rem;transform:translateY(100%);transition:transform .3s;display:flex;flex-direction:column;gap:3px}
.asrfix-gitem:hover .asrfix-goverlay{transform:translateY(0)}
.asrfix-gcat{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.6)}
.asrfix-glabel{font-size:12px;font-weight:600;color:#fff}

/* REVIEWS */
.asrfix-reviews{background:#fff}
.asrfix-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}
.asrfix-review{background:var(--off);border:1px solid var(--br);border-radius:4px;padding:2rem;position:relative}
.asrfix-review-blue{border-top:3px solid var(--b)}
.asrfix-review-red{border-top:3px solid var(--r)}
.asrfix-stars{color:var(--r);font-size:14px;letter-spacing:2px;margin-bottom:1rem}
.asrfix-review-text{font-size:14px;color:var(--ch);line-height:1.75;margin-bottom:1.5rem;font-style:italic}
.asrfix-reviewer{display:flex;align-items:center;gap:10px}
.asrfix-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}
.asrfix-avatar-blue{background:var(--b)}
.asrfix-avatar-red{background:var(--r)}
.asrfix-google-note{text-align:center;margin-top:2rem;padding:1.25rem 2rem;background:var(--off);border:1px solid var(--br);border-radius:4px;font-size:13px;color:var(--mu)}
.asrfix-google-note strong{color:var(--b)}

/* FAQ */
.asrfix-faq{background:var(--off)}
.asrfix-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}
.asrfix-faq-head{font-family:var(--fh);font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem}
.asrfix-faq-blue{color:var(--b);border-bottom:2px solid var(--b)}
.asrfix-faq-red{color:var(--r);border-bottom:2px solid var(--r)}
.asrfix-faq-item{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--gray)}
.asrfix-faq-item:last-child{border-bottom:none}
.asrfix-faq-q{font-size:14px;font-weight:600;color:var(--ch);margin-bottom:5px}
.asrfix-faq-a{font-size:13px;color:var(--mu);line-height:1.75}

/* BUNDLE */
.asrfix-bundle{display:grid;grid-template-columns:1fr 1fr}
.asrfix-bundle-content{padding:5rem;display:flex;flex-direction:column;justify-content:center;background:var(--off)}
.asrfix-bundle-list li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid var(--gray);font-size:14px;color:var(--ch)}
.asrfix-bundle-list{margin-bottom:2.5rem}
.asrfix-bundle-btns{display:flex;gap:1rem;flex-wrap:wrap}
.asrfix-bundle-photo{overflow:hidden;min-height:500px}
.asrfix-bundle-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}

/* BOOKING */
.asrfix-booking{background:#fff}
.asrfix-booking-inner{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:start}
.asrfix-booking-info h3{font-family:var(--fh);font-size:1.5rem;font-weight:700;color:var(--bd);margin-bottom:.75rem}
.asrfix-booking-info>p{font-size:14px;color:var(--mu);line-height:1.8;margin-bottom:2rem}
.asrfix-contact{display:flex;align-items:center;gap:14px;padding:1rem 0;border-bottom:1px solid var(--gray)}
.asrfix-ci{width:38px;height:38px;border-radius:6px;background:var(--bp);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.asrfix-contact small{display:block;font-size:11px;color:var(--mu);text-transform:uppercase;letter-spacing:.07em}
.asrfix-contact strong{display:block;font-size:14px;color:var(--bd)}
.asrfix-contact a{color:inherit}
.asrfix-referral{background:var(--rp);border-left:4px solid var(--r);padding:1.5rem;margin-top:1.5rem}
.asrfix-referral strong{display:block;font-size:14px;color:var(--rd);margin-bottom:.4rem}
.asrfix-referral p{font-size:13px;color:var(--mu);line-height:1.7;margin-bottom:.75rem}
.asrfix-referral a{color:var(--r);font-size:13px;font-weight:600;border-bottom:1px solid var(--r)}
.asrfix-form-wrap{background:var(--off);border:1px solid var(--br);border-top:4px solid var(--b);padding:2.5rem}
.asrfix-cal-note{background:var(--bp);border-left:3px solid var(--b);padding:.875rem 1rem;margin-bottom:1.5rem;font-size:13px;color:var(--bd);line-height:1.6}
.asrfix-cal-note a{color:var(--b);font-weight:600}
.asrfix-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.asrfix-fg{margin-bottom:1.25rem}
.asrfix-fg label{display:block;font-size:11px;font-weight:600;color:var(--bd);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}
.asrfix-fg input,.asrfix-fg select,.asrfix-fg textarea{width:100%;padding:11px 14px;border:1px solid var(--br);border-radius:4px;font-family:var(--fb);font-size:14px;color:var(--ch);background:#fff;transition:border-color .2s,box-shadow .2s;outline:none}
.asrfix-fg input:focus,.asrfix-fg select:focus,.asrfix-fg textarea:focus{border-color:var(--b);box-shadow:0 0 0 3px rgba(26,58,143,.1)}
.asrfix-fg textarea{resize:vertical;min-height:90px}
.asrfix-form-note{font-size:12px;color:var(--mu);text-align:center;margin-top:.75rem}
.asrfix-msg{padding:1rem 1.25rem;border-radius:4px;margin-top:1rem;font-size:14px;font-weight:500}
.asrfix-msg-ok{background:#d4edda;color:#155724}
.asrfix-msg-err{background:var(--rp);color:var(--rd)}

/* ECOSYSTEM */
.asrfix-ecosystem{background:var(--bd);padding:3rem 5rem;text-align:center}
.asrfix-eco-label{font-size:11px;font-weight:600;color:rgba(255,255,255,.4);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.5rem}
.asrfix-eco-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}
.asrfix-eco-links a{color:rgba(255,255,255,.65);font-size:13px;font-weight:500;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:2px;transition:color .2s}
.asrfix-eco-links a:hover{color:#fff;border-color:#fff}

/* FOOTER */
.asrfix-footer{background:#0a1830;padding:4rem 5rem 2rem}
.asrfix-footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}
.asrfix-footer-brand img{height:44px;width:auto;filter:brightness(0) invert(1);margin-bottom:.75rem}
.asrfix-footer-tag{font-size:13px;color:rgba(255,255,255,.4);font-style:italic;margin-bottom:.75rem}
.asrfix-footer-desc{font-size:13px;color:rgba(255,255,255,.55);line-height:1.8;max-width:260px}
.asrfix-footer-col h5{font-size:11px;font-weight:600;color:#fff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.25rem}
.asrfix-footer-col ul li{margin-bottom:10px}
.asrfix-footer-col ul li a,.asrfix-footer-col ul li{font-size:13px;color:rgba(255,255,255,.55)}
.asrfix-footer-col ul li a:hover{color:#fff}
.asrfix-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.75rem;font-size:12px;color:rgba(255,255,255,.35)}
.asrfix-footer-bottom a{color:rgba(255,255,255,.4)}
.asrfix-footer-bottom a:hover{color:#fff}

/* RESPONSIVE */
@media(max-width:960px){
  .asrfix-nav-links{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 2rem;box-shadow:0 4px 12px rgba(0,0,0,.1);gap:.5rem;border-top:1px solid var(--br)}
  .asrfix-nav-links.asrfix-nav-open{display:flex}
  .asrfix-nav-toggle{display:block}
  .asrfix-nav{padding:0 1.5rem}
  .asrfix-hero{grid-template-columns:1fr!important;min-height:auto}
  .asrfix-hero-content{padding:4rem 1.5rem 3rem!important}
  .asrfix-hero-content::after{display:none}
  .asrfix-hero-photo{min-height:50vw}
  .asrfix-section,.asrfix-about,.asrfix-ecosystem,.asrfix-bundle-content{padding:3rem 1.5rem!important}
  .asrfix-cards,.asrfix-about-inner,.asrfix-faq-grid,.asrfix-reviews-grid,.asrfix-bundle,.asrfix-booking-inner,.asrfix-footer-inner{grid-template-columns:1fr!important}
  .asrfix-steps{grid-template-columns:1fr 1fr!important}
  .asrfix-step{border-right:none!important;border-bottom:1px solid var(--br)}
  .asrfix-about-badge{position:static;margin-top:1rem;max-width:100%}
  .asrfix-bundle-photo{min-height:300px}
  .asrfix-gallery-grid{grid-template-columns:repeat(2,1fr)!important}
  .asrfix-form-row{grid-template-columns:1fr!important}
  .asrfix-eco-links{gap:1rem}
  .asrfix-footer{padding:3rem 1.5rem 2rem}
}
@media(max-width:500px){
  .asrfix-steps,.asrfix-gallery-grid{grid-template-columns:1fr!important}
  .asrfix-gitem{aspect-ratio:4/3}
  .asrfix-hero-btns,.asrfix-trust{flex-wrap:wrap}
  .asrfix-reviews-grid{grid-template-columns:1fr!important}
}
