@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-button{width:auto}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}@layer bricks {.brxe-code{width:100%}}  :root {  --r-gold: #D5A65C; --r-gold-light: #E8C78A; --r-gold-dark: #C9964A; --r-teal: #075A69; --r-teal-light: #11798B; --r-teal-lighter: #488E9A; --r-cream: #F9F7F4; --r-cream-dark: #F0EBE4; --r-white: #FFFFFF; --r-text: #5A6A6E; --r-text-dark: #1F363B; --r-text-light: #8A9A9E; --r-border: #E5E1DC; --r-border-light: #EDE9E4;  --font-heading: 'Playfair Display', serif; --font-body: 'DM Sans', sans-serif;  --shadow-sm: 0 2px 8px rgba(31, 54, 59, 0.04); --shadow-md: 0 4px 20px rgba(31, 54, 59, 0.08); --shadow-lg: 0 12px 40px rgba(31, 54, 59, 0.12); --shadow-xl: 0 20px 60px rgba(31, 54, 59, 0.16);  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94); --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55); }  .r-section { font-family: var(--font-body); font-size: 1.6rem; position: relative; } .r-container { max-width: 120rem; margin: 0 auto; padding: 0 2.4rem; } .r-container--narrow { max-width: 90rem; } .r-container--wide { max-width: 140rem; } .r-eyebrow { display: inline-flex; align-items: center; gap: 1.2rem; color: var(--r-gold); font-size: 1.2rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 2rem; } .r-eyebrow::before { content: ''; width: 3rem; height: 2px; background: linear-gradient(90deg, var(--r-gold), transparent); } .r-title { font-family: var(--font-heading); color: var(--r-text-dark); font-weight: 600; line-height: 1.2; margin: 0; } .r-title--hero { font-size: clamp(3.6rem, 5vw, 5.2rem); color: var(--r-text-dark); } .r-title--section { font-size: clamp(2.8rem, 4vw, 3.6rem); } .r-title--card { font-size: 2rem; } .r-text { color: var(--r-text); line-height: 1.75; margin: 0; } .r-highlight { color: var(--r-teal); font-weight: 600; }  .r-deco-circle { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; } .r-deco-circle--gold { border: 1px solid rgba(213, 166, 92, 0.15); } .r-deco-circle--teal { border: 1px solid rgba(17, 121, 139, 0.1); }  .r-hero { background: var(--r-white); padding: 10rem 0; overflow: hidden; position: relative; } .r-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 80% 10%, rgba(17, 121, 139, 0.04), transparent), radial-gradient(ellipse 60% 50% at 10% 90%, rgba(213, 166, 92, 0.03), transparent); pointer-events: none; } .r-hero .r-deco-circle--1 { width: 60rem; height: 60rem; top: -20rem; right: -15rem; border-width: 1px; border-color: rgba(17, 121, 139, 0.08); } .r-hero .r-deco-circle--2 { width: 40rem; height: 40rem; bottom: -15rem; left: -10rem; border-color: rgba(213, 166, 92, 0.06); } .r-hero__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 6rem; align-items: center; position: relative; z-index: 1; } .r-hero__content { color: var(--r-text-dark); } .r-hero__badge { display: inline-flex; align-items: center; gap: 0.8rem; background: rgba(213, 166, 92, 0.12); padding: 0.8rem 1.6rem; border-radius: 10rem; font-size: 1.2rem; font-weight: 600; color: var(--r-gold-dark); margin-bottom: 2.4rem; border: 1px solid rgba(213, 166, 92, 0.25); } .r-hero__badge i { font-size: 1rem; } .r-hero__title { margin-bottom: 2rem; } .r-hero__subtitle { font-size: 2rem; font-weight: 500; color: var(--r-text-dark); margin-bottom: 1.2rem; } .r-hero__desc { font-size: 1.6rem; color: var(--r-text); line-height: 1.7; max-width: 50rem; } .r-hero__stats { display: flex; gap: 4rem; margin-top: 4rem; padding-top: 3.2rem; border-top: 1px solid var(--r-border); } .r-hero__stat { text-align: left; } .r-hero__stat-value { display: block; font-family: var(--font-heading); font-size: 4.2rem; font-weight: 700; color: var(--r-teal); line-height: 1; margin-bottom: 0.6rem; } .r-hero__stat-label { font-size: 1.3rem; color: var(--r-text); text-transform: uppercase; letter-spacing: 0.05em; }  .r-hero__visual { position: relative; } .r-hero__image-frame { position: relative; border-radius: 1.2rem; overflow: hidden; box-shadow: var(--shadow-lg); } .r-hero__image-frame::before { content: ''; position: absolute; inset: 0; border: 1px solid var(--r-border); border-radius: 1.2rem; pointer-events: none; z-index: 2; } .r-hero__image-placeholder { aspect-ratio: 4/3; background: linear-gradient(135deg, var(--r-cream) 0%, var(--r-cream-dark) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--r-text-light); gap: 1.2rem; } .r-hero__image-placeholder i { font-size: 4rem; opacity: 0.4; } .r-hero__image-placeholder span { font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.1em; } .r-hero__visual-accent { position: absolute; width: 100%; height: 100%; top: 1.5rem; left: 1.5rem; border: 2px solid var(--r-teal-light); border-radius: 1.2rem; opacity: 0.2; z-index: -1; }  .r-intro { background: linear-gradient(145deg, var(--r-teal) 0%, var(--r-teal-light) 100%); padding: 10rem 0; position: relative; overflow: hidden; } .r-intro::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(213, 166, 92, 0.08), transparent), radial-gradient(ellipse 50% 40% at 10% 80%, rgba(255, 255, 255, 0.04), transparent); pointer-events: none; } .r-intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; position: relative; z-index: 1; } .r-intro__content { position: relative; z-index: 1; } .r-intro__content .r-eyebrow { color: var(--r-gold); } .r-intro__content .r-eyebrow::before { background: linear-gradient(90deg, var(--r-gold), transparent); } .r-intro__title { margin-bottom: 0.8rem; color: var(--r-white); } .r-intro__subtitle { color: rgba(255, 255, 255, 0.7); font-size: 1.5rem; margin-bottom: 3rem; } .r-intro__text { color: rgba(255, 255, 255, 0.85); font-size: 1.6rem; line-height: 1.85; } .r-intro__text p { margin: 0 0 1.8rem; } .r-intro__text p:last-child { margin-bottom: 0; } .r-intro__text strong { color: var(--r-white); } .r-intro__visual { position: relative; z-index: 1; } .r-intro__image { border-radius: 1.2rem; overflow: hidden; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25); } .r-intro__image-placeholder { aspect-ratio: 4/3; background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.6); gap: 1rem; border: 1px solid rgba(255, 255, 255, 0.1); } .r-intro__image-placeholder i { font-size: 4rem; opacity: 0.5; } .r-intro__visual-badge { position: absolute; bottom: -2rem; left: -2rem; background: var(--r-white); padding: 2rem 2.4rem; border-radius: 1rem; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 1.4rem; } .r-intro__visual-badge-icon { width: 5rem; height: 5rem; background: linear-gradient(135deg, var(--r-gold), var(--r-gold-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .r-intro__visual-badge-icon i { font-size: 2rem; color: var(--r-white); } .r-intro__visual-badge-text { font-size: 1.4rem; font-weight: 600; color: var(--r-text-dark); } .r-intro__visual-badge-text span { display: block; font-size: 1.2rem; font-weight: 400; color: var(--r-text-light); margin-top: 0.2rem; }  .r-intro__cta { margin-top: 5rem; padding-top: 4rem; border-top: 1px solid rgba(255, 255, 255, 0.15); display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; text-align: center; position: relative; z-index: 1; } .r-intro__cta-text { color: var(--r-white); font-size: 1.7rem; font-weight: 500; margin: 0; } .r-intro__cta-link { display: inline-flex; align-items: center; gap: 0.8rem; background: var(--r-gold-dark); color: var(--r-white); font-size: 1.4rem; font-weight: 600; padding: 1.2rem 2.4rem; border-radius: 10rem; text-decoration: none; transition: all 0.3s var(--ease-out); } .r-intro__cta-link:hover { background: var(--r-gold); transform: translateY(-2px); }  .r-mission { background: var(--r-cream); padding: 8rem 0; } .r-mission__inner { position: relative; } .r-mission__quote { position: relative; padding-left: 4rem; } .r-mission__quote::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--r-gold), var(--r-teal-light)); border-radius: 4px; } .r-mission__text { font-size: 1.7rem; line-height: 1.9; color: var(--r-text); } .r-mission__text p { margin: 0 0 2.4rem; } .r-mission__text p:last-child { margin-bottom: 0; }  .r-why { background: var(--r-white); padding: 10rem 0; overflow: hidden; position: relative; } .r-why .r-deco-circle--1 { width: 50rem; height: 50rem; top: -20rem; right: -20rem; border-color: rgba(213, 166, 92, 0.08); } .r-why__header { text-align: center; margin-bottom: 6rem; position: relative; z-index: 1; } .r-why__header .r-eyebrow { justify-content: center; } .r-why__header .r-eyebrow::before, .r-why__header .r-eyebrow::after { width: 3rem; height: 2px; background: linear-gradient(90deg, transparent, var(--r-gold)); } .r-why__header .r-eyebrow::after { content: ''; background: linear-gradient(90deg, var(--r-gold), transparent); } .r-why__tagline { display: flex; align-items: center; justify-content: center; gap: 1.2rem; font-size: 1.4rem; color: var(--r-text-light); margin-top: 1.5rem; } .r-why__tagline span { width: 0.4rem; height: 0.4rem; background: var(--r-gold); border-radius: 50%; } .r-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; position: relative; z-index: 1; } .r-why__card { background: var(--r-white); border: 1px solid var(--r-border-light); border-radius: 1.6rem; padding: 3.5rem; transition: all 0.4s var(--ease-out); position: relative; overflow: hidden; } .r-why__card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--r-gold), var(--r-teal-light)); opacity: 0; transition: opacity 0.4s ease; } .r-why__card:hover { border-color: var(--r-teal-lighter); box-shadow: var(--shadow-lg); transform: translateY(-6px); } .r-why__card:hover::before { opacity: 1; } .r-why__card-icon { width: 6rem; height: 6rem; background: linear-gradient(135deg, rgba(17, 121, 139, 0.08), rgba(17, 121, 139, 0.02)); border: 1px solid rgba(17, 121, 139, 0.1); border-radius: 1.2rem; display: flex; align-items: center; justify-content: center; margin-bottom: 2rem; transition: all 0.4s var(--ease-out); } .r-why__card-icon i { font-size: 2.4rem; color: var(--r-teal-light); transition: color 0.4s ease; } .r-why__card:hover .r-why__card-icon { background: linear-gradient(135deg, rgba(213, 166, 92, 0.12), rgba(213, 166, 92, 0.04)); border-color: rgba(213, 166, 92, 0.2); } .r-why__card:hover .r-why__card-icon i { color: var(--r-gold); } .r-why__card-title { font-family: var(--font-heading); font-size: 1.9rem; font-weight: 600; color: var(--r-text-dark); margin: 0 0 1.2rem; line-height: 1.35; } .r-why__card-text { font-size: 1.5rem; line-height: 1.7; color: var(--r-text); margin: 0; }  .r-trust { background: linear-gradient(135deg, var(--r-cream) 0%, var(--r-cream-dark) 100%); padding: 6rem 0; position: relative; } .r-trust__inner { display: flex; align-items: center; justify-content: center; gap: 4rem; flex-wrap: wrap; text-align: center; } .r-trust__icon { width: 8rem; height: 8rem; background: linear-gradient(135deg, var(--r-gold), var(--r-gold-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(213, 166, 92, 0.3); } .r-trust__icon i { font-size: 3rem; color: var(--r-white); } .r-trust__content { max-width: 60rem; } .r-trust__title { font-family: var(--font-heading); font-size: 2.6rem; font-weight: 600; color: var(--r-text-dark); margin: 0 0 1rem; } .r-trust__text { font-size: 1.6rem; line-height: 1.7; color: var(--r-text); margin: 0; }  .r-experts { background: var(--r-white); padding: 8rem 0; } .r-experts__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; } .r-experts__card { background: var(--r-cream); border-radius: 1.6rem; padding: 4rem; text-align: center; transition: all 0.4s var(--ease-out); } .r-experts__card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); } .r-experts__card-icon { width: 7rem; height: 7rem; background: var(--r-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 2rem; box-shadow: var(--shadow-sm); } .r-experts__card-icon i { font-size: 2.8rem; color: var(--r-teal-light); } .r-experts__card-title { font-family: var(--font-heading); font-size: 2rem; font-weight: 600; color: var(--r-text-dark); margin: 0 0 1.2rem; } .r-experts__card-text { font-size: 1.5rem; line-height: 1.7; color: var(--r-text); margin: 0; } .r-experts__card-text a { color: var(--r-teal-light); text-decoration: none; font-weight: 500; transition: color 0.3s ease; } .r-experts__card-text a:hover { color: var(--r-teal); text-decoration: underline; }  .r-features { background: var(--r-cream); padding: 10rem 0; position: relative; overflow: hidden; } .r-features .r-deco-circle--1 { width: 40rem; height: 40rem; bottom: -15rem; left: -15rem; border-color: rgba(17, 121, 139, 0.06); } .r-features__header { margin-bottom: 5rem; position: relative; z-index: 1; } .r-features__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; position: relative; z-index: 1; } .r-features__item { background: var(--r-white); border-radius: 1.2rem; padding: 2.4rem 3rem; display: flex; align-items: flex-start; gap: 2rem; transition: all 0.3s var(--ease-out); border: 1px solid transparent; } .r-features__item:hover { border-color: var(--r-gold); box-shadow: var(--shadow-md); transform: translateX(4px); } .r-features__item-number { flex-shrink: 0; width: 4rem; height: 4rem; background: linear-gradient(135deg, var(--r-teal-light), var(--r-teal)); color: var(--r-white); border-radius: 1rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; } .r-features__item-content { flex: 1; } .r-features__item-title { font-size: 1.5rem; font-weight: 600; color: var(--r-text-dark); margin: 0 0 0.6rem; line-height: 1.4; } .r-features__item-text { font-size: 1.4rem; line-height: 1.6; color: var(--r-text); margin: 0; }  .r-team { background: var(--r-white); padding: 10rem 0; position: relative; } .r-team__header { text-align: center; margin-bottom: 5rem; } .r-team__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 3rem; margin-bottom: 4rem; } .r-team__card { text-align: center; transition: all 0.4s var(--ease-out); } .r-team__card:hover { transform: translateY(-8px); } .r-team__card-photo { width: 14rem; height: 14rem; margin: 0 auto 1.8rem; position: relative; } .r-team__card-photo::before { content: ''; position: absolute; inset: -4px; border: 2px solid var(--r-border); border-radius: 50%; transition: all 0.4s var(--ease-out); } .r-team__card:hover .r-team__card-photo::before { border-color: var(--r-gold); transform: scale(1.05); } .r-team__card-photo-inner { width: 100%; height: 100%; border-radius: 50%; background: linear-gradient(135deg, var(--r-cream) 0%, var(--r-cream-dark) 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; } .r-team__card-photo-inner i { font-size: 4rem; color: var(--r-border); } .r-team__card-name { font-size: 1.6rem; font-weight: 600; color: var(--r-text-dark); margin: 0 0 0.4rem; } .r-team__card-role { font-size: 1.3rem; color: var(--r-teal-light); margin: 0; } .r-team__cta { text-align: center; } .r-team__btn { display: inline-flex; align-items: center; gap: 1rem; background: transparent; color: var(--r-teal); font-size: 1.5rem; font-weight: 600; padding: 1.4rem 3rem; border: 2px solid var(--r-teal); border-radius: 10rem; text-decoration: none; transition: all 0.3s var(--ease-out); } .r-team__btn:hover { background: var(--r-teal); color: var(--r-white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(7, 90, 105, 0.25); } .r-team__btn i { transition: transform 0.3s ease; } .r-team__btn:hover i { transform: translateX(4px); }  .r-gallery { background: var(--r-cream); padding: 10rem 0; } .r-gallery__header { margin-bottom: 4rem; } .r-gallery__desc { font-size: 1.6rem; line-height: 1.7; color: var(--r-text); margin-top: 1.5rem; max-width: 60rem; } .r-gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; } .r-gallery__item { position: relative; border-radius: 1.2rem; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; transition: all 0.4s var(--ease-out); } .r-gallery__item::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(31, 54, 59, 0.8)); opacity: 0; transition: opacity 0.4s ease; z-index: 1; } .r-gallery__item:hover { transform: scale(1.02); box-shadow: var(--shadow-lg); } .r-gallery__item:hover::before { opacity: 1; } .r-gallery__item-inner { width: 100%; height: 100%; background: var(--r-white); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--r-border); gap: 0.8rem; border: 1px solid var(--r-border-light); } .r-gallery__item-inner i { font-size: 3rem; } .r-gallery__item-inner span { font-size: 1.2rem; color: var(--r-text-light); } .r-gallery__item-overlay { position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; color: var(--r-white); font-size: 1.4rem; font-weight: 500; opacity: 0; transform: translateY(10px); transition: all 0.4s var(--ease-out); z-index: 2; } .r-gallery__item:hover .r-gallery__item-overlay { opacity: 1; transform: translateY(0); }  .r-cta { background: linear-gradient(145deg, var(--r-teal) 0%, var(--r-teal-light) 50%, var(--r-teal-lighter) 100%); padding: 10rem 0; position: relative; overflow: hidden; } .r-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 30% 20%, rgba(213, 166, 92, 0.1), transparent), radial-gradient(ellipse 50% 40% at 80% 80%, rgba(255, 255, 255, 0.05), transparent); pointer-events: none; } .r-cta .r-deco-circle--1 { width: 50rem; height: 50rem; top: -20rem; right: -20rem; border-color: rgba(213, 166, 92, 0.15); } .r-cta__inner { text-align: center; position: relative; z-index: 1; color: var(--r-white); } .r-cta__inner .r-eyebrow { justify-content: center; } .r-cta__inner .r-eyebrow::before, .r-cta__inner .r-eyebrow::after { background: linear-gradient(90deg, transparent, var(--r-gold)); } .r-cta__inner .r-eyebrow::after { content: ''; background: linear-gradient(90deg, var(--r-gold), transparent); } .r-cta__title { font-family: var(--font-heading); font-size: clamp(2.8rem, 4vw, 3.6rem); font-weight: 600; margin: 0 0 4rem; line-height: 1.3; } .r-cta__buttons { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; } .r-cta__btn { display: inline-flex; align-items: center; gap: 1rem; font-size: 1.5rem; font-weight: 600; padding: 1.6rem 3rem; border-radius: 10rem; text-decoration: none; transition: all 0.3s var(--ease-out); } .r-cta__btn--primary { background: var(--r-gold-dark); color: var(--r-white); } .r-cta__btn--primary:hover { background: var(--r-gold); transform: translateY(-3px); } .r-cta__btn--secondary { background: transparent; color: var(--r-white); border: 2px solid rgba(255, 255, 255, 0.35); } .r-cta__btn--secondary:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.6); transform: translateY(-3px); }  .r-contact { background: var(--r-cream); padding: 6rem 0; } .r-contact__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; } .r-contact__card { background: var(--r-white); border-radius: 1.2rem; padding: 2.4rem; display: flex; align-items: flex-start; gap: 1.5rem; transition: all 0.3s var(--ease-out); border: 1px solid var(--r-border-light); } .r-contact__card:hover { border-color: var(--r-teal-lighter); box-shadow: var(--shadow-md); transform: translateY(-4px); } .r-contact__card-icon { width: 5rem; height: 5rem; background: linear-gradient(135deg, rgba(17, 121, 139, 0.1), rgba(17, 121, 139, 0.02)); border-radius: 1rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .r-contact__card-icon i { font-size: 2rem; color: var(--r-teal-light); } .r-contact__card-title { font-size: 1.4rem; font-weight: 600; color: var(--r-text-dark); margin: 0 0 0.4rem; } .r-contact__card-text { font-size: 1.4rem; line-height: 1.6; color: var(--r-text); margin: 0; } .r-contact__card-text a { color: var(--r-text); text-decoration: none; transition: color 0.3s ease; } .r-contact__card-text a:hover { color: var(--r-teal); }  .r-mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; background: var(--r-white); box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1); } .r-mobile-bar__banner { background: linear-gradient(90deg, var(--r-teal), var(--r-teal-light)); color: var(--r-white); padding: 1rem; text-align: center; font-size: 1.1rem; letter-spacing: 0.03em; } .r-mobile-bar__banner span { color: var(--r-gold-light); margin: 0 0.6rem; } .r-mobile-bar__buttons { display: flex; gap: 1rem; padding: 1.2rem 1.6rem; } .r-mobile-bar__btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.8rem; padding: 1.3rem 1rem; border-radius: 0.8rem; font-size: 1.3rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; } .r-mobile-bar__btn--primary { background: var(--r-gold-dark); color: var(--r-white); } .r-mobile-bar__btn--secondary { background: var(--r-cream); color: var(--r-text-dark); border: 1px solid var(--r-border); }  @media (max-width: 1200px) { .r-why__grid { grid-template-columns: repeat(2, 1fr); } .r-team__grid { grid-template-columns: repeat(4, 1fr); } .r-gallery__grid { grid-template-columns: repeat(3, 1fr); } .r-contact__grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 992px) { .r-hero__inner { grid-template-columns: 1fr; text-align: center; } .r-hero__content { order: 1; } .r-hero__visual { order: 2; max-width: 50rem; margin: 4rem auto 0; } .r-hero__visual-accent { display: none; } .r-hero__badge { justify-content: center; } .r-hero__desc { margin: 0 auto; } .r-hero__stats { justify-content: center; } .r-intro__grid { grid-template-columns: 1fr; } .r-intro__visual-badge { position: relative; bottom: auto; left: auto; margin-top: 2rem; justify-content: center; } .r-team__grid { grid-template-columns: repeat(3, 1fr); } .r-features__list { grid-template-columns: 1fr; } } @media (max-width: 768px) { .r-hero { padding: 6rem 0; } .r-hero__stats { flex-direction: column; gap: 2rem; align-items: center; } .r-hero__stat { text-align: center; } .r-section { padding: 6rem 0; } .r-intro, .r-why, .r-team, .r-features, .r-gallery { padding: 6rem 0; } .r-why__grid { grid-template-columns: 1fr; } .r-experts__grid { grid-template-columns: 1fr; } .r-team__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; } .r-team__card-photo { width: 11rem; height: 11rem; } .r-gallery__grid { grid-template-columns: repeat(2, 1fr); } .r-contact__grid { grid-template-columns: 1fr; } .r-cta__buttons { flex-direction: column; align-items: center; } .r-cta__btn { width: 100%; max-width: 28rem; justify-content: center; } .r-mobile-bar { display: block; } .r-contact { padding-bottom: 14rem; } } @media (max-width: 480px) { .r-team__grid { grid-template-columns: 1fr; } .r-gallery__grid { grid-template-columns: 1fr; } }#brxe-ycmckj {color: #ffffff; text-transform: uppercase; font-weight: 600; font-size: var(--text-s)}#brxe-jngwdi {margin-top: -1px}@media (max-width: 991px) {#brxe-proaqz {width: 100%}}@media (max-width: 991px) {#brxe-wmdmye {width: 100%; max-width: 100%}}@media (max-width: 991px) {#brxe-stitbc {grid-template-columns: repeat(1, minmax(0, 1fr))}}#brxe-yaeabb {background-color: #D4A760; color: #ffff}#brxe-meertz {display: none}#brxe-skksey {display: none}@media (max-width: 767px) {#brxe-ynucgn {grid-template-columns: repeat(2, minmax(0, 1fr))}}@media (max-width: 478px) {#brxe-ynucgn {grid-template-columns: repeat(1, minmax(0, 1fr))}}#brxe-ulgrod {padding-top: 40px}@media (max-width: 478px) {#brxe-tsmocj {grid-template-columns: repeat(1, minmax(0, 1fr))}}