/*
Theme Name: Raeh Digital Storefront
Theme URI: https://raehdigital.com/
Author: Raeh Digital
Description: A modern, editable WordPress landing-page theme for a Raeh Digital storefront selling domains, hosting, email, websites, security, Microsoft 365 and related GoDaddy-powered products.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: raeh-digital-storefront
*/

:root{
  --rd-navy:#09253b;
  --rd-navy-2:#0f3854;
  --rd-orange:#f36b21;
  --rd-ink:#0b2234;
  --rd-muted:#5c6b78;
  --rd-bg:#f6f8fa;
  --rd-white:#ffffff;
  --rd-border:#e6eaee;
  --rd-radius:18px;
  --rd-shadow:0 18px 40px rgba(6,30,48,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--rd-ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.rd-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--rd-border)}
.admin-bar .site-header{top:32px}
.rd-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px}
.rd-brand{display:flex;align-items:center;gap:14px;font-weight:800;letter-spacing:.02em}
.rd-brand .custom-logo{max-height:48px;width:auto}
.rd-wordmark{font-size:26px;white-space:nowrap}.rd-wordmark span{color:var(--rd-orange);font-weight:500}
.rd-nav{display:flex;align-items:center;gap:22px;font-weight:700;font-size:14px}
.rd-nav ul{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}
.rd-nav a:hover{color:var(--rd-orange)}
.rd-header-cta,.rd-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--rd-orange);color:#fff;font-weight:800;padding:14px 20px;transition:.2s ease;border:0;cursor:pointer}
.rd-header-cta:hover,.rd-btn:hover{transform:translateY(-1px);filter:brightness(.96)}
.rd-hero{position:relative;overflow:hidden;background:linear-gradient(115deg,rgba(4,28,45,.98) 0%,rgba(5,35,55,.93) 42%,rgba(8,49,72,.82) 100%);color:#fff}
.rd-hero.has-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,45,.96),rgba(4,31,49,.78) 48%,rgba(6,38,58,.30));z-index:0}
.rd-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}
.rd-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:58px;align-items:center;padding:84px 0 74px}
.rd-eyebrow{letter-spacing:.25em;text-transform:uppercase;font-weight:800;font-size:13px;margin:0 0 12px}
.rd-hero h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.04em;margin:0 0 20px;max-width:850px}
.rd-hero h1 .accent{color:var(--rd-orange)}
.rd-subtitle{font-size:clamp(18px,2vw,22px);max-width:740px;color:rgba(255,255,255,.92);margin:0 0 28px}
.rd-searchbox{display:flex;gap:10px;background:#fff;padding:7px;border-radius:14px;max-width:760px;box-shadow:var(--rd-shadow)}
.rd-searchbox input{min-width:0;flex:1;border:0;outline:0;padding:0 18px;font-size:17px;color:var(--rd-ink)}
.rd-searchbox .rd-btn{padding:16px 24px;white-space:nowrap}
.rd-search-note{font-size:13px;margin-top:10px;color:rgba(255,255,255,.82)}
.rd-hero-card{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:30px;backdrop-filter:blur(10px)}
.rd-hero-card h3{font-size:30px;line-height:1.08;margin:0 0 12px}.rd-hero-card p{margin:0 0 18px;color:rgba(255,255,255,.85)}
.rd-powered{font-size:13px;font-weight:700;opacity:.85;margin-top:14px}
.rd-products{padding:68px 0 74px;background:#fff}
.rd-section-kicker{text-align:center;letter-spacing:.22em;text-transform:uppercase;font-weight:800;font-size:12px;margin-bottom:5px}
.rd-section-title{text-align:center;font-size:clamp(34px,4vw,52px);line-height:1.05;margin:0}.rd-section-sub{text-align:center;color:var(--rd-muted);font-size:18px;margin:8px auto 34px;max-width:760px}
.rd-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.rd-product-card{border:1px solid var(--rd-border);border-radius:18px;padding:24px;background:#fff;min-height:245px;display:flex;flex-direction:column;transition:.2s ease}
.rd-product-card:hover{transform:translateY(-3px);box-shadow:var(--rd-shadow)}
.rd-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#fff2e9;color:var(--rd-orange);font-size:24px;margin-bottom:18px}
.rd-product-card h3{font-size:20px;margin:0 0 8px}.rd-product-card p{color:var(--rd-muted);margin:0 0 18px;flex:1}.rd-text-link{color:var(--rd-orange);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.03em}
.rd-why{background:var(--rd-navy);color:#fff;padding:70px 0}
.rd-why-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:center}
.rd-why h2{font-size:clamp(36px,4.5vw,56px);line-height:1.03;margin:0 0 14px}.rd-why h2 span{color:var(--rd-orange)}.rd-why p{color:rgba(255,255,255,.82);font-size:18px;max-width:760px}
.rd-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}.rd-benefit{padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.05)}.rd-benefit strong{display:block;margin-bottom:5px}.rd-benefit span{font-size:14px;color:rgba(255,255,255,.76)}
.rd-why-cta{background:#fff;color:var(--rd-ink);border-radius:22px;padding:30px;box-shadow:var(--rd-shadow)}.rd-why-cta h3{font-size:28px;line-height:1.1;margin:0 0 10px}.rd-why-cta p{color:var(--rd-muted);font-size:16px}.rd-why-cta .rd-btn{width:100%;margin-top:8px}
.rd-flexible{padding:64px 0;background:var(--rd-bg)}
.rd-flexible .entry-content>*:first-child{margin-top:0}.rd-flexible .entry-content>*:last-child{margin-bottom:0}
.site-footer{background:#061a29;color:#d7e0e6;padding:30px 0}.rd-footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:14px}.rd-footer-inner a{color:#fff}
@media(max-width:980px){.rd-nav{display:none}.rd-hero-inner,.rd-why-grid{grid-template-columns:1fr}.rd-product-grid{grid-template-columns:repeat(2,1fr)}.rd-hero-card{max-width:680px}.rd-benefits{grid-template-columns:1fr}}
@media(max-width:640px){.admin-bar .site-header{top:46px}.rd-container{width:min(100% - 28px,1180px)}.rd-header-inner{min-height:72px}.rd-wordmark{font-size:22px}.rd-header-cta{display:none}.rd-hero-inner{padding:64px 0 54px}.rd-searchbox{flex-direction:column;padding:10px}.rd-searchbox input{min-height:48px}.rd-product-grid{grid-template-columns:1fr}.rd-products,.rd-why,.rd-flexible{padding:52px 0}.rd-footer-inner{flex-direction:column}}
