/* SGN FINAL NEATNESS LAYER — visual polish only. Existing content, links and JS stay intact. */
:root{
  --sgn-ink:#0b2d40;
  --sgn-navy:#082f43;
  --sgn-navy-2:#0b4458;
  --sgn-teal:#0b8f87;
  --sgn-teal-2:#14b3a7;
  --sgn-gold:#d2a03b;
  --sgn-gold-2:#efc86c;
  --sgn-muted:#6f8490;
  --sgn-line:#dce7eb;
  --sgn-soft:#f5f9fa;
  --sgn-card:#fff;
  --sgn-shadow:0 14px 34px rgba(12,50,67,.075);
  --sgn-shadow-soft:0 8px 22px rgba(12,50,67,.055);
}
html{scroll-behavior:smooth;scroll-padding-top:82px}
body{
  overflow-x:hidden;
  background:#f7fafb;
  color:var(--sgn-ink);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto}
.wrap,.reg-wrap,.status-wrap,.fb-wrap,.g-wrap,.dash-wrap{width:min(1160px,calc(100% - 32px));margin-left:auto;margin-right:auto}

/* Header / menu — compact and clean */
.site-header,
.reg-page .site-header,.status-page .site-header,.feedback-page .site-header,.gallery-page .site-header,
.login-page .site-header,.forgot-page .site-header,.dashboard-page .site-header{
  position:sticky;top:0;z-index:150;
  background:rgba(255,255,255,.965)!important;
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(213,226,231,.92)!important;
  box-shadow:0 7px 24px rgba(20,55,70,.045);
}
.nav-shell{min-height:76px!important;display:flex;align-items:center;gap:16px!important;padding:8px 0}
.brand{min-width:0;display:flex;align-items:center;gap:10px!important;text-decoration:none}
.brand-logo{width:56px!important;height:56px!important;object-fit:contain!important;flex:0 0 auto;filter:drop-shadow(0 5px 12px rgba(8,48,64,.10))}
.brand-copy{min-width:0}
.brand-name{font-size:21px!important;line-height:1!important;letter-spacing:-.018em;white-space:nowrap}
.brand-tag{gap:4px!important;margin-top:6px!important;flex-wrap:nowrap!important}
.brand-tag span{font-size:7px!important;padding:4px 7px!important;line-height:1.1;border-radius:999px!important}
.desktop-nav{margin-left:auto;gap:2px!important;align-items:center}
.desktop-nav a{font-size:10px!important;padding:9px 10px!important;border-radius:10px!important;white-space:nowrap;transition:.18s ease}
.desktop-nav a:hover,.desktop-nav a.active{background:#edf6f6!important;color:#0a665f!important}
.nav-actions{gap:7px!important;align-items:center}
.nav-cta,.wa-pill{min-height:39px!important;border-radius:11px!important;padding:9px 13px!important;font-size:9px!important;box-shadow:none!important}
.wa-pill img{width:20px!important;height:20px!important}
.nav-cta{background:linear-gradient(135deg,#0a5f6c,#0b9a91)!important;box-shadow:0 8px 18px rgba(11,145,136,.15)!important}
.nav-cta:hover,.btn:hover,.plan-choose:hover,.status-check-btn:hover,.gallery-btn:hover{transform:translateY(-1px);filter:brightness(1.015)}

/* Shared spacing and card language */
.section{padding:54px 0!important}
.section-head{max-width:720px!important;margin-bottom:22px!important}
.section-head h2,.premium-message-copy h2,.platform-copy h2,.faq-intro h2{font-size:34px!important;line-height:1.08!important;margin:8px 0 9px!important}
.section-head p,.platform-copy>p,.faq-intro>p{font-size:10px!important;line-height:1.72!important}
.section-kicker,.hero-eyebrow,.reg-kicker,.status-kicker,.fb-kicker,.g-kicker,.login-kicker,.forgot-head .kicker{
  letter-spacing:.085em!important;
}
.trust-showcase,.premium-message-grid,.feature-panel,.feedback-home-card,.faq-list details,
.reg-card,.status-card,.fb-card,.g-shell,.dash-card,.profile-card,.support-banner,
.login-shell,.forgot-shell{
  border-color:var(--sgn-line)!important;
  box-shadow:var(--sgn-shadow)!important;
}

/* Photo realism treatment: preserve original images, reduce synthetic over-saturation, crop naturally */
.visual-card img,.premium-message-visual img,.assignment-showcase>img,.story-visual-card img,.feedback-home-card img,
.reg-hero-visual img,.owner-message figure img,.support-strip>img,.status-hero-img img,
.fb-hero img,.gallery-media img,.fb-message img,.g-hero-visual img,.dash-hero img,.support-image img{
  filter:saturate(.90) contrast(.985) brightness(.995);
  image-rendering:auto;
  object-position:center center;
}
.visual-card,.assignment-showcase,.story-visual-card,.reg-hero-visual,.status-hero-img,.g-hero-visual,.premium-message-visual,.gallery-media,.support-image{position:relative}
.visual-card:after,.assignment-showcase:after,.story-visual-card:after,.reg-hero-visual:after,.status-hero-img:after,.g-hero-visual:after{
  content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;
  background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(5,31,43,.025));
}

/* Home hero */
.hero-section{padding:38px 0 26px!important;background:radial-gradient(circle at 9% 12%,rgba(15,155,145,.08),transparent 27%),radial-gradient(circle at 92% 8%,rgba(210,160,59,.07),transparent 24%),linear-gradient(180deg,#fbfdfe,#f5fafb)!important}
.hero-grid{grid-template-columns:.93fr 1.07fr!important;gap:28px!important}
.hero-title{font-size:50px!important;line-height:1.01!important;margin:15px 0 13px!important}
.hero-text{font-size:12px!important;line-height:1.74!important}
.hero-actions{margin:18px 0!important;gap:9px!important}
.btn{padding:11px 17px!important;border-radius:11px!important;font-size:10px!important}
.hero-trust{gap:8px!important}
.hero-trust>div,.hero-visual-points>div{padding:11px!important;border:1px solid #e1ebee;border-radius:13px!important;box-shadow:var(--sgn-shadow-soft)!important}
.trust-icon{font-size:20px!important}.hero-trust b{font-size:10px!important}.hero-trust small{font-size:7px!important}
.visual-card img{aspect-ratio:1.37/1!important;max-height:430px!important;border-radius:20px!important;box-shadow:0 18px 42px rgba(12,50,67,.12)!important}
.hero-visual{gap:8px!important}.hero-visual-points{gap:8px!important}
.trust-showcase{margin-top:16px!important;border-radius:20px!important;overflow:hidden}
.trust-main{padding:20px!important;gap:14px!important}.journey-title{font-size:31px!important}.trust-main p{font-size:10px!important}
.rating-style-card{padding:19px!important;border-radius:16px!important}
.premium-stats article{padding:16px 10px!important;min-height:106px!important}.stat-ico{width:38px!important;height:38px!important;border-radius:12px!important}

/* Home visual info blocks */
.premium-message-grid{border-radius:20px!important}
.premium-message-visual{min-height:400px!important}.premium-message-badge{top:16px!important;left:16px!important;padding:9px 12px!important;border-radius:10px!important;font-size:8px!important}
.premium-message-copy{padding:26px!important}.salary-title{font-size:36px!important}.premium-message-copy>p{font-size:10px!important}
.salary-policy-list{gap:8px!important;margin-top:14px!important}.salary-policy-list article{padding:11px 12px!important;border-radius:11px!important}.salary-policy-list b{font-size:10px!important}.salary-policy-list small{font-size:7.5px!important}
.assignment-showcase{max-width:900px!important;margin-bottom:14px!important}.assignment-showcase>img{max-height:390px!important;border-radius:18px!important;box-shadow:var(--sgn-shadow)!important}
.assignment-showcase-caption{left:14px!important;right:14px!important;bottom:14px!important;padding:10px 12px!important;border:1px solid rgba(224,233,236,.9);border-radius:12px!important;backdrop-filter:blur(10px)}
.assignment-format-grid{gap:8px!important;margin:14px 0 16px!important}.assignment-format-grid article{padding:12px!important;border:1px solid #e2ebee;border-radius:13px!important;box-shadow:var(--sgn-shadow-soft)!important}.assignment-format-grid span{font-size:19px!important}

/* Packages — Alahmar-inspired neatness, SGN branding retained */
.alahmar-plan-grid{gap:12px!important;align-items:stretch}
.alahmar-plan-card{
  --plan-accent:#0b9286;
  --plan-soft:#eaf8f5;
  min-width:0;height:100%;
  border:1px solid #dde8eb!important;border-top:3px solid var(--plan-accent)!important;
  border-radius:17px!important;overflow:hidden!important;background:#fff!important;
  box-shadow:0 10px 26px rgba(12,50,67,.065)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
.alahmar-plan-card:hover{transform:translateY(-3px)!important;box-shadow:0 16px 34px rgba(12,50,67,.10)!important}
.alahmar-plan-card.basic{--plan-accent:#0b9a74;--plan-soft:#e9f8f2}
.alahmar-plan-card.standard{--plan-accent:#187fbd;--plan-soft:#edf6fd}
.alahmar-plan-card.premium{--plan-accent:#c89222;--plan-soft:#fff8e8}
.alahmar-plan-card.elite{--plan-accent:#7455b6;--plan-soft:#f4effd}
.alahmar-plan-card.featured{outline:none!important;border-color:#dec37f!important;box-shadow:0 14px 34px rgba(170,119,22,.12)!important}
.plan-art{
  position:absolute!important;right:14px!important;top:14px!important;z-index:3;
  width:54px!important;height:54px!important;border-radius:14px!important;
  background:var(--plan-soft)!important;border:1px solid color-mix(in srgb,var(--plan-accent) 24%,#fff)!important;
  box-shadow:0 8px 18px color-mix(in srgb,var(--plan-accent) 12%,transparent)!important;
}
.plan-art img{width:39px!important;height:39px!important}
.plan-body{padding:16px!important;display:flex;flex-direction:column;height:100%}
.plan-overline{font-size:7px!important;color:var(--plan-accent)!important;max-width:calc(100% - 62px)}
.plan-body h3{font-size:22px!important;margin:3px 0 12px!important;max-width:calc(100% - 62px)}
.plan-price{padding:12px!important;border-radius:12px!important;background:linear-gradient(135deg,var(--plan-soft),#fff)!important;border:1px solid color-mix(in srgb,var(--plan-accent) 18%,#e8eef0)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 7px 18px color-mix(in srgb,var(--plan-accent) 7%,transparent)!important}
.plan-price strong{font-size:21px!important;color:var(--plan-accent)!important;letter-spacing:-.02em}.plan-price small{font-size:7.2px!important}
.plan-body ul{margin:11px 0!important;flex:1}.plan-body li{font-size:8.2px!important;line-height:1.45!important;padding:4px 0 4px 15px!important}.plan-body li:before{color:var(--plan-accent)!important}
.earning-box{padding:11px!important;border-radius:12px!important;background:linear-gradient(135deg,#fffaf0,#fff)!important;border:1px solid #efdfb6!important;box-shadow:0 6px 16px rgba(177,125,25,.06)!important}.earning-box b{font-size:20px!important;color:#916315!important}.earning-box span,.earning-box small{font-size:7.2px!important}
.plan-choose{margin-top:10px!important;padding:10px 12px!important;border-radius:10px!important;background:linear-gradient(135deg,var(--plan-accent),color-mix(in srgb,var(--plan-accent) 72%,#062d41))!important;font-size:8.5px!important;box-shadow:0 8px 17px color-mix(in srgb,var(--plan-accent) 14%,transparent)!important}
.popular-ribbon{right:74px!important;top:0!important;border-radius:0 0 9px 9px!important;padding:5px 8px!important;font-size:6.5px!important;background:#c89222!important}
.package-afterline{margin-top:14px!important;padding:10px 12px!important;border:1px solid #dceaea!important;border-radius:12px!important;background:#f1f8f8!important}.package-afterline p{font-size:8.5px!important}

/* About / process / FAQ */
.platform-grid{gap:18px!important}.check-list{gap:7px!important}.check-list>div{padding:10px!important;border:1px solid #e2eaed;border-radius:11px!important}.feature-panel{border-radius:18px!important;padding:17px!important}.feature-stack{gap:8px!important}.feature-stack article{padding:10px!important;border-radius:11px!important}
.story-visual-card img{max-height:470px!important;border-radius:18px!important}
.why-grid,.process-grid{gap:9px!important}.why-grid article,.process-grid article{padding:14px!important;border-radius:14px!important}
.faq-layout{gap:18px!important}.faq-list{gap:7px!important}.faq-list details{border:1px solid #e3ebee;border-radius:12px!important}.faq-list summary{padding:12px 13px!important}.faq-list p{padding:0 13px 12px!important}
.final-cta-inner{padding:26px 0!important}.final-cta h2{font-size:27px!important}

/* Registration */
.reg-hero{padding:36px 0 22px!important}.reg-hero-grid{gap:26px!important}.reg-title{font-size:58px!important;line-height:.99!important}.reg-lead{font-size:13px!important;line-height:1.7!important}.reg-hero-chips{gap:7px!important;margin-top:16px!important}.reg-hero-chips span{padding:8px 10px!important;border-radius:10px!important;font-size:9px!important;box-shadow:var(--sgn-shadow-soft)!important}
.reg-hero-visual img{border-radius:19px!important;box-shadow:0 18px 42px rgba(12,50,67,.12)!important}.reg-hero-note{left:13px!important;right:13px!important;bottom:13px!important;padding:10px 12px!important;border-radius:12px!important}
.reg-section{padding:18px 0!important}.reg-card{border-radius:18px!important}
.section-cap{gap:11px!important;margin-bottom:13px!important}.step-num{flex-basis:42px!important;height:42px!important;border-radius:12px!important;font-size:15px!important}.section-cap h2{font-size:27px!important}.section-cap p{font-size:11px!important}.cap-kicker{font-size:8.5px!important}
.package-shell,.payment-shell{padding:17px!important}.package-grid{gap:10px!important}
.package-choice{--reg-accent:#0b9286;--reg-soft:#eef8f7;border-radius:15px!important;padding:14px!important;border-top:3px solid var(--reg-accent)!important;box-shadow:0 7px 20px rgba(12,50,67,.045)!important}
.package-choice[data-package="1"]{--reg-accent:#0b9a74;--reg-soft:#e9f8f2}.package-choice[data-package="2"]{--reg-accent:#187fbd;--reg-soft:#edf6fd}.package-choice[data-package="3"]{--reg-accent:#c89222;--reg-soft:#fff8e8}.package-choice[data-package="4"]{--reg-accent:#7455b6;--reg-soft:#f4effd}
.package-choice:hover{box-shadow:0 12px 26px rgba(12,50,67,.08)!important}.package-choice.active{border:2px solid var(--reg-accent)!important;border-top-width:3px!important;background:linear-gradient(150deg,var(--reg-soft),#fff)!important;box-shadow:0 12px 28px color-mix(in srgb,var(--reg-accent) 11%,transparent)!important}
.pkg-icon{width:43px!important;height:43px!important;border-radius:12px!important;background:var(--reg-soft)!important}.pkg-icon img{width:34px!important;height:34px!important}.package-choice h3{font-size:20px!important;margin:9px 0 2px!important}.package-choice .money{font-size:22px!important;color:var(--reg-accent)!important}.package-choice .fee-label,.package-choice .sal-label{font-size:8px!important}.popular-tag{padding:4px 7px!important;font-size:7px!important;background:#c89222!important}
.selected-strip{margin-top:11px!important;padding:12px!important;border-radius:13px!important;gap:6px!important}.selected-strip>div{padding:6px 10px!important}.selected-strip strong{font-size:18px!important}.selected-strip small,.selected-strip span{font-size:8px!important}
.pay-grid{gap:10px!important}.pay-card{border-radius:15px!important;padding:14px!important;box-shadow:var(--sgn-shadow-soft)!important}.pay-logo{height:52px!important}.pay-logo img{max-height:40px!important}.pay-card h3{font-size:17px!important;margin:4px 0 10px!important}.account-number b{font-size:20px!important}
.form-main,.form-side{min-width:0}.form-card,.review-card,.instructions-card{border-radius:17px!important}.form-card input,.form-card select,.form-card textarea,.status-input,.email-field input,.email-readonly{border-radius:11px!important}
.owner-message{border-radius:18px!important}.owner-copy{padding:24px!important}.owner-copy h2{font-size:29px!important}.owner-copy p{font-size:12px!important}.support-strip{border-radius:18px!important;overflow:hidden}
.reg-faqs details{border-radius:11px!important}

/* Registration status */
.status-hero{padding:34px 0 22px!important}.status-hero-grid{gap:26px!important}.status-title{font-size:58px!important;line-height:.99!important}.status-lead{font-size:12px!important}.status-badges{gap:7px!important;margin-top:15px!important}.status-badges span{padding:8px 10px!important;border-radius:10px!important;font-size:8px!important}.status-hero-img img{border-radius:19px!important;box-shadow:0 18px 42px rgba(12,50,67,.12)!important}.status-hero-note{right:12px!important;bottom:12px!important;border-radius:12px!important;padding:10px 12px!important}.status-section{padding:18px 0!important}.status-card{border-radius:18px!important}.lookup-card,.process-card{padding:21px!important}.status-head{margin-bottom:18px!important}.status-head h2{font-size:31px!important}.lookup-form{gap:9px!important}.status-input,.status-check-btn{min-height:48px!important}.process-grid-status{gap:9px!important}.process-step{padding:16px 12px!important;border-radius:14px!important}.status-types{gap:9px!important}.status-type{padding:15px!important;border-radius:14px!important}.help-card{border-radius:18px!important}

/* Login + Forgot */
.login-main,.forgot-main{padding:38px 0 28px!important}.login-brand{margin-bottom:18px!important}.login-brand img{width:82px!important;height:82px!important}.login-brand h1{font-size:39px!important}.login-shell,.forgot-shell{max-width:720px!important;border-radius:21px!important;padding:27px!important;box-shadow:0 24px 66px rgba(0,0,0,.24)!important}.login-head,.forgot-head{margin-bottom:20px!important}.login-head h2,.forgot-head h1{font-size:39px!important}.login-head p,.forgot-head p{font-size:11px!important}.login-input input,.field-wrap input{height:50px!important;border-radius:11px!important}.login-submit,.reset-btn{height:50px!important;border-radius:11px!important}.register-btn{height:46px!important;border-radius:11px!important}.login-support{gap:8px!important}.login-support article{padding:12px 10px!important;border-radius:13px!important}.reset-steps{gap:6px!important;margin:17px 0!important}.reset-step{padding:10px 6px!important;border-radius:11px!important}

/* Dashboard */
.dash-hero img{height:390px!important;object-position:center 46%!important}.dash-hero-copy{bottom:18px!important;padding:14px 16px!important;border-radius:15px!important;max-width:610px!important}.dash-hero h1{font-size:48px!important}.dash-hero p{font-size:10px!important}.dash-kicker{font-size:8px!important;padding:7px 10px!important}.profile-card{border-radius:18px!important;margin:15px auto 16px!important;padding:15px!important}.avatar-wrap,.avatar,.avatar-placeholder{width:82px!important;height:82px!important}.profile-copy h2{font-size:26px!important}.profile-quote{border-radius:13px!important}.dash-grid{gap:12px!important}.dash-card{border-radius:17px!important}.card-head{padding:12px 14px!important}.card-head h3{font-size:18px!important}.card-body{padding:15px!important}.package-main,.salary-card{border-radius:13px!important}.package-main strong{font-size:24px!important}.fee-paid{border-radius:11px!important;padding:12px!important}.salary-card strong{font-size:29px!important}.info-grid{gap:9px!important}.info-card{padding:14px!important;border-radius:14px!important}.support-banner{border-radius:17px!important}.support-copy{padding:18px!important}.support-copy h2{font-size:25px!important}.support-image{min-height:250px!important}.dash-actions{gap:9px!important}.dash-action{border-radius:13px!important;padding:13px!important}

/* Feedback + gallery */
.fb-hero,.g-hero{padding:36px 0 22px!important}.fb-hero-grid,.g-hero-grid{gap:26px!important}.fb-title,.g-title{font-size:58px!important;line-height:.99!important}.fb-lead,.g-lead{font-size:12px!important;line-height:1.7!important}.fb-hero img,.g-hero-visual img{border-radius:19px!important;box-shadow:0 18px 42px rgba(12,50,67,.12)!important}.fb-section{padding:18px 0!important}.fb-card,.g-shell{border-radius:18px!important}.fb-stats{padding:8px!important}.fb-stat{padding:15px!important}.fb-stat strong{font-size:22px!important}.gallery-copy,.fb-message-copy{padding:25px!important}.gallery-copy h2,.fb-message-copy h2{font-size:31px!important}.gallery-media{min-height:290px!important}.proof-strip{gap:9px!important}.proof-strip article,.g-info article{padding:14px!important;border-radius:14px!important}.g-shell{margin:18px auto 22px!important;padding:14px!important}.g-toolbar h2{font-size:25px!important}.g-main-image{border-radius:15px!important;min-height:290px!important}.g-thumbs{gap:7px!important}.g-thumb{border-radius:10px!important}.g-info{gap:9px!important}

/* Footer */
.site-footer{margin-top:22px!important;padding-top:26px!important}
.footer-grid{gap:14px!important}.footer-card{min-width:0}.footer-card h4{font-size:11px!important}.footer-card a,.footer-card button,.footer-card p,.footer-brand p{font-size:8px!important;line-height:1.55!important}.footer-bottom{margin-top:14px!important;padding-top:11px!important}.footer-endmark{margin-top:13px!important}.footer-endmark img{width:34px!important;height:34px!important;object-fit:contain!important}

/* Tablet */
@media(max-width:1000px){
  .brand-name{font-size:18px!important}.brand-logo{width:50px!important;height:50px!important}.desktop-nav a{padding:8px 7px!important;font-size:9px!important}
  .alahmar-plan-grid,.package-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hero-title{font-size:44px!important}.reg-title,.status-title,.fb-title,.g-title{font-size:48px!important}
}

/* Mobile — one-column, no overflow, thumb-friendly */
@media(max-width:700px){
  html{scroll-padding-top:69px}
  .wrap,.reg-wrap,.status-wrap,.fb-wrap,.g-wrap,.dash-wrap{width:min(100% - 18px,1160px)!important}
  .nav-shell{min-height:66px!important;padding:7px 0!important;gap:8px!important}
  .brand-logo{width:43px!important;height:43px!important}
  .brand-name{font-size:14px!important}.brand-tag{display:none!important}
  .desktop-nav{display:none!important}.wa-pill{padding:7px!important;min-width:38px!important}.wa-pill span{display:none!important}.nav-cta{min-height:36px!important;padding:8px 10px!important;font-size:8px!important}
  .hero-section{padding:24px 0 16px!important}.hero-grid,.reg-hero-grid,.status-hero-grid,.fb-hero-grid,.g-hero-grid{grid-template-columns:1fr!important;gap:16px!important}
  .hero-copy,.reg-hero-grid>div:first-child,.status-hero-grid>div:first-child,.fb-hero-grid>div:first-child,.g-hero-copy{text-align:center}
  .hero-eyebrow,.reg-kicker,.status-kicker,.fb-kicker,.g-kicker{margin-left:auto;margin-right:auto}
  .hero-title{font-size:38px!important;line-height:1.02!important;margin:12px 0 10px!important}.hero-text{font-size:10.5px!important}.hero-actions{flex-direction:column!important;margin:14px 0!important}.btn{width:100%!important}
  .hero-trust,.hero-visual-points{grid-template-columns:1fr!important}.visual-card img{aspect-ratio:4/3!important;max-height:none!important;border-radius:16px!important}
  .trust-main{grid-template-columns:1fr!important;padding:16px!important}.journey-title{font-size:27px!important}.premium-stats{grid-template-columns:1fr 1fr!important}
  .section{padding:38px 0!important}.section-head h2,.premium-message-copy h2,.platform-copy h2,.faq-intro h2{font-size:27px!important}.section-head p,.platform-copy>p,.faq-intro>p{font-size:9.5px!important}
  .premium-message-grid,.platform-grid,.feedback-home-card,.faq-layout,.owner-message,.support-strip,.gallery-call,.fb-message,.support-banner,.dash-grid{grid-template-columns:1fr!important}
  .premium-message-visual{min-height:260px!important}.premium-message-copy{padding:18px!important}.salary-title{font-size:30px!important}
  .assignment-showcase>img,.story-visual-card img{aspect-ratio:4/3!important;max-height:none!important;border-radius:15px!important}.assignment-showcase-caption{position:static!important;margin-top:8px!important;background:#fff!important}
  .assignment-format-grid,.alahmar-plan-grid,.package-grid,.pay-grid,.why-grid,.process-grid,.process-grid-status,.status-types,.proof-strip,.g-info{grid-template-columns:1fr!important}
  .alahmar-plan-grid{gap:10px!important}.alahmar-plan-card{border-radius:15px!important}.plan-art{width:50px!important;height:50px!important;right:12px!important;top:12px!important}.plan-body{padding:14px!important}.plan-body h3{font-size:21px!important}.plan-price strong{font-size:20px!important}.earning-box b{font-size:19px!important}
  .platform-grid,.faq-layout{gap:12px!important}.why-grid,.process-grid{gap:8px!important}
  .reg-hero,.status-hero,.fb-hero,.g-hero{padding:24px 0 15px!important}.reg-title,.status-title,.fb-title,.g-title{font-size:38px!important;line-height:1.02!important;margin:12px 0 10px!important}.reg-lead,.status-lead,.fb-lead,.g-lead{font-size:10.5px!important}
  .reg-hero-visual img,.status-hero-img img,.fb-hero img,.g-hero-visual img{aspect-ratio:4/3!important;border-radius:15px!important}.reg-hero-note,.status-hero-note{position:static!important;margin-top:8px!important;max-width:none!important}
  .reg-section,.status-section,.fb-section{padding:13px 0!important}.package-shell,.payment-shell,.lookup-card,.process-card{padding:13px!important}.section-cap h2{font-size:24px!important}.section-cap p{font-size:9.5px!important}.selected-strip{grid-template-columns:1fr 1fr!important}.selected-strip>div{border-left:0!important;border-top:1px solid rgba(255,255,255,.13)!important}.selected-strip>div:first-child{grid-column:1/-1;border-top:0!important}
  .pay-card{padding:12px!important}.account-number b{font-size:18px!important}
  .status-head h2{font-size:27px!important}.lookup-form{grid-template-columns:1fr!important}.status-check-btn{width:100%!important}.process-step:not(:last-child):after{display:none!important}.help-card{grid-template-columns:1fr!important}.help-actions{flex-wrap:wrap!important}
  .login-main,.forgot-main{padding:26px 0 20px!important}.login-brand img{width:72px!important;height:72px!important}.login-brand h1{font-size:32px!important}.login-shell,.forgot-shell{padding:19px!important;border-radius:17px!important}.login-head h2,.forgot-head h1{font-size:32px!important}.login-support{grid-template-columns:1fr!important}.reset-steps{grid-template-columns:1fr 1fr!important}.code-row{grid-template-columns:1fr!important}.send-code-btn{height:48px!important;min-width:0!important}
  .dash-hero img{height:330px!important}.dash-hero-copy{left:10px!important;right:10px!important;bottom:10px!important;padding:12px!important;border-radius:13px!important}.dash-hero h1{font-size:30px!important}.dash-hero p{font-size:8.5px!important}.profile-card{grid-template-columns:auto 1fr!important;padding:12px!important}.avatar-wrap,.avatar,.avatar-placeholder{width:68px!important;height:68px!important}.profile-copy h2{font-size:21px!important}.profile-quote{grid-column:1/-1!important;max-width:none!important}.detail-row{grid-template-columns:104px 1fr!important}.card-head h3{font-size:17px!important}.info-grid{grid-template-columns:1fr!important}.support-image{min-height:220px!important}
  .fb-stats{grid-template-columns:1fr 1fr!important}.fb-stat{border-right:0!important;border-bottom:1px solid #e5eef1!important}.fb-stat:nth-last-child(-n+2){border-bottom:0!important}.gallery-media{min-height:230px!important}.g-thumbs{grid-template-columns:repeat(3,1fr)!important}.g-main-image{min-height:230px!important}
  .footer-grid{grid-template-columns:1fr!important;gap:10px!important}.site-footer{padding-bottom:78px!important;margin-bottom:0!important}.footer-card{padding-bottom:4px}
  .bottomnav{position:fixed!important;left:0;right:0;bottom:0;z-index:220!important;display:grid!important;grid-template-columns:repeat(6,1fr)!important;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(16px)!important;border-top:1px solid #dbe6e9!important;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -8px 24px rgba(13,49,65,.07)}
  .bottomnav a{min-width:0;text-align:center!important;text-decoration:none!important;color:#607786!important;font-size:6.7px!important;font-weight:800!important;padding:6px 1px 7px!important;line-height:1.15!important}
  .bottomnav img{display:block!important;width:22px!important;height:22px!important;object-fit:contain!important;margin:0 auto 3px!important}
  .bottomnav a.active{color:#0b7974!important}
}

@media(max-width:390px){
  .brand-name{font-size:13px!important}.nav-cta{padding:7px 8px!important}.hero-title,.reg-title,.status-title,.fb-title,.g-title{font-size:34px!important}.premium-stats{grid-template-columns:1fr!important}.fb-stats{grid-template-columns:1fr!important}.fb-stat{border-bottom:1px solid #e5eef1!important}.fb-stat:last-child{border-bottom:0!important}.selected-strip{grid-template-columns:1fr!important}.selected-strip>div:first-child{grid-column:auto!important}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* --- Final mobile/button/logo alignment polish --- */
.nav-actions{align-items:center!important}
.nav-cta,.wa-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.12!important;
}
.nav-cta{
  min-width:148px!important;
  white-space:normal!important;
  padding:10px 14px!important;
}
@media(max-width:620px){
  .nav-cta{
    min-width:148px!important;
    min-height:42px!important;
    padding:8px 12px!important;
    font-size:9px!important;
  }
}
.pay-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.pay-logo img,
.method-option img{
  background:#ffffff!important;
  border:1px solid #dce8ee!important;
  border-radius:14px!important;
  padding:8px 12px!important;
  box-shadow:0 8px 18px rgba(16,67,90,.06)!important;
}
.pay-logo img{
  max-height:56px!important;
  max-width:170px!important;
}
.method-option img{
  width:60px!important;
  height:36px!important;
}


/* =========================================================
   SGN FINAL USER FIXES v17 — 2026-09-18
   Mobile header centering • wallet logo plates • natural photo finish
   ========================================================= */
.site-header .nav-shell{align-items:center!important}
.site-header .nav-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  align-self:center!important;
  min-height:100%!important;
}
.site-header .nav-cta,
.site-header .wa-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  vertical-align:middle!important;
  line-height:1.15!important;
  padding-top:0!important;
  padding-bottom:0!important;
  min-height:46px!important;
  height:46px!important;
  box-sizing:border-box!important;
}
.site-header .nav-cta{min-width:150px!important;padding-left:15px!important;padding-right:15px!important}
@media(max-width:700px){
  .site-header .nav-shell{min-height:72px!important}
  .site-header .nav-actions{height:100%!important}
  .site-header .nav-cta,
  .site-header .wa-pill{height:46px!important;min-height:46px!important;margin:0!important}
  .site-header .nav-cta{min-width:150px!important;font-size:9px!important;padding:0 12px!important}
}
@media(max-width:390px){
  .site-header .nav-cta{min-width:138px!important;font-size:8.6px!important}
}

/* Payment logos: each black logo sits inside a separate clean white plate. */
.pay-logo{
  width:min(100%,200px)!important;
  min-height:102px!important;
  margin:0 auto 12px!important;
  padding:12px 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #dce8ec!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 9px 24px rgba(17,66,89,.065)!important;
  overflow:hidden!important;
}
.pay-logo img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:172px!important;
  max-height:72px!important;
  object-fit:contain!important;
  background:#fff!important;
  border:0!important;
  border-radius:12px!important;
  padding:0!important;
  box-shadow:none!important;
}
.method-option img{
  width:64px!important;
  height:42px!important;
  object-fit:contain!important;
  background:#fff!important;
  border:1px solid #dce8ec!important;
  border-radius:10px!important;
  padding:5px 7px!important;
  box-shadow:0 5px 12px rgba(17,66,89,.05)!important;
}

/* Natural photography presentation: no glossy/over-AI filter, softer framing. */
.visual-card img,.premium-message-visual img,.assignment-showcase>img,.story-visual-card img,.feedback-home-card img,
.reg-hero-visual img,.owner-message figure img,.support-strip>img,.status-hero-img img,
.fb-hero img,.gallery-media img,.fb-message img,.g-hero-visual img,.dash-hero img,.support-image img{
  filter:saturate(.94) contrast(.985) brightness(1.005)!important;
  image-rendering:auto!important;
  object-position:center center!important;
}
.visual-card:after,.assignment-showcase:after,.story-visual-card:after,.reg-hero-visual:after,.status-hero-img:after,.g-hero-visual:after{
  background:linear-gradient(180deg,rgba(255,255,255,.00),rgba(8,34,45,.018))!important;
}


/* =========================================================
   SGN FINAL PROFESSIONAL UPLOAD POLISH v18
   Compact footer • compact payment cards • readable mobile nav
   • centered header CTAs • supportable social proof wording
   ========================================================= */

/* Keep every top-right CTA optically centered on all pages. */
.site-header .nav-actions{align-self:stretch!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}
.site-header .nav-cta,.site-header .wa-pill{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  text-align:center!important;line-height:1!important;margin:auto 0!important;
}

/* Wallet/payment cards: retain a clean white logo plate but reduce unnecessary height. */
.pay-card{padding:12px!important}
.pay-logo{
  width:min(100%,178px)!important;min-height:76px!important;height:76px!important;
  padding:9px 12px!important;margin:0 auto 8px!important;border-radius:15px!important;
  background:#fff!important;border:1px solid #dce8ec!important;
  box-shadow:0 6px 16px rgba(17,66,89,.045)!important;
}
.pay-logo img{max-width:150px!important;max-height:50px!important;background:#fff!important;border-radius:8px!important}
.pay-card h3{margin:2px 0 9px!important;font-size:17px!important}
.account-line{padding-top:9px!important}.account-title{margin-top:7px!important}
.pay-card-hint{margin-top:8px!important;padding-top:7px!important}
.method-option img{width:58px!important;height:38px!important;padding:4px 6px!important}

/* Desktop footer: cleaner rhythm without changing its information. */
.site-footer{padding-top:20px!important}
.site-footer .footer-grid{gap:10px!important;padding-top:18px!important;padding-bottom:10px!important}
.site-footer .footer-card{padding-top:10px!important;padding-bottom:10px!important}
.site-footer .footer-card h4{margin-top:0!important;margin-bottom:7px!important}
.site-footer .footer-card a,.site-footer .footer-card button,.site-footer .footer-card p{margin-top:3px!important;margin-bottom:3px!important}
.footer-bottom{margin-top:7px!important;padding-top:8px!important}
.footer-endmark{margin-top:8px!important;padding-bottom:10px!important}

@media(max-width:700px){
  /* Header CTA: fixed visual center, not pushed toward top edge. */
  .site-header .nav-shell{min-height:70px!important;padding-top:6px!important;padding-bottom:6px!important}
  .site-header .nav-actions{height:auto!important;align-self:stretch!important}
  .site-header .nav-cta,.site-header .wa-pill{height:42px!important;min-height:42px!important;margin:auto 0!important}
  .site-header .nav-cta{min-width:142px!important;padding:0 11px!important;font-size:9px!important;line-height:1.08!important}

  /* Payment cards are easier to scan and no longer excessively tall. */
  .payment-shell{padding:11px!important}
  .pay-grid{gap:10px!important}
  .pay-card{padding:11px 12px!important;border-radius:15px!important}
  .pay-logo{min-height:68px!important;height:68px!important;width:min(100%,168px)!important;margin-bottom:6px!important;padding:7px 10px!important}
  .pay-logo img{max-height:46px!important;max-width:144px!important}
  .pay-card h3{font-size:18px!important;margin:2px 0 8px!important}
  .account-number b{font-size:19px!important}
  .account-line small,.account-title small{font-size:8px!important}
  .copy-icon{width:37px!important;height:37px!important}
  .pay-card-hint{font-size:8px!important;margin-top:7px!important;padding-top:6px!important}

  /* Footer: remove the large empty vertical gaps visible on mobile. */
  .site-footer{margin-top:14px!important;padding-top:14px!important;padding-bottom:72px!important}
  .site-footer .footer-grid{grid-template-columns:1fr!important;gap:4px!important;padding:10px 0 7px!important;text-align:center!important}
  .site-footer .footer-card,.site-footer .footer-brand{padding:6px 8px!important;margin:0!important;min-height:0!important;text-align:center!important}
  .site-footer .footer-card h4{font-size:14px!important;margin:0 auto 5px!important;line-height:1.15!important}
  .site-footer .footer-card a,.site-footer .footer-card button,.site-footer .footer-card p,.site-footer .footer-brand p{
    display:block!important;font-size:9px!important;line-height:1.35!important;margin:3px auto!important;padding:0!important;
  }
  .site-footer .reg-footer-identity{justify-content:center!important;gap:8px!important;margin-bottom:4px!important}
  .site-footer .reg-footer-identity .brand-logo{width:40px!important;height:40px!important}
  .site-footer .reg-footer-name{font-size:16px!important}.site-footer .reg-footer-tag{justify-content:center!important;gap:4px!important;margin-top:4px!important}
  .site-footer .reg-footer-tag span{padding:3px 6px!important;font-size:7px!important}
  .footer-bottom{margin-top:4px!important;padding:7px 0 3px!important;font-size:8px!important}
  .footer-bottom span{margin:2px auto!important}
  .footer-endmark{margin-top:5px!important;padding:5px 0 9px!important;gap:8px!important;font-size:15px!important}
  .footer-endmark img{width:30px!important;height:30px!important}

  /* Six-item mobile nav retained, with smaller icon boxes and more readable labels. */
  .bottomnav a{font-size:8px!important;font-weight:850!important;padding:5px 1px 6px!important;line-height:1.15!important}
  .bottomnav img{width:20px!important;height:20px!important;margin-bottom:3px!important}
}

@media(max-width:390px){
  .site-header .nav-cta{min-width:132px!important;font-size:8.4px!important}
  .bottomnav a{font-size:7.6px!important}
  .bottomnav img{width:19px!important;height:19px!important}
}


/* v25 professional bold section kickers across pages */
.section-kicker,.hero-eyebrow,.reg-kicker,.status-kicker,.fb-kicker,.g-kicker,.login-kicker,.forgot-head .kicker,.cap-kicker{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  background:rgba(10,117,128,.08)!important;
  border:1px solid rgba(10,117,128,.14)!important;
  box-shadow:0 12px 24px rgba(10,117,128,.07)!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
@media(max-width:620px){
  .section-kicker,.hero-eyebrow,.reg-kicker,.status-kicker,.fb-kicker,.g-kicker,.login-kicker,.forgot-head .kicker,.cap-kicker{
    padding:8px 12px!important;
    letter-spacing:.14em!important;
  }
}
