:root{
  --rtv-blue:#3F8FAE;
  --rtv-blue-dark:#247493;
  --rtv-blue-deep:#1D6079;
  --rtv-blue-soft:#D8ECF4;
  --rtv-blue-pale:#EEF7FA;
  --rtv-coral:#FF8063;
  --rtv-coral-dark:#E96549;
  --rtv-coral-soft:#FFE0D8;
  --rtv-coral-pale:#FFF2EE;
  --rtv-ink:#29383E;
  --rtv-text:#4B5A60;
  --rtv-muted:#718086;
  --rtv-line:rgba(41,56,62,.10);
  --rtv-bg:#F8FAF9;
  --rtv-white:#fff;
  --rtv-shadow:0 18px 50px rgba(45,67,76,.08);
}

html{scroll-behavior:smooth;scroll-padding-top:86px}
body.rtv-standalone-body{margin:0;background:var(--rtv-bg);color:var(--rtv-text);font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.rtv-menu-open{overflow:hidden}
.rtv-standalone-body *, .rtv-standalone-body *::before,.rtv-standalone-body *::after{box-sizing:border-box}
.rtv-standalone-body img{display:block;max-width:100%}
.rtv-standalone-body a{text-decoration:none;color:inherit}
.rtv-standalone-body button,.rtv-standalone-body input,.rtv-standalone-body select,.rtv-standalone-body textarea{font:inherit}
.rtv-container{width:min(1180px,calc(100% - 40px));margin:auto}
.rtv-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;min-width:0}
.rtv-home{min-height:70vh}
.rtv-section{padding:72px 0}
.rtv-section--soft{background:#F1F7F8}
.rtv-section--final{padding-top:40px}
.rtv-kicker{display:inline-block;color:var(--rtv-blue-dark);font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
.rtv-title{max-width:720px;margin:0 auto 34px;text-align:center}
.rtv-title-left{margin-left:0;text-align:left}
.rtv-title h2,.rtv-feature h2,.rtv-price-copy h2{margin:8px 0 13px;color:var(--rtv-ink);font-size:clamp(32px,4vw,48px);line-height:1.08;font-weight:500;letter-spacing:-.03em}
.rtv-title p,.rtv-feature-copy>p,.rtv-price-copy>p{margin:0;color:var(--rtv-muted);font-size:14px;line-height:1.75}

/* Header */
.rtv-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);border-bottom:1px solid var(--rtv-line);backdrop-filter:blur(14px)}
.rtv-header-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.rtv-brand{display:inline-flex;align-items:center;gap:9px;color:var(--rtv-ink)}
.rtv-logo-img{width:35px;height:35px;object-fit:contain}
.rtv-brandword{font-size:16px;font-weight:500;letter-spacing:-.02em}
.rtv-nav-desktop{display:flex;align-items:center;gap:25px}
.rtv-nav-desktop>a:not(.rtv-btn){font-size:12.5px;font-weight:500;color:#65757B}
.rtv-nav-desktop>a:not(.rtv-btn):hover{color:var(--rtv-blue-dark)}
.rtv-menu{display:none;width:44px;height:44px;padding:0;border:0;border-radius:12px;background:var(--rtv-blue-pale);cursor:pointer;position:relative;z-index:103}
.rtv-menu span{display:block;width:18px;height:2px;margin:4px auto;border-radius:99px;background:var(--rtv-ink);transition:transform .2s ease}
.rtv-menu[aria-expanded="true"] span:first-child{transform:translateY(3px) rotate(45deg)}
.rtv-menu[aria-expanded="true"] span:last-child{transform:translateY(-3px) rotate(-45deg)}
.rtv-mobile-menu{position:fixed;inset:0;width:100vw;height:100dvh;z-index:1000;display:grid;grid-template-rows:auto 1fr;background:#F8FAF9;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.rtv-mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.rtv-mobile-menu__top{width:min(1180px,calc(100% - 40px));min-height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(41,56,62,.08)}
.rtv-mobile-menu__close{width:44px;height:44px;display:grid;place-items:center;position:relative;padding:0;border:0;border-radius:12px;background:var(--rtv-blue-pale);cursor:pointer}
.rtv-mobile-menu__close span{position:absolute;width:18px;height:2px;border-radius:99px;background:var(--rtv-ink)}
.rtv-mobile-menu__close span:first-child{transform:rotate(45deg)}
.rtv-mobile-menu__close span:last-child{transform:rotate(-45deg)}
.rtv-mobile-menu__links{min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:30px 24px 86px;text-align:center;overflow-y:auto}
.rtv-mobile-menu__links>a:not(.rtv-btn){padding:6px 14px;color:var(--rtv-ink);font-size:clamp(27px,7vw,40px);line-height:1.18;font-weight:500;letter-spacing:-.035em}
.rtv-mobile-menu__links>a:not(.rtv-btn):hover{color:var(--rtv-blue-dark)}
.rtv-mobile-menu__cta{min-width:230px;margin-top:18px;min-height:52px;font-size:13px}

/* buttons */
.rtv-btn,.rtv-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:45px;padding:0 18px;border:0;border-radius:11px;font-size:13px;font-weight:500;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}
.rtv-btn:hover,.rtv-button:hover{transform:translateY(-1px)}
.rtv-btn-primary,.rtv-button--primary{background:var(--rtv-coral);color:#fff!important}
.rtv-btn-primary:hover,.rtv-button--primary:hover{background:var(--rtv-coral-dark)}
.rtv-btn-soft,.rtv-button--ghost,.rtv-button--success{background:var(--rtv-blue-soft);color:var(--rtv-blue-deep)!important}
.rtv-button--light{background:#fff;color:var(--rtv-blue-deep)!important}
.rtv-button--danger{background:var(--rtv-coral-pale);color:var(--rtv-coral-dark)!important}
.rtv-btn-lg,.rtv-button--xl{min-height:52px;padding:0 22px;font-size:14px}
.rtv-button--small{min-height:38px;padding:0 13px;font-size:11.5px}
.rtv-btn-full,.rtv-button--full{width:100%}

/* Home hero */
.rtv-hero{padding:22px 0 42px}
.rtv-hero-box{min-height:570px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:52px;align-items:center;padding:clamp(34px,5vw,58px);border-radius:22px;background:#D2E8F0;border:1px solid rgba(63,143,174,.13)}
.rtv-hero h1{max-width:720px;margin:10px 0 20px;color:var(--rtv-ink);font-size:clamp(44px,5.3vw,68px);line-height:1;font-weight:500;letter-spacing:-.04em}
.rtv-hero h1 span{color:var(--rtv-blue-dark)}
.rtv-hero-lead{max-width:580px;margin:0;color:#64747A;font-size:15px;line-height:1.75}
.rtv-hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.rtv-trust{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:17px;color:#627279;font-size:11px}
.rtv-trust span{position:relative;padding-left:12px}
.rtv-trust span::before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--rtv-blue)}
.rtv-hero-visual{min-height:430px;display:grid;place-items:center}
.rtv-app-preview{width:min(390px,96%);padding:18px;border-radius:18px;background:#fff;border:1px solid rgba(41,56,62,.07);box-shadow:var(--rtv-shadow)}
.rtv-app-preview__top{display:flex;align-items:center;justify-content:space-between}
.rtv-app-preview__more{color:#9AA6AA;letter-spacing:2px}
.rtv-app-preview__pet{display:flex;align-items:center;gap:12px;padding:18px 0 14px}
.rtv-app-preview__avatar{width:52px;height:52px;display:block;overflow:hidden;border-radius:13px;background:var(--rtv-blue-soft)}.rtv-app-preview__avatar img{width:100%;height:100%;object-fit:cover}
.rtv-app-preview__pet>div:last-child{display:grid;gap:2px}.rtv-app-preview__pet strong{color:var(--rtv-ink);font-size:15px;font-weight:500}.rtv-app-preview__pet span{color:var(--rtv-muted);font-size:11px}
.rtv-app-preview__map{position:relative;height:185px;overflow:hidden;border-radius:14px;background:linear-gradient(90deg,rgba(63,143,174,.06) 1px,transparent 1px),linear-gradient(rgba(63,143,174,.06) 1px,transparent 1px),#EDF5F7;background-size:28px 28px}
.rtv-app-preview__map::before,.rtv-app-preview__map::after{content:"";position:absolute;border-radius:99px;background:rgba(255,255,255,.85)}
.rtv-app-preview__map::before{width:150%;height:17px;left:-20%;top:42%;transform:rotate(-14deg)}
.rtv-app-preview__map::after{width:16px;height:140%;left:68%;top:-20%;transform:rotate(18deg)}
.rtv-map-dot{position:absolute;z-index:2;width:19px;height:19px;border:4px solid #fff;border-radius:50%;box-shadow:0 4px 12px rgba(41,56,62,.12)}
.rtv-map-dot--1{left:29%;top:46%;background:var(--rtv-coral)}.rtv-map-dot--2{right:20%;top:26%;background:var(--rtv-blue-dark)}
.rtv-map-route{position:absolute;left:36%;top:42%;width:40%;height:30%;border-top:2px dashed rgba(36,116,147,.45);border-right:2px dashed rgba(36,116,147,.45);border-radius:50%;transform:rotate(-8deg)}
.rtv-app-preview__signal{display:flex;align-items:center;gap:11px;margin-top:12px;padding:11px;border-radius:12px;background:var(--rtv-blue-pale)}
.rtv-icon-box{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#fff;color:var(--rtv-blue-dark)}
.rtv-app-preview__signal>div{display:grid;gap:1px}.rtv-app-preview__signal small,.rtv-app-preview__signal span{color:var(--rtv-muted);font-size:10px}.rtv-app-preview__signal strong{color:var(--rtv-ink);font-size:12px;font-weight:500}

/* Home steps */
.rtv-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.rtv-step{min-width:0;min-height:330px;display:flex;flex-direction:column;padding:23px;border-radius:18px}
.rtv-step-blue{background:#CEE7F0}.rtv-step-coral{background:#FFD9CF}
.rtv-step-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.82);color:var(--rtv-blue-dark)}
.rtv-step-coral .rtv-step-icon{color:var(--rtv-coral-dark)}
.rtv-step-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.rtv-step h3{margin:24px 0 9px;color:var(--rtv-ink);font-size:20px;line-height:1.2;font-weight:500;letter-spacing:-.02em}
.rtv-step>p{margin:0;color:#66757A;font-size:12.5px;line-height:1.7}
.rtv-mini{margin-top:auto;min-width:0;display:flex;align-items:center;gap:11px;min-height:72px;padding:11px 12px;border:1px solid rgba(41,56,62,.05);border-radius:11px;background:rgba(255,255,255,.75)}
.rtv-mini-avatar,.rtv-mini-signal-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;border-radius:11px;background:#fff;color:var(--rtv-blue-dark);font-weight:500;overflow:hidden}.rtv-mini-avatar img{width:100%;height:100%;object-fit:cover}
.rtv-mini-copy,.rtv-mini-url,.rtv-mini-signal-copy{min-width:0;display:grid;gap:2px;flex:1}
.rtv-mini small{color:var(--rtv-muted);font-size:9.5px}.rtv-mini strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--rtv-ink);font-size:11.5px;font-weight:500}.rtv-mini-copy>span,.rtv-mini-signal-copy>span{color:var(--rtv-muted);font-size:10px}
.rtv-mini-copy-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:35px;padding:0 11px;border-radius:9px;background:#fff;color:var(--rtv-coral-dark);font-size:10.5px;font-weight:500}

/* Home feature */
.rtv-feature{display:grid;grid-template-columns:.94fr 1.06fr;gap:46px;align-items:center;padding:42px;border-radius:20px;background:#D8ECF4}
.rtv-checks{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}.rtv-checks li{display:grid;grid-template-columns:22px 1fr;gap:8px;color:#58686E;font-size:12.5px;line-height:1.6}.rtv-checks span{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--rtv-blue-dark);font-size:9px}
.rtv-dashboard-preview{padding:18px;border-radius:16px;background:#fff;border:1px solid rgba(41,56,62,.07)}
.rtv-dashboard-preview__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--rtv-line)}.rtv-dashboard-preview__head>div{display:grid}.rtv-dashboard-preview__head small{color:var(--rtv-muted);font-size:10px}.rtv-dashboard-preview__head strong{color:var(--rtv-ink);font-size:17px;font-weight:500}
.rtv-dashboard-preview__row{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;padding:14px 0}.rtv-dashboard-preview__row>div{display:grid}.rtv-dashboard-preview__row strong{font-size:12px;color:var(--rtv-ink);font-weight:500}.rtv-dashboard-preview__row small{font-size:10px;color:var(--rtv-muted)}
.rtv-dashboard-preview__phone{display:grid;gap:3px;padding:12px;border-radius:11px;background:var(--rtv-blue-pale)}.rtv-dashboard-preview__phone span,.rtv-dashboard-preview__phone small{font-size:9.5px;color:var(--rtv-muted)}.rtv-dashboard-preview__phone strong{font-size:12px;color:var(--rtv-ink);font-weight:500}
.rtv-dashboard-preview__actions{display:flex;gap:8px;margin-top:10px}.rtv-dashboard-preview__actions span{padding:8px 10px;border-radius:8px;background:var(--rtv-blue-soft);color:var(--rtv-blue-deep);font-size:10px}.rtv-dashboard-preview__actions span:last-child{background:var(--rtv-coral-pale);color:var(--rtv-coral-dark)}

/* Price */
.rtv-price-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}
.rtv-price-card{width:100%;max-width:500px;justify-self:end;padding:28px;border:1px solid var(--rtv-line);border-radius:18px;background:#fff}
.rtv-price-label{color:var(--rtv-blue-dark);font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.rtv-price{display:grid;gap:2px;margin:14px 0 20px}.rtv-price strong{color:var(--rtv-ink);font-size:clamp(46px,5vw,60px);font-weight:500;letter-spacing:-.05em;line-height:1}.rtv-price span{color:var(--rtv-muted);font-size:11px}
.rtv-price-list{display:grid;gap:10px;margin:0 0 22px;padding:0;list-style:none}.rtv-price-list li{display:grid;grid-template-columns:20px 1fr;gap:8px;color:#58686E;font-size:12px}.rtv-price-list li span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--rtv-blue-soft);color:var(--rtv-blue-dark);font-size:8px}.rtv-price-card>small{display:block;margin-top:12px;color:var(--rtv-muted);font-size:9.5px;line-height:1.5;text-align:center}

/* FAQ */
.rtv-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:52px;align-items:start}
.rtv-faq{display:grid;gap:7px}.rtv-faq-item{overflow:hidden;border:1px solid var(--rtv-line);border-radius:13px;background:#fff}.rtv-faq-item:nth-child(even){background:var(--rtv-blue-pale)}.rtv-faq-button{width:100%;min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 17px;border:0;background:transparent;color:var(--rtv-ink);text-align:left;cursor:pointer}.rtv-faq-button span{font-size:12.5px;font-weight:500}.rtv-faq-button i{font-size:20px;font-style:normal;color:var(--rtv-blue-dark);transition:transform .2s}.rtv-faq-item.open .rtv-faq-button i{transform:rotate(45deg)}
.rtv-faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s}.rtv-faq-answer p{min-height:0;overflow:hidden;margin:0;padding:0 17px;color:var(--rtv-muted);font-size:11.5px;line-height:1.7}.rtv-faq-item.open .rtv-faq-answer{grid-template-rows:1fr}.rtv-faq-item.open .rtv-faq-answer p{padding-bottom:17px}
.rtv-final{display:grid;grid-template-columns:62px 1fr auto;gap:20px;align-items:center;padding:28px 30px;border-radius:18px;background:#CFE7F0}.rtv-final>img{width:58px;height:58px;object-fit:contain}.rtv-final h2{margin:5px 0 0;color:var(--rtv-ink);font-size:clamp(24px,3vw,34px);font-weight:500;letter-spacing:-.025em}

/* Create page */
.rtv-shell--create{padding:54px 0 82px}.rtv-create-head{max-width:700px;margin:0 auto 30px;text-align:center}.rtv-create-head h1{margin:8px 0 12px;color:var(--rtv-ink);font-size:clamp(36px,5vw,52px);line-height:1.06;font-weight:500;letter-spacing:-.035em}.rtv-create-head p{margin:0;color:var(--rtv-muted);font-size:14px;line-height:1.7}
.rtv-create-form{max-width:860px;margin:auto;display:grid;gap:14px}.rtv-form-section{min-width:0;padding:26px;border:1px solid var(--rtv-line);border-radius:17px;background:#fff}.rtv-form-section:nth-of-type(2){background:#F4F9FA}.rtv-form-section__head{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.rtv-form-section__head h2{margin:1px 0 4px;color:var(--rtv-ink);font-size:21px;font-weight:500;letter-spacing:-.02em}.rtv-form-section__head p{margin:0;color:var(--rtv-muted);font-size:11.5px;line-height:1.6}.rtv-form-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--rtv-blue-soft);color:var(--rtv-blue-dark)}.rtv-form-icon--coral{background:var(--rtv-coral-soft);color:var(--rtv-coral-dark)}.rtv-form-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.rtv-grid{display:grid;gap:14px}.rtv-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.rtv-field{min-width:0;display:grid;gap:7px;margin-top:14px}.rtv-field label{color:var(--rtv-ink);font-size:11.5px;font-weight:500}.rtv-field label span{color:var(--rtv-coral-dark)}.rtv-field input,.rtv-field select,.rtv-field textarea{display:block;width:100%;max-width:100%;min-width:0;border:1px solid rgba(41,56,62,.14);border-radius:10px;background:#fff;color:var(--rtv-ink);outline:none}.rtv-field input,.rtv-field select{height:48px;padding:0 13px}.rtv-field textarea{padding:12px 13px;resize:vertical;line-height:1.6}.rtv-field input:focus,.rtv-field select:focus,.rtv-field textarea:focus{border-color:var(--rtv-blue);box-shadow:0 0 0 3px rgba(63,143,174,.09)}.rtv-field small{color:var(--rtv-muted);font-size:9.5px;line-height:1.55}
.rtv-photo-uploader{display:grid;grid-template-columns:180px minmax(0,1fr);gap:16px;align-items:center;margin-bottom:4px}.rtv-photo-preview{position:relative;height:150px;display:grid;place-items:center;overflow:hidden;border:1px dashed rgba(63,143,174,.45);border-radius:13px;background:var(--rtv-blue-pale);cursor:pointer}.rtv-photo-preview__empty{display:grid;justify-items:center;gap:4px;padding:14px;text-align:center}.rtv-photo-preview__empty>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fff;color:var(--rtv-blue-dark);font-size:18px}.rtv-photo-preview__empty strong{font-size:11.5px;color:var(--rtv-ink);font-weight:500}.rtv-photo-preview__empty small{font-size:9px;color:var(--rtv-muted)}.rtv-photo-preview img{display:none;width:100%;height:100%;object-fit:cover}.rtv-photo-preview.has-image img{display:block}.rtv-photo-preview.has-image .rtv-photo-preview__empty{display:none}.rtv-photo-uploader>input[type="file"]{width:100%;max-width:100%;font-size:11px}
.rtv-check{display:grid;grid-template-columns:20px 1fr;gap:9px;align-items:start;margin-top:18px;color:#5D6C71;font-size:10.5px;line-height:1.6}.rtv-check input{margin-top:2px;accent-color:var(--rtv-blue)}
.rtv-create-submit{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-radius:16px;background:var(--rtv-coral-soft)}.rtv-create-submit>div{display:grid;gap:2px}.rtv-create-submit strong{color:var(--rtv-ink);font-size:13px;font-weight:500}.rtv-create-submit span{color:var(--rtv-muted);font-size:10.5px}

/* Public search */
.rtv-shell--public{padding:28px 0 80px}.rtv-public-hero{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);overflow:hidden;border:1px solid var(--rtv-line);border-radius:20px;background:#fff}.rtv-public-hero__photo{position:relative;min-height:430px;background:var(--rtv-blue-pale)}.rtv-public-hero__photo>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.rtv-photo-fallback{height:100%;display:grid;place-items:center}.rtv-photo-fallback img{width:110px;height:110px;object-fit:contain}.rtv-public-hero__photo>.rtv-status{position:absolute;left:18px;bottom:18px;z-index:2}.rtv-public-hero__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,5vw,58px)}.rtv-public-hero__content h1{margin:8px 0 14px;color:var(--rtv-ink);font-size:clamp(44px,6vw,72px);line-height:.98;font-weight:500;letter-spacing:-.04em}.rtv-public-hero__lead{max-width:620px;margin:0;color:var(--rtv-muted);font-size:14px;line-height:1.75}.rtv-public-hero__lead strong{font-weight:500;color:var(--rtv-ink)}.rtv-public-hero__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:23px}.rtv-public-trust{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:16px;color:var(--rtv-muted);font-size:10px}
.rtv-status{display:inline-flex;align-items:center;gap:7px;width:max-content;min-height:30px;padding:0 10px;border-radius:999px;font-size:10px;font-weight:500}.rtv-status__dot,.rtv-status i{width:6px;height:6px;border-radius:50%}.rtv-status--active{background:var(--rtv-coral-soft);color:var(--rtv-coral-dark)}.rtv-status--active .rtv-status__dot,.rtv-status--active i{background:var(--rtv-coral)}.rtv-status--found{background:var(--rtv-blue-soft);color:var(--rtv-blue-deep)}.rtv-status--found .rtv-status__dot{background:var(--rtv-blue)}.rtv-status--closed{background:#EEF1F2;color:#64747A}.rtv-status--closed .rtv-status__dot{background:#87959A}
.rtv-found-message{display:flex;gap:11px;align-items:flex-start;padding:14px;border-radius:12px;background:var(--rtv-blue-pale);color:var(--rtv-blue-deep)}.rtv-found-message>span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#fff}.rtv-found-message strong{font-weight:500}.rtv-found-message p{margin:3px 0 0;font-size:11px;color:var(--rtv-muted)}
.rtv-context-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}.rtv-context-bar>div{min-width:0;display:flex;align-items:center;gap:11px;padding:15px;border-radius:13px;background:var(--rtv-blue-pale)}.rtv-context-bar>div:nth-child(2){background:var(--rtv-coral-pale)}.rtv-context-bar__icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#fff;color:var(--rtv-blue-dark)}.rtv-context-bar>div:nth-child(2) .rtv-context-bar__icon{color:var(--rtv-coral-dark)}.rtv-context-bar>div>span:last-child{min-width:0;display:grid;gap:1px}.rtv-context-bar small{color:var(--rtv-muted);font-size:9px}.rtv-context-bar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--rtv-ink);font-size:11px;font-weight:500}
.rtv-public-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:12px;align-items:start}.rtv-public-content-grid__main{display:grid;gap:12px}.rtv-card{padding:25px;border:1px solid var(--rtv-line);border-radius:16px;background:#fff}.rtv-card h2{margin:6px 0 12px;color:var(--rtv-ink);font-size:22px;font-weight:500;letter-spacing:-.02em}.rtv-readable{margin:0;color:#5F6F75;font-size:12.5px;line-height:1.8}.rtv-story-card{background:#FFF8F5}.rtv-activity-card{background:#F3F8FA}.rtv-guidance{display:flex;gap:10px;margin-top:18px;padding:12px;border-radius:11px;background:#fff}.rtv-guidance>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:var(--rtv-blue-soft);color:var(--rtv-blue-dark);font-size:11px}.rtv-guidance strong{color:var(--rtv-ink);font-size:11px;font-weight:500}.rtv-guidance p{margin:3px 0 0;color:var(--rtv-muted);font-size:10.5px;line-height:1.6}.rtv-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.rtv-count-chip{display:grid;place-items:center;min-width:32px;height:32px;padding:0 8px;border-radius:9px;background:#fff;color:var(--rtv-blue-dark);font-size:11px}.rtv-empty{display:flex;align-items:center;gap:11px;padding:14px;border-radius:11px;background:#fff}.rtv-empty__icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:var(--rtv-blue-soft);color:var(--rtv-blue-dark)}.rtv-empty>div:last-child{display:grid;gap:2px}.rtv-empty strong{color:var(--rtv-ink);font-size:11.5px;font-weight:500}.rtv-empty span{color:var(--rtv-muted);font-size:10px}.rtv-timeline{display:grid;gap:10px;margin-top:6px}.rtv-timeline__item{position:relative;display:grid;grid-template-columns:12px 1fr;gap:10px}.rtv-timeline__dot{width:8px;height:8px;margin-top:5px;border-radius:50%;background:var(--rtv-blue)}.rtv-timeline__item>div{display:grid}.rtv-timeline__item strong{color:var(--rtv-ink);font-size:11px;font-weight:500}.rtv-timeline__item span{color:var(--rtv-muted);font-size:10px}
.rtv-share-card{position:sticky;top:90px;padding:23px;border-radius:16px;background:var(--rtv-blue);color:#fff}.rtv-share-card .rtv-kicker{color:rgba(255,255,255,.75)}.rtv-share-card h3{margin:7px 0 8px;font-size:20px;line-height:1.25;font-weight:500}.rtv-share-card p{margin:0;color:rgba(255,255,255,.78);font-size:11.5px;line-height:1.65}.rtv-share-buttons{display:grid;gap:7px;margin-top:18px}.rtv-share-button{min-height:42px;display:flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid rgba(255,255,255,.20);border-radius:10px;background:rgba(255,255,255,.10);color:#fff!important;font-size:11px;font-weight:500;cursor:pointer}
.rtv-report-zone{display:grid;grid-template-columns:.92fr 1.08fr;gap:44px;align-items:start;margin-top:14px;padding:38px;border-radius:20px;background:#FFDCD3}.rtv-report-zone__intro h2{margin:8px 0 11px;color:var(--rtv-ink);font-size:clamp(31px,4vw,44px);line-height:1.08;font-weight:500;letter-spacing:-.03em}.rtv-report-zone__intro>p{max-width:480px;margin:0;color:#6C5F5B;font-size:13px;line-height:1.7}.rtv-private-note{display:flex;gap:11px;margin-top:20px;padding:13px;border-radius:11px;background:rgba(255,255,255,.58)}.rtv-private-note>span{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:#fff;color:var(--rtv-coral-dark)}.rtv-private-note p{margin:0;color:#6B5B56;font-size:10.5px;line-height:1.6}.rtv-private-note strong{font-weight:500;color:var(--rtv-ink)}.rtv-report-card{padding:23px;border-radius:16px;background:#fff}.rtv-report-card .rtv-field:first-of-type{margin-top:0}

/* Dashboard */
.rtv-shell--dashboard{padding:28px 0 80px}.rtv-created-panel{display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:center;margin-bottom:12px;padding:17px;border-radius:14px;background:var(--rtv-blue-pale)}.rtv-created-panel__icon{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:var(--rtv-blue);color:#fff}.rtv-created-panel__copy h2{margin:2px 0 5px;color:var(--rtv-ink);font-size:17px;font-weight:500}.rtv-created-panel__copy>p{margin:0;color:var(--rtv-muted);font-size:10.5px;line-height:1.55}.rtv-email-ok,.rtv-email-warning{display:grid;gap:2px;margin-top:8px;padding:9px 10px;border-radius:9px;font-size:9.5px}.rtv-email-ok{background:#fff;color:var(--rtv-blue-deep)}.rtv-email-warning{background:var(--rtv-coral-pale);color:var(--rtv-coral-dark)}.rtv-email-ok strong,.rtv-email-warning strong{font-weight:500}.rtv-email-ok span,.rtv-email-warning span{color:var(--rtv-muted)}
.rtv-dashboard-hero{display:grid;grid-template-columns:105px 1fr auto;gap:20px;align-items:center;padding:20px;border:1px solid var(--rtv-line);border-radius:16px;background:#fff}.rtv-dashboard-hero__photo{width:105px;height:105px;overflow:hidden;border-radius:13px;background:var(--rtv-blue-pale)}.rtv-dashboard-hero__photo img{width:100%;height:100%;object-fit:cover}.rtv-dashboard-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.rtv-dashboard-title-row h1{margin:4px 0;color:var(--rtv-ink);font-size:34px;font-weight:500;letter-spacing:-.03em}.rtv-dashboard-hero__copy>p{margin:2px 0 0;color:var(--rtv-muted);font-size:11px}
.rtv-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:12px;margin-top:12px;align-items:start}.rtv-dashboard-grid__main{min-width:0;display:grid;gap:12px}.rtv-dashboard-grid__side{display:grid;gap:12px}.rtv-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.rtv-stat{display:grid;gap:2px;min-height:82px;padding:13px;border-radius:12px;background:var(--rtv-blue-pale)}.rtv-stat--amber{background:var(--rtv-coral-pale)}.rtv-stat--green{background:var(--rtv-blue-soft)}.rtv-stat span{color:var(--rtv-muted);font-size:9.5px}.rtv-stat strong{color:var(--rtv-ink);font-size:22px;font-weight:500}.rtv-card--dashboard{padding:20px}.rtv-card--dashboard .rtv-card__head h2{margin:4px 0 0}.rtv-sighting-list{display:grid;gap:8px;margin-top:14px}.rtv-sighting-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;padding:13px;border:1px solid var(--rtv-line);border-radius:12px;background:#fff}.rtv-sighting-card__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--rtv-blue-pale);color:var(--rtv-blue-dark)}.rtv-sighting-card__content{min-width:0}.rtv-sighting-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.rtv-sighting-card__top>div{min-width:0;display:grid;gap:1px}.rtv-sighting-card__top strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--rtv-ink);font-size:12px;font-weight:500}.rtv-sighting-card__top span{color:var(--rtv-muted);font-size:9.5px}.rtv-sighting-card__content>p{margin:10px 0;color:#607076;font-size:10.5px;line-height:1.6}.rtv-status-pill,.rtv-chip{display:inline-flex;align-items:center;width:max-content;min-height:26px;padding:0 8px;border-radius:8px;background:#EEF1F2;color:#68777C;font-size:9px;font-weight:500}.rtv-status-pill--new,.rtv-chip-coral{background:var(--rtv-coral-soft);color:var(--rtv-coral-dark)}.rtv-status-pill--pending,.rtv-chip-blue{background:var(--rtv-blue-pale);color:var(--rtv-blue-dark)}.rtv-status-pill--confirmed{background:var(--rtv-blue-soft);color:var(--rtv-blue-deep)}.rtv-status-pill--rejected{background:#F2F3F3;color:#778287}.rtv-sighting-contact{display:grid;gap:3px;margin:11px 0;padding:10px;border-radius:9px;background:var(--rtv-blue-pale)}.rtv-sighting-contact>span,.rtv-sighting-contact>small{color:var(--rtv-muted);font-size:9px}.rtv-sighting-contact>strong{color:var(--rtv-ink);font-size:11px;font-weight:500}.rtv-sighting-contact>a{width:max-content;max-width:100%;padding:7px 10px;border-radius:8px;background:#fff;color:var(--rtv-blue-deep);font-size:12px;font-weight:500}.rtv-review-actions{display:flex;flex-wrap:wrap;gap:6px}.rtv-dashboard-action-card,.rtv-dashboard-found-card{padding:20px;border-radius:14px}.rtv-dashboard-action-card{background:var(--rtv-blue);color:#fff}.rtv-dashboard-action-card .rtv-kicker{color:rgba(255,255,255,.72)}.rtv-dashboard-action-card h3,.rtv-dashboard-found-card h3{margin:6px 0 8px;font-size:18px;line-height:1.3;font-weight:500}.rtv-dashboard-action-card p{margin:0 0 15px;color:rgba(255,255,255,.78);font-size:10.5px;line-height:1.6}.rtv-dashboard-found-card{background:var(--rtv-coral-pale)}.rtv-dashboard-found-card p{margin:0 0 14px;color:var(--rtv-muted);font-size:10.5px;line-height:1.6}.rtv-state-card{max-width:620px;margin:80px auto;padding:34px;border:1px solid var(--rtv-line);border-radius:16px;background:#fff;text-align:center}.rtv-state-card__icon{width:44px;height:44px;display:grid;place-items:center;margin:0 auto 12px;border-radius:12px;background:var(--rtv-coral-pale);color:var(--rtv-coral-dark)}.rtv-state-card h1{margin:7px 0 8px;color:var(--rtv-ink);font-size:28px;font-weight:500}.rtv-state-card p{margin:0;color:var(--rtv-muted);font-size:12px}

/* Alerts */
.rtv-alert{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;padding:13px;border-radius:11px}.rtv-alert--success{background:var(--rtv-blue-pale)}.rtv-alert--error{background:var(--rtv-coral-pale)}.rtv-alert__icon{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:#fff}.rtv-alert>div{display:grid;gap:2px}.rtv-alert strong{color:var(--rtv-ink);font-size:11px;font-weight:500}.rtv-alert span{color:var(--rtv-muted);font-size:10px}

/* Footer */
.rtv-footer{border-top:1px solid var(--rtv-line);background:#F1F7F8}.rtv-footer-inner{min-height:100px;display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center}.rtv-brand--footer .rtv-logo-img{width:31px;height:31px}.rtv-footer p{margin:0;color:var(--rtv-muted);font-size:10.5px;text-align:center}.rtv-footer-links{display:flex;justify-content:flex-end;gap:16px}.rtv-footer-links a{color:var(--rtv-muted);font-size:10px}

@media(max-width:980px){
  .rtv-nav-desktop{display:none}.rtv-menu{display:block}
  .rtv-hero-box,.rtv-feature,.rtv-price-grid,.rtv-faq-grid{grid-template-columns:1fr}.rtv-hero-box{gap:24px}.rtv-hero-visual{min-height:380px}.rtv-steps{grid-template-columns:1fr}.rtv-step{min-height:285px}.rtv-price-card{max-width:none;justify-self:stretch}.rtv-public-hero{grid-template-columns:1fr}.rtv-public-hero__photo{min-height:380px}.rtv-public-content-grid,.rtv-dashboard-grid{grid-template-columns:1fr}.rtv-share-card{position:static}.rtv-report-zone{grid-template-columns:1fr;gap:24px}.rtv-created-panel{grid-template-columns:42px 1fr}.rtv-created-panel>.rtv-button{grid-column:1/-1;justify-self:start}.rtv-dashboard-hero{grid-template-columns:92px 1fr}.rtv-dashboard-hero__photo{width:92px;height:92px}.rtv-dashboard-hero>.rtv-button{grid-column:1/-1;justify-self:start}.rtv-final{grid-template-columns:58px 1fr}.rtv-final>.rtv-btn{grid-column:1/-1;justify-self:start}
}

@media(max-width:680px){
  .rtv-container,.rtv-shell{width:calc(100% - 18px)}.rtv-section{padding:50px 0}.rtv-header-inner{min-height:64px}.rtv-logo-img{width:32px;height:32px}.rtv-brandword{font-size:15px}.rtv-hero{padding:9px 0 30px}.rtv-hero-box{min-height:auto;padding:25px 16px;border-radius:16px}.rtv-hero h1{font-size:clamp(38px,11vw,49px)}.rtv-hero-lead{font-size:13.5px}.rtv-hero-actions{flex-direction:column}.rtv-hero-actions .rtv-btn{width:100%}.rtv-hero-visual{min-height:330px}.rtv-app-preview{padding:14px;border-radius:14px}.rtv-app-preview__map{height:150px}.rtv-title{margin-bottom:26px}.rtv-title h2,.rtv-feature h2,.rtv-price-copy h2{font-size:clamp(28px,9vw,38px)}.rtv-step{padding:19px;border-radius:15px}.rtv-step h3{font-size:18px}.rtv-feature{padding:21px 16px;border-radius:16px}.rtv-dashboard-preview{padding:14px}.rtv-price-card{padding:22px 16px;border-radius:16px}.rtv-final{grid-template-columns:1fr;padding:22px 16px;border-radius:16px}.rtv-final>img{width:52px;height:52px}.rtv-final .rtv-btn{width:100%}.rtv-footer-inner{grid-template-columns:1fr;justify-items:center;padding:23px 0}.rtv-footer-links{justify-content:center;flex-wrap:wrap}.rtv-shell--create,.rtv-shell--dashboard,.rtv-shell--public{padding-top:20px}.rtv-create-head{margin-bottom:22px}.rtv-create-head h1{font-size:34px}.rtv-form-section{padding:19px 15px;border-radius:14px}.rtv-grid--2{grid-template-columns:1fr}.rtv-photo-uploader{grid-template-columns:1fr}.rtv-photo-preview{height:180px}.rtv-create-submit{flex-direction:column;align-items:stretch}.rtv-create-submit .rtv-button{width:100%}.rtv-public-hero{border-radius:15px}.rtv-public-hero__photo{min-height:330px}.rtv-public-hero__content{padding:24px 17px}.rtv-public-hero__content h1{font-size:46px}.rtv-public-hero__actions{flex-direction:column}.rtv-public-hero__actions .rtv-button{width:100%}.rtv-context-bar{grid-template-columns:1fr}.rtv-card{padding:19px 15px}.rtv-report-zone{padding:22px 16px;border-radius:15px}.rtv-report-card{padding:18px 14px}.rtv-dashboard-hero{grid-template-columns:74px 1fr;padding:15px}.rtv-dashboard-hero__photo{width:74px;height:74px}.rtv-dashboard-title-row h1{font-size:28px}.rtv-stats{grid-template-columns:repeat(3,1fr);gap:6px}.rtv-stat{min-height:72px;padding:10px}.rtv-stat strong{font-size:19px}.rtv-sighting-card{grid-template-columns:1fr}.rtv-sighting-card__icon{display:none}.rtv-sighting-card__top{align-items:flex-start}.rtv-review-actions{display:grid;grid-template-columns:1fr 1fr}.rtv-review-actions .rtv-button{width:100%}.rtv-created-panel{grid-template-columns:1fr}.rtv-created-panel__icon{display:none}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rtv-btn,.rtv-button,.rtv-mobile-menu,.rtv-menu span,.rtv-faq-button i{transition:none}}

/* Explicit structural modifiers */
.rtv-hero-copy,.rtv-public-content-grid__side{min-width:0}
.rtv-mini-profile,.rtv-mini-share{min-width:0}
.rtv-empty--left{justify-content:flex-start}

@media(max-width:980px){
  .rtv-mobile-menu{display:grid}
}
@media(min-width:981px){
  .rtv-mobile-menu{display:none!important}
}
@media(max-width:640px){
  .rtv-mobile-menu__top{width:calc(100% - 24px);min-height:68px}
  .rtv-mobile-menu__links{gap:8px;padding:24px 18px 72px}
  .rtv-mobile-menu__links>a:not(.rtv-btn){font-size:clamp(25px,8vw,34px)}
  .rtv-mobile-menu__cta{width:min(100%,280px);min-width:0}
}
@media(max-height:600px) and (max-width:980px){
  .rtv-mobile-menu__links{justify-content:flex-start;padding-top:32px}
}


/* =========================================================
   V1.0.2 — Full-width rhythm + product-story refinement
   ========================================================= */

/* Wider canvases: not every section should live in the same box */
.rtv-container--wide{
  width:min(1560px,calc(100% - 24px));
}

/* HOME — hero should feel like a real opening canvas */
.rtv-home .rtv-hero{
  padding:12px 0 46px;
}
.rtv-home .rtv-hero-box{
  min-height:620px;
  border-radius:24px;
  padding:clamp(42px,5vw,76px);
}
.rtv-home .rtv-hero-copy{
  max-width:720px;
}
.rtv-home .rtv-hero h1{
  font-size:clamp(46px,5.6vw,76px);
}
.rtv-home .rtv-hero-visual{
  min-height:470px;
}

/* The method block becomes a broad editorial section, not another small card */
.rtv-home .rtv-section--soft{
  padding:34px 0;
  background:transparent;
}
.rtv-home .rtv-feature{
  min-height:560px;
  grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);
  padding:clamp(40px,5vw,72px);
  border-radius:24px;
  background:#D8ECF4;
}
.rtv-home .rtv-feature-copy{
  max-width:690px;
}
.rtv-home .rtv-feature h2{
  max-width:720px;
  font-size:clamp(36px,4.6vw,62px);
  line-height:1.06;
}
.rtv-home .rtv-feature-copy>p{
  max-width:670px;
  font-size:14px;
}
.rtv-home .rtv-checks{
  max-width:680px;
}
.rtv-home .rtv-dashboard-preview{
  max-width:720px;
  justify-self:end;
  width:100%;
}
.rtv-home .rtv-dashboard-preview__phone{
  background:#EFF7FA;
}
.rtv-home .rtv-dashboard-preview__phone strong{
  font-size:14px;
}

/* Final CTA also gets breathing room */
.rtv-home .rtv-section--final{
  padding:34px 0 18px;
}
.rtv-home .rtv-final{
  min-height:170px;
  padding:36px clamp(28px,5vw,64px);
  border-radius:22px;
}

/* CREATE — full-width hero, contained form */
.rtv-shell--create .rtv-create-head{
  position:relative;
  left:50%;
  width:min(1560px,calc(100vw - 24px));
  max-width:none;
  transform:translateX(-50%);
  margin:0 0 38px;
  padding:50px 28px;
  border-radius:22px;
  background:#D8ECF4;
  text-align:center;
}
.rtv-shell--create .rtv-create-head h1{
  max-width:760px;
  margin:8px auto 12px;
}
.rtv-shell--create .rtv-create-head p{
  max-width:700px;
  margin:0 auto;
}

/* PUBLIC SEARCH — the animal hero and report action deserve the viewport */
.rtv-shell--public > .rtv-public-hero,
.rtv-shell--public > .rtv-report-zone{
  position:relative;
  left:50%;
  width:min(1560px,calc(100vw - 24px));
  transform:translateX(-50%);
}
.rtv-shell--public > .rtv-public-hero{
  min-height:540px;
  border-radius:22px;
}
.rtv-shell--public > .rtv-public-hero .rtv-public-hero__photo{
  min-height:540px;
}
.rtv-shell--public > .rtv-report-zone{
  margin-top:26px;
  padding:clamp(30px,4vw,54px);
  border-radius:22px;
}

/* DASHBOARD — important state at full width, working area remains contained */
.rtv-shell--dashboard > .rtv-dashboard-hero{
  position:relative;
  left:50%;
  width:min(1560px,calc(100vw - 24px));
  transform:translateX(-50%);
  min-height:150px;
  padding:24px clamp(22px,4vw,44px);
  border-radius:20px;
  background:#F4F9FA;
}

/* Keep wide surfaces visually deliberate */
.rtv-home .rtv-hero-box,
.rtv-home .rtv-feature,
.rtv-home .rtv-final,
.rtv-shell--create .rtv-create-head,
.rtv-shell--public > .rtv-public-hero,
.rtv-shell--public > .rtv-report-zone,
.rtv-shell--dashboard > .rtv-dashboard-hero{
  box-shadow:none;
}

/* Medium screens */
@media(max-width:980px){
  .rtv-container--wide{
    width:calc(100% - 18px);
  }
  .rtv-home .rtv-hero-box{
    min-height:auto;
    grid-template-columns:1fr;
  }
  .rtv-home .rtv-feature{
    min-height:0;
    grid-template-columns:1fr;
  }
  .rtv-home .rtv-dashboard-preview{
    justify-self:stretch;
    max-width:none;
  }
  .rtv-shell--public > .rtv-public-hero{
    min-height:0;
  }
  .rtv-shell--public > .rtv-public-hero .rtv-public-hero__photo{
    min-height:400px;
  }
}

/* Mobile: near-edge canvases, never flush against screen */
@media(max-width:680px){
  .rtv-container--wide{
    width:calc(100% - 12px);
  }
  .rtv-home .rtv-hero{
    padding-top:6px;
  }
  .rtv-home .rtv-hero-box{
    padding:28px 17px;
    border-radius:17px;
  }
  .rtv-home .rtv-hero h1{
    font-size:clamp(39px,11vw,52px);
  }
  .rtv-home .rtv-feature{
    padding:26px 17px;
    border-radius:17px;
  }
  .rtv-home .rtv-feature h2{
    font-size:clamp(29px,9vw,40px);
  }
  .rtv-home .rtv-final{
    min-height:0;
    padding:24px 17px;
    border-radius:17px;
  }
  .rtv-shell--create .rtv-create-head,
  .rtv-shell--public > .rtv-public-hero,
  .rtv-shell--public > .rtv-report-zone,
  .rtv-shell--dashboard > .rtv-dashboard-hero{
    width:calc(100vw - 12px);
  }
  .rtv-shell--create .rtv-create-head{
    padding:34px 18px;
    border-radius:17px;
    margin-bottom:26px;
  }
  .rtv-shell--public > .rtv-public-hero{
    border-radius:17px;
  }
  .rtv-shell--public > .rtv-public-hero .rtv-public-hero__photo{
    min-height:340px;
  }
  .rtv-shell--public > .rtv-report-zone{
    padding:24px 16px;
    border-radius:17px;
  }
  .rtv-shell--dashboard > .rtv-dashboard-hero{
    border-radius:16px;
    padding:16px;
  }
}


/* =========================================================
   V1.0.4 — Signalement success modal + privacy disclosure
   ========================================================= */

body.rtv-modal-open{
  overflow:hidden!important;
}

.rtv-success-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
  padding:18px;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}

.rtv-success-modal.is-open{
  opacity:1;
  pointer-events:auto;
}

.rtv-success-modal__backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:rgba(26,41,47,.52);
  backdrop-filter:blur(5px);
  cursor:pointer;
}

.rtv-success-modal__panel{
  position:relative;
  z-index:2;
  width:min(520px,100%);
  padding:34px;
  border-radius:20px;
  background:#fff;
  box-shadow:0 30px 90px rgba(24,43,51,.24);
  text-align:left;
  transform:translateY(12px) scale(.985);
  transition:transform .18s ease;
}

.rtv-success-modal.is-open .rtv-success-modal__panel{
  transform:none;
}

.rtv-success-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:50%;
  background:#F2F6F7;
  color:var(--rtv-ink);
  font:400 25px/1 Poppins,sans-serif;
  cursor:pointer;
}

.rtv-success-modal__icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:15px;
  background:var(--rtv-blue-soft);
  color:var(--rtv-blue-dark);
  font-size:21px;
  font-weight:600;
}

.rtv-success-modal h2{
  max-width:430px;
  margin:7px 0 12px;
  color:var(--rtv-ink);
  font-size:clamp(27px,4vw,36px);
  line-height:1.12;
  font-weight:500;
  letter-spacing:-.025em;
}

.rtv-success-modal> .rtv-success-modal__panel > p{
  margin:0;
  color:var(--rtv-muted);
  font-size:13.5px;
  line-height:1.7;
}

.rtv-success-modal__privacy{
  display:grid;
  gap:4px;
  margin:22px 0;
  padding:15px 16px;
  border-radius:13px;
  background:#EEF7FA;
}

.rtv-success-modal__privacy strong{
  color:var(--rtv-ink);
  font-size:13px;
  font-weight:500;
}

.rtv-success-modal__privacy span{
  color:var(--rtv-muted);
  font-size:11.5px;
  line-height:1.6;
}

.rtv-success-modal__panel > .rtv-button{
  min-width:150px;
}

.rtv-privacy-disclosure{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:11px;
  align-items:start;
  margin:17px 0;
  padding:13px 14px;
  border:1px solid rgba(63,143,174,.13);
  border-radius:12px;
  background:#F1F8FA;
}

.rtv-privacy-disclosure__icon{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#fff;
  color:var(--rtv-blue-dark);
  font-size:12px;
  font-weight:600;
}

.rtv-privacy-disclosure p{
  margin:0;
  color:#62757D;
  font-size:10.8px;
  line-height:1.62;
}

.rtv-privacy-disclosure strong{
  color:var(--rtv-ink);
  font-weight:500;
}

.rtv-privacy-disclosure a{
  color:var(--rtv-blue-dark);
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:2px;
}

@media(max-width:680px){
  .rtv-success-modal{
    align-items:end;
    padding:10px;
  }

  .rtv-success-modal__panel{
    width:100%;
    padding:28px 18px 20px;
    border-radius:18px;
  }

  .rtv-success-modal h2{
    font-size:28px;
    padding-right:30px;
  }

  .rtv-success-modal__panel > .rtv-button{
    width:100%;
  }

  .rtv-privacy-disclosure{
    grid-template-columns:28px minmax(0,1fr);
    padding:12px;
  }

  .rtv-privacy-disclosure__icon{
    width:28px;
    height:28px;
  }
}

@media(prefers-reduced-motion:reduce){
  .rtv-success-modal,
  .rtv-success-modal__panel{
    transition:none;
  }
}


/* =========================================================
   V1.1.0 — Accès propriétaire sécurisé sans compte
   ========================================================= */

.rtv-shell--auth{
  min-height:calc(100vh - 160px);
  display:grid;
  place-items:center;
  padding-top:46px;
  padding-bottom:70px;
}

.rtv-auth-card{
  width:min(560px,100%);
  padding:34px;
  border:1px solid rgba(63,143,174,.11);
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 52px rgba(36,67,79,.08);
}

.rtv-auth-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:14px;
  background:var(--rtv-blue-soft);
  color:var(--rtv-blue-dark);
  font-size:12px;
  font-weight:600;
  letter-spacing:.11em;
}

.rtv-auth-card h1{
  max-width:470px;
  margin:8px 0 13px;
  color:var(--rtv-ink);
  font-size:clamp(30px,4.5vw,42px);
  line-height:1.08;
  font-weight:500;
  letter-spacing:-.03em;
}

.rtv-auth-card>p{
  margin:0;
  color:var(--rtv-muted);
  font-size:13.5px;
  line-height:1.72;
}

.rtv-auth-form{
  display:grid;
  gap:10px;
  margin-top:26px;
}

.rtv-auth-form label{
  color:var(--rtv-ink);
  font-size:12px;
  font-weight:500;
}

.rtv-pin-input{
  width:100%;
  height:66px;
  padding:0 18px;
  border:1px solid rgba(40,55,61,.13);
  border-radius:13px;
  outline:none;
  background:#fff;
  color:var(--rtv-ink);
  font:500 27px/1 Poppins,sans-serif;
  letter-spacing:.30em;
  text-align:center;
  transition:border-color .18s ease,box-shadow .18s ease;
}

.rtv-pin-input:focus{
  border-color:rgba(63,143,174,.70);
  box-shadow:0 0 0 4px rgba(63,143,174,.10);
}

.rtv-auth-form .rtv-button{
  margin-top:5px;
}

.rtv-auth-resend{
  margin-top:13px;
  text-align:center;
}

.rtv-auth-resend button{
  padding:5px 0;
  border:0;
  background:none;
  color:var(--rtv-blue-dark);
  font:500 12px/1.4 Poppins,sans-serif;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}

.rtv-auth-message{
  margin-top:18px;
  padding:12px 14px;
  border-radius:11px;
  background:#F1F7F9;
  color:#536A73;
  font-size:11.5px;
  line-height:1.55;
}

.rtv-auth-message--error{
  background:#FFF0EC;
  color:#A9503C;
}

.rtv-auth-message--success{
  background:#EAF5F8;
  color:var(--rtv-blue-dark);
}

.rtv-auth-note{
  display:grid;
  gap:4px;
  margin-top:24px;
  padding:14px 15px;
  border-radius:12px;
  background:#F1F8FA;
}

.rtv-auth-note strong{
  color:var(--rtv-ink);
  font-size:12px;
  font-weight:500;
}

.rtv-auth-note span{
  color:var(--rtv-muted);
  font-size:11px;
  line-height:1.55;
}

.rtv-auth-expiry{
  margin-top:13px!important;
  color:#849197!important;
  font-size:10.5px!important;
}

.rtv-auth-success-strip{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:14px;
  padding:10px 13px;
  border:1px solid rgba(63,143,174,.10);
  border-radius:11px;
  background:#ECF6F9;
}

.rtv-auth-success-strip>span{
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  flex:0 0 25px;
  border-radius:50%;
  background:#fff;
  color:var(--rtv-blue-dark);
  font-size:10px;
  font-weight:600;
}

.rtv-auth-success-strip p{
  margin:0;
  color:#5B6D74;
  font-size:11.5px;
}

.rtv-auth-success-strip strong{
  color:var(--rtv-ink);
  font-weight:500;
}

.rtv-dashboard-hero__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:11px;
  flex-wrap:wrap;
}

.rtv-dashboard-hero__actions form{
  margin:0;
}

.rtv-dashboard-logout{
  min-height:38px;
  padding:0 6px;
  border:0;
  background:none;
  color:var(--rtv-muted);
  font:500 11px/1 Poppins,sans-serif;
  cursor:pointer;
}

.rtv-dashboard-logout:hover{
  color:var(--rtv-coral-dark);
}

@media(max-width:680px){
  .rtv-shell--auth{
    min-height:calc(100vh - 100px);
    padding:18px 0 40px;
    align-items:start;
  }

  .rtv-auth-card{
    padding:24px 17px;
    border-radius:16px;
    box-shadow:none;
  }

  .rtv-auth-card h1{
    font-size:32px;
  }

  .rtv-pin-input{
    height:62px;
    font-size:24px;
    letter-spacing:.23em;
  }

  .rtv-dashboard-hero__actions{
    width:100%;
    justify-content:flex-start;
  }
}


/* V1.1.1 — PIN copy/paste fix */
.rtv-pin-help{
  display:block;
  margin:-2px 0 3px;
  color:#849197;
  font-size:10.5px;
  line-height:1.5;
}
