@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap");
:root { font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif; background: #fff8fb; color: #2d1930; }
* { box-sizing: border-box; } body { margin: 0; min-height: 100vh; overflow-x: hidden; background: linear-gradient(155deg, #fffafe 0%, #fff7ee 50%, #f8fcff 100%); }
main { width: min(1120px, calc(100% - 40px)); margin: auto; } nav { display: flex; align-items: center; justify-content: space-between; padding: 30px 0; }
.nav-tools { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .65rem; } .language-label { font-size: .78rem; font-weight: 700; color: #775c72; } .language-switcher { appearance: none; color: #71325e; background: #fff; border: 1px solid #efbfd7; border-radius: 99px; padding: .48rem 1.75rem .48rem .75rem; font: inherit; font-size: .78rem; font-weight: 700; background-image: linear-gradient(45deg, transparent 50%, #b23b81 50%), linear-gradient(135deg, #b23b81 50%, transparent 50%); background-position: calc(100% - 12px) 52%, calc(100% - 8px) 52%; background-size: 4px 4px, 4px 4px; background-repeat: no-repeat; } .language-switcher:focus-visible { outline: 3px solid #ffd65f; outline-offset: 2px; }
.brand { color: #ca3f78; text-decoration: none; font-size: 1.55rem; letter-spacing: -.06em; font-weight: 800; }.brand img{width:34px;height:34px;object-fit:contain;border-radius:10px;margin-right:9px;vertical-align:middle}.badge { color: #8a3971; background: #fff; border: 1px solid #f3cadd; padding: .45rem .75rem; border-radius: 99px; font-size: .78rem; font-weight: 700; box-shadow: 0 8px 22px #d887aa20; }
.hero { position: relative; max-width: 790px; padding: clamp(70px, 14vw, 158px) 0 98px; }.eyebrow { position: relative; z-index: 1; color: #b23b81; letter-spacing: .14em; font-size: .73rem; font-weight: 800; }
h1 { position: relative; z-index: 1; font-size: clamp(3.1rem, 8.2vw, 7rem); letter-spacing: -.07em; line-height: .94; margin: 20px 0 28px; color: #342039; } h1 em { font-family: "Playfair Display", Georgia, serif; font-weight: 600; color: #d64f83; }
.intro { position: relative; z-index: 1; max-width: 590px; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.6; color: #6e586d; }.actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 12px; margin: 36px 0 16px; }.button { display: inline-flex; gap: .6rem; align-items: center; justify-content: center; padding: .96rem 1.2rem; border-radius: .8rem; text-decoration: none; font-weight: 800; }.primary { background: linear-gradient(110deg, #dc4f87, #ff795d); color: white; box-shadow: 0 13px 28px #dc4f8750; }.primary:hover { filter: brightness(1.05); }.secondary { color: #9e3971; background: white; border: 1px solid #efbfd7; }.notice { position: relative; z-index: 1; color: #927a8d; font-size: .83rem; }
.orb { position: absolute; border-radius: 999px; pointer-events: none; filter: blur(1px); }.orb-one { width: 240px; height: 240px; right: -150px; top: 36px; background: #ffd65f80; }.orb-two { width: 160px; height: 160px; right: 84px; bottom: 36px; background: #bbdefe8c; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding-bottom: 70px; } article { min-height: 210px; padding: 25px; background: #fff; border: 1px solid #f2dce6; border-radius: 1.15rem; box-shadow: 0 14px 36px #8b4b7010; } article:nth-child(2) { border-color: #f4dc9c; } article:nth-child(3) { border-color: #c9e1fa; } article span { color: #d04c83; font-size: .78rem; font-weight: 800; } h2 { margin: 25px 0 10px; letter-spacing: -.035em; font-size: 1.25rem; } article p { color: #716071; line-height: 1.52; margin: 0; } footer { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 28px 0 36px; border-top: 1px solid #eedfe7; color: #9a8294; font-size: .82rem; }
@media (max-width:700px) { nav { align-items:flex-start; gap:14px; flex-direction:column; } .nav-tools { justify-content: flex-start; }.hero { padding-top:74px; }.principles { grid-template-columns:1fr; } article { min-height:0; }.orb-one { right:-175px; } }
