:root {
	--rt-primary: #4f3dff;
	--rt-primary-dark: #3725dc;
	--rt-ink: #15132b;
	--rt-muted: #65627a;
	--rt-soft: #f6f6fb;
	--rt-line: #e8e7f0;
	--rt-white: #fff;
	--rt-radius-sm: 12px;
	--rt-radius: 20px;
	--rt-radius-lg: 30px;
	--rt-shadow: 0 18px 50px rgba(25, 20, 68, .08);
	--rt-shell: 1200px;
}

.rt26-shell { width: min(var(--rt-shell), calc(100% - 40px)); margin-inline: auto; }
.rt26-section { padding-block: clamp(64px, 7vw, 104px); }
.rt26-section-soft { background: var(--rt-soft); }
.rt26-section-dark { color: var(--rt-white); background: var(--rt-ink); }
.rt26-heading { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.rt26-heading h2, .rt26-cta h2, .rt26-about h2 { margin: 10px 0 14px; color: inherit; font-size: clamp(30px, 4vw, 52px); line-height: 1.1; letter-spacing: -.035em; }
.rt26-heading p, .rt26-about p, .rt26-cta p { color: var(--rt-muted); font-size: 17px; line-height: 1.75; }
.rt26-section-dark .rt26-heading p { color: #c8c5da; }
.rt26-eyebrow { display: inline-block; color: var(--rt-primary); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rt26-btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 700; line-height: 1.3; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.rt26-btn:hover { transform: translateY(-2px); }
.rt26-btn-primary { color: #fff !important; background: var(--rt-primary); box-shadow: 0 12px 28px rgba(79, 61, 255, .24); }
.rt26-btn-primary:hover { background: var(--rt-primary-dark); }
.rt26-btn-secondary { color: var(--rt-ink) !important; border-color: var(--rt-line); background: #fff; }
.rt26-btn-secondary-light { color: #fff !important; border-color: rgba(255,255,255,.4); }
.rt26-text-link { color: var(--rt-primary) !important; font-weight: 750; }
.rt26-text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.rt26-text-link:hover span { transform: translateX(4px); }
.rt26-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; color: var(--rt-primary); background: #eeecff; }
.rt26-icon svg, .rt26-trust svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.rt26-hero { position: relative; overflow: hidden; padding-block: clamp(70px, 9vw, 130px); background: linear-gradient(135deg, #f8f7ff 0%, #fff 60%); }
.rt26-hero::before { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(79,61,255,.08); content: ''; filter: blur(1px); inset: -260px -160px auto auto; }
.rt26-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
.rt26-hero-copy { max-width: 760px; }
.rt26-hero h1 { margin: 14px 0 22px; color: var(--rt-ink); font-size: clamp(42px, 5.4vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.rt26-hero-copy > p:not(.rt26-trust-line) { max-width: 680px; color: var(--rt-muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.7; }
.rt26-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.rt26-trust-line { margin: 25px 0 0; color: #747085; font-size: 13px; font-weight: 650; }
.rt26-trust-line span { margin-inline: 5px; color: var(--rt-primary); }
.rt26-hero-panel { position: relative; display: flex; min-height: 360px; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 48px); overflow: hidden; border: 1px solid rgba(79,61,255,.15); border-radius: var(--rt-radius-lg); color: #fff; background: var(--rt-ink); box-shadow: var(--rt-shadow); }
.rt26-hero-panel strong { font-size: clamp(28px, 3vw, 42px); line-height: 1.1; }
.rt26-hero-panel span { margin-top: 12px; color: #d6d3e8; font-size: 17px; }
.rt26-orbit { position: absolute; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; inset: -65px -45px auto auto; }
.rt26-orbit::before, .rt26-orbit::after { position: absolute; border: 1px solid rgba(79,61,255,.7); border-radius: 50%; content: ''; inset: 28px; }
.rt26-orbit::after { inset: 58px; background: var(--rt-primary); }

.rt26-trust { border-block: 1px solid var(--rt-line); background: #fff; }
.rt26-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rt26-trust-grid > div { display: flex; min-height: 88px; align-items: center; justify-content: center; gap: 12px; color: var(--rt-ink); font-weight: 750; }
.rt26-trust-grid > div + div { border-left: 1px solid var(--rt-line); }
.rt26-trust svg { color: var(--rt-primary); }

.rt26-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.rt26-card { padding: 30px; border: 1px solid var(--rt-line); border-radius: var(--rt-radius); background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.rt26-card:hover { transform: translateY(-4px); border-color: rgba(79,61,255,.3); box-shadow: var(--rt-shadow); }
.rt26-card h3, .rt26-advantage-grid h3 { margin: 22px 0 10px; color: var(--rt-ink); font-size: 21px; line-height: 1.25; }
.rt26-card p, .rt26-advantage-grid p { min-height: 54px; margin: 0 0 20px; color: var(--rt-muted); line-height: 1.65; }
.rt26-advantage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.rt26-advantage-grid article { padding: 26px; border-radius: var(--rt-radius); background: #fff; box-shadow: 0 10px 30px rgba(25,20,68,.05); }
.rt26-process { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(7, minmax(0, 1fr)); list-style: none; }
.rt26-process li { position: relative; min-width: 0; padding: 0 15px; text-align: center; }
.rt26-process li::before { position: absolute; height: 1px; background: var(--rt-line); content: ''; inset: 24px -50% auto 50%; }
.rt26-process li:last-child::before { display: none; }
.rt26-process span { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; margin: 0 auto 16px; place-items: center; border-radius: 50%; color: #fff; background: var(--rt-primary); font-size: 13px; font-weight: 800; }
.rt26-process strong { display: block; color: var(--rt-ink); font-size: 14px; line-height: 1.4; }
.rt26-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.rt26-project-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--rt-radius); background: #211e3a; }
.rt26-portfolio-page .rt26-project-card { border-color: var(--rt-line); background: #fff; box-shadow: 0 10px 35px rgba(25,20,68,.06); }
.rt26-project-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #eeecf6; }
.rt26-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.rt26-project-card:hover img { transform: scale(1.035); }
.rt26-project-body { padding: 22px; }
.rt26-project-body > span { color: #aaa5c7; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.rt26-portfolio-page .rt26-project-body > span { color: var(--rt-muted); }
.rt26-project-body h3 { margin: 8px 0 14px; color: inherit; font-size: 20px; }
.rt26-center { margin-top: 40px; text-align: center; }
.rt26-cta { padding-block: clamp(48px, 6vw, 76px); background: #eeecff; }
.rt26-cta .rt26-shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.rt26-cta h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(28px, 3.5vw, 46px); }

.rt26-about-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 90px); align-items: start; }
.rt26-about-intro h2 { margin-top: 12px; }
.rt26-about-intro > p { margin: 0; }
.rt26-about-grid { display: grid; margin-top: clamp(52px, 7vw, 90px); grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rt26-about-grid article { padding: 28px; border: 1px solid var(--rt-line); border-radius: var(--rt-radius); }
.rt26-about-grid article > span { color: var(--rt-primary); font-weight: 800; }
.rt26-about-grid h3 { margin: 22px 0 10px; color: var(--rt-ink); font-size: 20px; }
.rt26-about-grid p { margin: 0; font-size: 15px; }
.rt26-inline-cta { display: flex; margin-top: clamp(52px, 7vw, 90px); align-items: center; justify-content: space-between; gap: 32px; padding: clamp(30px, 5vw, 56px); border-radius: var(--rt-radius-lg); background: var(--rt-soft); }
.rt26-inline-cta h2 { max-width: 680px; margin: 0 0 8px; font-size: clamp(26px, 3vw, 40px); }
.rt26-inline-cta p { margin: 0; }

/* Existing Elementor pages: consistent rhythm without changing commercial content. */
.page-id-35 .site-content, .page-id-41 .site-content, .page-id-349 .site-content, .post-type-archive-product .site-content { color: var(--rt-ink); }
.page-id-35 .elementor-section-wrap > .elementor-section, .page-id-41 .elementor-section-wrap > .elementor-section, .page-id-349 .elementor-section-wrap > .elementor-section { padding-top: clamp(52px, 6vw, 90px); padding-bottom: clamp(52px, 6vw, 90px); }
.page-id-35 .ct-service-grid .grid-item-inner, .page-id-349 .ct-pricing .pricing-item, .page-id-349 .ct-pricing-single, .post-type-archive-product .woocommerce-loop-product__link { border-radius: var(--rt-radius); }
.page-id-349 .ct-pricing .pricing-item, .page-id-349 .ct-pricing-single { overflow: hidden; box-shadow: var(--rt-shadow); }
.page-id-41 .wpcf7-form { padding: clamp(22px, 4vw, 38px); border-radius: var(--rt-radius); background: #fff; box-shadow: var(--rt-shadow); }
.page-id-41 .wpcf7-form input:not([type=submit]), .page-id-41 .wpcf7-form select, .page-id-41 .wpcf7-form textarea { min-height: 50px; padding: 12px 14px; border: 1px solid #dcd9e7; border-radius: 10px; background: #fff; }
.page-id-41 .wpcf7-form textarea { min-height: 150px; }
.page-id-41 .wpcf7-form :is(input, select, textarea):focus { border-color: var(--rt-primary); outline: 3px solid rgba(79,61,255,.14); outline-offset: 1px; }

/* Header variants remain intact; only alignment and touch targets are normalized. */
#ct-header-elementor .ct-header-branding img { width: auto; max-height: 52px; object-fit: contain; }
#ct-header-elementor .ct-main-menu > li > a { padding-inline: clamp(10px, 1.25vw, 19px); }
#ct-header-elementor .ct-header-elementor-sticky { box-shadow: 0 8px 28px rgba(20,16,55,.08); }
.ct-header-mobile .ct-header-branding, .ct-header-mobile #ct-menu-mobile, .ct-header-mobile .ct-header-cart { display: flex; align-items: center; }
.ct-header-mobile #ct-menu-mobile, .ct-header-mobile .ct-header-cart a { min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.ct-header-mobile .ct-menu-toggle { width: 44px; height: 44px; }
.ct-header-mobile .sub-menu a { min-height: 44px; padding-block: 11px; }

/* WooCommerce presentation only: no catalog data is changed. */
.post-type-archive-product ul.products { gap: clamp(18px, 2.5vw, 30px); }
.post-type-archive-product ul.products li.product { padding: 18px; border: 1px solid var(--rt-line); border-radius: var(--rt-radius); background: #fff; box-shadow: 0 8px 25px rgba(25,20,68,.05); }
.post-type-archive-product ul.products li.product img { border-radius: var(--rt-radius-sm); }
.post-type-archive-product ul.products li.product .button { min-height: 46px; border-radius: 999px; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(79,61,255,.38) !important; outline-offset: 3px; }
.rt26-mobile-cta { display: none; }

@media (max-width: 1024px) {
	.rt26-hero-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; }
	.rt26-service-grid, .rt26-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rt26-advantage-grid, .rt26-about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rt26-process { grid-template-columns: repeat(4, 1fr); gap: 28px 0; }
	.rt26-process li::before { display: none; }
}

@media (max-width: 767px) {
	.rt26-shell { width: min(100% - 28px, var(--rt-shell)); }
	.rt26-section { padding-block: clamp(52px, 14vw, 72px); }
	.rt26-hero { padding-block: clamp(52px, 14vw, 72px); }
	.rt26-hero-grid { display: block; }
	.rt26-hero h1 { max-width: 12ch; font-size: clamp(38px, 11.5vw, 52px); line-height: 1.04; }
	.rt26-hero-copy > p:not(.rt26-trust-line) { font-size: 16px; line-height: 1.6; }
	.rt26-actions { flex-direction: column; }
	.rt26-actions .rt26-btn { width: 100%; }
	.rt26-trust-line { line-height: 1.7; }
	.rt26-hero-panel { display: none; }
	.rt26-trust-grid { grid-template-columns: repeat(2, 1fr); }
	.rt26-trust-grid > div { min-height: 70px; justify-content: flex-start; padding-inline: 12px; font-size: 13px; }
	.rt26-trust-grid > div + div { border-left: 0; }
	.rt26-trust-grid > div:nth-child(even) { border-left: 1px solid var(--rt-line); }
	.rt26-trust-grid > div:nth-child(n+3) { border-top: 1px solid var(--rt-line); }
	.rt26-service-grid, .rt26-project-grid, .rt26-advantage-grid, .rt26-about-grid { grid-template-columns: 1fr; }
	.rt26-card p { min-height: 0; }
	.rt26-process { position: relative; display: grid; grid-template-columns: 1fr; gap: 0; }
	.rt26-process::before { position: absolute; width: 2px; background: var(--rt-line); content: ''; inset: 24px auto 24px 23px; }
	.rt26-process li { display: flex; min-height: 70px; align-items: center; gap: 16px; padding: 0; text-align: left; }
	.rt26-process span { flex: 0 0 48px; margin: 0; }
	.rt26-process strong { font-size: 16px; }
	.rt26-cta .rt26-shell, .rt26-inline-cta, .rt26-about-intro { display: grid; grid-template-columns: 1fr; }
	.rt26-cta .rt26-btn, .rt26-inline-cta .rt26-btn { width: 100%; }
	.page-id-349 .elementor-column { width: 100% !important; }
	.post-type-archive-product ul.products { grid-template-columns: 1fr !important; }
	.rt26-mobile-cta { position: fixed; z-index: 9990; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid var(--rt-line); background: rgba(255,255,255,.96); box-shadow: 0 -8px 25px rgba(20,16,55,.1); inset: auto 0 0; backdrop-filter: blur(10px); }
	.rt26-mobile-cta a { display: flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--rt-primary); border-radius: 999px; color: var(--rt-primary); font-size: 14px; font-weight: 800; }
	.rt26-mobile-cta a:last-child { color: #fff; background: var(--rt-primary); }
	body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) #page { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
}

@media (max-width: 359px) {
	.rt26-shell { width: min(100% - 24px, var(--rt-shell)); }
	.rt26-hero h1 { font-size: 36px; }
	.rt26-card, .rt26-advantage-grid article, .rt26-about-grid article { padding: 22px; }
	.rt26-mobile-cta { gap: 6px; padding-inline: 7px; }
	.rt26-mobile-cta a { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
