/* =========================================================
   RAMSHIYA GLOBALS — MAIN STYLESHEET
   Pure CSS. No frameworks. Desktop-first, refined in responsive.css
   ========================================================= */

/* ---------- Layout Utilities ---------- */
.rg-container {
	width: 100%;
	max-width: var(--rg-container);
	margin: 0 auto;
	padding: 0 24px;
}

.rg-section {
	padding: 110px 0;
	position: relative;
}

.rg-section-header {
	max-width: 720px;
	margin: 0 auto 60px;
	text-align: center;
}

.rg-section-header-light .rg-section-title,
.rg-section-header-light .rg-section-subtitle {
	color: var(--rg-white);
}

.rg-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--rg-gold-dark);
	margin-bottom: 16px;
	position: relative;
	padding-left: 34px;
}

.rg-eyebrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 2px;
	background: var(--rg-gold);
}

.rg-eyebrow-light {
	color: var(--rg-gold);
}

.rg-section-title {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.rg-section-subtitle {
	color: var(--rg-gray-500);
	font-size: 17px;
	max-width: 620px;
	margin: 0 auto;
}

.rg-text-gold {
	color: var(--rg-gold);
	display: block;
}

.rg-section-cta-center {
	text-align: center;
	margin-top: 50px;
}

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 34px;
	font-size: 15px;
	font-weight: 600;
	border-radius: var(--rg-radius);
	border: 2px solid transparent;
	cursor: pointer;
	white-space: nowrap;
	transition: transform var(--rg-transition), box-shadow var(--rg-transition), background var(--rg-transition), color var(--rg-transition), border-color var(--rg-transition);
}

.btn:hover {
	transform: translateY(-3px);
}

.btn-gold {
	background: var(--rg-gold);
	color: var(--rg-black);
	box-shadow: var(--rg-shadow-gold);
}

.btn-gold:hover {
	background: var(--rg-gold-light);
	color: var(--rg-black);
}

.btn-dark {
	background: var(--rg-black);
	color: var(--rg-white);
}

.btn-dark:hover {
	background: var(--rg-gray-800);
	color: var(--rg-gold);
}

.btn-outline {
	border-color: var(--rg-black);
	color: var(--rg-black);
	background: transparent;
}

.btn-outline:hover {
	background: var(--rg-black);
	color: var(--rg-white);
}

.btn-outline-light {
	border-color: rgba(255, 255, 255, 0.35);
	color: var(--rg-white);
	background: transparent;
}

.btn-outline-light:hover {
	border-color: var(--rg-gold);
	color: var(--rg-gold);
}

.btn-lg {
	padding: 18px 42px;
	font-size: 16px;
}

/* ---------- Icon System (pure inline SVG, no icon fonts, no images) ---------- */
[class*="rg-icon-"],
.rg-check-icon,
.rg-social-icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.rg-icon-code { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 8 4 12 9 16'/%3E%3Cpolyline points='15 8 20 12 15 16'/%3E%3C/svg%3E"); }
.rg-icon-megaphone { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10v4h3l6 4V6l-6 4H3z'/%3E%3Cpath d='M14 9a3 3 0 010 6'/%3E%3Cpath d='M17 7a6 6 0 010 10'/%3E%3C/svg%3E"); }
.rg-icon-search { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='6.5'/%3E%3Cline x1='20.5' y1='20.5' x2='14.8' y2='14.8'/%3E%3C/svg%3E"); }
.rg-icon-brand { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.5l2.1 5.9 6.2.3-4.9 3.9 1.8 6-5.2-3.6-5.2 3.6 1.8-6-4.9-3.9 6.2-.3z'/%3E%3C/svg%3E"); }
.rg-icon-terminal { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpolyline points='7 9.5 10.5 12 7 14.5'/%3E%3Cline x1='12.5' y1='14.5' x2='17' y2='14.5'/%3E%3C/svg%3E"); }
.rg-icon-cart { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9.5' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3Cpath d='M2.5 3h2l2.4 12.4a2 2 0 002 1.6h8.6a2 2 0 002-1.6L21 7.5H6.2'/%3E%3C/svg%3E"); }
.rg-icon-share { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='12' r='2.6'/%3E%3Ccircle cx='18' cy='6' r='2.6'/%3E%3Ccircle cx='18' cy='18' r='2.6'/%3E%3Cline x1='8.3' y1='10.8' x2='15.7' y2='7.2'/%3E%3Cline x1='8.3' y1='13.2' x2='15.7' y2='16.8'/%3E%3C/svg%3E"); }
.rg-icon-target { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Ccircle cx='12' cy='12' r='4.3'/%3E%3Ccircle cx='12' cy='12' r='0.7' fill='%23D4AF37' stroke='none'/%3E%3C/svg%3E"); }
.rg-icon-headset { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13.5a8 8 0 0116 0'/%3E%3Crect x='2.5' y='13.5' width='4' height='6' rx='1.4'/%3E%3Crect x='17.5' y='13.5' width='4' height='6' rx='1.4'/%3E%3Cpath d='M20 19.5v.8a3 3 0 01-3 3h-2.6'/%3E%3C/svg%3E"); }
.rg-icon-growth { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 17 9.5 10.5 13.5 14.5 21 6.5'/%3E%3Cpolyline points='14.7 6.5 21 6.5 21 12.8'/%3E%3C/svg%3E"); }
.rg-icon-globe { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cline x1='3' y1='12' x2='21' y2='12'/%3E%3Cpath d='M12 3a15.5 15.5 0 010 18'/%3E%3Cpath d='M12 3a15.5 15.5 0 000 18'/%3E%3C/svg%3E"); }
.rg-icon-orbit { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='2.4' fill='%23D4AF37' stroke='none'/%3E%3Cellipse cx='12' cy='12' rx='10' ry='4'/%3E%3Cellipse cx='12' cy='12' rx='4' ry='10' transform='rotate(45 12 12)'/%3E%3Cellipse cx='12' cy='12' rx='4' ry='10' transform='rotate(-45 12 12)'/%3E%3C/svg%3E"); }
.rg-icon-phone { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.6 3h3l1.4 4.4-2.3 1.8a13.2 13.2 0 006.6 6.6l1.8-2.3L21.5 15v3a2 2 0 01-2.2 2A17.5 17.5 0 013 5.7 2 2 0 015 3z'/%3E%3C/svg%3E"); }
.rg-icon-mail { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.7' y='5' width='18.6' height='14' rx='2'/%3E%3Cpolyline points='3.2 6.5 12 13 20.8 6.5'/%3E%3C/svg%3E"); }
.rg-icon-map { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.7 7-12.2A7 7 0 105 8.8C5 14.3 12 21 12 21z'/%3E%3Ccircle cx='12' cy='8.8' r='2.4'/%3E%3C/svg%3E"); }
.rg-icon-facebook { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 8.5h-2.2A1.8 1.8 0 0011 10.3v2h4l-.5 3h-3.5V21h-3v-5.7H5.5v-3H8v-2.4A4.3 4.3 0 0112.3 5.5H15z'/%3E%3C/svg%3E"); }
.rg-icon-instagram { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.2' y='3.2' width='17.6' height='17.6' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4.1'/%3E%3Ccircle cx='17.1' cy='6.9' r='0.9' fill='%23D4AF37' stroke='none'/%3E%3C/svg%3E"); }
.rg-icon-linkedin { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.2' y='3.2' width='17.6' height='17.6' rx='3'/%3E%3Cline x1='7.6' y1='10.2' x2='7.6' y2='17'/%3E%3Ccircle cx='7.6' cy='6.9' r='0.9' fill='%23D4AF37' stroke='none'/%3E%3Cpath d='M11.6 17v-4.2a2.4 2.4 0 014.8 0V17'/%3E%3Cline x1='11.6' y1='10.2' x2='11.6' y2='17'/%3E%3C/svg%3E"); }
.rg-icon-twitter { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='5' x2='19' y2='19'/%3E%3Cline x1='19' y1='5' x2='5' y2='19'/%3E%3C/svg%3E"); }
.rg-icon-youtube { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='6' width='19' height='12' rx='4'/%3E%3Cpolygon points='10.3 9.6 15.3 12 10.3 14.4' fill='%23D4AF37' stroke='none'/%3E%3C/svg%3E"); }

.rg-check-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12.5 9 17.5 20.5 6'/%3E%3C/svg%3E"); width: 20px; height: 20px; flex-shrink: 0; margin-top: 3px; }

/* ---------- Header ---------- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: transparent;
	transition: background var(--rg-transition), box-shadow var(--rg-transition), padding var(--rg-transition);
	padding: 26px 0;
}

.site-header.is-scrolled {
	background: rgba(0, 0, 0, 0.92);
	backdrop-filter: blur(10px);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.25);
	padding: 14px 0;
}

.rg-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.site-branding {
	display: flex;
	flex-direction: column;
	z-index: 2;
}

.site-title-link {
	font-family: var(--rg-font-heading);
	font-size: 24px;
	font-weight: 700;
	color: var(--rg-white);
	letter-spacing: 0.5px;
}

.site-title-accent {
	color: var(--rg-gold);
}

.site-description {
	margin: 0;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--rg-gray-300);
}

.custom-logo {
	max-height: 46px;
	width: auto;
}

.main-navigation {
	flex: 1;
	display: flex;
	justify-content: center;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 36px;
}

.primary-menu > li {
	position: relative;
}

.primary-menu > li > a {
	color: var(--rg-white);
	font-size: 14.5px;
	font-weight: 500;
	letter-spacing: 0.3px;
	padding: 8px 0;
	position: relative;
}

.primary-menu > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--rg-gold);
	transition: width var(--rg-transition);
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.rg-active-link > a {
	color: var(--rg-gold);
}

.primary-menu > li > a:hover::after,
.primary-menu > li.current-menu-item > a::after,
.primary-menu > li.rg-active-link > a::after {
	width: 100%;
}

.primary-menu .sub-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: 0;
	min-width: 220px;
	background: var(--rg-white);
	border-radius: var(--rg-radius);
	box-shadow: var(--rg-shadow-soft);
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all var(--rg-transition);
	z-index: 10;
}

.primary-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.primary-menu .sub-menu a {
	display: block;
	padding: 10px 22px;
	color: var(--rg-black);
	font-size: 14px;
}

.primary-menu .sub-menu a:hover {
	color: var(--rg-gold-dark);
	background: var(--rg-off-white);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 22px;
	z-index: 2;
}

.header-cta {
	padding: 12px 26px;
}

.mobile-menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 42px;
	height: 42px;
	background: transparent;
	border: none;
	padding: 0;
}

.hamburger-line {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--rg-white);
	transition: transform var(--rg-transition), opacity var(--rg-transition);
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.rg-progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 0;
	background: linear-gradient(90deg, var(--rg-gold-dark), var(--rg-gold));
	z-index: 1001;
	transition: width 0.1s ease-out;
}

/* ---------- Hero ---------- */
.rg-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: var(--rg-black);
	overflow: hidden;
	padding-top: 100px;
}

.rg-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.rg-hero-grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 46px 46px;
	mask-image: radial-gradient(circle at 30% 40%, black, transparent 75%);
}

.rg-hero-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.35;
}

.rg-hero-glow-1 {
	width: 500px;
	height: 500px;
	background: var(--rg-gold);
	top: -150px;
	right: -100px;
}

.rg-hero-glow-2 {
	width: 400px;
	height: 400px;
	background: var(--rg-gold-dark);
	bottom: -180px;
	left: -100px;
	opacity: 0.2;
}

.rg-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	align-items: center;
	gap: 60px;
	padding: 60px 24px 100px;
}

.rg-hero-content .rg-eyebrow {
	color: var(--rg-gold);
}

.rg-hero-title {
	font-size: 58px;
	line-height: 1.15;
	color: var(--rg-white);
	margin-bottom: 26px;
}

.rg-hero-subtitle {
	color: var(--rg-gray-300);
	font-size: 18px;
	max-width: 560px;
	margin-bottom: 38px;
}

.rg-hero-cta-group {
	display: flex;
	gap: 20px;
	margin-bottom: 46px;
	flex-wrap: wrap;
}

.rg-hero-services-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
}

.rg-hero-services-strip li {
	position: relative;
	padding-left: 16px;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: var(--rg-gray-300);
	text-transform: uppercase;
}

.rg-hero-services-strip li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--rg-gold);
}

.rg-hero-visual {
	position: relative;
	height: 460px;
}

.rg-hero-panel {
	position: absolute;
	border-radius: 14px;
}

.rg-hero-panel-main {
	inset: 0;
	background: linear-gradient(160deg, var(--rg-gray-900), var(--rg-black));
	border: 1px solid rgba(212, 175, 55, 0.25);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 50px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.rg-hero-panel-label {
	color: var(--rg-gray-300);
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.rg-hero-panel-value {
	font-family: var(--rg-font-heading);
	font-size: 80px;
	font-weight: 700;
	color: var(--rg-gold);
	line-height: 1;
	margin-bottom: 18px;
}

.rg-hero-panel-caption {
	color: var(--rg-white);
	font-size: 16px;
	font-weight: 500;
}

.rg-hero-panel-float {
	background: var(--rg-white);
	padding: 16px 22px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 600;
	color: var(--rg-black);
	box-shadow: var(--rg-shadow-soft);
	animation: rg-float 5s ease-in-out infinite;
}

.rg-hero-panel-float [class*="rg-icon-"] {
	width: 24px;
	height: 24px;
	background-image: none !important;
	position: relative;
}

.rg-hero-panel-float-1 {
	top: -20px;
	left: -40px;
	animation-delay: 0s;
}

.rg-hero-panel-float-2 {
	bottom: -20px;
	right: -30px;
	animation-delay: 1.2s;
}

.rg-hero-panel-float .rg-icon-code,
.rg-hero-panel-float .rg-icon-growth {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 8 4 12 9 16'/%3E%3Cpolyline points='15 8 20 12 15 16'/%3E%3C/svg%3E") !important;
}

.rg-hero-panel-float-2 .rg-icon-growth {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 17 9.5 10.5 13.5 14.5 21 6.5'/%3E%3Cpolyline points='14.7 6.5 21 6.5 21 12.8'/%3E%3C/svg%3E") !important;
}

@keyframes rg-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-14px); }
}

.rg-scroll-indicator {
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.rg-scroll-mouse {
	display: block;
	width: 26px;
	height: 42px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	position: relative;
}

.rg-scroll-dot {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 8px;
	background: var(--rg-gold);
	border-radius: 4px;
	animation: rg-scroll-dot 1.8s ease-in-out infinite;
}

@keyframes rg-scroll-dot {
	0% { opacity: 1; transform: translate(-50%, 0); }
	100% { opacity: 0; transform: translate(-50%, 14px); }
}

/* ---------- Reveal Animations ---------- */
[data-animate] {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-animate="fade-left"] {
	transform: translateX(50px);
}

[data-animate="fade-right"] {
	transform: translateX(-50px);
}

[data-animate].rg-in-view {
	opacity: 1;
	transform: translate(0, 0);
}

/* ---------- About Section ---------- */
.rg-about-inner {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 70px;
	align-items: center;
}

.rg-about-frame {
	position: relative;
	aspect-ratio: 4 / 5;
	background: linear-gradient(160deg, var(--rg-black), var(--rg-gray-800));
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

.rg-about-frame-inner {
	width: 55%;
	height: 55%;
	border: 1px solid rgba(212, 175, 55, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rg-about-frame-inner .rg-icon-orbit {
	width: 80%;
	height: 80%;
}

.rg-about-badge {
	position: absolute;
	bottom: -26px;
	right: -26px;
	background: var(--rg-gold);
	color: var(--rg-black);
	padding: 22px 26px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	box-shadow: var(--rg-shadow-gold);
	max-width: 190px;
}

.rg-about-badge strong {
	font-family: var(--rg-font-heading);
	font-size: 34px;
	line-height: 1;
	margin-bottom: 6px;
}

.rg-about-badge span {
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.4;
}

.rg-about-text {
	color: var(--rg-gray-500);
	font-size: 16.5px;
}

.rg-about-points {
	margin: 30px 0 34px;
}

.rg-about-points li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
	font-size: 15.5px;
	color: var(--rg-black);
	font-weight: 500;
}

/* ---------- Services ---------- */
.rg-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.rg-service-card {
	position: relative;
	background: var(--rg-off-white);
	border: 1px solid transparent;
	border-radius: 14px;
	padding: 40px 34px;
	transition: transform var(--rg-transition), box-shadow var(--rg-transition), background var(--rg-transition), border-color var(--rg-transition);
}

.rg-service-card:hover {
	transform: translateY(-8px);
	background: var(--rg-white);
	border-color: rgba(212, 175, 55, 0.4);
	box-shadow: var(--rg-shadow-soft);
}

.rg-service-number {
	position: absolute;
	top: 26px;
	right: 30px;
	font-family: var(--rg-font-heading);
	font-size: 15px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.12);
}

.rg-service-icon {
	width: 52px;
	height: 52px;
	background-color: var(--rg-black);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.rg-service-icon::before {
	content: "";
}

.rg-service-icon[class*="rg-icon-"] {
	background-size: 46%;
}

.rg-service-title {
	font-size: 21px;
	margin-bottom: 12px;
}

.rg-service-text {
	color: var(--rg-gray-500);
	font-size: 15px;
	margin-bottom: 20px;
}

.rg-service-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	color: var(--rg-black);
	letter-spacing: 0.3px;
}

.rg-service-link span {
	transition: transform var(--rg-transition);
}

.rg-service-card:hover .rg-service-link,
.rg-service-link:hover {
	color: var(--rg-gold-dark);
}

.rg-service-card:hover .rg-service-link span {
	transform: translateX(5px);
}

/* ---------- Why Choose Us ---------- */
.rg-why-us {
	background: var(--rg-black);
}

.rg-why-us-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}

.rg-why-us-card {
	background: var(--rg-gray-950);
	border: 1px solid var(--rg-gray-700);
	border-radius: 14px;
	padding: 36px 28px;
	transition: transform var(--rg-transition), border-color var(--rg-transition);
}

.rg-why-us-card:hover {
	transform: translateY(-6px);
	border-color: var(--rg-gold);
}

.rg-why-us-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
}

.rg-why-us-title {
	color: var(--rg-white);
	font-size: 19px;
	margin-bottom: 10px;
}

.rg-why-us-text {
	color: var(--rg-gray-300);
	font-size: 14.5px;
	margin: 0;
}

.rg-values .rg-why-us-card,
.rg-about-story .rg-why-us-card {
	background: var(--rg-off-white);
	border-color: transparent;
}

.rg-values .rg-why-us-title,
.rg-values .rg-why-us-text {
	color: var(--rg-black);
}

.rg-values .rg-why-us-text {
	color: var(--rg-gray-500);
}

.rg-counters-strip {
	margin-top: 70px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	border-top: 1px solid var(--rg-gray-700);
	padding-top: 50px;
}

.rg-counter-item {
	text-align: center;
}

.rg-counter-number {
	display: block;
	font-family: var(--rg-font-heading);
	font-size: 48px;
	font-weight: 700;
	color: var(--rg-gold);
	line-height: 1;
	margin-bottom: 10px;
}

.rg-counter-label {
	color: var(--rg-gray-300);
	font-size: 13.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* ---------- Process ---------- */
.rg-process-track {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	position: relative;
}

.rg-process-step {
	position: relative;
	padding: 34px 24px 0;
	border-top: 3px solid var(--rg-gold);
}

.rg-process-number {
	display: block;
	font-family: var(--rg-font-heading);
	font-size: 40px;
	font-weight: 700;
	color: var(--rg-gray-300);
	-webkit-text-stroke: 1px var(--rg-black);
	margin-bottom: 16px;
}

.rg-worldwide-workflow .rg-process-number {
	color: var(--rg-gray-800);
	-webkit-text-stroke: 1px var(--rg-gold);
}

.rg-worldwide-workflow .rg-process-track {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.rg-process-title {
	font-size: 19px;
	margin-bottom: 10px;
}

.rg-worldwide-workflow .rg-process-title {
	color: var(--rg-white);
}

.rg-process-text {
	color: var(--rg-gray-500);
	font-size: 14.5px;
}

.rg-worldwide-workflow .rg-process-text {
	color: var(--rg-gray-300);
}

/* ---------- Portfolio ---------- */
.rg-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.rg-portfolio-card {
	border-radius: 14px;
	overflow: hidden;
	background: var(--rg-off-white);
	transition: transform var(--rg-transition), box-shadow var(--rg-transition);
}

.rg-portfolio-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--rg-shadow-soft);
}

.rg-portfolio-thumb {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: linear-gradient(140deg, var(--rg-gray-900), var(--rg-black));
}

.rg-portfolio-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.rg-portfolio-card:hover .rg-portfolio-thumb img {
	transform: scale(1.08);
}

.rg-portfolio-placeholder {
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.08) 12px, transparent 12px, transparent 24px);
}

.rg-portfolio-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity var(--rg-transition);
}

.rg-portfolio-card:hover .rg-portfolio-overlay {
	opacity: 1;
}

.rg-portfolio-view-btn {
	background: var(--rg-gold);
	color: var(--rg-black);
	font-size: 13.5px;
	font-weight: 700;
	padding: 12px 24px;
	border-radius: 30px;
	transform: translateY(12px);
	transition: transform var(--rg-transition);
}

.rg-portfolio-card:hover .rg-portfolio-view-btn {
	transform: translateY(0);
}

.rg-portfolio-info {
	padding: 24px 26px;
}

.rg-portfolio-category {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--rg-gold-dark);
	margin-bottom: 8px;
}

.rg-portfolio-title {
	font-size: 19px;
	margin-bottom: 6px;
}

.rg-portfolio-client {
	color: var(--rg-gray-500);
	font-size: 13.5px;
}

.rg-portfolio-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 50px;
}

.rg-filter-btn {
	background: transparent;
	border: 1.5px solid var(--rg-gray-700);
	color: var(--rg-black);
	padding: 10px 22px;
	border-radius: 30px;
	font-size: 13.5px;
	font-weight: 600;
	transition: all var(--rg-transition);
}

.rg-filter-btn.is-active,
.rg-filter-btn:hover {
	background: var(--rg-black);
	border-color: var(--rg-black);
	color: var(--rg-gold);
}

.rg-portfolio-grid-archive {
	margin-bottom: 50px;
}

/* ---------- Reviews / Testimonials ---------- */
.rg-testimonial-slider {
	max-width: 780px;
	margin: 0 auto;
}

.rg-testimonial-track {
	display: flex;
	transition: transform 0.5s ease;
}

.rg-testimonial-slide {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 4px;
}

.rg-testimonial-card {
	background: var(--rg-off-white);
	border-radius: 16px;
	padding: 50px;
	text-align: center;
}

.rg-testimonial-rating {
	margin-bottom: 22px;
}

.rg-star {
	color: var(--rg-gray-300);
	font-size: 18px;
}

.rg-star.is-filled {
	color: var(--rg-gold);
}

.rg-testimonial-text {
	font-size: 19px;
	line-height: 1.7;
	color: var(--rg-black);
	margin: 0 0 28px;
	font-style: italic;
}

.rg-testimonial-author {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.rg-testimonial-avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.rg-testimonial-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rg-testimonial-author-info {
	text-align: left;
}

.rg-testimonial-name {
	display: block;
	font-weight: 700;
	font-size: 15px;
}

.rg-testimonial-position {
	display: block;
	font-size: 13px;
	color: var(--rg-gray-500);
}

.rg-testimonial-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 36px;
}

.rg-testimonial-prev,
.rg-testimonial-next {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1.5px solid var(--rg-gray-700);
	background: transparent;
	color: var(--rg-black);
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all var(--rg-transition);
}

.rg-testimonial-prev:hover,
.rg-testimonial-next:hover {
	background: var(--rg-black);
	border-color: var(--rg-black);
	color: var(--rg-gold);
}

.rg-testimonial-dots {
	display: flex;
	gap: 10px;
}

.rg-testimonial-dots button {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--rg-gray-300);
	border: none;
	padding: 0;
	transition: background var(--rg-transition), transform var(--rg-transition);
}

.rg-testimonial-dots button.is-active {
	background: var(--rg-gold);
	transform: scale(1.3);
}

.rg-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 50px;
}

.rg-testimonial-card-static {
	padding: 40px 34px;
	text-align: left;
	height: 100%;
}

.rg-testimonial-card-static .rg-testimonial-author {
	justify-content: flex-start;
}

.rg-testimonial-card-static .rg-testimonial-text {
	font-size: 16px;
	text-align: left;
}

/* ---------- Worldwide ---------- */
.rg-worldwide,
.rg-worldwide-workflow {
	background: var(--rg-black);
}

.rg-worldwide-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
}

.rg-worldwide-card {
	background: var(--rg-gray-950);
	border: 1px solid var(--rg-gray-700);
	border-radius: 14px;
	padding: 34px 22px;
	text-align: center;
	transition: transform var(--rg-transition), border-color var(--rg-transition);
}

.rg-worldwide-card:hover {
	transform: translateY(-6px);
	border-color: var(--rg-gold);
}

.rg-worldwide-icon {
	width: 42px;
	height: 42px;
	margin: 0 auto 20px;
}

.rg-worldwide-title {
	color: var(--rg-white);
	font-size: 17px;
	margin-bottom: 10px;
}

.rg-worldwide-text {
	color: var(--rg-gray-300);
	font-size: 13.5px;
	margin: 0;
}

.rg-worldwide-detail .rg-worldwide-grid,
.rg-worldwide-detail .rg-worldwide-card {
	background: var(--rg-off-white);
}

.rg-worldwide-detail .rg-worldwide-card {
	border-color: transparent;
}

.rg-worldwide-detail .rg-worldwide-title {
	color: var(--rg-black);
}

.rg-worldwide-detail .rg-worldwide-text {
	color: var(--rg-gray-500);
}

/* ---------- CTA ---------- */
.rg-cta {
	background: linear-gradient(135deg, var(--rg-black) 0%, var(--rg-gray-900) 100%);
	position: relative;
	overflow: hidden;
}

.rg-cta::before {
	content: "";
	position: absolute;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.18), transparent 70%);
	top: -300px;
	right: -200px;
}

.rg-cta-inner {
	text-align: center;
	position: relative;
	z-index: 1;
}

.rg-cta-title {
	font-size: 44px;
	color: var(--rg-white);
	margin-bottom: 20px;
}

.rg-cta-text {
	color: var(--rg-gray-300);
	font-size: 17px;
	max-width: 560px;
	margin: 0 auto 36px;
}

/* ---------- Contact ---------- */
.rg-contact-inner {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 70px;
}

.rg-contact-details {
	margin: 34px 0;
}

.rg-contact-details li {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 22px;
}

.rg-contact-icon {
	width: 24px;
	height: 24px;
	background-color: var(--rg-black);
	border-radius: 8px;
	padding: 10px;
	box-sizing: content-box;
	flex-shrink: 0;
}

.rg-contact-label {
	display: block;
	font-size: 12.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--rg-gray-500);
	margin-bottom: 3px;
}

.rg-contact-details a {
	font-weight: 600;
	font-size: 15.5px;
}

.rg-contact-socials,
.footer-socials {
	display: flex;
	gap: 12px;
}

.rg-social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--rg-black);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background var(--rg-transition), transform var(--rg-transition);
}

.rg-social-link:hover {
	background: var(--rg-gold);
	transform: translateY(-4px);
}

.rg-social-icon {
	width: 17px;
	height: 17px;
}

.rg-contact-form-wrap {
	background: var(--rg-off-white);
	border-radius: 16px;
	padding: 50px;
}

.rg-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.rg-form-group {
	margin-bottom: 22px;
}

.rg-form-group label {
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	margin-bottom: 8px;
}

.rg-form-group input,
.rg-form-group select,
.rg-form-group textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1.5px solid var(--rg-gray-700);
	border-radius: var(--rg-radius);
	background: var(--rg-white);
	font-family: inherit;
	font-size: 14.5px;
	color: var(--rg-black);
	transition: border-color var(--rg-transition);
}

.rg-form-group input:focus,
.rg-form-group select:focus,
.rg-form-group textarea:focus {
	outline: none;
	border-color: var(--rg-gold);
}

.rg-form-group textarea {
	resize: vertical;
}

.rg-form-submit {
	width: 100%;
}

.rg-form-notice {
	padding: 16px 22px;
	border-radius: var(--rg-radius);
	margin-bottom: 24px;
	font-size: 14.5px;
	font-weight: 600;
}

.rg-form-success {
	background: rgba(46, 160, 67, 0.12);
	color: #1c7a30;
	border: 1px solid rgba(46, 160, 67, 0.3);
}

.rg-form-error {
	background: rgba(220, 53, 69, 0.1);
	color: #b02a37;
	border: 1px solid rgba(220, 53, 69, 0.3);
}

/* WPCF7 / WPForms visual alignment */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea {
	border: 1.5px solid var(--rg-gray-700) !important;
	border-radius: var(--rg-radius) !important;
	padding: 14px 16px !important;
}

.wpcf7-form input[type="submit"],
.wpforms-container button[type="submit"] {
	background: var(--rg-gold) !important;
	color: var(--rg-black) !important;
	border: none !important;
	padding: 15px 34px !important;
	border-radius: var(--rg-radius) !important;
	font-weight: 700 !important;
}

/* ---------- Footer ---------- */
.site-footer {
	background: var(--rg-black);
	color: var(--rg-gray-300);
	padding-top: 90px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 0.85fr 1fr 1fr;
	gap: 50px;
	padding-bottom: 70px;
	border-bottom: 1px solid var(--rg-gray-700);
}

.footer-logo-text {
	font-family: var(--rg-font-heading);
	font-size: 24px;
	font-weight: 700;
	color: var(--rg-white);
}

.rg-gold-dot {
	color: var(--rg-gold);
}

.footer-about-text {
	margin: 20px 0 26px;
	font-size: 14.5px;
	line-height: 1.8;
}

.footer-heading {
	color: var(--rg-white);
	font-size: 16px;
	margin-bottom: 24px;
}

.footer-menu li {
	margin-bottom: 14px;
}

.footer-menu a {
	font-size: 14.5px;
	color: var(--rg-gray-300);
}

.footer-menu a:hover {
	color: var(--rg-gold);
}

.footer-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 18px;
	font-size: 14.5px;
}

.footer-contact-icon {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex-shrink: 0;
}

.footer-contact-list a {
	color: var(--rg-gray-300);
}

.footer-contact-list a:hover {
	color: var(--rg-gold);
}

.footer-widget-title {
	color: var(--rg-white);
	font-size: 15px;
	margin: 26px 0 14px;
}

.footer-bottom {
	padding: 26px 0;
}

.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-copyright,
.footer-credit {
	margin: 0;
	font-size: 13.5px;
	color: var(--rg-gray-500);
}

/* ---------- Back To Top ---------- */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--rg-gold);
	color: var(--rg-black);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: var(--rg-shadow-gold);
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all var(--rg-transition);
	z-index: 900;
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-to-top:hover {
	background: var(--rg-gold-light);
	transform: translateY(-4px);
}

/* ---------- Page Banner (inner pages) ---------- */
.rg-page-banner {
	background: var(--rg-black);
	padding: 190px 0 90px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.rg-page-banner::after {
	content: "";
	position: absolute;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.15), transparent 70%);
	top: -250px;
	left: 50%;
	transform: translateX(-50%);
}

.rg-page-banner-inner {
	position: relative;
	z-index: 1;
}

.rg-page-banner-title {
	color: var(--rg-white);
	font-size: 46px;
	margin-bottom: 16px;
}

.rg-page-banner-text {
	color: var(--rg-gray-300);
	max-width: 620px;
	margin: 0 auto 22px;
	font-size: 16.5px;
}

.rg-breadcrumbs {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 13.5px;
	color: var(--rg-gray-500);
}

.rg-breadcrumbs a {
	color: var(--rg-gray-300);
}

.rg-breadcrumbs a:hover {
	color: var(--rg-gold);
}

/* ---------- About Page ---------- */
.rg-about-story-inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 60px;
	align-items: center;
}

.rg-about-story-card {
	aspect-ratio: 1 / 1;
	background: linear-gradient(160deg, var(--rg-black), var(--rg-gray-800));
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rg-about-story-card .rg-icon-orbit {
	width: 45%;
	height: 45%;
}

.rg-mission-vision-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.rg-mission-card {
	background: var(--rg-off-white);
	border-radius: 16px;
	padding: 44px;
}

.rg-mission-card .rg-service-icon {
	margin-bottom: 22px;
}

.rg-mission-card h3 {
	font-size: 22px;
	margin-bottom: 12px;
}

.rg-mission-card p {
	color: var(--rg-gray-500);
	margin: 0;
}

/* ---------- Services Page ---------- */
.rg-service-detail-row {
	display: grid;
	grid-template-columns: 0.4fr 0.6fr;
	gap: 60px;
	align-items: center;
	padding: 60px 0;
	border-bottom: 1px solid var(--rg-gray-700);
}

.rg-service-detail-row:first-child {
	padding-top: 0;
}

.rg-service-detail-row:last-child {
	border-bottom: none;
}

.rg-service-detail-row.is-reversed {
	direction: rtl;
}

.rg-service-detail-row.is-reversed > * {
	direction: ltr;
}

.rg-service-detail-visual {
	position: relative;
	aspect-ratio: 4 / 3;
	background: linear-gradient(160deg, var(--rg-black), var(--rg-gray-800));
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.rg-service-detail-icon {
	width: 34%;
	height: 34%;
}

.rg-service-detail-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.rg-service-detail-number {
	position: absolute;
	bottom: 20px;
	right: 26px;
	font-family: var(--rg-font-heading);
	font-size: 20px;
	font-weight: 700;
	color: var(--rg-gold);
	z-index: 2;
	background: rgba(0, 0, 0, 0.55);
	padding: 4px 10px;
	border-radius: 6px;
	backdrop-filter: blur(4px);
}

.rg-service-detail-title {
	font-size: 30px;
	margin-bottom: 16px;
}

.rg-service-detail-text {
	color: var(--rg-gray-500);
	margin-bottom: 22px;
}

.rg-service-detail-points {
	margin-bottom: 24px;
}

.rg-service-detail-points li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 500;
}

/* ---------- FAQ ---------- */
.rg-faq-container {
	max-width: 820px;
}

.rg-faq-item {
	border-bottom: 1px solid var(--rg-gray-700);
}

.rg-faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: transparent;
	border: none;
	padding: 26px 4px;
	text-align: left;
	font-size: 17px;
	font-weight: 600;
	color: var(--rg-black);
}

.rg-faq-icon {
	position: relative;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.rg-faq-icon::before,
.rg-faq-icon::after {
	content: "";
	position: absolute;
	background: var(--rg-black);
	transition: transform var(--rg-transition), background var(--rg-transition);
}

.rg-faq-icon::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
}

.rg-faq-icon::after {
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
}

.rg-faq-question[aria-expanded="true"] .rg-faq-icon::after {
	transform: translateX(-50%) rotate(90deg);
	opacity: 0;
}

.rg-faq-question[aria-expanded="true"] .rg-faq-icon::before {
	background: var(--rg-gold);
}

.rg-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.rg-faq-answer p {
	padding: 0 4px 26px;
	color: var(--rg-gray-500);
	margin: 0;
}

/* ---------- 404 ---------- */
.rg-404-section {
	padding: 180px 0;
	text-align: center;
}

.rg-404-content {
	max-width: 620px;
	margin: 0 auto;
}

.rg-404-code {
	display: block;
	font-family: var(--rg-font-heading);
	font-size: 140px;
	font-weight: 700;
	line-height: 1;
	color: var(--rg-gold);
	margin-bottom: 10px;
}

.rg-404-title {
	font-size: 32px;
	margin-bottom: 16px;
}

.rg-404-text {
	color: var(--rg-gray-500);
	margin-bottom: 36px;
}

.rg-404-search {
	display: flex;
	gap: 12px;
	margin-bottom: 34px;
}

.rg-404-search-field {
	flex: 1;
	padding: 15px 20px;
	border: 1.5px solid var(--rg-gray-700);
	border-radius: var(--rg-radius);
	font-size: 14.5px;
}

.rg-404-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

/* ---------- Blog / Archive ---------- */
.rg-archive-section {
	padding-top: 190px;
}

.rg-archive-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
}

.rg-archive-layout.has-sidebar {
	grid-template-columns: 2.4fr 1fr;
}

.rg-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 34px;
}

.rg-blog-card {
	background: var(--rg-off-white);
	border-radius: 14px;
	overflow: hidden;
	transition: transform var(--rg-transition), box-shadow var(--rg-transition);
}

.rg-blog-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--rg-shadow-soft);
}

.rg-blog-card-thumb {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.rg-blog-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.rg-blog-card:hover .rg-blog-card-thumb img {
	transform: scale(1.06);
}

.rg-blog-card-body {
	padding: 28px 30px;
}

.rg-blog-card-meta {
	font-size: 12.5px;
	color: var(--rg-gray-500);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.rg-blog-card-title {
	font-size: 21px;
	margin-bottom: 12px;
}

.rg-blog-card-title a:hover {
	color: var(--rg-gold-dark);
}

.rg-blog-card-excerpt {
	color: var(--rg-gray-500);
	font-size: 14.5px;
	margin-bottom: 16px;
}

.rg-blog-card-link {
	font-size: 13.5px;
	font-weight: 700;
}

.rg-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 50px;
	flex-wrap: wrap;
}

.rg-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border-radius: 8px;
	border: 1.5px solid var(--rg-gray-700);
	font-size: 14px;
	font-weight: 600;
}

.rg-pagination .page-numbers.current,
.rg-pagination .page-numbers:hover {
	background: var(--rg-black);
	border-color: var(--rg-black);
	color: var(--rg-gold);
}

.rg-no-results {
	text-align: center;
	padding: 80px 20px;
}

.rg-no-results h2 {
	font-size: 28px;
	margin-bottom: 14px;
}

.rg-no-results p {
	color: var(--rg-gray-500);
	max-width: 480px;
	margin: 0 auto 26px;
}

/* ---------- Single Post ---------- */
.rg-single-section,
.rg-page-section {
	padding-top: 190px;
}

.entry-categories {
	margin-bottom: 16px;
}

.entry-category-badge {
	display: inline-block;
	background: var(--rg-black);
	color: var(--rg-gold);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 16px;
	border-radius: 20px;
	margin-right: 8px;
}

.entry-title,
.page-title {
	font-size: 40px;
}

.entry-meta {
	display: flex;
	gap: 18px;
	color: var(--rg-gray-500);
	font-size: 14px;
	margin-bottom: 34px;
}

.entry-featured-image,
.page-featured-image {
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 40px;
}

.rg-entry-content {
	max-width: 800px;
	font-size: 17px;
}

.rg-entry-content h2 {
	font-size: 28px;
	margin-top: 44px;
}

.rg-entry-content h3 {
	font-size: 22px;
	margin-top: 34px;
}

.rg-entry-content a {
	color: var(--rg-gold-dark);
	text-decoration: underline;
}

.rg-entry-content img {
	border-radius: 12px;
	margin: 20px 0;
}

.rg-entry-content blockquote {
	border-left: 3px solid var(--rg-gold);
	padding: 4px 0 4px 24px;
	font-style: italic;
	color: var(--rg-gray-500);
	margin: 30px 0;
}

.entry-tags {
	margin-top: 30px;
	font-size: 14px;
	color: var(--rg-gray-500);
}

.entry-tags a {
	color: var(--rg-black);
	font-weight: 600;
}

.rg-post-navigation {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 30px 0;
	border-top: 1px solid var(--rg-gray-700);
	border-bottom: 1px solid var(--rg-gray-700);
	margin: 50px 0;
	font-weight: 700;
}

.rg-page-container {
	max-width: 900px;
}

/* ---------- Comments ---------- */
.rg-comments-wrap {
	margin-top: 60px;
}

.comment-list {
	margin-bottom: 30px;
}

.rg-comment {
	margin-bottom: 26px;
}

.rg-comment-body {
	display: flex;
	gap: 16px;
}

.rg-comment-avatar img {
	border-radius: 50%;
}

.rg-comment-meta {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 8px;
}

.rg-comment-author {
	font-weight: 700;
}

.rg-comment-date {
	font-size: 13px;
	color: var(--rg-gray-500);
}

.comment-reply-link {
	font-size: 13px;
	font-weight: 700;
	color: var(--rg-gold-dark);
}

.comment-respond input,
.comment-respond textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1.5px solid var(--rg-gray-700);
	border-radius: var(--rg-radius);
	margin-bottom: 16px;
	font-family: inherit;
}

.comment-respond .form-submit input {
	width: auto;
	background: var(--rg-gold);
	border: none;
	font-weight: 700;
	cursor: pointer;
}

/* ---------- Widgets / Sidebar ---------- */
.widget {
	margin-bottom: 44px;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--rg-gray-700);
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.widget ul li {
	margin-bottom: 12px;
}

/* ---------- WooCommerce baseline alignment ---------- */
.woocommerce-main .rg-container {
	padding-top: 190px;
}

.woocommerce ul.products li.product .price {
	color: var(--rg-gold-dark);
	font-weight: 700;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce input.button {
	background: var(--rg-gold) !important;
	color: var(--rg-black) !important;
	border-radius: var(--rg-radius) !important;
	font-weight: 700 !important;
}