21 Commits

Author SHA1 Message Date
9e199df7c1 Merge version_6 into main
Merge version_6 into main
2026-05-22 04:31:32 +00:00
ca6e0228df Update src/app/page.tsx 2026-05-22 04:31:29 +00:00
72e1077106 Merge version_6 into main
Merge version_6 into main
2026-05-22 04:26:59 +00:00
c08926af38 Update theme colors 2026-05-22 04:26:56 +00:00
d3d97c7712 Merge version_5 into main
Merge version_5 into main
2026-05-22 04:26:52 +00:00
15ed899fb4 Update theme colors 2026-05-22 04:26:46 +00:00
3888eebadb Merge version_4 into main
Merge version_4 into main
2026-05-22 04:26:02 +00:00
9140e3a5dc Update theme colors 2026-05-22 04:25:58 +00:00
6c922580fc Merge version_3 into main
Merge version_3 into main
2026-05-22 04:25:32 +00:00
313b7273c2 Update theme colors 2026-05-22 04:25:26 +00:00
892d11cb59 Merge version_2 into main
Merge version_2 into main
2026-05-22 04:25:13 +00:00
b87837497c Update theme fonts 2026-05-22 04:25:07 +00:00
6aaa3fdc33 Update theme fonts 2026-05-22 04:25:06 +00:00
97967cbdd3 Merge version_2 into main
Merge version_2 into main
2026-05-22 04:24:58 +00:00
a525310575 Update theme fonts 2026-05-22 04:24:55 +00:00
d5b9e43c54 Update theme fonts 2026-05-22 04:24:55 +00:00
927ee7f5cc Merge version_2 into main
Merge version_2 into main
2026-05-22 04:22:24 +00:00
a9c1777840 Update src/app/page.tsx 2026-05-22 04:22:20 +00:00
cbc9232967 Merge version_2 into main
Merge version_2 into main
2026-05-22 04:21:59 +00:00
c4ee60297f Update src/app/styles/variables.css 2026-05-22 04:21:53 +00:00
85b9a41c75 Update src/app/page.tsx 2026-05-22 04:21:53 +00:00
4 changed files with 100 additions and 187 deletions

View File

@@ -6,20 +6,23 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Open_Sans } from "next/font/google";
import { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
export const metadata: Metadata = { title: 'Expert HVAC Services | Reliable Heating & Cooling Solutions', description: 'Keep your home comfortable year-round with our professional HVAC installation, repair, and maintenance services. Fast, reliable, and energy-efficient solutions.' };
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { title: 'Expert HVAC Services | Reliable Heating & Cooling Solutions', description: 'Keep your home comfortable year-round with our professional HVAC installation, repair, and maintenance services. Fast, reliable, and energy-efficient solutions.' };
export default function RootLayout({
children,
}: Readonly<{
@@ -28,9 +31,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -14,7 +14,7 @@ import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
export default function HvacPage() {
export default function GalaxyLodgingPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -31,35 +31,35 @@ export default function HvacPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="AirPro HVAC"
brandName="Galaxy Executive Lodging"
navItems={[
{ name: "Services", id: "services" },
{ name: "Amenities", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Get a Quote", href: "#contact" }}
button={{ text: "Book Now", href: "#contact" }}
animateOnLoad={false}
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Your Comfort Is Our Priority"
description="Professional heating, ventilation, and air conditioning services for homes and businesses. From installations to emergency repairs, we keep your climate perfect year-round."
title="Premium Executive Comfort"
description="Discover unparalleled luxury and convenience with Galaxy Executive Lodging. We provide premium living spaces for discerning professionals and travelers alike."
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Client" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Client" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Guest" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Guest" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Guest" },
]}
avatarText="Trusted by 500+ clients"
avatarText="Trusted by 1000+ executives"
buttons={[
{ text: "Schedule Service", href: "#contact" },
{ text: "Our Services", href: "#services" },
{ text: "View Amenities", href: "#services" },
{ text: "Book Your Stay", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
imageAlt="HVAC technician performing system maintenance"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E42j7n6L4zGj1GqWAyjQGiC38y/uploaded-1779424097462-o5nwwwhv.jpg"
imageAlt="Luxury executive suite"
showDimOverlay={true}
/>
</div>
@@ -67,24 +67,18 @@ export default function HvacPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="About Us"
title="Reliable Climate Solutions Since 2005"
description="AirPro HVAC has been keeping homes and businesses comfortable for nearly two decades. Our certified technicians deliver expert installations, maintenance, and repairs — backed by transparent pricing and a commitment to getting the job done right the first time."
title="Redefining Executive Living"
description="Galaxy Executive Lodging specializes in providing high-end accommodations tailored for long-term and short-term professional stays. With locations in prime business hubs, we combine the comfort of a home with the amenities of a five-star hotel."
metrics={[
{
value: "2,500+",
title: "Systems installed and serviced",
},
value: "50+", title: "Luxury properties globally"},
{
value: "98%",
title: "Customer satisfaction rate",
},
value: "99%", title: "Occupancy and satisfaction"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg"
imageAlt="Commercial HVAC units on rooftop"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E42j7n6L4zGj1GqWAyjQGiC38y/uploaded-1779424182856-5gsrwjtu.jpg"
imageAlt="Modern lobby and facilities"
mediaBadge={{
text: "Active Now",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg",
avatarAlt: "Technician"
text: "Elite Member Access", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Staff"
}}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -93,76 +87,46 @@ export default function HvacPage() {
</div>
<div id="services" data-section="services">
<FeatureCardOne
title="Our Services"
description="From installations to emergency repairs, we have your comfort covered."
buttons={[{ text: "Get a Quote", href: "#contact" }]}
title="Our Amenities"
description="Designed for maximum productivity and restorative rest."
buttons={[{ text: "Inquire Now", href: "#contact" }]
}
buttonAnimation="slide-up"
features={[
{
title: "AC Installation",
description: "Expert installation of high-efficiency air conditioning systems for homes and commercial spaces.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg",
imageAlt: "AC installation service",
},
title: "High-Speed Connectivity", description: "Dedicated enterprise-grade Wi-Fi ensuring your remote work or virtual meetings are always uninterrupted.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=1", imageAlt: "High speed internet setup"},
{
title: "Heating Systems",
description: "Complete furnace and heat pump installations to keep you warm through every winter.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg",
imageAlt: "Heating system service",
},
title: "Concierge Services", description: "Personalized assistance with travel arrangements, dining reservations, and local recommendations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg", imageAlt: "Professional concierge"},
{
title: "Maintenance Plans",
description: "Preventative maintenance programs that extend the life of your system and reduce energy costs.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg",
imageAlt: "HVAC maintenance",
},
title: "Fitness & Wellness", description: "Full access to private gym facilities and spa amenities to help you maintain your balance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=1", imageAlt: "Luxury gym facility"},
{
title: "Emergency Repairs",
description: "24/7 emergency repair service — we respond fast when your system breaks down unexpectedly.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg",
imageAlt: "Emergency HVAC repair",
},
title: "Secure Parking", description: "Private, gated parking facilities provided as standard for all executive suites.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=1", imageAlt: "Secure parking area"},
{
title: "Duct Cleaning",
description: "Professional duct cleaning to improve air quality and system efficiency throughout your property.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg",
imageAlt: "Duct cleaning service",
},
title: "Housekeeping Services", description: "Daily discreet housekeeping to keep your workspace and living area pristine.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=1", imageAlt: "Professional cleaning services"},
{
title: "System Inspections",
description: "Thorough inspections with detailed reports and transparent recommendations — no hidden fees.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg",
imageAlt: "HVAC system inspection",
},
title: "Gourmet Kitchens", description: "Fully equipped chef-grade kitchens for those who prefer dining in privacy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg", imageAlt: "Designer kitchen"},
]}
gridVariant="uniform-all-items-equal"
uniformGridCustomHeightClasses="aspect-square"
gridClassName="md:!grid-cols-3"
carouselThreshold={7}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<FeatureBorderGlow
title="Why Choose AirPro"
description="What sets us apart from the rest"
title="The Galaxy Advantage"
description="Why professionals choose our lodging solutions"
features={[
{
icon: ShieldCheck,
title: "Reliability & Trust",
description: "Looking for a dependable HVAC company? We arrive on time and do the job right.",
},
title: "Absolute Privacy", description: "Secure access protocols ensuring a quiet, confidential space for your business engagements."},
{
icon: Wrench,
title: "Quality Workmanship",
description: "Our skilled technicians excel in various HVAC repairs, using only top-quality materials.",
},
title: "24/7 Support", description: "Our management team is available around the clock to address any of your immediate needs."},
{
icon: DollarSign,
title: "Fair & Transparent Pricing",
description: "No surprises here! We offer clear quotes and fair pricing for quality work.",
},
title: "Transparent Billing", description: "All-inclusive corporate pricing with no hidden fees or surprise maintenance charges."},
]}
textboxLayout="default"
animationType="slide-up"
@@ -170,69 +134,35 @@ export default function HvacPage() {
/>
<FeatureCardEight
title="How It Works"
description="Our simple process from first call to finished job"
title="Booking Process"
description="Seamless check-in for busy travelers"
features={[
{
title: "Schedule a Call",
description: "Contact us by phone or online to describe your HVAC issue. We'll find a time that works for you.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg",
imageAlt: "Scheduling a service call",
},
title: "Inquire Availability", description: "Reach out with your travel dates. We'll identify the best properties matching your requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=2", imageAlt: "Booking interface"},
{
title: "On-Site Diagnosis",
description: "A certified technician arrives on time, inspects your system, and explains the issue with a clear quote.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg",
imageAlt: "Technician diagnosing HVAC system",
},
title: "Instant Confirmation", description: "Review the quote, confirm your details, and receive your digital access keys immediately.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=2", imageAlt: "Digital key activation"},
{
title: "Expert Repair or Install",
description: "We complete the work using premium parts and proven techniques — most jobs done same day.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg",
imageAlt: "HVAC repair in progress",
},
title: "Seamless Arrival", description: "Arrive at your leisure. Our staff is prepared for your check-in with personalized amenities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=2", imageAlt: "Luxury arrival area"},
{
title: "Quality Guarantee",
description: "We test everything before we leave and back all work with our satisfaction guarantee.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg",
imageAlt: "Final quality check",
},
title: "Dedicated Manager", description: "Your designated manager ensures your stay remains perfect throughout the entire duration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=2", imageAlt: "Account manager assisting guest"},
]}
textboxLayout="default"
useInvertedBackground={false}
/>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Clients Say"
description="Hear from homeowners and businesses who trust AirPro HVAC."
title="Guest Experiences"
description="Read what our corporate clients and luxury travelers have to say."
testimonials={[
{
id: "1",
name: "James R.",
handle: "Homeowner, Austin TX",
testimonial: "AirPro replaced our entire AC system in one day. The crew was professional, clean, and the new unit runs quieter than anything we've had before. Highly recommend.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg",
imageAlt: "James R.",
},
id: "1", name: "Sarah Jenkins", handle: "Tech Executive, New York", testimonial: "Galaxy Executive Lodging provides the best long-term stay experience I've ever had. Truly felt like a home away from home while managing projects across cities.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "Sarah Jenkins"},
{
id: "2",
name: "Linda M.",
handle: "Business Owner, Dallas TX",
testimonial: "We use AirPro for all three of our office locations. Their maintenance plans have saved us thousands in emergency repairs. Always on time, always honest.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg",
imageAlt: "Linda M.",
},
id: "2", name: "Michael Chen", handle: "Consultant, San Francisco", testimonial: "The attention to detail in their properties is impeccable. From the high-speed connection to the quiet atmosphere, it's perfect for focused work.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Carlos D.",
handle: "Homeowner, Houston TX",
testimonial: "Our furnace broke down on the coldest night of the year. AirPro had someone at our door within two hours. Fixed it on the spot. Can't thank them enough.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg",
imageAlt: "Carlos D.",
},
id: "3", name: "Elena Rodriguez", handle: "Digital Nomad, London", testimonial: "Whenever I travel, I look for Galaxy. The concierge and support teams consistently exceed expectations in every city I visit.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Elena Rodriguez"},
]}
showRating={true}
animationType="slide-up"
@@ -242,7 +172,7 @@ export default function HvacPage() {
</div>
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
sideTitle="Common Questions"
buttons={[{ text: "Contact Us", href: "#contact" }]}
buttonAnimation="slide-up"
faqsAnimation="slide-up"
@@ -250,43 +180,28 @@ export default function HvacPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer 24/7 emergency service?",
content: "Yes! We provide round-the-clock emergency HVAC service. If your system breaks down in the middle of the night or on a weekend, call us and a technician will be at your door as soon as possible.",
},
id: "1", title: "Do you support short and long-term stays?", content: "Absolutely. We specialize in both. Whether you need a short-term city break or a full-month executive assignment, we accommodate your schedule."},
{
id: "2",
title: "How often should I service my HVAC system?",
content: "We recommend servicing your system at least twice a year — once before summer for cooling and once before winter for heating. Regular maintenance extends your system's life and keeps energy bills low.",
},
id: "2", title: "Are pets allowed in the properties?", content: "Many of our properties are pet-friendly. Please specify your requirements during the inquiry phase, and we'll match you with the perfect space."},
{
id: "3",
title: "What brands do you install and repair?",
content: "We work with all major HVAC brands including Carrier, Trane, Lennox, Daikin, Rheem, and more. Our technicians are trained and certified across multiple manufacturers.",
},
id: "3", title: "Do you provide corporate billing solutions?", content: "Yes, we provide streamlined, consolidated corporate billing for enterprise clients and companies managing multiple travelers."},
{
id: "4",
title: "Do you offer financing options?",
content: "Yes, we offer flexible financing plans for new installations and major repairs. Ask about our 0% interest options so you can stay comfortable without straining your budget.",
},
id: "4", title: "How are check-ins handled?", content: "We offer various check-in protocols including digital key access or in-person greeting, depending on the property selected."},
{
id: "5",
title: "How long does a typical installation take?",
content: "Most residential HVAC installations are completed in one day. Larger commercial projects may take 2-3 days depending on the scope. We'll give you an accurate timeline during your consultation.",
},
id: "5", title: "Where are your primary locations?", content: "We operate in major business and urban hubs worldwide. Reach out to see if we have availability in your city of choice."},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Get in Touch"
tag="Inquiry"
tagIcon={Phone}
title="Ready to Stay Comfortable Year-Round?"
description="Whether you need a new installation, emergency repair, or routine maintenance — our team is ready to help. Call us today or request a free quote."
title="Reserve Your Executive Space"
description="Ready to experience the Galaxy standard? Let us know your requirements and one of our managers will get back to you promptly."
buttons={[
{ text: "Get a Free Quote", href: "#contact" },
{ text: "Call (555) 987-6543", href: "tel:5559876543" },
{ text: "Request Booking", href: "#contact" },
{ text: "Call (555) 000-1111", href: "tel:5550001111" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -295,41 +210,38 @@ export default function HvacPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="AirPro HVAC"
logoText="Galaxy Executive Lodging"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg"
imageAlt="HVAC technician inspecting equipment"
imageAlt="Luxury property facade"
columns={[
{
title: "Services",
items: [
{ label: "AC Installation", href: "#services" },
{ label: "Heating Systems", href: "#services" },
{ label: "Maintenance Plans", href: "#services" },
{ label: "Emergency Repairs", href: "#services" },
title: "Our Amenities", items: [
{ label: "High-Speed Connectivity", href: "#services" },
{ label: "Concierge Services", href: "#services" },
{ label: "Fitness & Wellness", href: "#services" },
{ label: "Secure Parking", href: "#services" },
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" },
title: "About Us", items: [
{ label: "Our Story", href: "#about" },
{ label: "Guest Reviews", href: "#testimonials" },
{ label: "Frequent Questions", href: "#faq" },
{ label: "Inquire Today", href: "#contact" },
],
},
{
title: "Contact",
items: [
{ label: "(555) 987-6543", href: "tel:5559876543" },
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
{ label: "Austin, TX" },
title: "Support", items: [
{ label: "Call (555) 000-1111", href: "tel:5550001111" },
{ label: "concierge@galaxylodging.com", href: "mailto:concierge@galaxylodging.com" },
{ label: "Global Corporate Office" },
],
},
]}
copyrightText="© 2026 | AirPro HVAC"
copyrightText="© 2026 | Galaxy Executive Lodging"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f8fafc;
--background: #f5faff;
--card: #ffffff;
--foreground: #0f172a;
--primary-cta: #1d4ed8;
--primary-cta-text: #ffffff;
--secondary-cta: #e0e7ff;
--secondary-cta-text: #1e3a5f;
--accent: #3b82f6;
--background-accent: #60a5fa;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);