/* =====================================================================
   Roofing Experts (landing) + RoofGuard (form) — mobile-first
   Landing accent: orange #F26B1F on navy hero
   Form/overlay accent: blue #1978E5 on near-black #13181F
   ===================================================================== */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
:root{
  --bg:#0B0F14;
  --hero-navy:#12253A;
  --hero-navy-2:#0E1A2A;
  --surface:#111821;
  --surface-2:#0E141B;
  --border:#1E2733;
  --text:#FFFFFF;
  --muted:#94A3B8;
  --accent:#F26B1F;         /* landing brand */
  --accent-2:#FF8A3D;
  --blue:#1978E5;           /* form primary */
  --blue-2:#2F86EA;
  --form-bg:#13181F;
  --form-surface:#1E293B;
  --form-border:#233043;
  --green:#10B981;
  --amber:#F59E0B;
  --red:#EF4444;
  --radius:16px; --radius-sm:12px;
  --font:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
input,textarea,select{font:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.muted{color:var(--muted)}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ============================ HEADER ============================ */
.site-header{position:absolute;top:0;left:0;right:0;z-index:20;padding:14px 0}
.site-header .row{display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:17px;color:#fff}
.logo-mark{width:30px;height:30px;display:grid;place-items:center;color:var(--accent)}
.logo-mark img{width:100%;height:100%;object-fit:contain}
.nav-cta{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;padding:9px 16px;border-radius:999px;font-weight:600;font-size:13px;backdrop-filter:blur(8px)}
.nav-cta svg{color:var(--accent)}

/* ============================ HERO ============================ */
.hero{position:relative;min-height:640px;background:linear-gradient(180deg,#12253A 0%,#0F1E30 100%);overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background-image:url('img/hero-house.jpg');background-size:cover;background-position:center;opacity:.55}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,23,38,.4) 0%,rgba(11,23,38,.55) 60%,rgba(11,23,38,.95) 100%)}
.hero-inner{position:relative;z-index:2;padding:100px 20px 48px;display:grid;grid-template-columns:1fr;gap:24px}
.pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;backdrop-filter:blur(8px);margin-bottom:20px}
.pill svg{color:var(--accent)}
.hero h1{font-size:38px;line-height:1.1;margin:0 0 18px;font-weight:800;letter-spacing:-.5px}
.hero h1 .hl{color:var(--accent)}
.hero p{color:#C7D1DE;margin:0 0 24px;font-size:15px;max-width:520px}
.hero .btn-primary{max-width:520px}

/* Stats bar */
.stats{position:relative;z-index:2;background:#0E1A2A;border-top:1px solid rgba(255,255,255,.06)}
.stats-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px 20px 20px;align-items:center}
.stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;font-size:12px;color:#C7D1DE;min-width:0}
.stat .top{display:flex;align-items:center;justify-content:center;height:22px;color:var(--accent);font-weight:700;line-height:1}
.stat .top .stars{color:var(--accent);letter-spacing:2px;font-size:14px}
.stat .top img{display:block}
.stat strong{color:#fff;font-size:13px;font-weight:600;white-space:nowrap;line-height:1.15}

/* ============================ BUTTONS ============================ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border-radius:14px;font-weight:700;font-size:15px;transition:transform .1s,background .2s,box-shadow .2s;width:100%}
.btn-primary{background:var(--accent);color:#fff;box-shadow:0 6px 20px -6px rgba(242,107,31,.6)}
.btn-primary:hover{background:var(--accent-2)}
.btn-primary:active{transform:translateY(1px)}
.btn-blue{background:var(--blue);color:#fff;box-shadow:0 6px 20px -8px rgba(25,120,229,.6)}
.btn-blue:hover{background:var(--blue-2)}
.btn-ghost{background:transparent;color:#fff;border:1px solid var(--form-border)}

/* ============================ SECTIONS ============================ */
section{padding:56px 0}
.section-title{font-size:26px;font-weight:800;margin:0 auto 8px;text-align:center;letter-spacing:-.3px}
.section-underline{width:56px;height:3px;background:var(--accent);border-radius:2px;margin:0 auto 32px}
.section-left .section-title{text-align:left;margin-left:0}
.section-left .section-underline{margin-left:0;margin-right:auto}
.grid{display:grid;gap:14px}

/* Why choose (centered cards) */
.why-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}
.why-icon{width:56px;height:56px;border-radius:50%;background:rgba(242,107,31,.14);color:var(--accent);display:grid;place-items:center}
.why-card h3{margin:4px 0 0;font-size:16px;font-weight:700}
.why-card p{margin:0;color:var(--muted);font-size:13px}

/* Services (left-aligned, blue icon squares like Figma) */
.svc-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;display:flex;gap:14px;align-items:flex-start}
.svc-icon{width:44px;height:44px;border-radius:12px;background:rgba(25,120,229,.14);color:var(--accent);display:grid;place-items:center;flex-shrink:0}
.svc-card h3{margin:0 0 4px;font-size:16px}
.svc-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}

/* Footer */
.site-footer{border-top:1px solid var(--border);padding:24px 0;color:var(--muted);font-size:13px;text-align:center}

/* Desktop */
@media (min-width:900px){
  .site-header .container{padding-left:0;padding-right:0}
  .hero{min-height:720px}
  .hero-inner{grid-template-columns:.8fr;align-items:center;padding:140px 0 80px;gap:60px}
  .hero h1{font-size:60px}
  .hero p{font-size:17px}
  .hero .btn-primary{width:auto;padding:18px 32px}
  .stats-inner{padding:22px 0;gap:24px}
  .stat strong{font-size:14px}
  .section-title{font-size:32px}
  section{padding:80px 0}
  .grid-3{grid-template-columns:repeat(3,1fr);gap:20px}
}
@media (min-width:600px) and (max-width:899px){.grid-3{grid-template-columns:repeat(2,1fr)}}

/* ============================ FORM OVERLAY ============================ */
.overlay{position:fixed;inset:0;z-index:100;background:var(--form-bg);display:none;flex-direction:column;overflow-y:auto}
.overlay.open{display:flex}
.overlay-inner{width:100%;max-width:560px;margin:0 auto;padding:16px 20px 140px;flex:1;display:flex;flex-direction:column}

.ov-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 0 18px;position:sticky;top:0;background:var(--form-bg);z-index:2}
.ov-back{width:40px;height:40px;border-radius:50%;background:transparent;display:grid;place-items:center;color:#fff}
.ov-back:hover{background:rgba(255,255,255,.05)}
.ov-title{font-weight:700;font-size:17px;flex:1;text-align:center}
.ov-spacer{width:40px}

.progress-wrap{margin-bottom:28px}
.progress-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:13px;font-weight:600;margin-bottom:10px}
.progress-labels .pct{color:#fff}
.progress{height:6px;background:#1E293B;border-radius:999px;overflow:hidden}
.progress-bar{height:100%;background:var(--blue);border-radius:999px;transition:width .3s ease;width:11%}

.step{display:none;flex:1;flex-direction:column}
.step.active{display:flex}
.step h2{font-size:24px;margin:0 0 8px;font-weight:800;letter-spacing:-.3px;line-height:1.2}
.step .sub{color:var(--muted);margin:0 0 24px;font-size:14px;line-height:1.5}

/* Option list (Roof type / Scope / Insurance / Call time) */
.opt-list{display:grid;gap:12px;margin-bottom:20px}
.opt{display:flex;align-items:center;gap:14px;background:var(--form-surface);border:1.5px solid var(--form-border);border-radius:var(--radius);padding:16px;cursor:pointer;transition:border-color .15s,background .15s;text-align:left;width:100%}
.opt:hover{border-color:#334665}
.opt.selected{border-color:var(--blue);background:rgba(25,120,229,.08)}
.opt-icon{width:44px;height:44px;border-radius:12px;background:rgba(25,120,229,.14);color:var(--blue);display:grid;place-items:center;flex-shrink:0}
.opt-icon.green{background:rgba(16,185,129,.14);color:var(--green)}
.opt-icon.amber{background:rgba(245,158,11,.14);color:var(--amber)}
.opt-icon.red{background:rgba(239,68,68,.14);color:var(--red)}
.opt-body{flex:1;min-width:0}
.opt-body h4{margin:0 0 3px;font-size:15px;font-weight:700}
.opt-body p{margin:0;color:var(--muted);font-size:13px;line-height:1.4}
.opt-thumb{width:76px;height:60px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--surface-2)}
.opt-thumb img{width:100%;height:100%;object-fit:cover}
.opt-thumb-lg{width:68px;height:68px;border-radius:12px;overflow:hidden;flex-shrink:0;background:var(--surface-2)}
.opt-thumb-lg img{width:100%;height:100%;object-fit:cover;display:block}
/* Unified radio circle used across every step */
.opt-radio{width:22px;height:22px;border-radius:50%;border:2px solid #3a4a63;background:transparent;flex-shrink:0;display:grid;place-items:center;transition:border-color .15s,background .15s}
.opt.selected .opt-radio{border-color:var(--blue);background:transparent;box-shadow:0 0 0 1px var(--blue) inset}
.opt.selected .opt-radio::after{content:"";width:10px;height:10px;border-radius:50%;background:var(--blue)}
/* Step 3 (scope) – title with inline icon, description, image on the right */
.opt-scope{align-items:stretch;padding:14px;gap:14px}
.opt-scope-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;justify-content:center}
.opt-scope-head{display:flex;align-items:center;gap:10px}
.opt-scope-head h4{margin:0;font-size:15px;font-weight:700}
.opt-scope p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}
.opt-icon-inline{width:28px;height:28px;border-radius:8px;background:rgba(25,120,229,.14);color:#94A3B8;display:grid;place-items:center;flex-shrink:0;transition:color .15s}
.opt-scope.selected .opt-icon-inline{color:var(--blue)}
.opt-scope .opt-thumb-lg{width:88px;height:88px;border-radius:12px}
@media (max-width:480px){
  .opt-scope .opt-thumb-lg{width:76px;height:76px}
}

/* Grid 2x2 (roof age) */
.opt-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}
.opt-grid .opt{flex-direction:column;align-items:flex-start;padding:16px;gap:8px;position:relative}
.opt-grid .opt .opt-icon{width:32px;height:32px;border-radius:8px;background:rgba(25,120,229,.14);color:#94A3B8}
.opt-grid .opt.selected .opt-icon{color:var(--blue)}
.opt-grid .opt h4{margin:0;font-size:15px}
.opt-grid .opt p{margin:0;color:var(--muted);font-size:12px}

/* Section label inside step */
.step-label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:600;margin:8px 0 14px}
.step-label svg{color:var(--muted)}

/* Fields */
.field{margin-bottom:14px}
.field label{display:block;font-size:13px;color:#C7D1DE;margin-bottom:8px;font-weight:600}
.field .hint{color:var(--muted);font-weight:400}
.field-input{position:relative}
.field-input svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--muted)}
.field input,.field select,.field textarea{width:100%;background:var(--form-surface);border:1.5px solid var(--form-border);color:#fff;padding:14px 16px;border-radius:var(--radius-sm);outline:none;transition:border-color .15s}
.field-input input{padding-left:44px}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue)}
.field input::placeholder,.field textarea::placeholder{color:#5A6A80}
.row-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.zip-notice{margin-top:8px;padding:12px 14px;border-radius:12px;font-size:13px;font-weight:600;line-height:1.4;display:flex;gap:10px;align-items:flex-start}
.zip-notice.warn{background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.35);color:#F5C15E}
.zip-notice.err{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35);color:#F87171}

.ov-actions{position:fixed;left:0;right:0;bottom:0;padding:16px 20px 22px;background:linear-gradient(180deg,rgba(19,24,31,0),var(--form-bg) 40%);z-index:3}
.ov-actions-inner{max-width:560px;margin:0 auto}

/* Calendar */
.cal{background:var(--form-surface);border:1px solid var(--form-border);border-radius:var(--radius);padding:16px;margin-bottom:20px}
.cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-weight:600}
.cal-nav{width:32px;height:32px;border-radius:50%;background:transparent;display:grid;place-items:center;color:#fff}
.cal-nav:hover{background:rgba(255,255,255,.06)}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center}
.cal-grid .dow{color:var(--muted);font-size:11px;padding:6px 0;font-weight:600}
.cal-day{aspect-ratio:1;display:grid;place-items:center;border-radius:10px;font-size:13px;cursor:pointer;background:transparent;color:#fff}
.cal-day:hover:not(.disabled){background:rgba(25,120,229,.15)}
.cal-day.selected{background:var(--blue);color:#fff;font-weight:700}
.cal-day.disabled{color:#3a4658;cursor:not-allowed}
.slots-label{font-weight:700;margin-bottom:10px;font-size:14px}
.slots{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}
.slot{background:var(--form-surface);border:1.5px solid var(--form-border);border-radius:10px;padding:12px 6px;text-align:center;font-size:13px;cursor:pointer;font-weight:600;color:#fff}
.slot.selected{background:var(--blue);border-color:var(--blue)}
.slot-group{margin-bottom:16px}
.slot-group-head{display:flex;align-items:center;gap:8px;color:#C7D1DE;font-weight:600;font-size:14px;margin-bottom:10px}
.slot-group-head svg{color:var(--muted)}
.slot-group .slots{margin-bottom:0}

/* Success step */
.success{text-align:center;padding:20px 0 40px;display:flex;flex-direction:column;align-items:center}
.success-ring{width:80px;height:80px;border-radius:50%;background:rgba(25,120,229,.12);display:grid;place-items:center;margin:20px 0 24px;position:relative}
.success-ring::before{content:"";position:absolute;inset:-10px;border-radius:50%;border:1px dashed rgba(25,120,229,.25)}
.success-ring svg{color:var(--blue)}
.success h2{font-size:24px;margin:0 0 8px;font-weight:800}
.success .sub{color:var(--muted);margin:0 0 24px;max-width:340px}
.appt-card{background:var(--form-surface);border:1px solid var(--form-border);border-radius:var(--radius);padding:20px;text-align:left;width:100%;margin-bottom:16px}
.appt-card .row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:14px}
.appt-card small{display:block;color:var(--muted);font-size:12px;margin-bottom:6px;font-weight:600}
.appt-card .date{font-size:20px;font-weight:800}
.appt-card .time{color:var(--muted);font-size:14px;margin-top:2px}
.appt-card .ical{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid var(--form-border);border-radius:10px;padding:10px 14px;font-size:13px;font-weight:600;color:#fff;width:100%;justify-content:center}
.next-list{background:var(--form-surface);border:1px solid var(--form-border);border-radius:var(--radius);padding:16px 18px;text-align:left;width:100%;margin-bottom:20px}
.next-list h4{margin:0 0 12px;font-size:14px;display:flex;align-items:center;gap:8px;color:#C7D1DE}
.next-list ul{margin:0;padding:0;list-style:none;display:grid;gap:12px}
.next-list li{display:flex;gap:12px;font-size:13px;color:#C7D1DE;line-height:1.55;align-items:flex-start}
.next-list li > svg{color:var(--muted);flex-shrink:0;margin-top:2px}
.next-list li > span{flex:1;min-width:0}
.next-list li strong{color:#fff;font-weight:700}

/* ============================ COMPANY PROFILE (unchanged core) ============================ */
/* ============================ COMPANY PROFILE ============================ */
.cp-page{background:var(--bg)}
.cp-appbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:14px 16px;background:var(--bg);gap:10px}
.cp-appbar-title{margin:0;font-size:16px;font-weight:700;text-align:center}
.cp-iconbtn{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:transparent;color:#fff}
.cp-iconbtn:hover{background:rgba(255,255,255,.06)}
.cp-cover2{width:100%;aspect-ratio:16/9;max-height:280px;overflow:hidden;background:#111;padding:0}
.cp-cover2 img{width:100%;height:100%;object-fit:cover}
.cp-hero{padding:0 20px;text-align:center;position:relative;margin-top:-56px}
.cp-logo-ring{width:112px;height:112px;border-radius:22px;background:#fff;border:4px solid var(--bg);overflow:hidden;margin:0 auto;box-shadow:0 8px 24px rgba(0,0,0,.35);display:grid;place-items:center}
.cp-logo-ring img{width:100%;height:100%;object-fit:cover;border-radius:18px}
.cp-name2{font-size:22px;font-weight:800;margin:14px 0 6px}
.cp-tag2{display:inline-flex;align-items:center;gap:8px;color:var(--muted);margin:0;font-size:14px;justify-content:center;max-width:520px;line-height:1.45}
.cp-tag2 svg{color:var(--muted);flex-shrink:0}
.cp-container{max-width:960px;margin:0 auto;padding:28px 20px 60px}
.cp-section{margin-top:32px}
.cp-section:first-child{margin-top:0}
.cp-h3{font-size:20px;font-weight:800;margin:0 0 14px}
.cp-about{color:#C7D1DE;margin:0;line-height:1.6}
.cred-list{display:grid;gap:10px}
.cred-row{display:flex;align-items:center;gap:14px;background:#151C26;border:1px solid #1E2733;border-radius:14px;padding:14px 16px;color:#fff}
a.cred-row:hover{border-color:#2b3a52}
.cred-ic{width:44px;height:44px;border-radius:50%;background:#0F1826;display:grid;place-items:center;color:#7BA6E8;flex-shrink:0}
.cred-body small{display:block;color:var(--muted);font-size:12px;margin-bottom:2px;font-weight:500}
.cred-body strong{font-weight:700;font-size:15px}

.cp-reviews-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}
.cp-rating-line{display:flex;align-items:center;gap:8px;font-size:14px}
.cp-rating-line strong{font-weight:800;font-size:15px}
.google-badge{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;font-weight:600;color:#C7D1DE}
.cp-reviews-list{display:grid;gap:12px}
.rv-card{background:#151C26;border:1px solid #1E2733;border-radius:14px;padding:16px}
.rv-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.rv-who{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px}
.rv-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}
.rv-avatar-fallback{background:linear-gradient(135deg,#2F86EA,#1978E5);display:grid;place-items:center;font-size:12px;font-weight:800;color:#fff}
.rv-rate{display:inline-flex;align-items:center;gap:6px;background:#0F1826;border:1px solid #1E2733;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:700}
.rv-text{margin:0;color:#C7D1DE;font-size:14px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}

.cp-work-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.cp-viewall{display:inline-flex;align-items:center;gap:6px;color:#fff;font-weight:700;font-size:14px}
.cp-viewall:hover{color:var(--accent)}
.cp-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.gcard{position:relative;display:block;border-radius:14px;overflow:hidden;aspect-ratio:1}
.gcard img{width:100%;height:100%;object-fit:cover;display:block}
.gcard-label{position:absolute;left:12px;bottom:10px;color:#fff;font-weight:600;font-size:13px;text-shadow:0 2px 8px rgba(0,0,0,.7)}
.gcard::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.6))}

@media (min-width:900px){
  .cp-cover2{aspect-ratio:auto;height:360px;max-height:none}
  .cp-hero{margin-top:-72px}
  .cp-logo-ring{width:140px;height:140px;border-radius:26px}
  .cp-name2{font-size:30px;margin-top:18px}
  .cp-tag2{font-size:15px}
  .cp-h3{font-size:22px}
  .cp-gallery{grid-template-columns:repeat(3,1fr);gap:14px}
}

/* ============================ SHARE MODAL ============================ */
.share-modal{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);display:none;align-items:flex-end;justify-content:center}
.share-modal.open{display:flex}
.share-sheet{width:100%;max-width:520px;background:#151C26;border:1px solid #1E2733;border-radius:20px 20px 0 0;padding:12px 20px 24px;animation:sheetUp .22s ease-out}
@keyframes sheetUp{from{transform:translateY(30px);opacity:.6}to{transform:none;opacity:1}}
.share-handle{width:40px;height:4px;background:#334665;border-radius:99px;margin:4px auto 14px}
.share-title{margin:0 0 16px;font-size:16px;font-weight:700;text-align:center}
.share-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 8px;margin-bottom:14px}
.share-opt{display:flex;flex-direction:column;align-items:center;gap:6px;background:transparent;color:#C7D1DE;font-size:11px;font-weight:600;text-align:center;padding:6px 0}
.share-ic{width:52px;height:52px;border-radius:50%;display:grid;place-items:center}
.share-cancel{width:100%;background:#0F1826;border:1px solid #1E2733;color:#fff;padding:14px;border-radius:14px;font-weight:700}
@media (min-width:640px){
  .share-modal{align-items:center}
  .share-sheet{border-radius:20px;max-width:440px}
  .share-grid{grid-template-columns:repeat(6,1fr)}
}