.ct-page{background:var(--white);min-height:100vh}.ct-topbar{position:absolute;top:0;left:0;right:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:24px clamp(20px,5vw,56px)}.ct-topbar .brand__name{color:#fff}.ct-back{color:rgba(255,255,255,.88);font-weight:600;font-size:15px;padding:9px 16px;border-radius:999px;border:1.5px solid rgba(255,255,255,.35);transition:background .2s}.ct-back:hover{background:rgba(255,255,255,.12)}.ct-hero{position:relative;background:var(--grad-deep);color:#fff;padding:150px clamp(20px,5vw,56px) 96px;overflow:hidden}.ct-hero:after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;background:radial-gradient(circle,rgba(255,255,255,.14),transparent 70%);pointer-events:none}.ct-hero__inner{position:relative;z-index:2}.ct-hero .eyebrow{color:rgba(255,255,255,.75)}.ct-hero__title{font-family:var(--serif);font-weight:800;line-height:1;letter-spacing:-.02em;font-size:clamp(38px,6vw,68px);margin:16px 0 20px;max-width:14ch}.ct-hero__lead{font-size:clamp(17px,2vw,21px);color:rgba(255,255,255,.85);line-height:1.6;max-width:52ch}.ct-body{padding:clamp(56px,8vw,96px) clamp(20px,5vw,56px)}.ct-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(32px,6vw,72px);gap:clamp(32px,6vw,72px);align-items:start}@media (max-width:900px){.ct-grid{grid-template-columns:1fr}}.ct-info__title{font-family:var(--serif);font-weight:800;font-size:clamp(26px,3.5vw,36px);letter-spacing:-.01em;margin-bottom:14px}.ct-info__lead{color:var(--gray-text);font-size:16px;line-height:1.65;margin-bottom:32px}.ct-channels{display:flex;flex-direction:column;gap:14px}.ct-channel{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--gray-200);border-radius:var(--r-md);background:var(--white);transition:border-color .2s,box-shadow .2s,transform .2s}.ct-channel:hover{border-color:var(--primary-light);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.ct-channel__ico{width:44px;height:44px;border-radius:12px;background:var(--bg-soft);color:var(--primary);display:grid;place-items:center;flex-shrink:0}.ct-channel__ico svg{width:21px;height:21px}.ct-channel--wa .ct-channel__ico{background:rgba(37,211,102,.14);color:#1fae57}.ct-channel__body{display:flex;flex-direction:column;gap:2px;min-width:0}.ct-channel__body small{font-size:12.5px;color:var(--gray-text);font-weight:600;letter-spacing:.02em}.ct-channel__body b{font-size:15.5px;color:var(--ink);font-weight:700;word-break:break-word}.ct-form{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:var(--shadow-md);padding:clamp(24px,4vw,36px);gap:18px}.ct-form,.ct-row{display:flex;flex-direction:column}.ct-row{gap:7px}.ct-row label{font-size:14px;font-weight:700;color:var(--ink)}.ct-opt{font-weight:500;color:var(--gray-text)}.ct-row input,.ct-row textarea{width:100%;font-family:inherit;font-size:15px;color:var(--ink);background:var(--gray-100);border:1.5px solid transparent;border-radius:var(--r-sm);padding:13px 15px;transition:border-color .18s,background .18s;resize:vertical}.ct-row input::placeholder,.ct-row textarea::placeholder{color:#a1a1aa}.ct-row input:focus,.ct-row textarea:focus{outline:none;background:var(--white);border-color:var(--primary-light)}.ct-row input.is-error,.ct-row textarea.is-error{border-color:#e11d48;background:#fff1f2}.ct-err{font-size:13px;color:#e11d48;font-weight:600}.ct-meta{display:flex;justify-content:space-between;align-items:center;gap:12px}.ct-count{font-size:12.5px;color:var(--gray-text)}.btn--block{width:100%;justify-content:center}.ct-note{font-size:12.5px;color:var(--gray-text);line-height:1.5;text-align:center}.ct-alert{padding:13px 16px;border-radius:var(--r-sm);font-size:14px;font-weight:500}.ct-alert a{color:inherit;text-decoration:underline}.ct-alert--warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.ct-alert--err{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.ct-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.ct-form--done{align-items:center;text-align:center;gap:12px;padding-block:clamp(36px,6vw,56px)}.ct-check{width:64px;height:64px;border-radius:999px;background:var(--bg-soft);color:var(--primary);display:grid;place-items:center;margin-bottom:6px}.ct-check svg{width:30px;height:30px}.ct-form--done h3{font-family:var(--serif);font-size:24px;font-weight:800}.ct-form--done p{color:var(--gray-text);font-size:15.5px;max-width:34ch}.ct-form--done .btn{margin-top:8px}.ct-page .footer{padding-bottom:72px}