:root {
  --navy: #061526;
  --navy-2: #0a223a;
  --ink: #10253a;
  --cyan: #00c7d7;
  --cyan-2: #24e2e9;
  --orange: #f47a20;
  --paper: #f5f8fa;
  --white: #ffffff;
  --muted: #9eb0c1;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 70px rgba(2, 18, 33, .16);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 16px; background: white; color: var(--navy); padding: 12px 18px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; background: linear-gradient(180deg, rgba(3,15,28,.94), rgba(3,15,28,.45), transparent); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(5,20,36,.94); backdrop-filter: blur(18px); box-shadow: 0 12px 38px rgba(0,0,0,.18); }
.nav-shell { width: min(1240px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 154px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 700; letter-spacing: .05em; transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.main-nav .nav-cta { padding: 10px 18px; color: var(--navy); background: var(--cyan-2); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: white; }

.hero { min-height: 780px; height: 92vh; max-height: 980px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,14,27,.98) 0%, rgba(2,14,27,.9) 33%, rgba(2,14,27,.38) 70%, rgba(2,14,27,.3) 100%), linear-gradient(0deg, var(--navy) 0%, transparent 30%); }
.hero-glow { position: absolute; width: 520px; height: 520px; left: -240px; top: 20%; border-radius: 50%; background: rgba(0,199,215,.17); filter: blur(100px); }
.hero-content { position: relative; z-index: 2; padding-top: 70px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--cyan); font-size: .75rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #bfeff2; }
.eyebrow span { width: 34px; height: 2px; background: var(--cyan); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(3.1rem, 6.7vw, 6.5rem); line-height: .92; letter-spacing: -.055em; font-weight: 900; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.74); }
.hero-copy { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 13px 22px; border: 0; border-radius: 999px; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; font-weight: 900; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--cyan-2); color: var(--navy); box-shadow: 0 10px 34px rgba(0,199,215,.22); }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.06); }
.event-note { display: flex; gap: 14px; align-items: center; margin-top: 44px; font-size: .78rem; letter-spacing: .08em; color: rgba(255,255,255,.62); }
.event-note strong { color: white; }
.event-note span { border-left: 1px solid rgba(255,255,255,.28); padding-left: 14px; }

.impact-strip { position: relative; z-index: 4; margin-top: -78px; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(8,31,51,.96); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; backdrop-filter: blur(18px); }
.metric { position: relative; padding: 30px 26px 28px; color: white; text-align: center; }
.metric:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 28%; width: 1px; height: 44%; background: rgba(255,255,255,.13); }
.metric-top { display: block; margin-bottom: -4px; color: var(--cyan); font-size: .62rem; font-weight: 900; letter-spacing: .18em; }
.metric strong { display: block; color: var(--cyan-2); font-size: clamp(2.5rem, 5vw, 4.15rem); line-height: 1; letter-spacing: -.05em; }
.metric > span:last-child { display: block; margin-top: 5px; font-size: .76rem; font-weight: 900; letter-spacing: .16em; }
.metric-note { width: min(780px, calc(100% - 40px)); margin: 14px auto 0; color: #697e90; text-align: center; font-size: .76rem; }

.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: start; }
h2 { margin: 0; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -.045em; }
h2 span { color: var(--cyan); }
.intro-copy { padding-top: 18px; }
.lead { margin-top: 0; font-size: 1.28rem; line-height: 1.55; color: #263f54; }
.intro-copy > p:not(.lead) { color: #607487; }
.micro-values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.micro-values span, .local-tags span { padding: 8px 14px; border-radius: 999px; background: white; border: 1px solid #dce5eb; color: #355068; font-size: .76rem; font-weight: 800; }

.certifications { background: white; }
.section-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.section-head > p { margin: 0; color: #61788a; font-size: 1.03rem; }
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cert-card { min-width: 0; overflow: hidden; border: 1px solid #dce6eb; border-radius: 20px; background: white; box-shadow: 0 16px 42px rgba(5, 31, 55, .08); transition: transform .25s ease, box-shadow .25s ease; }
.cert-card:hover { transform: translateY(-5px); box-shadow: 0 24px 52px rgba(5, 31, 55, .14); }
.cert-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #dce7ec; }
.cert-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6,21,38,.18)); }
.cert-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.cert-card:hover .cert-image img { transform: scale(1.035); }
.cert-content { min-height: 136px; padding: 25px 24px 24px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.cert-standard { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.cert-grid strong { color: var(--navy); font-size: 1.45rem; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.cert-grid span { color: var(--navy); font-size: 1.08rem; font-weight: 900; }
.cert-grid small { color: #6b8192; }
.cert-grid .zdhc span { font-size: .98rem; }
.cert-note { margin: 14px 0 0; color: #7d8d9a; font-size: .76rem; }

.solutions { background: linear-gradient(180deg, #f5f8fa, #edf3f6); }
.feature { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 500px; margin-top: 60px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); }
.feature-sustendye { background: var(--navy); color: white; }
.feature-copy { padding: clamp(34px, 5vw, 68px); }
.sustendye-mark { width: 100%; max-width: 520px; padding: 12px 14px; margin-bottom: 18px; border-radius: 12px; background: #fff; opacity: .82; }
.sustendye-mark img { width: 100%; height: auto; }
.feature-label { margin: 5px 0 32px; color: #a8bac9; font-size: .7rem; letter-spacing: .18em; }
.feature h3 { max-width: 650px; margin: 0 0 18px; font-size: clamp(2.05rem, 4.3vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.feature-copy > p:not(.feature-label) { color: #b9c7d2; }
.check-list { list-style: none; padding: 0; margin: 24px 0; }
.check-list li { position: relative; margin: 10px 0; padding-left: 28px; color: #dbe7ed; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan-2); font-weight: 900; }
.text-link { color: var(--cyan-2); font-weight: 900; text-decoration: none; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.text-link span { margin-left: 8px; }
.salt-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 50%, #0e6470 0%, #0a384a 46%, #061b2d 100%); }
.salt-visual > div { position: relative; z-index: 2; text-align: center; }
.salt-visual small, .salt-visual b { display: block; letter-spacing: .2em; }
.salt-visual strong { display: block; color: white; font-size: clamp(5.5rem, 11vw, 10rem); line-height: .85; letter-spacing: -.08em; }
.salt-visual b { margin-top: 12px; color: var(--cyan-2); }
.ring { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(36,226,233,.22); border-radius: 50%; }
.ring-two { width: 300px; height: 300px; border-color: rgba(255,255,255,.15); }
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.solution-card { position: relative; min-width: 0; border-radius: var(--radius); background: white; border: 1px solid #dbe6eb; overflow: hidden; }
.solution-image { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: #dce7ec; }
.solution-content { padding: 32px 40px 40px; }
.solution-card h3 { margin: 0 0 12px; font-size: 1.9rem; letter-spacing: -.03em; }
.solution-card p { color: #617789; }
.solution-card ul { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 24px 0 0; }
.solution-card li { padding: 6px 10px; border-radius: 8px; color: #36526a; background: #f0f5f7; font-size: .75rem; font-weight: 800; }

.denim { position: relative; overflow: hidden; color: white; background: #07192a; }
.denim-texture { position: absolute; inset: 0; opacity: .23; background-image: repeating-linear-gradient(125deg, transparent 0 5px, rgba(51,128,184,.18) 6px 7px), radial-gradient(circle at 80% 10%, rgba(0,199,215,.35), transparent 34%); }
.denim .container { position: relative; }
.alliance { display: flex; align-items: center; gap: 22px; margin-bottom: 45px; }
.alliance > span { color: var(--cyan); font-size: .7rem; font-weight: 900; letter-spacing: .2em; }
.alliance strong { font-size: 1.2rem; letter-spacing: .12em; }
.alliance i { color: var(--orange); font-style: normal; margin: 0 8px; }
.section-head.light h2 { color: white; }
.section-head.light > p { color: #9eb2c2; }
.denim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.denim-card { position: relative; min-height: 510px; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; overflow: hidden; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.denim-card::before { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; filter: blur(70px); opacity: .25; top: -80px; right: -50px; }
.zetalight::before { background: #f04f45; }
.zetaterra::before { background: #b28b55; }
.product-tag { position: relative; margin: 0 0 15px; color: var(--cyan); font-size: .68rem; font-weight: 900; letter-spacing: .18em; }
.denim-card h3 { position: relative; margin: 0 0 14px; font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.04em; }
.denim-copy > p:not(.product-tag) { position: relative; max-width: 520px; color: #bdcbd5; }
.effect-line { display: flex; flex-wrap: wrap; gap: 7px; margin: 28px 0; }
.effect-line span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: white; font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.denim-card ul { padding-left: 18px; color: #dce6ed; }
.denim-card li { margin: 8px 0; }
.denim-card small { display: block; margin-top: 24px; color: #8197a9; }
.terra-stat { display: flex; align-items: end; gap: 20px; margin: 28px 0 20px; }
.terra-stat strong { color: #e6c18b; font-size: 3.2rem; line-height: 1; }
.terra-stat span { padding-bottom: 4px; color: #b9c9d4; font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.denim-capabilities { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.denim-capabilities span { padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); color: #bfd0db; font-size: .76rem; font-weight: 800; }

.polyester { background: white; }
.polyester-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9%; align-items: center; }
.ctp-product { padding: 22px; border-radius: 28px; background: var(--navy); box-shadow: 0 30px 60px rgba(5,31,55,.16); }
.ctp-product img { width: 100%; height: auto; }
.polyester .lead { margin-top: 28px; }
.dark-list li { color: #425b70; }
.button-dark { color: white; background: var(--navy); margin-top: 12px; }

.colombia { padding-top: 0; background: white; }
.local-card { display: grid; grid-template-columns: 250px 1fr; gap: 56px; align-items: center; padding: clamp(34px, 6vw, 70px); border-radius: 30px; background: #edf7f8; border: 1px solid #d9eaec; }
.local-partner { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 24px 18px; border-radius: 22px; background: white; border: 1px solid #d9eaec; box-shadow: 0 22px 48px rgba(5,31,55,.10); }
.local-partner img { width: 100%; height: auto; object-fit: contain; }
.local-partner span { color: #355068; font-size: .76rem; font-weight: 800; line-height: 1.35; text-align: center; }
.local-card h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.local-card p:not(.section-kicker) { color: #567083; }
.local-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }

.contact { color: white; background: var(--navy); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9%; align-items: start; }
.contact h2 { color: white; }
.contact-copy > p:not(.section-kicker) { color: #aebfca; font-size: 1.05rem; }
.contact-data { display: flex; flex-direction: column; gap: 8px; margin-top: 28px; }
.contact-data a { color: var(--cyan-2); text-decoration: none; font-size: 1.1rem; font-weight: 800; }
.whatsapp-invite { margin: 26px 0 10px; color: #d6e1e8 !important; font-size: 1rem !important; font-weight: 700; }
.whatsapp-button { margin-top: 0; color: #062518; background: #25d366; box-shadow: 0 12px 34px rgba(37,211,102,.2); }
.whatsapp-button:hover, .whatsapp-button:focus-visible { background: #38e477; }
.contact-form { padding: clamp(26px, 4vw, 44px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 16px; color: #d6e1e8; font-size: .78rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; color: white; background: rgba(255,255,255,.07); outline: none; }
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,199,215,.13); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; gap: 10px; align-items: flex-start; color: #aebfca; font-weight: 500; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; }
.submit-button { width: 100%; }
.form-note { margin: 12px 0 0; color: #8299aa; text-align: center; font-size: .72rem; }

footer { padding: 56px 0 24px; color: white; background: #03101e; }
.footer-grid { display: grid; grid-template-columns: .6fr 1fr .6fr; gap: 40px; align-items: center; }
.footer-grid img { width: 150px; }
.footer-grid p { color: #9caebb; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-end; color: #8196a6; font-size: .82rem; }
.footer-grid a { color: var(--cyan); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #708596; font-size: .75rem; }
.footer-bottom a { color: #aab9c3; text-decoration: none; }
.mobile-contact { display: none; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(5,20,36,.98); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 12px; }
  .main-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 730px; height: 100svh; max-height: 880px; align-items: flex-end; }
  .hero-image { object-position: 68% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(2,14,27,.99) 0%, rgba(2,14,27,.82) 68%, rgba(2,14,27,.55) 100%); }
  .hero-content { padding-bottom: 108px; }
  .hero h1 { font-size: clamp(2.8rem, 11vw, 5rem); }
  .hero h1 br { display: none; }
  .hero-copy { font-size: 1rem; }
  .event-note { margin-top: 30px; }
  .impact-strip { margin-top: -50px; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2)::after { display: none; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-intro, .section-head, .feature, .polyester-layout, .contact-layout { grid-template-columns: 1fr; }
  .section-head { gap: 24px; }
  .feature { margin-top: 38px; }
  .salt-visual { min-height: 390px; }
  .cert-grid { grid-template-columns: 1fr 1fr; }
  .denim-grid { grid-template-columns: 1fr; }
  .ctp-product { width: min(100%, 480px); margin: 0 auto 50px; }
  .local-card { grid-template-columns: 170px 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { align-items: flex-start; }
}

@media (max-width: 620px) {
  body { padding-bottom: 68px; }
  .container, .nav-shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 70px; }
  .brand img { width: 128px; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 92px; padding-bottom: 92px; }
  .eyebrow { font-size: .64rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.1rem); line-height: .96; }
  .hero h1 em { -webkit-text-stroke: 1px rgba(255,255,255,.75); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .event-note { align-items: flex-start; flex-direction: column; gap: 5px; }
  .event-note span { border-left: 0; padding-left: 0; }
  .impact-grid { border-radius: 18px; }
  .metric { padding: 22px 8px; }
  .metric strong { font-size: 2.7rem; }
  .metric > span:last-child { font-size: .62rem; }
  .split-intro { gap: 34px; }
  h2 { font-size: 2.7rem; }
  .cert-grid { grid-template-columns: 1fr; }
  .cert-grid { gap: 14px; }
  .cert-content { min-height: 124px; }
  .feature-copy { padding: 30px 24px 38px; }
  .feature h3 { font-size: 2.35rem; }
  .sustendye-mark { padding: 8px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-content { padding: 26px 24px 30px; }
  .denim-card { min-height: 0; }
  .denim-copy { padding: 32px 24px; }
  .terra-stat { align-items: flex-start; flex-direction: column; gap: 4px; }
  .alliance { align-items: flex-start; flex-direction: column; gap: 7px; }
  .ctp-product { padding: 16px; }
  .local-card { grid-template-columns: 1fr; padding: 28px 22px; }
  .local-partner { width: min(100%, 280px); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .mobile-contact { position: fixed; z-index: 90; display: flex; align-items: center; justify-content: space-between; left: 10px; right: 10px; bottom: 10px; min-height: 52px; padding: 12px 20px; border-radius: 999px; color: var(--navy); background: var(--cyan-2); box-shadow: 0 16px 36px rgba(0,0,0,.24); text-decoration: none; text-transform: uppercase; letter-spacing: .06em; font-size: .72rem; font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

.alliance-brands { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.alliance-brands img { width: 211px; max-width: 48vw; height: auto; border-radius: 8px; }
.denim-example { position: relative; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center top; }
.denim-copy { position: relative; padding: clamp(30px, 4vw, 52px); }

/* ==== Botón flotante: volver al sitio principal ==== */
.rtk-float { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 90; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 20px 12px; text-decoration: none; background: linear-gradient(180deg, var(--navy-2) 0%, var(--navy) 100%); border: 1px solid rgba(36,226,233,.34); border-right: 0; border-radius: 18px 0 0 18px; box-shadow: 0 18px 46px rgba(2,18,33,.42); transition: transform .28s ease, background .28s ease, box-shadow .28s ease; }
.rtk-float__icon { color: var(--cyan-2); display: block; transition: color .28s ease; }
.rtk-float__icon svg { width: 24px; height: 24px; display: block; }
.rtk-float__label { writing-mode: vertical-rl; color: white; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: color .28s ease; }
.rtk-float:hover, .rtk-float:focus-visible { transform: translateY(-50%) translateX(-6px); background: linear-gradient(180deg, var(--cyan-2) 0%, var(--cyan) 100%); box-shadow: 0 22px 54px rgba(0,199,215,.36); }
.rtk-float:hover .rtk-float__icon, .rtk-float:hover .rtk-float__label,
.rtk-float:focus-visible .rtk-float__icon, .rtk-float:focus-visible .rtk-float__label { color: var(--navy); }
@media (max-width: 781px) {
  .rtk-float { padding: 14px 10px; border-radius: 14px 0 0 14px; }
  .rtk-float__label { display: none; }
  .rtk-float__icon svg { width: 22px; height: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .rtk-float { transition: background .28s ease; }
  .rtk-float:hover, .rtk-float:focus-visible { transform: translateY(-50%); }
}
