:root {
  --rise-navy: #17395e;
  --rise-navy-deep: #0e2947;
  --rise-gold: #f7b93b;
  --rise-gold-soft: #ffd980;
  --rise-ink: #16283d;
  --rise-muted: #637084;
  --rise-bg: #f4f5f7;
  --rise-line: #dce1e7;
  --rise-white: #ffffff;
  --rise-radius: 2px;
  --rise-shadow: 0 18px 60px rgba(14, 41, 71, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Montserrat', Arial, sans-serif; color: var(--rise-ink); background: #fff; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--rise-navy); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1,h2,h3,h4,p { margin-top: 0; }
h1,h2,h3 { color: var(--rise-navy); font-weight: 300; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7.2vw, 7.8rem); }
h2 { font-size: clamp(2.3rem, 5vw, 5.2rem); }
h3 { font-size: clamp(1.55rem, 2.5vw, 2.5rem); }
p { margin-bottom: 1.35rem; }
ul { padding-left: 1.2rem; }
::selection { background: var(--rise-gold); color: var(--rise-navy-deep); }

.rise-container { width: min(100% - 40px, 1320px); margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 150px) 0; }
.section--light { background: var(--rise-bg); }
.eyebrow { color: var(--rise-navy); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.4rem; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { clip: auto; width: auto; height: auto; margin: 0; left: 12px; top: 12px; z-index: 9999; padding: 12px 18px; background: #fff; color: #000; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled, body:not(.rise-front-page) .site-header { background: rgba(255,255,255,.97); box-shadow: 0 8px 28px rgba(14,41,71,.08); backdrop-filter: blur(12px); }
.site-header__inner { height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-brand { width: 150px; position: relative; z-index: 3; }
.site-brand img, .site-brand .custom-logo { width: 150px; max-height: 72px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav .menu { list-style: none; display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); padding: 0; margin: 0; }
.site-nav .menu a { font-size: .78rem; font-weight: 500; color: var(--rise-navy); letter-spacing: .02em; position: relative; }
.site-nav .menu a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--rise-gold); transition: right .25s ease; }
.site-nav .menu a:hover::after, .site-nav .current-menu-item > a::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 10px; position: relative; z-index: 3; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--rise-navy); margin: 6px 0; transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.rise-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 28px; border: 1px solid var(--rise-gold); background: var(--rise-gold); color: var(--rise-navy-deep); font-size: .77rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.rise-button:hover { transform: translateY(-2px); background: var(--rise-navy); border-color: var(--rise-navy); color: #fff; }
.rise-button--small { min-height: 44px; padding: 0 20px; }
.rise-button--light { background: #fff; border-color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--rise-navy); font-size: .78rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.text-link span { font-size: 1.4rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.hero { min-height: clamp(650px, 82vh, 860px); position: relative; display: flex; align-items: center; overflow: hidden; padding: 145px 0 80px; background: linear-gradient(110deg, #f7f8fa 0%, #f7f8fa 66%, #e9edf2 66%, #e9edf2 100%); color: var(--rise-ink); }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .55fr); gap: 8vw; align-items: center; position: relative; z-index: 2; }
.hero__content { max-width: 950px; }
.hero h1 { margin-bottom: 2rem; max-width: 980px; }
.hero__lead { font-size: clamp(1.05rem, 1.5vw, 1.35rem); color: var(--rise-muted); max-width: 760px; }
.hero__actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; margin-top: 2.8rem; }
.hero__panel { min-height: 560px; padding: 44px 36px; background: var(--rise-navy); color: #fff; display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--rise-shadow); }
.hero__panel-number { color: var(--rise-gold); font-size: .8rem; letter-spacing: .2em; }
.hero__panel-copy { font-size: clamp(2rem, 3.4vw, 4rem); font-weight: 300; line-height: 1.17; letter-spacing: -.04em; }
.hero__shape { position: absolute; background: var(--rise-gold); }
.hero__shape--one { width: 160px; height: 54px; right: 8vw; top: 36px; }
.hero__shape--two { width: 54px; height: 160px; right: 8vw; top: 36px; }
.hero__scroll { position: absolute; left: 28px; bottom: 32px; display: flex; align-items: center; gap: 12px; color: var(--rise-muted); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__scroll span { display: block; width: 1px; height: 46px; background: var(--rise-muted); }

.editorial-grid { display: grid; grid-template-columns: 80px minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.section-number { color: var(--rise-gold); font-size: .82rem; letter-spacing: .2em; padding-top: 12px; }
.editorial-grid h2 { max-width: 760px; margin-bottom: 0; }
.editorial-grid__body { color: var(--rise-muted); font-size: 1.06rem; padding-top: 52px; }

.products-section { background: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 70px; }
.section-heading h2 { max-width: 860px; margin-bottom: 0; }
.product-list { border-top: 1px solid var(--rise-line); }
.product-row { display: grid; grid-template-columns: 70px minmax(230px, .65fr) minmax(300px, 1fr) 70px; gap: clamp(20px, 4vw, 70px); align-items: center; padding: 48px 0; border-bottom: 1px solid var(--rise-line); transition: background .25s ease, padding .25s ease; }
.product-row:hover { background: #f7f8fa; padding-inline: 24px; }
.product-row__number { color: var(--rise-gold); font-size: .8rem; letter-spacing: .15em; }
.product-row h3 { margin: 0; }
.product-row .eyebrow { margin-bottom: .7rem; }
.product-row > p { color: var(--rise-muted); margin: 0; }
.circle-link { width: 58px; height: 58px; border: 1px solid var(--rise-navy); border-radius: 50%; display: grid; place-items: center; color: var(--rise-navy); font-size: 1.4rem; transition: background .2s, color .2s, transform .2s; }
.circle-link:hover { background: var(--rise-navy); color: #fff; transform: rotate(45deg); }

.statement-section { position: relative; background: var(--rise-navy); color: #fff; overflow: hidden; }
.statement-section__gold { position: absolute; inset: 0 auto 0 0; width: 15%; background: var(--rise-gold); }
.statement-section__inner { position: relative; padding: clamp(100px, 12vw, 170px) 0; display: grid; grid-template-columns: minmax(300px, .9fr) minmax(480px, 1.2fr); gap: 10vw; }
.statement-section h2, .statement-section h3, .statement-section .eyebrow { color: #fff; }
.statement-section__intro { padding-left: 8%; }
.benefit-grid { border-top: 1px solid rgba(255,255,255,.25); }
.benefit-item { display: grid; grid-template-columns: 52px minmax(160px, .45fr) 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.25); align-items: start; }
.benefit-item span { color: var(--rise-gold); font-size: .75rem; }
.benefit-item h3 { font-size: 1.35rem; letter-spacing: -.02em; margin: 0; }
.benefit-item p { color: rgba(255,255,255,.72); margin: 0; }

.action-section { background: var(--rise-bg); }
.action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.action-card { min-height: 500px; padding: clamp(36px, 5vw, 70px); background: #fff; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.action-card::before { content: ''; position: absolute; width: 180px; height: 180px; right: -45px; top: -45px; border: 1px solid var(--rise-line); transform: rotate(45deg); }
.action-card:hover { transform: translateY(-8px); box-shadow: var(--rise-shadow); }
.action-card h2 { max-width: 540px; margin-bottom: 1.5rem; }
.action-card p { color: var(--rise-muted); max-width: 560px; }
.action-card__arrow { position: absolute; top: 48px; right: 48px; font-size: 2.2rem; color: var(--rise-navy); }
.action-card--gold { background: var(--rise-gold); }
.action-card--gold p { color: var(--rise-navy-deep); }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post-card__image { display: grid; place-items: center; aspect-ratio: 1.42; background: var(--rise-navy); margin-bottom: 28px; overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card__image:hover img { transform: scale(1.04); }
.post-card__image span { color: var(--rise-gold); font-size: 3rem; font-weight: 300; letter-spacing: .15em; }
.post-card h2, .post-card h3 { font-size: 1.8rem; margin-bottom: 1rem; }
.post-card p:last-child { color: var(--rise-muted); }

.closing-cta { background: var(--rise-gold); padding: clamp(90px, 12vw, 170px) 0; }
.closing-cta__inner { max-width: 1000px; margin-left: max(20px, calc((100vw - 1320px)/2)); }
.closing-cta h2 { max-width: 900px; margin-bottom: 2.5rem; }

.page-main { padding-top: 104px; min-height: 70vh; background: #fff; }
.page-hero { padding: clamp(80px, 10vw, 150px) 0 clamp(70px, 9vw, 120px); background: var(--rise-bg); color: var(--rise-ink); }
.page-hero--application { padding: clamp(65px, 7vw, 100px) 0 clamp(52px, 6vw, 82px); border-bottom: 1px solid var(--rise-line); }
.page-hero--application h1 { font-size: clamp(3rem, 6vw, 5.8rem); margin-bottom: 1.2rem; }
.page-hero--application p:not(.eyebrow) { margin-bottom: 0; }
.application-section { padding: clamp(65px, 8vw, 105px) 0 clamp(90px, 10vw, 140px); background: #fff; }
.page-hero h1 { max-width: 1100px; margin-bottom: 0; }
.page-hero p:not(.eyebrow) { color: var(--rise-muted); max-width: 760px; font-size: 1.15rem; }
.page-hero--dark { background: var(--rise-navy); color: #fff; }
.page-hero--dark h1, .page-hero--dark .eyebrow { color: #fff; }
.page-hero--dark p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.page-content { padding: 70px 0 120px; }
.page-content > :first-child { margin-top: 0; }
.page-content > :last-child { margin-bottom: 0; }
.product-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-detail { padding: 44px; border: 1px solid var(--rise-line); display: flex; flex-direction: column; align-items: flex-start; }
.product-detail > span { color: var(--rise-gold); font-size: .8rem; letter-spacing: .15em; }
.product-detail h2 { font-size: 2.3rem; margin: 22px 0; }
.product-detail p, .product-detail li { color: var(--rise-muted); }
.product-detail .rise-button { margin-top: auto; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.contact-grid h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.contact-panel { border-top: 1px solid var(--rise-line); }
.contact-panel > div { display: grid; grid-template-columns: 120px 1fr; padding: 28px 0; border-bottom: 1px solid var(--rise-line); }
.contact-panel span { color: var(--rise-muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-panel a { color: var(--rise-navy); font-size: 1.2rem; }
.article-header { max-width: 1000px; }
.article-header h1 { font-size: clamp(2.8rem, 5.5vw, 6rem); }
.article-content { max-width: 900px; padding: 80px 0 130px; }
.article-content p, .article-content li { font-size: 1.08rem; }
.article-image { margin-bottom: 50px; }
.pagination { padding-top: 55px; }
.nav-links { display: flex; gap: 10px; }
.page-numbers { padding: 8px 14px; border: 1px solid var(--rise-line); }
.page-numbers.current { background: var(--rise-navy); color: #fff; }
.not-found { padding: 180px 0 120px; }
.not-found h1 { max-width: 850px; }

.site-footer { background: var(--rise-navy-deep); color: rgba(255,255,255,.72); padding: 85px 0 30px; }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 8vw; }
.site-footer__brand img { width: 120px; filter: brightness(0) invert(1); margin-bottom: 28px; }
.site-footer__statement { max-width: 360px; }
.site-footer h2 { color: #fff; font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 22px; }
.site-footer address { font-style: normal; }
.site-footer a:hover { color: var(--rise-gold); }
.footer-menu { list-style: none; padding: 0; margin: 0; columns: 2; }
.footer-menu li { margin-bottom: 10px; }
.social-links { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 22px; font-size: .82rem; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 65px; padding-top: 25px; display: flex; justify-content: space-between; gap: 20px; font-size: .75rem; }
.site-footer__bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 999; right: 24px; bottom: 24px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(0,0,0,.18); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float svg { width: 31px; fill: #fff; }

.rise-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.rise-reveal.is-visible { opacity: 1; transform: none; }

/* Application pages stay light even when a caching, dark-mode or optimisation plugin injects broad body styles. */
body.rise-application-page,
body.rise-application-page .page-main,
body.rise-application-page .application-section { background: #fff !important; color: var(--rise-ink); }
body.rise-application-page .page-hero,
body.rise-application-page .page-hero--application { background: var(--rise-bg) !important; color: var(--rise-ink) !important; }
body.rise-application-page .page-hero h1,
body.rise-application-page .page-hero .eyebrow { color: var(--rise-navy) !important; }
body.rise-application-page .page-hero p:not(.eyebrow) { color: var(--rise-muted) !important; }

@media (max-width: 1100px) {
  .site-nav .menu { gap: 15px; }
  .site-nav .menu a { font-size: .7rem; }
  .hero__inner { grid-template-columns: 1fr 280px; gap: 50px; }
  .hero__panel { min-height: 440px; }
  .editorial-grid { grid-template-columns: 50px 1fr; }
  .editorial-grid__body { grid-column: 2; padding-top: 0; max-width: 760px; }
  .statement-section__inner { grid-template-columns: 1fr; gap: 60px; }
  .statement-section__intro { padding-left: 15%; }
  .product-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .site-header__inner { height: 86px; }
  .site-brand, .site-brand img, .site-brand .custom-logo { width: 120px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 0; background: var(--rise-bg); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 100px 30px 50px; transform: translateY(-100%); opacity: 0; visibility: hidden; transition: transform .35s ease, opacity .35s ease, visibility .35s; }
  .site-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .site-nav .menu { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
  .site-nav .menu a { font-size: clamp(1.6rem, 5vw, 3rem); font-weight: 300; letter-spacing: -.03em; }
  .site-nav .rise-button { margin-top: 20px; }
  .page-main { padding-top: 86px; }
  .hero { padding-top: 130px; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__panel { display: none; }
  .hero__content { max-width: 850px; }
  .hero__shape--one, .hero__shape--two { right: 20px; }
  .product-row { grid-template-columns: 44px 1fr 58px; }
  .product-row > p { grid-column: 2; }
  .product-row .circle-link { grid-column: 3; grid-row: 1 / span 2; }
  .action-grid, .post-grid, .contact-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .rise-container { width: min(100% - 30px, 1320px); }
  .section { padding: 75px 0; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .hero { min-height: auto; padding: 140px 0 100px; background: var(--rise-bg); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero__shape--one { width: 90px; height: 34px; top: 22px; }
  .hero__shape--two { width: 34px; height: 90px; top: 22px; }
  .hero__scroll { display: none; }
  .editorial-grid { grid-template-columns: 1fr; gap: 22px; }
  .editorial-grid__body { grid-column: 1; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 45px; }
  .product-row { grid-template-columns: 1fr 50px; gap: 18px; padding: 34px 0; }
  .product-row__number { grid-column: 1 / -1; }
  .product-row > p { grid-column: 1; }
  .product-row .circle-link { width: 50px; height: 50px; grid-column: 2; grid-row: 2 / span 2; }
  .product-row:hover { padding-inline: 12px; }
  .statement-section__gold { width: 8px; }
  .statement-section__intro { padding-left: 20px; }
  .benefit-item { grid-template-columns: 35px 1fr; }
  .benefit-item p { grid-column: 2; }
  .action-card { min-height: 420px; padding: 34px 26px; }
  .action-card__arrow { top: 28px; right: 28px; }
  .product-detail { padding: 30px 24px; }
  .contact-panel > div { grid-template-columns: 1fr; gap: 6px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__grid > :first-child { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
  .footer-menu { columns: 1; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}

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