/*
 Theme Name:  RideSnapGo Child
 Theme URI:   https://www.ridesnapgo.com/
 Description: Minimal child theme of Twenty Twenty-Five for the RideSnapGo placeholder (hero, features, contact form).
 Author:      RideSnapGo
 Template:    twentytwentyfive
 Version:     1.0.0
 License:     GPL-2.0+
*/
:root{--rsg-blue:#0077FF;--rsg-orange:#FF6B2C;--rsg-radius:16px}
.rsg-wrap{max-width:1100px;margin:0 auto;padding:0 20px}
.rsg-header{position:sticky;top:0;background:rgba(255,255,255,.85);backdrop-filter:saturate(120%) blur(8px);border-bottom:1px solid #eee;z-index:10}
.rsg-header .rsg-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.rsg-logo{height:44px;width:auto;display:block}
.rsg-hero{background:linear-gradient(135deg,var(--rsg-blue),var(--rsg-orange));color:#fff;padding:96px 0}
.rsg-hero h1{font-size:40px;margin:0 0 12px}
.rsg-cta{display:inline-block;margin-top:8px;padding:10px 16px;border-radius:12px;background:#fff;color:#111;text-decoration:none;font-weight:700;border:2px solid #fff}
.rsg-cta:hover{background:transparent;color:#fff}
.rsg-features{padding:56px 0}
.rsg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rsg-card{border:1px solid #eee;border-radius:var(--rsg-radius);padding:16px;background:#fff}
.rsg-card h3{margin-top:0}
.rsg-contact{padding:56px 0;background:#fafafa;border-top:1px solid #eee}
.rsg-form .row{display:flex;flex-direction:column;margin-bottom:12px}
.rsg-form label{font-weight:600;margin-bottom:6px}
.rsg-form input,.rsg-form textarea{padding:10px 12px;border:1px solid #ccc;border-radius:10px;font-size:16px}
.rsg-form textarea{min-height:120px;resize:vertical}
.rsg-form .actions{display:flex;align-items:center;gap:12px}
.rsg-form button{background:var(--rsg-blue);color:#fff;border:none;border-radius:12px;padding:10px 16px;font-weight:700;cursor:pointer}
.rsg-form button:hover{filter:brightness(1.05)}
#rsgFormStatus{min-height:24px}
.rsg-hp{position:absolute !important;left:-9999px !important;height:0 !important;width:0 !important;overflow:hidden !important}
@media (max-width:900px){.rsg-grid{grid-template-columns:1fr}.rsg-hero{padding:72px 0}.rsg-hero h1{font-size:32px}}


/* RideSnapGo: crisp logo sizing */
.site-logo img,
.custom-logo { display:block; height:auto; max-height:72px; width:auto; }
@media (min-width:1024px){
  .site-logo img, .custom-logo { max-height:84px; }
}
